/*  MICROTHEMER STYLES  */


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

/** Geral >> Post 296 attachment large **/
#post-296 .attachment-large {
	width: 1200px !important;
}

/** Geral >> Submit button **/
#submit_button {
	color: rgb(12, 139, 38) !important;
	font-weight: 800 !important;
	background-color: rgb(207, 255, 213) !important;
	border-radius: 30px !important;
}


/*= hall da fama ============== */

/** hall da fama >> Container link social halls **/
.container-link-social-halls {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
}

