/*
Theme Name: iGeo Theme
Theme URI: https://cursor.net.ua/
Description: iGeo Theme
Author: OsterX
Author URI: https://cursor.net.ua/
Template:
Version: 1.0
.

.
*/

.wpcf7-form .f-item .g-recaptcha.wpcf7-not-valid {
    display: inline-block;
    position: relative;
    border: none !important;
    background: none;

}
.g-recaptcha.wpcf7-not-valid:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;right: 3px;
    bottom: 2px;top: 0;
    -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
    border: 1px solid #DE1D3D !important;
}