.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 100vh;
  margin-top: -125px;
  margin-bottom: 0px;
  background-color: transparent;
}

.hero-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/cafe_30a_hero_a.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/cafe_30a_hero_a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-div.landing {
  position: static;
  z-index: 50;
  height: 100%;
  padding-top: 0px;
  background-image: none;
}

.hero-elements-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px none #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/cafe_30a_big_spread_flare.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/cafe_30a_big_spread_flare.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 125px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgba(0, 0, 0, 0.45)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 54%, transparent);
}

.navbar.menu {
  background-color: #000;
  background-image: none;
}

.nav-link {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 4px solid red;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.far-left {
  margin-left: -30px;
  padding-left: 30px;
  letter-spacing: 0px;
}

.nav-link.far-left.w--current {
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 4px none red;
  color: #fff;
}

.nav-link.far-left.w--current:hover {
  border-bottom-style: solid;
}

.nav-link.far-right {
  display: inline-block;
  margin-right: -30px;
  padding-right: 30px;
  padding-left: 30px;
}

.nav-link.far-right.giftcards {
  display: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  max-width: 100vw;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.brand {
  display: none;
}

.heading-2 {
  margin-top: 15px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-2.hero-res {
  display: none;
  text-shadow: 1px 1px 6px #000;
}

.text-block {
  display: none;
  padding-bottom: 30px;
  border-bottom: 1px none #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block.top {
  display: none;
  border-bottom-style: none;
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  font-weight: 500;
}

.awards-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Merriweather, serif;
  color: #fff;
}

.html-embed {
  position: static;
  left: auto;
  top: 8%;
  right: 3%;
  bottom: auto;
  display: none;
  height: 54px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 5px;
  background-color: transparent;
}

.html-embed.menu-corner {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 15px;
}

.specials-section {
  display: none;
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #fff;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 0px;
}

.icon {
  position: static;
  margin: 0px 0px 0px 2px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.dropdown-list {
  margin-top: 1px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border-top: 4px solid #ff0505;
  background-color: rgba(0, 0, 0, 0.64);
}

.dropdown-link {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}

.dropdown-link:hover {
  border: 1px none #000;
  color: red;
}

.dropdown-link.w--current {
  color: red;
}

.dropdown-link.easter {
  display: none;
}

.dropdown-link.togo {
  display: none;
}

.dropdown-link.mothers-day {
  display: none;
}

.dropdown-link.tini-night {
  display: none;
}

.dropdown-toggle {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.div-block {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.quote-section {
  position: static;
  top: -10px;
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
  opacity: 1;
}

.specials-div {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.specials-grid {
  display: none;
  height: 100%;
  margin-top: 0px;
  grid-column-gap: 5px;
  grid-row-gap: 52px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.specials-grid.announcements {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 52px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-3 {
  height: 275px;
  background-image: url('../images/fish_600px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  height: 275px;
  background-image: url('../images/tini_night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  background-image: url('../images/spread_1200px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  height: 400px;
  padding-top: 0px;
  font-weight: 400;
}

.div-block-6 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #c3aea0;
  font-size: 72px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.quote-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 65px;
  padding-left: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #b0a19e;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
}

.paragraph {
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.left-sepcials-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-top: 15px;
  font-family: Oswald, sans-serif;
  color: #b0a19e;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(176, 161, 158, 0.5);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #b0a19e;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}

.button:hover {
  color: #000;
}

.div-block-9 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  margin-top: 18px;
  opacity: 0.5;
}

.events-sections {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  height: 50px;
  margin-top: -50px;
  background-color: red;
}

.div-block-10 {
  height: 275px;
  background-image: url('../images/christmas_ball.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-main {
  padding: 75px 20px;
  background-color: #000;
}

.div-block-11 {
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  height: 100%;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link {
  display: inline-block;
  margin-top: 13px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Eleganticons, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.social-link:hover {
  color: #000;
}

.social-div {
  height: 100%;
}

.video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-color: transparent;
}

.resy-div {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 20px auto 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  background-color: transparent;
}

.resy-div.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-resy-section {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
}

.anncounce-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-4.tini-night {
  font-size: 22px;
  line-height: 22px;
}

.text-block-4.thanksgiving {
  padding: 15px 25px;
  line-height: 22px;
}

.text-block-4.thanksgiving._1st-line {
  padding: 0px 0px 5px;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.text-block-4.thanksgiving._2nd-line {
  padding-top: 5px;
  padding-bottom: 30px;
}

.tix-link {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
}

.tix-link:hover {
  color: #000;
}

.address-div {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.map-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  font-family: Merriweather, serif;
  color: #b0a19e;
  font-weight: 300;
}

.text-block-5 {
  margin-top: 15px;
  padding-right: 20px;
  font-family: Merriweather, serif;
  color: #b0a19e;
  font-size: 18px;
  line-height: 26px;
}

.toggle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  grid-auto-flow: column;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.div-block-14 {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
  background-image: url('../images/fish_600px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-15 {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
  background-image: url('../images/tini_night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-16 {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
  background-image: url('../images/christmas_ball.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.middle-specials-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none rgba(176, 161, 158, 0.5);
  border-left: 2px solid rgba(176, 161, 158, 0.5);
}

.right-specials-div {
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-map-div {
  max-width: 1200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  border-top: 1px solid #b0a19e;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.site-map-text-head {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #b0a19e;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-map-link {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #b0a19e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.site-map-link:hover {
  color: #fff;
}

.site-map-link.tini-night {
  display: none;
}

.site-map-link.giftcards {
  display: none;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.awards-links-div {
  margin-bottom: 0px;
  color: #fff;
}

.link-block {
  margin-right: 70px;
}

.link-block:hover {
  opacity: 0.5;
}

.link-block-2 {
  margin-right: 70px;
}

.link-block-2:hover {
  opacity: 0.5;
}

.link-block-3 {
  margin-right: 70px;
}

.link-block-3:hover {
  opacity: 0.5;
}

.link-block-4:hover {
  opacity: 0.5;
}

.image-6 {
  margin-right: 70px;
}

.contact-hero-section {
  display: block;
  height: 500px;
  margin-top: -125px;
  padding-top: 0px;
  background-image: url('../images/spread_1200px.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2 {
  height: 400px;
}

.single-platform-div {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.single-platform-div.thanksgiving {
  display: none;
}

._1634964 {
  position: static;
  overflow: visible;
  height: 100%;
  background-color: #fff;
}

.menu-head-section {
  height: 500px;
  margin-top: -125px;
}

.menu-head-section.dinner-hero {
  display: none;
  height: 1600px;
  margin-top: 0px;
  background-image: url('../images/cafe_30a_dinner_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-section {
  display: block;
  overflow: visible;
  height: 91vh;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 125px;
}

.menu-background-div {
  position: static;
  display: block;
  overflow: scroll;
  height: 75%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
}

.image-9 {
  padding: 15px 20px;
  background-color: #000;
}

.heading-6 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.heading-6.reserve {
  font-size: 44px;
}

.heading-6.menus {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 0px;
}

.grid-4 {
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
  grid-template-columns: 33.33% 33.33% 33.33%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.body-2 {
  background-color: transparent;
}

.body-2.food {
  background-image: url('../images/cafe_30a_hero_a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-2.drink {
  background-image: url('../images/wine_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-2.cocktail {
  background-image: url('../images/cocktails_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-2.childrens {
  background-image: url('../images/cafe_30a_interior.jpg');
}

.body-2.bar {
  background-image: url('../images/cafe_30a_pizza_2.jpg');
}

.body-2.error-f8cf951f-3e00-ba61-dd62-6080761c5f40 {
  background-image: url('../images/cafe_30a_interior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-2.specials {
  background-image: url('../images/Dining-with-People-2015.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-2.thanksgiving {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/nye_background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/nye_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-3 {
  position: static;
  height: 500px;
  background-image: url('../images/spread_1200px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 120px;
  z-index: 1000;
  height: 100px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), color-stop(60%, #fff));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.24), #fff 60%);
}

.red-bar-div {
  position: relative;
  top: auto;
  bottom: 0px;
  z-index: 200;
  width: 100%;
  height: 50px;
  max-width: 960px;
  margin: auto;
  background-color: #ff2a00;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.3);
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
}

.text-block-7 {
  display: none;
  margin-top: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.image-11 {
  background-color: transparent;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resy-link {
  display: none;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.resy-link:hover {
  background-color: transparent;
  opacity: 0.75;
}

.resy-link.togo {
  display: none;
}

.image-12 {
  background-color: red;
}

.image-12:hover {
  opacity: 0.65;
}

.mobile-hours-text {
  display: block;
}

.div-block-25 {
  position: static;
  bottom: -20%;
  width: 50px;
  background-color: #fff;
}

.div-block-26 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 309px;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
}

.scroll-down-link {
  position: relative;
  top: 0px;
  display: none;
  width: 75px;
  height: 150px;
  margin-top: -125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-8 {
  opacity: 1;
  font-family: Eleganticons, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.text-block-8:hover {
  opacity: 1;
}

.scroll-link {
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.3);
  text-decoration: none;
}

.scroll-link:hover {
  color: #fff;
}

.grid-5 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bldg-ext-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/cafe_thirtya_exterior.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/cafe_thirtya_exterior.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link {
  height: 300px;
  background-image: url('../images/mussels_600px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mussels_600px.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mussels_600px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-2 {
  background-image: url('../images/fish_600px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fish_600px.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/fish_600px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-3 {
  background-image: url('../images/cafe_30a_hero_a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe_30a_hero_a.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe_30a_hero_a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-4 {
  background-image: url('../images/cafe_30a_pizza.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe_30a_pizza.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe_30a_pizza.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-5 {
  height: 300px;
  background-image: url('../images/cafe_30a_interior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe_30a_interior.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe_30a_interior.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-6 {
  background-image: url('../images/cafe-thirty-a-002.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe-thirty-a-002.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe-thirty-a-002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-7 {
  background-image: url('../images/cafe-thirty-a-010.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe-thirty-a-010.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe-thirty-a-010.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-8 {
  background-image: url('../images/Banana-Beignets_xl.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-8:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Banana-Beignets_xl.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Banana-Beignets_xl.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dark-bkg-div {
  padding: 20px 150px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.17);
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid #fff;
}

.specials-list-div {
  overflow: visible;
  width: 100%;
}

.grid-7 {
  overflow: visible;
  margin: 65px 60px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  line-height: 24px;
  font-weight: 600;
}

.text-bogo-offer {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: grey;
  font-size: 18px;
  line-height: 26px;
}

.text-bogo-offer.original {
  display: none;
}

.text-bogo-disclaimer {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: grey;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.text-bogo-disclaimer.original {
  display: none;
}

.div-block-27 {
  display: block;
  border-bottom: 1px solid grey;
}

.div-block-27.tksgvg-txt {
  display: none;
}

.div-block-27.xmas-txt {
  display: none;
}

.div-block-27.nye-txt {
  display: none;
}

.div-block-27.tini-txt {
  display: block;
}

.div-block-27.txt-easter {
  display: none;
}

.specials-tix-link {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid red;
  font-family: Oswald, sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.specials-tix-link:hover {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: red;
  color: #000;
}

.specials-tix-link.tinis {
  display: inline-block;
}

.div-block-29.tini-img {
  display: block;
}

.div-block-30 {
  display: block;
}

.div-block-30.xmas-img {
  display: none;
}

.div-block-31 {
  display: none;
}

.div-block-31.tksgvg-img {
  display: none;
}

.div-block-31.img-easter {
  display: none;
}

.text-hero-temp {
  margin-top: 5px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
}

.text-hero-temp.black {
  color: #000;
}

.text-hero-temp.call-takeout {
  line-height: 1.3;
}

.text-hero-temp.call-takeout.footer {
  color: #000;
}

.text-hero-temp.hours {
  max-width: 600px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.text-hero-temp.hours.footer {
  color: #000;
}

.text-hero-temp.hours.covid {
  max-width: 775px;
  font-size: 22px;
}

.text-hero-temp.dine-in {
  line-height: 1.3;
}

.text-hero-temp.dine-in.footer {
  color: #000;
}

.text-hero-temp.call-reserve {
  margin-bottom: 20px;
  line-height: 1.3;
}

.text-hero-temp.call-reserve.footer {
  color: #000;
}

.text-hero-temp.takeout.footer {
  color: #000;
}

.text-block-12 {
  margin-top: 5px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.alt-head-section {
  position: static;
  height: 60vh;
  margin-top: -125px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/cafe_30a_exterior_hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/cafe_30a_exterior_hero.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.alt-head-section.emply-bckgrnd {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/pizza_oven.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/pizza_oven.jpg');
  background-position: 0px 0px, 50% 50%;
}

.alt-head-txt {
  display: block;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 68px;
  line-height: 78px;
  font-weight: 400;
  text-align: center;
}

.alt-head-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rooms-div {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px 75px;
  background-color: #fff;
}

.heading-9 {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.catering-para {
  font-family: Barlow, sans-serif;
  color: grey;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.catering-para.white {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.rooms-grid {
  margin-top: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.room-header {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.room-para {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: grey;
  font-size: 20px;
  line-height: 26px;
}

.rooms-section {
  margin-top: 0px;
}

.offsite-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #b0a19e;
}

.offsite-txt-div {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.party-form-div {
  max-width: 960px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 31px;
  background-color: rgba(176, 161, 158, 0);
  box-shadow: none;
}

.paragraph-3 {
  margin: 0px 59px 50px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.field-label {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.form-block {
  padding-right: 65px;
  padding-left: 65px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.radio-button-field {
  margin-left: 45px;
}

.select-field {
  width: 300px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.radio-button-label {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.radio-button-field-2 {
  margin-left: 45px;
}

.textarea {
  min-height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, 0.5);
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 18px;
}

.submit-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #000;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: red;
}

.form-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: transparent;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, 0.5);
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 18px;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, 0.5);
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 18px;
}

.text-f {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, 0.5);
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 18px;
}

.text-field-3 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, 0.5);
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 18px;
}

.div-block-37 {
  height: 225px;
  background-image: url('../images/cafe_30a_main_room_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-38 {
  background-image: url('../images/fishbone_room.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-39 {
  background-image: url('../images/side_porch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-40 {
  display: none;
}

.div-block-41 {
  display: none;
}

.link {
  margin-right: 20px;
  font-family: Eleganticons, sans-serif;
  color: #b0a19e;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.heading-11 {
  max-width: 800px;
  margin-top: 0px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.div-block-46 {
  display: none;
  background-color: #b0a19e;
}

.paragraph-4 {
  margin-bottom: 0px;
  padding-right: 78px;
  padding-left: 78px;
  font-family: Barlow, sans-serif;
  color: grey;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  white-space: normal;
}

.paragraph-4.pt-2 {
  margin-top: 20px;
}

.paragraph-4.seating {
  margin-top: 15px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff1e0;
}

.div-block-47.in-restaurant {
  display: none;
}

.snglplat-togo-div {
  height: 100%;
  background-color: #fff;
}

._1634963 {
  height: 100%;
  background-color: #fff;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.pdf-button {
  background-color: red;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pdf-button.tksgvg-menu {
  width: 250px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: red;
  font-size: 18px;
  text-align: center;
}

.pdf-button.tksgvg-menu:hover {
  background-color: #000;
}

.pdf-button.tksgvg-togo-form {
  width: 260px;
  margin-right: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: red;
  text-align: center;
}

.pdf-button.tksgvg-togo-form:hover {
  background-color: #000;
}

.pdf-button.tksgvg-togo-menu {
  width: 260px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: red;
  text-align: center;
}

.pdf-button.tksgvg-togo-menu:hover {
  background-color: #000;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe-thirty-a-2019-053.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe-thirty-a-2019-053.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.gallery-div {
  height: 91vh;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  background-color: transparent;
}

.gallery-grid {
  height: 90%;
  padding: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto;
  background-color: #fff;
}

.lightbox-link-9 {
  background-image: url('../images/cafe-thirty-a-002.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-9:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-002.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-10 {
  background-image: url('../images/cafe-thirty-a-010.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-10:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-010.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-010.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-11 {
  background-image: url('../images/mussels_600px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-11:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/mussels_600px.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/mussels_600px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-12 {
  background-image: url('../images/fish_600px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-12:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/fish_600px.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/fish_600px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-13 {
  background-image: url('../images/cafe-thirty-a-2019-003_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-13:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-2019-003_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-2019-003_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-14 {
  background-image: url('../images/cafe-thirty-a-007_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-14:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-007_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-007_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-15 {
  background-image: url('../images/cafe-thirty-a-2019-072_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-15:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-2019-072_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-2019-072_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-16 {
  background-image: url('../images/cafe-thirty-a-2019-063_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-16:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-2019-063_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-2019-063_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-17 {
  background-image: url('../images/cafe-thirty-a-2019-034_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-17:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-2019-034_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-2019-034_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-18 {
  background-image: url('../images/cafe-thirty-a-012_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-18:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-012_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-012_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-19 {
  background-image: url('../images/cafe-thirty-a-2019-080_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-19:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-2019-080_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-2019-080_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-20 {
  background-image: url('../images/cafe-thirty-a-2019-097_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-20:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.3)), to(rgba(255, 0, 0, 0.3))), url('../images/cafe-thirty-a-2019-097_600x400.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('../images/cafe-thirty-a-2019-097_600x400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-20 {
  padding: 15px 20px;
  background-color: #000;
}

.phone-link {
  text-decoration: none;
}

.phone-link.hero-phone {
  color: #fff;
  text-decoration: underline;
}

.phone-link.hero-phone:hover {
  color: red;
}

.phone-link.hero-phone.black {
  color: #000;
}

.phone-link.hero-phone.black:hover {
  color: red;
}

.phone-link.hero-phone.go-menu {
  color: #000;
}

.phone-link.hero-phone.go-menu:hover {
  color: red;
}

.phone-link.hero-phone.footer {
  color: red;
}

.phone-link.hero-phone.footer:hover {
  color: #000;
}

.phone-link.footer-phone {
  color: #b0a19e;
}

.phone-link.footer-phone:hover {
  color: #fff;
}

.phone-link.tksgvg-phone {
  color: grey;
}

.phone-link.tksgvg-phone:hover {
  color: #000;
}

.emplymnt-hero-section {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/pizza_oven.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/pizza_oven.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.emplymnt-hero-txt-div {
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.emply-section {
  padding-top: 70px;
  padding-bottom: 80px;
}

.emply-div {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-12 {
  display: none;
  max-width: 870px;
  margin: auto;
  font-family: Merriweather, serif;
  color: #000;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.paragraph-5 {
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: grey;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.emply-link {
  color: #000;
  text-decoration: none;
}

.emply-link.kitchen-link:hover {
  text-decoration: underline;
}

.emply-link.foh-link:hover {
  text-decoration: underline;
}

.emply-phone-link {
  color: grey;
  text-decoration: none;
}

.emply-phone-link:hover {
  color: #000;
}

.employment-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-13 {
  margin-left: 15px;
  font-family: Barlow, sans-serif;
  color: #b0a19e;
  line-height: 22px;
  font-weight: 600;
}

.signoff-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #b0a19e;
}

.text-block-14 {
  font-family: Barlow, sans-serif;
  color: #b0a19e;
  font-weight: 600;
}

.bullet-txt {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #b0a19e;
  font-weight: 600;
}

.text-block-16 {
  font-family: Barlow, sans-serif;
  color: #b0a19e;
  font-weight: 600;
}

.f2e-recaptcha-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-54 {
  display: block;
}

.div-block-54.nye-img {
  display: none;
}

.div-block-55 {
  height: 100px;
}

.annc-slider-section {
  display: block;
  width: 100%;
  background-color: red;
}

.annc-slider-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 75px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-58.thanksgiving {
  height: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  text-decoration: none;
}

.div-block-58.thanksgiving:hover {
  background-color: red;
}

.text-block-17 {
  margin-left: 5px;
  color: grey;
  font-size: 10px;
  line-height: 12px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.togo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
}

.togo-div.hero {
  display: none;
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: rgba(0, 0, 0, 0.47);
}

.togo-div.footer {
  display: none;
}

.togo-button {
  padding: 12px 30px;
  background-color: red;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.togo-button:hover {
  background-color: #000;
}

.text-call {
  width: 100%;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.text-call.call-reserve {
  display: block;
  margin-top: 0px;
  padding-bottom: 5px;
}

.text-call.call-reserve.resy {
  display: none;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  margin-top: 15px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-19.black {
  color: #000;
}

.grid-orderlinks {
  display: none;
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-giftcard {
  display: none;
  max-width: 425px;
  margin-top: 15px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.div-easter {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.text-block-21 {
  font-family: Merriweather, serif;
  color: red;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-block-easter {
  display: none;
  width: 500px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-decoration: none;
}

.link-block-easter:hover {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.text-block-22 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.text-block-23 {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-span {
  color: red;
}

.div-block-64 {
  width: 100%;
}

.div-block-65 {
  width: 100%;
}

.div-block-66 {
  width: 100%;
}

.section-safety {
  display: none;
  padding-top: 0px;
  padding-bottom: 35px;
}

.div-block-67 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 45px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
}

.paragraph-6 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.div-limited-hours {
  display: block;
}

.div-limited-hours.covid {
  display: none;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-22 {
  width: 100%;
  height: 100%;
  max-width: 50%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-awards {
  margin-top: 85px;
  margin-bottom: 85px;
  background-color: #1e2d18;
}

.heading-13 {
  font-family: Oswald, sans-serif;
  color: #0b4358;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.button-cta-tix {
  margin-top: 20px;
  background-color: #0e3e54;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 500;
}

.button-cta-tix:hover {
  background-color: #bb8e32;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-ccb-wrap {
  display: none;
  overflow: visible;
  width: 100%;
  background-color: #d1edf1;
}

.div-resy-wrap {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-tini-night {
  color: #fff;
  text-decoration: none;
}

.link-tini-night:hover {
  color: #000;
}

.link-thanksgiving {
  color: #fff;
  line-height: 22px;
  text-decoration: none;
}

.link-thanksgiving:hover {
  color: #b0a19e;
}

.div-block-70 {
  width: 100%;
}

.lnkblk-thanksgiving {
  margin-top: 25px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.lnkblk-thanksgiving:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(255, 0, 0, 0.55);
}

.text-booking {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  line-height: 1.4;
}

.div-soldout-wrap {
  display: block;
  margin-top: 25px;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .hero-section {
    margin-top: -100px;
  }

  .heading {
    max-width: 700px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .navbar {
    display: block;
    height: 100px;
  }

  .nav-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0px;
  }

  .nav-link.far-left {
    margin-left: -13px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0px;
  }

  .nav-link.far-right {
    margin-right: -13px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .container {
    height: 59px;
    margin-top: 0px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .awards-div {
    height: 225px;
  }

  .html-embed.menu-corner {
    overflow: hidden;
    padding-right: 20px;
    background-color: transparent;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
  }

  .menu-button {
    color: #fff;
  }

  .specials-section {
    margin-bottom: 0px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-block-2 {
    display: block;
    letter-spacing: 0px;
  }

  .icon {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 2px;
  }

  .dropdown-link {
    font-family: Oswald, sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .dropdown-toggle {
    display: inline-block;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 13px;
    line-height: 14px;
  }

  .text-block-3 {
    font-size: 26px;
    line-height: 26px;
  }

  .quote-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .specials-div {
    padding-right: 60px;
    padding-left: 60px;
  }

  .specials-grid {
    margin-top: 0px;
    grid-auto-flow: column;
    grid-row-gap: 25px;
  }

  .div-block-3 {
    height: 225px;
  }

  .div-block-4 {
    height: 225px;
  }

  .quote-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .left-sepcials-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-2 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 13px;
  }

  .button {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .events-sections {
    display: block;
  }

  .footer-main {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-link {
    font-size: 24px;
    line-height: 24px;
  }

  .resy-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-2 {
    max-width: 90%;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-4.tini-night {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-4.thanksgiving._1st-line {
    padding: 0px 0px 3px;
    line-height: 1.1;
  }

  .text-block-4.thanksgiving._2nd-line {
    padding-top: 2px;
    padding-bottom: 25px;
    line-height: 18px;
  }

  .tix-link {
    font-size: 18px;
    line-height: 18px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-5 {
    padding-right: 60px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-6 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    color: #fff;
  }

  .toggle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    height: 150px;
    margin-bottom: 10px;
  }

  .div-block-15 {
    height: 150px;
    margin-bottom: 10px;
  }

  .div-block-16 {
    height: 150px;
    margin-bottom: 10px;
  }

  .middle-specials-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .right-specials-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block {
    margin-right: 50px;
  }

  .link-block-2 {
    margin-right: 50px;
  }

  .link-block-3 {
    margin-right: 50px;
  }

  .link-block-4 {
    margin-right: 50px;
  }

  .image-3 {
    height: 75px;
  }

  .image-4 {
    height: 75px;
  }

  .image-5 {
    height: 75px;
  }

  .image-6 {
    height: 75px;
    margin-right: 0px;
  }

  .image-7 {
    max-width: 90%;
  }

  .menu-section {
    margin-top: 20px;
    padding-right: 75px;
    padding-left: 75px;
  }

  .menu-background-div {
    padding-top: 0px;
  }

  .heading-6 {
    padding-left: 0px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-6.reserve {
    font-size: 36px;
  }

  .grid-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .red-bar-div {
    position: relative;
    top: auto;
    height: 40px;
  }

  .text-block-7 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .image-10 {
    background-color: red;
  }

  .html-embed-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 20px;
  }

  .image-11 {
    background-color: red;
  }

  .div-block-24 {
    display: block;
  }

  .resy-link {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .resy-link:hover {
    background-color: transparent;
    opacity: 0.75;
  }

  .link-block-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: red;
    background-image: url('../images/resy-book-now-en-c08b17a52e.svg');
    background-position: 50% 50%;
    background-size: auto 40px;
    background-repeat: no-repeat;
  }

  .image-12 {
    max-width: 80%;
    background-color: red;
  }

  .scroll-down-link {
    margin-top: -130px;
  }

  .scroll-link {
    color: hsla(0, 0%, 100%, 0.3);
  }

  .bldg-ext-section {
    height: 350px;
  }

  .grid-7 {
    margin-top: 45px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .text-bogo-offer {
    margin-top: 5px;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-13 {
    max-width: 115%;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-14 {
    max-width: 115%;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-15 {
    max-width: 115%;
  }

  .div-block-31 {
    display: none;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-16 {
    position: relative;
    left: -23px;
    max-width: 115%;
  }

  .text-hero-temp.call-takeout {
    font-size: 24px;
  }

  .text-hero-temp.hours {
    font-size: 24px;
  }

  .text-hero-temp.hours.covid {
    max-width: 500px;
  }

  .text-hero-temp.dine-in {
    font-size: 24px;
  }

  .text-hero-temp.call-reserve {
    font-size: 24px;
  }

  .alt-head-section {
    height: 40vh;
    margin-top: -100px;
  }

  .alt-head-txt {
    max-width: 700px;
    margin-top: 55px;
    font-size: 42px;
    line-height: 52px;
  }

  .rooms-div {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .heading-9 {
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .catering-para.white {
    font-size: 22px;
    line-height: 30px;
  }

  .rooms-grid {
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .room-header {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .room-para {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .rooms-section {
    margin-top: 0px;
  }

  .offsite-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .form-section {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .image-17 {
    max-width: 100%;
  }

  .div-block-37 {
    display: block;
    overflow: visible;
    height: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-38 {
    height: 180px;
  }

  .div-block-39 {
    height: 180px;
  }

  .div-block-40 {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: grey;
  }

  .div-block-41 {
    display: block;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: grey;
  }

  .div-block-42 {
    margin-left: 30px;
  }

  .div-block-43 {
    margin-left: 30px;
  }

  .div-block-44 {
    margin-left: 30px;
  }

  .heading-10 {
    font-size: 34px;
    line-height: 34px;
  }

  .heading-11 {
    width: 100%;
    max-width: 560px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-4 {
    max-width: 600px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-4.seating {
    padding-right: 36px;
    padding-left: 36px;
  }

  .div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pdf-button.tksgvg-menu {
    width: 250px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .pdf-button.tksgvg-togo-form {
    width: 260px;
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .pdf-button.tksgvg-togo-menu {
    width: 260px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .gallery-div {
    height: 91vh;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .emply-section {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .heading-12 {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-21 {
    max-width: 115%;
  }

  .div-block-54 {
    overflow: hidden;
  }

  .slider {
    height: 65px;
  }

  .div-block-58.thanksgiving {
    background-color: #000;
  }

  .section-safety {
    padding: 0px 5% 30px;
  }

  .div-block-67 {
    padding-bottom: 36px;
  }

  .div-block-68 {
    width: 100%;
    height: 100%;
  }

  .image-22 {
    max-width: 70%;
  }

  .section-awards {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .heading-13 {
    font-size: 18px;
    line-height: 18px;
  }

  .link-tini-night {
    font-size: 18px;
    line-height: 18px;
  }

  .text-booking {
    font-size: 12px;
    line-height: 1.4;
  }

  .image-23 {
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    position: static;
    bottom: 82px;
    height: 800px;
    margin-top: 0px;
    background-color: transparent;
  }

  .hero-div.landing {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-elements-div {
    padding-top: 48px;
  }

  .logo-div {
    display: none;
  }

  .heading {
    max-width: 500px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1px;
  }

  .navbar {
    position: absolute;
    z-index: 100;
    display: block;
    height: 82px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgba(0, 0, 0, 0.45)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 54%, transparent);
  }

  .nav-link {
    display: block;
    color: #fff;
  }

  .nav-link:hover {
    border-bottom-style: none;
    background-color: rgba(176, 161, 158, 0.75);
  }

  .nav-link.far-left {
    margin-left: 0px;
  }

  .nav-link.far-left:hover {
    border-bottom-style: none;
    background-color: rgba(176, 161, 158, 0.75);
  }

  .nav-link.far-left.w--current {
    margin-left: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .nav-link.far-left.w--current:hover {
    border-bottom-style: none;
  }

  .nav-link.far-right {
    display: block;
    margin-right: 0px;
  }

  .container {
    position: static;
    display: block;
    height: 80px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    position: relative;
    z-index: 200;
    display: block;
    margin-top: 5px;
  }

  .heading-2 {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
  }

  .text-block {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .text-block.top {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .awards-div {
    height: 220px;
  }

  .menu-button {
    margin-top: 8px;
    margin-right: 10px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .specials-section {
    margin-top: -125px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .dropdown-list.w--open {
    border-top-style: none;
    background-color: transparent;
  }

  .dropdown-link {
    background-color: rgba(176, 161, 158, 0.9);
  }

  .dropdown-link:hover {
    background-color: #b0a19e;
    color: #fff;
  }

  .dropdown-toggle:hover {
    background-color: rgba(176, 161, 158, 0.75);
  }

  .dropdown-toggle.w--open {
    background-color: rgba(176, 161, 158, 0.75);
  }

  .text-block-3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .quote-section {
    padding: 25px 10px;
  }

  .specials-div {
    padding-right: 49px;
    padding-left: 49px;
  }

  .quote-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-sepcials-div {
    padding: 30px 50px;
  }

  .events-sections {
    display: block;
    height: 45px;
  }

  .footer-main {
    padding-top: 65px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid {
    grid-column-gap: 5px;
    -ms-grid-columns: 0.75fr 0.25fr;
    grid-template-columns: 0.75fr 0.25fr;
  }

  .social-link {
    margin-top: 10px;
  }

  .resy-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-resy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 15px;
  }

  .text-block-4.tini-night {
    font-size: 14px;
    line-height: 15px;
  }

  .text-block-4.thanksgiving._1st-line {
    padding: 0px 0px 3px;
    font-size: 24px;
    line-height: 1.1;
  }

  .text-block-4.thanksgiving._2nd-line {
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 16px;
  }

  .tix-link {
    font-size: 14px;
    line-height: 15px;
  }

  .map-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-5 {
    padding-right: 0px;
  }

  .grid-2 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-15 {
    background-position: 50% 30%;
  }

  .middle-specials-div {
    margin-right: 50px;
    margin-left: 50px;
    padding: 30px 0px;
    border-style: solid none none;
    border-top-width: 2px;
    border-top-color: rgba(176, 161, 158, 0.5);
    border-bottom-width: 2px;
    border-bottom-color: rgba(176, 161, 158, 0.5);
  }

  .right-specials-div {
    padding: 30px 50px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .site-map-text-head {
    font-size: 14px;
  }

  .link-block {
    margin-right: 30px;
  }

  .link-block-2 {
    margin-right: 30px;
  }

  .link-block-3 {
    margin-right: 30px;
  }

  .link-block-4 {
    margin-right: 30px;
  }

  .image-3 {
    height: 55px;
  }

  .image-4 {
    height: 55px;
  }

  .image-5 {
    height: 55px;
  }

  .image-6 {
    height: 55px;
    margin-right: 0px;
  }

  .icon-2 {
    font-size: 42px;
  }

  .body {
    background-color: #fff;
  }

  .nav-menu {
    position: absolute;
    z-index: 100;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .image-7 {
    max-width: 25%;
  }

  .single-platform-div {
    overflow: visible;
    height: 100%;
  }

  ._1634964 {
    overflow: scroll;
  }

  .menu-section {
    overflow: visible;
    height: 100%;
    margin-top: 115px;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-bottom: 75px;
    padding-left: 50px;
  }

  .menu-background-div {
    height: 100%;
  }

  .image-9 {
    margin-left: 0px;
    padding: 10px 15px;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 28px;
  }

  .heading-6.reserve {
    font-size: 34px;
  }

  .menu-logo-div {
    display: none;
    padding-left: 15px;
  }

  .grid-4 {
    position: relative;
    z-index: 50;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 0px;
    -ms-grid-columns: 66.66% 33.33%;
    grid-template-columns: 66.66% 33.33%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .body-2.thanksgiving {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/nye_background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/nye_background.jpg');
    background-size: auto, cover;
  }

  .red-bar-div {
    position: static;
    height: 30px;
  }

  .resy-link {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    max-width: 70%;
  }

  .mobile-hours-text {
    display: none;
  }

  .scroll-down-link {
    display: none;
  }

  .bldg-ext-section {
    height: 200px;
    margin-top: 0px;
  }

  .grid-7 {
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .text-bogo-offer {
    margin-bottom: 0px;
  }

  .text-bogo-disclaimer {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .div-block-27 {
    display: block;
    padding-bottom: 30px;
  }

  .div-block-27.tksgvg-txt {
    display: none;
  }

  .div-block-27.xmas-txt {
    display: none;
  }

  .div-block-27.nye-txt {
    display: none;
  }

  .specials-tix-link {
    margin-top: 20px;
  }

  .div-block-28 {
    margin-top: 35px;
  }

  .image-13 {
    max-width: 100%;
  }

  .div-block-29 {
    height: 150px;
    margin-top: 35px;
  }

  .image-14 {
    position: relative;
    top: -87px;
    max-width: 100%;
    margin-top: 40px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-30 {
    height: 150px;
    margin-top: 0px;
  }

  .div-block-30.xmas-img {
    display: none;
  }

  .image-15 {
    max-width: 100%;
    margin-top: 17px;
  }

  .div-block-31 {
    height: 150px;
    margin-top: 35px;
  }

  .div-block-31.tksgvg-img {
    display: none;
  }

  .div-block-31.img-easter {
    margin-top: 0px;
  }

  .image-16 {
    position: relative;
    left: auto;
    top: -65px;
    max-width: 100%;
    padding-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .text-hero-temp {
    max-width: 300px;
    font-size: 22px;
    line-height: 24px;
  }

  .text-hero-temp.call-takeout {
    max-width: 400px;
    font-size: 18px;
  }

  .text-hero-temp.hours {
    max-width: 400px;
    font-size: 18px;
  }

  .text-hero-temp.hours.covid {
    max-width: 375px;
    font-size: 16px;
  }

  .text-hero-temp.dine-in {
    max-width: 400px;
    font-size: 18px;
  }

  .text-hero-temp.call-reserve {
    max-width: 400px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-hero-temp.takeout {
    max-width: 400px;
    font-size: 18px;
    line-height: 1.3;
  }

  .text-block-12 {
    font-size: 13px;
    line-height: 19px;
  }

  .alt-head-section {
    position: absolute;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 250px;
    margin-top: -82px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .alt-head-section.parties-bkgnd {
    position: static;
    top: 0px;
    margin-top: 0px;
  }

  .alt-head-txt {
    max-width: 475px;
    margin-top: 41px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .alt-head-txt.emply-txt {
    max-width: 485px;
    margin-top: 55px;
    font-size: 30px;
    line-height: 36px;
  }

  .alt-head-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .rooms-div {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .heading-9 {
    font-size: 32px;
    line-height: 42px;
  }

  .catering-para {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .catering-para.white {
    font-size: 18px;
    line-height: 24px;
  }

  .rooms-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .room-header {
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
  }

  .room-para {
    max-width: 450px;
    margin-bottom: 20px;
    text-align: center;
  }

  .rooms-section {
    position: static;
    margin-top: 0px;
  }

  .party-form-div {
    padding-top: 40px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-17 {
    height: 200px;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-18 {
    height: 200px;
  }

  .image-19 {
    height: 200px;
  }

  .div-block-38 {
    width: 100%;
  }

  .div-block-39 {
    width: 100%;
  }

  .div-block-40 {
    height: 1px;
    margin-bottom: 40px;
  }

  .div-block-41 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-42 {
    margin-left: 0px;
  }

  .div-block-43 {
    margin-left: 0px;
  }

  .div-block-44 {
    margin-left: 0px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-11 {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 26px;
  }

  .div-block-47 {
    padding-top: 20px;
  }

  .pdf-button.tksgvg-togo-form {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .pdf-button.tksgvg-togo-menu {
    margin-left: 0px;
  }

  .div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-3 {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe-thirty-a-2019-053.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe-thirty-a-2019-053.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .gallery-div {
    height: 100%;
    padding-top: 45px;
    padding-bottom: 65px;
  }

  .gallery-grid {
    height: 800px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .emply-section {
    margin-top: 168px;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .heading-12 {
    max-width: 425px;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-5 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .signoff-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-14 {
    text-align: center;
  }

  .bullet-txt {
    display: none;
  }

  .text-block-16 {
    text-align: center;
  }

  .image-21 {
    margin-top: -75px;
  }

  .div-block-54 {
    display: block;
    height: 150px;
    margin-top: 35px;
  }

  .div-block-54.nye-img {
    display: none;
  }

  .slider {
    height: 50px;
  }

  .div-block-58.thanksgiving {
    padding: 15px;
  }

  .togo-div.hero {
    width: 400px;
    padding: 20px 10px;
  }

  .text-block-19 {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .text-block-21 {
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .div-block-68 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-22 {
    max-width: 100%;
    padding-left: 0px;
  }

  .section-awards {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    color: transparent;
  }

  .button-cta-tix {
    margin-top: 0px;
  }

  .div-block-69 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-ccb-wrap {
    display: none;
    padding-top: 0px;
    padding-bottom: 35px;
  }

  .div-resy-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-tini-night {
    font-size: 14px;
    line-height: 15px;
  }

  .lnkblk-thanksgiving {
    margin-top: 20px;
  }

  .text-booking {
    font-size: 10px;
    line-height: 1.4;
  }

  .div-soldout-wrap {
    margin-top: 20px;
  }

  .image-23 {
    height: 55px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    position: static;
    bottom: 107px;
    height: 650px;
  }

  .hero-elements-div {
    padding-top: 0px;
  }

  .heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .navbar {
    position: absolute;
    display: block;
    height: 62px;
  }

  .nav-link.far-left.w--current {
    margin-left: 0px;
  }

  .container {
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-2 {
    max-width: 300px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 21px;
  }

  .text-block {
    padding-bottom: 0px;
  }

  .text-block.top {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .awards-div {
    height: 125px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0px;
  }

  .menu-button {
    margin-top: 5px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .specials-section {
    margin-top: -75px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-3 {
    margin-bottom: 20px;
  }

  .quote-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .specials-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .quote-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .left-sepcials-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .events-sections {
    margin-top: -50px;
  }

  .div-block-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-link {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  .social-div {
    padding-top: 13px;
  }

  .footer-resy-section {
    margin-bottom: 0px;
    padding: 15px;
  }

  .anncounce-div {
    padding-bottom: 6px;
  }

  .text-block-4 {
    font-size: 11px;
    line-height: 11px;
  }

  .text-block-4.tini-night {
    font-size: 11px;
    line-height: 11px;
  }

  .text-block-4.thanksgiving._1st-line {
    padding: 0px 0px 3px;
    font-size: 18px;
  }

  .text-block-4.thanksgiving._2nd-line {
    padding-bottom: 10px;
  }

  .tix-link {
    font-size: 11px;
    line-height: 11px;
  }

  .middle-specials-div {
    margin-right: 15px;
    margin-left: 15px;
  }

  .right-specials-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .site-map-div {
    margin-top: 30px;
    padding-top: 30px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .site-map-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .div-block-17 {
    margin-bottom: 0px;
  }

  .link-block {
    margin-right: 20px;
  }

  .link-block:hover {
    box-shadow: 0 0 4px 2px #fff;
  }

  .link-block-2 {
    margin-right: 20px;
  }

  .link-block-2:hover {
    box-shadow: 0 0 4px 2px #fff;
  }

  .link-block-3 {
    margin-right: 20px;
  }

  .link-block-3:hover {
    box-shadow: 0 0 4px 2px #fff;
  }

  .link-block-4 {
    margin-right: 20px;
  }

  .link-block-4:hover {
    box-shadow: 0 0 4px 2px #fff;
  }

  .image-3 {
    height: 40px;
  }

  .image-4 {
    height: 40px;
  }

  .image-5 {
    height: 40px;
  }

  .image-6 {
    height: 40px;
  }

  .image-7 {
    max-width: 70%;
  }

  .image-8 {
    height: 50px;
  }

  .single-platform-div {
    overflow: visible;
  }

  ._1634964 {
    overflow: scroll;
  }

  .menu-section {
    height: 100%;
    margin-top: 85px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .menu-background-div {
    height: 100%;
  }

  .heading-6 {
    margin-left: 0px;
    font-size: 26px;
    line-height: 28px;
  }

  .heading-6.reserve {
    font-size: 24px;
  }

  .heading-6.half-bttls {
    font-size: 26px;
  }

  .heading-6.mothersday {
    font-size: 22px;
  }

  .grid-4 {
    position: static;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }

  .body-2.food {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .body-2.cocktail {
    overflow: visible;
  }

  .red-bar-div {
    position: static;
    bottom: 0px;
    z-index: 10;
    height: 30px;
  }

  .text-block-7 {
    display: none;
  }

  .link-block-5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-12 {
    max-width: 60%;
  }

  .mobile-hours-text {
    position: relative;
    top: 114px;
    display: none;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .bldg-ext-section {
    height: 150px;
    margin-top: 0px;
  }

  .image-14 {
    position: static;
    margin-top: 0px;
  }

  .image-16 {
    position: static;
    top: -4px;
  }

  .text-hero-temp {
    max-width: 275px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .text-hero-temp.call-takeout {
    font-size: 14px;
  }

  .text-hero-temp.hours {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .text-hero-temp.hours.covid {
    font-size: 14px;
  }

  .text-hero-temp.dine-in {
    font-size: 14px;
  }

  .text-hero-temp.call-reserve {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .text-hero-temp.takeout {
    font-size: 14px;
  }

  .text-block-12 {
    font-size: 11px;
    line-height: 17px;
  }

  .alt-head-section {
    position: absolute;
    height: 250px;
    margin-top: -62px;
  }

  .alt-head-txt {
    max-width: 225px;
    font-size: 28px;
    line-height: 32px;
  }

  .alt-head-txt.parties {
    max-width: 300px;
  }

  .alt-head-txt.emply-txt {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .rooms-div {
    padding-top: 25px;
  }

  .heading-9 {
    font-size: 28px;
    line-height: 38px;
  }

  .catering-para {
    font-size: 16px;
    line-height: 20px;
  }

  .catering-para.white {
    font-size: 16px;
    line-height: 20px;
  }

  .rooms-grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .room-para {
    font-size: 16px;
    line-height: 20px;
  }

  .rooms-section {
    margin-top: 188px;
  }

  .party-form-div {
    padding-top: 30px;
  }

  .paragraph-3 {
    margin-right: 20px;
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .form-block {
    padding-right: 35px;
    padding-left: 35px;
  }

  .image-17 {
    height: 175px;
  }

  .div-block-37 {
    height: 125px;
  }

  .image-18 {
    height: 175px;
  }

  .image-19 {
    height: 175px;
  }

  .div-block-38 {
    height: 125px;
  }

  .div-block-39 {
    height: 125px;
  }

  .heading-10 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-11 {
    max-width: 245px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-4 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-47 {
    padding-top: 15px;
  }

  .pdf-button.tksgvg-menu {
    width: 200px;
    font-size: 15px;
  }

  .pdf-button.tksgvg-togo-form {
    width: 210px;
    font-size: 15px;
  }

  .pdf-button.tksgvg-togo-menu {
    width: 210px;
    font-size: 15px;
  }

  .body-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cafe-thirty-a-2019-053.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cafe-thirty-a-2019-053.jpg');
    background-size: auto, cover;
  }

  .gallery-div {
    padding: 30px 15px 50px;
  }

  .gallery-grid {
    padding: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .emply-section {
    margin-top: 188px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .heading-12 {
    max-width: 300px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-5 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-53 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-14 {
    font-size: 10px;
    line-height: 12px;
  }

  .bullet-txt {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-16 {
    font-size: 10px;
    line-height: 12px;
  }

  .image-21 {
    max-width: 100%;
    margin-top: 0px;
  }

  .div-block-58.thanksgiving {
    padding: 15px 10px;
  }

  .togo-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .togo-div.hero {
    width: 300px;
    margin-top: 0px;
    padding: 15px 5px;
  }

  .togo-div.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .togo-button {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .text-call {
    font-size: 15px;
  }

  .text-call.call-reserve {
    font-size: 15px;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .div-easter {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-21 {
    max-width: 200px;
    font-size: 18px;
  }

  .link-block-easter {
    display: none;
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-22 {
    max-width: 275px;
  }

  .div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-safety {
    position: static;
    display: none;
    padding-top: 15px;
    color: #fff;
  }

  .div-block-67 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-6 {
    color: #000;
    font-size: 10px;
  }

  .image-22 {
    max-width: 100%;
    padding-left: 0px;
  }

  .div-ccb-wrap {
    padding-top: 0px;
    padding-bottom: 35px;
  }

  .div-resy-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-tini-night {
    font-size: 11px;
    line-height: 11px;
  }

  .lnkblk-thanksgiving {
    margin-top: 20px;
  }

  .text-booking {
    font-size: 8px;
    line-height: 1.3;
  }

  .div-soldout-wrap {
    margin-top: 20px;
  }

  .image-23 {
    height: 40px;
  }
}

#w-node-074627fe53ef-27fe53ec {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-074627fe53f9-27fe53ec {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-074627fe53fd-27fe53ec {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-074627fe5422-27fe53ec {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a41f756f5fc8-61b94a35 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a41f756f5fcb-61b94a35 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-26e63719e873-6ce216f8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-150be9a0859e-6ce216f8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a567b8f3c9f4-b8f3c9ed {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f785535d9c04-2c60815a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-150be9a0859e-2c60815a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-77f9991c9494-55f3fb8d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-55f3fb8d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-225276779272-13945ed8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-13945ed8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-31e8e35194a7-9cce129d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-150be9a0859e-9cce129d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-4d62e9cda309-36ef5404 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-36ef5404 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c2a619ad9c4d-7acfd883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-7acfd883 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9630cc625cb9-4c59dae9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-4c59dae9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-840697aea1e9-b3ef620a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-b3ef620a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c09fb8ad0b9a-5e8d2af6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-5e8d2af6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f0d0e0d1b616-5e8d2af6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7c9dbadb2527-5e8d2af6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-73b0d0fc24b6-5e8d2af6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7a82f1c55e2c-5e8d2af6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-02889fb71bc6-5e8d2af6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-61490d5d1aa1-5e8d2af6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4b53750f99c8-5e8d2af6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-50c42212de3f-5e8d2af6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-e3980c2c0a78-5e8d2af6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-5a3cf01f813e-5e8d2af6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-021ffc9c4a7b-5e8d2af6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-e0165089b435-5e8d2af6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-d03a88960aab-0072b8e9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d09b12be20ea-0072b8e9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff543ffd57a9-0072b8e9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7ce0fda2e33c-229ebb7c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-150be9a0859e-229ebb7c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b136bd9a4941-8b34631d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-150be9a0859e-8b34631d {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-f7439b72f57f-8b34631d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7fa6fb9bd34f-54c4a276 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-150be9a0859e-54c4a276 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2d56503b1a97-54c4a276 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7fa6fb9bd34f-0c35d023 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-150be9a0859e-0c35d023 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2d56503b1a97-0c35d023 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-02889fb71bc6-5e8d2af6 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-40f1d4b53ae0-0072b8e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-625f60258979-0072b8e9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-0c84e233daa6-0072b8e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d03a88960aab-0072b8e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-2cdd4cea4c9e-0072b8e9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-704ede697584-0072b8e9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d09b12be20ea-0072b8e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-ff543ffd57a9-0072b8e9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-2d56503b1a97-54c4a276 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-2d56503b1a97-0c35d023 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-074627fe53ef-27fe53ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-074627fe53f9-27fe53ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-074627fe5422-27fe53ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f0d0e0d1b616-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }

  #w-node-7c9dbadb2527-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
  }

  #w-node-73b0d0fc24b6-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-7a82f1c55e2c-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-02889fb71bc6-5e8d2af6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-61490d5d1aa1-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-4b53750f99c8-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-50c42212de3f-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e3980c2c0a78-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-5a3cf01f813e-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-021ffc9c4a7b-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-e0165089b435-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-15282617b3ef-a2d297c0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a0b98999be97-a2d297c0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-12f7b1c620c7-a2d297c0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-361e017daadc-a2d297c0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ecc454f7034f-a2d297c0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-616b67ca930a-a2d297c0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-3158df4936b5-a2d297c0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-b6a5596692b6-a2d297c0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-47445104d5cd-a2d297c0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-568f61e414ec-a2d297c0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-b136bd9a4941-8b34631d {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f7439b72f57f-8b34631d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-2d56503b1a97-54c4a276 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-2d56503b1a97-0c35d023 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-074627fe53fd-27fe53ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-074627fe5422-27fe53ec {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-26e63719e873-6ce216f8 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-021ffc9c4a7b-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-e0165089b435-5e8d2af6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-b136bd9a4941-8b34631d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Eleganticons';
  src: url('../fonts/ElegantIcons.eot') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype'), url('../fonts/ElegantIcons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}