<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

:root{
    --primary-color: #ef7d21;
}

/* Utilities */
.fw-500 {
    font-weight: 500;
}
.color-primary {
    color: var(--primary-color);
}

/* Fix GDPR Cookie Notice */
#cookies-policy.cookies{
    
    margin-bottom:0;
}

#cookies-policy .cookies__title{
    display:none;
}

#cookies-policy .cookies__intro p {
    font-size: 13px !important ;
    line-height: 1.4 !important;
}

#cookies-policy .cookies__alert{
    margin: 5% auto !important;
    max-height: 90% !important;
    max-width: 96% !important;
    width: auto !important;
}

#cookies-policy .cookies__actions{
    flex-direction: row !important;
}

@media only screen and (min-width:1200px){
    #cookies-policy.cookies {
        left: 0 !important;
        bottom: -10px !important;
        max-width: 22em !important;
        overflow: hidden !important;
    }

    /* #cookies-policy:after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: rgba(0,0,0,.75);
        position: fixed;
        z-index: -1;
    } */
}

.reservation-button{
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 8px;
    line-height: 18px;
    /* padding: 0 16px; */
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.child-age-container{
    z-index: 9 !important;
}

.child-age-notice{
    font-size: 11.5px !important;
}

.qty-buttons label{
    top:12px !important;
}

@media (max-width: 991px) {
    .header__area-menubar-left-logo a img {
        max-height: 40px;
    }
}

.theme-element {
    background: #ffebd7;
    color: var(--primary-color);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

.theme-element--accent {
    color: #fff;
    background: var(--primary-color) !important;
}

.popup_wrapper .timer_block-number{
    font-weight: 800;
}

.popup_wrapper .popup_content.newsletter_c .content .wrapper h2{
    margin-top:8px !important;
}

.popup_wrapper .timer_block-number{
    line-height: 1;
    margin-bottom: 2px;
}

@media (min-width: 1200px) {
    .popup_wrapper .popup_content.newsletter_c .content{
        padding:80px 60px !important;
    }
}

.mfp-wrap{
    z-index: 1044;
}

.header__area{
    z-index: 1041;
}

.banner__two-area-image:after {
    opacity:.15 !important
    }

.mobile-widget-content {
    z-index: 1001;
}   </pre></body></html>