/*
 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
*/
*, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
header#main-header {
    background-color: #000000;
}
div#top-header {
    background-color: #00b7c6;
}
ul#top-menu a {
    color: rgba(255,255,255,0.6);
}
ul#top-menu li.current-menu-item > a {
    color: #00b7c6;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, 
body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 63px!important;
}

.et_header_style_centered #main-header .logo_container {
    white-space: nowrap;
}
.et_header_style_centered #logo {
    width: auto;
}