/*
 * 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_whitelist_message {
	font-style: italic;
	color: #008000;
	font-weight: normal !important;
}
p.cptch_block {
	display: block !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	word-spacing: normal !important;
	text-align: left;
	margin-bottom:5px;
}

.mathcaptcha-block span{color:#777777; font-weight:normal}
.mathcaptcha-block span input[type="text"]{height:40px; color:#777777; font-size:14px; border:none;}

/*.cptch_title {
	display: block;
	word-wrap: break-word;
	padding-bottom: 5px;
	clear: both;
}*/
.cptch_title {
    float:left;
    margin-right:15px;
    line-height:40px;
}

.cptch_wrap input{text-align:center; padding-left:0;padding-right:0;}

.cptch_wrap {
	display: table-row !important;
	position: relative;
	clear: both;
}
.cptch_label,
.cptch_reload_button_wrap {
	display: table-cell;
	margin: 5px 0 !important;
	vertical-align: middle;
	line-height: 1;
}
.cptch_time_limit_notice {
	display: none;
	color: red;
	font-size: 12px;
}
.cptch_span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}
.cptch_recognition .cptch_span {
	margin-right: 2px; 
}
.rtl .cptch_recognition .cptch_span {
	margin-right: 0px;
	margin-left: 2px;
}
.cptch_img {
	width: 40px;
	max-width: 40px !important;
	height: 40px;
	top: 0;
	z-index: 1;
}
.cptch_reload_button_wrap .cptch_reload_button {
	width: 32px;
	height: 32px;
	font-size: 32px;
	margin: 0 15px;
	vertical-align: text-bottom;
}
.cptch_reload_button:before {
	vertical-align: text-bottom;
}
.cptch_recognition .cptch_images_wrap {
	display: block;
	margin-bottom: 3px;
}

.call-to-action .mathcaptcha-block span {
    color: #fff;
}

/**
 * RTL styles
 */
.rtl .cptch_block {
	direction: rtl;
	text-align: right;
}

@media only screen and ( max-width: 782px ) {
	.cptch_reload_button {
		width: 48px;
		height: 48px;
		font-size: 48px;
	}
}