/*  MICROTHEMER STYLES  */


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

/** Geral >> Customer details col 1 **/
#customer_details > .col-1 {
	width: 100% !important;
}

/** Geral >> Customer details col 2 **/
#customer_details > .col-2 {
	
}


/*= Conteúdo ================= */

/** Conteúdo >> Parágrafo Frase Not Found Categoria **/
.not-found .page-content  p {
	display: none !important;
}


/*= Single Anúncio =========== */

/** Single Anúncio >> Imagem Destaque Anúncio **/
#main .jet-listing-dynamic-image img {
	width: auto !important;
	max-width: 300px !important;
}


/*= Home ====================== */

/** Home >> Imagem Destaque **/
.jet-listing-dynamic-image__link > .attachment-full {
	width: auto !important;
	max-width: 300px !important;
}


/*= Planos ==================== */

/** Planos >> Preço prefixo (promocional) **/
.pricing-table__price-prefix {
	text-decoration: line-through !important;
}


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

	/*= Home ====================== */

	/** Home >> Form News Input 1 **/
	#field_3_1 {
	width: 100% !important;
}

	/** Home >> Home Form News Input 2 **/
	#field_3_2 {
	width: 100% !important;
}

	/** Home >> Gform fields 3 **/
	#gform_fields_3 {
	display: inline-grid !important;
}


}

