/* Enter Your Custom CSS Here */
@media only screen and (max-width: 1281px) and (min-width: 420px) {
 .logo_container {
    text-align: center !important;
}
}
@media only screen and (max-width: 1281px)  {
.et_mobile_menu li a {
    padding: 3px 5%;
}
}
@media only screen and (max-width: 960px)  {
.container.clearfix.et_menu_container {
    padding-top: 45px!important;
}
}
@media only screen and (min-width: 981px)
    {
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 15px !important;
}
}




