/*
 Theme Name:     Divi Child
 Description:    mexin Child Theme
 Template:       Divi
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Responsive Styles 1391 - 1799 */
@media all and (min-width: 1391px) and (max-width: 1799px) {

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {	
		margin-left: 2% !important;
	}
}
/* Responsive Styles 1200 - 1440 */
@media all and (min-width: 1201px) and (max-width: 1390px) {

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {	
		margin-left: 0 !important;
	}
}


/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {

	#top-menu {
		display: none;
	}

	/* Mobile Menu */
	#et_mobile_nav_menu {
		display: block;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {	
		margin-left: 0 !important;
	}
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 75%;
		padding: 9px;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {	
		margin-left: 0 !important;
	}
	.et_pb_fullwidth_header_0 .header-content {
		max-width: 60% !important;
	}
}

/* Responsive Styles Mobile And Below */
@media all and (max-width: 662px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {	
		display:none;
	}
}

#et-top-navigation {
padding-right: 9px !important;
padding-left: 9px !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
		margin-top: 200px !important;
	}

}
