/**
 * This file contains Avada Theme overwrites!
 *
 * Only use this file if something can't be solved using theme options!!!
 *
 * @author Michael Straeten <m.straeten@alldesign.de>
 */

/*###############################################################################*/
/*#### DEFAULTS
/*###############################################################################*/


/*###############################################################################*/
/*#### WP-Forms
/*###############################################################################*/


.wpforms-page-indicator-page-progress {
    background: #69c34f !important;
}

.wpforms-page-button,
.wpforms-field-container button:focus,
.wpforms-submit {
    background: #69c34f !important;
}

div.wpforms-container-full input[type=radio]:checked:before,
div.wpforms-container-full input[type=checkbox]:checked:before {
    border-color: #69c34f !important;
    outline-color: #69c34f !important;
    box-shadow: #69c34f 0px 0px 0px 1px, !important;
}
div.wpforms-container-full input[type=radio]:checked:after {
    background-color: #69c34f !important;
}


div.wpforms-container-full input[type=radio]:checked:after,
div.wpforms-container-full input[type=checkbox]:checked:after {
    border-color: #69c34f !important;
    outline-color: #69c34f !important;
}


div.wpforms-container-full input[type=date]:focus,
div.wpforms-container-full input[type=datetime]:focus,
div.wpforms-container-full input[type=datetime-local]:focus,
div.wpforms-container-full input[type=email]:focus,
div.wpforms-container-full input[type=month]:focus,
div.wpforms-container-full input[type=number]:focus,
div.wpforms-container-full input[type=password]:focus,
div.wpforms-container-full input[type=range]:focus,
div.wpforms-container-full input[type=search]:focus,
div.wpforms-container-full input[type=tel]:focus,
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=time]:focus,
div.wpforms-container-full input[type=url]:focus,
div.wpforms-container-full input[type=week]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea {
    border-color: #69c34f !important;
    box-shadow: 0 0 0 1px var(#69c34f), 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}