/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2024 | 23:44:12 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2024 | 23:40:47 */
/* Mobile Menu Background */
.superbthemes-force-nav-white nav .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #000000 !important; /* Black background */
    height: 30%;
    border: 4px solid whitesmoke;
    border-radius: 50px;
}

/* Mobile Menu Link Text Color - Orange */
.superbthemes-force-nav-white .wp-block-navigation__container li a {
    color: #f97316 !important; /* Orange text */
}

/* Close button (X) and hamburger menu icon - Orange */
.superbthemes-force-nav-white .wp-block-navigation__responsive-container-close,
.superbthemes-force-nav-white .wp-block-navigation__responsive-container-open {
    color: #f97316 !important; /* Orange close button and hamburger icon */
}
@media only screen and (max-width: 599px) {
    .superbthemes-navigation-three .superbthemes-navigation-three-columns-wrapper .superbthemes-navigation-three-columns-nav .wp-block-navigation__container li a {
        font-size: 18px;
        color: #f97316 !important;
    }
}
