/*------------------------------------*\
    
    WebFX CF7 Customizations - Global styling for all CF7 Forms

    Add custom CF7 form styling to this file if it should be applied to all CF7 forms on the site
    Otherwise, put your block-specific styles in individual block stylesheets so that various block-specific styles aren't loaded on every CF7 form

\*------------------------------------*/

.wpcf7-not-valid-tip {
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    color: #931F1D !important;
    position: relative;
    display: block;
    padding-top: 5px;
    text-align: right;
    position: absolute;
    top: -30px;
    right: 0;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .choices {
    border: none;
    outline: none;
    background-color: #FFFFFF;
    border-left: 7px solid #931F1D;
}

input.wpcf7-not-valid:active,
input.wpcf7-not-valid:focus {
    border: none;
    border-left: 7px solid #931F1D;
}

.form-col-file-uplode .wpcf7-not-valid-tip {
    width: 240px;
    right: -235px;
    top: -40px;
}

@media (min-width:767px) {
    .form-col-file-uplode .wpcf7-not-valid-tip {
        width: 240px;
        right: -260px;
        top: 10px;
    }
}