/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

@media all and (max-width: 980px) {
	html,
	body {
		overflow-x: hidden;
	}
	body {
		position: relative
	}
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
#dispm {display:none}
}

@media only screen and (min-width: 601px) {
#dispd {display:none}
}

@media (max-width: 980px) {
    #et_mobile_nav_menu {
        display: none;
    }
 
    #top-menu {
        display: block;
    }
}