.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
  max-width: 1920px;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .site__inner {
    padding-left: clamp(36px, 9.375vw, 290px);
    padding-right: clamp(36px, 9.375vw, 290px);
  }
}

.sg_contact__heading, .sg_menu__heading, .sg_intro__heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .sg_contact__heading, .sg_menu__heading, .sg_intro__heading {
    font-size: clamp(24px, 2.578125vw, 33px);
  }
}

.sg_hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 0;
  background-color: rgb(115.8670212766, 21.1329787234, 32.0638297872);
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .sg_hero {
    padding-top: clamp(80px, 23.4375vw, 120px);
  }
}
.sg_hero .site__inner {
  z-index: 5;
  position: relative;
}

.sg_hero__logo {
  width: 51.1111111111vw;
  max-width: 380px;
}
.sg_hero__logo img {
  display: block;
}

.sg_hero__text {
  position: relative;
  margin-top: 15px;
  padding: 15px 0;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .sg_hero__text {
    margin-top: clamp(15px, 1.875vw, 20px);
    padding-top: clamp(15px, 1.875vw, 20px);
    padding-bottom: clamp(15px, 1.875vw, 20px);
  }
}
.sg_hero__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background-color: black;
}
.sg_hero__text img {
  position: relative;
}

.sg_hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sg_hero__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sg_carousel__container {
  position: relative;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.sg_carousel {
  position: relative;
  background-color: #aaa;
  color: black;
}

.sg_carousel__pagination {
  z-index: 50;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .sg_carousel__pagination {
    top: 0;
  }
}
@media (min-width: 1401px) {
  .sg_carousel__pagination {
    bottom: 0;
  }
}
.sg_carousel__pagination .swiper-horizontal > .swiper-pagination-bullets,
.sg_carousel__pagination .swiper-pagination-bullets.swiper-pagination-horizontal,
.sg_carousel__pagination .swiper-pagination-custom, .sg_carousel__pagination .swiper-pagination-fraction {
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
  z-index: 50;
  position: static;
}
@media (max-width: 960px) {
  .sg_carousel__pagination .swiper-horizontal > .swiper-pagination-bullets,
  .sg_carousel__pagination .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sg_carousel__pagination .swiper-pagination-custom, .sg_carousel__pagination .swiper-pagination-fraction {
    display: none;
  }
}
.sg_carousel__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sg_carousel__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0 0 12px;
  width: 20px;
  height: 20px;
  background-color: #cbcac9;
  opacity: 0.5;
  transition: background 0.2s, opacity 0.2s;
}
.sg_carousel__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sg_carousel__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: white;
}
.sg_carousel__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .sg_carousel__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus,
.sg_carousel__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.sg_carousel__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  opacity: 1;
}

.sg_carousel__slides__item {
  position: relative;
  height: 0;
  padding-bottom: 68.3333333333%;
}
@media (min-width: 961px) {
  .sg_carousel__slides__item {
    padding-bottom: 33.5135135135%;
  }
}
.sg_carousel__slides__item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sg_carousel__slides__item--align_top img {
  object-position: center top;
}

.sg_carousel__slides__item--align_bottom img {
  object-position: center bottom;
}

.sg_carousel__slides__bunting {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32.6086956522%;
  width: 65.2173913043%;
}
@media (min-width: 961px) {
  .sg_carousel__slides__bunting {
    margin-left: -13.8020833333%;
    width: 27.6041666667%;
  }
}
.sg_carousel__slides__bunting img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-width: 530px;
}

.sg_carousel__slides__foreground {
  z-index: 30;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 50%;
}
.sg_carousel__slides__foreground img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 560px;
}

.sg_intro {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0;
  background-color: #aaa;
  color: white;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .sg_intro {
    padding-top: clamp(90px, 8.3333333333vw, 160px);
    padding-bottom: clamp(90px, 8.3333333333vw, 160px);
  }
}
.sg_intro .site__inner {
  z-index: 5;
  position: relative;
}

.sg_intro__logo {
  z-index: 20;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.sg_intro__logo img {
  display: block;
  margin: 0 auto;
  max-width: 710px;
  height: auto;
}

.sg_intro__heading {
  text-align: center;
}

.sg_intro__copy.site__copy {
  text-align: center;
}
.sg_intro__copy.site__copy h2 + p {
  margin-top: 2em;
}
.sg_intro__copy.site__copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 56ch;
}

.sg_intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.sg_intro__background img {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  max-width: none;
  height: auto;
}
@media (min-width: 1901px) {
  .sg_intro__background img {
    width: 100%;
    left: 0;
    margin-left: 0;
    object-fit: cover;
    object-position: center;
  }
}

.sg_menu {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  padding: 60px 0;
  background-color: white;
  color: #231f20;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .sg_menu {
    padding-top: clamp(90px, 6.25vw, 120px);
    padding-bottom: clamp(90px, 8.3333333333vw, 160px);
  }
}
.sg_menu .site__inner {
  z-index: 5;
}

.sg_menu__heading__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 836px;
}

.sg_menu__heading {
  text-align: center;
}
@media (max-width: 1400px) {
  .sg_menu__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 32ch;
  }
}

.sg_menu__copy.site__copy * + h2 {
  margin-top: 30px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .sg_menu__copy.site__copy * + h2 {
    margin-top: clamp(30px, 2.6041666667vw, 50px);
  }
}
.sg_menu__copy.site__copy h2 + p {
  margin-top: 30px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .sg_menu__copy.site__copy h2 + p {
    margin-top: clamp(30px, 2.0833333333vw, 40px);
  }
}
.sg_menu__copy.site__copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 64ch;
  text-align: center;
}

.sg_menu__links {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: 30px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .sg_menu__links {
    margin-top: clamp(30px, 2.6041666667vw, 50px);
  }
}
@media (min-width: 961px) {
  .sg_menu__links {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
  }
}
.sg_menu__links .food, .sg_menu__links .drink {
  display: block;
}
@media (min-width: 961px) {
  .sg_menu__links .food, .sg_menu__links .drink {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sg_menu__links .food.unavailable, .sg_menu__links .drink.unavailable {
  opacity: 0.5;
}
@media (max-width: 960px) {
  .sg_menu__links .food {
    padding-right: 20px;
    width: 62.7615062762%;
    max-width: 150px;
  }
}
.sg_menu__links .drink {
  transform: translateY(1%);
}
@media (max-width: 960px) {
  .sg_menu__links .drink {
    padding-left: 20px;
    width: 72.6086956522%;
    max-width: 167px;
  }
}
.sg_menu__links svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.sg_menu__links .label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sg_menu__links a {
  color: #231f20;
}
.sg_menu__links a:hover, .sg_menu__links a:focus {
  color: #9F1D2C;
}

.sg_menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.sg_menu__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sg_map {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.sg_map__embed {
  position: relative;
  height: 0;
  padding-bottom: 101.6393442623%;
  background-color: #aaa;
}
@media (min-width: 481px) {
  .sg_map__embed {
    padding-bottom: 59.0163934426%;
  }
}
@media (min-width: 1141px) {
  .sg_map__embed {
    padding-bottom: 33.1034482759%;
  }
}
.sg_map__embed .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sg_maps__marker {
  color: #231f20;
}
.sg_maps__marker > * + * {
  margin-top: 0.5em;
}
.sg_maps__marker h2 {
  font-family: "Signika", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #9F1D2C;
}
.sg_maps__marker p {
  font-family: "Signika", sans-serif;
  font-size: 14px !important;
  font-weight: normal;
}
.sg_maps__marker a {
  font-weight: bold;
  color: #231f20;
}
.sg_maps__marker a:hover, .sg_maps__marker a:focus {
  color: #9F1D2C;
}

.sg_instagram {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  padding: 50px 0 60px;
  text-align: center;
  background-color: #231f20;
  color: white;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .sg_instagram {
    padding-top: clamp(50px, 5.7291666667vw, 110px);
    padding-bottom: clamp(60px, 6.7708333333vw, 130px);
  }
}
.sg_instagram .site__inner {
  z-index: 5;
  position: relative;
}

.sg_instagram__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.sg_instagram__heading__image {
  display: block;
  height: auto;
}

.sg_instagram__gallery {
  margin-top: 40px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .sg_instagram__gallery {
    margin-top: clamp(40px, 3.125vw, 60px);
  }
}
.sg_instagram__gallery #sb_instagram #sbi_images {
  float: none;
  width: 100%;
  display: grid;
  grid-gap: 10px;
  padding: 0 !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
@supports (grid-gap: clamp(1em, 1vw, 1em)) {
  .sg_instagram__gallery #sb_instagram #sbi_images {
    grid-gap: clamp(10px, 1.25vw, 24px);
  }
}
@media (min-width: 641px) {
  .sg_instagram__gallery #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.sg_instagram__gallery #sb_instagram #sbi_images > a {
  display: none;
}
.sg_instagram__gallery #sb_instagram #sbi_images .sbi_item {
  transition: none;
}
.sg_instagram__gallery #sb_instagram #sbi_images .sbi_photo_wrap {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.sg_instagram__gallery #sb_instagram #sbi_images .sbi_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.sg_instagram__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.65;
  overflow: hidden;
}
.sg_instagram__background img {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  max-width: none;
  height: auto;
}
@media (min-width: 1901px) {
  .sg_instagram__background img {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

.sg_contact__events.site__copy p, .sg_contact__hours__item {
  font-weight: 300;
  line-height: 1.3;
}

.sg_contact {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 50px 0 155px;
  border-bottom: solid 5px #231f20;
  background-color: white;
  color: #231f20;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .sg_contact {
    padding-top: clamp(50px, 4.6875vw, 90px);
    padding-bottom: clamp(160px, 12.5vw, 240px);
  }
}
.sg_contact .site__inner {
  z-index: 5;
  position: relative;
}

.sg_contact__reserve {
  margin-left: auto;
  margin-right: auto;
  width: 43.4782608696%;
  max-width: 196px;
}
@media (min-width: 961px) {
  .sg_contact__reserve {
    width: 18.2291666667%;
    max-width: 350px;
  }
}
.sg_contact__reserve .label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sg_contact__reserve svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.sg_contact__reserve svg .cta * {
  transition: fill 0.2s;
  fill: #231f20;
}
.sg_contact__reserve svg:hover .cta *, .sg_contact__reserve svg:focus .cta * {
  fill: #9F1D2C;
}

.sg_contact__content {
  margin-top: 25px;
}
@media (min-width: 961px) {
  .sg_contact__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
  @supports (grid-gap: clamp(1em, 1vw, 1em)) {
    .sg_contact__content {
      grid-column-gap: clamp(50px, 4.6875vw, 90px);
      grid-row-gap: clamp(10px, 0.78125vw, 15px);
    }
  }
}

.sg_contact__heading {
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
}
.sg_contact__heading address {
  font-style: normal;
}

@media (max-width: 960px) {
  .sg_contact__methods__container {
    margin-top: 20px;
  }
}
@media (min-width: 961px) {
  .sg_contact__methods__container {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (min-width: 961px) {
  ul.sg_contact__methods {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sg_contact__methods__item {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .sg_contact__methods__item {
    font-size: clamp(16px, 1.484375vw, 19px);
  }
}
@media (max-width: 960px) {
  .sg_contact__methods__item + .sg_contact__methods__item {
    margin-top: 0.5em;
  }
}
@media (min-width: 961px) {
  .sg_contact__methods__item + .sg_contact__methods__item {
    margin-left: 0.75em;
    padding-left: 0.75em;
    border-left: solid 1px #231f20;
  }
  @supports (border-width: clamp(1em, 1vw, 1em)) {
    .sg_contact__methods__item + .sg_contact__methods__item {
      border-left-width: clamp(1px, 0.1041666667vw, 2px);
    }
  }
}
.sg_contact__methods__item a {
  text-decoration-color: transparent;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  transition: color 0.2s, text-decoration 0.2s;
  color: #231f20;
}
.sg_contact__methods__item a:hover, .sg_contact__methods__item a:focus {
  text-decoration-color: #9F1D2C;
}

@media (min-width: 961px) {
  .sg_contact__social {
    grid-column: 1;
    grid-row: 3;
    align-self: center;
  }
}
.sg_contact__social .nav__social {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sg_contact__social .nav__social__menu__item a {
  color: #231f20;
}
.sg_contact__social .nav__social__menu__item a:hover, .sg_contact__social .nav__social__menu__item a:focus {
  color: #9F1D2C;
}
.sg_contact__social li {
  font-size: 44px !important;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .sg_contact__social li {
    font-size: clamp(44px, 4.375vw, 56px) !important;
  }
}

@media (min-width: 961px) {
  .sg_contact__hours__container {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}

.sg_contact__hours {
  margin-top: 0.25em !important;
}

.sg_contact__hours__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 2em;
}
.sg_contact__hours__item:only-child {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0;
}
.sg_contact__hours__item:only-child dd {
  margin-left: 0.5em;
}

@media (max-width: 960px) {
  .sg_contact_events__container {
    margin-top: 30px;
  }
}
@media (min-width: 961px) {
  .sg_contact_events__container {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
  }
}

.sg_contact__events.site__copy {
  margin-top: 0.25em;
  text-align: center;
}
.sg_contact__events.site__copy a {
  text-decoration-color: transparent;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  transition: color 0.2s, text-decoration 0.2s;
  color: #231f20;
}
.sg_contact__events.site__copy a:hover, .sg_contact__events.site__copy a:focus {
  text-decoration-color: #9F1D2C;
}

.sg_contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.12;
  overflow: hidden;
}
.sg_contact__background img {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  max-width: none;
  height: auto;
}
@media (min-width: 1901px) {
  .sg_contact__background img {
    width: 100%;
    left: 0;
    margin-left: 0;
    object-fit: cover;
    object-position: center;
  }
}

.sg_contact__glyph {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.sg_contact__glyph svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 34.7826086957%;
  max-width: 160px;
  height: auto;
}
@media (min-width: 961px) {
  .sg_contact__glyph svg {
    width: 15.9375%;
    max-width: 306px;
  }
}

@media (min-width: 961px) {
  .sg_contact__badge {
    grid-column: 1/span 2;
  }
}
.sg_contact__badge .TA_certificateOfExcellence {
  display: flex;
  justify-content: center;
}
.sg_contact__badge img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 148px;
  height: auto;
}

.site__content .wp-block-image.sg_full_width {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.site__content .wp-block-image.sg_full_width img {
  display: block;
  width: 100%;
  height: auto;
}
.site__content .wp-block-image.sg_full_width.sg_full_width--tall {
  position: relative;
  height: 80vh;
  max-height: 640px;
}
@media (min-width: 961px) {
  .site__content .wp-block-image.sg_full_width.sg_full_width--tall {
    max-height: 880px;
  }
}
.site__content .wp-block-image.sg_full_width.sg_full_width--tall img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site__content .wp-block-image.sg_crop_desktop {
  position: relative;
  height: 0;
  padding-bottom: 61.5384615385%;
}
@media (min-width: 961px) {
  .site__content .wp-block-image.sg_crop_desktop {
    padding-bottom: 40%;
  }
}
.site__content .wp-block-image.sg_crop_desktop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site__content .wp-block-image.sg_crop_desktop_top {
  position: relative;
  height: 0;
  padding-bottom: 102.1739130435%;
}
@media (min-width: 961px) {
  .site__content .wp-block-image.sg_crop_desktop_top {
    padding-bottom: 53.7931034483%;
  }
}
.site__content .wp-block-image.sg_crop_desktop_top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
