/* BLOG CSS */

#main-blog {
    padding-top: 65px;
}
.blog-post-card {
    padding: 41% 22px 40px;
}
.overlay-grad {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.overlay.blk-bg {
    opacity: 0.58;
}
.blog-posts-row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.blog-posts-row > div {
    padding-left: 12.5px;
    padding-right: 12.5px;
}
.read-more {
    font-size: 14px;
    text-decoration: underline;
}
.featured-post-content h2 a,
.blog-post-card-content h3 a {
    color: inherit;
    text-decoration: none;
}
.pagination-wrapper > *:not(:last-child) {
    margin-right: 45px;
}
.pagination-wrapper {
    margin-top: 75px;
}

/* FEATURED BLOG */

.featured-post-content{
    max-width: 408px;
    min-height: 400px;
}
/* .featured-post-img > div,
.post-header-section-inner-image > div {
    padding-top: 40.5%;
    mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/featured-blog-mask.svg');
    -webkit-mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/featured-blog-mask.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.featured-post-slide-inner > div,
.post-header-section-inner > div {
    flex: 1;
} */
.featured-post-slide {
    padding: 0 30px;
}
.featured-posts-slider {
    margin: 0 -30px;
}

.featured-posts-slider.slick-initialized .featured-post-slide-inner {
    height: 100%;
}







@media(max-width: 1300px) and (min-width: 992px) {
    .featured-post-slide .bg-img {
        max-width: calc(100% - 380px) !important;
    }
}
@media(min-width: 992px) {
    #hero-socials {
        top: 0;
        transform: none;
        right: 30px;
    }
    #featured-blog .container {
        padding-right: 80px;
    } 
    .featured-post-slide .bg-img {
        mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
          -webkit-mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-position: left center;
        -webkit-mask-position: left center;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        max-width: 970px;
        left: auto;
        right: 0;
        transform: translateY(-50%);
        max-height: 410px;
    }
}
@media(max-width: 991px) {
    #hero-socials {
        display: none;
    }
    #featured-blog .container {
        padding: 0 !important;
    }
    .featured-post-slide .bg-img {
        min-width: 100vw;
        opacity: 0.5;
    }
    .featured-post-content {
        max-width: unset;
        padding: 0 30px;
    }
}

/* SINGLE POST */

.post-header-section {
    padding: 45px 0 0;
}
.main-post-content {
    margin-right: 115px;
}
.post-sidebar {
    max-width: 412px;
}
.post-sidebar h2 {
    font-size: 24px;
}
.sidebar-post-card h3 {
    font-size: 18px;
}
.sidebar-post-card .post-excerpt > * {
    font-size: 16px;
}


@media(max-width: 1300px) and (min-width: 992px) {
    #post-header .bg-img-container  {
        max-width: calc(100% - 300px) !important;
    }
}
@media(min-width: 992px) {
    #post-header {
        padding: 45px 0 0;
    }
    #post-header .bg-img-container {
        mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
        -webkit-mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-position: left center;
        -webkit-mask-position: left center;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        max-width: 895px;
        left: auto;
        right: 0;
        transform: translateY(-50%);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
    }
    .post-header-section-inner {
        min-height: 420px;
    }
    .post-header-section-inner-content {
        max-width: 410px;
    }
}
@media(max-width: 991px) {
    #post-header .bg-img-container  {
        min-width: 100vw;
        opacity: 0.45;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    #post-header,
    #post-header .container {
        padding: 0;
    }
    .post-header-section-inner-content {
        width: 100%;
    }
    .post-header-section-inner {
        padding: 60px 30px;
    }
    .post-header-section-inner-content h1 {
        margin-bottom: 30px !important;
      }
      .post-header-section-inner-content .post-meta {
        margin-bottom: 15px !important;
        flex-direction: column;
      }
      .post-header-section-inner-content .post-meta .mx-1 {
        display: none !important;
      }
      .main-post-content {
        margin: 0;
        min-width: 100%;
        margin-bottom: 60px;
      }
      .post-sidebar {
        min-width: 100%;
      }
}