/*———— FONTS ——————————————————————————*/

@font-face {
    font-family: 'vintage_decorative_signs_2Rg';
    src: url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/fonts/vintage_decorative_signs_2-webfont.woff2') format('woff2'),
         url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/fonts/vintage_decorative_signs_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vintage_decorative_signs_4Rg';
    src: url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/fonts/vintage_decorative_signs_4-webfont.woff2') format('woff2'),
         url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/fonts/vintage_decorative_signs_4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'legrandregular';
    src: url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/fonts/legrand-webfont.woff2') format('woff2'),
         url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/fonts/legrand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.legrand{
    font-family: 'legrandregular' !important;
    color: white;
    letter-spacing: 1px !important;
    text-shadow: 0 5px 5px black;
    text-transform: uppercase !important;
    text-transform: uppercase;
}

/*———— OVERWRITES ——————————————————————————*/

:root{
    --sb-border-thickness: 4px;
    --sb-mask-url: url(https://paleis-van-de-weemoed.nl/wp-content/uploads/2024/05/mask_test_04.png);
}
h1,h2,h3,h4,h5,h6{
    letter-spacing: 1px !important;
    text-shadow: 2px 2px 0 black;
    text-transform: uppercase !important;
}

.fusion-form-form-wrapper .fusion-form-field{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.fusion-button{
    transform: scale(1);
    transition: transform 200ms ease-out;
}

.fusion-button:hover{
    transform: scale(1.1);
    transition: transform 200ms ease-out;
}

textarea::placeholder,
input::placeholder{
    color: rgb(72, 72, 72) !important;
}

textarea{
    min-height: 200px;
}

.fusion-button .fusion-button-text{
    padding-top: 3px;
}

.opening-hours{
    margin-bottom: 1rem;
}

.opening-hours tr td:first-child{
    width: 120px;
}

.fusion-imageframe{
    overflow: visible !important;
}

/*———— EVENT ADS ——————————————————————————*/
:root{
    --event-banner-top-height: 40px;
    --event-banner-gap: 40px;
    --event-banner-gold: #E7B769;
}

.event-ad{
    position: relative;
}

.event-ad-title h2{
    text-transform: none !important;
}

.event-image img{
    width: auto;
    max-height: 550px;
}

.event-ad::before{
    content: '';
    position: absolute;
    top: calc(-1 * var(--event-banner-top-height));
    width: 100%;
    height: var(--event-banner-top-height);
    background-image: url('https://paleis-van-de-weemoed.nl/wp-content/uploads/2024/11/Waves_Black_Top_03.png') ;
    background-position: center center;
    background-size: 100%  var(--event-banner-top-height);
    background-repeat: no-repeat;
    z-index: 1200;
}

/*———— EXTRAS ——————————————————————————*/

.sb-restaurant strong{
    text-shadow: 3px 3px 0 rgba(0,0,0,1);
}

/*———— AGENDA ——————————————————————————*/

.sb-agenda-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sb-agenda-nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.sb-agenda-status{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 20px;
    margin: 1rem 0;
}

.sb-agenda-nav button{
    background-color: transparent;
    border: none;
    font-family: 'legrandregular';
    font-size: 1.9rem;
    color: white;
    transform: scale(1) !important;
    transition: transform 300ms ease-out;
}
.sb-agenda-nav .selected{
    color: var(--awb-color4) !important;
}

.sb-agenda-nav button:hover{
    transform: scale(1.2) !important;
    transition: transform 100ms ease-out;
    cursor: pointer;
}

.sb-agenda-list-wrapper{
    display: flex;
    width: 90%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sb-agenda-list{
    width: 100%;
    height: 1260px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.sb-ticket{
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 25px;
    transform: scale(1);
    transition: transform 300ms ease-out;
}

.sb-ticket[onclick]:hover{
    transform: scale(1.1) !important;
    transition: transform 100ms ease-out !important;
    cursor: pointer;
}

.event{
    background-image: url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/img/agenda-item-01.png');
    color: black;
}

.open{
    background-image: url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/img/agenda-item-06.png');
    color: white;
    text-shadow: 2px 2px 4px black;
}

.closed{
    background-image: url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/img/agenda-item-04.png');
    color: white;
    text-shadow: 2px 2px 4px black;
}

.full{
    background-image: url('https://paleis-van-de-weemoed.nl/wp-content/plugins/sb_baseplugin/assets/img/agenda-item-07.png');
    color: white;
    text-shadow: 2px 2px 4px black;
}

.sb-ticket-date{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 0 5px 0;
}


.event .sb-ticket-date{
    border-bottom: dotted 1px black;
}

.closed .sb-ticket-date,
.open .sb-ticket-date{
    border-bottom: none;
}

.sb-day{
    font-size: 0.8rem;
    font-weight: 600;
}

.sb-month{
    font-size: 1rem;
    font-weight: 900;
}

.sb-ticket-event{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: 'legrandregular';
    font-size: 1.3rem;
    line-height: 1.1rem;
    text-align: center;
}

/*———— MAILCHIMP ——————————————————————————*/

.sb-row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sb-email{
    margin-bottom: 15px;
    background-color: black !important;
}

.sb-email::placeholder{
    color: #a0a0a0;
}

.sb-message{
    padding: 15px 0;
    font-size: 0.9rem;
    font-style: italic;
    color: #fff;
}

/*———— FOTO SLIDER ——————————————————————————*/

.sb-slide .flex-nav-prev,
.sb-slide .flex-nav-next{
    display: none !important;
}
.sb-slide .flex-control-nav{
   bottom: 100px !important;
   z-index: 51 !important;
}
.sb-slide .flex-control-paging li a{
    background-color: var(--awb-color4) !important;
}
.sb-slide .flex-control-paging li a.flex-active{
    background-color: white !important;
    z-index: 52 !important;
}
.sb-slide .flexslider .slides{
    position: relative;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25) !important;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sb-slide .flexslider .slides::before{
    position: absolute !important;
    content: '';
    inset: -1px !important;
    background-image: url('https://paleis-van-de-weemoed.nl/wp-content/uploads/2024/05/mask_test_08.png');
    background-position: center;
    background-size: cover;
    z-index: 50;
    overflow: hidden !important;
    border-radius: 6px !important;
}

.sb-mobile-slide{
    z-index: 1;
    position: absolute;
}

.sb-mobile-title h1{
    margin-top: 300px !important;
    z-index: 10 !important;
    position: absolute;
}


/*———— BUBBLES ——————————————————————————*/

.sb-bubble-box{
    position: relative;
    transform: scale(1) !important;
    transition: transform 300ms ease-out !important;
}
.sb-bubble-box:hover{
    transform: scale(1.2) !important;
    transition: transform 100ms ease-out !important;
    cursor: pointer;
}
.sb-bubble-box .fusion-column-wrapper{
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}
.sb-bubble-box .fusion-column-wrapper .fusion-image-element{
    align-items: center;
    transform: scale(0.8);
}
.sb-bubble-box .fusion-column-wrapper .fusion-title{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-shadow: none !important;
}
.sb-bubble-box h3{
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
    color: #f6dc9b !important;
    text-shadow:    0 2px 0 rgba(60, 41, 14, 0.6),
                    2px 0 0 rgba(60, 41, 14, 0.5),
                    -1px 0 0 rgba(255, 255, 255, 0.9),
                    0 -1px rgba(255, 255, 255, 1),
                    0 0 15px #ad9559;
}

/*———— FOTO FRAME ——————————————————————————*/

.sb-photoframe-01 .slides{
    border-radius: 10px;
    border: double var(--sb-border-thickness) var(--awb-color4);
    overflow: hidden;
    position: relative;
    display: flex !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.45);
}

.sb-photoframe-01 .slides img{
    border-radius: 10px;
    overflow: hidden;
}

.sb-photoframe-01 .slides::before,
.sb-photoframe-01 .slides::after{
    font-family: 'vintage_decorative_signs_4Rg';
    color: var(--awb-color4);
    font-weight: 100;
    pointer-events: none;
    user-select: none;
    position: absolute;
    transform: rotate(90deg);
    font-size: 11rem;
    line-height: 0;
    height: 100%;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 20px rgba(0,0,0,0.45);
}

.sb-photoframe-01 .slides::before{
    content: '{';
    font-size: 4rem;
    left: -25px;
    transform: rotate(270deg);
}

.sb-photoframe-01 .slides::after{
    content: '{';
    font-size: 4rem;
    right: -25px;
}

/*———— SEPERATORS ——————————————————————————*/

.sb-left-seperator,
.sb-right-seperator{
    position: relative;
}

.sb-left-seperator::before,
.sb-right-seperator::after{
    content: 'u';
    font-family: 'vintage_decorative_signs_2Rg';
    color: var(--awb-color4);
    font-weight: 100;
    pointer-events: none;
    user-select: none;
    position: absolute;
    transform: rotate(90deg);
    font-size: 12rem;
    line-height: 0;
    height: 100%;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-right-seperator::after{
    right: -30px;
}

.sb-left-seperator::before{
    left: 40px;
}


/*———— MAIN MENU ——————————————————————————*/

.sb-main-menu{
    position: relative !important;
    border-radius: 10px;
    border-top: var(--sb-border-thickness) double var(--awb-color4);
    border-bottom: var(--sb-border-thickness) double var(--awb-color4);
    height: 75px;
    background-color: black;
    box-shadow: 0 0 30px rgba(0,0,0,0.45);
}

.sb-main-menu .menu-text{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sb-main-menu a{
    transform: scale(1);
    transition: transform 200ms ease-out;
}

.sb-main-menu a:hover{
    transform: scale(1.15);
    transition: transform 200ms ease-out;
}

.sb-main-menu::before,
.sb-main-menu::after{
    color: var(--awb-color4);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 0;
    font-family: 'vintage_decorative_signs_4Rg';
    font-weight: 100;
    pointer-events: none;
    user-select: none;
    text-shadow: 0 0 20px rgba(0,0,0,0.45);
}

.sb-main-menu::before{
    content: '{';
    font-size: 3.2rem;
    top: 28px;
}

.sb-main-menu::after{
    content: '{';
    font-size: 3.2rem;
    bottom: 28px;
    transform: rotate(180deg);
}

/*———— SHOW MENU ——————————————————————————*/

.sb-show-menu a::after{
    color: black;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 0;
    font-family: 'vintage_decorative_signs_4Rg';
    font-weight: 100;
    text-shadow: none !important;
    pointer-events: none;
    user-select: none;
}

.sb-show-menu a::after{
    position: absolute;
    content: '8';
    font-size: 12rem;
    bottom: -134px;
    transform: scale(1.5,1);
}

.sb-show-menu ul li{
    padding: 10px 0 !important;
    margin: 0 !important;
    height: fit-content !important;
    width: 100%;
}
.sb-show-menu a{
    font-family: 'legrandregular' !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transform: scale(1);
    transition: transform 200ms ease-out;
}

.sb-show-menu a:hover{
    transform: scale(1.15);
    transition: transform 200ms ease-out;
    text-shadow: 0 0 15px rgb(249, 79, 108);
}

/*———— FOOTER MENU ——————————————————————————*/

.sb-footer-menu .menu-item-weglot{
    display: none !important;
}

/*———— DEVICE ——————————————————————————*/

@media screen and (max-width: 1024px) {
    /* .sb-bubble-box h3{
        font-size: 1.1rem !important;
        line-height: 1.1rem !important;
    } */

    .sb-schijf-vijf p{
        font-size: smaller !important;
    }
}

@media screen and (max-width: 820px) {
    .sb-schijf-vijf .sb-schijf-tekst{
        font-size: 0.7rem !important;
    }
    .sb-ticket{
        width: 160px;
        height: 160px;
        transform: scale(0.9);
    }    
}


@media screen and (max-width: 600px) {
    #menu-main-menu{
        display: inline-block;
        width: 100%;
    }
    #menu-main-menu li{
        display: inline-block;
        width: 100%;
        padding: 15px;
    }
    #menu-main-menu li:last-child{
        padding-bottom: 20px;
    }
    .sb-main-menu{
        height: fit-content;
    }
    .sb-agenda-list-wrapper{
        width: 100%;
    }
    .sb-agenda-list{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        transform: scale(1);
    }
    .sb-ticket{
        width: 50%;
        height: 50%;
    }
    .sb-mobile-flip .fusion-builder-row{
        flex-direction: column-reverse;
    }
    .sb-left-seperator::before,
    .sb-right-seperator::after{
        transform: rotate(0deg);
        height: 0;
        width: 80%;
    }
    .sb-right-seperator::after{
        display: none;
    }
    .sb-left-seperator::before{
        top: -50px;
    }
}