/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body .et_pb_column {
	z-index: initial;
}

body .nav li,
body .nav li li {
	position: static;
}

body .nav li ul {
	border-top: 0;
	box-shadow: none;

	z-index: 9999;
}

body .nav li li ul {
	left: 100%;
}

body .nav li ul li ul {
	top: 0;
}

.home .qm-left-menu .et_pb_fullwidth_menu_1.et_pb_fullwidth_menu .nav li ul li ul {
	margin-top: 0;
	visibility: none;
    opacity: 0;
}

.home .qm-left-menu .et_pb_fullwidth_menu_1.et_pb_fullwidth_menu .nav li ul li:hover ul {
	visibility: visible;
    opacity: 1;
} 

.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
	top: 5px;
}