/*
Theme Name: Divi Child Theme - S3 Brandbar
Theme URI: http://web.vanderbilt.edu
Description: This is a child theme of the Divi theme from Elegant Themes which includes the S3 VU Brandbar. Last Updated LP 2016-11-22.
Author: Vanderbilt Web Communications Team
Author URI: http://web.vanderbilt.edu/
Version: 1.3.0
Template: divi
*/

/* DIVI PARENT OVERRIDE */
#main-header {
    z-index: 10;
}

/* BRAND BAR DIVI OVERRIDES */
#main_navbar .nav li ul {
    z-index: 100;
    width: auto !important;
    border-top: 0 !important;
    -webkit-box-shadow: 0px 0px 0px !important;
    -moz-box-shadow: 0px 0px 0px !important;
    box-shadow: 0px 0px 0px !important;
    border: 0 !important;
    background: #444 !important;
}
.brandbar-fixed {
    position: fixed;
    width: 100%;
}
@media (max-width: 980px) {
    .brandbar-fixed {
        position: absolute;
    }
}