/* 
Theme Name: Online Monkeys
Theme URI: https://www.onlinemonkeys.nl/
Description: Een thema van Online Monkeys
Author: Online Monkeys
Author URI: https://www.onlinemonkeys.nl/
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
*/

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* ------------- BEGIN 404 PAGINA ------------- */
/* ---------------- BEGIN MENU ---------------- */
/* ---------------- BEGIN HOME ---------------- */
/* --------------- BEGIN DETAIL --------------- */
/* --------------- BEGIN CONTACT -------------- */
/* -------------- BEGIN OFFERTE -------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* --------------- BEGIN FOOTER --------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* -------------------------------------------- */

.hide {
    display: none !important;
}

.admin-only {
    display: none !important;
}

.logged-in .admin-only {
    display: block !important;
}

.generic-section {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.left-section {
    padding-right: calc((100vw - 1400px) / 2) !important;
}

.right-section {
    padding-left: calc((100vw - 1400px) / 2) !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.generic-text :is(h1, h2, h3, h4, h5, h6, p, span) {
    text-wrap: balance;
}

input:focus, input:focus-visible, input:focus-within button:focus, button:focus-within, button:focus-visible {
    outline: none !important;
}

.owl-dots > button:not(.active) {
    background-color: var(--e-global-color-text) !important;
}

.owl-dots > button {
    height: 20px;
    width: 20px;
}

.owl-dots > button.active {
    border: 1px solid var(--e-global-color-text) !important;
}

.owl-dots {
    display: flex;
    width: 100px;
    margin: 0 auto;
    justify-content: space-between;
}

p:last-of-type {
    margin-bottom: 0px !important;
}

.btn-cta a {
    filter: drop-shadow(0px 0px 30px rgba(234, 4, 4, 0.65));
    transition: .2s;
}

.btn-cta a:hover {
    filter: drop-shadow(0px 0px 30px rgba(234, 4, 4, 1));
    transition: .2s;
}

.btn-first {
    
}

.btn-second {
    
}

div.geenClass {
    background-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-text);
    background-color: var(--e-global-color-accent);
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent !important;
}

.smoke_red-separator {
    height: 80px;
    width: 2px;
    background: #B51111;
    filter: drop-shadow(0px 3px 6px #FF0000);
    align-self: flex-start;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.copyright a {
    color: inherit;
}
.rank-math-breadcrumb {
    color: #fff;
}

.rank-math-breadcrumb * {
    color: inherit !important;
}

.rank-math-breadcrumb span {
    font-weight: bold;
}

.rank-math-breadcrumb p {
    display: flex;
    gap: 10px;
}
/* -------------------------------------------- */
/* --------------- END ALGEMEEN --------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* -------------------------------------------- */

.elementor-maintenance-mode header,
.elementor-maintenance-mode footer {
    display: none !important;
}

/* -------------------------------------------- */
/* ----------- END BINNENKORT ONLINE ---------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------- BEGIN 404 PAGINA ------------- */
/* -------------------------------------------- */

.error404 header,
.error404 footer {
    display: none !important;
}

/* -------------------------------------------- */
/* -------------- END 404 PAGINA -------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN MENU ---------------- */
/* -------------------------------------------- */

.monkey_menu-popup > .dialog-widget-content > a .eicon-close::before {
    content: "" !important;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(assets/images/close-icon.svg) !important;
    position: relative;
    background-size: contain;
}

.sub-menu li a {
    border-left: none !important;
}

body>.elementor-location-header {
    position: absolute !important;
    width: 100%;
}

.smoke_responsive-menu-trigger a::after {
    content: 'Menu';
    font-family: 'loos-normal';
    position: relative;
    left: 0;
    align-self: center;
    top: -3px;
}

.smoke_responsive-menu-trigger a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

/* -------------------------------------------- */
/* ----------------- END MENU ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN HOME ---------------- */
/* -------------------------------------------- */

.smoke_header-home .elementor-container {
    height: calc(100svh + 120px);
}

.smoke_header-home .elementor-widget-wrap {
    column-gap: 40px;
}

.smoke_header-home::after {
    width: 100vw;
    content: '';
    position: absolute;
    height: 800px;
    left: 0;
    bottom: 0;
    background: rgb(21,21,21);
    background: linear-gradient(0deg, rgba(0.0314, 0.0314, 0.0314, 1) 20%, rgb(0 0 0 / 0%) 70%);
    z-index: 1;
}

.smoke_header-home::before {
    width: 100vw;
    content: '';
    position: absolute;
    height: 200px;
    left: 0;
    bottom: 0;
    background: rgb(21,21,21);
    background: linear-gradient(0deg, rgb(0 0 0) 50%, rgb(1 1 1 / 0%) 100%);
    z-index: 3;
}

.smoke {
    height: 220px;
    width: 100vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    mix-blend-mode: hard-light;
    opacity: .6;
}

.smoke .cloud {
    height: 100%;
    bottom: 0;
    position: relative;
    position: absolute;
    height: 450px;
    width: 100vw;
}

.smoke .cloud-1 {
    background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/clouds_1.png');
    background-repeat: repeat-x;
    background-position: 0px 0%;
    background-position: 590px 0%;
    animation-name: move-cloud-1;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.smoke .cloud-2 {
    background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/clouds_2.png');
    background-repeat: repeat-x;
    background-position: 0px 0%;
    background-position: 992px 0%;
    animation-name: move-cloud-2;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes move-cloud-1 {
  0% {
      background-position: 0 0; 
  }
  100% {
      background-position: 590px 0; 
  }
}

@keyframes move-cloud-2 {
  0% {
      background-position: 0 0; 
  }
  100% {
      background-position: 992px 0; 
  }
}

.smoke_arrangementen-check :where(i, i::before, .elementor-icon) {
    font-size: inherit;
}

.smoke_arrangementen-check

.smoke_arrangement-icon:not(.optioneel) {
    align-items: center !important;
    gap: 15px;
    display: flex;
}

.smoke_arrangement-icon.optioneel {
    align-items: flex-start !important;
    gap: 15px;
}

.smoke_arrangement-icon {
    text-wrap: balance;
}

.smoke_arrangement-icon.optioneel > .elementor-icon {
    transform: translateY(5px);
}

.smoke_arrangement-listing {
    backdrop-filter: blur(10px) brightness(1.5);
}

.smoke_arrangement-listing > .elementor-container {
    height: 100%;
}

.smoke_arrangement-icon img {
    width: 50px;
    aspect-ratio: 1/1;
    border: 1px solid var(--e-global-color-primary);
    padding: 5px;
    border-radius: 40px;
    transition: .2s;
}

.smoke_arrangement-listing:hover .smoke_arrangement-icon img {
    border-color: #fff;
}

.smoke_arrangement-listing::after {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    pointer-events: none;
    background: #00000080;
    top: 0;
    left: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-radius: 30px;
    z-index: 0;
    transition: .3s;
}

.smoke_arrangement-listing:hover::after {
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
}

.smoke_header-home ~ .smoke_home-arrangementen {
	overflow: hidden;
}

.smoke_header-home ~ .smoke_home-arrangementen::before {
    content: '';
    width: 100vw;
    height: 50svh;
    position: absolute;
    z-index: 1;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 50%);
    left: 0;
    transform: scale(-1);
    top: 0;
    pointer-events: none;
}

.smoke_arrangement-listing .elementor-align-justify .elementor-button-text {
    max-width: 200px;
}

.smoke_inclusief-iconlist ul li:not(:first-of-type) {
    background: #1C1C1C;
    margin: 8px 0px;
    padding: 10px 20px;
    border-radius: 15px;
}

.smoke_inclusief-iconlist .elementor-icon-list-text {
    text-wrap: balance;
}

.smoke_inclusief-iconlist ul li:first-of-type {
    margin-bottom: 15px;
}

.smoke_inclusief-iconlist ul li:not(:first-of-type) i {
    transform: translateY(5px);
}

.smoke_arrangementen-grid .jet-listing-grid__items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.smoke_arrangementen-grid .jet-listing-grid__items > .jet-listing-grid__item {
        max-width: calc((100% / 3) - 100px / 3);
}

.smoke_arrangement-listing-button .fa-long-arrow-right::before {
    color: #b51111;
}

.smoke_arrangement-listing-button {
    position: absolute;
    bottom: -60px;
}

.smoke_home-arrangementen::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(360deg, #010101, transparent);
    /* z-index: 99; */
}

.smoke_home-review-slider .jet-listing-grid__items {
    display: flex !important;
    justify-content: center;
}

.smoke_home-review-slider .jet-listing-grid__items > .prev-arrow {
    left: auto;
    transform: translateX(-25px); 
}

.smoke_home-review-slider .jet-listing-grid__items > .next-arrow {
    right: auto;
    transform: translateX(25px) rotate(180deg);
}


/* -------------------------------------------- */
/* ----------------- END HOME ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN DETAIL --------------- */
/* -------------------------------------------- */

.smoke_arrangementen-keuzes .jet-check-list__item-content::before,
.smoke_arrangement-extras li::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    margin-right: 15px;
}

.smoke_arrangement-extras ul {
    list-style: none;
    padding-left: 0;
}

.smoke_arrangement-extras ul li {
    padding: 5px 0;
    border-bottom: 1px solid #404040;
}

.jet-check-list--has-divider .jet-check-list__item {
    margin-top: -1px;
    border-top: 1px solid #404040;
}

.smoke_arrangement-extras :where(.jet-listing-dynamic-field__inline-wrap, .jet-listing-dynamic-field__content) {
    width: 100% !important;
}

.smoke_arrangementen-keuzes .jet-check-list__item-content::before

.smoke_about-bottom-inner .elementor-widget-wrap {
    column-gap: 40px;
}

.smoke_about-inner .elementor-column:last-child > .elementor-widget-wrap {
    width: calc(100% + 50px) !important;
}

.smoke_team-listing :where(.jet-listing-grid__item:nth-of-type(3), .jet-listing-grid__item:nth-of-type(4)) {
    transform: translateX(100px);
}

.smoke_team-section::after {
    width: 100vw;
    content: '';
    position: absolute;
    height: 800px;
    left: 0;
    top: 0;
    background: rgb(21,21,21);
    background: linear-gradient(0deg, rgba(0.0314, 0.0314, 0.0314, 1) 20%, rgb(0 0 0 / 0%) 70%);
    z-index: 0;
    transform: rotate(180deg);
}

.smoke_about-header::before {
    width: 100vw;
    content: '';
    position: absolute;
    height: 300px;
    left: 0;
    bottom: 0;
    background: rgb(21,21,21);
    background: linear-gradient(0deg, rgba(0.0314, 0.0314, 0.0314, 1) 20%, rgb(0 0 0 / 0%) 70%);
    z-index: 1;
    pointer-events: none;
}

/* Veelgestelde vragen */

.veelgesteldevraag-section:not(.active) .veelgesteldevraag-antwoord {
    display: none;
}

.veelgesteldevraag-section.active .veelgesteldevraag-plus {
    display: none;
}

.veelgesteldevraag-section:not(.active) .veelgesteldevraag-min {
    display: none;
}

.veelgesteldevraag-vraag::after {
    content: '';
    background-image: url(assets/images/chev-down.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 8px;
    transition: .2s ease;
}

.veelgesteldevraag-section.active .veelgesteldevraag-vraag::after {
    transform: rotate(180deg);
    top: 4px;
}

/* End veelgestelde vragen */

.jet-check-list {
    margin-top: 5px;
}

/* -------------------------------------------- */
/* ---------------- END DETAIL ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN CONTACT -------------- */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* ---------------- END CONTACT --------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* -------------- BEGIN OFFERTE -------------- */
/* -------------------------------------------- */

.image-choices-choice-text {
    color: #fff !important;
}

:is(.gfield_radio, .gfield_checkbox) .gform-field-label {
    display: flex !important;
    width: fit-content !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 10px;
}

:is(.gfield_radio, .gfield_checkbox) .gform-field-label > .image-choices-choice-image-wrap {
    width: 30px;
    height: 30px;
    background-color: #010101;
    /* border-radius: 100px; */
}

.form_offerte .gfield--input-type-html:nth-of-type(2) h5 {
    margin-top: 0 !important;
}

:is(.gfield_radio, .gfield_checkbox) .gform-field-label > .image-choices-choice-text {
    /* width: calc(100% - 60px) !important; */
    white-space: nowrap;
    font-weight: 600 !important;
    font-family: 'loos-normal' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.ic-theme--simple {
	--ic-image-background-color: unset !important;
	--ic-padding: unset !important;
	--ic-width: unset !important;
	--ic-height: unset !important;
	--ic-width-medium: unset !important;
	--ic-height-medium: unset !important;
	--ic-width-small: unset !important;
	--ic-height-small: unset !important;
}

.form_offerte :where(.gfield_radio, .gfield_checkbox) {
    gap: 20px !important;
    justify-content: center !important;
}

.form_offerte .gf_progressbar {
    margin-bottom: 40px !important;
}

.form_offerte :where(.gfield_radio, .gfield_checkbox) > .gchoice {
    border: 1px solid;
    /* padding: 10px 20px; */
    border-radius: 15px;
}

.form_offerte h5 {
    margin-top: 40px;
}

.form_offerte :where(h5, p) {
    text-align: center;
    font-family: 'loos-normal' !important;
}

.form_offerte .gform_page_footer {
    display: flex;
    justify-content: center;
}

.form_offerte :is(.gfield_radio, .gfield_checkbox) > .gchoice.image-choices-choice-selected {
    background-color: #fff;
    border: 1px solid;
    /* padding: 10px 20px; */
    /* color: #010101 !important; */
    border-radius: 15px !important;
}

.form_offerte .ginput_container_date input {
    width: 100% !important;
}

.form_offerte :is(.gfield_radio, .gfield_checkbox) > .gchoice.image-choices-choice-selected .image-choices-choice-image-wrap {
    border-radius: 100px !important;
}

.form_offerte :where(.gfield_radio, .gfield_checkbox) > .gchoice.image-choices-choice-selected .image-choices-choice-text {
    color: #010101 !important;
}

.form_offerte :where(.gfield_radio, .gfield_checkbox) > .gchoice > label {
    padding: 10px 20px;
}

.gf_progressbar_percentage {
    background-color: #B51111 !important;
    color: #fff !important;
}

.smoke_bedankt-usp::after {
    content: '';
    width: 100vw;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0.0314, 0.0314, 0.0314, 1) 20%, rgb(0 0 0 / 0%) 70%);
    transform: rotate(-180deg);
    z-index: 0;
}

/* -------------------------------------------- */
/* ---------------- END OFFERTE ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* -------------------------------------------- */

.gform_confirmation_wrapper {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 0px;
    background-color: #000000;
    padding: 20px 30px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

body .gform_wrapper {

}

body .gform_wrapper.gform_validation_error .gform_validation_errors {
    border: 1px solid #ff0000;
    border-radius: 0px;
    box-shadow: none;
    background: #ff0000;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 30px;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'loos-normal';
    font-weight: 400;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 span {
    display: none !important;
}

body .gform_wrapper .gform_heading {
    display: none;
}

body .gform_wrapper .gform_body {

}

body .gform_wrapper .gform_body .gform_fields {

}

body .gform_wrapper .gform_body .gform_fields .gfield {

}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    padding: 10px 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    border-radius: 10px;
}

textarea#input_1_5 {}

body .gform_wrapper .gform_body .gform_fields .gfield input::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
    color: #929292;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea {
    border: 1px solid #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    font-size: inherit;
    padding-left: 0px;
    margin-left: 2px;
    color: #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {

}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {

}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description.gfield_validation_message {
    display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent a {
    color: #fff;
    text-decoration: underline;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label a {
    color: #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gfield_required {
    font-size: inherit;
    color: inherit;
    /* text-decoration: underline; */
}

body .gform_wrapper .gform_footer {
    
}

body .gform_wrapper .gform_footer .gform_button {
    font-size: 18px;
    line-height: 1 !important;
    color: #ffffff;
    background-color: var(--e-global-color-primary);
    border: none;
    border-radius: 15px;
    padding: 20px 25px;
    font-weight: 500;
    margin-left: auto;
    filter: drop-shadow(0px 0px 30px rgba(234, 4, 4, 0.65));
}

.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-primary);
    color: #fff;
}

p.gf_progressbar_title {
    margin-bottom: 5px !important;
}

/* -------------------------------------------- */
/* ------------- END GRAVITY FORM ------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN FOOTER --------------- */
/* -------------------------------------------- */

.smoke_footer-section {
	overflow: hidden;
}

.smoke_footer-section::before {
    content: '';
    width: 100vw;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 50%);
    z-index: 2;
    pointer-events: none;
}

.smoke_footer-section .elementor-icon-list-item .elementor-icon-list-icon {
    transform: translateY(3px);
}

.smoke_footer-inner .elementor-widget-wrap {
    display: block !important;
    width: auto;
}

.smoke_footer-inner .elementor-column {
    width: fit-content;
}

.smoke_footer-inner .elementor-container {
    justify-content: space-between;
}

.smoke_footer-arrangementen ul {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 220px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: auto;
    column-gap: 80px; 
    justify-items: stretch;
}

.smoke_footer-arrangementen ul {
    width: max-content;
}

.footer_recaptcha a {
    color: #ffffff;
    text-decoration: underline;
}

/* -------------------------------------------- */
/* ---------------- END FOOTER ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

@media only screen and (max-width: 1555px) {
    .left-section {
        padding-right: 5% !important;
    }
    .right-section {
        padding-left: 5% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .smoke_arrangementen-grid .jet-listing-grid__items {
        gap: 30px
    }
        body .gform_wrapper .gform_body .gform_fields .gfield input,
        body .gform_wrapper .gform_body .gform_fields .gfield textarea,
        body .gform_wrapper .gform_body .gform_fields .gfield select {
        padding: 10px 15px;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px !important;
        border-radius: 10px;
    }
    .gform_next_button {
        font-size: 16px !important;
        padding: 15px 25px 15px 25px !important;
    }
    body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
        font-size: 16px;
    }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1 !important;
    }
    .veelgesteldevraag-vraag::after {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .smoke_arrangementen-grid .jet-listing-grid__items {
        gap: 20px;
    }
    .smoke_footer-inner .elementor-container {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .smoke_footer-inner .elementor-container > .elementor-column {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .smoke_team-listing :where(.jet-listing-grid__item:nth-of-type(3), .jet-listing-grid__item:nth-of-type(4)) {
        transform: none;
    }
    .smoke_about-header::before {
        height: 200px;
    }
    body .gform_wrapper .gform_footer .gform_button {
        font-size: 16px;
    }

    .generic-section.smoke_usp .elementor-column {
        width: 100% !important;
    }
    body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
        font-size: 14px;
    }
    .footer-bottom-copyright {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .smoke_arrangementen-grid .jet-listing-grid__items > .jet-listing-grid__item {
        max-width: calc((100% / 2) - 20px / 2);
    }
    .smoke_inclusief-iconlist.home {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .smoke_red-separator {
        display: none;
    }
	.smoke_arrangementen-grid .jet-listing-grid__items > .jet-listing-grid__item {
        max-width: 100%;
        width: 100% !important;
        min-width: 100%;
    }
    .smoke_about-foto {
        filter: brightness(0.8);
    }
    .smoke_header-home .elementor-container {
        height: unset;
    }
    .smoke {
        top: 90svh;
        opacity: .6;
    }
    .smoke_header-home::before {
        top: 95svh;
    }
    .smoke_header-home,
    .smoke_team-section,
    .smoke_home-arrangementen {
        background-image: unset !important;
    }
    .smoke_header-home ul {
        gap: 6px;
    }
    .smoke_responsive-menu-trigger a::after {
        font-size: 16px;
    }
    
}

/* -------------------------------------------- */
/* -------------- END RESPONSIVE -------------- */
/* -------------------------------------------- */