@media only screen and (min-width:1025px) {
    #shiftnav-toggle-main, .shiftnav-toggle-mobile {
        display: none;
    }

    .shiftnav-wrap {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width:1024px) {
    #header {
        display: none !important;
    }
}
