/* 
base styles of header
*/
.header-desktop-menu,
.g2-header-reserve-desktop {
    display: none;
    flex-basis: 0;
}

.g2-header-reserve {
    background-color: #E6AF2E;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 72px 0 38px;
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 6H16.5V4H2.5V6ZM2.5 20C1.95 20 1.47917 19.8042 1.0875 19.4125C0.695833 19.0208 0.5 18.55 0.5 18V4C0.5 3.45 0.695833 2.97917 1.0875 2.5875C1.47917 2.19583 1.95 2 2.5 2H3.5V0H5.5V2H13.5V0H15.5V2H16.5C17.05 2 17.5208 2.19583 17.9125 2.5875C18.3042 2.97917 18.5 3.45 18.5 4V9.675C18.1833 9.525 17.8583 9.4 17.525 9.3C17.1917 9.2 16.85 9.125 16.5 9.075V8H2.5V18H8.8C8.91667 18.3667 9.05417 18.7167 9.2125 19.05C9.37083 19.3833 9.55833 19.7 9.775 20H2.5ZM15.5 21C14.1167 21 12.9375 20.5125 11.9625 19.5375C10.9875 18.5625 10.5 17.3833 10.5 16C10.5 14.6167 10.9875 13.4375 11.9625 12.4625C12.9375 11.4875 14.1167 11 15.5 11C16.8833 11 18.0625 11.4875 19.0375 12.4625C20.0125 13.4375 20.5 14.6167 20.5 16C20.5 17.3833 20.0125 18.5625 19.0375 19.5375C18.0625 20.5125 16.8833 21 15.5 21ZM17.175 18.375L17.875 17.675L16 15.8V13H15V16.2L17.175 18.375Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wp-block-site-logo img {
    width: 121px !important;
    height: 34px !important;
}

.wp-block-site-logo,
.header-column-logo {
    width: 121px !important;
    display: flex;
    justify-content: center;
}


.header-column-logo {
    flex-grow: 1;
    flex-basis: 51% !important;
}



.header-reserve-search p {
    margin: 0;
}




.header-reserve-search {
    display: flex;
    flex-grow: 1;
    flex-basis: 10% !important;
    align-items: center;
    justify-content: left;
}

.go2tr-search-btn {
    position: relative;
    z-index: 99;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    border-radius: 12px;
    border: 2px solid #afb5b9;
    background-color: #f2f3f3;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L17.3 15.9C17.4833 16.0833 17.575 16.3167 17.575 16.6C17.575 16.8833 17.4833 17.1167 17.3 17.3C17.1167 17.4833 16.8833 17.575 16.6 17.575C16.3167 17.575 16.0833 17.4833 15.9 17.3L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z' fill='%2337474F'/%3E%3C/svg%3E%0A");
}

.go2tr-search-btn:hover {
    background-color: #f2f3f3 !important;
}


.header-menu-toggle-column {
    display: flex;
    flex-grow: 1;
    flex-basis: 10% !important;
}



@media (min-width: 576px) {}

@media (min-width: 768px) {}


@media (min-width: 992px) {
    .header-desktop-menu {
        display: flex;
        flex-grow: 3;
        flex-basis: 45% !important;

    }

    .g2-header-reserve-desktop {
        display: block;
        flex-grow: 1;
    }

    .go2tr-search-btn {
        width: 40px;
        height: 40px;
    }

    .header-reserve-search {
        flex-grow: 1;
        flex-basis: 24% !important;
        gap: 12px;
    }

    .header-menu-toggle-column {
        display: none;
    }

    .header-column-logo {
        flex-basis: 25% !important;
        justify-content: right;
    }

    .header-column-logo,
    .header-reserve-search,
    .header-menu {
        min-width: 100px;
    }

    .header-wrapper-container {
        display: none;
    }
}

@media (min-width: 1200px) {}


@media (min-width: 1400px) {}