/*  MICROTHEMER STYLES  */


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

/** General >> Current menu item link **/
.current-menu-item a {
	border-color: rgb(243, 111, 33) !important;
	border-radius: 5px !important;
}

/** General >> Menu item link hover **/
.menu-item a:hover {
	border-color: rgb(243, 111, 33) !important;
	border-radius: 5px !important;
}

