:root{
    --primary-color:#435969;
    --sp-font: 'Bauer Bodoni Pro_1 W01 Roman', serif;
    --apex-font: "ApexNewBook", sans-serif;
}
.container{
    max-width: 1280px;
    margin: 0 auto;
}
.text-white{
    color: white !important;
}
strong{
    font-weight: 700;
}
.info-wrapper em{
    font-family: 'Bauer Bodoni Std 1';
    color: black;
    font-weight: bold;
}
.text-color{
    color: #435969 !important;
}
.text-apex{
    font-family: var(--apex-font);
}
.text-sp{
    font-family: var(--sp-font);
}
.text-uppercase{
    text-transform: uppercase !important;
}
h1.text-sp{
    font-size: 6em;
}
.hero{
    height: 71.510417vw;
    background-size: cover;
    background-position: center;
    padding-top: 6.770833vw;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero .decor{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40.9375vw;
    opacity: .3;
    background-image: url(/img/dine-shop/decor-dine.svg);
    background-size: 109%;
    background-repeat: no-repeat;
    background-position: 100% center;
}
.hero .decor.shop{
    background-image: url(/img/dine-shop/decor-shop.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 101% 120px;
    opacity: .3;
}
}
.logo-wrapper{
    text-align: center;
    
}
.logo-wrapper img{
    width: 500px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}


.logo-wrapper span{
    font-size: 40px;
    color: var(--primary-color);
}


.item{
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s ease-in-out;

}
.item:hover{
      box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.item .text-wrapper{
    background: #fafafa;
    padding: .5em;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 5em;
}
.item > img{
    height: 271px;
    object-fit: cover;
    object-position: center;
}
.item .title{
    color: var(--primary-color);
    font-weight: 900;
    color: var(--primary-color);
    font-size: 1em;
}
.item .desc{
    font-size: .85em;
    font-weight: 300;
}
.btn-open{
    background: var(--primary-color);
    color: white !important;
    line-height: 2.5em;
    height: 2.5em;
    font-size: 0.75em;
    padding-left: .5em;
    font-weight: 900;

}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(206,206,206,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 10;
}
.popup.show{
    opacity: 1;
    pointer-events: initial;
}
.popup-content{
    display: flex;
    background: #fff;
    width: 90vw;
    max-width: 1500px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    min-height: 660px;


}
.popup-content .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}
.popup-content .thumb-l{
    height: 100%;
    width: 35%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
}
.popup-content .info-wrapper{
    width: 65%;
    padding: 5% 6%;
    color-scheme: light;
    /* align-items: center; */
    /* justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    text-align: center;
    max-height: 81vh;
    overflow-y: auto;
}
.popup-content .logo{
    width: 90%;
    height: auto;
    max-width: 280px;
    max-height: 280px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 5%;
    transition: none !important;
}
.popup-content .logo.small{
    max-width: 200px;
    max-height: 150px;
}
.info{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.info > div{
    width: 33.33%;
}
.info .marker{
    height: 50px;
    width: auto;
    margin-bottom: 2rem;
}
.info h4{
    font-weight: 900;
    font-size: 1.25em;
    color: var(--primary-color);
    margin-bottom: 2rem;
}
.info p{
    line-height: 1.5em;
    font-size: 1.4rem;
}
.info a{
    color: black;
}
.info .button{
    color: white;
    margin-top: .5em;
}
.activities .popup-content .info-wrapper,
.activities .popup-content .info-wrapper *{
    text-align: left;
}
.activities .extra-title{
    text-transform: uppercase;
    letter-spacing: 0;
}
.activities .popup-content .info-wrapper a{
    margin-left: 0;
}
.activities .popup-content{
    min-height: 660px;
}
.activities .popup-content .info-wrapper p:last-of-type{
    margin-bottom: 0;
}

@media (max-width: 1919.95px) {
    

    .logo-wrapper img{
        width: 29.6875vw;
     
        margin-bottom: 4.1vw;
    
        
    }
    .logo-wrapper span{
        font-size: 2.083333vw;
    }
}

@media (max-width: 1023.95px) {
    .popup-content{
        flex-direction: column;
    }
    .popup-content .thumb-l{
        position: relative;
        width: 100%;
        height: 20vw;
        /* margin-top: 50px; */
    }
    .popup-content .info-wrapper{
        
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
    }
    .info > div{
        width: 33%;
    }

}
@media (max-width: 767.95px) {
    h1.text-sp{
        font-size: 10vw;
    }
    .logo-wrapper img{
        margin-top: 30px;
        width: 50.6875vw;
        margin-bottom: 4.1vw;
    
        
    }
    .popup-content{
        background: #eee;
        min-height: unset;
    }
    .popup-content .thumb-l{
        display: none;
    }
    .logo-wrapper span{
        font-size: 16px;
        display: inline-block;
        padding: 0 20px;
        line-height: 1.5em;
    }
  
    .info h4{
        font-size: 1em;
    }

    .popup-content .info-wrapper{
        padding-bottom: 50px;
        /* padding-left: 30px; */
        /* margin-right: 30px; */


        max-height: 60vh;
    }

    .info-wrapper p{
        font-size: .75em;
        margin: 0 auto 20px;
    }
    .info-wrapper p:last-of-type{
        margin-bottom: 0;
    }
    .info{
        flex-direction: column;
        align-items: center;
    }
    .info > div{
        width: 100%;
    }
    .info p{
        margin-bottom: 10px;
    }
    .info .marker{
        height: 30px;
    }
    .popup-content .logo{
        max-height: 110px;
    }
}
@media (max-width: 767.95px) {

.info-wrapper h2{
    font-size: 14px;
}

.info-wrapper h4{
    font-size: 14px;
}
.activities .popup-content{
    min-height: unset;
}

}

nav.popup-shown li.active,
nav.popup-shown a.active{
	pointer-events: none !important;
}

