.menu__toggler,
.menu__wrapper {
    display: none
}

.sub-menu {}

#mobileMenu ul a:hover,
.primary-menu a:hover {}

.mobileLogo {
    display: none
}

@media screen and (min-width:991px) and (max-width:1160px) {
    .main-navigation {
        justify-content: center;
        padding-right: 0;
    }
    ul.primary-menu{
        justify-content: center;
    }
    .primary-menu a {
        padding: 20px 6px;
    }
    .primary-menu>li.menu-item-has-children>a {
        padding-right: 25px;
    }
    .primary-menu>li.menu-item-has-children>a:after {
        right: 4px;   
    }
}

@media screen and (max-width:990px) {
    .mobileLogo {
        display: block;
        width: 140px;
        margin: 0px auto;
        position: absolute;
        left: calc(50% - 70px);
        top: 0;
        text-align: center;
        z-index: 1;
    }

    #pageHero {
        display: flex;
        flex-direction: column-reverse;
    }

    .mobileLogo img {
        width: 100px;
        margin-top: 18px;
        transition: all 0.2s;
        opacity: 1
    }

    .topEdge .mobileLogo img {
        opacity: 0
    }

    #pageHero {
        height: auto;
        max-height: max-content !important
    }

    #masthead.topEdge,
    #masthead {
        height: 78px;
        color: var(--textlink);
        background-color: var(--maincolor);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        z-index: 10;
    }

    #masthead.topEdge {
        box-shadow: none
    }

    .headerContainer {
        background-color: var(--maincolor);
    }

    #pageHero .callBookBtn a:hover {
        background-color: var(--bgDarkblue) !important;
        border-color: var(--bgDarkblue) !important;
    }

    .entry-content #pageHero .callBookBtn a:last-child:hover {
        background-color: var(--bgDarkblue) !important;
        border-color: var(--bgDarkblue) !important;
        color: #fff !important;
    }

    .headerRight,
    .headerLeft,
    .headMobMenu {
        height: 78px
    }

    #page:before {
        height: 78px
    }

    #content {
        padding-top: 78px;
    }


    .headMobMenu {
        position: absolute;
        top: 0;
        left: 25px;
        width: 37px;
        z-index: 6;
        height: 78px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .headerLeft,
    .booknowHead {
        display: none;
    }

    .mobmenuActive .headMobMenu {
        width: 36px;
    }

    .headerCenter {
        display: none
    }

    .headerContact {
        padding-right: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0px !important;
    }

    .phoneNav span {
        display: block;
    }

    #mobileMenu {
        margin-top: 100px
    }

    #mobileMenu ul.sub-menu li {
        font-size: 16px;
        line-height: 22px;
    }

    #mobileMenu ul.sub-menu li a {
        display: block;
    }

    #mobileMenu ul.sub-menu ul.sub-menu li a {
        padding: 11px 3px 11px 20px;
        font-size: 18px;
        line-height: 22px;
    }

    #mobileMenu ul a {
        font-size: 32px;
        line-height: 46px;
        color: #fff;
        padding: 8px 20px 8px 0;
        display: block;
        position: relative;
    }

    .headerContact a.btnLink {
        padding: 9px 4px;
        display: none;
    }

    .headerRight {
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        width: 100% !important;
        max-width: 100% !important;
    }

    .menu__wrapper.mobmenuActive .headerRight {
        padding-right: 25px;
    }

    #headerMobMenu {
        display: flex;
        width: 100%
    }

    #headerMobMenu .phoneNav span {
        color: #fff
    }

    #headerMobMenu a.phoneNav:hover {
        text-decoration: none !important;
    }

    .headerWrapper {}

    body.mobmenuActive {
        width: 100%;
    }

    #mobileMenu * :focus {
        outline: none;
        border: 0
    }

    body.mobmenuActive #page {}

    .main-navigation {
        display: none
    }

    .site-header {
        z-index: 3;
    }

    #mobileMenu ul li li a {
        padding-left: 35px;
        color: #5EA8E5;
    }

    #mobileMenu #menu-main-navigation {
        display: block !important
    }

    .nav-down .headerWrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .menu__toggler,
    .menu__wrapper {
        display: block
    }

    .menu__toggler {
        height: 78px;
        width: 100%;
        outline: none;
        cursor: pointer;
        position: relative;
        text-align: left;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .menu__toggler span,
    .menu__toggler span::before,
    .menu__toggler span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 4px;
        background: #fff;
        border-radius: 20px;
        transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .menu__toggler span::before {
        width: 30px
    }

    .mobmenuActive .menu__toggler span,
    .mobmenuActive .menu__toggler span::before,
    .mobmenuActive .menu__toggler span::after {
        background: #fff;
    }

    .mobmenuActive .menu__toggler.mobmenuActive>span {
        background: transparent !important
    }

    #mobileMenu ul.sub-menu {}


    .mobmenuActive .headerArea-white .topEdge.nav-down .menu__toggler span {
        background: transparent
    }

    .headerArea-white .nav-down .header-logo img {
        filter: brightness(0) invert(1);
    }

    .headerArea-white .topEdge.nav-down .header-logo img {
        filter: none
    }

    .menu__toggler span::before {
        top: -12px;
    }

    .menu__toggler span::after {
        top: 12px;
        left: 0;
        width: 19px;
    }

    .menu__toggler.mobmenuActive>span {
        background: transparent;
    }

    .menu__toggler.mobmenuActive>span::before,
    .menu__toggler.mobmenuActive>span::after {
        background: #fff;
        top: 0px;
    }

    .menu__toggler.mobmenuActive span::before {
        width: 36px;
    }

    .menu__toggler.mobmenuActive>span::before {
        transform: rotate(-225deg);
    }

    .menu__toggler.mobmenuActive>span::after {
        transform: rotate(225deg);
        width: 100%;
    }

    .menu__wrapper {
        position: fixed;
        top: 0;
        width: 100%;
        left: -100%;
        z-index: 9999;
        color: #fff;
        background: var(--darkbg);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 15px 30px;
        overflow: auto
    }

    .menu__wrapper.mobmenuActive {
        left: 0;
    }

    #mobileMenu {
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        width: 100%;
        height: 100%;
    }

    #mobileMenu ul {
        margin: 0;
        padding: 0
    }

    #mobileMenu ul li {
        list-style: none;
        float: left;
        width: 100%;
        position: relative;
    }

    #mobileMenu li i::before {
        content: '' !important
    }

    .has-sub>a+i {
        content: '';
        display: inline-block;
        display: none;
        width: 18px;
        height: 16px;
        background-image: url(../images/arrowDown.png);
        background-size: 100%;
        margin-left: 10px;
        transition: all 0.4s ease;
    }

    .has-sub.active>a:after {
        transform: rotateZ(-180deg);
    }

    .nav-down.topEdge .headerWrapper {
        background: transparent;
    }

    .mobmenuActive .nav-down .headerWrapper {
        background: transparent;
    }

    #mobileMenu .dropdown-menu {
        position: relative;
        width: 100%;
        border: 0;
        border-radius: 0
    }

    #mobileMenu .dropdown-menu .dropdown-menu {
        left: 0;
        top: 0
    }

    .menu-item-has-children>a+i {
        display: block;
        content: '';
        background: url(../images/arrowDownMob.png);
        background-size: 23px;
        border: 0;
        width: 23px;
        height: 18px;
        position: absolute;
        top: 22px;
        right: 20px;
        background-repeat: no-repeat;
        transition: all 0.2s;
    }

    .menu-item-has-children.active>a+i {
        transform: rotate(180deg);
    }

    #mobileMenu .sub-menu a+i {
        background-image: url(../images/arrowDownWhite.png);
    }

    #mobileMenu {
        margin-top: 6px;
    }

    .header-logo img {
        height: 28px
    }

    .headerContact {
        padding-right: 0px !important
    }

    .menu__wrapper {
        padding: 0
    }

    #mobileMenu ul a {
        font-size: 22px;
        line-height: 30px;
        padding: 4px 25px;
    }

    .menu-item-has-children>a+i {
        right: 12px
    }

    .menu-item-has-children>a+ir {
        top: 18px;
    }

    .menu-item-has-children.active>a+i {
        top: 13px;
    }

    #mobileMenu ul.sub-menu li a {
        padding: 4px 25px 4px 42px;
        position: relative;
    }


    #mobileMenu ul.sub-menu li a:before {
        content: '-';
        display: inline-block;
        position: absolute;
        left: 25px;
        top: 6px;
    }

    .sub-menu .menu-item-has-children>a+i {
        top: 15px
    }

    .menu-item-has-children>a {}

    #mobileMenu ul.sub-menu ul.sub-menu li a {
        font-size: 16px;
        line-height: 20px
    }


    #mobileMenu ul ul ul li:first-child a {
        padding-top: 7px !important
    }

    #mobileMenu ul.sub-menu ul.sub-menu li a {
        padding: 6px 3px 10px 30px;
    }

    #mobileMenu ul ul ul li:last-child a {
        padding-bottom: 17px !important
    }

    .headContactBtn .btnLink {
        display: none !important
    }

    .header-logo img {
        width: auto;
        height: 40px;
    }

    .headerLeft {
        margin-left: 10px
    }

    .phoneNav img {
        width: 38px;
    }

    .headerRight {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

}


@media screen and (max-width:560px) {
    .phoneNav span {
        display: none;
    }

}