/*
 Theme Name:     Divi child
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (max-width: 768px) {
.mobile_menu_bar
{display:none;}
.container.clearfix.et_menu_container {
height: 140px;
}
#mobileshow {display:inline !important;}
#homeslide, #myprefix-widget-area-wrap .et_pb_widget h2 {display:none;}
.et_header_style_left #logo, .et_header_style_split #logo { max-width: 100%}
}

@media only screen and (max-width: 1024px) {
.mobile_menu_bar
{display:none;}
.container.clearfix.et_menu_container {
height: 140px;
}
#mobileshow {display:none;}
}

@media only screen and ( min-width: 1000px) {
#mobileshow {display:none;}
}