/*  MICROTHEMER STYLES  */


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

/** General >> Current page item link **/
.current_page_item a {
	color: rgb(255, 255, 255) !important;
}

/** General >> Current page item link (:hover) **/
.current_page_item a:hover {
	color: rgb(232, 7, 7) !important;
}

/** General >> Prime nav link **/
#prime_nav a {
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
}

/** General >> Prime nav link (:hover) **/
#prime_nav a:hover {
	color: rgb(204, 29, 29) !important;
	font-weight: bold !important;
}

