.shula-menu {
  font-family: serif;
}

.shula-menu__group__body {
  font-size: 15px;
}

.shula-menu__location a {
  font-size: 14px;
}

@media ( min-width: 62em ){
	.shula-menu__item a {
		font-size: 45px;
		margin-bottom: 0;
	}
} 

.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-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;
  border-bottom: 15px solid #c9b84d;
}

.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;
  max-height: 660px;
}

.shula-hero--fullwidth .shula-hero-bg img {
  display: none;
}

.shula-hero-content-float .animate-on-scroll {
  background-color: #31414b;
}

.shula-hero-content-float {
  text-align: center;
}

.shula-hero--01 .shula-hero-content-float {
  text-align: left;
}

.shula-hero {
  position: relative;
}

.shula-hero .shula-block-bg {
  top: 100px;
  transform: none;
}

.home .shula-slide-float {
  background: none  !important;
}

.shula-tabs-nav-item {
  color: #fff;
  opacity: 1;
}

.shula-tabs-nav-item.active {
  border-bottom: 1px solid #fff;
}

.shula-blocks .btn--secondary, .shula-blocks .btn--secondary:hover {
  background: transparent !important;
  border-color: #788B93 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background: #31414b;
  border: 1px solid #fff;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #31414b;
  background: #fff;
}

/* 02-2020 edits */
.shula-hero--02 .shula-block__ctas .row {
  margin: 0;
  display: inline-block;
}

.shula-slider-v1 .shula-slide {
    padding: 30px 10px;
}

#topBtn {
  display: none;
  position: fixed;
  width: auto;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #topBtn {
    display: none !important;
  }
}

.location-column .shula-block-split-media {
    padding: 0 15px;
}

@media print, screen and (min-width: 62em) {
  .shula-block-split-media {
    padding:0;
  }

  .home .shula-block-split-content {
    padding: 0 60px;
  }
}

/* @media print, screen and (min-width: 42em) {
  h1 {
	  font-size: 4.5rem
  }

  h2 {
	  font-size: 4rem;
  }

  h2.wine-dine {
    font-size: 8rem;
  }

  h3 {
	  font-size: 3rem;
  }
  
  h4 {
	  font-size: 2.5rem;
  }
} */

.home .shula-hero--02 .shula-block-bg.shula-block-bg--left {
  top: 600px;
}

.home .shula-hero--02 .col-lg-6:first-child img {
  max-width: initial;
  width: 400px;
  position: relative;
  left: -100px;
  top: 50px;
}

.home .shula-hero--02 .col-lg-6:nth-child(2) img {
  position: relative;
  width: 600px;
  max-width: initial;
}

/***** Slider Dots **/
.shula-slider-v2__dots{
  display: block;
  width: 100%;
}

.shula-slider-v2__dots .slick-dots {
  bottom: 0;
  display: block;
  margin: 60px auto 0;
  position: relative;
  width: auto;
}

.shula-slider-v2__dots .slick-dots li {
  margin: 0 0.2rem;
  padding: 0;
}

.shula-slider-v2__dots .slick-dots li button {
  margin: 0;
  padding: 0;
}

.shula-slider-v2__dots .shula-slide__dots .slick-dots li,
.shula-slider-v2__dots .shula-slide__dots .slick-dots li button {
  height: 14px;
  width: 14px;
  cursor: pointer;
}

.shula-slider-v2__dots .shula-slide__dots .slick-dots li button::before {
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
  display: block;
  position: relative;
}

.wp-block-buttons.block-btn--primary .wp-block-button {
  display: block;
}

.wp-block-buttons.block-btn--primary .wp-block-button__link {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 100%;
  padding: 20px 30px;
  margin: 0;
  background: #AA6626;
  color: #fff;
  outline: none;
  border: none;
  border-radius: unset;
}

.shula-menu__items {
  padding-top: 2rem;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,body .woocommerce form .form-row {
	display: block;
}

body .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,body .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
}

body .woocommerce tbody,
body .woocommerce thead,
body .woocommerce tfoot,
body .woocommerce tbody tr,
body .woocommerce th,
body .woocommerce td {
  background-color: transparent;
	color: #fff;
	border-color: #fff;
}

body .woocommerce a {
	color: #faaa73;
}

body .woocommerce a:hover {
	color: #faaa73;
}

body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button,body  .woocommerce input.button{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 100%;
	padding: 20px 30px;
	border-radius: 0px;
}

body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt{
	background-color: #faaa73;
	border-color: #faaa73;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 100%;
	padding: 20px 30px;
	border-radius: 0px;
}

.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button,
body .woocommerce #respond input#submit:hover, body .woocommerce a.button:hover, body .woocommerce button.button:hover, body .woocommerce input.button:hover{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}

.wc-block-grid__product-add-to-cart a:hover,
.wc-block-grid__product-add-to-cart button:hover,
body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover{
	background-color: #faaa73;
	border-color: #faaa73;
	opacity: 0.7;
	color: #fff;
}

body .woocommerce .tabs {
	background-color: transparent;
	border-color: transparent;
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li {	
	background-color: transparent;
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #fff;
	color: #000;
}

body .woocommerce form .form-row label, .woocommerce-page form .form-row label {
	color: #fff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
	border: 1px solid #fff;
}

body .woocommerce .woocommerce-notices-wrapper .button {
	color: #faaa73;
	border-color: #faaa73;
}

body .woocommerce .woocommerce-notices-wrapper .button:hover {
	color: #fff;
	background-color: #faaa73;
	border-color: #faaa73;
}

label.wc-pao-addon-name {
	color: #fff;
}

.woocommerce .quantity .qty {
	padding: 15px 5px;
	line-height: 12px;
	height: auto;
}

img.zoomImg {
    display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 8 !important;
}



#input_3_8 {
	color: #3e534a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
}