/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
.et-l--header .mobile_nav .mobile_menu_bar {
    pointer-events: none;
}
@media screen and (max-width: 1770px) {
	header.et-l.et-l--header .et_pb_menu_0_tb_header.et_pb_menu .nav > li:nth-child(5) > ul {
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 1740px) {	
	header.et-l.et-l--header .et_pb_menu_0_tb_header.et_pb_menu .nav > li:nth-child(4) > ul.sub-menu {
		left: auto;
		right:-95px;
	}
}
@media screen and (max-width: 1159px) {
	header .et_builder_inner_content .et_pb_menu_inner_container .et_pb_menu__logo-wrap {
		width: 175px;
	}
	header .et_builder_inner_content .blue-header .et-menu li {
		padding: 0 16px!important;
	}
}
@media (min-width:981px) and (max-width: 1033px) {
	header .et_builder_inner_content .blue-header .et-menu li {
		padding: 0 11px!important;
	}
}