/*  MICROTHEMER STYLES  */


/*= MyModifications =========== */

/** MyModifications >> ESPFundo **/
.epsclass .uagb-columns__overlay {
	box-shadow: 0 0 15px 0 !important;
}

/** MyModifications >> Estilizando galeria **/
.stylephotos figure > a > img:nth-of-type(1) {
	border-radius: 10px !important;
	-webkit-transition: 0.8s linear !important;
	transition: 0.8s linear !important;
	-webkit-transition: all 0.8s linear !important;
	-moz-transition: all 0.8s linear !important;
	-webkit-filter: grayscale(100%) !important;
}
.stylephotos figure > a > img:nth-of-type(1):hover {
	filter: none !important;
	-webkit-filter: grayscale(0) !important;
	-webkit-transition: all 0.8s linear !important;
	-moz-transition: all 0.8s linear !important;
	-webkit-transition: all 0.8s linear !important;
	transition: all 0.8s linear !important;
	-moz-transform: scale(1.05) !important;
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
}

/** MyModifications >> style depoiments **/
.styledepoiments .uagb-testimonial__wrap {
	padding: 0 30px 0 0 !important;
}

/** MyModifications >> Stylefaq **/
.stylefaq .uagb-faq-questions {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.10) !important;
	border-radius: 30px !important;
}
.uagb-faq-questions {
	outline: none !important;
}

/** MyModifications >> remove outline faq **/
.stylefaq .uagb-faq-item {
	outline: none !important;
}

/** MyModifications >> Site footer modify **/
.site-footer {
	background-repeat: none !important;
	background-size: cover !important;
}

/** MyModifications >> modify campos form **/
.formprincipal .wpforms-field-required {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05) !important;
	background: #f5f5f5 !important;
	border-radius: 5px !important;
	resize: none !important;
}
.formprincipal button {
	display: block !important;
	margin: auto !important;
	width: 50% !important;
	height: 60px !important;
	letter-spacing: 3px !important;
	color: White !important;
	background: #695548 !important;
	border-radius: 5px !important;
	-webkit-transition: all 2s !important;
	transition: all 2s !important;
	font-weight: bold !important;
}
.formprincipal button:hover {
	background: #FCD936 !important;
	color: black !important;
}

/** MyModifications >> page fotos galeria **/
.stylephotos figure > img:nth-of-type(1) {
	border-radius: 10px !important;
	-webkit-transition: 0.8s linear !important;
	transition: 0.8s linear !important;
	-webkit-transition: all 0.8s linear !important;
	-moz-transition: all 0.8s linear !important;
	-webkit-filter: grayscale(100%) !important;
}
.stylephotos figure > img:nth-of-type(1):hover {
	filter: none !important;
	-webkit-filter: grayscale(0) !important;
	-webkit-transition: all 0.8s linear !important;
	-moz-transition: all 0.8s linear !important;
	-webkit-transition: all 0.8s linear !important;
	transition: all 0.8s linear !important;
	-moz-transform: scale(1.05) !important;
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
}


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

	/*= MyModifications =========== */

	/** MyModifications >> Stylebgdiferencial **/
	.stylebgdiferencial {
	background-image: none !important;
}

	/** MyModifications >> Stylequemsomos **/
	.stylequemsomos {
	background: initial !important;
	padding-left: 20px !important;
}


}


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

	/*= MyModifications =========== */

	/** MyModifications >> Ast builder html element **/
	.ast-builder-html-element {
	padding-left: 20px !important;
}

	/** MyModifications >> BgOtherContacts **/
	.BgOtherContacts {
	padding: 0 !important;
	margin-left: 0 !important;
}

	/** MyModifications >> modify campos form **/
	.formprincipal .wpforms-field-required {
	
}
.formprincipal button {
	width: 80% !important;
}

	/** MyModifications >> Stylequemsomos **/
	.stylequemsomos {
	
}


}

