/*
Theme Name: Divi Child Theme
Version:
Description: Divi Child Theme
Author: Paul Littlefield
Template: Divi
Author URL:
*/


/*------- Theme Customizations------- */


/* Full Width Page No Boxed Layout */

#page-container, #top-header, #main-header {
	max-width: 1080px !important;
	width: 100% !important;
	margin: auto;
}

.container {
	width: 95%;
	max-width: 1080px;
	margin: auto;
}

.et_pb_row {
	width: 95%;
	max-width: 1080px;
	margin: auto;
	position: relative;
}


/* Remove Top Menu Drop Shadow */

#main-header, #main-header.et-fixed-header {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

/* Increased Size Mobile Hamburger Menu */

	.mobile_menu_bar:before {
		font-size: 40px;
	}
	.et_header_style_left #et-top-navigation {
		padding-top: 30px;
	}
	.et_fixed_nav #et-top-navigation {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}


/* Custom Fixed Header for Mobile */

@media only screen and (max-width: 980px) {

	.et_fixed_nav #top-header.et-fixed-header  {
		position: fixed;
		background: #006494;
		height: 36.5px;
	}
	.et_fixed_nav #main-header.et-fixed-header  {
		position: fixed;
		background: #e8f1f2;
		height: 80px;
	}
	.et-fixed-header .logo_container {
		height: 80px;
	}
	.et-fixed-header .mobile_menu_bar {
		padding-bottom: 0;
	}

	.container {
		width: 90%;
		max-width: 1080px;
		margin: auto;
	}
	.et_pb_row {
		width: 90%;
		max-width: 1080px;
		margin: auto;
		position: relative;
	}


}




