@media only screen and (min-width: 981px) {
body.page-template-default #logo { max-height: 250px !important; }
body.page-template-default span.logo_helper { height: 250px !important; }
body.page-template-default .et-fixed-header span.logo_helper { height: 100% !important; }
body.page-template-default .et-fixed-header #logo { max-height: 100% !important; }
} @media (max-width: 980px) {
#logo {max-height: 125% !important;margin-top: 10px !important;max-width: 100% !important;}
#main-header {height: 115px;}
.mobile_menu_bar:before {color: #FFFFFF !important; font-size: 37px;}
#main-header .et_mobile_menu {background-color: #FFFFFF !important;}
.et_mobile_menu {border-color: red !important;}
}
@media only screen and (min-width : 981px) and (max-width : 1555px) {
#et_mobile_nav_menu {display:block; margin-bottom:10px; margin-top:5px }
#top-menu-nav { display:none; }
.et-fixed-header #top-menu-nav { display:block; }
.et-fixed-header .et_header_style_left .logo_container { display: none; }
.et-fixed-header #et-top-navigation {padding-left: 0 !important; height: 60px !important;}
.mobile_menu_bar:before {color: #FFFFFF !important; font-size: 37px;}
#main-header .et_mobile_menu {background-color: #FFFFFF !important; }
.et_mobile_menu {border-color: red !important;}
.et_mobile_menu li a {color: #000000 !important; }
}