.menu__toggler,
.menu__wrapper {
    display: none
}

.mobileLogo {
    display: none
}

.mobMenuOnly {
    display: none !important
}

/**other element mob breakpoint**/
@media screen and (max-width:1055px) {
    #headerMobLogo {
        width: 130px;
        text-align: right;
    }

    .header-logo img {
        width: 90px
    }

    #headerMobLogo img {
        width: 90px;
        max-width: 90px;
    }

    .headerLeft {
        justify-content: flex-end;
    }
}

@media screen and (max-width:1055px) {
    #mobMenuBar {
        display: flex;
        width: 100%;
        padding: 0 20px;
        flex-direction: row;
        align-items: center;
        padding-top: 10px
    }


    .showlogomob .mobileLogo img {
        opacity: 0;
    }

    .topEdge .showlogomob.nav-down .mobileLogo img {
        opacity: 0;
    }

    .flexVcenter {
        align-items: flex-start !important;
    }

    .booknowHead.borderedBtn img {
        width: 34px
    }

    .pageTitle {
        bottom: 90px
    }

    #mobileMenu ul.sub-menu {
        display: none;
    }

    .mobMenuHide {
        display: none !important
    }

    .mobMenuOnly {
        display: block !important
    }

    #wrapper:before {
        height: 74px
    }

    .headContactBtn img.googleReview {
        display: none
    }

    .mobileLogo {
        display: none;
        width: 140px;
        margin: 0px auto;
        position: absolute;
        left: calc(50% - 70px);
        top: 0;
        text-align: center;
        z-index: 1;
    }

    .nav-down .mobileLogo {
        display: block
    }

    .topEdge .mobileLogo {
        display: none !important
    }

    #pageHero {
        display: flex;
        flex-direction: column-reverse;
    }

    .mobileLogo img {
        width: 110px;
        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 {
        box-shadow: none;
        z-index: 10;
    }

    #masthead.topEdge {
        box-shadow: none
    }

    .headerContainer {
        background-color: var(--darkblue);
    }

    #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;
    }

    .headerLeft,
    .headMobMenu {
        height: 70px
    }

    #page:before {
        height: 70px
    }

    #content {
        padding-top: 70px;
    }

    .mobMenuWrapper {
        width: calc(100% - 60px);
        margin: 0px auto
    }

    .mobMenuWrapper .mobtoggle:after {
        content: "Menu";
        font-size: 14px;
        display: block;
        position: absolute;
        right: 0;
    }

    .headMobMenu {
        position: relative;
        top: 0;
        z-index: 6;
        height: 70px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #mobileMenu {
        margin-top: 0px
    }

    #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 a {
        padding: 15px 20px;
        color: #fff;
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        font-family: var(--fontHeading);
    }

    .headerContact a.btnLink {
        padding: 9px 4px;
        display: none;
    }


    #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 {
        border-bottom: 0;
    }

    #mobileMenu ul li li a {
        font-family: "Roboto";
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        padding: 11px 20px;
        color: #d8d8d8
    }

    #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: 70px;
        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: 30px;
        height: 4px;
        background: #fff;
        border-radius: 20px;
        transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .nav-down .menu__toggler span,
    .nav-down .menu__toggler span::before,
    .nav-down .menu__toggler span::after {
        background-color: var(--brandCol-1);
    }

    .menu__toggler span::before {
        width: 30px
    }

    .topEdge .menu__toggler span,
    .topEdge .menu__toggler span::before,
    .topEdge .menu__toggler span::after,
    .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 {
        margin-top: 0;
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }


    .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: -10px;
    }

    .menu__toggler span::after {
        top: 10px;
        left: 0;
        width: 30px;
    }

    .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: 30px;
    }

    .menu__toggler.mobmenuActive span::after {
        width: 30px;
    }

    .menu__toggler.mobmenuActive span {
        width: 30px;
    }

    .menu__toggler.mobmenuActive>span::before {
        transform: rotate(-225deg);
    }

    .menu__toggler.mobmenuActive>span::after {
        transform: rotate(225deg);
        width: 100%;
    }

    .menu__wrapper {
        background-color: var(--brandCol-1);
        position: fixed;
        top: 0;
        width: 325px;
        left: -325px;
        z-index: 9999;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transition: 600ms 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;
        margin-top: 22px;
        text-align: left;

    }

    #mobileMenu ul li {
        list-style: none;
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 0;
        border-bottom: 1px dashed #fff;
        padding-bottom: 0;
    }

    #mobileMenu ul li:last-child {
        margin-bottom: 0
    }

    #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(../img/arrowWhiteDown.svg);
        background-size: 29px auto;
        background-position: center center;
        border: 0;
        width: 74px;
        height: 64px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        transition: all 0.2s;
        cursor: pointer;
    }

    .menu-item-has-children.active>a+i {
        top: 0;
    }

    .menu-item-has-children.active>a+i {
        transform: rotate(180deg);
    }

    #mobileMenu .sub-menu a+i {
        background-image: url(../images/arrowDownWhite.png);
    }

    .menu__wrapper {
        padding: 0
    }


    #mobileMenu ul.sub-menu li a {
        position: relative;
    }


    #mobileMenu ul.sub-menu li a:before {
        content: '-';
        display: none;
        position: absolute;
        left: 25px;
        top: 6px;
    }

    .sub-menu .menu-item-has-children>a+i {
        top: 15px
    }

    .menu__wrapper.mobmenuActive .headerRight {
        padding-right: 25px;
    }

    #headerMobMenu {
        display: flex;
        width: 100%
    }

    #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
    }
}