@charset "UTF-8";
/* CSS Document */

/* Texas Exes Cross Site Navigation Bar */

body {
    margin-top: 38px !important;
    position: relative;
    overflow: visible !important;
}
#txex-cross-site-nav {
    position: absolute;
    top: -38px; left: 0; right: 0;
    background-color: #F1F1F1;
    font-family: 'Roboto', Helvetica, Arial, Tahoma, sans-serif;
    font-size: 12px;
    height: 36px;
    border-bottom: 4px solid #dedede;
}
#txex-cross-site-nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#txex-cross-site-nav .wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    width: 100%;
    float: none !important;
}

#txex-cross-site-nav ul li a span {
    
}

/* Nav Items */

#txex-cross-site-nav .txex-nav {

}

#txex-cross-site-nav .txex-nav li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #dedede;
}
#txex-cross-site-nav .txex-nav li a,
#txex-mobile-nav li a {
        font-family: 'Knockout 49 A', 'Knockout 49 B', 'Roboto', Helvetica, Arial, Tahoma, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
}
#txex-cross-site-nav .txex-nav li a {
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0s linear !important;
    -moz-transition: all 0s linear !important;
    -ms-transition: all 0s linear !important;
    -o-transition: all 0s linear !important;
    transition: all 0s linear !important;
    padding: 0 18px;
    color: #747474;
    font-size: 14px;
    text-transform: uppercase;
}

#txex-cross-site-nav .txex-nav li a:hover {
    color: #CC5500;
}

#txex-cross-site-nav .txex-nav li.selected {
    background-color: #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    z-index: 9999;
    position: relative;
    top: 2px;
}

#txex-cross-site-nav .txex-nav li.selected a,
#txex-cross-site-nav .txex-nav li.selected a:hover {
    color: #CC5500;
}

/* Login */

#txex-cross-site-nav .txex-login {
    float: right;
    width:200px;
    text-align: right;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    padding-right: 8px;
}
#txex-cross-site-nav .txex-login a {
    color: #CC5500;
    font-weight: normal;
    font-size: 1em;
    line-height: 36px;
}

#txex-cross-site-nav .txex-login a {
    color: #CC5500;
    font-weight: normal;
}

#txex-cross-site-nav .txex-login i.ico-star {
    font-style: normal;
    margin: 0 8px;
    color: #777777;
}

#txex-cross-site-nav .txex-nav li a > img {
    height: 20px;
    vertical-align: -4px;
    margin-right: 4px;
}

/* Texas Exes Logo */

#txex-cross-site-nav .txex-nav li.texas-exes-home a span {
    display: none;
}
#txex-cross-site-nav .txex-nav li a > img.txex-logo {
    margin-right: 0;
}

/* Mobile View */

#txex-cross-site-nav .narrow {
    display: none;
   
}
#txex-cross-site-nav .narrow > * {
    line-height: 36px;
}

.hamburger {
    top: 12px;
    left: 18px;
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
}

.hamburger i {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 2px;
    background-color: #CC5500;
    width: 100%;
    position: absolute;
    top: 50%;
}

.hamburger:after, .hamburger:before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    border-bottom: 2px solid #CC5500;
    width: 100%;
    left: 0;
    right: 0;
}

.hamburger:after {
    top: 100%;
}

/* Mobile Nav */
#txex-mobile-nav {
    margin: 0; padding: 0;
    background-color: #1d1e20;
}
#txex-mobile-nav li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
#txex-mobile-nav li a {
    color: #FFFFFF;
    line-height: 56px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 16px;
    display: block;
}
#txex-mobile-nav li a > img {
    height: 24px;
    vertical-align: -6px;
    margin-right: 6px;
}
#txex-mobile-nav li:hover {
    background-color: rgba(255,255,255,0.05);
}
#txex-mobile-nav li.selected {
    background-color: #CC5500;
}
#txex-mobile-nav li.selected a {

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 767px) {
    
    #txex-cross-site-nav .wide { display: none; }
    #txex-cross-site-nav .narrow { display: block; }

    #txex-cross-site-nav .narrow a.txex-logo { margin: 0 auto; width: 120px; display: block; }
    #txex-cross-site-nav .narrow a.txex-logo img { height: 22px; margin: 7px auto; display: block; }

    #wpadminbar { position: fixed !important; }

    .admin-bar #txex-mobile-nav { top: 46px; } 

    
}
