.site-header .site-branding {
    display: none;
}

.site-header .site-logo {
    border: none;
    padding: 0;
    margin: 0;
    justify-self: center;
    grid-column: 2;
}

.site-header {
    padding: 40px 0 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
}

.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.site-header .site-logo .custom-logo {
    max-width: 281px;
    max-height: 272px;
}
.no-banner .site-header .site-logo .custom-logo {
    filter: saturate(0%) brightness(0%);
}
.no-banner .site-header .reservation-link {
    color: var(--wp--preset--color--black);
    --button-border-color: var(--wp--preset--color--black);
}
.site-header .header-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
}

.site-header .header-reservation {
    justify-self: start;
    grid-column: 1;
    align-self: start;
    padding-top: 13px;
}

.site-header .header-language {
    justify-self: end;
    grid-column: 3;
}


.site-header .reservation-link {
    height: auto;
}

.site-header .header-language ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-language ul li a {
    text-decoration: none;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
}

.header-language {
    position: relative;
    border-radius: 18px;
    cursor: pointer;
    color: #FFF;
    transition: 0.4s ease-in-out;
    height: 100%;
    display: none;
}

.header-language:hover {
    background-color: #FFF;
    color: #1E1E1E;
}

.lang-current {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 16px;
    border: 1px solid #FFF;
    border-radius: 18px;
    min-width: 110px;
}

.lang-current-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.header-language .arrow-down-icon {
    height: 16px;
    transition: 0.4s ease-in-out;
    z-index: 1;
}

.header-language .language-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    border: 1px solid #FFF;
    padding: 30px 10px 6px 16px;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

.header-language:hover .language-wrapper {
    opacity: 1;
    visibility: visible;
    background-color: #FFF;
}

.header-language:hover .arrow-down-icon {
    transform: rotate(180deg);
}

.header-language:hover .arrow-down-icon svg path {
    fill: #1E1E1E;
}

.header-language:hover ul li a {
    color: #1E1E1E;
}

.header-language .current-lang {
    display: none;
}

.site-footer {
    background-color: var(--footer-background);
    padding: 50px 0 30px;
    color: var(--color-white);
    position: relative;
}

.site-footer::before {
    content: '';
    background: url(../images/noise.png);
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.footer-cols {
    display: flex;
    position: relative;
}

.site-footer .footer-top {
    margin-bottom: 30px;
    margin-top: 0;
    z-index: 3;
    position: relative;
}

.site-footer .footer-col {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.site-footer .footer-col-logo {
    width: 31.617647058823529411764705882353%;
}

.site-footer .footer-col-visit {
    width: 40%;
    padding-right: 12%;
}

.site-footer .footer-col-hours {
    width: 20%;
}

.site-footer .site-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.site-footer .site-logo-main img {
    max-width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
}

.site-footer .site-logo-secondary img {
    max-height: 40px;
    width: auto;
}

.site-logo-secondary img {
    max-width: 210px;
}

.site-footer .site-logo-secondary a {
    display: inline-block;
}

.site-footer .footer-heading {
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    color: var(--color-white);
    letter-spacing: calc(var(--font-size-h4) / 100 * 60);
}

.site-footer .footer-social {
    display: flex;
    gap: 15px;
}

.site-footer .footer-social a {
    text-decoration: none !important;
    background: none !important;
    line-height: 1;
}

.site-footer .social-link svg {
    width: 24px;
    height: 24px;
}

.site-footer .opening-hours-content,
.site-footer .footer-address,
.site-footer .footer-contact-info,
.site-footer .copyright * {
    font-size: calc(var(--font-size-base) - 1px);
    line-height: 24px;
}

.site-footer .footer-address a,
.site-footer .footer-contact-info a {
    color: inherit;
    text-decoration: none !important;
}

.site-footer .reservation-link,
.site-header .reservation-link {
    font-size: calc(var(--font-size-base) - 2px);
    /* text-decoration: underline; */
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.1428571428571428571428571428571;
    color: var(--wp--preset--color--white);
    --button-border-color: var(--wp--preset--color--white);
}

.site-footer .footer-bottom {
    margin: 0;
    z-index: 7;
    position: relative;
}

.site-footer .footer-bottom * {
    font-size: calc(var(--font-size-base) - 1px);
    line-height: 24px;
    letter-spacing: calc(var(--font-size-base) / 100 * 1.5);
}

.site-footer .footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: left;
    align-items: baseline;
}

.site-footer .footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
}

.site-footer .footer-menu-list li {
    position: relative;
}

.site-footer .site-logo-secondary a {
    background-image: none !important;
}

.site-footer .footer-menu-list li a,
.site-footer .footer-contact-info a,
.site-footer .footer-address a {
    color: var(--color-white);
    text-decoration: none;
    --button-border-color: var(--wp--preset--color--white);
}

.site-footer .footer-menu-list li:not(:last-child)::after {
    content: '|';
    margin-left: 7px;
    opacity: 0.5;
}

.site-footer .copyright .separator {
    display: none;
}

@media (min-width: 768px) {
    .site-footer .footer-bottom-inner {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        gap: 0;
    }

    .site-footer .copyright {
        margin-right: 7px;
    }

    .site-footer .copyright .separator {
        display: inline;
        margin-left: 7px;
        opacity: 0.5;
    }
}

@media (max-width: 991px) {
    .site-footer .footer-col-logo {
        width: 260px;
    }

    .site-footer .footer-col-visit {
        padding-right: 5%;
    }

    .site-footer .footer-col-hours,
    .site-footer .footer-col-visit {
        width: calc((100% - 260px) / 2);
    }
}

@media (max-width: 767px) {

    .site-footer .footer-col-logo,
    .site-footer .footer-col-hours,
    .site-footer .footer-col-visit {
        width: 100%;
        padding-right: 0;
    }

    .footer-cols {
        flex-flow: column;
        gap: 30px;
    }

    .site-footer .site-logo-wrapper {
        gap: 12.75px;
        align-items: center;
        align-content: center;
    }

    .site-footer {
        padding: 50px 0;
    }

    .site-footer .site-logo-main img {
        max-width: 112.5px;
    }

    .site-logo-secondary img {
        max-width: 158px;
    }

    .site-header .site-logo .custom-logo {
        max-width: 171px;
        max-height: 166px;
    }

    .site-header {
        padding: 35px 0 0;
    }

    .site-header .header-reservation {
        display: none;
    }
}