/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */


/* ------ BEGIN MERKEN PAGINA ------ */

.merken_brand-sec a.brand-box-outer-col .brand_bg-col-img {
    transition: 0.3s;
}

.merken_brand-sec a.brand-box-outer-col:hover .brand_bg-col-img {
    background-size: 115%;
}

/* ------ END MERKEN PAGINA ------ */


/* ------ BEGIN BLOG PAGINA ------ */

.post-grid .elementor-post__text {
    border: 1px solid #EDEDED;
    padding: 40px 30px;
}

@media only screen and (max-width: 1200px) {
    .post-grid .elementor-post__text {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post-grid .elementor-post__text {
        padding: 10px;
    }
}

/* ------ END BLOG PAGINA ------ */


/* ------ BEGIN FAQ PAGINA ------ */

.faq-general .e-n-accordion > details:last-child > summary {
    border-width: 0 0 0 0 !important;
}

/* ------ END FAQ PAGINA ------ */


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

.iris_form {
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
}

.iris_form .row {
    display: flex;
    gap: 15px;
    width: 100%;
}

.iris_form .iris_field_outer-div {
    width: 100%;
}

.iris_form .iris_submit_outer-div {
    width: auto;
}

.iris_form h3 {
    margin: 20px 0 10px;
}

.iris_form .iris_field_outer-div :is(input, textarea) {
    background-color: #FCFCFC;
    font-weight: 400;
    font-size: 18px;
}

.iris_form .iris_field_outer-div label {
    width: 100%;
    font-size: 18px;
}

.iris_form .iris_field_outer-div label .wpcf7-form-control-wrap {
    margin-top: 10px;
}

.iris_form .iris_field_outer-div select {
    border: 1px solid #EEEEEE;
    background-color: #FCFCFC;
    border-radius: 0px;
    height: 50px;
    font-size: 18px;
    padding: 10px 15px 12px;
    letter-spacing: 0px;
    color: #2f2f2f;
}

.generic-table table {
    border: unset;
    margin: 0;
    width: auto;
    font-size: inherit;
    line-height: inherit;
}

.generic-table table tr {
    height: unset !important;
}

.generic-table table tr td {
    padding: 0;
    height: unset !important;
    border: none;
    background-color: unset !important;
}

@media only screen and (max-width: 1024px) {
    .iris_form h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .iris_form .iris_submit_outer-div {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .iris_form .iris_field_outer-div :is(input, textarea),
    .iris_form .iris_field_outer-div select {
        font-size: 16px;
    }
    .iris_form {
        gap: 10px;
    }
    .iris_form .row {
        flex-wrap: wrap;
        gap: 10px;
    }
    .iris_form h3 {
        font-size: 22px;
    }
}

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