@charset "utf-8";.cloaked_email span:before { content: attr(data-ep-a4330); } .cloaked_email span:after { content: attr(data-ep-b1a67); }
/* ================= RS Form Pro RESPONSIVE - START ================= */ 

/* -------- When in Sidebar & Bottom :: START -------- */
.uk-form-row {
 margin-bottom: 15px;
}
.dp-rsmodule .uk-form-horizontal .formControlLabel,
.dp-rsmodule .uk-form h2,
.dp-rsmodule .rsform h2 {
	display: none;
}
.dp-rsmodule .uk-form-horizontal .formControlLabel {
	float: none;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}
.dp-rsmodule .uk-form-horizontal .formControls {
	margin-left: 0px;
        width:100%;
}
.dp-rsmodule .uk-form-horizontal .formBody {
	float: none;
	margin-right: 0px;
}

.dp-rsmodule input[type="radio"],
.dp-rsmodule input[type="checkbox"],
.dp-rsmodule .rsform-block-antispam input {
	width: 16px!important;
	margin-right: 5px;
}
.dp-rsmodule .rsform-block-antispam input {
	width: 100%!important;
}
/* -------- When in Sidebar & Bottom :: END -------- */

/* -------- Dark BG (would need to change .tm-block-senary) :: START -------- */
.tm-block-senary .uk-form select,
.tm-block-senary .uk-form textarea,
.tm-block-senary .uk-form input:not([type]),
.tm-block-senary .uk-form input[type="text"],
.tm-block-senary .uk-form input[type="password"],
.tm-block-senary .uk-form input[type="datetime"],
.tm-block-senary .uk-form input[type="datetime-local"],
.tm-block-senary .uk-form input[type="date"],
.tm-block-senary .uk-form input[type="month"],
.tm-block-senary .uk-form input[type="time"],
.tm-block-senary .uk-form input[type="week"],
.tm-block-senary .uk-form input[type="number"],
.tm-block-senary .uk-form input[type="email"],
.tm-block-senary .uk-form input[type="url"],
.tm-block-senary .uk-form input[type="search"],
.tm-block-senary .uk-form input[type="tel"],
.tm-block-senary .uk-form input[type="color"] {
	color: rgba(255,255,255,0.54);
	border-color: rgba(255,255,255,0.15);
}
/* -------- Dark BG :: END -------- */

.uk-form input[type="radio"] {
	margin-bottom: -2px;
	margin-left: 6px;
	margin-right: 5px;
}
.uk-form input[type="checkbox"] {
	margin-bottom: -2px;
	margin-right: 5px;
}

/* -------- Responsive Layout -------- */

@media (min-width: 768px) and (max-width: 959px) {
/*left width*/
.uk-form-horizontal .formControlLabel {
	width: 140px;
	display: inline-block;
}
.uk-form-horizontal .formControls {
	display: inline-block;
}
.uk-form-horizontal textarea {
	width: 300px!important;
}
.dp-rsmodule .uk-form-horizontal textarea {
	width: 100%!important;
}
}

@media screen and (max-width: 650px) {
/*left width*/
.uk-form-horizontal .formControlLabel {
	display: block;
	width: inherit;
}
.uk-form-horizontal .formControls {
	margin-left: 0px;
}
.uk-form-horizontal .formBody {
	float: none;
	margin-right: 0px;
}
.uk-form-horizontal input[type="text"],
.uk-form-horizontal input[type="password"],
.uk-form-horizontal textarea,
.uk-form-horizontal select {
	width: 100%!important;
}
}

@media screen and (max-width: 330px) {
.uk-form-horizontal input[type="text"],
.uk-form-horizontal input[type="password"],
.uk-form-horizontal textarea,
.uk-form-horizontal select {
	width: 100%!important;
}
}

/* -------- RS Form Pro RESPONSIVE - END -------- */

/* -------- Google ReCAPTCHA Resizing :: START -------- */
#g-recaptcha-32 {
	transform: scale(0.97);
	-webkit-transform: scale(0.97);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	width: 255px;
}
#rc-imageselect {
	transform: scale(0.97);
	-webkit-transform: scale(0.97);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
/* Only Phones */
@media (max-width: 767px) {
#g-recaptcha-32 {
	transform: scale(0.84);
	-webkit-transform: scale(0.84);
	transform-origin: 0 0;
}
#rc-imageselect {
	transform: scale(0.84);
	-webkit-transform: scale(0.84);
}}
/* Only tablets and Large Screen */
@media (min-width: 768px) and (max-width: 1219px) {
#g-recaptcha-32 {
	transform: scale(0.76);
	-webkit-transform: scale(0.76);
	transform-origin: 0 0;
}
#rc-imageselect {
	transform: scale(0.76);
	-webkit-transform: scale(0.76);
}
}

/* -------- Google ReCAPTCHA Resizing :: END -------- */

/* ================= RS Form Pro RESPONSIVE - END ================= */
