/*  Sets styles for all forms     */
/* -----------------------------  */

/* Modal form * Write Us * : #wpforms-680 */
/* Modal form * Request a call * : #wpforms-681 */
/* Form * Subscribe (Digest / Search) * : #wpforms-682 */
/* Form * Subscribe (Footer) * : #wpforms-685 */

.c_form_wrap {
    width: 70%;
}

.c_form_modal {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    overflow: auto;
}

.c_form--closed {
    display: none;
}

.c_form_template,
#wpforms-680,
#wpforms-681 {
    position: relative;
    margin: 5% auto !important;
    display: block !important;
    width: 860px !important;
    height: auto !important;
    padding: 60px !important;
    border-radius: 2px !important;
    background-color: white !important;
    box-shadow: 0 0 25px var(--eco-d-grey);
    z-index: 150 !important;
}


/* .c_form_input, */
/* .wpforms-field-large, */
#wpforms-680 div:not(:last-child)>input,
#wpforms-681 div:not(:last-child)>input,
#wpforms-682 div:not(:last-child)>input,
#wpforms-680 textarea,
#wpforms-681 textarea,
#wpforms-682 textarea {
    display: block;
    width: 100%;
    padding: 35px;
    margin: 10px 0 !important;
    border-radius: 2px;
    border: 1px solid var(--eco-grey);
    cursor: default;
    box-shadow: none;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/* .wpforms-field-large:active, */
/* .wpforms-field-large:focus, */
#wpforms-680 div:not(:last-child)>input:active,
#wpforms-680 div:not(:last-child)>input:focus,
#wpforms-680 textarea:active,
#wpforms-680 textarea:focus,
#wpforms-681 div:not(:last-child)>input:active,
#wpforms-681 div:not(:last-child)>input:focus,
#wpforms-681 textarea:active,
#wpforms-681 textarea:focus,
#wpforms-682 div:not(:last-child)>input:active,
#wpforms-682 div:not(:last-child)>input:focus,
#wpforms-682 textarea:active,
#wpforms-682 textarea:focus {
    display: block;
    width: 100%;
    padding: 35px;
    margin: 10px 0 !important;
    border-radius: 2px;
    border: 1px solid var(--eco-grey) !important;
    cursor: default;
    box-shadow: 0 2px 15px var(--eco-grey) !important;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;

}

/* div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
	border: 1px solid #ccc !important;
	background-color: #fff !important;
	width: 30px !important;
	height: 30px !important;
	margin: 0 30px;
	display: inline-block !important;
	vertical-align: baseline !important;
} */

.c_form_close,
.wpforms-title:before {
    /* position: absolute; */
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url('../../img/icons/x-icon_green.png');
    /* background-color: green; */
    margin: 10px auto 10px auto;
}

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

    /* .c_form_input, */
    /* .wpforms-field-large, */
    #wpforms-680 div:not(:last-child)>input,
    #wpforms-681 div:not(:last-child)>input,
    #wpforms-682 div:not(:last-child)>input,
    #wpforms-680 textarea,
    #wpforms-681 textarea,
    #wpforms-682 textarea {
        margin: 10px 0 !important;
        display: block !important;
        width: 100% !important;
        height: 75px !important;
        /* padding: 10px !important; */
        border-radius: 2px !important;
        border: 1px solid var(--eco-grey) !important;
    }

    #wpforms-680 input [type="checkbox"],
    #wpforms-681 input [type="checkbox"],
    #wpforms-682 input [type="checkbox"] {
        text-align: left;
    }

    .c_form_template,
    #wpforms-680,
    #wpforms-681,
    /* #wpforms-682,  */
    div.wpforms-confirmation-container-full {
        margin: 0 auto !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 30px !important;
        border-radius: 2px !important;
        background-color: white !important;
        box-shadow: none !important;
        z-index: 150 !important;
    }

    /* .c_form_input, */
    /* .wpforms-field-large, */
    #wpforms-680 div:not(:last-child)>input,
    #wpforms-681 div:not(:last-child)>input,
    #wpforms-682 div:not(:last-child)>input,
    #wpforms-680 textarea,
    #wpforms-681 textarea,
    #wpforms-682 textarea {
        display: block !important;
        width: 100% !important;
        padding: 15px 10px !important;
        /* margin-top: 25px !important; */
        border-radius: 2px !important;
        border: 1px solid var(--eco-grey) !important;
    }
}

/* #wpforms-680 div:last-child > input, 
    #wpforms-681 div:last-child > input, 
    #wpforms-682 div:last-child > input {
        height: 35px !important;
        width: 35px !important;
    } */

input[type="checkbox"] {
    /* width: 30px !important; 
        height: 30px !important; */
    cursor: pointer;
    /* -webkit-appearance: none !important;
        appearance: none !important; */
}

.c_form_input:active,
.c_form_input:focus {
    box-shadow: 0 0 25px var(--eco-grey);
}

.c_form_search {
    -webkit-appearance: none;
    display: block;
    cursor: default;
    /* width: 60%; */
    height: 75px;
    text-align: center;
    border-bottom: 1px solid white;
    outline: none;
    margin: 60px auto !important;
}

@media only screen and (min-width: 450px) and (max-width: 600px) {

    .c_form_search {
        margin: 0 auto !important;
    }

}

@media only screen and (min-width: 600px) and (max-width: 1000px) {

    .c_form_search {
        margin: 0 auto !important;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {

    .c_form_search {
        margin: 20% auto !important;
    }

}

.c_form_search:focus,
.c_form_search:active {
    outline: none;
}

.c_form_footer {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Footer * Subscribe * form  */
#wpforms-685-field_4 {
    background-color: #fff !important;
    padding: 8px 20px !important;
    cursor: pointer !important;
    /* position: absolute !important;
    top: 0 !important;
    left: 0 !important; */
    /* height: 35px !important; */
    /* width: 100% !important; */
    border-radius: 25px !important;
}

/* .wpforms-field[data-field-id="14"] { */
/* padding: 10px 0 30px 20px !important; */
/* position: relative; */
/* } */

/* #wpforms-685-field_14 > ul > li > input {
    position: absolute !important;
    top: 60px !important;
    left: 0 !important;
} */

/* Footer * Subscribe * form  */
/* .c_form_footer_send,
#wpforms-submit-685 {
    content: '' !important;
    position: absolute !important;
    top: -168px !important;
    right: 0px !important;
    width: 50px !important;
    height: 37px !important;
    border-radius: 0 25px 25px 0 !important;
    background-color: var(--eco-green) !important;
    border: 1px solid white !important;
    cursor: pointer !important;
} */

/* .c_form_footer:after, */
/* Footer * Subscribe * form  */
/* #wpforms-submit-685:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 35%;
    width: 20px;
    height: 20px;
    background: url('../../img/svg/envelope-icon_white.svg') center no-repeat;
    background-size: contain;
} */

/* WP Forms plugin confirmation message */

div.wpforms-confirmation-container-full {
    color: inherit;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}

#wpforms-confirmation-685 {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
}