/* 
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 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-size: 1em;
    line-height: 1.4;
}

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

b {
    font-weight: 800;
}

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

.elementor-widget-button a.elementor-button {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.elementor-widget-button a.elementor-button > .elementor-button-content-wrapper {
    align-items: center;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    transition: .1s all;
    -webkit-transition: .1s all;
}

.elementor-widget-button a.elementor-button:hover > .elementor-button-content-wrapper {
    gap: 30px !important;
}

.elementor-widget-button a.elementor-button > .elementor-button-content-wrapper .elementor-button-icon {
    background-color: var(--e-global-color-text);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    padding: 10px;
}

.elementor-widget-button a.elementor-button > .elementor-button-content-wrapper .elementor-button-icon > i {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

.btn_first a.elementor-button {

}

.btn_first a.elementor-button:hover {

}

.btn_second a.elementor-button {
    
}

.btn_second a.elementor-button:hover {
    
}

.btn_third a.elementor-button {

}

.btn_third a.elementor-button:hover {

}

.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_dark a.elementor-button > .elementor-button-content-wrapper .elementor-button-icon {
    background-color: var(--e-global-color-text);
    color: #ffffff;
}

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

.btn_light a.elementor-button > .elementor-button-content-wrapper .elementor-button-icon {
    background-color: #ffffff;
    color: var(--e-global-color-text);
}

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

.section_light {

}

.section_light::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: auto;
    right: 50vw;
    bottom: -1px;
    left: auto;
    width: 40px;
    height: 81px;
    background-color: var(--e-global-color-text);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    aspect-ratio: 1 / 1;
}

.section_light::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
    width: 50vw;
    height: 80px;
    background-color: var(--e-global-color-text);
}

.section_dark {

}

.section_dark::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: auto;
    right: 50vw;
    bottom: -1px;
    left: auto;
    width: 40px;
    height: 81px;
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    aspect-ratio: 1 / 1;
}

.section_dark::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
    width: 50vw;
    height: 80px;
    background-color: #ffffff;
}

.section_header > .e-con-inner {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section_header .subtitel .elementor-heading-title {
    text-shadow: 0px 0px 10px #000000;
}

.section_header .titel .elementor-heading-title {
    text-shadow: 0px 0px 10px #000000;
}

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

.header_top {
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_top .header_top_logo a {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: var(--e-global-color-primary);
    height: 99px;
    width: 250px;
    align-content: center;
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_top .header_top_logo a::before {
    content: '';
    position: absolute;
    top: 0px;
    right: calc(100% - 1px);
    background-color: var(--e-global-color-primary);
    width: 1000px;
    height: 99px;
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_top .header_top_logo a > img {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_top .header_top_menu nav > ul > li > a {
    position: relative
}

.header_top .header_top_menu nav > ul > li.current_page_item > a::after,
.header_top .header_top_menu nav > ul > li.current-page-parent > a::after  {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -6px;
    opacity: 1 !important;
}

.header_top .header_top_menu ul.sub-menu {
    font-size: 0.9em;
}

.header_top .header_top_cta a.elementor-button:hover > .elementor-button-content-wrapper {
    gap: 20px !important;
}

.header_top .header_top_menu_icon {

}

/* Sticky menu */
.header_top.elementor-sticky--effects {
    background-color: var(--e-global-color-text) !important;
    border-bottom: none !important;
    min-height: 80px !important;
    box-shadow: 0px 10px 15px #00000025;
}

.header_top.elementor-sticky--effects .header_top_logo a {
    height: 80px;
}

.header_top.elementor-sticky--effects .header_top_logo a::before {
    height: 80px;
}

.header_top.elementor-sticky--effects .header_top_logo a > img {
    width: 180px;
    max-width: 180px;
}

/* Responsive menu */
.header_responsive {
    background: transparent;
    background-color: transparent;
}

.header_responsive .header_responsive_logo {
    top: -1px;
}

.header_responsive .header_responsive_logo a {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: var(--e-global-color-primary);
    height: 79px;
    width: 200px;
    align-content: center;
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_responsive .header_responsive_logo a::before {
    content: '';
    position: absolute;
    top: 0px;
    right: calc(100% - 1px);
    background-color: var(--e-global-color-primary);
    width: 1000px;
    height: 79px;
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_responsive .header_responsive_logo a > img {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    transition: .3s all;
    -webkit-transition: .3s all;
}

.header_responsive .header_responsive_icon {
    top: 2px;
}

.header_responsive .header_responsive_icon .elementor-icon-wrapper {
    height: 51px;
}

.header_responsive .header_responsive_icon .elementor-icon-wrapper a.elementor-icon {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: var(--e-global-color-text);
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #4c4641 !important;
    box-shadow: 0px 0px 15px 0px #ffffff20;
}

.header_responsive .header_responsive_icon .elementor-icon-wrapper a.elementor-icon i {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

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

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



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

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

.elementor-widget-jet-timeline .timeline-item__card .timeline-item__card-img img {
    width: 250px;
    height: 100%;
}

.elementor-widget-jet-timeline .timeline-item__card .timeline-item__card-content .timeline-item__card-title {
    text-wrap: balance;
}

.elementor-widget-icon-box .elementor-icon > i {
    top: 5px;
}

.hoogland_afbeelding {

}

.hoogland_slider {

}

.usp_horizontaal ul.elementor-icon-list-items {
    row-gap: 10px;
}

.diensten_raster {

}

/* -------------------------------------------- */
/* ---------------- 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: 0.9em;
    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: 2px;
    border-radius: 0px;
    border: 1px solid #ffffff;
}

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

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

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

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: inherit;
    font-style: italic;
    font-size: 0.9em;
    line-height: inherit;
    margin-bottom: 8px;
    color: #999999;
}

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 .ginput_container .gform_fileupload_multifile {

}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gform_fileupload_multifile .gform_drop_area {
    border-radius: 0px;
    background: transparent;
    padding: 20px;
    margin-bottom: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
    color: #ffffff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    padding: 10px 15px;
    cursor: pointer;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_preview_list .ginput_preview {
    color: #ffffff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 0.8em;
    padding-top: 0px;
    margin-top: 10px;
}

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

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 {
    color: #999999;
    font-size: 14px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label a {
    color: #999999;
    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-end;
}

body .gform_wrapper .gform_footer .gform_button {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1 !important;
    border: inherit;
    border-radius: 0px;
    padding: 15px 25px;
    margin-bottom: 0px !important;
    cursor: pointer;
    transition: .3s all;
    -webkit-transition: .3s all;
}

body .gform_wrapper .gform_footer .gform_button:hover {
    
}

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

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

.footer_usp {

}

.footer_top {

}

.bottom_bar {

}

.bottom_bar > .e-con-inner {
    border-top: 1px solid #626262;
}

.bottom_bar .bottom_bar_copyright .copyright {
    color: #868686;
    font-size: 0.8em;
}

.bottom_bar .bottom_bar_copyright .copyright a {
    color: #868686;
}

/* -------------------------------------------- */
/* ---------------- 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) {
    .section_dark::before {
        width: 20px;
        height: 41px;
    }
    .section_dark::after {
        height: 40px;
    }
    .section_light::before {
        width: 20px;
        height: 41px;
    }
    .section_light::after {
        height: 40px;
    }
    .elementor-widget-gallery a.elementor-gallery-item {
        pointer-events: none;
    }
    .hoogland_afbeelding,
    .hoogland_slider {
        width: 500px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hoogland_afbeelding,
    .hoogland_slider {
        width: 100% !important;
    }
    .subtitel .elementor-heading-title {
        font-size: 0.9em;
    }
    .titel .elementor-heading-title {
        font-size: 2.3em;
    }
}

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

@media only screen and (max-width: 600px) {
    .elementor-widget-jet-timeline .timeline-item__card .timeline-item__card-img img {
        width: 200px;
    }
}

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

}

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