:root {
  --brand-green: #638A38;
  --brand-bright-green: #96E330;
  --brand-purple: #7800A3;
  --brand-red: #B31900;
  --brand-orange: #FF9E00;
  --brand-dark-gray: #5C5649;
  --brand-gray: #5F6751;
  --brand-jet-black: #000000;
  --brand-charcoal: #3a3633;
  --brand-plum: #652558;
  --brand-btn-gray: #70695c;
  --brand-input-border: #b7ac99;
  --brand-body-color: #989182;
  --brand-body-font-family: 'Barlow-Regular', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  --brand-body-font-medium:
    'Barlow-Medium',
    "Barlow",
    'Roboto',
    'Helvetica Neue',
    Arial,
    sans-serif;
  --brand-headline-font-family: 'Seasons52regular-Regular', 'Comic Sans MS', cursive;
  --brand-headline-bold-font-family: 'Seasons52bold-Bold', 'Comic Sans MS', 'Arial Rounded MT Bold', cursive;
  --brand-accent-font: 'PatrickHand-Regular', "Patrick Hand", "Comic Sans MS", "Segoe Print", "Segoe UI", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Patrick+Hand&display=swap');

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}


body,
html {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-family: var(--brand-body-font-family, 'Barlow-Regular', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif);
  color: var(--brand-body-color, #989182);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-behavior: smooth;



}

@media (max-width: 991.98px) {
  .hide-me-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-me-desktop {
    display: none !important;
  }
}

.scroll-lock,
.no-scroll {
  overflow-y: hidden !important;
}

.fixed-bottom {
  position: fixed !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
}


.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
}

ol,
ul {
  padding-inline-start: 0;
  list-style-position: inside;
}

ul {
  list-style-type: disc;
}

header ol,
header ul,
footer ol,
footer ul {
  list-style: none;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}


#onetrust-consent-sdk {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji !important;
}

#onetrust-policy-text b {
  font-weight: bolder;
}

.btn-default {
  padding: 0.3rem .75rem;
  background-color: #638a38;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  transition: background-color 0.3s ease-in-out;
}

.btn-default:hover {
  background-color: #638a38;
  color: #fff;
}

.btn-outline {
  color: #5C5649;
  font-size: 2.2rem;
  line-height: 1.6rem;
  border: 2px solid #5C5649;
  text-transform: uppercase;
  text-align: center;
  padding: 0.8rem 2rem;
  transition: all 0.3s ease-in-out;
}

.btn-outline:hover {
  background-color: #5C5649;
  color: #ffffff;
}


#header-links {
  display: none;
}

header {
  width: 100%;
  background-color: #fff;
}


.bg-green {
  background-color: #638a38 !important;
}

.header-wrapper .location-wrap .mod-icon-text:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.reservation-wrap .bs-form #full-info #res-additional .res-add-info_label,
.header-wrapper #res-additional .insider-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 0.6rem;
  color: #989182;
}



#header {

  a.nav-link:focus,
  a.login-link:focus,
  a.cart-link:focus {
    text-decoration: underline;
  }

  a.cart-link:focus,
  a.logo:focus {
    border: 2px solid var(--brand-green);
  }
}

/* End Responsive-header.css */

button,
a {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

button:focus,
a:focus {
  outline: none !important;
}

input,
select {
  box-shadow: none;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.drawer-container {
  display: none;
}


img {
  width: 100%;
  height: auto;
}

a {
  color: #989182;
}

a:hover {
  text-decoration: none;
}



.cm-line-break {
  display: block !important;
}





.set-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.set-bg .fetch-img-src {
  display: none;
}

.js-dropdown-box {
  display: none;
  transition: all 0.3s ease-in-out;
}

.js-dropdown-box.open {
  display: block;
}

.js-droplink:before {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.js-droplink.open:before {
  transform: rotate(180deg);
}

#ui-datepicker-div {
  background-color: #f9f7f0;
  border: 1px solid #638a38;
  width: 20rem;
  padding: 1rem 0;
  position: fixed;
  z-index: 5 !important;
  top: 11rem !important;
  display: none;
}

#ui-datepicker-div .ui-state-disabled {
  opacity: 0.4;
  pointer-events: none;
}

#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0 1rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #5C5649;
  left: 1.5rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #5C5649;
  right: 1.5rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  font-size: 1.6rem;
  line-height: 2rem;
}

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar thead th {
  background-color: #638a38;
  color: #ffffff;
  padding: 0.3rem 0;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td {
  padding: 0.3rem 0;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
  color: #638a38;
  font-weight: 600;
}

#success-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 36rem;
  background: #ffffff;
  padding: 1.5rem;
  border: 1px solid #638a38;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  box-shadow: 0px 0px 5px #e2e2e2;
}

#success-modal img {
  max-width: 16rem;
  margin: 0 auto;
  display: block;
}

#success-modal h1 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
  font-family: "Barlow-SemiBold";
}

#success-modal h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  font-family: "Barlow-SemiBold";
}

#success-modal h2:first-of-type {
  line-height: 2rem;
  margin: 1rem 0;
}

#success-modal p {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

#success-modal #success-location-name,
#success-modal #success-location-details {
  text-align: center;
}

#success-modal .success-info {
  display: inline-block;
  text-align: center;
  margin-bottom: 1.2rem;
  width: 33.33%;
}

#success-modal #success-edit,
#success-modal #success-cancel {
  margin: 0 0.3rem;
  display: inline-block;
}

#success-modal #success-edit button,
#success-modal #success-cancel button {
  padding: 0.6rem 1rem;
  background-color: #638a38;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2rem;
  transition: background-color 0.3s ease-in-out;
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
}

#success-modal #success-edit button:hover,
#success-modal #success-cancel button:hover {
  background-color: #638a38;
}

#success-modal .success-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 900;
  top: 0;
  left: 0;
}

#success-modal .success-bg .conf-confirm {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 1.8rem;
  text-align: left;
  background: #f8f5ec;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
}

#success-modal .success-bg .conf-confirm .x-img {
  width: 1.4rem;
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
}

#success-modal .success-bg .conf-confirm .conf-p {
  font-size: 15px;
  line-height: 1.5rem;
}

#success-modal .success-bg .conf-confirm .conf-p br {
  display: none;
}

#success-modal .success-bg .conf-confirm .conf-btn-row {
  text-align: center;
  margin: 1rem 0 0;
}

#success-modal .success-bg .conf-confirm .conf-btn-row a {
  display: inline-block;
  margin: 0 0.3rem;
}

#success-modal .success-bg .conf-confirm .conf-btn-row a button {
  padding: 0.4rem 1rem;
  background-color: #638a38;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2rem;
  transition: background-color 0.3s ease-in-out;
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
  width: 5rem;
}

#success-modal .success-bg .conf-confirm .conf-btn-row a button:hover {
  background-color: #638a38;
}

.bs-header {
  padding: 0 3rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  min-height: 4rem;
}

.bs-header .logo-wrap {
  width: 7rem;
}

.bs-header .logo-wrap .logo {
  display: block;
}

.bs-header nav {
  margin-left: .5rem;
}

.bs-header .nav-list {
  margin-bottom: 0;
}

.bs-header .nav-list .nav-item {
  display: inline-block;
  margin: 0 1rem;
}

.bs-header .nav-list .nav-item:first-of-type {
  margin-left: 0;
}

.bs-header .nav-list .nav-item:last-of-type {
  margin-right: 0;
}

.bs-header .nav-list .nav-link {
  font-family: 'Seasons52bold-Bold',
    'Comic Sans MS',
    cursive,
    sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #638a38;
  letter-spacing: 0.7px;
  padding: 0;
  transition: color 0.3s ease-in-out;
}

.bs-header .nav-list .nav-link:hover {
  color: #638a38;
}

.bs-header .cart-location-wrapper {
  margin-left: auto;
  margin-right: 0;
}

.bs-header .cart-location-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.bs-header .cart-location-list .cart-location-item {
  margin-right: 1.8rem;
  color: #5C5649;
}

.bs-header .cart-location-list .cart-location-item:last-of-type {
  margin-right: 0;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap {
  padding-right: 1rem;
}

.bs-header .cart-location-list .cart-location-item .login-wrap,
.bs-header .cart-location-list .cart-location-item .log-in-link {
  display: none;
  flex-direction: column;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location {
  display: none;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .non-selected-location {
  font-size: 1rem;
  text-transform: uppercase;
  color: #5C5649;
  font-family: var(--brand-body-font-medium, 'Barlow-Medium', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif);
  letter-spacing: 0.7px;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap #no-location-selected {
  display: none;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location {
  text-align: right;
  display: block;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-name,
.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-num {
  display: inline-block;
  font-family: var(--brand-body-font-medium, 'Barlow-Medium', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif);
  font-weight: 500;
  font-size: .93rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #5C5649;
  /* color: var(--brand-body-color, #989182); */
  letter-spacing: 0;

}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-name {
  position: relative;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-name:before {
  content: "";
  border-top: 0.6rem solid #5C5649;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  position: absolute;
  top: 0.4rem;
  right: -1.5rem;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-num {
  display: block;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-link {
  display: inline-block;
  font-family: var(--brand-body-font-medium, 'Barlow-Medium', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif);
  font-weight: 500;
  font-size: .93rem;
  /* color: var(--brand-body-color, #989182); */
  color: #5C5649;
  text-transform: capitalize;

}

.bs-header .cart-location-list .cart-location-item .login-link,
.bs-header .cart-location-list .cart-location-item .logout-link,
.bs-header .cart-location-list .cart-location-item .cart-location-link {
  font-family: var(--brand-body-font-medium, 'Barlow-Medium', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif);
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  color: #5C5649;
  /* color: var(--brand-body-color, #989182); */
  letter-spacing: 0;
}

.bs-header .cart-location-list .cart-location-item.login-wrap .logged-in {
  display: none;
}

.bs-header .cart-location-list .cart-location-item.login-wrap.login>.login-link {
  display: none;
}

.bs-header .cart-location-list .cart-location-item.login-wrap.login .logged-in {
  display: flex;
  flex-direction: column;
}

.bs-header .cart-location-list .cart-location-item.login-wrap.login .logged-in .login-link {
  margin-bottom: 0.3rem;
}

.bs-header .cart-location-list .cart-location-item.login-wrap.login .logged-in .login-link:last-of-type {
  margin-bottom: 0;
}

.bs-header .cart-link {
  display: inline-block;
  width: 2rem;
  position: relative;
}

.bs-header .cart-link .cart-item-count {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #f9f7f0;
  border: 1px solid #638a38;
  color: #638a38;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
  position: absolute;
  bottom: -0.2rem;
  right: -0.2rem;
  display: none;
}

.bs-header .cart-link .cart-item-count .visually-hidden {
  display: none;
}

.bs-header .cart-link.cart-has-fooditem .cart-item-count {
  display: block;
}

.bs-header .cart-link .sr-only {
  display: none;
}

.bs-header #cart-empty-popup {
  background-color: #f9f7f0;
  border: 1px solid #638a38;
  padding: 1rem;
  top: 6rem;
  right: 0.3rem;
  max-width: 25rem;
  color: #5C5649;
  position: absolute;
  z-index: 1070;
}

.bs-header #cart-empty-popup .arrow {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 1px solid;
  border-top-color: #638a38;
  border-left-color: #638a38;
  border-bottom-color: #f9f7f0;
  border-right-color: #f9f7f0;
  transform: rotate(45deg);
  top: -7.6px;
  right: 3rem;
  background-color: #f9f7f0;
}

.bs-header #cart-empty-popup h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
  margin-bottom: 0.6rem;
  font-weight: bold;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.bs-header #cart-empty-popup p {
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.bs-header #cart-empty-popup a {
  display: inline-block;
  margin: 0.5rem auto;
  width: 16rem;
  display: block;
}

.bs-header #cart-empty-popup a input[type=button] {
  padding: 0.6rem 1rem;
  background-color: #638a38;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid #638a38;
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
  width: 100%;
  display: block;
}

.bs-header #cart-empty-popup a input[type=button]:hover {
  background-color: #638a38;
}

.bs-header #cart-empty-popup a#gcHomeId input[type=button] {
  color: #5C5649;
  border: 1px solid #5C5649;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.bs-header #cart-empty-popup a#gcHomeId input[type=button]:hover {
  background-color: #5C5649;
  color: #ffffff;
}

/* RESERVATION WIDGET */

.reservation-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  min-height: 3.6rem;
  box-shadow: 0px 2px 9.9px 3.1px rgba(219, 205, 179, 0.68);
  background-color: #f9f7f0;
  padding: 0.6rem 0;
}

.reservation-wrap #quick-info h2,
.reservation-wrap #quick-info .res-subheader {
  font-family: 'Seasons52bold-Bold', 'Comic Sans MS', cursive, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.reservation-wrap .bs-form #quick-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-wrap .bs-form form {
  background-color: #f9f7f0;
  background-image: none !important;
  overflow: hidden;
  padding: .5rem 0;
}

.reservation-wrap .bs-form .form-title {
  color: #638a38;
  line-height: 1.5;
  text-transform: uppercase;
}

.reservation-wrap .bs-form .selection-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  column-gap: 1rem;
}

.reservation-wrap .bs-form .selection-wrap>div {
  flex: 1;
}

.reservation-wrap .bs-form .selection-wrap .form-group {
  margin-bottom: 0;
}

.reservation-wrap .bs-form .selection-wrap .form-group:last-child {
  margin-right: 0;
}

/* 
.reservation-wrap .bs-form .selection-wrap .form-group.typ-big {
  width: 11rem;
} */

.reservation-wrap .bs-form .form-group .holder.ab-holder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reservation-wrap .bs-form .form-group #temp-res-btn {
  display: none;
}

.reservation-wrap .bs-form #party-info {
  display: none !important;
  padding-top: 0.6rem;
  text-align: center;
}

.reservation-wrap .bs-form #party-info a {
  color: #638a38;
  transition: color 0.3s ease-in-out;
}

.reservation-wrap .bs-form #party-info a:hover {
  color: #638a38;
}

.reservation-wrap .bs-form #res-available {
  padding-top: 0.6rem;
  float: right;
}

.reservation-wrap .bs-form #res-available h3 {
  color: #638a38;
  display: inline-block;
}

.reservation-wrap .bs-form #res-available .available-times {
  margin-left: 1rem;
  display: inline-block;
}

.reservation-wrap .bs-form #res-available .available-times .res-button {
  margin: 0 0.4rem;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  border: 1px solid #638a38;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  display: inline-block;
}

.reservation-wrap .bs-form #res-available .available-times .res-button:hover {
  background-color: #638a38;
  color: #ffffff;
}

.reservation-wrap .bs-form #res-available .available-times .res-button:last-of-type {
  margin-right: 0;
}

.reservation-wrap .bs-form #res-available .available-times .res-button:first-of-type {
  margin-left: 0;
}

.reservation-wrap .bs-form #res-available .available-times #ab-sameAsPref {
  background-color: #638a38;
  color: #ffffff;
}

.reservation-wrap .bs-form #full-info {
  flex-wrap: wrap;
  max-width: 1200px;
}

.reservation-wrap .bs-form #full-info .res-header {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  text-transform: uppercase;
  color: #638a38;
  font-size: 2.6rem;
  line-height: 3rem;
}

.reservation-wrap .bs-form #full-info hr {
  display: none;
}

.reservation-wrap .bs-form #full-info .split {
  width: 50%;
  padding: 1.2rem 2rem;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.reservation-wrap .bs-form #full-info .split:first-of-type {
  border-right: 1px solid #5C5649;
}

.reservation-wrap .bs-form #full-info .split:last-of-type {
  border-left: 1px solid #5C5649;
}

.reservation-wrap .bs-form #full-info .split #res-summary br {
  display: none;
}

.reservation-wrap .bs-form #full-info .split #res-summary p br {
  display: inline;
}

.reservation-wrap .bs-form #full-info #summary-location h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #5C5649;
  font-family: "Barlow-SemiBold";
}

.reservation-wrap .bs-form #full-info #summary-location p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.reservation-wrap .bs-form #full-info #summary-table {
  margin-left: auto;
}

.reservation-wrap .bs-form #full-info #summary-table h3,
.reservation-wrap .bs-form #full-info #summary-table h1 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #5C5649;
  font-family: "Barlow-SemiBold";
}

.reservation-wrap .bs-form #full-info #summary-table h1 {
  text-align: center;
}

.reservation-wrap .bs-form #full-info #summary-time {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.reservation-wrap .bs-form #full-info #summary-time h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #5C5649;
  font-family: "Barlow-SemiBold";
}

.reservation-wrap .bs-form #full-info #summary-time p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-left: 0.5rem;
}

.reservation-wrap .bs-form #full-info #summary-edit {
  margin-bottom: 1rem;
}

.reservation-wrap .bs-form #full-info #summary-edit p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-left: 3.5rem;
  color: #638a38;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

.reservation-wrap .bs-form #full-info #summary-edit p:hover {
  color: #638a38;
}

.reservation-wrap .bs-form #full-info #res-personal h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #5C5649;
  font-family: "Barlow-SemiBold";
  text-transform: uppercase;
}

.reservation-wrap .bs-form #full-info #res-personal .form-row {
  justify-content: space-between;
  margin-top: 0.8rem;
}

.reservation-wrap .bs-form #full-info #res-personal .form-col {
  width: 48%;
}

.reservation-wrap .bs-form #full-info #res-personal .form-col label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
  line-height: 1rem;
}

.reservation-wrap .bs-form #full-info #res-personal .form-col input {
  border: 1px solid #cfc7b5;
  border-radius: 0;
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #5C5649;
  height: auto;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background: #ffffff;
  width: 100%;
}

.reservation-wrap .bs-form #full-info #res-additional h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #5C5649;
  font-family: "Barlow-SemiBold";
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.reservation-wrap .bs-form #full-info #res-additional p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 0.6rem;
}

.reservation-wrap .bs-form #full-info #res-additional textarea {
  border: 1px solid #cfc7b5;
  border-radius: 0;
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #5C5649;
  height: 5rem;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background: #ffffff;
  width: 100%;
  resize: none;
}

.reservation-wrap .bs-form #full-info #res-additional .error-wrapper {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.reservation-wrap .bs-form #full-info #res-insider {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

.reservation-wrap .bs-form #full-info #res-insider .insider-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.reservation-wrap .bs-form #full-info #res-dob {
  margin-bottom: 1rem;
}

.reservation-wrap .bs-form #full-info #res-dob h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #5C5649;
  font-family: "Barlow-SemiBold";
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.reservation-wrap .bs-form #full-info #res-dob .select-wrapper {
  margin: 0 0.3rem;
  position: relative;
  display: inline-block;
  width: 9rem;
}

.reservation-wrap .bs-form #full-info #res-dob .select-wrapper:first-of-type {
  margin-left: 0;
}

.reservation-wrap .bs-form #full-info #res-dob .select-wrapper:last-of-type {
  margin-right: 0;
}

.reservation-wrap .bs-form #full-info #res-dob select {
  border: 1px solid #cfc7b5;
  border-radius: 0;
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #5C5649;
  height: auto;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-color: #ffffff;
  background-image: url("https://media.seasons52.com/images/site/responsive/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1rem 0.5rem;
  background-position: 98% 52%;
  padding-right: 1.6rem;
}

.reservation-wrap .bs-form #full-info #res-dob .holder.ab-holder {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  position: absolute;
  font-size: 1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #5C5649;
  left: 0px;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  background-color: #ffffff;
  width: 8.8rem;
  background-image: url(https://media.seasons52.com/images/site/responsive/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1rem 0.5rem;
  background-position: 98% 52%;
}

.reservation-wrap .bs-form #full-info #res-btn {
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
  padding: 0.6rem 1rem;
  background-color: #638a38;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6rem;
  transition: background-color 0.3s ease-in-out;
  margin-top: -4px;
  margin-left: 30px;
}

.reservation-wrap .bs-form #full-info #res-btn:hover {
  background-color: #638a38;
}

.reservation-wrap .bs-form #full-info .form-row {
  margin-left: 0;
  margin-right: 0;
}

.reservation-wrap .bs-form #full-info .privacyNotice {
  margin: 0 auto 1rem;
  color: #638a38;
  transition: color 0.3s ease-in-out;
}

.reservation-wrap .bs-form #full-info .privacyNotice:hover {
  color: #638a38;
}

.reservation-wrap #res-close {
  position: absolute;
  top: 0.6rem;
  right: 3rem;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
}


.modal#locEmail {
  width: 30rem;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  height: auto;
  background-color: #f9f7f0;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.modal#locEmail .modalbox {
  padding: 1.5rem;
}

.modal#locEmail .modalbox .close {
  width: 1.5rem;
}

.modal#locEmail .modalbox .close img {
  width: 100%;
}

.modal#locEmail .modalbox h3 {
  text-align: center;
  color: #638a38;
  margin-bottom: 0.5rem;
}

.modal#locEmail .modalbox p {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.modal#locEmail .modalbox #error_message_email {
  color: #dc3545;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.modal#locEmail .modalbox .row {
  margin: 0;
}

.modal#locEmail .modalbox .row form {
  width: 100%;
}

.modal#locEmail .modalbox .row form textarea {
  border: 1px solid #cfc7b5;
  border-radius: 0;
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #5C5649;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background: #ffffff;
  resize: none;
  display: block;
  width: 100%;
  height: 5rem;
}

.modal#locEmail .modalbox .row form .primary-btn {
  padding: 0.6rem 1rem;
  background-color: #638a38;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6rem;
  transition: background-color 0.3s ease-in-out;
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
  width: 100%;
}

.modal#locEmail .modalbox .row form .primary-btn:hover {
  background-color: #638a38;
}


.bs-banner {
  overflow: hidden;
  position: relative;
}

.bs-banner .carousel {
  height: 100%;
}

.bs-banner .carousel .carousel-inner {
  height: 100%;
}

.bs-banner .carousel .carousel-item {
  position: relative;
  height: 100%;
}

.bs-banner .carousel .carousel-indicators {
  display: none;
  bottom: 11rem;
  z-index: 2;
}

.bs-banner .carousel .carousel-indicators li {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #dad5c8;
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 1;
  box-sizing: border-box;
  background-color: transparent;
}

.bs-banner .carousel .carousel-indicators li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #dad5c8;
  top: 3.3px;
  left: 3.3px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.bs-banner .carousel .carousel-indicators li.active:before {
  opacity: 1;
}

.bs-banner .carousel .carousel-control-prev,
.bs-banner .carousel .carousel-control-next {
  width: 3.5rem;
  height: 3.5rem;
  top: 45%;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #638a38;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.bs-banner .carousel .carousel-control-prev:hover,
.bs-banner .carousel .carousel-control-next:hover {
  background-color: #638a38;
  opacity: 1;
}

.bs-banner .carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.bs-banner .carousel .carousel-control-next:hover .carousel-control-prev-icon {
  background-image: url("https://media.seasons52.com/images/site/responsive/left-arrow-white.svg");
}

.bs-banner .carousel .carousel-control-prev:hover .carousel-control-next-icon,
.bs-banner .carousel .carousel-control-next:hover .carousel-control-next-icon {
  background-image: url("https://media.seasons52.com/images/site/responsive/right-arrow-white.svg");
}

.bs-banner .carousel .carousel-control-prev {
  left: 3rem;
}

.bs-banner .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("https://media.seasons52.com/images/site/responsive/left-arrow.svg");
  background-size: cover;
}

.bs-banner .carousel .carousel-control-next {
  right: 3rem;
}

.bs-banner .carousel .carousel-control-next .carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("https://media.seasons52.com/images/site/responsive/right-arrow.svg");
  background-size: cover;
}

.bs-banner .banner-cont {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bs-banner .banner-cont .title-img {
  position: relative;
  margin: 0 auto;
  width: 24rem;
  text-align: center;
}

.bs-banner .banner-cont .title-img.typ-big {
  width: 34rem;
}

.bs-banner .banner-cont .title-img.typ-long {
  width: auto;
  height: 11rem;
}

.bs-banner .banner-cont .title-img.typ-long img {
  width: auto;
  height: 100%;
}

.bs-banner .banner-cont .banner-desc {
  color: #625c48;
  font-size: 2rem;
  line-height: 2.4rem;
  max-width: 28rem;
  margin: 3rem auto;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
}

.bs-banner .banner-cont .banner-subtitle {
  font-size: 5.4rem;
  line-height: 4.6rem;
  letter-spacing: -2px;
  color: #5c5649;
  width: 70rem;
  margin: 3rem auto 0;
  text-align: center;
  text-transform: uppercase;
}

.bs-banner .banner-cont .btn {
  width: 24rem;
  font-size: 2.4rem;
  line-height: 2rem;
  margin: 2.5rem auto 0;
  display: block;
}

.bs-banner .img-wrap {
  position: relative;
}

.bs-banner .img-wrap img {
  width: 100%;
}

.bs-banner .img-wrap .img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.bs-banner .img-wrap .img-cta-link:first-of-type {
  position: absolute;
  left: 26.7%;
  width: 18.5%;
  height: 5%;
  bottom: 13%;
}

.bs-banner .img-wrap .img-cta-link:last-of-type {
  right: 25.7%;
  position: absolute;
  width: 18.5%;
  height: 5%;
  bottom: 13%;
}

.bs-banner .scroll-btn {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4rem;
  color: #638a38;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.bs-banner .scroll-btn:before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 0.1rem;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 3.5rem;
  background: url("https://media.seasons52.com/images/site/responsive/scroll-icon.png") center no-repeat;
  background-size: contain;
}

.bs-section {
  padding: 5rem 0;
}

.bs-form .form-control {
  border: 1px solid #b7ac99;
  border-radius: 0;
  /* font-size: 1rem;
  line-height: 1.1rem; */
  text-transform: uppercase;
  color: #70695c;
  /* height: auto; */
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
}

.bs-form .form-control .selection-wrap .form-control {
  font-size: 0.875rem;
  color: #70695c;
}

.bs-form .form-control::placeholder {
  font-size: 0.875rem;
  color: #70695c;
}

.bs-form .form-control::-moz-placeholder {
  font-size: 0.875rem;
  color: #70695c;
}

.bs-form .form-control::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #70695c;
}

.bs-form .form-control:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #70695c;
}

.bs-form .form-control.datepicker {
  background-image: url("https://media.seasons52.com/images/site/responsive/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1rem 0.5rem;
  background-position: 98% 52%;
  padding-right: 1rem;

}

.bs-form select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-color: #ffffff;
  background-image: url("https://media.seasons52.com/images/site/responsive/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1rem 0.5rem;
  background-position: 98% 52%;
  padding-right: 1.6rem;
}

.bs-quick-links {
  width: 100%;

}

.bs-quick-links .list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.bs-quick-links .link-item {
  border: 1px solid #638a38;
  flex-grow: 1;
}

.bs-quick-links .link-item:first-of-type,
.bs-quick-links .link-item:last-of-type {
  border-left: none;
  border-right: none;
}

.bs-quick-links .quick-link {
  display: block;
  padding: 0.75rem;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 4vw, 0.75rem);
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background-color: rgb(99, 138, 56);
  color: #ffffff;
}

.bs-quick-links .quick-link:hover {
  background-color: #638a38;
  color: #ffffff;
}

.bs-quick-links.pos-fixed {
  position: fixed;
  bottom: 0;
}

.mod-img-desc .head-wrap {
  text-align: center;
}

.mod-img-desc .head-wrap h2 {
  font-size: 2.6rem;
  line-height: 2.2rem;
  color: #5C5649;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.mod-img-desc .head-wrap .desc {
  text-align: center;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 1.6rem;
  line-height: 2rem;
  min-height: 6rem;
}

.mod-img-desc .cont-wrap .img-wrap {
  width: 90%;
  margin: 0 auto;
  height: 10.8rem;
}

.mod-img-desc .cont-wrap .act-wrap {
  text-align: center;
  margin-top: 1.5rem;
}

.lyt-main {
  padding-top: 11.8rem;
}



/*# sourceMappingURL=main.css.map */
/*WO383824 changes for reservation widget*/
.disable-reserv-btn {
  pointer-events: none;
  opacity: 0.5;
}

/*CRM popup changes*/
div#emailSignUpModal {
  background: #FFF !important;
  top: 0 !important;
  z-index: 9999;
}

div#emailSignUpModal {
  top: 0;
  margin: 24px auto;
}

.container-fluid.mobalbox .left-img-container p img {
  margin-top: 10px;
  min-height: 340px;
}

.left-img-container img {
  width: 277px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

input#fname::placeholder,
input#lname::placeholder {
  color: #555555;
}

input#fname,
input#lname {
  border-radius: 0;
  border: 1px solid #73994a;
  height: 30px;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #73994a;
}

input#fname::-webkit-input-placeholder,
input#lname::-webkit-input-placeholder {
  color: #73994a;
  font-size: 13px
}

label[for=dob],
label[for=zipcode_step2] {
  width: 100%
}

.select-wrapper {
  /* float: left;
  display: inline-block; */
  /* border: 1px solid #b7ac99; */
  background-image: url('https: //media.seasons52.com/images/site/responsive/down-arrow.svg');
  cursor: pointer;
  background-color: #fff;
  background-size: 15px;
}


.mobalbox #email_signup_form input#zipcode_step2 {
  display: block;
  height: 30px;
  border-radius: 0;
  border: 1px solid #73994a;
}

input#save_email_button {
  position: unset;
  margin-top: 10px;
  margin-left: 8px;
}

img#icondisplay {
  width: 74%;
  height: 50%;
}

div#join_checkbox {
  margin-top: 0px;
}

.container-fluid.mobalbox #email_signup_form h2 {
  font-weight: normal;
  font-size: 32px;
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
  margin-bottom: 20px;
}

#emailSignUpModal .left-img-container {
  margin-right: 20px !important;
  width: 266px;
  margin: 0px 10px 0px 0px;
  background: none;
}

label {
  color: #73994a;
  font-size: 16px;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  display: inline-block;
  margin-bottom: .5rem;
}

label#ae-dob {
  width: 100%;
}

#email_signup_form .row.mar_btm.span6.mar-left-zero {
  margin-top: 10px;
}


input#eclub_emailid {
  height: 30px;
  border-radius: 0;
  border: 1px solid #73994a;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 465px;
}

div#emailSignUpModal {
  height: auto !important;
  top: 0;
  background: #FFF !important;
  top: 0 !important;
  z-index: 9999;
  left: 0;
  right: 0;
  overflow-y: hidden;
  padding-left: 20px !important;

  /*PBI72665 - S52 - Prod - iPAD - Sign Up for seasons52 eCLUB overlay is cutting off in homepage*/
}

.modal-large {
  width: 836px;
}

.input-eclub {
  padding: 4px 6px;
}

.input-eclub {
  transition: none !important;
}

/* 
#gc label,
input,
button,
select,
textarea {
  font-size: 12px;
} */

.left-img-container {
  float: left;
  margin: 0;
  min-height: 308px;
  width: 277px;
}

label[for=dob],
label[for=zipcode_step2],
label[for=fname],
label[for=lname] {
  width: 100%
}

.styled-select,
.styled-select-red {
  position: relative;
  /* float: left; */
  outline: none;
  /* padding-right: 2px; */
}

.select-layoutform {
  width: 8.1em;
  margin-right: 5px;
}

.email_name {
  width: 91% !important;
}


/* .styled-select {
  background: none !important;
} */

img#zip-tooltip {
  width: 14px;
  height: 18px;
}

img#email-tooltip {
  width: 12% !important;
}

.checkbox_d {
  background: url(https://media.seasons52.com/images/site/checkbox.png) no-repeat;
  height: 24px;
  width: 24px;
  float: left;
  margin-top: -2px;
  padding: 0 0 0 0px;
  cursor: pointer;
  text-align: left;
  outline: none;
  margin-right: 10px;
}

.checkbox_d input,
.radio_d input,
.radio_small input {
  display: none;
}

.confirm-check {
  display: inline;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  margin-left: 0px !important;
  color: #73994a;
  font-size: 16px;
  clear: both;
  float: left;
  margin-top: 20px;
}

.span7.opt_in_darden_checkin {
  font-size: 14px;
  width: 779px;
  float: left;
}

input#save_email_button {
  margin-top: 10px;
  margin-left: 8px;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  padding: 5px 12px;
  text-transform: uppercase;
  width: auto;
  font-weight: normal;
  border-radius: 0;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Seasons52regular-Regular',
    Arial,
    sans-serif !important;
  font-size: 20px !important;
  background: #73994a;
  outline: none !important;
}

/* .select-wrapper select {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  width: 100%;
} */

.row.pull-right.email_signup_button {
  float: right;
  margin-right: 10px;
}

/* 
.logo-optin .span7.opt_in_darden_checkin {
  width: 900px;
}

.logo-optin .div-pos-left {
  width: 25%;
  height: 75px;
} */

label#ae-dob {
  width: 100%;
}

/* 
.div-pos-left {
  width: 21%;
  float: left;
  height: 30px;
  display: inline;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  margin-left: 0px !important;
  color: #73994a;
  font-size: 16px;
  margin-top: 17px;
} */


#emailSignUpModal small {
  padding-left: 20px;
}

input,
select {
  font-size: 12px;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.subscribe-modal,
.eclubconfirmation {
  left: 30%;
  height: 125%;
  font-size: 26px;
  font-family: 'Seasons52regular-Regular', 'Comic Sans MS',
    cursive,
    sans-serif;
}

.subscribe-modal div#myModal,
.eclubconfirmation div#myModal {
  height: 20%;
}

.subscribe-modal p,
.eclubconfirmation p {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 15px;
}

.subscribe-modal .mobalbox,
.eclubconfirmation .mobalbox {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}

.subscribe-modal p,
.eclubconfirmation p {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 15px;
  margin-top: 15px;
}

#email_signup_form span.select-wrapper {
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 98% 52%;
}

#emailSignUpModal small {
  padding-left: 20px;
  width: 100%;
  clear: both;
  margin-top: 10px;
  float: left;
}


.bs-footer .invalid-feedback {
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.bs-footer .eclub-wrap {
  padding: 1.5rem 0;

}


.bs-footer .eclub-wrap .bs-form form input::placeholder {
  font-size: 0.75rem;
}


.bs-footer .eclub-wrap .bs-form form input:-moz-placeholder {
  font-size: 0.75rem;
}

.bs-footer .eclub-wrap .bs-form form input ::-webkit-input-placeholder {
  font-size: 0.75rem;
}

.bs-footer .eclub-wrap .bs-form .form .form-validation-failed {
  width: 100%;
  text-align: center;
  color: #dc3545;
}

.bs-footer .eclub-wrap .bs-form .form-title {
  font-size: 1rem;
  line-height: 1;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  color: #71984a;
}



.bs-footer .eclub-wrap .bs-form .form-group .form-control {
  width: 100%;
  border-radius: 0;
  border: 1px solid #b7ac99;
  font-size: 1rem;
  color: #70695c;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.bs-footer .eclub-wrap .bs-form .form-group .form-control::placeholder {
  font-size: 0.875rem;
}

.bs-footer .eclub-wrap .bs-form .form-group .form-control::-moz-placeholder {
  font-size: 0.875rem;
}

.bs-footer .eclub-wrap .bs-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 0.875rem;
}

.bs-footer .eclub-wrap .bs-form #eclub-form-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  text-transform: uppercase;
}


.bs-footer .footer-nav {
  padding: 1.2rem 0;
  background: url("https://media.seasons52.com/images/site/responsive/footer-nav-bg.jpg") center no-repeat;
  background-size: cover;
}

.bs-footer .footer-nav .primary-nav,
.bs-footer .footer-nav .bottom-foot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-footer .footer-nav .bottom-foot {
  flex-direction: column;
  gap: 0.5rem;
}

.bs-footer .footer-nav .bottom-foot .separator--green {
  width: 80%;
  height: 1px;
  background-color: #638a38;
  margin: 0.5rem auto;

}

.bs-footer .footer-nav .primary-nav .nav-item,
.bs-footer .footer-nav .bottom-foot .nav-item {
  padding: 0 0.5rem;
  line-height: .7;
  border-right: 1px solid #5C5649;
}



.bs-footer .footer-nav .primary-nav .nav-item:last-of-type,
.bs-footer .footer-nav .bottom-foot .nav-item:last-of-type {
  padding-right: 0;
  border-right: none;
}

.bs-footer .footer-nav .nav-link {
  color: #5C5649;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.bs-footer .footer-nav .nav-link:hover {
  color: #638a38;
}


.bs-footer .footer-nav .secondary-nav .nav-item {
  padding: 0 0.375rem;
  line-height: 0.625rem;
  border-right-width: 1px;
}

.bs-footer .footer-nav .secondary-nav .nav-item .nav-link {
  font-size: 0.9rem;
  text-transform: capitalize;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}



.bs-footer .footer-nav .primary-nav {
  margin-bottom: 1.2rem;
}


#footer .eclub-labels {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


#footer input[type=email],
#footer input[type=text] {
  border: 1px solid #b7ac99;
  font-size: 1rem;
  /* padding: 0.3rem .7rem; */
}


#footer .bs-footer .eclub-wrap .bs-form .form-group {
  margin-bottom: 1rem;
}

#footer .bs-footer .eclub-wrap .bs-form .form-group .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

#footer .form-disclaimer,
#footer .form-disclaimer p {
  font-size: .75rem;
  line-height: 1;
  font-family: 'Barlow-Regular', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}


#footer .bs-quick-links .quick-link {
  background-color: rgb(99, 138, 56);
  color: #ffffff;
  font-size: .75rem;
}

#footer .bs-quick-links .link-item {
  border: 1px solid #fff;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

#footer .bs-footer .eclub-wrap .bs-form .form-title {
  font-size: 0.93rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.75rem;
}

#footer .bs-footer .eclub-wrap {
  background-color: #f9f7f0;
}

#footer.bs-footer .eclub-wrap .bs-form .form-group input.form-control {
  height: auto;
  border-radius: 0;
  border: 1px solid #b7ac99;
  font-size: 1rem;
  line-height: 1.5;
  color: #70695c;
}



.bs-header .mob-menu-wrap .mob-nav-list .nav-link,
.bs-header .mob-menu-wrap .mob-nav-list a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #638a38;
  text-transform: uppercase;
  display: block;
  font-family: 'Seasons52regular-Regular';
}

.global-alert {
  width: 100%;
  background-color: #638a38;
}

.global-alert .global-alert-wrap {
  width: 100%;
  /* display: flex;
     justify-content: center;
     align-items: center; */
  padding: 0.5rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  display: none;
}

.global-alert .global-message,
.global-alert .global-message a {
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;

}

.global-alert .global-message a {
  text-decoration: underline;
}

.global-alert .global-alert-link {
  display: inline-block;
  margin-left: auto;
  font-size: 0.75rem;
  color: #fff;
  /* color: #5C5649; */
}

.bs-header {
  padding: 0 0.9375rem;
  flex-wrap: wrap;
}

.bs-header .hamburger-btn {
  display: inline-block;
  margin-right: 0.9375rem;
}

.bs-header .hamburger-btn .line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #638a38;
  position: relative;
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.bs-header .hamburger-btn .line:last-of-type {
  margin-top: 10px;
}

.bs-header .hamburger-btn.open .line:first-of-type {
  transform: rotate(45deg);
  top: -1px;
}

.bs-header .hamburger-btn.open .line:last-of-type {
  transform: rotate(-45deg);
}



.bs-header .mod-icon-text {
  margin-left: auto;
  text-align: center;
}

.bs-header .mod-icon-text .icon {
  width: 1.5rem;
  display: block;
  margin: 0 auto 0.1875rem;
}

.bs-header .mod-icon-text .text {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 1px;
  color: #638a38;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Barlow-Regular', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.bs-header .cart-location-list .cart-location-item {
  margin-right: 1.25rem;
}

.bs-header .cart-location-list .cart-location-item:last-of-type {
  margin-right: 0;
}

.bs-header .cart-link {
  display: inline-block;
  width: 1.5rem;
  position: relative;
}

.bs-header .cart-link .cart-item-count {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #f9f7f0;
  border: 1px solid #638a38;
  color: #638a38;
  text-align: center;
  line-height: 1.125rem;
  font-size: 0.9375rem;
  font-family: 'Seasons52regular-Regular', Arial, sans-serif;
  position: absolute;
  bottom: 1.25rem;
  right: -0.3125rem;
  display: none;
}

.bs-header .cart-link .cart-item-count .sr-only {
  display: none;
}

.bs-header .cart-link.cart-has-fooditem .cart-item-count {
  display: block;
}

.bs-header .mob-menu-wrap {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 1.5rem 0.9375rem;
  overflow-y: auto;
  margin: 0;
  z-index: 5;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.bs-header .mob-menu-wrap .mob-nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}



.bs-header .mob-menu-wrap .mob-nav-list.primary-nav .nav-link {
  font-size: 2rem;

}

.bs-header .mob-menu-wrap.active {
  transform: translateX(0%);
}

.bs-header #cart-empty-popup .arrow {
  right: 1.25rem;
}



.header-wrapper .location-wrap {
  width: 100%;
  min-height: 3rem;
  top: 3.875rem;
  padding: 0.375rem 0;
  box-shadow: 0px -3px 9.9px 3.1px rgba(219, 205, 179, 0.68);
  background-color: #f9f7f0;
}

.header-wrapper .location-wrap .mod-icon-text {
  padding: 0 15px;
  height: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: initial;
  align-items: center;
  position: relative;
}

.header-wrapper .location-wrap .mod-icon-text .icon {
  width: 1rem;
  margin-right: 0.5rem;
}

.header-wrapper .location-wrap .mod-icon-text .text {
  color: #5C5649;
  font-family: "Barlow-SemiBold";
  font-size: 1rem;
  text-transform: uppercase;
}

.header-wrapper .location-wrap .mod-icon-text:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.header-wrapper .location-wrap .mod-icon-text.js-droplink.open:before {
  transform: rotate(180deg) translateY(50%);
}

header .location-dropdown {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 6.75rem;
  background-color: #f9f7f0;
  transition: all 0.3s ease-in-out;
  display: none;
}

header .location-dropdown .location-dropdown-hours {
  color: #5C5649;
  display: none;
}

header .location-dropdown #popRestHrsLink {
  display: none;
  color: #638a38;
  transition: color 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
}

header .location-dropdown #popRestHrsLink:hover {
  color: #638a38;
}

header .location-dropdown .location-dropdown-address {
  padding: 0;
}

header .location-dropdown .location-buttons .selected-location {
  display: flex;
  gap: .5rem;
}


header .location-dropdown .select-location {
  display: none;
}

header .location-dropdown .location-buttons .selected-location .btn,
header .location-dropdown .location-buttons .selected-location .btn:hover,
header .location-dropdown .location-buttons .selected-location .btn:focus {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.3rem .75rem;
  color: #FFF;
}

header .location-dropdown .location-dropdown-address h4,
header .location-dropdown .location-dropdown-address h4 a,
header .location-dropdown .location-dropdown-address h4 a:hover,
header .location-dropdown .location-dropdown-address h4 a span {
  font-family: var(--brand-body-font-family, 'Barlow-Regular', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif);
  font-size: 1rem;
  color: #638a38;
  transition: color 0.3s ease-in-out;
  font-weight: 600;
}

header .location-dropdown .location-dropdown-address h4 {
  line-height: 1.3;
  margin-bottom: 0;
}

header .location-dropdown .location-dropdown-address p {
  font-family: var(--brand-body-font-family, 'Barlow-Regular', "Barlow", 'Roboto', 'Helvetica Neue', Arial, sans-serif);
  font-size: 1rem;
  line-height: 1.5;
  color: #5C5649;
  /* color: var(--brand-body-color, #989182); */
  margin-bottom: 0;
}

header .location-dropdown.open {
  padding: 1.2rem 1rem;
  display: block;

}

header .location-dropdown .location-selected {
  display: none;
}

header .location-dropdown .location-selected h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

header .location-dropdown .select-location {
  display: block;
}

header .location-dropdown .select-location .act-wrap {
  padding-top: 0;
}

header .location-dropdown.selected .location-selected {
  display: block;
}

header .location-dropdown.selected .select-location {
  display: none;
}

header .location-dropdown .popup-header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}



header .location-dropdown .location-detail .location-cont .name a {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
  color: #638a38;
  transition: color 0.3s ease-in-out;
}

header .location-dropdown .location-detail .location-cont .name a:hover {
  color: #638a38;
}

header .location-dropdown .location-detail .location-cont .location-address address {
  display: block;
}

header .location-dropdown .location-detail .location-cont .location-address address p {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #5C5649;
}

header .location-dropdown .location-timimg {
  display: none;
  width: 50%;
}

header .location-dropdown .location-timimg .time-item {
  display: flex;
  margin-bottom: 0.1875rem;
  justify-content: space-between;
  align-items: center;
}

header .location-dropdown .location-timimg .time-item span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #5C5649;
}

header .location-dropdown .location-timimg .time-item:last-of-type {
  margin-bottom: 0;
}

header .location-dropdown .location-timimg .time-list {
  font-size: 0.875rem;
  line-height: 1rem;
  width: 100%;
  display: block;
}

header .location-dropdown .location-timimg .time-list .times {
  float: right;
}


header .location-dropdown .location-links.rblinks {
  display: none;
}

.header-wrapper .location-dropdown .location-links .menu-item {
  display: block;

}

header .location-dropdown .location-links .menu-item .link,
header .location-dropdown .location-links .menu-item .link:visited {
  font-size: 1rem;
  line-height: 1;
  color: #5C5649;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
  display: block;
}

header .location-dropdown .location-links .menu-item .link:hover,
header .location-dropdown .location-links .menu-item .link:focus,
header .location-dropdown .location-links .menu-item .link:active {
  color: #638a38;
}

header .location-dropdown .location-links .menu-item:last-of-type {
  margin-bottom: 0;
}

header .location-dropdown .location-links a:hover {
  color: #638a38;
}

header .location-dropdown .location-links ul {
  display: flex;
}



header .location-dropdown .location-links ul li {
  text-align: center;

}

header .location-dropdown .location-links ul li a {
  display: block;
}

header .location-dropdown .location-links--desktop ul {
  margin-bottom: 0;
}

header .location-dropdown .location-links--desktop ul li {
  flex: 1;
}

header .location-dropdown .location-links--desktop ul li a {
  color: #638a38;
}



header .location-dropdown .location-links.mobile-links ul li {
  text-align: center;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  position: relative;
}

header .location-dropdown .location-links.mobile-links ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #638a38;
  right: 0;
  top: 10%;
  bottom: 10%;
  height: 80%;
}

header .location-dropdown .location-links.mobile-links ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

header .location-dropdown .location-links.mobile-links ul li:last-of-type:before {
  content: none;
}

header .location-dropdown .act-wrap {
  padding: 0.75rem 0 0;
}

header .location-dropdown .act-wrap .btn {
  display: block;
  font-family: 'Seasons52regular-Regular',
    Arial,
    sans-serif;
  margin-top: 0.375rem;
}

header .location-dropdown .act-wrap .btn:first-of-type {
  margin-top: 0;
}


.bs-banner .banner-cont {
  top: 45%;
}

.bs-banner .banner-cont .title-img {
  width: 12.5rem;
}

.bs-banner .banner-cont .title-img.typ-big {
  width: 18.75rem;
}

.bs-banner .banner-cont .title-img.typ-long {
  height: 6.25rem;
}

.bs-banner .banner-cont .banner-desc {
  font-size: 1.375rem;
  line-height: 1.625rem;
  max-width: 100%;
  margin: 1.25rem auto;
}

.bs-banner .banner-cont .banner-subtitle {
  font-size: 2.5rem;
  line-height: 2.1875rem;
  letter-spacing: -2px;
  width: 100%;
  margin: 1.25rem auto 1.25rem;
}

.bs-banner .banner-cont .btn {
  width: 17.5rem;
  font-size: 1.625rem;
  line-height: 1.5rem;
  margin: 0rem auto 0;
}

.bs-banner .scroll-btn {
  display: none;
}

.bs-banner .img-wrap .img-cta-link:first-of-type {
  left: 3.5%;
  width: 44%;
  height: 9.2%;
  bottom: 7%;
}

.bs-banner .img-wrap .img-cta-link:last-of-type {
  right: 3.5%;
  width: 44%;
  height: 9.2%;
  bottom: 7%;
}

.bs-banner .carousel .carousel-indicators {
  bottom: 2vw;
  display: flex;
}

.bs-banner .carousel .carousel-indicators li:before {
  top: 3px;
  left: 3px;
}

.bs-banner .carousel .carousel-control-prev,
.bs-banner .carousel .carousel-control-next {
  display: none;
}

.bs-section {
  padding: 1.875rem 0;
}

.bs-footer .eclub-wrap .bs-form {
  padding: 0 15px;
}




.bs-footer .eclub-wrap .bs-form .form-group .form-control {
  font-size: 0.6875rem;
}


.bs-footer .footer-nav {
  padding: 0.9375rem 15px;
  background: #f9f7f0;
}

.bs-footer .footer-nav .primary-nav li a {
  font-family: var(--brand-headline-font-family, 'Seasons52regular-Regular', 'Comic Sans MS', cursive);
  font-size: 1.25rem;
}

.bs-footer .footer-nav .primary-nav .nav-item:last-of-type,
.bs-footer .footer-nav .bottom-foot .nav-item:last-of-type {
  padding-right: 0.375rem;
  border-right: none;
}


.bs-footer .footer-nav .secondary-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  gap: 0.5rem;
}




.bs-footer .footer-nav .secondary-nav .nav-item .nav-link {
  font-size: 0.75rem;
}


.bs-footer .footer-nav .bottom-foot .copyright-text {
  font-size: 0.75rem;
  line-height: 1;
  color: #5C5649;
  font-family: 'Barlow-Regular', 'Barlow', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  display: block;
  text-align: center;
  text-transform: capitalize;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap {
  padding-bottom: 0.625rem;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item {
  margin-right: 1.375rem;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item:first-of-type {
  margin-left: 0;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item:last-of-type {
  margin-right: 0;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item .social-link {
  width: 1.5625rem;
  display: block;
}

.bs-footer .footer-nav .primary-nav {
  margin-bottom: 0.75rem;
}

.mod-img-desc .head-wrap {
  text-align: center;
}

.mod-img-desc .head-wrap h2 {
  font-size: 1.75rem;
  line-height: 1.5rem;
  margin-bottom: 0.375rem;
}

.mod-img-desc .head-wrap .desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  min-height: initial;
  max-width: 80%;
  margin: 0 auto 0.9375rem;
}

.mod-img-desc .cont-wrap .img-wrap {
  height: auto;
}



@media only screen and (min-width: 375px) {
  #footer .bs-quick-links .quick-link {
    font-size: clamp(1rem, 3.5vw, 1rem);
  }
}

@media only screen and (min-width:390px) {
  .bs-header .logo-wrap {
    width: 8.75rem;
  }

  .bs-footer .eclub-wrap .bs-form #club-form-title {
    font-size: 1.5rem;
  }

  .bs-footer .eclub-wrap .bs-form #eclub-form-copy {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 576px) {
  .header-wrapper .location-wrap .mod-icon-text .text {
    font-size: 1rem;
  }

  #footer .bs-footer .eclub-wrap .bs-form .form-title {
    font-size: 1.25rem;
  }

}

@media only screen and (min-width: 768px) {



  #footer .bs-footer .eclub-wrap .bs-form .form-title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 991.98px) and (max-width: 1024px) {

  .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-name,
  .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-num,
  .bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location .location-link {
    font-size: 0.75rem;
  }

  .bs-header .cart-location-list .cart-location-item .login-link,
  .bs-header .cart-location-list .cart-location-item .logout-link,
  .bs-header .cart-location-list .cart-location-item .cart-location-link {
    font-size: 0.875rem;
  }

  .bs-header .nav-list .nav-link {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 992px) {
  .reservation-wrap {
    display: flex;
  }


  .bs-header .cart-location-list .cart-location-item .login-wrap,
  .bs-header .cart-location-list .cart-location-item .log-in-link {
    display: flex !important;
    flex-direction: column;
  }

  header .location-dropdown {
    max-width: 24rem;
    background-color: #f9f7f0;
    border: 1px solid #638a38;
    right: 11rem;
    top: 6rem;
    transition: all 0.3s ease-in-out;
  }

  header .location-dropdown #popRestHrsLink {
    display: inline-block;
  }

  header .location-dropdown .location-dropdown-address h4,
  header .location-dropdown .location-dropdown-address h4 a,
  header .location-dropdown .location-dropdown-address h4 a:hover,
  header .location-dropdown .location-dropdown-address h4 a span {
    font-size: 0.93rem;
  }

  header .location-dropdown .location-dropdown-address address,
  header .location-dropdown .location-dropdown-address p,
  header .location-dropdown .location-dropdown-hours {
    font-size: 0.93rem;
  }

  header .location-dropdown .location-dropdown-hours #popRestHrsLink {
    display: inline-block;
    font-size: 0.93rem;
  }

  header .location-dropdown .location-dropdown-hours {
    display: flex;
    margin-top: 0.5rem;
  }

  header .location-dropdown .location-links.mobile-links {
    display: none;
  }

  header .location-dropdown .location-links.rblinks {
    display: block;
    color: #638a38;
  }



  .bs-header .logo-wrap {
    width: 12rem;
  }


  .global-alert .global-alert-wrap {
    display: block;
  }

  .header-wrapper {
    padding: .75rem 0;
  }

  .bs-header .hamburger-btn {
    display: none;
  }

  #footer .bs-footer .eclub-wrap {
    background: url("https://media.seasons52.com/images/site/page-updates/footer/s552-eclub-form-desktop-bg-1975w.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1rem 0;
    border-top: 1px solid #638a38;

  }


  #footer .invalid-feedback {
    font-size: 70%;
  }


  #footer .eclub-wrap .bs-form .form-wrapper__desktop {
    column-gap: 0.75rem
  }

  #footer #eclub-signup-form .form-group {
    margin-bottom: 0;
  }

  #footer .bs-footer .eclub-wrap .bs-form h2.form-title {
    font-size: .72rem;

  }

  .bs-footer .footer-nav .bottom-foot .copyright-text {
    text-transform: uppercase;
  }

  .bs-footer .footer-nav .bottom-foot .separator--green {
    display: none;
  }

  #footer .bs-footer .footer-nav {
    padding: 1.2rem 0;
    background: #f9f7f0;
    background-size: cover;
  }

  #footer .bs-footer {
    background: url("https://media.seasons52.com/images/site/page-updates/footer/s552-eclub-form-desktop-bg-1975w.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .bs-header nav {
    margin-left: 1rem;
  }

  .bs-header .nav-list .nav-link {
    font-size: 1.5rem;
  }



}

@media only screen and (min-width: 1400px) {
  .bs-footer .footer-nav .bottom-foot {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1600px) {
  #footer .bs-footer .eclub-wrap .bs-form h2.form-title {
    font-size: 0.93rem;
  }
}