/*---------------------------------------------------------------------------------

 Theme Name:   BioStart
 Theme URI:    
 Description:  
 Author:       Stylafoam
 Author URI:   https://stylafoam.com
 Template:     Divi
 Version:      1.0.0
 License:      
 License URI:  

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
#top-header {
    height: 60px;
}

.header-tel-link a {
    font-size: 24px !important;
    padding-right: 30px;
	}

/* Move the header text up just a bit*/

#top-menu-nav {
  margin-top: -2px;
}

#et_top_search {
	margin-top: -1px;
}

/* Navigation menu to the left */
#et-top-navigation {
float: none;
width: 100%;
padding-left: 0px !important;
}

#main-header {
height: 38px;
}

#et-secondary-menu {
padding-top: 10px;
}

#custom-logo {
width: 200px;
float: left;
left: 0;
margin-top: -11px;
}

#et-menu-container {
    /* max-width: 1036px; */
    margin: 0 auto;
}

#et-primary-menu>ul>li a{
    color: #fff !important;
    padding-right: 30px !important;
    padding-left: 15px !important;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none !important;
}

#top-menu li.mega-menu>ul>li>a:first-child {
 font-family: Arial, sans-serif !important;
 font-size: 14px !important;
 color: #93c942 !important;
}

@media (max-width: 980px) {
#et_top_search {
    display: none;
}	

#main-header {
    height: 60px;	
	}
	
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 15px;
}	

span.mobile_menu_bar:before{
  color:#eee;
}
	
.et_header_style_left .logo_container {
    height: auto;
	
	
}
/* Make the mobile logo not grow*/
	
.et_header_style_left #logo, .et_header_style_split #logo {
max-height: 55px;
	}	
}
#top-menu li.mega-menu li>a:last-child {
    padding: 0px 0px 0px 20px !important;
    background: url(/wp-content/uploads/assets/arrow_off.png) no-repeat 5px 8px;
    background-image: url(/wp-content/uploads/assets/arrow_off.png);
    background-position-x: 5px;
    background-position-y: 8px;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    font-weight: normal;
    font-size: 13px;
	list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
}

ul.sub-menu {
margin-top: -6px;	
}