/*
Theme Name: Divi Child
Version: 2.0
Description: Divi Child Theme for JoshHall.co
Author: Josh Hall
Template: Divi
Author URL: https://joshhall.co
*/
 
@import url("../Divi/style.css");
 
/*--------Child Theme Customizations-------*/



/*--------Header & Menu-------12*/

#main-header {
	border-bottom: 2px solid #2bbddd;
}

#top-menu li {
    padding-right:0px;
}

#top-menu li a {
    font-size: 16px;
    font-size: 18px;
    font-weight: 800 !important;
}

#top-menu li.current-menu-item>a {
	color: #2bbddd;
}

.et_header_style_left #et-top-navigation {
    padding-top: 0px;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 0px!important;
	}
	
		
.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding: 30px 15px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover {
    background: #0ebcdd;
    color: white!important;
    opacity: 1!important;
}

#top-menu .menu-item-has-children>a:first-child:after {
    top: 28px;
}