/*
Theme Name: Anniversary University
Theme URI: https://ivycat.com
Author: Eric Amundson
Author URI: https://ivycat.com
GitHub Theme URI: sewmyheadon/spurs
Version: 1.0.0
Spurs is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: spurs
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready, bootstrap
Description: Spurs combines Holger Koenemann's UnderStrap theme with a page wrapper and some other dev utilities.

Spurs is based on UnderStrap, which combines the Underscores (_s) theme with Bootstrap 4.
Like UnderStrap, Spurs is a solid starting point for a WordPress theme project that includes build tools to make
development faster and easier.

While you can use Spurs as a child theme, it's meant to be a parent or the basis of your new, amazing creation.

Includes Font Awesome support, Contact Form 7 support, built-in widget slider, and more helpful stuff.

IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run
"npm install" and "gulp copy-assets" inside the extracted /spurs folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;

This theme, like WordPress, is licensed under the GPL.

Resource Licenses:
Spurs WordPress Theme, Copyright 2018 Eric Amundson
UnderStrap WordPress Theme, Copyright 2013-2018 Holger Koenemann
Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and make!
*/

#wrapper-navbar nav.navbar #navbarNavDropdown #main-menu>li.current-menu-item a {
    background-color: #fff;
    color: #5c7bef!important;
}
#wrapper-navbar nav.navbar #navbarNavDropdown #main-menu>li.current-menu-item.contact a {
    color: #47bbe7 !important;
}

@media screen and (max-width: 991px) {
    #wrapper-navbar nav.navbar #navbarNavDropdown #main-menu>li.contact.menu-item>a{
        background-color: #0f70b7;
    }
    #wrapper-navbar nav.navbar #navbarNavDropdown #main-menu>li.current_page_item.contact a {
        background-color: #fff;
        color: #47bbe7 !important;
    }
    #wrapper-navbar nav.navbar #navbarNavDropdown #main-menu>li.display-mobile:last-child>a, 
    #wrapper-navbar nav.navbar #navbarNavDropdown #main-menu>li.display-mobile:nth-last-child(2)>a {
        background-color: #030c2d;
    }
}