/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. 

Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog

Version: 4.13.5.1783581479
Updated: 2026-07-09 07:17:59

*/

/**
 * -------------------------------------------------------
 * HG Performance
 * Single Blog
 * -------------------------------------------------------
 */

.hg-blog-wrapper{
    padding:60px 0;
    background:#fff;
}

.hg-container{
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
}

.hg-blog-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:60px;
    align-items:start;
}

/*==================================================
Breadcrumb
==================================================*/

.hg-breadcrumb{
    font-size:14px;
    color:#777;
}

.hg-breadcrumb a{
    color:#bababa;
    text-decoration:none;
    transition:.3s;
}

.hg-breadcrumb a:hover{
    color:#d61f26;
}

.hg-breadcrumb span{
    margin:0 8px;
}

/*==================================================
Left Content
==================================================*/

.hg-blog-content{
    min-width:0;
}

.hg-blog-category{
    display:inline-flex;
    padding:6px 14px;
    border-radius:50px;
    background:#d61f26;
    color:#fff;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.hg-blog-title{
    font-size:37px;
    font-weight:700;
    line-height:1.2;
    color:#111;
    margin:0 0 20px;
}

.hg-blog-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    font-size:14px;
    color:#777;
    margin-bottom:30px;
}

.hg-blog-image{
    margin-bottom:40px;
    border-radius:10px;
    overflow:hidden;
}

.hg-blog-image img{
    display:block;
    width:100%;
    height:auto;
}

.hg-blog-entry{
    font-size:18px;
    line-height:1.9;
    color:#444;
}

.hg-blog-entry p{
    margin-bottom:24px;
}

.hg-blog-entry h2,
.hg-blog-entry h3,
.hg-blog-entry h4{
    
    margin:18px 0 11px;
    color:#111;
}

.hg-blog-entry ul,
.hg-blog-entry ol{
    padding-left:22px;
    margin-bottom:25px;
}

.hg-blog-entry li{
    margin-bottom:10px;
}

.hg-blog-entry img{
    max-width:100%;
    height:auto;
    border-radius:10px;
}

.hg-blog-entry h2{

}
/*==================================================
Previous / Next
==================================================*/

.hg-blog-navigation{
    display:flex;
    justify-content:space-between;
    gap:30px;
    margin:70px 0;
    padding-top:30px;
    border-top:1px solid #ececec;
}

.hg-blog-navigation a{
    font-weight:600;
    text-decoration:none;
    color:#111;
    transition:.3s;
}

.hg-blog-navigation a:hover{
    color:#d61f26;
}

/*==================================================
Related Posts
==================================================*/

.hg-related-posts{
    margin-top:70px;
}

.hg-related-posts h2{
    font-size:32px;
    margin-bottom:35px;
    color:#111;
}

.hg-related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.hg-related-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    overflow:hidden;
    transition:.3s;
}

.hg-related-card:hover{
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transform:translateY(-4px);
}

.hg-related-card img{
    display:block;
    width:100%;
    height:220px;
    object-fit:cover;
    margin:0 !important;
}

.hg-related-content{
    padding:22px;
}

.hg-related-category{
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#d61f26;
    margin-bottom:12px;
}

.single-post .site-content .hg-related-content h3{
    font-size:20px !important;
    line-height:1.4;
    margin:0;
}

.hg-related-content h3 a{
    color:#111;
    text-decoration:none;
}

.hg-related-content h3 a:hover{
    color:#d61f26;
}

/*==================================================
Sidebar
==================================================*/

.hg-blog-sidebar{
    position:sticky;
    top:40px;
}

.hg-sidebar-widget{
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    padding:28px;
    margin-bottom:30px;
}

.hg-sidebar-title{
    font-size:24px;
    margin-bottom:25px;
    color:#111;
}

/* Search */

.hg-sidebar-widget .search-form{
     
}

.hg-sidebar-widget input[type="search"]{
    flex:1;
    padding:14px 18px;
    border:1px solid #ddd;
    border-radius:6px 0 0 6px;
    outline:none;
}

.hg-sidebar-widget button{
    padding:14px 22px;
    border:none;
    background:#d61f26;
    color:#fff;
    cursor:pointer;
    border-radius:0 6px 6px 0;
}

/* Recent Posts */

.hg-sidebar-post{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.hg-sidebar-post:last-child{
    margin-bottom:0;
}

.hg-sidebar-post-image img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:8px;
}

.hg-sidebar-post-category{
    font-size:11px;
    text-transform:uppercase;
    font-weight:600;
    color:#d61f26;
    margin-bottom:6px;
}

.hg-sidebar-post h4{
    font-size:16px;
    line-height:1.5;
    margin:0 0 6px;
}

.hg-sidebar-post h4 a{
    color:#111;
    text-decoration:none;
}

.hg-sidebar-post h4 a:hover{
    color:#d61f26;
}

.hg-sidebar-post-date{
    font-size:13px;
    color:#777;
}

/* CTA */

.hg-sidebar-cta{
    background:#111;
    color:#fff;
}

.hg-sidebar-cta h3{
    font-size:30px;
    line-height:1.3;
    margin-bottom:18px;
    color:#fff;
}

.hg-sidebar-cta p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:30px;
    color:#ddd;
}

.hg-sidebar-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:16px;
    background:#F97316;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:6px;
    transition:.3s;
}

.hg-sidebar-button:hover{
    background:#fff;
    color:#000;
}

/*==================================================
Responsive
==================================================*/

@media(max-width:1024px){

    .hg-blog-layout{
        grid-template-columns:1fr;
    }

    .hg-blog-sidebar{
        position:relative;
        top:auto;
    }

    .hg-related-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .hg-blog-wrapper{
        padding:40px 0;
    }

    .hg-blog-title{
        font-size:32px;
    }

    .hg-blog-entry{
        font-size:17px;
    }

    .hg-blog-navigation{
        flex-direction:column;
    }

    .hg-related-grid{
        grid-template-columns:1fr;
    }

}