/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");



@media all and (min-width:1400px) and (max-width:1999px) {

#top-menu li a{
	color: #1c334b;
    padding: 40px 25px 40px 0px !important;
    border-right: 1px solid #e5e5e5;
    transition: 0.2s background-color;
} 

#top-menu li.last a{
    border-right: none !important;
} 

}

@media all and (min-width:981px) and (max-width:1180px) {
.et_header_style_left .logo_container{
position: initial;
text-align: center;
}

#et-top-navigation{
width: 100%;
    padding-left: 0px !important;
}

#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav{
float: none !important;
    text-align: center;
}
}
