/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

 .blog-page.blog-page-list.blog-index-index #maincontent .row {
    width: 100%;
    margin-left: 0;
}

.category-content h3.category-postTitle {
    margin-top: 6px;
}
.category-date-comment {
    color: #003366;
    font-weight: 600;
}
h3.category-postTitle a.category-post-item-link {
    color: #000;
}
.category-header .category-header-title {
    background: #003366;
}


.first-post-holder .image-blog.static-image, .first-post-holder .image-blog.static-image a {
    height: 100%;
}

.mfblog-related-products-block.block.related ol li img {
    width: auto;
    height: auto;
	mix-blend-mode: multiply;
}
/* new Design start */

.blog-page.blog-category-view #maincontent .row, .blog-page.blog-post-view #maincontent .row {
    margin-right: -10px;
    margin-left: -10px;
}

.blog-page.blog-index-index .breadcrumbs,
.blog-page.blog-category-view .breadcrumbs,
.blog-page.blog-post-view .breadcrumbs,
.blog-page.blog-tag-view .breadcrumbs,
.blog-page.blog-author-view .breadcrumbs {
    padding-bottom: 0px;
    z-index: 1;
    position: relative;
}

.blog-page.blog-index-index .breadcrumbs .item a,
.blog-page.blog-index-index .breadcrumbs .item strong,
.blog-page.blog-category-view .breadcrumbs .item a,
.blog-page.blog-category-view .breadcrumbs .item strong,
.blog-page.blog-post-view .breadcrumbs .item a,
.blog-page.blog-post-view .breadcrumbs .item strong,
.blog-page.blog-tag-view .breadcrumbs .item a,
.blog-page.blog-tag-view .breadcrumbs .item strong,
.blog-page.blog-author-view .breadcrumbs .item a,
.blog-page.blog-author-view .breadcrumbs .item strong {
    text-transform: capitalize;
}

.blog-page.blog-index-index .breadcrumbs .item:not(:last-child):after, 
.blog-page.blog-category-view .breadcrumbs .item:not(:last-child):after, 
.blog-page.blog-post-view .breadcrumbs .item:not(:last-child):after,
.blog-page.blog-author-view .breadcrumbs .item:not(:last-child):after,
.blog-page.blog-tag-view .breadcrumbs .item:not(:last-child):after {
	height: 7px;
	width: 7px;
	top: 8px;
	left: -3px;
}

#blog-category-title-bar, #blog-detail-title-bar {
	padding-top: 80px;  
    padding-bottom: 80px;
    margin-bottom: 30px;
    background: url(/media/images/blog-titlebar-back.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

#blog-category-title-bar:before, #blog-detail-title-bar:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000000;
}

#blog-category-title-bar .container, #blog-detail-title-bar .container {
	z-index: 1;
    position: relative;
}

#blog-category-title-bar h1, #blog-detail-title-bar h1  {
    margin-bottom: 0;
	color: #ffffff;
    text-transform: capitalize; 
}

.top-category-header, .category-header {
    display: block;
    align-content: baseline;
    border-bottom: 1px solid #003366;
}

.top-category-header-title, .category-header .category-header-title {
    display: inline-block;
    background: #2A3132;
    color: #fff;
    padding: 0px 20px;
}

.top-category-header-title h2, .category-header .category-header-title h2 {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
	margin: 2px;
}

.category-header-btn {
	float: right;
    margin: auto 0;
    font-size: 18px;
    line-height: 20px;
    vertical-align: bottom;
    padding: 6px 0px;
    color: #003366;
    border-radius: 20px;
    position: relative;
    top: 4px;
}

.category-header-btn .readmore {
    color: #000;
	font-size: 18px;
    line-height: 18px;
	font-weight: 600;
}

.category-header-btn .readmore:hover {
	color: #0056b3;
}

.category-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 20px;
    padding: 20px 0px;
}
.category-post-cart {
    width: calc(25% - 15px);
	box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
    padding: 0px;
    background: #f5f5f5;
    margin-bottom: 0;
}

.category-post-cart .category-post-image img {
    object-fit: contain;
    height: 100%;
    object-position: center center;
    mix-blend-mode: multiply;
}

.category-post-cart .category-post-image .category-image-blog.static-image {
    height: 200px;
}
.post-list-recent .category-post-cart .category-post-image .category-image-blog.static-image {
    height: 200px;
    background: #fff;
}
.post-list-recent .category-post-cart .category-post-image .category-image-blog.static-image {
	height: 200px;
	background: #fff;
}

.post-list-recent .category-post-cart .category-post-info {
	background: transparent;
}

.post-list-recent .category-post-cart .category-post-info .category-date-comment {
	color: #948080;
	font-weight: 500;
}

.post-list-recent .category-post-cart .category-postTitle .category-post-item-link {
	color: #000000;
}

.category-post-cart .category-post-image .category-image-blog.static-image a {
    display: block;
    height: 200px;
    align-content: center;
    text-align: center;
}
.category-post-info {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    background: #fff;
    padding: 20px;
    min-height: 108px;
}
.post-list-recent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0px 40px;
}
.post-list-recent .category-post-cart {
    width: 100%;
}

.top-category-section {
    display: flex;
    width: fit-content;
    gap: 50px;
    margin: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.top-category-item {
    width: 160px;
    height: 160px;
    align-content: center;
    text-align: center;
   
    margin: 0;
    position: relative;
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
    color: #ffffff;
	border: 1px solid;
}

.top-category-conteiner {
    position: relative;
    margin: 10px 0 50px 0;
}

.top-category-item .top-categoty-link {
    color: black;
}




.top-category-header {
	text-align: center;
    border: none;
    position: relative;
}
.top-category-header:before {
    content: '';
    display: block;
    height: 1px;
    border-bottom: 2px solid #003366;
    position: absolute;
    width: 100%;
    top: 25px;
}
.top-category-header-title {
	background: #fff;
    color: #003366;
    z-index: 1;
    position: relative;
    padding: 5px 30px;
    font-weight: 600;
    border: 2px solid;
    border-radius: 8px;
}
.top-category-header-title h2 {
	text-transform: uppercase;
    margin: 0;
}


.blog-page-list .post-list-wrapper .post-image a {
    width: 100%;
    display: block;
    text-align: center;
}
.blog-category-view img.img-fluid {
    object-fit: cover;
    height: 100%;
    object-position: center center;
    mix-blend-mode: multiply;
}
/* .post-info {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    background: #fff;
    padding: 20px;
    min-height: 108px;
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
} */

.blog-post-view.page-layout-2columns-right .column.main {
	width:100% !important;
}

/* category page start */

.blog-page .post-holder {
    margin-bottom: 20px;
    padding: 0px 10px;
    width: 100%;
}

/* .blog-page .sidebar .widget.block.block-recent-posts.block-list-posts,
.blog-page .sidebar .widget.block.block-tagclaud {
    padding: 10px 0px 20px 20px;
    background: #f4f4f4;
} */

.blog-page .sidebar .widget.block .block-title {
    position: relative;
    padding: 0px 0;
    margin-bottom: 15px !important;
    border-bottom: unset;
    margin-right: 20px;
    border-top: unset;
}

.blog-page .sidebar .block .block-title strong {
    font-size: 33px !important;
    color: #003366 !important;
    padding-bottom: 25px;
    line-height: 20px;
    font-weight: 400 !important;
}

.blog-page .col-right-main .sidebar.sidebar-additional .post-item-date {
    display: none;
}

.blog-category-view .sidebar .block .block-content,
.blog-category-view .sidebar .block .empty,
.blog-category-view .sidebar .block .tagclaud-hld,
.blog-author-view .sidebar .block .block-content,
.blog-author-view .sidebar .block .empty,
.blog-author-view .sidebar .block .tagclaud-hld,
.blog-tag-view .sidebar .block .block-content,
.blog-tag-view .sidebar .block .empty,
.blog-tag-view .sidebar .block .tagclaud-hld,
.blog-post-view .sidebar .block .block-content,
.blog-post-view .sidebar .block .empty,
.blog-post-view .sidebar .block .tagclaud-hld {
  border: none;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  /* margin-right: 20px; */
}
.sidebar .widget.block-list-posts .block-content .item {
    padding: 0 0 15px 0;
}
.sidebar .widget.block-list-posts .block-content :last-child {
    padding: 0;
}
/* .sidebar .block .block-content .item .post-item-date {
	display: inline;
} */

.sidebar .block .block-content .item .post-item-link {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
}
.widget.block-tagclaud .largest {
    border: 1px solid #ddd;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.widget.block-tagclaud .smallest {
    border: 1px solid #ddd;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.widget.block-tagclaud .smallest a {
    font-size: 14px;
    line-height: 7px !important;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}

.widget.block-tagclaud .largest a {
    font-size: 14px;
    line-height: 7px !important;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}

.widget.block-tagclaud .small {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 16px;
    margin-right: 5px;
}

/* .post-holder .post-container {
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
} */

/* .post-holder .post-image {
    display: block;
    height: 200px;
    align-content: center;
    text-align: center;
    background: #f5f5f5;
} */

.blog-index-index .post-holder .post-image {
    height: auto;
}

.post-holder img.img-fluid {
    object-fit: cover;
    object-position: center;
    height: 400px;
    border-radius: 15px;
}

.sidebar .mfblog-related-products-block.block.related {
    padding: 10px 0px 20px 20px;
    background: #f4f4f4;
}

.sidebar .mfblog-related-products-block.block.related .block-title {
    position: relative;
    padding: 0px 0;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #003366;
    margin-right: 20px;
}
.share-elements .share-title {
	font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    top: -20px;
    margin-right: 10px;
}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {
    background-color: rgb(59, 89, 152);
    height: 30px;
    width: 30px;
    text-align: center;
    align-content: center;
    font-size: 20px;
    border-radius: 30px;
    color: #ffffff;
}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {
    background-color: rgb(0, 0, 0);
    height: 30px;
    width: 30px;
    text-align: center;
    align-content: center;
    font-size: 16px;
    border-radius: 30px;
    color: #ffffff;
}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {
    background-color: rgb(203, 32, 39);
    height: 30px;
    width: 30px;
    text-align: center;
    align-content: center;
    font-size: 19px;
    border-radius: 30px;
    color: #ffffff;
}
.blog-post-view .post-nextprev .nextprev-link {
    color: #000 !important;
    opacity: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}
.blog-post-view .post-nextprev .nextprev-link.next-link {
    flex-direction: row-reverse;
}
.post-nextprev .nextprev-image img {
    width: 150px;
    object-fit: contain;
    object-position: center;
}
.nextprev-link-dis.prev-link-dis {
    text-align: left;
}
.blog-post-view .post-nextprev .post-prev,
.blog-post-view .post-nextprev .post-next {
    align-content: center;
}
.post-bottom .post-sharing-bottom .share-elements {
    text-align: unset;
}
.post-bottom .post-sharing-bottom {
	padding: 0px 0 50px 0;
    border: unset;
}

.post-list-wrapper .post-data-wrap {
    margin: 10px 0;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 600;
}
.post-title-wrap h3.post-title a {
    font-size: 30px;
    line-height: 36.4px;
    font-weight: 400;
    color: #000000;
}

.post-title-wrap h3.post-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

.post-title-wrap h3.post-title a:hover {
    color: #003366;
}
/* category page end */
.blog-post-view .sidebar .block .tagclaud-hld {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.blog-index-index .blog-page .first-post-holder.post-holder {
	
}
/* new Design end */
@media (min-width: 320px) and (max-width: 599px) {
   .blog-index-index .category-post-cart{
	   width: calc(100% - 15px);
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .blog-index-index .category-post-cart{
    	width: 100%;
    }
}


/** blog new design start **/

body.blog-page.blog-page-list.blog-index-index main#maincontent .container,
body.blog-page.blog-page-list.blog-index-index main#maincontent .container .row .col-lg-12.col-md-12 {
    padding: 0;
}

.blog-category-checkboxes {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0px 20px 0;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    /* scroll-behavior: smooth; */
    white-space: nowrap;
    flex-flow: wrap;
}
.checkbox.style-d {
    display: inline-block;
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blog-category-checkboxes input[type="checkbox"] {
    display: none;
}

.checkbox.style-d input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-d input:checked ~ .checkbox__checkmark {
    background-color: #001d44;
}

.checkbox.style-d input ~ .checkbox__checkmark {
    background-color: #d1d1d1;
}

.checkbox.style-d input:hover ~ .checkbox__checkmark {
    background-color: #001d44;
}

.checkbox.style-d input:checked ~ .checkbox__body {
    color: #001d44;
}

.checkbox.style-d input:hover ~ .checkbox__body {
    color: #001d44;
}

.checkbox.style-d .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    transition: background-color 0.25sease;
    border-radius: 11px;
}

.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-d .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25sease;
    box-sizing: border-box;
}

.category_list_filter_item {
    padding: 0px 10px;
}

.checkbox.style-d .checkbox__body {
    color: #333333;
    line-height: 1.4;
    font-size: 16px;
    transition: color 0.25sease;
}
.blog-category-view.page-layout-2columns-right .column.main, 
.blog-author-view.page-layout-2columns-right .column.main, 
.blog-tag-view.page-layout-2columns-right .column.main,
.blog-index-index.page-layout-2columns-right .col-left-sidebar .column.main {
    width: 97% !important;
}

.blog-index-index.page-layout-2columns-right .sidebar .block .block-content {
    background: transparent;
}

@media only screen and (max-width: 991px) {
    .blog-category-checkboxes {
        flex-wrap: wrap;
    }
    .blog-category-view.page-layout-2columns-right .column.main, 
    .blog-author-view.page-layout-2columns-right .column.main, 
    .blog-tag-view.page-layout-2columns-right .column.main,
    .blog-index-index.page-layout-2columns-right .col-left-sidebar .column.main {
        width: 100% !important;
    }
    .blog-page .sidebar .widget.block.block-recent-posts.block-list-posts {
        padding: 0 0px;
    }
    .blog-page .sidebar .widget.block.block-categories {
        padding: 0px;
    }
    .blog-page .col-right-main .sidebar .block {
        padding: 0 0px;
    }
	body .post_container_main #postList {		
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/*--------------------------*/

.blog-category-title {
    width: 100%;
    margin-bottom: 18px;
    font-size: 30px;
}

.blog-category-title h2 {
    font-size: 22px;
}

.post_container_main {
    position: relative;
}

.post_container_main #postList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    margin-bottom: 80px;
}

.post_container_main #postList .post-item.post-inner:nth-child(2n) {
    /*padding-top: 60px;*/
}

/* #postList .post-item:nth-child(2n) {
    padding-top: 40px;
} */

/* .post_container_main .post-item {
    box-sizing: border-box;
} */

.post-thumbnail a {
    width: 100%;
    display: block;
	
}

.post-thumbnail {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
	border: 1px solid #9e9e9e3b;
    border-radius: 15px;
}

.post_container_main .post-item .post-thumbnail img {
    object-fit: cover;
    object-position: center;
    height: 200px;
    border-radius: 15px;
}

#postList .post-item h2.post-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

.post_container_main #postList .post-item.post-inner p.post-description {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.post-categories {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 600;
}

a.post-category {
    color: #7d7d7d;
    font-weight: 600;
}

h2.post-title a {
    font-size: 30px;
    line-height: 36.4px;
    font-weight: 400;
    color: #000000;
}

h2.post-title a:hover {
    color: #003366;
}

.blog-page .widget.block-categories ul li {
    color: #0f1924;
    padding: 5px 0 9px 9px;
}

.blog-page .sidebar .block-categories ul li a {
    color: #0f1924;
}

.blog-page .widget.block-categories ul li:hover {
    color: #ffffff;
}

.widget.block-tagclaud .largest:hover,
.widget.block-tagclaud .smallest:hover {
    background: #003366;
    color: #ffffff;
    border-color: #003366;
}

.widget.block-tagclaud .largest:hover a,
.widget.block-tagclaud .smallest:hover a {
    color: #ffffff;
}

.sidebar .block .block-content .item .post-item-link:hover {
    color: #003366;
}

#post-pre-div {
    background-color: #ffffff99;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
}

div#post-pre-div .cssload-loader {
    top: calc(10% - 31px);
}

.load-more-btn-section {
    text-align: center;
}

button#loadMoreBtn {
    font-size: 16px !important;
    background: #ffffff;
    color: #003366 !important;
    font-weight: 700;
    border: 2px solid #003366 !important;
    line-height: 0px;
    border-radius: 5px;
    margin: 0px 0px 80px 0;
    padding: 20px 40px !important;
}

button#loadMoreBtn:hover {
    color: #ffffff !important;
    background: #003366;
}

/** blog new design end **/


/* .blog-category-checkboxes::-webkit-scrollbar {
    display: block;
    height: 5px;
}
.blog-category-checkboxes::-webkit-scrollbar-track {
    background: transparent;
}
    
.blog-category-checkboxes::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-right: none;
    border-left: none;
    border-radius: 50px;
}

.blog-category-checkboxes::-webkit-scrollbar-track-piece:end {
    background: #d1d1d14d;
    margin-bottom: 10px;
}

.blog-category-checkboxes::-webkit-scrollbar-track-piece:start {
    background: #d1d1d14d;
    margin-top: 10px;
} */


@media only screen and (max-width: 1366px) {
    .post_container_main .post-item .post-thumbnail img {
        height: 350px;
    }
    .post-holder img.img-fluid {
        height: 350px;
    }
}

@media only screen and (max-width: 1024px) {
    .post_container_main .post-item .post-thumbnail img {
        height: 300px;
    }
    h2.post-title a {
        font-size: 24px;
        line-height: 26.4px;
    }
    .post_container_main #postList .post-item.post-inner:nth-child(2n) {
        padding-top: 50px;
    }
    .post-holder img.img-fluid {
        height: 300px;
    }
    .post-title-wrap h3.post-title a {
        font-size: 24px;
        line-height: 26.4px;
    }
    .post-list-wrapper .post-list-row .post-item:nth-child(2n) {
        padding-top: 50px;
    }
    .blog-page .post-holder {
        padding: 0px 0px;
    }
    .blog-page .sidebar .block .block-title strong {
        font-size: 26px !important;
        padding-bottom: 10px;
    }
    .blog-post-view .post-content .post-featured-image {
        margin-top: 10px;
    }
    .blog-post-view .post-holder .post-header .post-sort-description {
        line-height: 22px;
        font-size: 16px;
        letter-spacing: 0.2px;
        margin: 20px 0;
    }
    .blog-post-view .post-content .post-description h4, 
    .blog-post-view .post-content .post-description h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .blog-post-view .post-holder .post-content .post-description p {
        line-height: 22px;
        font-size: 16px;
        letter-spacing: 0.1px;
    }
}

@media only screen and (max-width: 540px) {
    .post_container_main #postList {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
    .post_container_main .post-item .post-thumbnail img {
        height: 340px;
    }
    h2.post-title a {
        font-size: 24px;
        line-height: 26.4px;
    }
    .post_container_main #postList .post-item.post-inner:nth-child(2n) {
        padding-top: 0px;
    }
    .blog-page-list .post-list-wrapper .post-list-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
    .post-holder img.img-fluid {
        height: 340px;
    }
    .post-title-wrap h3.post-title a {
        font-size: 24px;
        line-height: 26.4px;
    }
    .blog-page-list .post-list-wrapper .post-list-row .post-item:nth-child(2n) {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .post_container_main .post-item .post-thumbnail img {
        height: 230px;
    }
    .post-holder img.img-fluid {
        height: 230px;
    }
}

.post-list-wrapper .post-list-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.post-list-wrapper .post-list-row .post-item {
    margin: 0;
    padding: 0;
    width: auto;
}

.post-list-wrapper .post-list-row .post-item:nth-child(2n) {
    padding-top: 60px;
}

.post-list-wrapper .post-list-row .post-item .post-container .post-info .post-description {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.post-holder .post-header .post-date {
    background: #f3f3f7;
    padding: 5px 10px;
    text-align: center;
    border-radius: 34px;
    color: #010101;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
}

.post-holder .post-header .post-detail-title {
    font-weight: 500;
    font-size: 46px;
    text-transform: capitalize;
    line-height: 56px;
    letter-spacing: -1.1px;
    margin: 30px 0;
}

.post-holder .post-header .post-sort-description {
    color: #0f1924;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 30px 0;
}

.blog-post-view .post-data-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-view-modern .post-sharing-bottom {
    margin: 0 0 -10px 0;
    padding: 0;
    border: unset;
    width: fit-content;
}

.blog-post-view .post-data-wrap .post-author-name a {
    font-size: 18px;
    font-weight: 400;
    color: #0f1924;
    line-height: 22px;
    text-transform: capitalize;
}

.blog-post-view .post-featured-image {
    margin-top: 40px;
}

.blog-post-view .post-featured-image img {
    border-radius: 10px;
}

.blog-post-view .post-content .post-description p {
    color: #0f1924;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.blog-post-view .post-content .post-description .img-p-content {
    display: flex;
    align-items: center;
    gap: 50px;
}
.blog-post-view .post-content .post-description .img-p-content img {
    height: 320px;
    margin: 0;
    width: 320px;
    object-fit: contain;
}

.blog-post-view .post-description h4,
.blog-post-view .post-description h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.blog-post-view .post-content .post-description p strong {
    font-size: inherit;
}

.blog-post-view .post-content .post-description ul {
    list-style: outside;
    margin-left: 20px;
    color: #0f1924;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.blog-page .widget.block-categories ul li:hover {
    background: #003366;
}

.blog-post-view .post-data-wrap .post-author-name a svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

@media only screen and (max-width: 694px) {
    .blog-post-view .post-content .post-description .img-p-content {
        gap: 20px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .blog-post-view .post-bottom .post-nextprev .post-prev {
        padding-right: 5px;
    }
    .blog-post-view .post-bottom .post-nextprev .post-prev a.nextprev-link.prev-link {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start;
    }
    .blog-post-view .post-bottom .post-nextprev .post-next {
        padding-left: 5px;
    }
    .blog-post-view .post-bottom .post-nextprev .post-next a.nextprev-link.next-link {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .blog-post-view .post-nextprev {
        align-items: flex-start;
    }
}
@media only screen and (max-width: 355px) {
    .blog-post-view .post-header .post-data-wrap {
        flex-direction: column;
    }
    .blog-post-view .post-header .post-data-wrap span.post-author-name {
        display: block;
        text-align: left;
        width: 100%;
    }
    .blog-post-view .post-header .post-data-wrap .post-sharing-bottom {
        margin: 10px 0 -10px 0;
        width: 100%;
        text-align: right;
    }
    .blog-post-view .post-header .post-data-wrap .post-sharing-bottom .share-elements {
        text-align: right;
    }
}
@media only screen and (max-width: 768px) {
    .post_container_main #postList {
        gap: 20px;
    }
    .post-list-wrapper .post-list-row {
        gap: 20px;
    }
}

/* karan css */
body.blog-page .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
body.blog-category-view main#maincontent {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-page #maincontent .columns .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px){
    body.blog-index-index .page-main {
        padding-right: 0;
        padding-left: 0;
    }
    .blog-post-view .post-data-wrap {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
    }
    #blog-category-title-bar, #blog-detail-title-bar {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
}
/* end karan css */