/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*body.home .ast-below-header-wrap{
    display: none !important;
} */
/* Center sticky menu items */
/*.home .ast-primary-header-bar{
    margin-bottom: -70px;
} */

.header-title {
    background-color:#F0F0F0 !important;
}

.header-title hr {
        border: none;
        border-top: 2px solid var(--ast-global-color-0);
        width: 30%;
        display: inline-block;
    }

/* custom sidebar page */
.page-template-page-sidebar-subpages ul.children{
    list-style: none !important;
}
/* Full width container */
.subpage-layout-container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:40px 20px;
}

/* layout */
.subpage-layout{
    display:flex;
    gap:40px;
}

/* sidebar */
.subpage-sidebar{
    width:280px;
}

/* modern sidebar card */
.subpage-sidebar-card{
    background:#f7f7f7;
    border-radius:10px;
    padding:20px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

/* menu */

.subpage-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.subpage-menu li{
    margin-bottom:8px;
}

/* link */
.subpage-menu a{
    display:block;
    padding:12px 15px 12px 28px;
    border-radius:6px;
    text-decoration:none;
    font-weight:500;
    color:#333;
    position:relative;
    transition:all .25s ease;
}

/* modern arrow › */
.subpage-menu a::before{
    content:"›";
    position:absolute;
    left:10px;
    font-size:18px;
    font-weight:700;
    color:#adb67e;
    transition:all .25s ease;
}

/* hover effect */
.subpage-menu a:hover{
    background:#adb67e;
    color:#fff;
    transform:translateX(5px);
}

/* arrow hover */
.subpage-menu a:hover::before{
    color:#fff;
}

/* active page */
.subpage-menu .current_page_item a{
  /*  background:#adb67e;
    color:#fff; */
}

.subpage-menu .current_page_item a::before{
   /*color:#fff; */
}

/* content area */
.subpage-content{
    flex:1;
}

/* responsive */
@media(max-width:768px){

.subpage-layout{
    flex-direction:column;
}

.subpage-sidebar{
    width:100%;
}

}
/* custom sidebar page */

/* Astra Mobile Menu Hierarchy Fix */
@media (max-width:920px){

/* Left align all mobile menu items */
.ast-builder-menu-mobile .main-header-menu,
.ast-builder-menu-mobile .main-header-menu ul{
text-align:left;
}

/* Mobile dropdown background */
.ast-builder-menu-mobile .main-header-menu .sub-menu{
background:#f3f3f3;
}

/* Submenu divider */
.ast-builder-menu-mobile .main-header-menu .sub-menu li{
border-bottom:1px solid rgba(255,255,255,0.2);
}

/* First level submenu indentation */
.ast-builder-menu-mobile .main-header-menu .sub-menu li .menu-link{
padding-left:5% !important;
}

/* Second level submenu indentation */
.ast-builder-menu-mobile .main-header-menu .sub-menu .sub-menu li .menu-link{
padding-left:10% !important;
}

/* Third level submenu indentation */
.ast-builder-menu-mobile .main-header-menu .sub-menu .sub-menu .sub-menu li .menu-link{
padding-left:15% !important;
}

/* Hover / active state */
.ast-builder-menu-mobile .main-header-menu .menu-link:hover{
background:rgba(255,255,255,0.08);
}

}
