/*
 Theme Name:     Divi Child Theme
 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
*/
 
#main-header {
	background-color: #506462;
}
#top-menu li li a { padding: 6px 10px; }
.nav li ul {border-top: 3px solid #55f80a;}
#top-menu-nav li a { 
  padding-bottom: 10px !important;
  font-size: 1.4em;	
	color: #fff !important;
}

#top-menu-nav  li {border-left: 1px solid white;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
	margin-bottom:10px;
}

#top-menu-nav li:first-child {
	border-left: none;
}

#top-menu-nav .sub-menu {
	margin-top: 10px;
	background-color: #506462;
}

#top-menu-nav .sub-menu li {
	border: none;
}

#top-menu-nav a:hover {
	color: #55f80a !important;
}

