/*
.featured-posts-list {
    margin-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}
@media (max-width: 1000px) {
    .featured-posts-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    .featured-posts-list {
        grid-template-columns: 1fr;
    }
}
*/
body.pixiedust.blog-post-view .blackbutton { display: none; }
body.pixiedust .block.widget.pm-widget-wrap .products-grid .product-range span { position: inherit !important; }
body.pixiedust div.background-none { background: none; }
body.pixiedust .post-content .post-description .pmblog-wrapper .post-ftimg-hld-other { width: revert; float: none; }
body.pixiedust.blog-post-view .post-content a.postname { text-decoration: none; color: #000; }
body.pixiedust.blog-post-view div.unline-block h3 { color: #000; }
body.pixiedust.blog-post-view .columns .more-articles { background: #F2F4F5 !important; }
body.pixiedust.blog-post-view .post-description .mfblog-replated-posts-list a { color: #000 !important; }
body.pixiedust.blog-post-view .post-content span.caty a { text-decoration: none; }
body.pixiedust.blog-post-view .post-description .mfblog-replated-posts-list .slick-dots { margin-top: 13px; }

@media (min-width: 375px) {
    body.blog-page .column.main .product-items.pm-products { max-width: 275px; }
    body.blog-page .column.main .mfblog-replated-posts-list { max-width: 325px; }
}

@media (min-width: 480px) {
    body.blog-page .column.main .product-items.pm-products { max-width: 312px; }
    body.blog-page .column.main .mfblog-replated-posts-list { max-width: 400px; }
    
}

@media (max-width: 576px) {
    body.pixiedust.blog-post-view .post-content .post-description .post-ftimg-hld-other { margin-right: 0px !important; }
}

@media (min-width: 576px) {
    body.blog-page .column.main .product-items.pm-products { max-width: 455px;  }
    body.blog-page .column.main .mfblog-replated-posts-list { max-width: 455px;  }
}

@media (min-width: 768px) {
    body.blog-page .column.main .product-items.pm-products { max-width: 598px; }
    body.blog-page .column.main .mfblog-replated-posts-list { max-width: 680px; }
}

@media (min-width: 992px) {
    body.blog-page .column.main .product-items.pm-products { max-width: 740px; }
    body.blog-page .column.main .mfblog-replated-posts-list { max-width: 740px; }
}

@media (min-width: 1200px) {
    body.blog-page .column.main .product-items.pm-products { max-width: inherit; }
    body.blog-page .column.main .mfblog-replated-posts-list { max-width: inherit; }
}
