@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Wellfleet&display=swap');

@media(max-width:767px){
  #widgets-collapse{
    max-width: 100%;
    position: relative;
   margin: 0;
  }
 
  .widget-menu ul.main-nav li,   .widget-menu ul.main-nav li a{
    display: flex;
  }
  
  #widgets-collapse > .container > .row{
    width: 100%;
  }
  
  .widget-menu ul.main-nav{
    max-height: unset;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  
  .widget-menu ul.main-nav li{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .widget-menu .widget-menu-auth > ul > li > a{
    color:#194511;
  }
  
  body.sticky .dynamic-content{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0;
  }
  
 #widgets-collapse > .container > .row{
  position: relative;
  left: 0;
  margin: 0;
   max-width: 100%;
} 
  
  .navbar-toggle .icon-bar{
    background-color: white !important;
  }
  
}


.widget-menu .main-nav li > a{
  font-size:18px;
  text-transform: uppercase;
  font-weight:400;
}

ul.main-nav.nav.nav-pills{
  display: flex;
  justify-content: center;
}

.page-header > h1{
  font-size: 26px;
}

/* buttons */
.btn, .col-content .btn{
font-family: "Wellfleet", "Cursive";
  text-transform:uppercase;
  font-size:15px;
  padding: 15px 24px;
}

/* event reservation button fix */

.row-mobile-controls {
	display: flex;
	flex-wrap: wrap;
}

.row-mobile-controls .mobile-left {
	flex-basis: 100%;
}

.cart-count span{
  color: white;
}

/* input button fix */

.input-group-btn > a{
  display: flex;
  align-items: center;
  justify-content:center;
}

#widgets-collapse > .container{
  display: flex;
}



.site-actions{
  height: 100px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.site-actions > .container .pull-left{
  float: none !important;
}

.pull-left > .site-logo img{
height: fit-content;
  max-width: 278px;
  max-height: 190px;
}

@media(min-width:992px){

 #widgets-collapse > .container{
    display: flex;
   width: 100%;
   max-height: 90px;
   align-items: center;
   position: relative;
  } 
  
  .dynamic-content > .container{
    margin-top: 100px;
  }
  
  #widgets-collapse > .container > .row{
    max-width: calc(50% - 100px);
  }
  
  
  #widgets-collapse{
    height: 50px !important;
    transform: translateY(-150%);
    position: relative;
  }
  
  .nav.main-nav li, .nav.main-nav li a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    flex-direction: row;
    max-height: 50px;
  }
  
  
  .nav.nav-pills > li > a > span.icon{
    padding-right: 10px;
  }
  
  .nav.nav-pills > li a > span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: absolute;
    right: -20px;
  }
  
}