/**
 * BWS CAPTCHA general front-end styles
 * @package Captcha Pro by BestWebSoft
 * @since 4.2.3
 */

/*
 * General styles
 */
.cptch_block label {
	word-wrap: break-word;
}
/* fixing captcha content displaying in WooThemes */
.cptch_block br {
	display: none !important;
}
.cptch_label:hover {
	cursor: pointer;
}
form input.cptch_input {
	padding-left: 8px;
	padding-right: 8px;
}
.cptch_allowlist_message {
	font-style: italic;
	color: #008000;
	font-weight: normal !important;
}
.cptch_block {
	display: block !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	word-spacing: normal !important;
	text-align: left;
}
.cptch_title {
	display: block;
	word-wrap: break-word;
	padding-bottom: 5px;
	clear: both;
}
.cptch_wrap {
	display: table-row !important;
	position: relative;
	clear: both;
}
.cptch_wrap.cptch_slide {
	display: block !important;
}
.cptch_label,
.cptch_reload_button_wrap {
	display: table-cell;
	margin: 5px 0 !important;
	vertical-align: middle;
	line-height: 1;
}
#wpforo #wpforo-wrap .cptch_time_limit_notice,
.cptch_time_limit_notice {
	display: none;
	color: red;
	font-size: 12px;
}
.cptch-password-form-error
	color: red;
	font-size: 14px;
}
.cptch_span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}
.cptch_slide {
	width: 100%;
}
.cptch_recognition .cptch_span {
	margin-right: 2px;
}
.rtl .cptch_recognition .cptch_span {
	margin-right: 0px;
	margin-left: 2px;
}
.contact-form label span.cptch_images_wrap,
.contact-form label span.cptch_span,
.contact-form label span.cptch_img,
.contact-form label span#cptch_slide_captcha_container {
	opacity: 1;
}
.cptch_img img {
	width: 40px;
	max-width: 40px !important;
	height: 40px;
	top: 0;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
}
.cptch_reload_button {
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
	margin: 0 15px;
	vertical-align: text-bottom;
}
.cptch_reload_button:before {
	vertical-align: text-bottom;
}
.cptch_recognition .cptch_images_wrap {
	display: flex;
	margin-bottom: 3px;
}
#cptch_error {
	color: #F00;
}
/* Subscriber */
.subscrbr-sign-up-form .cptch_wrap + .sbscrbr-submit-block {
	margin-top: 10px;
}
/* wpForo */
.wpforo-register-content .cptch_block {
	margin: 15px !important;
}
.wpforo-register-content .cptch_images_wrap,
.wpf-topic-create .cptch_images_wrap {
	display: block !important;
	margin: 3px !important;
}
.wpforo-login-content .cptch_math_actions .cptch_img img,
.wpforo-register-content .cptch_math_actions .cptch_img img,
.wpf-topic-create .cptch_math_actions .cptch_img img,
.wpf-post-create .cptch_math_actions .cptch_img img {
	vertical-align: middle !important;
}
#wpforo-wrap .cptch_wrap img {
	display: inline-block;
}
/* need for properly displaying recognition captcha in wp foro blocks  */
.wpforo-login-content .cptch_recognition .cptch_img img,
.wpforo-register-content .cptch_recognition .cptch_img img,
.wpf-topic-create .cptch_recognition .cptch_img img,
.wpf-post-create .cptch_recognition .cptch_img img {
	vertical-align: middle !important;
}
.wpf-topic-create .cptch_block {
	margin: 15px 0 !important;
}
.wpf-post-create .cptch_images_wrap {
	display: block !important;
}
#wpforo #cptch_slide_container p {
	line-height: 45px !important;
	text-align: center !important;
}
/* Mailchimp */
.mc4wp-form .cptch_math_actions .cptch_mailchimp {
	padding-right: 5px !important;
}
/**
 * RTL styles
 */
.rtl .cptch_block {
	direction: rtl;
	text-align: right;
}

/* bbPress */
.bbp-reply-form .cptch_reload_button_wrap ,
.bbp-topic-form .cptch_reload_button_wrap {
	display: table-cell !important;
}

/* JetPack */
.wp-block-jetpack-contact-form .wp-block-jetpack-button.wp-block-button {
	width: 100%;
}
@media only screen and ( max-width: 782px ) {
	.cptch_reload_button {
		width: 48px;
		height: 48px;
		font-size: 48px;
	}
}
