/**
 * @author Kitchen365 Team
 * @copyright Copyright (c) Kitchen365 (https://www.kitchen365.com/)
 * @package B2B KitchenOms Blog module
 */

 .post-list-wrapper .post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.post-list-wrapper .post-list .post-item {
    width: calc(33.33% - 25px);
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px!important;
    margin: 0!important;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    transition: 0.5s ease-out;
}
.post-list-wrapper .post-list .post-info .post-title-wrap h3 a{
    color: #242220;
    font-size: 18px;
}
.post-list-wrapper .post-list .post-info .post-title-wrap h3 a:hover{
    color: #e25544;
}
.post-list-wrapper .post-list .post-item:hover{
   background-color: #e6f4f5;
    border-color: #479da2;
}
.post-list .post-container {
    height: 100%;
    flex-direction: column;
    gap: 25px;
}
.post-list .post-image .image-wrap {
    padding-bottom: 50%;
}
.post-list .post-info{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post-list .post-description {
    height: 100%;
}
.post-list .post-image .image-wrap .bg-img{
    background-image: url(../images/default-no-image.png);
}
.post-list .post-image .post-category a{
    text-transform: capitalize;
}
.post-list .post-image .post-category a:hover{
    background: #e25544;
}
.post-list .post-info .post-data-wrap {
    font-family: 'BeVietnamPro-Regular';
}
.post-list .post-info .post-data-wrap a {
    font-weight: unset;
    font-family: 'BeVietnamPro-SemiBold';
    color: #242220;
}
.post-list .post-description {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.post-read-more .action.primary{
    font-size: 1.4rem;
    padding: 8px 15px;
}
.post-list .post-view{
    top: 0;
    font-size: 11px;
}
.post-list .post-view:before{
   content: "";
   background-image: url(../images/views-icon.svg);
   position: absolute;
   top: 0;
   left: -25px;
   width: 20px;
   height: 20px;
   background-size: contain;
   background-repeat: no-repeat;
   display: block;
}
.post-list .post-view:after{
    border: 0;
}
.blog-page .columns{
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
    padding: 25px;
    margin-bottom: 50px;
}
.blog-page .sidebar.sidebar-additional{
    padding-left: 0;
}
.blog-page .sidebar.sidebar-additional .widget.block:not(.blog-search){
    margin-bottom: 20px;
    background-color: #E6F4F5;
    padding: 15px;
}
.blog-page .sidebar.sidebar-additional .widget.blog-search{
    margin-bottom: 20px;
}
.blog-search .field.search .control {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-search .action.clear-search {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #666;
    text-decoration: none;
    padding: 4px 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s ease;
    z-index: 10;
    white-space: nowrap;
    line-height: 1.4;
}
.blog-search .action.clear-search:hover {
    color: #e25544;
    background: #fff;
    text-decoration: none;
    border-color: #e25544;
}
.blog-search .input-text {
    padding-right: 75px !important;
    width: 100%;
    box-sizing: border-box;
}
.blog-search .field.search {
    margin-bottom: 0;
}
.blog-page .message.info.empty {
    width: 83.33%;
}
.blog-page .sidebar.sidebar-additional .widget .block-title > strong{
    font-family: 'BeVietnamPro-SemiBold';
}
.blog-page .sidebar.sidebar-additional .widget.block-categories ul li a{
    font-family: 'BeVietnamPro-Regular';
    font-weight: initial;
    color: #242220;
}
.blog-page .sidebar.sidebar-additional .widget.block-categories ul li{
    padding-left: 5px;
}
.blog-page a{
    color: #242220;
}
.post-item-date span.value {
    font-size: 12px;
}
.blog-page .widget.block-archive .archive-item-link {
    font-weight: initial;
}
.blog-page .page-title-wrapper {
    padding-top: 20px;
}
.widget.block-archive .item:after {
    content: "|";
}
.widget.block-archive .item {
    margin: 2px 0;
}
.widget.block-tagclaud span a{
    color: #fff;
    padding: 5px 8px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    background: #479da2;
}
.toolbar-blog-posts{
    text-align: center;
}
.toolbar-blog-posts .pages-label{
    position: initial;
    overflow: visible;
    font-family: 'BeVietnamPro-SemiBold';
    padding-right: 15px;
}
 .blog-page .sidebar.sidebar-additional .widget.block:last-child{
    margin-bottom: 0;
}

/* Blog Post View */
.post-view {
    padding-right: 25px;
}
.post-sharing-top .icon-wrapper{
    margin: 0 8px 0 0;
}
.post-sharing-top .icon-wrapper .icon{
    line-height: 20px;
    height: 20px;
    width: 20px;
}
.post-content .post-description .post-ftimg-hld img{
    width: auto;
}
.post-content .post-description ul, .post-content .post-description ol {
    list-style-position: outside;
    padding-left: 20px;
}
.post-content table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
}
.post-content table th, .post-content table td{
    border: 1px solid #dcdcdc;
}
.blog-post-view h1, .blog-post-view h2, .blog-post-view h3, .blog-post-view h4, .blog-post-view h5, .blog-post-view h6{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.blog-post-view .post-gallery.clearfix:before{
   display: none;
}
.post-view .post-gallery .gallery-image-hld{
    padding: 5px;
}
.post-bottom .post-nextprev.clearfix::before, .post-bottom .post-nextprev.clearfix::after{
    display: none;
}
.post-bottom .post-nextprev{
    justify-content: space-between;
}
.blog-post-view .post-nextprev .nextprev-link{
    color: #e25544;
    font-weight: 600;
    font-family: 'BeVietnamPro-SemiBold';
    opacity: unset;
}
.blog-post-view .post-nextprev .nextprev-link:hover{
    color: #242220;
    text-decoration: underline;
}
.blog-post-view .post-nextprev .nextprev-link span{
    font-size: 0;
    padding-bottom: 8px;
}
.blog-post-view .post-nextprev .nextprev-link.next-link span:before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 15px;
    background-image: url(../images/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-post-view .post-nextprev .nextprev-link.prev-link span:before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 15px;
    background-image: url(../images/prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.post-sharing-bottom{
    padding: 15px 0;
}
.post-sharing-bottom .share-elements {
    text-align: left;
}
.post-sharing-bottom .share-elements .icon-wrapper .icon{
    line-height: 30px;
    height: 30px;
    width: 30px
}
.post-sharing-bottom .share-elements .icon-wrapper .label{
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    padding: 0 15px 0 3px;
}
.post-view .post-holder{
    margin-bottom: 0;
}
.post-holder .post-header .post-info .value {
    font-style: inherit;
    padding-right: 5px;
}
.post-holder .post-header .post-info a{
    padding-right: 5px;
}
.c-replyform button{
    background-color: #e25544!important;
    border-color: #e25544!important;
}
.c-replyform button:hover{
    background-color: #242220!important;
    border-color: #242220!important;
}

@media (min-width: 769px){
    .blog-page .columns .sidebar-additional {
        overflow-y: auto;
        -webkit-position: sticky;
        -moz-position: sticky;
        -ms-position: sticky;
        position: sticky;
        top: 25px;
        max-height: 100vh;
        width: 20%;
        padding-right: 10px;
    }
    .blog-page .columns .column.main{
        width: 80%;
    }
   
     .blog-page .sidebar::-webkit-scrollbar {
        width: 8px;
    }

     .blog-page .sidebar::-webkit-scrollbar-thumb {
        background: #C1C1C1;
        border-radius: 10px;
    }
}

@media (max-width: 1024px){
    .blog-page .columns .column.main {
        width: 75%;
    }
    .blog-page .columns .sidebar-additional {
        width: 25%;
    }
    .post-list-wrapper .post-list .post-item {
        width: calc(50% - 25px);
    }
}

@media (max-width: 768px){
    .blog-page .columns .column.main {
        width: 100%;
    }
    .blog-page .columns .sidebar-additional {
        width: 100%;
    }
    .post-list-wrapper .post-list .post-item {
        width: calc(50% - 15px);
    }
    .post-view{
        padding-right: 0;
    }
    .blog-post-view .columns .column.main{
        padding-bottom: 0;
    }
}

@media (max-width: 767px){
    .post-list-wrapper .post-list .post-item {
        width: 100%;
        box-sizing: border-box;
    }
    .post-list .post-container {
        height: auto;
    }
    .blog-page .columns{
        padding: 20px;
        margin-bottom: 40px;
    }
    .blog-post-view .page-title-wrapper .page-title {
        margin-top: 0!important;
    }
    .post-content .post-description table thead{
        display: table-header-group;
    }
    .post-content .post-description table thead th{
        display: table-cell;
    }
    .post-content .post-description table tbody td{
        display: table-cell;
    }
    .post-content .post-description table tbody td:before{
        display: none;
    }
    .blog-post-view .post-gallery{
        grid-template-columns: repeat(auto-fill, minmax(10rem, 2fr));
    }
    .blog-post-view .post-nextprev .nextprev-link.prev-link{
        text-align: left;
    }
    .post-content .post-description table{
        display: block;
        overflow-x: auto;
        width: 100%;
        padding: 0;
    }
    .fancybox-navigation button.fancybox-button.fancybox-button--arrow_left:before{
        right: 25px;
    }
    .fancybox-navigation button.fancybox-button.fancybox-button--arrow_right:before{
        right: 5px;
    }
    .post-view .post-gallery .gallery-image-hld{
        margin: 0;
    }
}

