/*
Theme Name: Hertz SI
Theme URI: https://webartists.at/
Description: A custom WordPress theme developed by Webartists.
Author: Webartists
Author URI: https://webartists.at/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hertzsi
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="datetime-local"].wpcf7-not-valid,
input[type="month"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    border-color: red!important
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    background: #ffe2e2;
    border: 1px solid red;
    color: #C10000;
    float: left;
    width: 100%;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    background: #398F3D;
    border: 1px solid green;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: center;
}

div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
}

div.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip {
    float: left;
}

.span-green-color span {
    color: #006A68;
}
.span-yellow-color span {
    color: #F39200;    
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ffb900;
    color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #ffffff;
}