/*
Theme Name:     child
Description:    child theme
Author:         admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


#top-menu li li a {
	width: 280px;
/*change from 200px*/
	padding: 6px 20px;
}

#et-secondary-nav li ul ul {
	top: 0;
	right: 300px;
/*change from 220px*/
	margin-top: -1em;
}

#et-secondary-nav li > ul {
	width: 300px;
/*change from 220px*/
}

#top-menu li.mega-menu li > ul {
	position: relative;
	top: auto;
	left: auto;
	width: 320px !important;
/*change from 240px*/
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

#top-menu li.mega-menu li > a {
	max-width: 320px !important;
/*change from 240px*/
}

.nav li ul {
	visibility: hidden;
	z-index: 9999;
	width: 320px;
/*change from 240px*/
	border-top: 3px solid #2ea3f2;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.fullwidth-menu-nav li.mega-menu li > ul {
	position: relative;
	top: auto;
	left: auto;
	width: 320px !important;
/*change from 240px*/
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

/*Gallery Strangulation Fix*/
.et_pb_gallery. et_pb_gallery_items
{
overflow: visible !important;
}


/*90% overall width change*/
.container {
width: 90%;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
width: 90%;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row {
width: 90%;
}

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
width: 90%;
}


.single-project.et_pb_pagebuilder_layout .nav-single {
width: 90%;
}

.et_pb_row {
width: 90%;
}

.et_pb_slider .et_pb_container {
width: 90%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
width: 90%;
}

.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
width: 90%;
}


.et_right_sidebar #sidebar {
		padding-left: 15px !important;
	}


#sidebar {
width: 15% !important;
}

#left-area {
width: 85% !important;
}
