/**
 * 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!
 */

.toolbar-blog-posts {
    border: 0;
    box-shadow: none !important;
}
.blog-page-list .post-list-wrapper .post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.blog-page-list .toolbar .pages {
    margin-bottom: 0;
}

.blog-page-list .post-list-wrapper .post-list .post-holder {
    margin-bottom: 0;
    padding: 0 15px 15px;
    background: #f8f8f8;
    border: 0;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    overflow: hidden;
}

.post-holder .post-header {
    position: relative;
    /*display: flex;*/
    grid-gap: 10px;
    margin-bottom: 10px;
    flex-flow: wrap;
}

.post-holder .post-header .post-info,
.post-holder .post-header .post-info a {
    padding: 0;
    color: #666;
}
.post-holder .post-header .post-info a:hover {
    color: #3598db;
} 
.blog-page-list .post-list-wrapper .post-list .post-holder:hover {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}
.post-list .post-header .post-title {
    width: 100%;
    max-width: 100%;
}
.post-list .post-header .post-title a,
.post-holder .post-header .post-info .label {
    font-weight: 500;
    color: #333333;
}
.post-list .post-header .post-title a:hover {
    color: #3598db;
}

.block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong {
    font-weight: 500;
}

.post-holder .post-header .post-info .item::after {
    margin: 0 7px;
}

.widget.blog-search input {
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 5px;
}
.widget.blog-search .action.search:before {
    content: '\e900';
    font-family: 'luma-icons';
    font-size: 20px;
    background: none;
    color: #000;
    width: 20px;
}
.post-holder .post-header .post-info .value {
    font-style: normal;
}
.post-author a{
   color: red;
}
.blog-page-list .post-content .post-description .post-ftimg-hld {
    margin: 0 -15px 10px;
    max-height: 265px;
    overflow: hidden;
}
.post-content .post-description .post-ftimg-hld {
   /* max-height: 265px;*/
    overflow: hidden;
}
.post-list .post-content .post-read-more {
    color: #3598db;
    text-decoration: underline;
}
.post-list .post-content .post-read-more:hover {
    color: #000;
}
.block-content .post-item-link:hover {
    color: #3598db;
}
.block-content .post-item-date {
    color: #999;
    font-size: 12px;
}
.widget.block-list-posts .block-content .item {
    padding: 8px;
    transition: 0.5s all;
}
.widget.block-list-posts .block-content .item:hover {
    background: #f8f8f8;
}

.widget.block .block-title {
    border-bottom: 1px solid #ddd;
    display: block;
}
.widget.block .block-title strong {
    border-bottom: 3px solid #3598db;
    display: inline-block;
}
.comments .c-replyform button {
    border-color: #3598db;
    background: #3598db;
    padding: 6px 20px;
}
.post-list .post-holder .post-header .post-info {
    padding: 0 0 5px 0 ;
    display: contents;
}

.post-view .post-content .post-description img,
.post-view .post-content .post-description picture{
    float: right;
    margin-left: 15px;
}
.post-view .post-content h4 {
    font-size: 16px;
}
.post-holder .post-header .mf-secondblog-icon,
.post-holder .post-header .label{
    display: none;
}
.widget.block-categories ul li a {
    font-weight: 500;
}
.mfblog-replated-posts-block.block.related .block-title {
    padding: 4px 0;
}
.mf-blog-icon {
    opacity: 0.5;
}
.blog-post-view .page-title-wrapper .page-title {
    font-size: 20px;
    margin-bottom: 0;
}
@media screen and (max-width: 639px) {
    .blog-page-list .post-list-wrapper .post-list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .post-view .post-content .post-description img,
    .post-view .post-content .post-description picture{
        float: none;
        width: 100%;
        margin: 15px 0;
    }
}
    
