/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wpcf7-form label {

}

label.error {
    color: #900 !important;
}

.wpcf7-form label.error {
    font-size: 18px !important;
}

.wpcf7-form .valid, .wpcf7-form select.valid + .selectize-control, .wpcf7-form textarea.valid + .editable {
    border-bottom: 2px solid #389f45;
    outline: none;
}

.wpcf7-form label.error, span.wpcf7-not-valid-tip {
    color: #900;
    font-size: 11px;
    float: none;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.wpcf7-form label.error {
    /*display: none !important;*/
}

.wpcf7-form input.error, .wpcf7-form select.error, .wpcf7-form textarea.error {
    border-bottom: 2px solid #900;
    outline: none;
}

.wpcf7-form select.error + .selectize-control {
    border-bottom: 2px solid #900;
    outline: none;
}

/*form .hidden-text {*/
    /*display: block !important;*/
/*}*/

/*.pos-rel {*/
    /*position: relative;*/
/*}*/

/*.form-group .wpl_event_native, .form-group .post_content {*/
    /*position: absolute;*/
    /*top: auto;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*z-index: -1;*/
/*}*/

