/**
 * Theme Name:     Fort Bij Vechten
 * Author:         Fernieweb Development
 * Template:       hello-elementor
 * Text Domain:	   fort-bij-vechten
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

body,
body div[data-elementor-type="single-page"]{
    overflow-x: hidden;
}

.aspect-ratio-1 img{
    aspect-ratio: 1.14 / 1;
    object-fit: cover;
}
.aspect-ratio-2 img{
    aspect-ratio: 9 / 16;
    object-fit: cover;
}
.aspect-ratio-3 img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.aspect-ratio-4 img{
    aspect-ratio: 11 / 8;
    object-fit: cover;
}
.aspect-ratio-5 img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.aspect-ratio-6 img{
    aspect-ratio: 19 / 21;
    object-fit: cover;
}
.aspect-ratio-7 img{
    aspect-ratio: 16 / 21;
    object-fit: cover;
}
.img-with-border img{
    border: 8px solid #FFFFFF!important;
}
.item-with-border{
    border: 8px solid #FFFFFF!important;
}

body.logged-in .main-header,
body.logged-in .main-header-mobile{
   margin-top: 32px; 
}
body .main-header-mobile{
    display: none;
}
nav.elementor-nav-menu--layout-horizontal .only-dropdown-menu{
    display: none!important;
}
.elementor-image-carousel.swiper-wrapper{
    z-index: 0;
}

@media(min-width: 1301px){
    .main-header .elementor-nav-menu--layout-horizontal .sub-arrow{
        display: none;
    }
}
@media(max-width:1300px){
    body .main-header{
        display: none!important;
    }
    body .main-header-mobile{
        display: flex;
        padding: 0px;
    }
    body .main-header-mobile .e-con-inner{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    body .main-header-mobile .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        margin-top: 30px!important;
    }
    .main-header-mobile .elementor-nav-menu--layout-horizontal .sub-arrow{
        display: none;
    }
    .main-header-mobile .elementor-nav-menu--dropdown .has-submenu{
        cursor: pointer;
    }
    nav:not(.elementor-nav-menu--layout-horizontal) .only-dropdown-menu{
        display: block!important;
    }
    .main-header-mobile .elementor-nav-menu--dropdown > ul{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.footer-nieuwsbrief .gform_title{
    display: none;
}
.footer-nieuwsbrief .gform_fields {
    display: block!important;
}
.footer-nieuwsbrief  .gfield.gfield--type-email{
    margin-bottom: 10px;
}
.footer-nieuwsbrief input[type="email"] {
    background: rgba(255, 255, 255, 0.15)!important;
    border: 0px!important;
    outline: none!important;
    color: #FFFFFF!important;
    padding: 10px 20px!important;
    height: auto!important;
}
.footer-nieuwsbrief .gfield-choice-input{
    background: rgba(255, 255, 255, 0.15)!important;
    border: 1px solid #FFFFFF!important;
    outline: none!important;
    color: #FFFFFF!important;
}
.footer-nieuwsbrief .gform-field-label{
    color: #FFFFFF!important;
    font-size: 10px!important;
}
.footer-nieuwsbrief .gchoice {
    display: flex;
    align-items: center;
}
.footer-nieuwsbrief .gform_button{
    padding: 0 !important;
    background: transparent!important;
    width: auto !important;
    height: auto !important;
    font-size: 20px!important;
    border-top: 0px!important;
    border-right: 0px!important;
    border-left: 0px!important;
    border-bottom: 4px solid var(--e-global-color-secondary)!important;
    outline: none!important;
    box-shadow: none !important;
}
.footer-nieuwsbrief .gform_button:hover{
    border-color: var(--e-global-color-accent)!important;
}
.footer-nieuwsbrief form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.footer-nieuwsbrief .gform-footer {
    margin-top: 0px;
    margin-block-start: 10px!important;
}
.footer-nieuwsbrief .gform-body{
    min-width: 300px;
}
.footer-content .menu-item a:hover:after{
    content: '';
    width: 83px;
    height: 2px!important;
    background-color: var(--e-global-color-secondary)!important;
    position: absolute;
}
.custom-header-menu .elementor-item:hover{
    color: #FFFFFF!important;
}
.custom-header-menu .elementor-item:after{
    background-color: var(--e-global-color-secondary)!important;
    bottom: -5px !important;
}

/*
.green-arrows .elementor-swiper-button-prev,
.green-arrows .elementor-swiper-button-next{
    top: 35%!important;
}
.green-arrows .elementor-swiper-button-prev svg,
.green-arrows .elementor-swiper-button-next svg{
    opacity: 0!important;
    visibility: hidden!important;
}
.green-arrows .elementor-swiper-button-prev:after{
    content: '';
    background-image: url(images/arrow-left.svg);
    width: 56px;
    height: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -44px;
    transition: all 0.25s ease;
}
.green-arrows .elementor-swiper-button-next:after{
    content: '';
    background-image: url(images/arrow-right.svg);
    width: 56px;
    height: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -44px;
    transition: all 0.25s ease;
}
.green-arrows .elementor-swiper-button-prev:hover:after,
.green-arrows .elementor-swiper-button-next:hover:after{
    transform: scale(1.2);
}
.arrows-center .elementor-swiper-button-prev,
.arrows-center .elementor-swiper-button-next{
    top: 45%!important;
}*/

.home .navigation-icons{
    display: none!important;
}
.navigation-icons .navigation-icon:hover{
    color: #FFFFFF;
}
.navigation-icons .navigation-icon:hover .elementor-widget-html:nth-child(1) svg path{
    fill: var(--e-global-color-secondary);
}
.navigation-icons .navigation-icon .elementor-widget-heading{
    border-bottom: 4px solid transparent;
    padding-bottom: 5px;
}
.navigation-icons .navigation-icon:hover .elementor-widget-heading{
    border-bottom: 4px solid var(--e-global-color-secondary);
}
.navigation-icons .navigation-icon .navigation-icon-arrow{
    margin-top: -10px;
}
.navigation-icons .navigation-icon:hover .navigation-icon-arrow{
    visibility: hidden;
    opacity: 0;
}
.triangule-bg:before{
    content: ''!important;
    position: absolute!important;
    inset: 0;
    background-color: var(--e-global-color-36e10a7)!important;

    /* Triángulo invertido */
    clip-path: polygon(
    0 0,        /* esquina superior izquierda */
    100% 0,     /* esquina superior derecha */
    50% 100%    /* punta abajo al centro */
    );

    opacity: 1 !important;
}

.map-with-border{
    border: 8px solid #FFFFFF;
}
.custom-tabs .e-n-tab-title{
    cursor: pointer;
}
.custom-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
    text-transform: uppercase;
    font-family: Futura-Bold!important;
}
.custom-tabs .e-n-tab-title[aria-selected="true"]:after{
    content: '';
    width: 35.5px;
    height: 26px;
    background-image: url(images/arrow-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -40px;
}

.custom-accordion .elementor-widget-text-editor{
    font-size: 14px;
}

.contact-form .gform-theme--foundation .gform_fields{
    row-gap: 10px;
}
.contact-form input:not(.gform_button),
.contact-form textarea,
.contact-form select{
    background-color: rgba(255, 255, 255, 0.15)!important;
    border: 1px solid #000000!important;
    outline: none!important;
}
.contact-form textarea{
    padding: 10px !important;
    height: 140px !important;
    min-height: 0px !important;
}
.contact-form .gform_button{
    padding: 0px !important;
    background: transparent!important;
    width: auto !important;
    font-size: 20px !important;
    color: #000000!important;
    border-bottom: 2px solid #000000!important; 
}
.contact-form .gform_button:hover{
    color: #ffffff!important;
    border-bottom: 2px solid #ffffff!important; 
}

.custom-reviews .arrow-left,
.custom-reviews .arrow-right{
    cursor: pointer;
    transition: all 0.25s ease;
}
.custom-reviews .arrow-left:hover,
.custom-reviews .arrow-right:hover{
    transform: scale(1.2);
}
.custom-reviews .elementor-swiper-button-prev,
.custom-reviews .elementor-swiper-button-next{
    visibility: hidden;
}
.custom-reviews .elementor-testimonial__cite{
    display: flex;
    width: 100%;
}
.custom-reviews .elementor-testimonial__cite{
    display: flex;
    flex-direction: row;
}
.custom-reviews .elementor-testimonial__cite .elementor-testimonial__name{
    display: inline-block;
    width: auto;
}
.custom-reviews .elementor-testimonial__cite .elementor-testimonial__title{
    display: inline-block;
    width: auto;
    color: #FFFFFF;
    font-family: 'Helvetica Neue Regular'!important;
}
.custom-reviews .elementor-testimonial__cite .elementor-testimonial__title:before{
    content: '-';
    font-family: "Helvetica Neue Bold"!important;
    margin-left: 10px;
    margin-right: 10px;
}
.custom-profile-cart .eael-team-image img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 8px solid #FFFFFF;
}
.custom-profile-cart .eael-team-member-position{
    margin-bottom: 0px!important;
}
.custom-profile-cart .eael-team-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.icon-list-horizontal .elementor-icon-list-items .elementor-icon-list-item{
    margin-block: calc(30px / 2);
}

.elementor-widget-image img{
    max-width: 100%!important;
}
.agenda-items{
    display: flex;
    align-items: center !important;
}
.agenda-items:before{
    content: '';
    /*font-size: 80px;
    font-family: Futura-Bold!important;*/
    background-image: url(images/agenda-text.svg);
    width: 133px;
    height: 364px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.agenda-items .elementor-post__text{
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    width: 600px;
}
.agenda-items .elementor-post__meta-data{
    margin-bottom: 0px!important;
    display: inline-block;
    width: auto;
}
.agenda-items .elementor-post__title{
    display: inline-block;
    width: auto;
}



/* contenedor general */
.agenda-items {
    position: relative;
}

/* el contenedor de posts necesita espacio a la derecha */
.agenda-items .elementor-posts-container {
    position: relative;
}

/* cada post */
.agenda-items .elementor-post {
    position: relative;
}

/* columna derecha de meses */
.agenda-months-column {
    position: absolute;
    top: 0;
    right: 0;
    width: 328px;
    height: 100%;
    pointer-events: none;
}

/* cada mes */
.agenda-month-label {
    position: absolute;
    right: 0;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,0.45);
    padding-top: 14px;
    transform: none;
}

figure.swiper-slide-inner img{
    width: 100%;
}

.elementor-widget-n-tabs .elementor-widget-html svg{
    max-width: 100%;
}

.page-child div[data-elementor-type="single-page"] > .e-parent{
    z-index: 0;
}

/* opcional: que no se rompa en móvil */
@media (max-width: 767px) {
    .agenda-items .elementor-posts-container {
        padding-right: 0;
    }

    .agenda-months-column {
        display: none;
    }
}

@media(max-width: 1199px){
    .agenda-months-column{
        display: none;
    }
    .agenda-items .elementor-post__text{
        width: 100%;
        column-gap: 20px;
        flex-wrap: wrap;
    }
    /*
    .arrows-center .elementor-swiper-button-prev,
    .green-arrows .elementor-swiper-button-prev{
        top: calc(100% + 30px) !important;
        left: 56px !important;
    }
    .arrows-center .elementor-swiper-button-next,
    .green-arrows .elementor-swiper-button-next{
        top: calc(100% + 30px) !important;
        right: 56px !important;
    }
    */
}

@media(max-width: 767px){
    .home-banner-bg-details{
        background-image: none!important;
        background: #FFF!important;
        min-height: 280px!important;
        margin-top: 0px!important;
    }
    .triangule-bg{
        padding-top: 30px;
    }
    .triangule-bg:before{
        display: none!important;
    }
}
@media(max-width:599px){
    .footer-nieuwsbrief form{
        flex-wrap: wrap;
        gap: 0;
    }
    .footer-nieuwsbrief .gform-body{
        width: 100%;
        min-width: 0px !important;
    }
    .arrows-center .elementor-swiper-button-prev{
        left: 56px !important;
    }
    .arrows-center .elementor-swiper-button-next{
        right: 56px !important;
    }
}