/* Hide the default Virtue mobile toggle when using a plugin */
#mobile-nav-trigger {
    display: none !important;
}

/* Optional: Hide the theme's mobile navigation container */
.mobile_menu_collapse {
    display: none !important;
}
@media (max-width: 992px) {
    /* Push the entire site content down to clear the mobile menu bar */
    body.wp-mobile-menu-active {
        padding-top: 80px !important;
    }
    
    /* Specifically target Virtue's header if the padding above isn't enough */
    #kad-banner {
        margin-top: 20px;
    }
}