/* 
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 BROODKRUIMEL ------------ */
/* ---------------- BEGIN HOME ---------------- */
/* --------------- BEGIN DETAIL --------------- */
/* --------------- BEGIN CONTACT -------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* --------------- BEGIN FOOTER --------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

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

body {
    margin: 0 !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;
}

:is(.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-icon-box) :is(h1, h2, h3, h4, h5, h6, p, span) {
    text-wrap: balance;
}

.subtitel .elementor-heading-title {
    font-family: "fieldwork", Sans-serif;
    font-size: 0.8em;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
}

.titel .elementor-heading-title {
    font-size: 3em;
}

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:first-of-type {
    margin-top: 0px !important;
}

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

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 {
    border-spacing: 0px !important;
}

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

.btn_first a.elementor-button {

}

.btn_first a.elementor-button:hover {

}

.btn_second a.elementor-button {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}

.btn_second a.elementor-button:hover {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}

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

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

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

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

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

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

button, a, input[type="button"], input[type="submit"] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.image_line::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: -50px;
    width: 100px;
    height: 5px;
    background-color: var(--e-global-color-secondary);
}

.count {
    margin-left: 6px;
}

.count::before {
    content: '[';
}

.count::after {
    content: ']';
}

/* -------------------------------------------- */
/* --------------- 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 ---------------- */
/* -------------------------------------------- */

.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: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
}
  
.popup_menu > .dialog-widget-content a.dialog-close-button::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/icon_close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

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

.top_bar {

}

.header_top {

}

.header_top .header_top_menu_icon {

}

.header_top .header_top_menu_icon .elementor-icon-list-item > a {
    background-color: #ffffff;
    padding: 15px 15px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    transition: .3s all;
}

.header_top .header_top_logo {
    transition: .3s all;
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li {
    background-color: #ffffff;
    height: 60px;
    max-height: 60px;
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li > a:hover {
    background-color: #efefef;
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.current-menu-parent > a,
.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.current-menu-item > a {
    background-color: #efefef;
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.current-menu-parent > a {

}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.header_top_menu_cta > a {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-text);
    font-weight: 400;
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.header_top_menu_cta > a:hover {
    background-color: var(--e-global-color-secondary);
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item-has-children > ul.sub-menu {
    font-size: 12px;
    width: max-content;
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item-has-children:hover > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item-has-children > ul.sub-menu > li {

}

.header_top .header_top_menu nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item-has-children > ul.sub-menu > li a {

}

/* Sticky menu */
.header_top.elementor-sticky--effects {

}

.header_top.elementor-sticky--effects .header_top_menu > .elementor-widget-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
}

.header_top.elementor-sticky--effects .header_top_menu_icon .elementor-icon-list-item > a {
    background-color: #191919;
    border-color: #191919;
}

.header_top.elementor-sticky--effects .header_top_menu_icon .elementor-icon-list-item > a .elementor-icon-list-icon,
.header_top.elementor-sticky--effects .header_top_menu_icon .elementor-icon-list-item > a .elementor-icon-list-text {
    color: #ffffff;
}

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

/* -------------------------------------------- */
/* ------------ BEGIN BROODKRUIMEL ------------ */
/* -------------------------------------------- */

.rank-math-breadcrumb {
    font-family: "fieldwork", Sans-serif;
    font-size: 0.8em;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-wrap: balance;
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb p a {
    font-family: "fieldwork", Sans-serif;
    color: #BEBEBE;
}

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

.rank-math-breadcrumb p .last {
    color: var(--e-global-color-text);
}

/* -------------------------------------------- */
/* ------------- END BROODKRUIMEL ------------- */
/* -------------------------------------------- */

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

.home .at_icon_scroll .elementor-icon {
    animation: smooth-bounce 1s ease-in-out infinite;
    padding: 15px 5px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff !important;
    background-color: #ffffff50;
    color: #ffffff !important;
}

@keyframes smooth-bounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }

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

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

.at_transport_detail_gallerij .gallery {
    margin: 0px 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.at_transport_detail_gallerij .gallery .gallery-item {
    padding: 0px 0px !important;
}

/* Transport Listing */
.transport_listing {
    
}

.transport_listing .transport_listing_afbeelding::after {
    content: '';
    position: absolute;
    background-color: var(--e-global-color-secondary);
    height: 5px;
    width: 0%;
    left: 0px;
    bottom: -5px;
    transition: .3s all;
}

.transport_listing .transport_listing_afbeelding .jet-listing-dynamic-image {
    overflow: hidden;
}

.transport_listing .transport_listing_afbeelding .jet-listing-dynamic-image > img {
    transition: .3s all;
}

.transport_listing .transport_listing_titel {

}

.transport_listing .transport_listing_samenvatting .jet-listing-dynamic-field__content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: balance;
    transition: .3s all;
}

.transport_listing .jet-engine-listing-overlay-wrap:hover .transport_listing_afbeelding::after {
    width: 100%;
}

.transport_listing .jet-engine-listing-overlay-wrap:hover .transport_listing_afbeelding .jet-listing-dynamic-image > img {
    transform: scale(1.05);
}

.transport_listing .jet-engine-listing-overlay-wrap:hover .transport_listing_samenvatting .jet-listing-dynamic-field__content {
    color: var(--e-global-color-text);
}

.transport_listing .jet-listing-grid__slider .jet-listing-grid__items .slick-list {
    overflow: visible;
}

.transport_listing .jet-listing-grid__slider .jet-listing-grid__items .slick-arrow {
    transition: .3s all;
}

.transport_listing .jet-listing-grid__slider .jet-listing-grid__items .slick-arrow.slick-disabled {
    background-color: #efefef;
    color: #cfcfcf;
    pointer-events: none;
}

.transport_listing .jet-listing-grid__slider .jet-listing-grid__items .jet-listing-grid__item:not(.slick-active) {
    pointer-events: none;
}

.transport_listing .jet-listing-grid__slider .jet-listing-grid__items .jet-listing-grid__item:not(.slick-active) .transport_listing_afbeelding .jet-listing-dynamic-image > img {
    filter: grayscale(1);
}

.transport_listing .jet-listing-grid__slider .jet-listing-grid__items .jet-listing-grid__item:not(.slick-active) .transport_listing_titel {
    opacity: 0;
}

.transport_listing .jet-listing-grid__slider .jet-listing-grid__items .jet-listing-grid__item:not(.slick-active) .transport_listing_samenvatting {
    opacity: 0;
}

/* Vacatures Listing */
.vacatures_listing {
    
}

.vacatures_listing .vacatures_listing_afbeelding {

}

.vacatures_listing .vacatures_listing_afbeelding::after {
    content: '';
    position: absolute;
    background-color: var(--e-global-color-secondary);
    height: 5px;
    width: 0%;
    left: 0px;
    bottom: -5px;
    transition: .3s all;
}

.vacatures_listing .vacatures_listing_afbeelding .jet-listing-dynamic-image {
    overflow: hidden;
}

.vacatures_listing .vacatures_listing_afbeelding .jet-listing-dynamic-image > img {
    transition: .3s all;
}

.vacatures_listing .vacatures_listing_titel {

}

.vacatures_listing .vacatures_listing_repeater .jet-listing-dynamic-repeater__items {
    list-style: none;
    padding-left: 0;
    row-gap: 20px;
}

.vacatures_listing .vacatures_listing_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item {
    position: relative;
    padding-left: 30px;
  }
  
.vacatures_listing .vacatures_listing_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    left: 0;
    top: -1px;
    color: #28a745;
}

.vacatures_listing .vacatures_listing_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item:nth-child(n+3) {
    display: none;
}

.vacatures_listing .jet-engine-listing-overlay-wrap:hover .vacatures_listing_afbeelding::after {
    width: 100%;
}

.vacatures_listing .jet-engine-listing-overlay-wrap:hover .vacatures_listing_afbeelding .jet-listing-dynamic-image > img {
    transform: scale(1.05);
}

/* Vacatures Single Post */
.single-vacatures {

}

.single-vacatures_repeater .jet-listing-dynamic-repeater__items {
    list-style: none;
    padding-left: 0;
    row-gap: 20px;
    border-left: 5px solid var(--e-global-color-secondary);
    padding-left: 20px;
}

.single-vacatures_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item {
    position: relative;
    padding-left: 30px;
  }
  
.single-vacatures_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    left: 0;
    top: 1px;
    color: #28a745;
}

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

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



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

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

.gform_confirmation_wrapper {
    display: block;
    text-align: center;
    border: 1px solid #3b7500;
    border-radius: 0px;
    background-color: #3b7500;
    padding: 15px 20px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    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: 0px;
    margin-bottom: 20px;
    padding: 15px 20px;
    display: none !important;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #ffffff;
}

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 {
    row-gap: 20px;
    column-gap: 20px;
}

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: 15px 20px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 1px solid #000000;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    appearance: base-select;
}

body .gform_wrapper .gform_body .gform_fields .gfield select:hover {
    background-color: #ffffff;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 120px;
    resize: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-fileupload input[type="file"] {
    font-size: 0.8em;
}

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

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_label {
    color: var(--e-global-color-text);
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: inherit;
    font-size: 0.8em;
    line-height: inherit;
    margin-bottom: 6px;
}

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

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

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 0px;
}

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;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.8em;
}

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

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.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;
}

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

body .gform_wrapper .gform_footer .gform_button {
    font-family: "fieldwork", Sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1 !important;
    letter-spacing: 2px;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 0px;
    padding: 15px 25px;
    margin-bottom: 0px !important;
    cursor: pointer;
    transition: .3s all;
}

body .gform_wrapper .gform_footer .gform_button:hover {
    
}

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

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

.footer_top {

}

.footer_top .footer_top_menu_transport ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_top .footer_top_menu_transport ul li:nth-of-type(3),
.footer_top .footer_top_menu_transport ul li:nth-of-type(4) {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.footer_top .footer_top_menu_hoofd {

}

.bottom_bar {
    
}

.bottom_bar .bottom_bar_copyright .copyright {
    color: var(--e-global-color-accent);
    font-size: 0.8em;
}

.bottom_bar .bottom_bar_copyright .copyright a {
    color: var(--e-global-color-accent);
}

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

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

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

}

@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: 1024px) {
    .at_transport_detail_gallerij .gallery {
        flex-wrap: wrap;
    }
    .at_transport_detail_gallerij .gallery .gallery-item {
        max-width: 40%;
    }
    .titel .elementor-heading-title {
        font-size: 2.3em;
    }
}

@media only screen and (max-width: 767px) {
    .footer_top .footer_top_menu_transport ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer_top .footer_top_menu_transport ul li:nth-of-type(1) {
        margin-bottom: 10px !important;
    }
    .footer_top .footer_top_menu_transport ul li:nth-of-type(2),
    .footer_top .footer_top_menu_transport ul li:nth-of-type(3),
    .footer_top .footer_top_menu_transport ul li:nth-of-type(4),
    .footer_top .footer_top_menu_transport ul li:nth-of-type(5) {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .footer_top .footer_top_menu_transport ul li:nth-of-type(6) {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 640px) {
    body .gform_wrapper .gform_body .gform_fields {
        column-gap: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .at_transport_detail_gallerij .gallery .gallery-item {
        max-width: 100%;
    }
    .titel .elementor-heading-title {
        font-size: 2em;
    }
}

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