/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

#primary-menu .menu-link {
	color: #03521d;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
}

/*= Menu principal ============ */

/** Menu principal >> Activie item menu **/
.current-menu-item > .menu-link {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(3, 82, 29) !important;
	height: 45px !important;
}

/** Menu principal >> Items **/
#primary-menu .menu-link {
	
}

