/* LANDING QR HOME */

body.page-template-template-landing-qr-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.page-template-template-landing-qr-home main{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.page-template-template-landing-qr-home main .menu-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.page-template-template-landing-qr-home main .menu-filter .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: white;
    position: relative;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
    padding: 12px 0;
    /* font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif; */
    font-size: 2.8rem;
    line-height: 1;
    text-transform: uppercase;
}


/* LANDING QR */


.page-template-template-landing-qr main{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.page-template-template-landing-qr  main .menu-container {
    text-align: center;
    padding: 20px;
}

.page-template-template-landing-qr  main .menu-title {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.page-template-template-landing-qr  main .menu-subtitle {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1;
    text-transform: uppercase;
}

.page-template-template-landing-qr  main .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-template-template-landing-qr  main .menu-list p{
    margin-bottom: 0;
}

.page-template-template-landing-qr  main .menu-list li {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    color: #333;
}

.page-template-template-landing-qr  main .menu-divider {
    width: 50px;
    height: 1px;
    background-color: #333;
    margin: 40px auto;
}

.page-template-template-landing-qr #header .header-booking-btn,
.page-template-template-landing-qr-home #header .header-booking-btn,
.page-template-template-landing-qr-home .btn-menu,
.page-template-template-landing-qr .btn-menu {
    display: none !important;
}

.page-template-template-landing-qr-home .footer-extra-section,
.page-template-template-landing-qr .footer-extra-section {
    display: none;
}

.page-template-template-landing-qr-home #header .logo,
.page-template-template-landing-qr #header .logo {
    pointer-events: none;
}

@media screen and (max-width: 768px){
    .page-template-template-landing-qr main .menu-container {
        padding-top: 75px;
    }
}
