/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> .form-group > div > div:nth-of-type(1) **/
.form-group > div > div:nth-of-type(1) {
	height: auto !important;
}

/** Geral >> .classima-acc-form-map-row > .col-sm-3 **/
.classima-acc-form-map-row > .col-sm-3 {
	text-shadow: 0 0 !important;
}

/** Geral >> .classima-acc-form-map-row > .lazyloaded **/
.classima-acc-form-map-row > .lazyloaded {
	filter: blur(64px) !important;
	width: 100% !important;
}

/** Geral >> #rtcl-website **/
#rtcl-website {
	filter: blur(64px) !important;
}

/** Geral >> .classima-acc-form-website-row > .lazyloaded **/
.classima-acc-form-website-row > .lazyloaded {
	filter: blur(64px) !important;
}


/*( Tablet & celular )*/
@media (max-width: 767px) {

	/*= Geral ===================== */

	/** Geral >> #rtcl-user-account .rtcl-map **/
	#rtcl-user-account .rtcl-map {
	height: 100% !important;
}

	/** Geral >> .classima-acc-form-map-row .control-label **/
	.classima-acc-form-map-row .control-label {
	filter: blur(64px) brightness(0) contrast(-0) !important;
}

	/** Geral >> .classima-acc-form-website-row > .col-sm-9 **/
	.classima-acc-form-website-row > .col-sm-9 {
	filter: blur(64px) brightness(0) contrast(-0) !important;
}

	/** Geral >> .classima-acc-form-website-row > .col-sm-3 **/
	.classima-acc-form-website-row > .col-sm-3 {
	filter: blur(48px) !important;
}


}


/*( Celular )*/
@media (max-width: 480px) {

	/*= Geral ===================== */

	/** Geral >> #meanmenu .lazyloaded **/
	#meanmenu .lazyloaded {
	width: auto !important;
	min-width: 100px !important;
	height: auto !important;
	min-height: 100% !important;
	max-height: auto !important;
	padding-top: 0 !important;
}


}

