/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width: 850px) {
    #masthead .header-inner .flex-col.flex-left{
        display: none!important;
    }

    .footer-menu a.ux-menu-link__link,
    .menu-footer a.ux-menu-link__link {
        font-size: 0.9em;
    }

    .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;
    }
}


@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) {

}
