/**
 * 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 .page-wrapper{
    overflow: hidden;
}
.blog-index-index .sidebar.sidebar-additional{
    display: block;
}
.blog-post-view .sidebar.sidebar-additional{
    display: block;
}
[class*="blog-"] .sidebar.sidebar-additional .block-wishlist{
    display: none;
}
[class*="blog-"] .sidebar.sidebar-additional .block-reorder{
    display: none;
}
[class*="blog-"] .sidebar.sidebar-additional{
    width: 24%;
    padding: 0;
    display: inline-block;
    float: none;
}
[class*="blog-"].page-layout-2columns-right .column.main{
    width: 74%;
    float: right;
}
[class*="blog-"] .column.main .page-title-wrapper{
    display: none;
}
.row [class*="col-md-"]{
    padding-left: 0;
    padding-right: 10px;
}
.post-list .post-holder{
    padding: 0;
    border: 0;
    position: relative;
    margin-bottom: 70px;
    background: none;
    border-radius: 0;
}
.post-list .post-holder.small-post{
    margin-bottom: 115px;
    opacity: 0;
    moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
    
}
.post-list .post-holder.small-post.in-view{
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.post-list .post-holder:hover{
    box-shadow: none;
}
.post-list .post-holder .post-header .post-ftimg-hld a img{
    width: 100%;
    height: 390px;
    border-radius: 4px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    transition: transform .5s ease-in-out;
}
.post-list .post-holder .post-header .post-ftimg-hld a img:hover{
    transform: scale(1.02);
}
.post-list .post-holder.small-post .post-header .post-ftimg-hld a img{
    height: 235px;
}
.post-list .post-holder .post-content{
    position: absolute;
    top: 70%;
    height: 130px;
    width: 288px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 16px 16px 20px;
}
.post-list .post-holder .post-content:hover{
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.row .col-md-5{
    width: 47%;
    display: inline-block;
    margin-right: 12px;
}
.post-list .post-holder .post-content .post-title-holder .post-title{
    margin: 0;
    line-height: 30px;
}
.post-list .post-holder .post-content .post-title-holder .post-title a{
    font-size: 16px;
    color: #5B5B5B;
    vertical-align: top;
}
.post-list .post-holder .post-content .post-info .dash,
.post-list .post-holder .post-content .post-info .item.post-author,
.post-list .post-holder .post-content .post-info .item.post-categories,
.post-list .post-holder .post-content .post-info .item.post-comments,
.post-list .post-holder .post-content .post-info .item.post-views,
.post-list .post-holder .post-content .post-info .item.post-posed-date .label{
    display: none;
}
.post-holder .post-content .post-info .item.post-posed-date .value{
    color: #afafaf;
}
/*.post-list .post-holder.small-post .post-content{
    right: 15px;
}*/
.post-list .post-holder .post-content .post-description{
    color: #929292;
    font-size: 12px;
    line-height: 20px;
    height: 89px;
    overflow: hidden;
}

.toolbar-blog-posts .pages{
    text-align: center;
}
.toolbar-blog-posts .pages .pages-item-previous{
    margin-left: 20px;
}
.toolbar-blog-posts .pages .pages-item-next{
    margin-right: 20px;
}
.toolbar-blog-posts .pages .pages-item-previous a.action.previous,
.toolbar-blog-posts .pages .pages-item-next a.action.next{
    margin: 0;
    border-color: #E5E5E5;
    background: #E5E5E5;
    width: 35px;
    height: 35px;
}
.toolbar-blog-posts .pages .pages-item-previous a.action.previous:before,
.toolbar-blog-posts .pages .pages-item-next a.action.next:before{
    line-height: 33px;
    color: #5B5B5B;
    font-weight: bold;
    font-size: 37px;
    margin: 1px -2px;
    border-radius: 2px;
}
.toolbar-blog-posts .pages .pages-items .item{
    line-height: 4.2rem;
    margin: 0 10px;
}
.toolbar-blog-posts .pages .pages-items .item .page{
    font-size: 20px;
    color: #AFAFAF;
    font-weight: bold !important;
}
.toolbar-blog-posts .pages .pages-items .item.current .page{
    color: #263279;
    border-bottom: 2px solid #F9DC30;
}


@media (max-width: 767px){
    .post-list .post-holder .post-header .post-ftimg-hld a img{
        height: 204px;
    }
    .post-list .post-holder.small-post .post-header .post-ftimg-hld a img{
        height: 204px;
    }
    .post-list .post-holder.big-post .post-header .post-ftimg-hld a img{
        border-radius: 0;
    }
    .post-list .post-holder{
        margin-bottom: 120px;
    }
    .row .col-md-5{
        width: 100%;
        padding-right: 1px;
    }
    .post-holder.big-post .post-header{
        margin-right: -30px;
        left: -5px;
    }
    .post-list .post-holder.small-post{
        margin-bottom: 120px;
    }
    .post-list .post-holder .post-content{
        width: 250px;
    }
    [class*="blog-"].page-layout-2columns-right .column.main{
        margin-top: 50px;
    }
}

/* Blog Post Page */

.post-view .post-holder{
    padding: 0;
    background: none;
    position: relative;
    border: 0;
}
.post-view .post-holder:hover{
    box-shadow: none;
}
.post-view .post-holder .post-content{
    position: relative;
    bottom: 65px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    background: #fff;
    width: 75.5%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
    padding: 16px;
}
.post-view .post-holder .post-content .header-content .post-title{
    font-size: 20px;
    display: inline-block;
    margin: 0;
}
.post-view .post-holder .post-header .post-ftimg-hld img{
    height: 370px;
    width: 868px;
}
.post-view .post-holder .post-content .header-content .post-title .post-item-link{
    color: #5B5B5B;
}
.post-view .post-holder .post-content .header-content .addthis_toolbox{
    display: inline-block;
    float: right;
}
.post-view .post-holder .post-content .header-content .addthis_toolbox a span.at-icon-wrapper{
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    border-radius: 2px;
    margin-right: 10px;
}
.post-view .post-holder .post-content .header-content .addthis_toolbox a span.at-icon-wrapper svg{
    width: 26px !important;
    height: 26px !important;
}
.post-view .post-holder .post-content .header-content{
    margin-bottom: 25px;
}
.post-view .post-holder .post-content .post-info{
    margin-bottom: 12px;
}
.post-view .post-holder .post-content .post-info .item,
.post-view .post-holder .post-content .post-info .dash{
    display: inline-block;
}
.post-view .post-holder .post-content .post-info .item.post-posed-date .label{
    display: none;
}
.post-view .post-holder .post-content .post-description{
    font-size: 16px;
    color: #929292;
    font-weight: bold;
    line-height: 1.7;
}
.post-view .post-bottom{
    width: 75.5%;
    margin: auto;
}
.blog-post-view .block.related.related-posts .block-title{
    text-align: left;
    margin-bottom: 30px;
}
.blog-post-view .block.related.related-posts .block-title strong{
    font-size: 20px !important;
    color: #5B5B5B;
    font-weight: bold !important;
    display: block;
}

.related-posts .post-items .slick-list .post-item{
    position: relative;
    margin-left: 15px;
}
.related-posts .post-items .slick-list .post-item.slick-slide a img{
    height: 190px;
    border-radius: 4px;
    width: 100%;
}
.related-posts .post-items .slick-list .post-item .slider-blog-bottom{
    position: relative;
    bottom: 60px;
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    width: 75%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}
.related-posts .post-items .slick-list .post-item .slider-blog-bottom .blog-title{
    margin: 0;
    font-size: 16px;
}
.related-posts .post-items .slick-list .post-item .slider-blog-bottom .blog-title a{
    color: #5B5B5B;
}
.related-posts .post-items .slick-list .post-item .slider-blog-bottom .blog-desc{
    color: #929292;
    line-height: 1.5;
}
.related-posts .post-items .slick-arrow{
    opacity: 1;
    top: 100%;
    background-color: #ECECEC;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-image: none !important;
}
.related-posts .post-items .slick-arrow.slick-next{
    right: 230px;
}
.related-posts .post-items .slick-arrow.slick-next:before{
    content: '\f102';
    font-size: 18px;
    font-weight: bold;
}
.related-posts .post-items .slick-arrow.slick-prev{
    left: 230px;
}
.related-posts .post-items .slick-arrow.slick-prev:before{
    content: '\f103';
    font-size: 18px;
    font-weight: bold;
}
.related-posts .post-items .slick-dots{
    bottom: -8px;
}
.related-posts .post-items .slick-dots li{
    width: 7px;
    height: 7px;
}
.related-posts .post-items .slick-dots li button{
    width: 7px;
    height: 7px;
    background: #C4C4C4;
}
.related-posts .post-items .slick-dots li.slick-active button{
    background: #263279;
}

@media (max-width: 767px){
    .related-posts .post-items .slick-arrow.slick-prev::before{
        content: '\f102';
    }
    .related-posts .post-items .slick-arrow.slick-next::before{
        content: '\f103';
    }
    .post-view .post-bottom{
        width: 100%;
    }
    .post-view .post-holder .post-header .post-ftimg-hld img{
        height: 190px;
        width: 100%;
    }
    .post-view .post-holder .post-content{
        width: 90%;
    }
    .post-view .post-holder .post-content .post-description{
        font-size: 12px;
    }
    .post-view .post-holder .post-content .header-content .addthis_toolbox a span.at-icon-wrapper{
        width: 20px !important;
        height: 20px !important;
    }
    .post-view .post-holder .post-content .header-content .addthis_toolbox a span.at-icon-wrapper svg{
        width: 20px !important;
        height: 20px !important;
    }
    .post-view .post-holder .post-content .header-content .post-title{
        font-size: 16px;
    }
}

/* Blog sidebar */

.block-categories .block-title strong{
    font-size: 18px;
    color: #5B5B5B;
}
.block-categories .block-title{
    margin-bottom: 25px;
}
.block-categories .accordion li{
    list-style: none;
    padding-bottom: 2px;
    margin-bottom: 12px;
    position: relative;
    padding-right: 0;
}
.block-categories .accordion li ul.cat-level li{
    margin-bottom: 0;
}
.block-categories .accordion li ul.cat-level li .side-cat a{
    font-size: 12px;
}
.block-categories .accordion li div.side-cat{
    position: relative;
    margin-bottom: 10px;
}
.block-categories .accordion li div.side-cat:after{
    content: '';
    position: relative;
    width: 10%;
    background: #F9DC30;
    height: 2px;
    bottom: -5px;
    display: block;
    transition: 800ms ease-in-out;
    left: -15px;
}
.block-categories .accordion div.side-cat:hover:after{
    width: 70%;
}
.block-categories .accordion li a{
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.block-recent-posts{
    background-color: #ECECEC;
    padding: 5px 25px;
    border-radius: 4px;
}
.block-recent-posts .block-title{
    margin-bottom: 5px;
    margin-top: 3px;
    cursor: pointer;
    position: relative;
}
.block-recent-posts .block-title:after{
    content: '\e607';
    font-family: luma-icons;
    position: absolute;
    right: 0;
    top: 0;
}
.block-recent-posts .block-title strong{
    font-size: 14px;
}
.block-recent-posts .block-content{
    display: none;
/*    margin-bottom: 30px;*/
}
.block-recent-posts .block-content.open{
    display: block;
}
.block-recent-posts .block-content .item{
    position: relative;
    padding-right: 20px !important;
    margin-bottom: 10px;
}
.block-recent-posts .block-content .item a{
    text-decoration: none;
    font-size: 16px;
}
.block-recent-posts .block-content .item:after{
    content: '';
    position: relative;
    width: 10%;
    background: #F9DC30;
    height: 2px;
    bottom: -5px;
    display: block;
    transition: 800ms ease-in-out;
    left: -15px;
}
.block-recent-posts .block-content .item:hover:after{
    width: 70%;
}

.block-archive{
    background-color: #ECECEC;
    padding: 5px 25px;
    border-radius: 4px;
}
.block-archive .block-title{
    margin-bottom: 5px;
    margin-top: 3px;
    cursor: pointer;
    position: relative;
}
.block-archive .block-title:after{
    content: '\e607';
    font-family: luma-icons;
    position: absolute;
    right: 0;
    top: 0;
}
.block-archive .block-title strong{
    font-size: 14px;
}
.block-archive .block-content{
    display: none;
    margin-top: 15px;
/*    margin-bottom: 30px;*/
}
.block-archive .block-content.open{
    display: block;
}
.block-archive .block-content .item{
    position: relative;
    padding-right: 20px !important;
    margin-bottom: 10px;
}
.block-archive .block-content .item a{
    text-decoration: none;
    font-size: 16px;
}
.block-archive .block-content .item:after{
    content: '';
    position: relative;
    width: 10%;
    background: #F9DC30;
    height: 2px;
    bottom: -5px;
    display: block;
    transition: 800ms ease-in-out;
    left: -15px;
}
.block-archive .block-content .item:hover:after{
    width: 70%;
}

@media (max-width: 767px){
    .columns{
        position: relative;
    }
    [class*="blog-"] .sidebar.sidebar-additional{
        position: absolute;
        top: 0;
        width: 85%;
        z-index: 5;
        right: 0;
        left: auto;
    }
    [class*="blog-"] .sidebar.sidebar-additional .custom-inside-blog-sidebar{
        display: none;
        top: 35px;
        background-color: #fff;
        width: 89%;
        z-index: 5;
        border: 1px solid #e4e4e4;
        padding: 15px;
        border-radius: 4px;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
        position: absolute;
    }
    .columns .sidebar-additional .block.blog-search{
        margin-bottom: 0;
    }
    .block-recent-posts .block-content .item a{
        font-size: 13px;
    }
    .block-categories .accordion li a{
        font-size: 12px;
    }
    .block-archive .block-content .item a{
        font-size: 13px;
    }
    .block-archive .block-title::after{
        right: 0;
    }
    .block-recent-posts .block-title::after{
        right: 0;
    }
    .block-categories .accordion div.side-cat:hover::after {
        width: 80%;
    }
}

/* Related Products */

.blog-post-view .block.related .block-title{
    text-align: left;
}
.blog-post-view .related .block-content .product-item{
    display: block;
    width: 100%;
    border: 2px solid #D8D8D8;
    border-radius: 4px;
    margin-bottom: 16px;
    height: 120px;
}
.blog-post-view .related .block-content .product-item .product-item-photo{
    float: none;
    display: inline-block;
    margin: 0;
    border-left: 1px solid #D8D8D8;
    border-radius: 4px;
}
.blog-post-view .related .block-content .product-item .product-item-photo .product-image-photo{
    width: 88px;
    height: 98px;
}
.blog-post-view .related .block-content .product-item .product-item-details{
    float: none;
    display: inline-block;
    padding: 0;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    margin-top: 12px;
    width: 62%;
}
.blog-post-view .related .block-content .product-item .product-item-details .product-item-name{
    margin-bottom: 10px;
    text-align: left;
}
.blog-post-view .related .block-content .product-item .product-item-details .product-item-name .product-item-link{
    color: #5B5B5B;
    font-size: 13px;
}
.blog-post-view .related .block-content .product-item .product-item-details .price-final_price{
    display: inline-block;
    width: auto;
    min-height: auto;
}
.blog-post-view .related .block-content .product-item .product-item-details .price-final_price .price{
    color: #263279;
    font-size: 14px;
    font-weight: bold;
}
.blog-post-view .related .block-content .product-item .product-item-details .product-item-actions{
    display: inline-block;
    float: right;
    margin-top: 0;
}


/* Comments */

.post-bottom #post-comments .c-count{
    font-size: 20px;
    color: #263279;
    text-decoration: underline;
    border-bottom: 0;
}
.c-comments .c-comment .c-post .p-replies{
    border-left: 0;
    padding-right: 0;
    padding-left: 20px;
    margin-top: 20px;
}
.c-comments .c-comment .c-post .p-replies .c-post-details .p-actions,
.c-comments .c-comment .c-post .p-replies .c-comment-admin .c-post-details .p-actions
{
    display: none;
}
#post-comments .comment-form-blog-recaptcha textarea{
    border: 2px solid #e4e4e4;
    height: 54px;
    font-size: 20px;
    color: #AFAFAF;
    font-weight: bold;
}
#post-comments .comment-form-blog-recaptcha .c-btn-hld{
    background: none;
    border: 0;
    padding-left: 0;
    text-align: left;
}
#post-comments .comment-form-blog-recaptcha .c-btn-hld button{
    padding: 5px 20px;
    font-size: 17px;
    background: #263279;
    border-color: #263279;
    float: right;
}
.c-reply .c-replyform form.comment-form-blog-recaptcha{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}
#post-comments .comment-form-blog-recaptcha .c-btn-hld button:hover{
    border: 1px solid #263279;
    color: #263279;
    background: #fff;
}
.c-comments .c-comment .c-post .p-name{
    color: #8B8B8B;
    font-size: 18px;
    margin-bottom: 10px;
}
.c-comments .c-comment .c-post .p-text{
    color: #8B8B8B;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    font-weight: bold;
}
.c-comments .c-comment .c-post .c-comment-details{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}
.c-comments .c-comment .c-post .p-replies .c-post, 
.c-comments .c-comment .c-post .p-replies .c-replyform{
    margin-left: 0;
}
.c-post .c-replyform{
    margin-left: 0;
}
.c-post .c-replyform .reply-form-blog-recaptcha textarea{
    border: 2px solid #e4e4e4;
    height: 54px;
    font-size: 20px;
    color: #AFAFAF;
    font-weight: bold;
}
.c-post .c-replyform .reply-form-blog-recaptcha .c-btn-hld{
    background: none;
    border: 0;
    padding-left: 0;
    text-align: left;
}
.c-post .c-post-details{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.c-post .p-replies .c-comment-admin .c-post .c-post-details .p-name{
    color: #263279;
    font-size: 16px;
    position: relative;
}
.c-post .p-replies .c-comment-admin .c-post .c-post-details .p-name:after{
    content: "\e605";
    font-family: icons-blank-theme;
    color: #263279;
    background: #F9DC30;
    border-radius: 50%;
    position: absolute;
    left: 21%;
    top: -5px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    text-align: center;
}
.c-comments .c-comment .c-post .p-replies .c-post-details .p-text{
    margin-right: 0;
    margin-left: 30px;
    font-weight: bold;
}
.c-post .c-post-details .p-actions{
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin-left: 35px;
}
#c-replyform-comment{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}
#post-comments .reply-form-blog-recaptcha .c-btn-hld button{
    padding: 5px 20px;
    font-size: 17px;
    background: #263279;
    border-color: #263279;
}
#post-comments .reply-form-blog-recaptcha .c-btn-hld button:hover{
    border: 1px solid #263279;
    color: #263279;
    background: #fff;
}
#post-comments .reply-form-blog-recaptcha .c-btn-hld button.cancel{
    color: #F9DC30;
    margin-right: 0;
    margin-left: 10px;
}
.c-replyform .c-btn-hld .left-hld, 
.c-replyform .c-btn-hld .right-hld{
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
}
#post-comments .comment-form-blog-recaptcha .c-btn-hld .lr-hld{
    display: inline-block;
}
#post-comments .reply-form-blog-recaptcha .c-btn-hld .lr-hld{
    display: inline-block;
}
.c-post .c-replyform .reply-form-blog-recaptcha .c-btn-hld button{
    float: right;
}
@media (max-width: 767px){
    .c-post .p-replies .c-comment-admin .c-post .c-post-details .p-name::after{
        right: auto;
        left: auto;
    }
    .c-replyform .c-btn-hld .left-hld, 
    .c-replyform .c-btn-hld .right-hld{
        width: 100%;
        margin-bottom: 10px;
    }
    .c-post .c-post-details .p-actions{
        font-size: 12px;
    }
    [class*="blog-"] .sidebar.sidebar-additional .mobile-menu-button{
        position: relative;
        right: 18%;
        left: auto;
    }
}