/*
Theme Name: Hello Elementor Child
Theme URI: https://www.onlinemonkeys.nl/
Description: Child theme voor Hello Elementor (hello-elementor). Bewaart aanpassingen bij updates.
Author: Online Monkeys
Author URI: https://www.onlinemonkeys.nl/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-custom
*/

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* ----------------- BEGIN 404 ---------------- */
/* --------------- BEGIN HEADER --------------- */
/* --------------- BEGIN FOOTER --------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* ---------------- BEGIN HOME ---------------- */
/* --------------- BEGIN DETAIL --------------- */
/* -------------- BEGIN PORTFOLIO ------------- */
/* ---------------- BEGIN TEAM ---------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

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

body {
    padding-top: 20px !important;
}

.hide {
    display: none !important;
}

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

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

header > .e-con-boxed.e-parent,
[data-elementor-type="page"] > .e-con-boxed.e-parent,
[data-elementor-type="wp-page"] > .e-con-boxed.e-parent,
[data-elementor-type="error-404"] > .e-con-boxed.e-parent,
[data-elementor-type="single-post"] > .e-con-boxed.e-parent,
[data-elementor-type="single-page"].portfolio > .e-con-boxed.e-parent,
[data-elementor-type="archive"] > .e-con-boxed.e-parent,
footer > .e-con-boxed.e-parent {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-wrap: balance;
}

p:first-of-type {
    margin-top: 0px !important;
}

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

.jet-listing-grid a.jet-engine-listing-overlay-link { 
    z-index: 1;
}

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

table {
    border-spacing: 0px !important;
}

table.openingstijden_tabel {
    width: 100%;
}

table.openingstijden_tabel tr {

}

table.openingstijden_tabel tr td {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid blue;
    color: blue;
}

table.openingstijden_tabel tr:first-of-type td {
    padding: 0px 10px 10px 0px;
}

table.openingstijden_tabel tr:last-of-type td {
    padding: 10px 10px 0px 0px;
    border-bottom: none !important;
}

/* ------------ */
/* Button First */
/* ------------ */
.btn_first a.elementor-button {
    /* background-color: orange;
    border-color: orange;
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    color: var(--e-global-color-text); */
}

.btn_first a.elementor-button:hover {
    /* background-color: orange;
    border-color: orange;
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    color: var(--e-global-color-text); */
}

/* ------------- */
/* Button Second */
/* ------------- */
.btn_second a.elementor-button {
    background-color: #ffffff;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    color: var(--e-global-color-text);
}

.btn_second a.elementor-button:hover {

}

/* ----------- */
/* Button Third */
/* ----------- */
.btn_third a.elementor-button {
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    color: var(--e-global-color-text);
}

.btn_third a.elementor-button span.elementor-button-icon {
    font-size: 8px;
}

.btn_third a.elementor-button span.elementor-button-icon svg {
    fill: var(--e-global-color-text);
}

.btn_third a.elementor-button span.elementor-button-text {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--e-global-color-text);
}

.btn_third a.elementor-button:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--e-global-color-text);
}

/* ----------- */
/* Button Third White */
/* ----------- */

.btn_third_white a.elementor-button {
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    color: #ffffff;
}

.btn_third_white a.elementor-button span.elementor-button-icon {
    font-size: 8px;
}

.btn_third_white a.elementor-button span.elementor-button-icon svg {
    fill: #ffffff;
}

.btn_third_white a.elementor-button span.elementor-button-text {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
}

.btn_third_white a.elementor-button:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}

/* -------------------------------------------- */
/* --------------- END ALGEMEEN --------------- */
/* -------------------------------------------- */

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

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

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

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

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

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

/* -------------------------------------------- */
/* --------------- BEGIN HEADER --------------- */
/* -------------------------------------------- */

/* header {
    display: none !important;
} */

.top_bar {

}

.top_bar .top_bar_menu {

}

.header_top {
    
}

.header_top .header_top_logo {

}

.header_top .header_top_menu {

}

.header_top .header_top_icon {
    line-height: 0;
}

.header_top .header_top_icon .elementor-icon i {
    color: var(--e-global-color-primary);
}

.header_breadcrumb {
    
}

.header_breadcrumb > .e-con-inner {
    margin-top: 30px !important;
}

.header_breadcrumb .rank-math-breadcrumb {
    font-size: 0.8em;
    color: var(--e-global-color-text);
    text-align: right;
}

.header_breadcrumb .rank-math-breadcrumb p {
    font-weight: 400;
}

.header_breadcrumb .rank-math-breadcrumb p a {

}

.header_breadcrumb .rank-math-breadcrumb p .separator {
    margin: 0px 5px;
}

.header_breadcrumb .rank-math-breadcrumb p .last {
    color: var(--e-global-color-text);
    display: inline-block;
    max-width: 40ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    color: var(--e-global-color-text);
    font-weight: 800;
}

/* ----------- */
/* Sticky menu */
/* ----------- */
.header_top .header_top_container.elementor-sticky--effects {
    max-width: max-content;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header_top .header_top_container.elementor-sticky--active.elementor-sticky--effects {
    inset-inline-start: 0 !important;
    inset-inline-end: 0 !important;
    margin-inline: auto !important;
}

.header_top .header_top_container.elementor-sticky--effects .header_top_logo img {
    width: 35px;
    transition: width 0.3s ease;
}

.header_top .header_top_container.elementor-sticky--effects .header_top_menu ul > li > a {
    font-size: 0.8em !important;
}

.header_top .header_top_container.elementor-sticky--effects .btn_second a.elementor-button {
    font-size: 0.8em;
}

.header_top .header_top_container.elementor-sticky--effects .header_top_icon .elementor-icon {
    padding: 11.5px;
}

/* ----------- */
/* Pop-up menu */
/* ----------- */
.popup_menu {

}

.popup_menu > .dialog-widget-content a.dialog-close-button svg {
    display: none !important;
}

.popup_menu > .dialog-widget-content a.dialog-close-button {
    padding: 0px 0px;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
}
  
.popup_menu > .dialog-widget-content a.dialog-close-button::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/uploads/icon_close_dark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.popup_menu_menu {

}

.popup_menu_button {

}

/* -------------------------------------------- */
/* ---------------- END HEADER ---------------- */
/* -------------------------------------------- */

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

.footer_top {

}

.footer_top .footer_top_logo {

}

.footer_top .footer_top_icons {

}

.footer_top .footer_top_icons .elementor-icon-list-item .elementor-icon-list-icon {
    width: 35px;
    height: 35px;
    background-color: #62918C;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
}

.bottom_bar {
    
}

.bottom_bar .bottom_bar_menu {

}

.bottom_bar .bottom_bar_copyright .copyright {
    font-size: 0.8em;
    text-align: center;
}

.bottom_bar .bottom_bar_copyright .copyright a {
    text-decoration: none;
}

.google_recaptcha a {
    text-decoration: underline !important;
}

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

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

.form_contact {
    background-color: var(--e-global-color-secondary);
    border-radius: 20px;
    padding: 30px 40px;
}

body .gform_wrapper {

}

body .gform_wrapper .gform_heading {
    display: none;
}

body .gform_wrapper .gform_body {

}

body .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: inherit;
    font-size: 0.8em;
    line-height: inherit;
    color: var(--e-global-color-text);
    margin-bottom: 6px;
}

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

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 {
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1 !important;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 6px;
    border-style: solid;
    padding: 10px 20px;
    min-height: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input {

}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    resize: none;
    padding: 15px 20px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {

}

body .gform_wrapper .gform_body .gform_fields .gfield :where(textarea:focus, textarea:focus-within, textarea:focus-visible) {
    outline: none !important;
}

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: #898989;
}

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

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
    margin: 0px 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
    font-size: 0.8em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label a {
    text-decoration: underline;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label .gfield_required_asterisk {
    font-size: inherit;
    color: inherit;
}

body .gform_wrapper .gform_footer {
    margin: 30px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    justify-content: flex-start;
}

body .gform_wrapper .gform_footer .gform_button {
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    font-size: 1em;
    line-height: 1 !important;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    border-width: 1px;
    border-radius: 10px;
    padding: 15px 25px;
    margin-bottom: 0px !important;
    transition: .3s all;
    -webkit-transition: .3s all;
    min-height: auto !important;
}

body .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #7BAFA9;
    border-color: #7BAFA9;
}

/* ------- */
/* Success */
/* ------- */
body .gform_confirmation_wrapper {
    background: green;
    border: 1px solid green;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: none;
}

body .gform_confirmation_wrapper .gform_confirmation_message {
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.9em;
    line-height: inherit;
    text-wrap: balance;
}

/* ----- */
/* Error */
/* ----- */
body .gform_wrapper.gform_validation_error .gform_validation_errors {
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 0px;
    padding: 15px 20px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    text-align: center;
    box-shadow: none;
    outline: none !important;
    display: none !important;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: inherit;
    text-wrap: balance;
}

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

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
    color: #ff0000;
}

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

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

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.gfield_error .ginput_container_consent .gform-field-label .gfield_required_asterisk {
    color: #ff0000;
}

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

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

.home .header_breadcrumb {
    display: none;
}

.portfolio_cover_listing_container {

}

.portfolio_cover_listing {
    --pcl-perspective: 900px;
    --pcl-angle-inner: 35deg;
    --pcl-angle-outer: 45deg;
    --pcl-scale-active: 1;
    --pcl-scale-inner: 0.82;
    --pcl-scale-outer: 0.58;
    --pcl-shift-inner: -5%;
    --pcl-shift-outer: 25%;
}

.portfolio_cover_listing.pcl-js-effect .swiper-slide {
    transition-property: transform;
}

.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide {
    transition: transform 0.5s ease;
}

.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-active,
.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-duplicate-active {
    transform: perspective(var(--pcl-perspective)) scale(var(--pcl-scale-active));
    z-index: 2;
    position: relative;
}

.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-prev,
.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-duplicate-prev {
    transform: perspective(var(--pcl-perspective)) translateX(var(--pcl-shift-inner)) rotateY(calc(-1 * var(--pcl-angle-inner))) scale(var(--pcl-scale-inner));
}

.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-next,
.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-duplicate-next {
    transform: perspective(var(--pcl-perspective)) translateX(calc(-1 * var(--pcl-shift-inner))) rotateY(var(--pcl-angle-inner)) scale(var(--pcl-scale-inner));
}

.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide:has(+ .swiper-slide-prev),
.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide:has(+ .swiper-slide-duplicate-prev) {
    transform: perspective(var(--pcl-perspective)) translateX(var(--pcl-shift-outer)) rotateY(calc(-1 * var(--pcl-angle-outer))) scale(var(--pcl-scale-outer));
}

.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-next + .swiper-slide,
.portfolio_cover_listing:not(.pcl-js-effect) .swiper-slide-duplicate-next + .swiper-slide {
    transform: perspective(var(--pcl-perspective)) translateX(calc(-1 * var(--pcl-shift-outer))) rotateY(var(--pcl-angle-outer)) scale(var(--pcl-scale-outer));
}

.portfolio_cover_listing_afbeelding {

}

.portfolio_listing_home {

}

.portfolio_listing_home .btn_third_white {
    pointer-events: none;
}

.portfolio_listing_home .jet-listing-grid__slider-icon {
    border-radius: 50%;
}

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

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

/* Header */
.cm_header {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

/* Tijdlijn */
.cm_tijdlijn {

}

.cm_tijdlijn .jet-timeline .timeline-item__card .timeline-item__card-inner {

}

.cm_tijdlijn .jet-timeline .timeline-item__card .timeline-item__card-inner .timeline-item__card-img img {
    width: 300px;
}

/* Geanimeerde tekst */
.elementor-widget-animated-headline {

}

.elementor-widget-animated-headline .elementor-headline {
    display: flex;
    flex-direction: column !important;
    line-height: 0.5;
}

.elementor-widget-animated-headline .elementor-headline .elementor-headline-plain-text {

}

.elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper {
    right: -50px;
}

.elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
    font-family: "Caveat", Sans-serif;
    font-size: 2em;
    text-transform: lowercase;
    text-align: right;
}

.elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper svg {
    margin-top: 10px;
}

/* DearFlip */

.df-viewer-container {
    pointer-events: none;
}

.df-float .df-bg { 
    opacity: 0;
}

.df-float .df-ui {
    display: none !important;
}

.df-float .df-ui-nav.df-ui-prev .df-ui-btn {
    left: 8px !important;
    top: 18px !important;
}

.df-float .df-ui-nav.df-ui-next .df-ui-btn {
    right: 8px !important;
    top: 18px !important;
}

.df-float .df-ui-nav {
    background-color: var(--e-global-color-accent);
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    padding: 15px 10px;
    opacity: 1;
}

.df-float .df-ui-nav .df-icon-arrow-left1 {

}

.df-float .df-ui-nav .df-icon-arrow-left1::before {
    font-family: "Font Awesome 7 Pro" !important;
    content: '\f060';
    font-size: 0.7em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    filter: none;
}

.df-float .df-ui-nav .df-icon-arrow-right1 {

}

.df-float .df-ui-nav .df-icon-arrow-right1::before {
    font-family: "Font Awesome 7 Pro" !important;
    content: '\f061';
    font-size: 0.7em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    filter: none;
}

#aanmelden, #werkwijze {
    scroll-margin-top: 120px;
}

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


/* -------------------------------------------- */
/* -------------- BEGIN PORTFOLIO ------------- */
/* -------------------------------------------- */

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

.portfolio_single_subtitel {

}

.portfolio_single_titel {

}

.portfolio_single_introductie {

}

.portfolio_single_introductie .jet-listing-dynamic-field__content {
    text-wrap: balance;
}

.portfolio_single_mockup {

}

.portfolio_single_omschrijving {

}

.portfolio_single_omschrijving .jet-listing-dynamic-field__content {
    text-wrap: balance;
}

.portfolio_single_inkijkexemplaar {

}

.portfolio_single_quote_afbeelding {

}

.portfolio_single_quote_afbeelding .jet-listing-dynamic-image {
    height: 100%;
}

.portfolio_single_quote_titel {

}

.portfolio_single_quote_tekst {

}

.portfolio_single_quote_naam {

}

.portfolio_single_quote_functie {

}

.portfolio_single_gallerij {

}

.portfolio_single_gallerij .swiper-wrapper {
    transition-timing-function: linear !important;
    line-height: 0;
    pointer-events: none;
}

/* Portfolio Listing */

.portfolio_listing {

}

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

.portfolio_listing_subtitel {

}

.portfolio_listing_titel {

}

.portfolio_listing_introductie {

}

.portfolio_listing_introductie .jet-listing-dynamic-field__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

/* -------------------------------------------- */
/* --------------- END PORTFOLIO -------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN TEAM ---------------- */
/* -------------------------------------------- */

.team_listing {

}

.team_listing .team_listing_afbeelding {

}

.team_listing .team_listing_afbeelding img {
    border-radius: 10px;
}

.team_listing .team_listing_naam {

}

.team_listing .team_listing_functie {
    
}

/* -------------------------------------------- */
/* ----------------- END TEAM ----------------- */
/* -------------------------------------------- */

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

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1200px) {
   
}

@media only screen and (min-width: 1025px) {
    .elementor-button .elementor-button-text {
        display: inline-block;
        position: relative;
        overflow: hidden;
    }
    .elementor-button .elementor-button-text::before {
        content: attr(data-text);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transition: top 0.3s ease, opacity 0.3s ease;
        -webkit-transition: top 0.3s ease, opacity 0.3s ease;
        opacity: 0;
    }
    .elementor-button .elementor-button-text span {
        display: inline-block;
        transition: transform 0.3s ease, opacity 0.3s ease;
        -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .elementor-button:hover .elementor-button-text span {
        transform: translateY(-100%);
        opacity: 0;
    }
    .elementor-button:hover .elementor-button-text::before {
        top: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
        font-size: 1.75em;
    }
}


@media only screen and (max-width: 767px) {
    .header_top .header_top_container.elementor-sticky--effects .header_top_logo img {
        width: 25px;
    }
    .header_top .header_top_container.elementor-sticky--effects .header_top_icon .elementor-icon {
        padding: 6.5px;
    }
    .header_top .header_top_container.elementor-sticky--effects .header_top_icon .elementor-icon i{
        transform: scale(0.7);
        transition: transform 0.3s ease;
    }
}

@media only screen and (max-width: 640px) {
    .footer_top .footer_top_icons .elementor-icon-list-items {
        display: flex !important;
        flex-direction: column;
        row-gap: 20px;
    }
    .footer_top .footer_top_icons .elementor-icon-list-items .elementor-icon-list-item a {
        flex-direction: column !important;
        row-gap: 10px;
    }
    .footer_top .footer_top_icons .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper {
        right: 0px;
    }
    .cm_tijdlijn .jet-timeline .timeline-item__card .timeline-item__card-inner .timeline-item__card-img img {
        width: 100%;
    }
    .elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
        font-size: 1.75em;
    }
}

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