/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*ALGEMEEN*/
/*Kruisje weg in zoekbalk */
input.elementor-search-form__input::-webkit-search-cancel-button {
	display: none;
}
body {
	overflow-x: hidden !important;
}
button {
	border: 0px;
}
a:focus-visible {
	outline: none !important;
}
.booking-button {
  position: fixed;
  right: -150px;
  bottom: 0px;
	display: flex;
  transform: rotate(90deg) translateY(50%);
  transform-origin: right center;
  background-color: var( --e-global-color-primary ) !important;
  color: white !important;
  border-radius: 0 0 20px 20px !important;
  z-index: 9999;
  border: 0px !important;
  pointer-events: none;
}
.booking-button img {
	width: 22px; 
	height: auto;
	margin-right: 20px;
}
.open-booking-pop-up {
	cursor: pointer;
}
.open-booking-pop-up:hover {
	color: #fff;
}
.secundaire-btn-beige {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 200;
  line-height: 26px !important;
  font-size: 18px;
  color: var(--e-global-color-accent) !important;
  text-decoration: underline !important;
  transition: color 0.3s ease;
}

.secundaire-btn-beige::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23D4CBB9" stroke-width="2" viewBox="0 0 24 24"><path d="M5 12h14M13 6l6 6-6 6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.secundaire-btn-beige:hover::after {
  transform: translateX(6px);
}
.secundaire-btn-brown {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 200;
  line-height: 26px !important;
  font-size: 18px;
  color: var(--e-global-color-text) !important;
  text-decoration: underline !important;
  transition: color 0.3s ease;
}

.secundaire-btn-brown::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23403432" stroke-width="2" viewBox="0 0 24 24"><path d="M5 12h14M13 6l6 6-6 6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.secundaire-btn-brown:hover::after {
  transform: translateX(6px);
}
.secundaire-btn-white {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 200;
  line-height: 26px !important;
  font-size: 18px;
  color: #fff !important;
  text-decoration: underline !important;
  transition: color 0.3s ease;
}

.secundaire-btn-white::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23FFFFFF" stroke-width="2" viewBox="0 0 24 24"><path d="M5 12h14M13 6l6 6-6 6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.secundaire-btn-white:hover::after {
  transform: translateX(6px);
}
.secundaire-btn-groen {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 200;
  font-size: 18px;
	line-break: 26px !important;
  color: #658079;
  text-decoration: underline !important;
  transition: color 0.3s ease;
}

.secundaire-btn-groen::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23658079" stroke-width="2" viewBox="0 0 24 24"><path d="M5 12h14M13 6l6 6-6 6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.secundaire-btn-groen:hover {
	color: #658079;
}
.secundaire-btn-groen:hover::after {
  transform: translateX(4px);
}
.back-btn-brown {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 200;
  line-height: 26px !important;
  font-size: 18px;
  color: var(--e-global-color-text) !important;
  text-decoration: underline !important;
  transition: color 0.3s ease;
}

.back-btn-brown::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23403432" stroke-width="2" viewBox="0 0 24 24"><path d="M19 12H5m6 6-6-6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.back-btn-brown:hover::before {
  transform: translateX(-6px);
}
#next-slide-arrow, #prev-slide-arrow {
	cursor: pointer;
}
.carousel-wrapper {
	overflow-x: hidden !important;
}
/*END ALGEMEEN*/

/*HEADER*/
.main-header {
	min-width: 100%;
}
.custom-menu-item {
  position: relative;
  text-decoration: none;
  color: white;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.35px;
	margin-right: 40px;
}
.custom-menu-item:last-child {
  margin-right: 0;
}
.custom-menu-item:hover {
  color: white;
}
.custom-menu-item::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  width: 16px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease;
}

/* Op hover of wanneer actief */
.custom-menu-item:hover::after,
.custom-menu-item.active::after {
  transform: translateX(-50%) scaleX(1);
}
/*END HEADER*/
/*ACCOMMODATIE*/
.custom-carousel-foto-carousel .swiper {
    clip-path: inset(0 -9999px 0 -9999px) !important;
    overflow: visible !important;
}
.custom-check-bullets {
	padding-left: 20px;
    line-height: 40px;
}
.custom-check-bullets li {
    padding-left: 10px;
    margin-top: -6px;
    list-style-image: url(/wp-content/uploads/2025/05/neffe-ons-check-icon-dark.svg);
}
.custom-check-bullets li::marker {
    font-size: 32px;
}
.custom-bullet {
    width: 30px;
    height: 30px;
    background-color: #1e1e1e;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 0.3s ease;
    z-index: 1;
    overflow: visible;
}
/*ACCOMMODATIE*/

/*BLOG*/
.elementor-post-info__terms-list-item {
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  padding: 8px 12px;
  font-size: 12px !important;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.elementor-post-info__terms-list-item:last-child {
  margin-right: 0;
}
.single-post .elementor-widget-theme-post-content img {
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}
.single-post .elementor-widget-theme-post-content a {
	color: var(--e-global-color-secondary);
	font-weight: 200;
	text-decoration: underline;
}
.single-post .elementor-widget-theme-post-content h2 {
	font-size: clamp(1.8rem, 2.875vw, 2.875rem);
	line-height: clamp(2.2rem, 3.5vw, 3.5rem);
}
.single-post .elementor-widget-theme-post-content h3 {
	font-size: clamp(1.6rem, 2.25vw, 2.25rem);
	line-height: clamp(2rem, 2.875vw, 2.875rem);
}
.single-post .elementor-widget-theme-post-content h4 {
	font-size: clamp(1.4rem, 1.625vw, 1.625rem);
	line-height: clamp(1.8rem, 2.25vw, 2.25rem);
}
.single-post .elementor-widget-theme-post-content h5 {
	font-size: clamp(1.2rem, 1.25vw, 1.25rem);
	line-height: clamp(1.6rem, 1.75vw, 1.75rem);
}
.single-post .elementor-widget-theme-post-content .gallery {
	display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.single-post .elementor-widget-theme-post-content .gallery-item {
	width: 31%;
	flex-grow: 1;
	margin: 0px;
}
.single-post .elementor-widget-theme-post-content .gallery-item img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
}
.jet-select__control:focus-visible {
	outline: unset !important;
}
/*END BLOG*/

/*FORMULIEREN*/
     .wpforms-container-full {
        visibility: unset !important;
		margin: 0px auto !important;
    }
    div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
        margin-top: -15px;
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        margin-bottom: 10px !important;
		font-weight: 400 !important;
    }

    
    div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
        font-size: 16px !important;
        height: 60px !important;
		border: 0px !important;
		box-shadow: none !important;
    }
div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
	display: none;
}
    div.wpforms-container-full .wpforms-form textarea {
        height: 150px !important;
    }
    
.wpforms-field-large option.placeholder {
	color: var(--e-global-color-e1fe86b) !important;
}
    div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
        font-family: var(--e-global-typography-13a51bb-font-family), Sans-serif;
		font-size: var(--e-global-typography-13a51bb-font-size);
		font-weight: var(--e-global-typography-13a51bb-font-weight);
		line-height: var(--e-global-typography-13a51bb-line-height);
		padding: 19px 32px 19px 32px;
		height: 60px;
        margin-top: 10px;
    }
    div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
        background: var(--e-global-color-primary)!important;
        transition: all, .3s;
    }

    div.wpforms-container-full .wpforms-form label.wpforms-error {
        margin-top: 10px;
    }

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: transparent !important;
	border: 0px !important;
	padding: 10px 0px 0px 0px !important;
	color: var(--e-global-color-text) !important;
}
.wpforms-field-html:not(:first-child) {
	padding-top: 30px !important;
	
} 
/*END FORMULIEREN*/

/*FOOTER*/
/* Algemene opmaak voor de footer */
.site-footer {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
    width: 100% !important; 
    max-width: 100% !important;
    color: #ffffff;
    line-height: 36px;
    background-color: var(--e-global-color-8ca45ab);
}
.site-footer h5 {
	font-size: clamp(1.4rem, 2.5vw, 1.625rem) !important;  
  	line-height: 1.38 !important;
    margin-bottom: 16px !important;
}
.site-footer .outer-wrapper {
	z-index: 2;
	position: relative;
}
/* Inner-wrapper met maximale breedte van 1400px en centreren */
.site-footer .inner-wrapper {
    margin: auto;
    padding: 0 30px;
}
.site-footer .content-container {
    width: 100%;
    padding: 0px 30px;
}
/* Flex-opmaak voor de content-container */
.site-footer .content-container .inner-wrapper {
    max-width: 1600px;
    padding: 100px 0px 70px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .grid-item:first-child {
	flex: 1 1 calc(40% - 30px);
}
.site-footer .grid-item {
    flex: 1 1 calc(20% - 30px);
}
.site-footer .footer-logo {
	max-width: 300px;
	padding: 8px 30px 15px 30px;
	width: 100%;
}
.site-footer .footer-icons {
	margin-top: 30px;
}
.site-footer .footer-icons img {
	width: 28px;
	margin-right: 10px;
}
.site-footer ul {
    list-style: none;
    padding-left: 0px;
}
.site-footer .copyright-bar {
    padding: 0px 30px;
}
.site-footer .copyright-bar span {
	margin-right: 30px;
}
.site-footer .copyright-bar a, .site-footer .copyright-bar p {
    font-size: 14px;
    margin-bottom: 0px;
}
.site-footer .secundaire-btn-beige {
	margin-top: 20px;
}
/* Flex-opmaak voor de copyright-bar */
.site-footer .copyright-bar .inner-wrapper {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

/* Uitlijning voor de drie kolommen van de copyright-bar */
.site-footer .copyright-bar .grid-item:first-child {
    text-align: left; /* Linker item */
    flex: 1 1 calc(50% - 30px); /* Eerste item krijgt 50% van de ruimte */
}
.site-footer .copyright-bar .grid-item:nth-child(2) {
    text-align: right; /* Rechter item */
    flex: 1 1 calc(50% - 30px); /* Eerste item krijgt 50% van de ruimte */
}

/* Kleur voor links en tekst in de footer */
.site-footer h5,
.site-footer a,
.site-footer p {
    color: #ffffff;
	line-height: 40px;
	margin-bottom: 0px;
}

.site-footer a:hover {
    color: #ffffff;
}

/*END FOOTER*/