/*
 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
*/


/********* Mobile Menu Collapse ********/
/**** This hides the sub menu items on mobile ****/
#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
  
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
  
#mobile_menu .menu-item-has-children {
position: relative;
}
#mobile_menu .menu-item-has-children > a {
background: transparent;
}
  
/**** This styles the icon and moves it to the right ****/
  
#mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
  
/**** Here you can swap out the actual icons ****/
  
span.menu-closed:before {
content: "\4c";
display: block;
color: #053193;
font-size: 16px;
font-family: ETmodules;
}
  
span.menu-closed.menu-open:before {
content: "\4d";
}

/* Mobile Menu */
#mobile-topbar {
    display: none;
}
.mobile-btn {
    display: inline-block;
    padding: 0 15%;
    color: transparent !important;
}
.mobile-btn.call {
    padding-left: 0;
}
.mobile-btn.menu {
    padding-right: 0;
}
.mobile-btn:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    content: "\61";
    color: #5a5a5c !important;
    cursor: pointer;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.mobile-btn.call:before {
    content: "\e090";
}
.mobile-btn.location:before {
    content: "\e01d";
}
.mobile-btn.menu:before {
    font-size: 30px;
}
#et-top-navigation #mobile_menu.et_mobile_menu {
    background-color: white;
}
#et-top-navigation #mobile_menu li a {
    color: black;
}
span.menu-closed:before {
    color: black;
}
ul#mobile_menu {
    top: 0;
}
.et_mobile_menu {
	border-top: 0;
}

/* Navigation */
#top-header {
	display: none;
}

#et-top-navigation ul.et-social-icons {
    position: relative;
    top: -3px;
    margin: 0 20px;
}

#et-top-navigation ul.et-social-icons a {
    color: #fe918b;
}

.nav li.long-menu ul {
    width: 400px;
}

ul#top-menu li > ul.sub-menu li a {
    font-size: 18px;
    line-height: 1.4em;
    width: 400px;
}

ul#top-menu li > ul.sub-menu li {
    padding: 5px 10px;
}

.menu-shift-left > ul.sub-menu {
    right: 0;
}

@media (max-width:768px) {
	#mobile-topbar,
	#top-header {
		display: block;
	}
	
	#et-info {
		display: none;
	}
	
	#mobile-topbar {
		display: flex;
		justify-content: center;
		padding: 0.75em 0;
	}

	.mobile_menu_bar.mobile_menu_bar_toggle:before,
	#et-info-phone,
	.et-social-icons {
			display: none;
	}
	
	.et_header_style_left .logo_container {
		width: 100vw !important;
		height: unset;
		background: white;
		padding-bottom: 10px;
	}

	.et_header_style_left #logo {
		max-width: 100% !important;
		width: 100%;
		object-fit: contain;
		height: 70px !important;
		position: relative;
	}

	header#main-header .container {
		width: 100%;
	}
	
	div#top-header {
		background-color: #a8d8b9;
	}
	
	/* Interior */
	body:not(.home) .et_pb_section.et_pb_section_0 {
		margin-top: 70px;
	}
}


/* Responsive */
@media (max-width:1180px) {
	
}
@media screen and (max-width: 981px) {

}

@media (max-width:768px) {

}