@media (min-width: 850px) {
    #page-content > div {
        max-width: 850px;
    }
}

#page-content p strong {
    font-weight: 600;
}

#page-content h2 {
    margin-top: 2rem !important;
    margin-bottom: 1.5rem;
}

#page-content .custom-button {
    border: 1px solid black;
}

#page-content .elementor-widget-container > * {
  margin-top: 0;
}

figure {
    position: relative;
}

figure.wp-caption {
    margin-bottom: 2.5rem;
}

figcaption.wp-caption-text {
   font-size: 14px;
  margin-top: 1rem;
  font-style: normal;
  position: absolute;
  left: 0;
}

@media (max-width: 1024px) {
    figcaption.wp-caption-text {
        font-size: 10px;
        margin-top: 10px;
    }
}

.carousel-partner-logo {
    max-width: 240px;
    width: 100%;
    filter: brightness(15%);
    display: block;
}

.logo-carousel {
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-partner-logo {
    max-width: 180px;
    width: 100%;
    transition: filter 0.3s ease-in-out;
    filter: brightness(15%);
}

@media (max-width: 768px) {
    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .partner-grid {
        grid-template-columns: 1fr;
    }
}

.custom-post-slider {
    display: flex;
    gap: 12vw;
    max-width: 1600px;
    margin: auto;
}
.custom-post-slider .swiper-wrapper {
    margin-top: -20vw;
}
.custom-post-slider a {
    color: black;
    margin: 0;
    width: fit-content;
}
.custom-post-slider .swiper-slide {
    width: 840px;
    transition: opacity 0.1s ease-in-out;
    justify-content: flex-start;
    overflow: hidden;
}
.custom-post-slider__left {
    background: #fff;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.custom-post-slider .custom-button {
    border: 1px solid black;
}
.swiper-counter {
    font-family: "Mono45";
    font-size: 36px;    
}
.swiper-wrapper {
    width: unset;
    flex-grow: 1; 
    min-width: 0;
}
.post-thumbnail {
    width: 44vw;
    aspect-ratio: 16 / 9;
}
.post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.custom-post-slider .post-thumbnail img {
    height: 100% !important;
    object-fit: cover;
}
.post-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-family: "Jokker";
    margin-top: 36px;
    max-width: 44vw;
}
.post-info p {
    font-family: "Mono45";
    font-size: 24px;
    margin: 0;
}
.post-info h3 {
    font-size: 42px;
    margin: 0;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}
.swiper-buttons {
    display: flex;
    gap: 100px;
}
.swiper-button-next, .swiper-button-prev {
    position: initial;
    width: 204px;
    height: 204px;
    color: black;
}
.swiper-button-disabled {
    opacity: 1;
    color: #D0C5C0;
}
.swiper-notification {
    display: none;
}
@media (min-width: 1024px) {
    .hidden-slide {
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
}
@media (max-width: 1024px) {
    .custom-post-slider {
        flex-direction: column-reverse;
        width: 100%;
        margin-top: -6rem;
    }
    .custom-post-slider .post-slide-content,
    .custom-post-slider .swiper-slide,
    .post-thumbnail {
        width: 100%;
        max-width: 75vw;
    }
    .custom-post-slider .swiper-wrapper {
        margin-top: 0;
    }
    .swiper-button-next, .swiper-button-prev {
        position: initial;
        width: 72px;
        height: 85px;
        color: black;
        margin: 0;
    }
    .swiper-buttons {
        gap: 2rem;
    }
    .post-info {
        gap: 1rem;
        margin-top: 22px;
        max-width: unset;
    }
    .post-info p {
        font-size: 12px;
    }
    .post-info h3 {
        font-size: 24px;
    }
}

.event-box {
    display: flex;
    gap: 48px;
    align-items: center;
    color: #000;
    position: relative;
}

.event-box.home-style {
    gap: 30px;
    padding: 26px 20px;
    border-bottom: 1px solid black;
}

.home-title {
    font-weight: 500;
    font-size: 24px;
}

.date-circle {
    width: 99px;
    height: 99px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    font-family: "Mono45";
    font-size: 30px;
    align-items: center;
    justify-content: flex-end;
    line-height: 47px;
    aspect-ratio: 1/1;
}

@media (max-width: 1024px) {
    .date-circle {
        line-height: 32px;
    }
}

.details {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 18px;
}

.details span {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.details svg {
    width: 24px;
    height: 24px;
}

.day {
    border-bottom: 1px solid white;
}

.event-content h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.events-loop a:first-child .event-box {
    border-top: 1px solid black;
}

.event-box.home-style {

}

.event-box.home-style:after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-black.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 36px);
    right: 0;
}

.event-box.home-style:hover h3 {
    text-decoration: underline;
}

.event-box.home-style:hover:after {
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .event-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 23px;
    }
    .details {
        font-size: 14px;
    }
    .details svg {
        width: 16px;
        height: 16px;
    }
    .date-circle {
        width: 68px;
        height: 68px;
        font-size: 22px;
    }
    .event-content h3 {
        font-size: 18px;
    }
}
/* ==========================================================================
   BUTTONS - Base Styles
   ========================================================================== */

.custom-button,
.custom-button-wrapper a,
.button-with-icon a {
    color: black !important;
}

.custom-button,
.custom-button-wrapper a,
.button-with-icon a,
.custom-button.custom-button-alt {
    display: inline-block !important;
    position: relative !important;
    margin: 1rem 1rem 0 0 !important;
    padding: 24px 64px 24px 30px !important;
    font-size: 24px !important;
    line-height: 18px;
}

.custom-button .elementor-button-icon {
    display: none;
}

/* Button Arrow (::after) */
.custom-button span:after,
.custom-button-wrapper a:after,
.button-with-icon a:after,
button.custom-button:after {
    content: "";
    display: inline-block;
    position: absolute !important;
    top: 5% !important;
  right: 0 !important;
  width: 45px !important;
  height: 45px !important;
    margin-left: 6px !important;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-black.svg');
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* ==========================================================================
   BUTTONS - Hover States
   ========================================================================== */

.custom-button:hover,
.elementor-button:hover,
.button-with-icon a:hover {
    color: #EBE7E5 !important;
    background: black !important;
}

.custom-button:hover,
.custom-button:hover path,
.custom-button:hover line,
.elementor-button:hover path,
.elementor-button:hover line {
    stroke: white !important;
}

.custom-button:hover span:after,
.elementor-button:hover:after,
button.custom-button:hover:after {
    top: 21% !important;
  right: 3% !important;
  width: 36px !important;
  height: 36px !important;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-right.svg');
}

/* ==========================================================================
   BUTTONS - Alt Variant (transparent with border)
   ========================================================================== */

.custom-button.custom-button-alt {
    background: transparent !important;
    border: 1px solid #D0C5C0 !important;
}

.custom-button.custom-button-alt:after {
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-sand.svg') !important;
}

.custom-button.custom-button-alt:hover {
    background: #D0C5C0 !important;
    color: black !important;
}

.custom-button.custom-button-alt:hover:after {
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-right-black.svg') !important;
}

/* ==========================================================================
   BUTTONS - Inverted Variant
   ========================================================================== */

.button-with-icon.button-inverted a {
    color: white !important;
    background: black !important;
}

.button-with-icon.button-inverted a:after {
    top: 8% !important;
  right: 0px !important;
  width: 45px !important;
  height: 45px !important;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-white.svg') !important;
}

.button-with-icon.button-inverted a:hover {
    color: black !important;
    background: #EBE7E5 !important;
}

.button-with-icon.button-inverted a:hover:after {
    top: 23% !important;
  right: 4% !important;
  width: 34px !important;
  height: 36px !important;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-right-black.svg') !important;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

#main-menu .current-menu-ancestor:before,
#main-menu .has-submenu.highlighted:before {
    content: "";
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    max-width: 45%;
    height: 3px;
    background: var(--e-global-color-0a969d8);
    z-index: 2;
    opacity: 1;
}

/* ==========================================================================
   SELECT2 DROPDOWNS
   ========================================================================== */

.select2-container {
    position: relative;
}

.select2.select2-container {
    padding: 0 16px;
}

.select2-container--default {
    width: 100% !important;
}

.gfield--type-select {
    margin: 2px 0 12px;
  background: #d0c5c0;
  color: black !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    display: flex;
    align-items: center;
    border: none;
    height: 40px;
}

@media (max-width: 767px) {
    .select2-container--default .select2-selection--single {
        height: 48px;
    }
}

@media (min-width: 1024px) {
    .select2-container--default .select2-selection--single {
        height: 50px;
        padding: 2px 0 !important;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
    }
    
    .gfield--type-select {
        margin: 12px 0 26px;
    }
    
    .select2.select2-container {
        padding: 13px 30px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    padding-left: 0;
}

.select2-dropdown {
    background-color: #000;
    border: 1px solid #D0C5C0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 230px !important;
}

.select2-results__options li:first-child {
    display: none !important;
}

.select2-container--default .select2-results__option {
    padding: 12px 16px;
    background-color: #000;
    border-top: 1px solid #D0C5C0 !important;
    color: #999;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #D0C5C0;
    color: black !important;
}

@media (min-width: 1024px) {
    .select2-container--default .select2-results__option {
        padding: 23px 30px;
    }
}

/* ==========================================================================
   GRAVITY FORMS
   ========================================================================== */

.gform_wrapper form {
    margin-top: 26px !important;
}

.gform_wrapper * {
    color: #D0C5C0 !important;
}

.gform_wrapper label {
    display: none;
}

.gform_wrapper .gform_submission_error {
    font-size: 12px;
    line-height: 1;
}

.gform_wrapper .gform_title {
    margin-top: 20px;
    font-family: "Mono45", Sans-Serif;
    font-size: 30px;
    line-height: 1;
}

.gform_wrapper .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    max-width: 850px;
    padding: 4px 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #D0C5C0 !important;
    border-radius: 0 !important;
    font-family: "Jokker" !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #D0C5C0 !important;
}

.gform_wrapper textarea {
    height: 115px;
    padding: 14px !important;
    border: 1px solid #D0C5C0 !important;
}

.gform_wrapper select:focus {
    outline: none;
    border-bottom-color: #fff;
    color: #fff;
}

.gform_button.custom-button {
    margin-top: 28px !important;
}

.gform_wrapper .validation_message {
    margin-top: 4px;
    font-size: 11px;
}

#footer-newsletter-section .gform_wrapper label {
    display: flex;
  gap: .5rem;
  margin-bottom: 8px;
}

#footer-newsletter-section .gfield-choice-input {
    display: none;
}

#footer-newsletter-section .ginput_container_radio .gform-field-label::before {
  background: #D0C5C0;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  margin-right: 8px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #000;
  border-color: #D0C5C0;
}

.gchoice input[type="radio"]:checked + label::before {
  background-color: black !important;
}

#footer-newsletter-section fieldset {
    padding: 1rem 0;
  border: 0;
  margin-top: 1rem;
}

#footer-newsletter-section .gform_title {
    margin-top: 0 !important;
}

@media (max-width: 1024px) {
  #footer-newsletter-section .ginput_container_radio .gform-field-label::before {
    height: 11px;
    width: 11px;
  }
}

@media (min-width: 768px) {
    .gform_wrapper .gform_title {
        font-size: 36px;
    }

    .gform_wrapper .validation_message {
        font-size: 16px;
    }     

    .gform_wrapper input,
    .gform_wrapper textarea,
    .gform_wrapper select {
        font-size: 18px !important;
    }
    
    .gform_button.custom-button {
        margin-top: 44px !important;
    }

    .gform_wrapper .gform_submission_error {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .gform_wrapper form {
        margin-top: 36px !important;
    }
    
    .gform_wrapper .gform_title {
        margin-top: 34px !important;
        font-size: 66px;
    }

    .gform_wrapper .validation_message {
        font-size: 20px;
    }     
    
    .gform_wrapper input,
    .gform_wrapper textarea,
    .gform_wrapper select {
        font-size: 24px !important;
        padding: 8px 0 !important;
    }
    
    .gform_wrapper textarea {
        height: 176px;
        padding: 22px 30px !important;
    }
    
    .gform_button.custom-button {
        margin-top: 60px !important;
        padding-right: 78px !important;
    }

    .gform_wrapper .gform_submission_error {
        font-size: 18px;
    }
}

/* Alternatief als .gform_wrapper dieper genest zit */
.gform_wrapper * {
    color: #000 !important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    color: #000 !important;
    border-bottom-color: #000 !important;
}
.gform_wrapper textarea {
    border-color: #000 !important;
}

/* Footer newsletter overschrijft terug naar origineel */
#footer-newsletter-section .gform_wrapper * {
    color: #D0C5C0 !important;
}
#footer-newsletter-section .gform_wrapper input,
#footer-newsletter-section .gform_wrapper textarea,
#footer-newsletter-section .gform_wrapper select {
    color: #D0C5C0 !important;
    border-bottom-color: #D0C5C0 !important;
}
#footer-newsletter-section .gform_wrapper textarea {
    border-color: #D0C5C0 !important;
}

/* Footer form overschrijft terug naar origineel */
#footer-form-section .gform_wrapper p,
#footer-form-section .gform_wrapper .gform_title,
#footer-form-section .gform_wrapper input,
#footer-form-section .gform_wrapper textarea,
#footer-form-section .gform_wrapper select {
    color: #D0C5C0 !important;
    border-bottom-color: #D0C5C0 !important;
}
#footer-form-section .gform_wrapper textarea {
    border-color: #D0C5C0 !important;
}

#footer-form-section .select2-results__option,
#footer-form-section .custom-button.custom-button-alt.gform_button {
    color: #D0C5C0 !important;
}

#footer-form-section .custom-button.custom-button-alt.gform_button:hover {
    color: black !important;
}

#footer-form-section .gform_wrapper .select2 .select2-selection * {
    color: #000 !important;
}

#footer-form-section .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #000 !important;
}

/* ==========================================================================
   GENERAL / MISC
   ========================================================================== */

blockquote {
    margin: 0 0 8px 0;
    padding-bottom: 8px;
}

blockquote p {
    margin: 0;
}

.elementor a {
    word-break: break-word;
}

.profile-pic {
    width: 116px;
    height: 116px;
    border-radius: 100% !important;
}

/* ==========================================================================
   RESPONSIVE - Mobile (max-width: 1024px)
   ========================================================================== */

@media (max-width: 1024px) {

    /* Navigation */
    #main-menu .current-menu-ancestor:before {
        display: none;
    }

    /* Buttons */
    .custom-button,
    .custom-button-wrapper a,
    .button-with-icon a,
    .button-with-icon.button-inverted a,
    .custom-button.custom-button-alt {
        padding: 12px 48px 12px 12px !important;
        font-size: 12px !important;
        line-height: 12px;
    }

    /* Button arrows */
    .custom-button span:after,
    .custom-button-wrapper a:after,
    .button-with-icon a:after,
    button.custom-button:after,
    .button-with-icon.button-inverted a:after {
        top: 10% !important;
        right: 4% !important;
        width: 24px !important;
        height: 24px !important;
    }

    /* Button arrows - hover */
    .custom-button:hover span:after,
    .elementor-button:hover:after,
    button.custom-button:hover:after,
    .button-with-icon.button-inverted a:hover:after {
        top: 18% !important;
        right: 6% !important;
        width: 22px !important;
        height: 22px !important;
        background-image: url('/wp-content/themes/hello-elementor-child/assets/img/ccn-arrow-right.svg');
    }
}

/* ==========================================================================
   SELECT2 ARROW OVERRIDE
   ========================================================================== */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important; 
    border: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    display: block;
    visibility: hidden;
}

/* De container voor de pijl */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 16px;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/img/chevron-down-black.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

@media (min-width: 1024px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 30px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow:after {
        width: 23px;
        height: 11px;
    }
}

a.rent-room-nav-btn {
    background: #EF7F78;
    color: #000 !important;
    padding: 24px 20px !important;
    transition: opacity 0.1s ease !important;
}

a.rent-room-nav-btn:hover {
    opacity: 0.8;
}

a.rent-room-nav-btn::after {
    display: none;
}

.gform_wrapper input:focus,
.gform_wrapper input:focus-visible,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:focus-visible,
.gform_wrapper select:focus,
.gform_wrapper select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:focus-visible,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

#footer-form-section .gform_confirmation_message {
  color: #D0C5C0 !important;
}