/*
 * Independent mobile burger.
 *
 * The original navigation is only a hidden source for Reboot's cloned mobile
 * panel. The clone receives #site-navigation-mobile and remains controlled by
 * the parent theme.
 */
#site-navigation.am-mobile-burger-source {
    display: none !important;
}

@media (max-width: 991px) {
    body:not(.am-has-mobile-burger) .js-humburger {
        display: none !important;
    }
}
