/* 
Theme Name: Upper One Studios
Description:  Child Theme
Author: James Dorondo
Version: 1.0
Template: Divi
*/

@import url('../Divi/style.css');


/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1200px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

/* Fixed Mobile Menu */

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; } }
	
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}

/* Fixed Mobile Menu */