/*  MICROTHEMER STYLES here  */


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

/** General >> .menu li **/
.menu li {
	margin-bottom: 5px !important;
}


/** General >> .menu a **/
.menu a {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto Condensed' !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	width: 100% !important;
	padding: 5px !important;
	border: 1px solid rgb(153, 104, 50) !important;
	border-radius: 3px !important;
	display: block !important;
}


/** General >> .menu a:hover **/
.menu a:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(153, 104, 50) !important;
}


/** General >> .menu .current-menu-item a **/
.menu .current-menu-item a {
	color: rgb(255, 255, 255) !important;
	font-weight: 300 !important;
	background-color: rgb(153, 104, 50) !important;
	padding: 5px !important;
	border: 1px solid rgb(153, 104, 50) !important;
	border-radius: 3px !important;
	display: block !important;
}


/** General >> .sub-menu a **/
.sub-menu a {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto Condensed' !important;
	font-size: 13px !important;
	font-weight: 300 !important;
}

