/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width: 850px) {
	.footer-menu a.ux-menu-link__link, .menu-footer a.ux-menu-link__link{
		font-size:0.9em;
	}
	#wide-nav .header-nav{
		background:linear-gradient(to bottom, #feffaa 0, #faffdb 29%, #ffbb43 80%, #fede5e 100%);
		border-radius:99px;
		padding-left:20px;
		padding-right:20px;
	}
	.header:not(.transparent) .header-bottom-nav.nav > li > a {
			text-shadow: 1px 1px 0 #fecd6a, 1px -1px 0 #fecd6a, -1px 1px 0 #fecd6a, -1px -1px 0 #fecd6a, 1px 0 0 #ffffff, 0 1px 0 #ffffff, -1px 0 0 #ffffff, 0 -1px 0 #ffffff;
			color: #000 !important;
	}
	.header:not(.transparent) .header-bottom-nav.nav > li.active > a, .header:not(.transparent) .header-bottom-nav.nav > li:hover > a{
		text-shadow: 1px 1px 0 #c67233, 1px -1px 0 #c67233, -1px 1px 0 #c67233, -1px -1px 0 #c67233, 1px 0 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 0 -1px 0 #000000;
    color: #fffac8 !important;
	}

}