/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

span.menu-item-description {
	display: block;
	color: #999999;
	font-size: 80%;
	font-weight: normal;
}

#top-menu li {
	vertical-align: top;
}


@media screen and (min-width: 981px) {

	/*
	 * sub-menu
	 */
	.sub-menu {
		min-width: 380px;
	}
	.et-menu li li a {
		width: 350px;
		padding: 6px 10px;
	}

	/**
	 * menu-item-description
	 */
	.menu-item-description {
		width: 350px;
		padding-right: 20px;
	}

	/**
	 * mega-menu
	 */
	.et-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
		width: 50% !important;
	}
	#top-menu li.mega-menu>ul>li {
		width: 50% !important;
	}
}
