/*  MICROTHEMER STYLES  */


/*= Rodapé =================== */

/** Rodapé >> #colophon > .ast-builder-grid-row-tablet-full **/
#colophon > .ast-builder-grid-row-tablet-full {
	height: 20px !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}


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

	/*= Rodapé =================== */

	/** Rodapé >> #colophon > .ast-builder-grid-row-tablet-full **/
	#colophon > .ast-builder-grid-row-tablet-full {
	height: 0 !important;
	margin-left: -3px !important;
}

	/** Rodapé >> #colophon .ast-builder-grid-row-container-inner **/
	#colophon .ast-builder-grid-row-container-inner {
	height: 15px !important;
}

	/** Rodapé >> #colophon .ast-builder-footer-grid-columns **/
	#colophon .ast-builder-footer-grid-columns {
	height: 15px !important;
}

	/** Rodapé >> #colophon p **/
	#colophon p {
	height: 10px !important;
}


}

