/*--------------------------------------------------------------
  Image Captcha
--------------------------------------------------------------*/
.captcha-image {border: 2px solid rgba(51, 57, 101, 0.3); color: #000; width: 100%; font-size: 16px; line-height: 28px; font-weight: 400; border-radius: 5px; padding: 10px; display: inline-block; text-align: center;}
.cf7ic_instructions {display: block;}
.captcha-image .cf7ic_instructions span {color: #333965; font-weight: bold;}
.captcha-image label {display: inline-block !important; width: 60px !important; position: relative;}
.captcha-image label > input{opacity: 0; margin: 0; width: 50px; height: 50px; position: absolute;} /* HIDE RADIO */
.captcha-image svg {padding: 5px; color: #333965; width: 50px; height: 50px;} 
.captcha-image label > input + svg {cursor:pointer; border:2px solid transparent; position: relative; overflow: hidden;} /* IMAGE STYLES */
.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {border:2px solid #f00;} /* (CHECKED) IMAGE STYLES */