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

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

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

.vtax_heading b {
    font-weight: bold;
}

.vtax_heading strong {
    color: #23A088;
    font-weight: bold;
}

.vtax_btn a {
    position: relative;
    overflow: hidden;
}

.vtax_btn .elementor-button-text {
    z-index: 5;
}

.vtax_btn a::after {
    content: '';
    width: 49px;
    height: 49px;
    position: absolute;
    background: #000;
    right: 0;
    top: 0;
    opacity: .2;
    transition: .3s;
}

.vtax_btn a:hover::after {
    width: 100%;
}

.vtax_btn a::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: 5;
}

.vtax_btn.contact a::before {
    background-image: url(assets/images/connect.svg);
}

.vtax_btn.partner a::before {
    background-image: url(assets/images/partner.svg);
}

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

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

.vtax_menu-section {
    position: absolute !important;
    width: 100% !important;
}

.vtax_menu-section.elementor-sticky--effects {
    position: fixed !important;
    background-color: #fff;
    animation-name: vtax-menu;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

@keyframes vtax-menu {
  from {transform: translateY(-100px);}
  button {transform: translateY(100px);}
}


.vtax_menu-section.elementor-sticky--effects .elementor-widget-icon-list {
    display: none;
}

.vtax_menu-section.elementor-sticky--effects nav a {
    color: #031c16 !important;
}

.vtax_menu-section.elementor-sticky--effects .elementor-nav-menu__align-right > .elementor-widget-container {
    margin-top: 0 !important;
}

li.vtax_btn.contact a {
    background-color: #23A088;
    padding: 13px 60px 16px 20px !important;
    line-height: 20px !important;
    color: #fff !important;
    text-transform: lowercase;
    border-radius: 8px;
    align-self: center;
}

li.vtax_btn.contact {
    margin-left: 15px !important;
}


li.vtax_btn.contact a::before {
    opacity: 1 !important;
}

li.vtax_btn.contact a::after {
    opacity: .2 !important;
}

li.vtax_btn.contact a span {
    z-index: 9;
}

.elementor-sticky--effects .contact > .elementor-widget-container {
    /* margin-top: 7px !important; */
}

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

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



.vtax_header-home::after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(17,29,31);
    background: linear-gradient(180deg, rgba(17,29,31,0) 0%, rgba(17,29,31,1) 85%);
}



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

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

.vtax_vacature-header b {
    color: var(--e-global-color-primary);
}

.vtax-form-contact .gfield input[type="file"] {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
} 

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

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



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

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

.vtax-form-contact .gfield label {
    position: absolute;
    transform: translate(20px, 15px);
    font-size: 18px !important;
    font-weight: 400 !important;
    transition: .3s;
    pointer-events: none;
}

.vtax-form-contact .gfield :is(input, textarea) {
    height: 50px;
    padding: 5px 20px !important;
    border-radius: 10px;
    border-color: #BFC6C4 !important;
    resize: none;
}

.gform-body .gfield.gfield_error label.gfield_label.move {
    color: #fff;
}

.vtax-form-contact .gfield label.move {
    background-color: #23a088 !important;
    transform: translate(20px, -15px);
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px !important;
}

.vtax-form-contact .gfield :is(input:focus, input:focus-within, textarea:focus, textarea:focus-within) {
    outline: 2px solid #23a088;
    border-color: #23a088 !important;
}
.gform_footer.top_label > input {
    background-image: url(assets/images/contactform_bg.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.gform_heading {
    display: none;
}

.gform-body .gfield.gfield_error label.gfield_label {
    color: #0D0D0D;
}

.gform-body .gfield.gfield_error div.validation_message {
    display: none !important;
}

.gform-body .gfield.gfield_error div.ginput_container input, .hout_form_contact .gform-body .gfield.gfield_error div.ginput_container textarea {
    border: 1px solid #c02b0a !important;
}

.gform_validation_errors {
    display: none;
}

.cv label {
    position: relative !important;
    transform: none !important;
}

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

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

.bottom-bar .elementor-icon-list-item a {
    color: #031c16;
}


/* -------------------------------------------- */
/* ---------------- 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: 480px) {
    .vtax_header-home .elementor-container {
        min-height: 80vh !important;
    }
    .gform_footer > input[value="Verzenden"] {
        width: 100% !important;
        line-height: 1 !important;
        padding: 14px 70px 17px 20px;
    }
    .ginput_container input[type="file"] {
        /* padding-left: 0 !important; */
    }

}

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