/*------------------------------------*\
    
    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-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    color: #C6222E !important;
    font-weight: 700 !important;
    position: absolute;
    bottom: -24px;
    right: 0;
    display: block;
    padding: 0;
    font-size: 16px !important;
}

.wpcf7-not-icon {
    position: absolute;
    bottom: 15px;
    right: 14px;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .choices {
  outline: none;
  border-color: #B2081B;
  background-color: #FCF5F5;
}

input.wpcf7-not-valid:active,
input.wpcf7-not-valid:focus {
    border-color: #B2081B;
    background-color: #FCF5F5;
}

[data-name="reason"] .wpcf7-not-valid-tip{
    bottom: -26px;
}

[data-name="reason"] .wpcf7-not-icon{
    right: 68px;
    bottom: 16px;
}