/* -------------------------------------------------------------
	SITE NAVIGATION ONEPAGE
------------------------------------------------------------- */

/* onepage nav active menu item*/
@media only screen and (min-width: 769px) {
	.current_page_item .avia-menu-text, .active-menu-item {
	  color: rgba(255, 255, 255, 0.7) !important;
	}
}

.active-menu-item .avia-menu-fx
{
    opacity: 1;
    visibility: visible;
    background-color: #70942f;
    border-color: #507210;
    height: 2px;
    width: 100%;
 }

/*remove default styles*/
.current-menu-item .avia-menu-text
{
      color: #fff !important;
}

.current-menu-item .avia-menu-fx
{
      display: none!important;
}



/* -------------------------------------------------------------
	HOVER COLORS
------------------------------------------------------------- */

@media only screen and (min-width: 990px) {

	/* Music */
	#top #header .av-main-nav > li#menu-item-16716.current-menu-item > a span
	{
		color: #ff006a !important;
	}
	
	/* Shows */
	#top #header .av-main-nav > li#menu-item-16717.current-menu-item > a span
	{
		color: #ff9600 !important;
	}
	
	/* Shop */
	#top #header .av-main-nav > li#menu-item-16718.current-menu-item > a span
	{
		color: #36e900 !important;
	}
	
	/* Contact */
	#top #header .av-main-nav > li#menu-item-16719.current-menu-item > a span
	{
		color: #00bdf9 !important;
	}

}