
@font-face {
  font-family: "Bite Chalk";
  src: url("../styles/fonts/BiteChalkNormal.woff") format("woff");
}



.shula-header {
  z-index: 10000;
}

.shula-nav-btn-dropdown-right {
  right: 0;
  left: auto;
}

.custom-logo{
  display: none;
}

body.home .custom-logo{
  display: inherit;
}
body.home .custom-logo-inverted{
  display: none;
}

body.home .shula-nav.is_stuck .custom-logo{
  display: none;
}
body.home .shula-nav.is_stuck .custom-logo-inverted{
  display: inherit;
}

/* Fix for Group Page */
body.site-6.menu-is-active .custom-logo{
  display: inherit;
}
body.site-6.menu-is-active .custom-logo-inverted{
  display: none;
}

.shula-blocks p a.btn{
  text-decoration: none;
}

.shula-menu {
  z-index: 10000;
  transform: translate3d(0,0,0);
}

.shula-menu__group__body {
  font-size: 15px;
}

.shula-menu__location a {
  font-size: 14px;
}

.shula-menu__restaurant__title a {
  color: #fff;
}
.shula-menu__restaurant__title a:hover {
  text-decoration: underline;
}

.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea{
  padding-left: 15px !important;
}

.gform_wrapper select{
  width: 100%;
  margin-top: 12px;
}

.shula-menu--groupDining .gform_wrapper textarea,
.shula-menu--groupDining .gform_wrapper input[type=text]{
  background-color: transparent;
  color: #fff;
}

.shula-menu--groupDining .gform_wrapper textarea::placeholder,
.shula-menu--groupDining .gform_wrapper input[type=text]::placeholder{
  color: #fff;
}

.shula-collage-img--03 {
  max-width: initial;
  max-height: initial;
}

.shula-hero--03 .shula-hero-content-float,
.shula-hero--04 .shula-hero-content-float,
.shula-hero--fullwidth .shula-hero-content-float {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  padding: 0 20px;
  top: 50%;
}

.shula-hero--03 .shula-hero-content-float br,
.shula-hero--04 .shula-hero-content-float br,
.shula-hero--fullwidth .shula-hero-content-float br {
  display: none;
}

@media screen and (min-width: 768px) {
  .shula-hero--03 .shula-hero-content-float,
  .shula-hero--04 .shula-hero-content-float,
  .shula-hero--fullwidth .shula-hero-content-float {
    padding: 0 100px;
  }
  .shula-hero--03 .shula-hero-content-float br,
  .shula-hero--04 .shula-hero-content-float br,
  .shula-hero--fullwidth .shula-hero-content-float br {
    display: inherit;
  }
}

.shula-hero--03 .shula-hero-content-float .animate-on-scroll,
.shula-hero--04 .shula-hero-content-float .animate-on-scroll,
.shula-hero--fullwidth .shula-hero-content-float .animate-on-scroll {
  background: transparent;
  padding: 0;
}

.cta-blocks {
  margin-top: 30px;
}

.cta-blocks a {
  display: block;
  text-transform: uppercase;
  padding: 15px
}

.cta-blocks a:hover {
  background-color: #cc202d;
}

.shula-blocks .shula-block__cta a.btn{
  padding-left: 10px;
  padding-right: 10px;
}

.btn--primary{
  border: 1px solid #AA6626;
}

.shula-hero--04 .shula-hero-content-float {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
}

.shula-hero--04 .shula-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.shula-hero--04 .shula-hero-bg img {
  min-width: 100%;
  width: auto;
  max-width: none;
  min-height: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.shula-hero--04 .shula-hero-content {
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .shula-hero--04 .shula-hero-content {
    padding: 100px;
  }
}
.header-fixed {
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 992px) {
  .header-fixed .shula-nav {
    background: transparent;
  }
  .header-fixed .shula-nav.is_stuck {
    background: #0d0d0d;
  }
}
.admin-bar .header-fixed {
  top: 32px;
}
.shula-hero--fullwidth {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.shula-hero--fullwidth::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
  z-index: 2;
}
.shula-hero--fullwidth .shula-hero-content {
  height: 100vh;
}
.shula-hero--fullwidth .shula-hero-bg img {
  display: none;
}

.shula-bar-grill-locations {


}

.shula-bar-grill-locations .shula-hero-content {
    height: 700px;
}

.locations-body-wrapper {
  background-color: #cc202d;
  padding: 3rem 6rem;
  position: absolute;
  top: 80px;
  clear: both;
}

.shula-bar-grill-locations h3 {
  color: #fff;
  display: block;
  padding-bottom: 1rem;
  
}

.shula-bar-grill-locations .locations-wrapper {
  width: 45%;
  float: left;
  
}

.shula-bar-grill-locations .locations-wrapper .location {
  font-size: 1.7rem;
  padding-bottom: 1.1rem;
  color: #FFE2E3;
  cursor: pointer;
}

.shula-bar-grill-locations .locations-wrapper .location.selected {
  font-size: 1.7rem;
  padding-bottom: 1.1rem;
  color: #fff;
  font-weight: bold;
}

.shula-bar-grill-locations .location-info-wrapper {
  width: 50%;
  float: left;
}

.shula-bar-grill-locations .location-info {
  display: none;
  color: #fff;
}

.shula-bar-grill-locations .location-info.selected {
  display: block;
}

.bar-grill-top-hero {

}

.bar-grill-top-hero h2 {
  color: #fff;
  font-size: 4rem;
}

.bar-grill-top-hero .shula-hero-body {
  font-size: 1.5rem;
  color: #fff;
}


span.red-underline{
  display: inline-block;
  border-bottom: 5px solid #cc202d;
}

#groupDining::before,
#email_form::before,
#menus::before {
  content: '';
  display: block;
  height:      164px;
  margin-top: -164px;
  visibility: hidden;
  position: relative;
  z-index: -1;
}

#menusContainer{
  min-height: 500px;
}

/* Shula Burger */
body.site-5 {
  font-family: "Bite Chalk";
  font-size: 17px;
  color: #202626;
  letter-spacing: 1px;
  line-height: 28px;
}

body.site-5 footer{
  font-family: 'Open Sans', sans-serif;
}

body.site-5.menu-is-active .custom-logo-link{
  width: 120px;
}
body.site-5.menu-is-active .custom-logo{
  filter: none;
}
body.site-5 .shula-menu-header-1{
  padding-bottom: 0px;
}
body.site-5.home .shula-nav.is_stuck{
  background-color: #fff;
}

body.site-5 .shula-menu{
  background: url('../styles/images/shula-burger-nav.png') no-repeat center;
  background-size: cover;
  font-family: "Bite Chalk";
}
body.site-5 .shula-menu--main .shula-menu__items .shula-menu__item a{
  display: inline-block;
  padding: 10px 20px;
}
body.site-5 .shula-menu--main .shula-menu__items .shula-menu__item:hover a {
  background: url('../styles/images/shula-nav-banner.svg') no-repeat center;
  background-size: cover;
}
body.site-5 .shula-menu--main .shula-menu__items .shula-menu__item:hover:after{
  display: none;
}


body.site-5 h1,
body.site-5 h2,
body.site-5 h3,
body.site-5 h4,
body.site-5 h5,
body.site-5 h6{
  font-family: "Bite Chalk";
  /* color: #CC202D; */
  letter-spacing: 3.24px;
}

body.site-5 .btn {
  font-family: "Bite Chalk";
}

body.site-5.home .shula-nav{
    background: transparent;
}
body.site-5.home .shula-menu--groupDining h2{
  color: #fff;
}

body.site-5.home .shula-blocks{
    margin-top: -260px;
}
@media ( min-width: 767px ){
  body.site-5.home .shula-blocks{
      margin-top: -240px;
  }
}

body.site-5.home .shula-block-split{
  position: relative;
  overflow-y: hidden;
}
body.site-5.home .shula-block-split::before{
  content: '';
  position: absolute;
  height: 1000px;
  width: 1000px;
  left: -30%;
  opacity: 0.4;
  background: url('../styles/images/shula-burger-texture.svg');
  background-size: cover;
  transform: rotate( -30deg );
}
body.site-5.home .shula-slider-v2-container{
  position: relative;
  overflow-y: hidden;
}
body.site-5.home .shula-slider-v2-container::before{
  content: '';
  position: absolute;
  height: 1000px;
  width: 1000px;
  right: -30%;
  opacity: 0.4;
  background: url('../styles/images/shula-burger-texture.svg');
  background-size: cover;
  transform: rotate( -30deg );
}

body.site-5.home .shula-block-split-content-body ul li{
  list-style-type: none;
}
body.site-5.home .shula-block-split-content-body ul li a{
  letter-spacing: 2.3px;
  line-height: 42px;
}
body.site-5.home .shula-block-split-content-body ul li:hover a:before{
  content: "-";
  text-indent: 20px
}
body.site-5.home > :not(.shula-header) ul li:hover a{
  color: #CC202D;
  /* margin-left: 20px; */
}

/* Shula's bar and grill */
body.site-4 .shula-menu__restaurant__title {
  font-size: 16px;
}
body.site-4.home .shula-blocks{
  margin-top: -260px;
}
body.site-4.home .shula-nav.is_stuck{
  background-color: #fff;
}
body.site-4.home .locations-body-wrapper{
  width: 100%;
}
body.site-4.home .shula-slider-v1 .slick-prev{
  background-color: #CC202D;
  width: 50px;
  height: 50px;
  left: 10px;
}
body.site-4.home .shula-slider-v1 .slick-prev::before{
  color: #fff;
  padding: 25px 10px;
}
body.site-4.home .shula-slider-v1 .slick-next{
  background-color: #CC202D;
  width: 50px;
  height: 50px;
  right: 10px;
}
body.site-4.home .shula-slider-v1 .slick-next::before{
  color: #fff;
  padding: 25px 10px;
}

body.site-4.home .shula-nav{
  background: transparent;
}
@media ( min-width: 767px ){

  body.site-4.home .shula-blocks{
      margin-top: -240px;
  }
}


/* 347 Grille */
body.site-2 .shula-nav .hamburger{
  padding: 13px 20px;
}

body.site-2 .shula-menu__restaurant__title {
  font-size: 18px;
}

body.site-2 .shula-tabs-nav-item {
  opacity: 1;
}

/* Shulas2 */
body.site-3 .shula-menu__restaurant__title {
  font-size: 18px;
}

/* Bar and Grill */
body.site-4 .shula-nav .hamburger{
  padding: 13px 20px;
}


/* Multiple */

body.site-3.home ,
body.site-4.home {

}

body.site-2 ,
body.site-3 ,
body.site-4 {
  font-family: "Nunito Sans";
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 28px;
}

body.site-2 footer,
body.site-3 footer,
body.site-4 footer{
  font-family: 'Open Sans', sans-serif;
}

body.site-2 h1,
body.site-3 h1,
body.site-4 h1,
body.site-2 h2,
body.site-3 h2,
body.site-4 h2,
body.site-2 h3,
body.site-3 h3,
body.site-4 h3,
body.site-2 h4,
body.site-3 h4,
body.site-4 h4,
body.site-2 h5,
body.site-3 h5,
body.site-4 h5,
body.site-2 h6,
body.site-3 h6,
body.site-4 h6{
  font-family: "montserrat";
  letter-spacing: 3.24px;
}

/* Steak House */
@media( min-width: 500px ){
  body.site-1 .shula-nav-btn-dropdown{
    min-width: 445px;
  }
}



/* Shulas Group */
body.site-6 .shula-nav.is_stuck{
  background: #fff;
}

body.site-6 .shula-menu-header-1 {
  padding-top: 45px;
  padding-left: 75px;
}

.yext-menu {
	margin-top: 20px !important;
}



.yext-menu ul.yext-menus-list li.yext-menu-title{
	display: inline-block !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	font-size: 12px !important;
	line-height: 100% !important;
	padding: 20px 30px !important;
	margin: 0 !important;
	background: #fff !important;
	color: #3e534a !important;
	font-weight: 400 !important;
	border: 1px solid #3e534a !important;
}

.yext-menu ul.yext-menus-list li.bullet-divider{
  opacity: 0;
}
.yext-menu .yext-menu-content {
	display: none;
}