/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
CF7 uses these default CSS classes for its messages:

---

## Default CF7 Message Classes

```css
/* Success message */
.wpcf7-response-output {
    /* general output box */
}

.wpcf7 .wpcf7-response-output {
    margin: 16px 0;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

/* Success — green */
.wpcf7 .wpcf7-mail-sent-ok {
    background: #eef5ee;
    border: 1px solid #D1E5A3;
    color: #263E2C;
}

/* Error — red */
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
    background: #fce8e8;
    border: 1px solid #f5c6c6;
    color: #c0392b;
}

/* Validation error */
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
    background: #fff9d6;
    border: 1px solid #f0e68c;
    color: #856404;
}

/* Spam */
.wpcf7 .wpcf7-spam-blocked {
    background: #fce8e8;
    border: 1px solid #f5c6c6;
    color: #c0392b;
}

/* Individual field error */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c0392b;
    margin-top: 4px;
    display: block;
}

/* Field border when invalid */
.wpcf7-not-valid {
    border-color: #c0392b !important;
    background: #fff5f5 !important;
}
