/*------------------------------------*\
    
    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

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


/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;

}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
}

/* Individual field error messages */
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 2px;
    right: 0;
    color: #910101;
    font-size: 16px;
    text-align: right;

}

.wpcf7-not-valid-tip span.error {
    font-size: 30px;
    position: absolute;
    right: 11px;
    top: -42px;
}


select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .choices {
    border-color: #910101;
    color: #910101;
}

textarea.wpcf7-not-valid::placeholder,
input.wpcf7-not-valid::placeholder {
    color: #910101;
}

#other-industry {
    display: none;
}