/*  MICROTHEMER STYLES  */


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

/** General >> Main nav **/
#main-nav {
	
}

/** General >> Main nav _2 **/
#main-nav {
	background-color: rgb(10, 87, 148) !important;
}

/** General >> List item:(1) link:(1) **/
.menu-item-object-custom > ul > li:nth-of-type(1) > a:nth-of-type(1) {
	background-color: rgb(10, 87, 148) !important;
}

/** General >> List item:(2) link:(1) **/
.menu-item-object-custom > ul > li:nth-of-type(2) > a:nth-of-type(1) {
	background-color: rgb(10, 87, 148) !important;
}

/** General >> Menu item 76 sub menu **/
#menu-item-76 > .sub-menu {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Menu item 20 link **/
#menu-item-20 > a {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

/** General >> Menu item 77 link **/
#menu-item-77 > a {
	text-transform: none !important;
	background-color: rgba(255, 255, 255, 0.4) !important;
}

/** General >> List item (#2) link **/
li > ul:nth-of-type(1) > li:nth-of-type(2) > a {
	
}

/** General >> List item (#3) link **/
li > ul:nth-of-type(1) > li:nth-of-type(3) > a {
	background-color: rgb(10, 87, 148) !important;
}

