#top-header, #et-secondary-nav li ul {
background-image: linear-gradient(40deg,rgba(255,255,255,0) 30%, #ea8179 50%);
}
@media (max-width: 1366px) {
#top-header, #et-secondary-nav li ul {
background-image: linear-gradient(40deg,rgba(255,255,255,0) 36%, #ea8179 60%);
}
}
body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
top: 44px !important;
}
@media (max-width: 980px) {
body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
top: 0px !important;
}
@media (max-width: 980px) {
.et_header_style_left #logo, .et_header_style_split #logo
margin-top: -20px !important;
} @media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
position: fixed;
}
}
.et_mobile_menu {
overflow: scroll !important;
max-height: 83vh;
} .et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}