
/*--------------------------------------------------------------
  Image Captcha V8.10.13
--------------------------------------------------------------*/
span.wpcf7-form-control.wpcf7-cf7ic {
	border: none;
}

.kc_captcha {
	display: inherit;
}

/* Style 1 */
.cf7ic-style1 {
	border: 1px solid;
	padding: 10px;
	display: inline-block;
	text-align: center;
}

.cf7ic-style1 p {
	margin-bottom: 5px;
}

.cf7ic-style1 p span {
	color: red;
	font-weight: bold;
}

.cf7ic-icon-wrapper {
	font-size: inherit;
}

.cf7ic-style1 .cf7ic-icon-wrapper .fa, .cf7ic-style1 .cf7ic-icon-wrapper svg {
	font-size: inherit;
	border-color: inherit;
}

body .cf7ic-style1 .cf7ic-icon-wrapper svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	box-sizing: content-box !important;
}

.woocommerce .captcha-image .cf7ic-icon-wrapper label, .woocommerce-page .captcha-image .cf7ic-icon-wrapper label, .captcha-image .cf7ic-icon-wrapper label {
	display: inline-block;
	width: inherit;
	vertical-align: text-top;
}

.captcha-image label > input {
	/* HIDE RADIO */
	opacity: 0;
	width: 0;
	height: 0;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: none !important;
}

.captcha-image label > input + * {
	/* IMAGE STYLES */
	position: static;
	cursor: pointer;
	border-width: 2px;
	border-style: none;
	border-color: transparent;
	padding: 7px;
}

.captcha-image label > input:checked + *, .captcha-image label > input:focus + * {
	/* (CHECKED) IMAGE STYLES */
	padding: 5px;
	border-width: 2px;
	border-style: solid;
}

.cf7ic-special {
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
	position: absolute;
	left: 0;
	width: 200px;
}

.cf7ic-loader, .cf7ic-loader:before, .cf7ic-loader:after {
	border-radius: 50% !important;
	width: 2em !important;
	height: 2em !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: cf7ic-load 1.2s infinite ease-in-out;
	animation: cf7ic-load 1.2s infinite ease-in-out;
}

.cf7ic-loader {
	display: block;
	color: #444;
	font-size: 10px !important;
	margin: 4.8em 6em !important;
	position: relative !important;
	text-indent: -9999em !important;
	-webkit-transform: translateZ(0) !important;
	-ms-transform: translateZ(0) !important;
	transform: translateZ(0) !important;
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.cf7ic-loader:before, .cf7ic-loader:after {
	content: "";
	position: absolute;
	top: 0;
}

.cf7ic-loader:before {
	left: -3.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.cf7ic-loader:after {
	left: 3.5em;
}

@-webkit-keyframes cf7ic-load {
	0%, 80%, 100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes cf7ic-load {
	0%, 80%, 100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

.ai1ic_screenreader {
	display: inline-block !important;
	position: absolute !important;
	top: -10000rem;
	left: 10px;
	z-index: 99999;
	background: #eee !important;
	transition: none;
	border: 2px solid transparent !important;
	border-radius: 50% !important;
	width: 24px;
	height: 24px;
	line-height: 1;
	padding: 0;
}

.ai1ic_screenreader:focus {
	position: relative !important;
	top: 5px;
	outline: 0;
	border: none;
}

.ai1ic_screenreader svg {
	width: 24px;
	height: 24px;
	padding: 0;
}

/* Fix for WPForms */
.ai1ic-fields {
	height: 0 !important;
	display: block;
	overflow: hidden !important;
}

body .ai1ic-fields input {
	position: absolute;
	transform: scale(0);
}

/* Gravity Forms specific */
.gform_validation_error .kc_captcha {
	display: block !important;
}
