/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> #colophon .footer-adv-overlay **/
#colophon .footer-adv-overlay {
	background-image: linear-gradient(rgb(32, 35, 29), transparent) !important;
	height: 300px !important;
	padding-top: 60px !important;
}


/*= Main Menu ================= */

/** Main Menu >> menu principal **/
#primary-menu > li > a:nth-of-type(1) {
	color: rgb(255, 255, 255) !important;
	text-shadow: 0 0 rgb(0, 0, 0) !important;
	box-shadow: 8px 4px 4px rgba(7, 6, 6, 0.5) !important;
	background-color: rgb(153, 47, 47) !important;
	background-image: linear-gradient(180deg, rgb(164, 3, 3), transparent) !important;
	height: 40px !important;
	margin-right: 10px !important;
	border-top-color: rgb(153, 47, 47) !important;
	border-width: 1px !important;
	border-radius: 10px !important;
}

/** Main Menu >> menu principal:hover **/
#primary-menu li a:nth-of-type(1):hover {
	background-color: rgb(0, 0, 0) !important;
}


/*= Content =================== */

/** Content >> serviços **/
.uagb-ifb-image-content > img {
	text-shadow: 10px 0 !important;
	box-shadow: 2px 2px 2px rgb(1, 0, 0) !important;
	background-color: rgb(0, 0, 0) !important;
	background-position: 10px !important;
}

/** Content >> serviços:hover **/
.uagb-ifb-image-content img:hover {
	box-shadow: 10px 0 rgb(255, 246, 246) !important;
	background-color: rgb(255, 20, 20) !important;
}


/*= Footer ==================== */

/** Footer >> mapa **/
#gallery-1 .attachment-full {
	
}

/** Footer >> barra de rodape **/
#colophon .ast-footer-overlay {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/** Footer >> rodope maior **/
#colophon .footer-adv-overlay {
	padding-top: ~~ !important;
}

