.sideposts .post-date,
.sideposts .post-term,
.sideposts .title,
.sidebar-title,
.terms-filter button,
.general.icon::before,
.post-date,
.post-author,
.post-categories,
.post-title,
.filter-title,
.inner-hero-block .hero-title,
.inner-hero-block .background-text,
.about-page-content .about-title{
    font-family: var(--main-font);
} 
.post-excerpt,
.load-more-reviews,
.main-review-content p,
.inner-hero-block .hero-subtext{
    font-family: var(--secondary-font);
}
.inner-hero-block .hero-title,
.inner-hero-block .hero-subtext{
    color: var(--secondarydark);
}
.hero-content{
    position: relative;
    z-index: 5;
}
.inner-hero-block{
    position: relative;
    background: linear-gradient(178.32deg, #1E4566 -47.41%, #FFFFFF 28.78%);
    padding-top: 75px;
}
.inner-hero-block::after{
    content:"";
    z-index: 1;
    position:absolute;
    width:100%;
    height:150px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #EBEBEB 100%);
}
.inner-hero-block .background-text{
    position:absolute;
    z-index: 1;
    left: -70px;
    font-weight: 700;
    font-size: 250px;
    line-height: 375px;
    color: transparent; /* fill color */
    -webkit-text-stroke: 2px var(--secondarydark);
    opacity: .15;
}
.inner-hero-block .hero-title{
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
}
h2{
    position: relative;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
}
.load-more-reviews{ 
    position: relative;
    z-index: 5;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;   
} 
.title-section.desktop-only{
    display:none;
}
.entry-meta{
    display: none;
}
.blog-archive-section{
    position: relative;
    padding: 50px 20px 150px 20px;
    min-height: 1000px;
    background: linear-gradient(180deg, #EBEBEB 0%, #FFFFFF 100%);
}
.blog-archive-section::before{
    content:url(/wp-content/uploads/2025/08/dotts.svg);
    position:absolute;
    z-index: 0;
    left: 0;
    bottom:15%;
    opacity: .5;
}
.filter-title{ 
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--secondarydark);
}
#posts-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
}
.post-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:25px;
    background:#2D2D32;
    border-radius: 0 0 10px 10px;
    min-height: 331px;
}
.post-thumbnail{
    position: relative;
}
.post-thumbnail::before{
    content:"";
    position:absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    height: 100%;
    max-height:164px;
    width:100%;
    background: linear-gradient(180deg, rgba(45, 45, 50, 0) 0%, #2D2D32 95%);
    transition:.5s all ease-in-out;
}
article:hover .post-thumbnail::before{ 
    max-height: 350px;
}
.post-thumbnail img{
    width:100%;
    height:220px;
    object-fit: cover;
    border-radius: 10px;
}
.post-title{ 
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px; 
    color: #FFFFFF;
    margin-bottom: 10px;
    transition: .5s all ease-in-out;
}
article:hover .post-title{ 
    color:var(--orange);
}
article{
    position: relative;
}
.post-categories{
    display: block;
    padding:5px 30px;
    position:absolute;
    z-index: 5;
    top: 15px;
    left: 15px; 
    font-weight: 300;
    font-size: 12px;
    line-height: 12px; 
    color: var(--secondarydark);
    background: #F5F5F5;
    border-radius: 10px;
}
.post-author{ 
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px; 
    color: #FC9E01;
    margin-bottom: 10px;
}
.post-date{ 
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px; 
    color: #FFFFFF;
    margin-bottom: 10px;
    transition:.5s all ease-in-out;
}
.post-excerpt{ 
    font-weight: 300;
    font-size: 16px;
    line-height: 20px; 
    color: #6E6E6E;
    transition: .5s all ease-in-out;
}
article:hover .post-excerpt{ 
    color:#FFFFFF;
}
.link{
    display: flex;
    justify-content: flex-end;
    padding:15px 0;
}
.general.icon{
    position: relative;
}
.general.icon::before{
    content:"Read Article"; 
    position:absolute;
    left:-130px;
    font-weight: 300;
    font-size: 18px;
    line-height: 12px; 
    color: #FFFFFF;
    opacity: 0;
    transition: .5s all ease-in-out;
}
.general.icon:hover::before{
    opacity: 1;
}
#terms-filter{
    display: flex;
    padding-left: 15px;
    padding-bottom: 45px;
    gap:15px;
    flex-wrap: wrap;
}
#terms-filter button{
    display: block;
    padding:5px 35px;
    cursor: pointer;
    background:transparent; 
    font-weight: 300;
    font-size: 14px;
    line-height: 12px; 
    text-transform: uppercase;
    color: var(--secondarydark);
    border:1px solid;
    border-radius: 100px;
    transition: .5s all ease-in-out;
}
#terms-filter button.active{
    background:var(--orange);
    border:1px solid var(--orange);
}
/* Sidebar */
.sidebar-title{ 
    font-weight: 500;
    font-size: 32px;
    line-height: 48px; 
    color: var(--secondarydark); 
    margin-bottom: 20px;;
}
.sideposts{
    background:#2D2D32;
    padding:35px;
}
.sideposts .title{ 
    font-weight: 500;
    font-size: 18px;
    line-height: 27px; 
    color: #FFFFFF; 
}
.sideposts .post-term{ 
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FCBF49;
}
.sideposts .post-date{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; 
    color: #6E6E6E;
}
.post-info.row{
    gap:15px;
}
.individual-post{
    position: relative;
    padding:15px 15px;  
}
.individual-post::after{
    content:"";
    position:absolute;
    z-index: 1;
    left: -10px;
    bottom: 0;
    width:calc(100% + 20px);
    height:100%;
    background:#6E6E6E;
    border-radius: 10px;
    opacity: 0;
    transition: .5s all ease-in-out;
}

.individual-post:hover::after{
    opacity: 1;
}

.individual-post:hover .post-date{
    color:#fff;
}
.sideposts .individual-post:not(:last-child){
    border-bottom: 1px solid #fff;
}
.load-more-posts{
    position: relative;
    z-index: 5;
}
.posts-load-more.container{
    padding:50px 0;
    text-align: center;
}
@media (min-width:1200px){ 
    
    .hero-content{
        max-width: 55%;
    }
    .inner-hero-block{
        min-height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .inner-hero-block .hero-content{
        position: relative;
        z-index: 5;
        margin:0 auto;
        text-align: center;
    }
    .title-section.desktop-only{
        display: block;
    }
    .title-section.mobile-only{
     display: none;   
    }
}
@media (prefers-color-scheme: dark) {  
    .blog-archive-section{
        background:#000000;
    }
    .blog-archive-section::before{
        opacity: 1;
    }
    .sideposts{
        background:var(--secondarydark);
    }
    .post-thumbnail::before{ 
        background: linear-gradient(180deg, rgba(24, 24, 27, 0) 0%, #18181B 95%);
    }
    .post-content{
        background:var(--secondarydark);
    }
    .main-review-content{ 
        background:var(--secondarydark); 
    }
    .image-carousel img{
        filter: invert(0);
    }
    .inner-hero-block .background-text{
        -webkit-text-stroke: 2px var(--midblue);
    }
    .inner-hero-block{
        background: linear-gradient(262.98deg, #004C8C 1.13%, #000F1B 30.98%);
    }
    .inner-hero-block::after{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #020202 100%);
    }
    .filter-title,
    #terms-filter button,
    .sidebar-title, 
    .inner-hero-block .hero-subtext,
    .inner-hero-block .hero-title{
        color: #FFF;
    } 
    .author-location{ 
        color: #6E6E6E;
    }
}
.rank-math-breadcrumb{
    text-align: center;
}
.mobile-only{
    display: none;
}
@media(max-width:630px){
    #posts-wrapper{
        grid-template-columns: 1fr;
    }
}
@media(min-width:1024px) and (max-width:1400px){
    .blog-archive-section .col-6{
        width: 58.3333%;
    }
    .blog-archive-section .col-3{
        width: 33.3333%;
    }    
    .blog-archive-section .col-1{
        max-width: 20px!important;
    }    
    
    .sideposts{
        padding:15px;
    }
}
@media(min-width:1300px) and (max-width:1400px){
    .blog-archive-section .col-1{
        max-width: 50px!important;
    }   
}
@media(max-width:1200px){

    #posts-wrapper{
        gap:20px;
    }

    .hero-content{
        padding:150px 20px;
        text-align: center;
    }  
    .tb-space-between{
        justify-content: space-between;
    }
}
/* Responsive */
@media(max-width:1024px){
    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
    .sidebar{
        margin-top: 50px;
    }

}
@media(max-width:768px){
    /* General */
    h2{
        font-size: 42px;
        line-height: 52px;
    }
    /* Hero */
    .hero-content{
        text-align: center;
        padding: 0;
    }
    .inner-hero-block{
        padding-top:200px;
        padding-bottom: 120px;
        overflow: hidden;
    }
    .inner-hero-block .hero-title{
        font-size: 50px;
        line-height: 55px;
    }
    .inner-hero-block .hero-subtext{
        font-size: 16px;
        line-height: 26px;
    }
    /* Filter */
    .d-flex.categories-filter{
        flex-direction: column;
    }
    #terms-filter button{
        width:100%;
    }
    .filter-title{
        text-align: center;
    }
    .sideposts,
    .post-content{
        padding:15px;
    } 
    /* Sidebar */
    .sidebar{
        margin-top: 25px;
    }
}
