
/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

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


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@media only screen and (max-width: 980px) {
	.et_header_style_centered nav#top-menu-nav {
	    display: block !important;
	}
	#et_mobile_nav_menu, .et_mobile_nav_menu {
	    display: none;
	}
}