#nav .nav-item,
#nav .menu-item {
  padding-bottom: 10px;
  padding-top: 10px;
}
#nav .nav-item .menu-item,
#nav .nav-item .nav-item,
#nav .menu-item .menu-item,
#nav .menu-item .nav-item {
  padding: 0;
}

#nav .nav-item.toggle {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #nav .menu ul li.menu-item {
    display: flex;
    align-items: center;
  }

  #nav .menu li#menu-item-6{
    margin-bottom: 0 !important;
  }
}

.nav-open #comedians .header-subnav-container.comedians{
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  #nav .nav-item.toggle {
    flex-wrap: wrap;
    width: 100%;
  }
}
#nav .nav-item.toggle > a {
  color: #fff;
}
#nav .nav-item.toggle::after {
  display: none;
}
#nav .nav-item.toggle:hover {
  cursor: pointer;
}
#nav .nav-item.toggle:hover .menu {
  opacity: 1;
  pointer-events: all;
}
#nav .nav-item.toggle:hover > a {
  color: #f4e68e;
}
@media screen and (min-width: 1024px) {
  #nav .nav-item.toggle .menu {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    pointer-events: none;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  #nav .nav-item.toggle .menu {
    width: 100%;
  }
}
#nav .nav-item.toggle .menu ul {
  background: white;
  display: block;
  padding: 20px;
  position: relative;
  width: max-content;
}
@media screen and (max-width: 1023px) {
  #nav .nav-item.toggle .menu ul {
    background: transparent;
    padding-left: 40px;
    padding-bottom: 0px;
  }
}
#nav .nav-item.toggle .menu ul::before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 5px;
  content: "";
}
@media screen and (max-width: 1023px) {
  #nav .nav-item.toggle .menu ul::before {
    display: none;
  }
}
#nav .nav-item.toggle .menu ul li {
  display: block;
  color: #000;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  #nav .nav-item.toggle .menu ul li {
    color: #fff;
  }
}
#nav .nav-item.toggle .menu ul li + li {
  margin-top: 10px;
}

#nav .menu-item.toggle {
  position: relative;
}
#nav .menu-item.toggle:hover ul {
  opacity: 1;
  pointer-events: all;
}
#nav .menu-item.toggle ul {
  background: white;
  display: block;
  padding: 20px;
  position: relative;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  #nav .menu-item.toggle ul {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    pointer-events: none;
  }
}
@media screen and (max-width: 1023px) {
  #nav .menu-item.toggle ul {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #nav .menu-item.toggle ul {
    background: transparent;
    padding-left: 40px;
    padding-bottom: 0px;
  }
}
#nav .menu-item.toggle ul::before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 5px;
  content: "";
}
@media screen and (max-width: 1023px) {
  #nav .menu-item.toggle ul::before {
    display: none;
  }
}
#nav .menu-item.toggle ul li {
  color: #000;
  display: block;
}
@media screen and (max-width: 1023px) {
  #nav .menu-item.toggle ul li {
    color: #fff;
  }
}
.matrix .card {
  margin-top: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
.matrix .card.single > .grid-x .cell {
  flex-wrap: wrap;
}
.matrix .card.purple {
  background: #64124c;
  color: #fff;
}
.matrix .card.purple a {
  color: #fff;
}
.matrix .card.purple a.button {
  color: #64124c;
  background: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.matrix .card a.button {
  color: #fff;
  background: #64124c;
  border-radius: 100px;
  padding: 10px 20px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.matrix.image-gallery {
  margin-bottom: 0;
}

.intro {
  margin-bottom: 1.5rem;
}
.intro p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}

.restaurant .contactInformation strong {
  font-size: 24px;
}

.restaurant-menu {
  padding-bottom: 0;
}

.border-top {
  border-top: 10px solid #64124c;
  padding-top: 100px;
}

.heading-row {
  text-align: center;
}
.heading-row img {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #c4c4c4;
  border-radius: 100px;
}

.important {
  margin-top: 50px;
  margin-bottom: 70px;
}
.important .cell {
  font-family: "Brandon Grotesque", sans-serif;
  background: #64124c;
  color: #fff;
  padding: 30px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.restaurant-og-bar > div {
  align-items: center;
}

.order-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
}
.order-modal h2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.order-modal h2 .close {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #ccc;
  transition: 0.3s ease;
}
.order-modal h2 .close:hover {
  cursor: pointer;
  background: #ccc;
  transition: 0.3s ease;
}
.order-modal > div {
  background: #fbfbfa;
  padding: 2.5rem 4rem;
}
.order-modal.active {
  opacity: 1;
  pointer-events: all;
}
.order-modal .dates {
  display: none;
}
.order-modal button {
  margin: 20px auto 0 !important;
}

@media screen and (max-width: 47.99875em) {
  .search-results .button-wrapper {
    display: block !important;
  }
}

#comedians {
  position: relative;
}

#comedians .header-subnav-container.comedians {
  margin-bottom: 5rem;
  justify-content: center;
  position: absolute;
  z-index: 100;
  top: -40px;
}

#comedians .header-subnav-container .form input[type="search"]{
  border-bottom: 3px solid rgba(255,255,255,1);
}

@media screen and (max-width: 1023px) {
  #comedians .header-subnav-container.comedians {
    top: -70px;
  }
}


#nav{
  padding-top: 44px !important;
}

/*header.frontpage{
  min-height: 400px !important;
}

header.theme-info {
    height:400px !important;
}

.bg-light.featured {
    padding-top: 50px !important;
}

#top-banner:after{
  background: transparent !important;
}

header.overlay{
   height:400px !important;
   min-height: 400px !important;

}

.bg-light{
  padding-top: 5px !important;
}
*/

/*.header .video-container{
  height: 50%;
}
#content header.overlay:after{ display: none }*/

header .video-container:after {
  background-image:linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(255,0,0,0), rgba(0,0,0,0)) !important;
}

header.overlay:after{
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0));
}


footer {
  height: auto;
}

.footer-col-3 {
   display: flex !important;
   flex-direction: column !important;
   align-items: flex-start !important;
}

.footer-col-3 h2 {
   font-size: 28px;
   line-height: 42px;
   line-height: normal;
   color: #4a4a4a;
   font-weight: 500;
   margin-top: 0;
   margin-bottom: 20px;
   /*font-family: "Open Sans", sans-serif;*/
   font-family: "Brandon Grotesque",sans-serif;
   text-align: left !important;
}

.footer-col-3 p {
   font-size: 18px;
   line-height: 34px;
   color: #000;
   /*font-family: "Open Sans", sans-serif;*/
   font-family: "Lato",sans-serif;
   font-weight: 300;
   text-align: left !important;
}

@media (min-width: 1024px) {
   #nav .flag-item {
     margin-left: 1.5rem !important;
  }
}
 #nav .flag-item .icon-holder {
   max-width: 24px;
   width: 24px;
   min-width: 24px;
   display: inline-flex;
}
 #nav .flag-item .icon-holder img {
   width: 100%;
}
 #nav .flag {
   display: none;
   position: absolute;
   right: 64px;
   top: 11px;
}
 #nav .flag .icon-holder {
   max-width: 24px;
   width: 24px;
   min-width: 24px;
   display: inline-flex;
}
 #nav .flag .icon-holder img {
   width: 100%;
}
 @media (max-width: 1023px) {
   html.nav-open #nav .flag {
     display: inline-block;
  }
   #nav .flag-item {
     display: none;
  }
}
 
 
 
