/*
Theme Name: 	Divi Child
Theme URI: 		http://www.elegantthemes.com/gallery/divi/
Description: 	Divi child theme
Author: 		Elegant Themes
Author URI: 	http://www.elegantthemes.com
Template:       Divi
Version: 		1.0.0
*/



/* =Theme customization starts here 
------------------------------------------------------- */ 


/*-----------------------  Submenu bredde  --------------------- */ 
.sub-menu {
	min-width: 300px;
}
#top-menu li li a {
    width: 260px;
	/* Extra - Reduce padding on list items */
	padding: 4px 20px;
	}
}
/*-----------------------  Hide Footer  --------------------- */ 
#main-footer {display: none;}


/*----------------------- Hide Sidebar -----------------------*/
#sidebar {display:none;}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}


/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}