/*
 * Contact Form 7 response output recolor.
 */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #EBCC82 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #EBCC82 !important;
}
