/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/** Hide theme toggle button **/
.mega-menu-main-menu .responsive-menu-toggle {
    display: none !important;
}

/** Make mobile menu full width **/
@media only screen and (max-width: 767px) {
    .mega-menu-main-menu #Top_bar .menu_wrapper {
        float: none;
    }
}

