@media only screen and (max-width: 1024px) {
.menu-toggle {     
display: none;
}
}

@media only screen and (max-width: 1024px) {
.site-header {     
padding-bottom: 0px;
}
}

@media only screen and (max-width: 1024px) {
.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {     
margin-top: 12px;
}
}