/**
Theme Name: Astra Child
Author: WUMEI
Author URI: https://www.wumei.eu
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
*/

/* Resize theme logo */
.site-logo-img img {
    width: 150px;
    height: auto;
}

/* 1. Container & Main Menu Bar Styling */
.mega-menu-wrap #mega-menu-primary {
    background: var(--ast-global-color-5) !important;
}


/* 2. Top-Level Menu Items (The links you see normally) */
.mega-menu-wrap #mega-menu-primary li.mega-menu-item > a.mega-menu-link {
    color: var(--ast-global-color-3) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.025em !important;
    padding: 0px 25px;
    transition: all 0.3s ease !important;
}

/* Dropdown Submenu item padding */
.mega-sub-menu li > a {
    padding: 10px !important;
}


/* 3. Active States */
.mega-menu-wrap #mega-menu-primary li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: var(--ast-global-color-1) !important;
    font-weight: 700 !important;
}

/* 4. Highlight top-level parent when a child item is active */
.mega-menu-wrap #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    color: var(--ast-global-color-0) !important;
    font-weight: 700 !important;
}


/* 5. Hover States */
.mega-menu-wrap #mega-menu-primary li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--ast-global-color-1) !important;
    background: var(--ast-global-color-4) !important;
}


/* 6. The Dropdown Mega Menu Panel */
.mega-menu-wrap #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    background: var(--ast-global-color-5) !important;
    border: none !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 0 8px 8px !important;
    padding: 20px !important;
}


/* 7. Panel Headings (The bold titles inside your mega menu) */
.mega-menu-wrap #mega-menu-primary li.mega-menu-item h4.mega-block-title {
    color: var(--ast-global-color-1) !important;
    font-size: 16px !important;
    border-bottom: 2px solid var(--ast-global-color-1) !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}

/* 8. Mobile Menu Toggle Button (The Hamburger) */
.mega-menu-wrap .mega-menu-toggle {
    background: var(--ast-global-color-4) !important;
    border-radius: 4px !important;
}

