/*
Theme Name: MasterStudy Child
Template: masterstudy
Description: Child theme for MasterStudy customizations.
Version: 1.0.0
*/

/* PASTE YOUR CUSTOM HEADER CSS DIRECTLY BELOW THIS LINE */
@media (max-width: 992px) and (min-width: 768px) {
    /* 1. Hide the broken hamburger button */
    .navbar-toggle {
        display: none !important;
    }
    
    /* 2. Override Bootstrap to force the parent container open */
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    /* 3. Ensure the desktop menu items show up inside it */
    .header-menu {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .user {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .stmlms-user {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .stm_header_top_toggler.mbc {
        display: none !important;
    }
}