/*  MICROTHEMER STYLES  */


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

/** Geral >> Colophon link **/
#colophon a {
	color: rgba(221, 221, 221, 0.69) !important;
}

/** Geral >> Colophon link (:hover) **/
#colophon a:hover {
	color: rgb(255, 255, 255) !important;
}

/** Geral >> Sub menu **/
#menu-item-830 .sub-menu {
	background-color: rgb(66, 66, 66) !important;
}

/** Geral >> Sub menu _2 **/
#menu-item-1337 .sub-menu {
	background-color: rgb(66, 66, 66) !important;
}

/** Geral >> Woocommerce loop category title **/
.last .woocommerce-loop-category__title {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Heading 2 **/
ul > li:nth-of-type(2) > a:nth-of-type(1) > h2 {
	color: rgb(3, 3, 3) !important;
}

/** Geral >> Heading 2 _2 **/
ul > li:nth-of-type(1) > a:nth-of-type(1) > h2 {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Heading 2 _4 **/
ul > li:nth-of-type(4) > a:nth-of-type(1) > h2 {
	color: rgb(8, 8, 8) !important;
}

