/* @group sub-menu
------------------------------------ */

.page-template-local-attractions .mobile-toggle {
    visibility: visible;
}
.page-template-local-attractions:not(.scrollhidden) .open-local-attractions .sub-menu {
    translate: 0 var(--offset);
}
@media only screen
and (min-width : 961px) {

    .main-header .col-36-36 {
        padding: 13.1rem 0 0;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */
