@font-face {
    font-family: Avenir;
    src: url("https://s3.amazonaws.com/advantagewebtheme/altitude/AvenirLTStd-Roman.otf");
}

/* booking selection updates */

.choice-group-title{
  visibility: hidden;
}

.choice-group-title:before{
  visibility: visible;
  content:"Choose any Available Table";
}

.modifier-header,.modifier-header-top{
  display: none;
}


/* end booking updates */

header.top-menu .navbar {
    margin-bottom: 0;
    min-height: 35px;
    box-shadow: none;
    border: none;
    border-bottom: none;
    background: #02AEF0;
}

body.sticky{
    background: #f9f9f9;
}

body{
    font-family: Avenir !important;
}

header.top-menu .navbar .navbar-nav > li > a{
    color:white;
}

#top-nav-collapse > ul:nth-child(1) > li:nth-child(2) > a > span {

display:none;
}

#top-nav-collapse > ul.nav.navbar-nav.navbar-right > li.dropdown.language-dropdown-link {

display:none;
}

.btn{
    border-radius: 3px;
    text-transform: uppercase;
}

.default-menu > .nav-pills{
    font-family: Avenir;
}

.site-actions {
    background: url(https://s3.amazonaws.com/advantagewebtheme/altitude/images/Purple_Gradient.png);
    height: 140px;
    position: relative;
    bottom: 16px;
}

.nav.nav-pills.main-nav {
    width: 738px;
}

.container{
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.site-logo{
    position: relative;
    top: 20px;
}

.widget-menu {
    background-color: transparent;
}

.widget-menu .main-nav li > a:focus {
    color:#f57c1f;
    background: transparent;
}

.widget-menu .main-nav li.active > a{    
    color:#f57c1f;
    background: transparent;
}

.widget-menu .main-nav li.active > a:hover{    
    color:#bab9bb;
    background: transparent;
}

.widget-menu .main-nav li.active:focus{
    color:#f57c1f;
    background: transparent;
}

.widget-menu .main-nav li > a:hover{
    color: #bab9bb;
    background: transparent;
}

.main-nav{
    font-family: "Avenir";
    font-weight: bold;
    position: relative;
    bottom: 95px;
    right:-12%;
    text-transform: uppercase;
}

.widget-menu .main-nav li > a{
    font-size: 16px;
}

footer.foot > div {
    padding: 0;
    color: #fff;
    background: url(https://altitudetrampolinepark.com/wp-content/uploads/2018/06/FoamPit.png);
    background-position: 0px 6%;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}

footer.foot .powered-by {
    background: #000 !important;
    color: #fff !important;
    border-top: solid #5a5a5a 1px;
}

footer.foot .footer-item-label{
    color: white;
    font-weight:bold;
}

footer.foot .links li a{
    color:white !important;
}

footer.foot .powered-by-text, footer.foot .copyright .templatearea .data-templatearea-content{
    color:white !important;
}

footer.foot .links li a {
    color: #fff !important;
    font-weight: bold;
    text-shadow: -1px 2px #824d00;
}

footer.foot .footer-item-label {
    color: #fff;
    font-weight: bold;
    text-shadow: -1px 2px #824d00;
}

/*Mobile Only*/

@media (max-width: 991px) {

 .main-nav {
    font-family: "Avenir";
    font-weight: bold;
    position: relative;
    bottom: 0px !important;
    right: 0% !important;
    text-transform: uppercase;
 }

 .widget-menu ul.main-nav li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    padding: 12px 15px;
    margin: 3px -3px;
    font-size: 13px;
    line-height: 12px;
 }

 .navbar-collapse.in {
    overflow-y: auto;
    background: #664f9f;
 }

}

@media (min-width:768px) and (max-width:991px) {
    
.widget-menu {
    background-color: #664f9f;
    top: -17px;
 }
} 

@media (max-width: 767px){

.nav.nav-pills.main-nav {
    width: auto;
 }
}
/*End Mobile*/