/*
Theme Name: Design
Template: enfold
Description: Child theme voor Enfold.
Version: 0.1.6.9
Author: Sowmedia
Author URI: http://www.sowmedia.nl
*/

/**
 * CUSTOM CSS styling triggered with class wd-overlay-zwart
 * intended for use within Enfold page builder
 * to add a black overlay over the background image
 * */

.wd-overlay-zwart::after,
.wd-overlay-zwart.flex_column::after {
    content: ' ';
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: auto;
    width: 100%;
    z-index: -1;
    visibility: visible;
    border-radius: inherit;
}

/* 
 * HIDE white space on /product/ pages at the top of page
 *  */

.product-template-default .main_color.container_wrap_first.container_wrap.fullsize {
    display: none;
}

/* 
 * Add different colors to the gravity forms
 * shortcode [wd_donationform color=orange]
 * options color: blue, orange, white
 * */

/* blue */
#top .wd-color-blue .gform_wrapper form,
#top .wd_donatieform.wd-color-blue .gform_wrapper form {
    background: rgba(40, 54, 131, 0.9);
}

/* orange */
#top .wd-color-orange .gform_wrapper form,
#top .wd_donatieform.wd-color-orange .gform_wrapper form {
    background: #f9991c;
}

#top #wrap_all .wd-color-orange .button.button,
#top #wrap_all .wd-color-orange input[type='submit'].button {
    background-color: #283683;
}

#top .wd-color-orange #input_2_60>li input[type="checkbox"]:checked+input[type="text"],
#top .wd-color-orange #input_63_60>li input[type="checkbox"]:checked+input[type="text"],
#top .wd-color-orange #input_2_60>li input[type="radio"]:checked+input[type="text"],
#top .wd-color-orange #input_63_60>li input[type="radio"]:checked+input[type="text"],
#top .wd-color-orange #input_2_60>li input[type="checkbox"]:checked+label,
#top .wd-color-orange #input_63_60>li input[type="checkbox"]:checked+label,
#top .wd-color-orange #input_2_60>li input[type="radio"]:checked+label,
#top .wd-color-orange #input_63_60>li input[type="radio"]:checked+label {
    background: #283683 !important;
}

/* white */
#top .wd-color-white .gform_wrapper form,
#top .wd_donatieform.wd-color-white .gform_wrapper form {
    background: #fff;
    border: 4px solid #283683;
}

#top .wd-color-white .gform_wrapper form,
#top .wd-color-white .gform_wrapper form .gfield.gsection {
    color: #283683;
}

#top .wd-color-white .gform_wrapper form .gfield textarea,
#top .wd-color-white .gform_wrapper form .gfield select,
#top .wd-color-white .gform_wrapper form .gfield input {
    background: #93a2cd;
    color: #fff;
}

#top .wd-color-white .gform_wrapper form .gfield input[type="checkbox"]:checked+label:before {
    background-color: #93a2cd;
}

.matchmaker-sponsor-child img.matchmaker-sponsor-child-image {
    /* border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
    max-width: 250px;
    margin-bottom: 20px; */
    border-radius: 20px;
}

.matchmaker-sponsor-child {
    text-align: center;
}

.matchmaker-sponsor-child-info h3 {
    color: #123377;
}

.matchmaker-sponsor-child-info p {
    color: #000;
    font-size: 1em;
    line-height: 1.4em;
    text-align: justify;
}

.matchmaker-sponsor-child-info a {
    color: #F9991C;
}

#gform_fields_227 {
    max-width: 600px;
    margin: 0 auto !important;
}

.matchmaker-goback {
    display: block;
    text-align: center;
    padding: 20px 0;
}


.matchmaker-notification {
    background-color: #edeef4;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px 0;
}

.matchmaker-sponsor-child {
    background-color: #fff5e7;
    border-radius: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.matchmaker-col-1 {
    width: 70%;
    padding: 20px;
    align-items: center;
}

.matchmaker-col-2 {
    width: 30%;
    /*! float: left; */
    /*! display: inline-block; */
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .matchmaker-col-1 {
        width: 100%;
    }

    .matchmaker-col-2 {
        width: 100%;
    }

    .matchmaker-sponsor-child {
        flex-direction: column-reverse;
    }
}

.matchmaker-sponsor-child-info {
    text-align: left;
}

.matchmaker-uw-sponsorkind {
    color: var(--e-global-color-eeeb6ea);
    font-family: 'caveat';
    font-size: 24px;
}

.matchmaker-sponsor-child-info h3 {
    font-size: 24px;
}

p {}

.matchmaker-sponsor-child-info .elementor-icon-list-icon i {
    color: var(--e-global-color-secondary);
}

.matchmaker-sponsor-button.button {
    margin-top: 30px;
    display: inline-block;
}

.matchmaker-sponsor-button {
    border: 2px solid var(--e-global-color-secondary);
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    font-family: "Maven Pro", sans-serif;
    font-weight: bold;
    color: var(--e-global-color-primary);
    margin-top: 20px;
}