/* Start custom CSS */@media only screen and (max-width: 767px) {
    .site-header {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    header.site-header {
        display: none !important;
    }
}/* End custom CSS */