.site__footer__social__text {
  font-family: var(--font_display);
  font-weight: bold;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --black: black;
  --black_15: rgba(0, 0, 0, 0.15);
  --black_30: rgba(0, 0, 0, 0.3);
  --black_75: rgba(0, 0, 0, 0.75);
  --black_85: rgba(0, 0, 0, 0.85);
  --black_90: rgba(0, 0, 0, 0.9);
  --black_near: #1C1704;
  --black_identity: #1a1a1a;
  --coal_05: rgba(35, 31, 32, 0.5);
  --coal: #231F20;
  --coal_pagination: #383838;
  --ash: #B7B7AD;
  --aluminum: #989898;
  --aluminum_legal: #95989A;
  --grey: #888769;
  --grey_meta: #6B6E6D;
  --grey_carousel_line: #707070;
  --grey_events: #6E6E6E;
  --tin: #AAA791;
  --tin_identity: #a5a5a5;
  --silver: #EBEAE2;
  --cream: #FCFAF4;
  --cream_23: rgba(252, 250, 244, 0.23);
  --cream_dark: #E6E1C4;
  --cream_product_card: #FAF7EF;
  --cream_line: #EBE4D6;
  --cream_dark: #F0EFE6;
  --cream_product_list_dark: #E6E1C4;
  --cream_columns_dark: #C1C0B8;
  --cream_pagination: #F5F1E4;
  --white: white;
  --breton_green: #0E6735;
  --breton_yellow: #FCAF17;
  --green: #126835;
  --green_hover: var(--green_dark);
  --yellow: #FCB016;
  --yellow_23: rgba(252, 176, 22, 0.23);
  --yellow_dark: #896400;
  --yellow_light: #FFCE6A;
  --success: var(--green);
  --error: var(--red);
  --font_sans: "Montserrat", sans-serif;
  --font_display: "Playfair Display", Georgia, sans-serif;
  --font_heading: "Oswald", sans-serif;
  --font_serif: Georgia, serif;
}

.button__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
  width: calc(100% + 20px);
}

.bch_button {
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0 30px;
  max-width: 260px;
  height: 52px;
  font-family: var(--font_heading);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 21px;
  text-decoration: none;
  background-color: transparent;
  transform: translateZ(0);
  transition: all 0.2s;
}
@media (min-width: 1401px) {
  .bch_button {
    padding: 0 50px;
  }
}
.bch_button:hover, .bch_button:focus {
  outline: 0;
}
.bch_button span {
  display: block;
  width: 100%;
}
.bch_button svg {
  min-height: 19px;
  margin-right: 5px;
}

.bch_intro .bch_button:nth-child(1) {
  position: relative;
  background-color: var(--black);
  color: var(--white);
}
.bch_intro .bch_button:hover:nth-child(1), .bch_intro .bch_button:focus:nth-child(1) {
  background-color: var(--black);
  color: var(--yellow);
}
.bch_intro .bch_button:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--yellow);
}

.bch_intro .bch_button:nth-child(n+2) {
  position: relative;
  background-color: var(--yellow);
  color: var(--black);
}
.bch_intro .bch_button:hover:nth-child(n+2), .bch_intro .bch_button:focus:nth-child(n+2) {
  background-color: var(--yellow_light);
  color: var(--black);
}

.site__copy > * + *,
.site__copy > * + a > * {
  margin-top: 1.8em;
}
.site__copy *[style*="max-width:"][style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto;
}
.site__copy p,
.site__copy li {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 941px) {
  .site__copy p,
  .site__copy li {
    line-height: 1.4444444444;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .site__copy p,
  .site__copy li {
    font-size: clamp(16px, 1.2857142857vw, 18px);
  }
}
.site__copy ul,
.site__copy ol {
  margin-bottom: 0;
  margin-left: 1.125em;
  padding-left: 0;
}
.site__copy li + li {
  margin-top: 0.5em;
}

.clearfix,
.group {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after {
  clear: both;
}

a {
  text-underline-offset: 0.2em;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: var(--cream);
  color: var(--coal);
}

body {
  font-family: var(--font_sans);
  font-optical-sizing: auto;
  font-style: normal;
  min-height: 100vh;
  line-height: 1.3;
}
@media (max-width: 940px) {
  body.nav--open, body.mega--open {
    overflow: hidden;
  }
}

.site__container {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.site__content {
  z-index: 10;
  position: relative;
}

.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
  width: 100%;
  max-width: 1400px;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .site__inner {
    padding-left: clamp(36px, 10vw, 140px);
    padding-right: clamp(36px, 10vw, 140px);
  }
}

.svg_defs {
  display: none;
}

.nav__container {
  --viewport_height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: var(--viewport_height);
  opacity: 0;
  background-color: var(--coal_pagination);
  box-shadow: 0 0 10px var(--black_30);
  transition: transform 0.4s, opacity 0.4s;
  overflow: hidden;
}
@supports (height: 100dvh) {
  .nav__container {
    --viewport_height: 100dvh;
  }
}
@media (min-width: 481px) {
  .nav__container {
    width: 414px;
    right: -414px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .nav__container {
    top: var(--wp-admin--admin-bar--height);
    height: calc(var(--viewport_height) - var(--wp-admin--admin-bar--height));
  }
}
@media (min-width: 941px) {
  .nav__container {
    display: none;
  }
}
.nav--open .nav__container {
  opacity: 1;
  transform: translateX(-100vw);
}
@media (min-width: 481px) {
  .nav--open .nav__container {
    transform: translateX(-414px);
  }
}
.nav__container .site__inner {
  padding-left: 36px;
  padding-right: 36px;
}
.nav__container > .site__inner {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 65px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: auto;
}

.nav__container__header {
  z-index: 800;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: var(--coal_pagination);
  box-shadow: 0 0 20px var(--coal_pagination);
}
.nav__container__header > .site__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  padding-top: 12px;
  height: 100%;
  padding-right: 90px;
}

.nav__home {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: -1px;
  transition: 0.4s;
  opacity: 0.5;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: 0.4s;
}
.nav__home a {
  outline: 0;
}

.nav__home--stuck {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav__toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  background-color: var(--black);
  color: var(--white);
  transition: background 0.2s, color 0.2s;
}
.nav__toggle:hover {
  color: var(--yellow);
}
.admin-bar .nav__toggle {
  top: var(--wp-admin--admin-bar--height);
}
@media (min-width: 941px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle img,
.nav__toggle svg {
  width: 34px;
  height: 30px;
}
.nav__toggle svg line {
  transition: all 0.2s;
}

.nav__toggle--close {
  z-index: 800;
  position: absolute;
  align-self: flex-start;
}
.admin-bar .nav__toggle--close {
  top: 0;
}

.nav__toggle__background {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  background-color: var(--cream);
}
@media (min-width: 941px) {
  .nav__toggle__background {
    display: none;
  }
}
.nav--open .nav__toggle__background {
  visibility: visible;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .nav__toggle__home {
    width: 36px;
    height: 55px;
  }
}

@media (max-width: 940px) {
  .nav__identity {
    margin-top: 8px;
  }
}
@media (min-width: 941px) {
  .nav__identity {
    display: flex;
    align-items: center;
    height: 55px;
    border-left: solid 1px var(--cream);
  }
}

.nav__identity__menu {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 941px) {
  .nav__identity__menu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

.nav__identity__menu__item {
  font-family: var(--font_heading);
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 941px) {
  .nav__identity__menu__item {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    margin-left: 20px;
  }
}
.nav__identity__menu__item a {
  text-decoration: none;
  color: var(--tin_identity);
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 940px) {
  .nav__identity__menu__item a {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.nav__identity__menu__item a:hover, .nav__identity__menu__item a:focus {
  color: var(--white);
}
.nav__identity__menu__item > span {
  color: var(--tin_identity);
}
@media (max-width: 940px) {
  .nav__identity__menu__item > span {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.nav__identity__menu__item--current {
  color: var(--breton_yellow);
}
.nav__identity__menu__item--current a,
.nav__identity__menu__item--current > span {
  color: var(--yellow);
}
.nav__identity__menu__item--current a:hover, .nav__identity__menu__item--current a:focus,
.nav__identity__menu__item--current > span:hover,
.nav__identity__menu__item--current > span:focus {
  color: var(--yellow);
}

.nav__identity__menu__item--shop {
  margin-left: auto;
}
@media (max-width: 940px) {
  .nav__identity__menu__item--shop {
    display: none;
  }
}
.nav__identity__menu__item--shop a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  background-color: var(--yellow);
  color: var(--black);
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .nav__identity__menu__item--shop a {
    padding-left: clamp(20px, 5.2015604681vw, 40px);
    padding-right: clamp(20px, 5.2015604681vw, 40px);
  }
}
.nav__identity__menu__item--shop a:hover, .nav__identity__menu__item--shop a:focus {
  background-color: var(--yellow_light);
  color: var(--black);
}

.nav__primary--mobile {
  padding-bottom: 36px;
}
@media (min-width: 941px) {
  .nav__primary--mobile {
    display: none;
  }
}
.nav__primary--mobile .nav__primary__menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.nav__primary--mobile .nav__primary__menu .sub-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
}
.nav__primary--mobile .nav__primary__menu .current-menu-item .sub-menu,
.nav__primary--mobile .nav__primary__menu .current-menu-ancestor .sub-menu {
  display: block;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  margin-bottom: 10px;
  font-size: 20px;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:last-child {
  margin-bottom: 0;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a {
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  height: 44px;
  font-family: var(--font_heading);
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--cream);
  transition: all 0.2s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a span {
  position: relative;
  display: block;
  width: 100%;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a:hover, .nav__primary--mobile .nav__primary__menu__item.main-menu-item > a:focus {
  outline: 0;
  color: var(--yellow);
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item svg {
  letter-spacing: 0em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  font-size: 1.5em;
  text-align: right;
  line-height: 1;
  transition: all 0.2s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item.nav__primary__menu__item--open svg {
  transform: translateY(-50%) rotateX(180deg);
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item:last-child {
  margin-bottom: 0;
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item a {
  text-decoration: none;
  color: var(--cream);
  transition: all 0.2s;
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item a:hover, .nav__primary--mobile .nav__primary__menu__item.sub-menu-item a:focus {
  outline: 0;
  color: var(--yellow);
}

.nav__primary--desktop {
  position: relative;
  z-index: 30;
  margin-left: auto;
  margin-right: 0;
  height: 90px;
}
@media (max-width: 940px) {
  .nav__primary--desktop {
    display: none;
  }
}
.nav__primary--desktop .nav__primary__menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav__primary--desktop .nav__primary__menu .sub-menu {
  display: none;
}
.nav__primary--desktop .nav__primary__menu__item.main-menu-item {
  display: inline-block;
  position: relative;
  height: 100%;
}
.nav__primary--desktop .nav__primary__menu__item.main-menu-item + .nav__primary__menu__item {
  margin-left: 36px;
}
.nav__primary--desktop .nav__primary__menu__item.main-menu-item.nav__primary__menu__item--reserve > a {
  font-weight: bold;
}
.nav__primary--desktop .nav__primary__menu__item.main-menu-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 100%;
  font-family: var(--font_heading);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-underline-offset: 0.75em;
  text-decoration-thickness: 0.2em;
  color: var(--black);
  transition: all 0.2s;
}
.nav__primary--desktop .nav__primary__menu__item.main-menu-item > a:hover, .nav__primary--desktop .nav__primary__menu__item.main-menu-item > a:focus {
  outline: 0;
  color: var(--yellow_dark);
}
.nav__primary--desktop .nav__primary__menu__item.main-menu-item.current-menu-item > a, .nav__primary--desktop .nav__primary__menu__item.main-menu-item.current-page-parent > a, .nav__primary--desktop .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a {
  -webkit-text-decoration-color: var(--yellow);
          text-decoration-color: var(--yellow);
}

.newsletter__form {
  position: relative;
  padding-top: 40px;
  margin-bottom: 100px;
}
.site__footer .newsletter__form {
  margin: 0;
  padding: 0;
}
.newsletter__form .ajax-loader,
.newsletter__form .wpcf7-spinner,
.newsletter__form .hidden-fields-container {
  display: none !important;
}
.newsletter__form .wpcf7-validation-errors {
  display: none !important;
}
.newsletter__form .wpcf7-form.sent .wpcf7-response-output {
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 100%;
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 14px 10px 15px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background-color: var(--black);
  color: var(--white);
}
.newsletter__form .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.newsletter__form .newsletter__form__group > p {
  display: none;
}
.newsletter__form .wpcf7-form {
  position: relative;
}
.newsletter__form .wpcf7-form > p {
  display: none;
}

.newsletter__form__group {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1401px) {
  .newsletter__form__group {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.newsletter__form__fields {
  margin-bottom: 20px;
}

.newsletter__form__field {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.newsletter__form__field .req {
  position: absolute;
  top: 14px;
  right: 10px;
  color: var(--coal);
  pointer-events: none;
}
.newsletter__form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.newsletter__form__field .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -24px;
  left: 0;
  display: block;
  padding: 0 15px;
  font-weight: normal;
  font-size: 10px;
  color: var(--aluminum);
}
@media (min-width: 1401px) {
  .newsletter__form__field .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}

@media (min-width: 1401px) {
  .newsletter__form__field--half {
    width: calc(50% - 20px);
  }
  .newsletter__form__field--half:nth-child(2n+1) {
    margin-left: 0;
    margin-right: auto;
  }
  .newsletter__form__field--half:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
}

.newsletter__form__field--select {
  position: relative;
}
.newsletter__form__field--select i,
.newsletter__form__field--select svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 18px;
  color: var(--coal);
  pointer-events: none;
}

.newsletter__form__field--select--focused i {
  color: var(--silver);
}
.site__copy--default .newsletter__form__field--select--focused i {
  color: var(--ash);
}

.newsletter__form__label {
  position: absolute;
  width: 100%;
  transition: all 0.2s;
  color: var(--aluminum);
}
@media (max-width: 769px -1) {
  .newsletter__form__label {
    font-size: 12px;
  }
}

.newsletter__text {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  transition: all 0.2s;
}
.newsletter__text:focus {
  outline: 0;
}
.appleios .newsletter__text {
  font-size: 16px;
}

.newsletter__form__actions {
  padding-top: 20px;
}

.newsletter__submit {
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.newsletter__submit:hover, .newsletter__submit:focus {
  outline: 0;
}

.site__footer__newsletter .wpcf7-validation-errors,
.single__newsletter .wpcf7-validation-errors {
  display: none !important;
}
.site__footer__newsletter .ajax-loader,
.single__newsletter .ajax-loader {
  display: none !important;
}
.site__footer__newsletter .newsletter_form__group,
.single__newsletter .newsletter_form__group {
  display: flex;
  align-items: flex-end;
}
.site__footer__newsletter .newsletter__form__field,
.single__newsletter .newsletter__form__field {
  margin-bottom: 0;
}
.site__footer__newsletter .newsletter__form__field--half,
.single__newsletter .newsletter__form__field--half {
  width: 130px;
}
.site__footer__newsletter .newsletter__form__field--half:first-child,
.single__newsletter .newsletter__form__field--half:first-child {
  width: calc(100% - 130px);
}
@media (min-width: 1401px) {
  .site__footer__newsletter .newsletter__form__field--half,
  .single__newsletter .newsletter__form__field--half {
    width: 205px;
  }
  .site__footer__newsletter .newsletter__form__field--half:first-child,
  .single__newsletter .newsletter__form__field--half:first-child {
    width: calc(100% - 205px);
  }
}
.site__footer__newsletter .newsletter__form__label,
.single__newsletter .newsletter__form__label {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  transition: all 0.2s;
}
@media (min-width: 1401px) {
  .site__footer__newsletter .newsletter__form__label,
  .single__newsletter .newsletter__form__label {
    font-size: 14px;
  }
}
.site__footer__newsletter .newsletter__form__field--focused .newsletter__form__label,
.site__footer__newsletter .newsletter__form__field--has_value .newsletter__form__label,
.single__newsletter .newsletter__form__field--focused .newsletter__form__label,
.single__newsletter .newsletter__form__field--has_value .newsletter__form__label {
  top: -18px;
  font-size: 10px;
  color: var(--coal_05);
}
@media (min-width: 1401px) {
  .site__footer__newsletter .newsletter__form__field--focused .newsletter__form__label,
  .site__footer__newsletter .newsletter__form__field--has_value .newsletter__form__label,
  .single__newsletter .newsletter__form__field--focused .newsletter__form__label,
  .single__newsletter .newsletter__form__field--has_value .newsletter__form__label {
    top: -8px;
    font-size: 12px;
  }
}
.site__footer__newsletter .newsletter__text,
.single__newsletter .newsletter__text {
  padding: 22px 15px 20px;
  font-family: var(--font_sans);
  font-size: 12px;
  border-radius: 0;
  border: none;
  border-bottom: solid 4px var(--yellow);
  background-color: transparent;
  color: var(--coal);
}
.appleios .site__footer__newsletter .newsletter__text,
.appleios .single__newsletter .newsletter__text {
  padding: 17px 15px 20px;
  font-size: 16px;
}
@media (min-width: 1401px) {
  .site__footer__newsletter .newsletter__text,
  .single__newsletter .newsletter__text {
    font-size: 14px;
  }
}
.site__footer__newsletter .newsletter__text::-moz-placeholder, .single__newsletter .newsletter__text::-moz-placeholder {
  color: var(--aluminum);
}
.site__footer__newsletter .newsletter__text::placeholder,
.single__newsletter .newsletter__text::placeholder {
  color: var(--aluminum);
}
.site__footer__newsletter .newsletter__submit,
.single__newsletter .newsletter__submit {
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  padding: 20px 0 16px 0;
  font-family: var(--font_heading);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  border-bottom: solid 4px var(--yellow);
  background-color: var(--yellow);
  color: var(--coal);
}
.site__footer__newsletter .newsletter__submit:hover, .site__footer__newsletter .newsletter__submit:focus,
.single__newsletter .newsletter__submit:hover,
.single__newsletter .newsletter__submit:focus {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.nav__footer {
  width: calc(50% - 8px);
}
@media (min-width: 1401px) {
  .nav__footer {
    width: 160px;
    margin-left: 0;
    margin-right: auto;
  }
  .nav__footer:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}

.nav__footer__menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nav__footer__menu__item {
  margin-bottom: 15px;
  font-size: 14px;
}
.nav__footer__menu__item:last-child {
  margin-bottom: 0;
}
.nav__footer__menu__item a {
  color: var(--black);
  text-decoration: none;
  transition: all 0.2s;
}
.nav__footer__menu__item a:hover, .nav__footer__menu__item a:focus {
  color: var(--yellow_dark);
}

.nav__footer__menu__item--reserve {
  font-weight: bold;
}

.nav__social__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__social__menu__item {
  letter-spacing: 0.05em;
  font-family: var(--font_heading);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.nav__social--header {
  max-width: 340px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px var(--yellow);
}
.nav__social--header .nav__social__menu__item a {
  text-decoration: none;
  color: var(--yellow);
  transition: all 0.2s;
}
.nav__social--header .nav__social__menu__item a:hover, .nav__social--header .nav__social__menu__item a:focus {
  outline: 0;
  color: var(--cream);
}
.nav__social--header .nav__social__menu__item svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 46px;
  height: 46px;
}

.nav__social--footer {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1401px) {
  .nav__social--footer {
    max-width: 550px;
  }
}
.nav__social--footer .nav__social__menu {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
}
.nav__social--footer .nav__social__menu__item {
  font-size: 12px;
}
.nav__social--footer .nav__social__menu__item + .nav__social__menu__item {
  margin-left: 2em;
}
@supports (font-size: clamp(10px, 1vw, 20px)) {
  .nav__social--footer .nav__social__menu__item {
    font-size: clamp(12px, 1.7142857143vw, 24px);
  }
}
.nav__social--footer .nav__social__menu__item a {
  text-decoration: none;
  color: var(--black);
  transition: color 0.2s;
}
.nav__social--footer .nav__social__menu__item a:hover, .nav__social--footer .nav__social__menu__item a:focus {
  outline: 0;
  color: var(--yellow_dark);
}
.nav__social--footer .nav__social__menu__item svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
}

.nav__social--instagram .nav__social__menu {
  margin-bottom: 0;
}
.nav__social--instagram .nav__social__menu__item {
  margin-left: 10px;
  font-size: 24px;
}
.nav__social--instagram .nav__social__menu__item:first-child {
  margin-left: 0;
}
@media (min-width: 769px) {
  .nav__social--instagram .nav__social__menu__item {
    margin-left: 20px;
  }
}
.nav__social--instagram .nav__social__menu__item span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav__social--instagram .nav__social__menu__item a {
  text-decoration: none;
  color: var(--green);
}
.nav__social--instagram .nav__social__menu__item a:hover, .nav__social--instagram .nav__social__menu__item a:focus {
  color: var(--green_dark);
}

.nav__social--text .nav__social__menu {
  display: block;
  justify-content: flex-start;
}
.nav__social--text .nav__social__menu__item {
  font-family: var(--font_sans);
  font-size: 14px;
  line-height: 2;
  text-align: left;
  text-transform: none;
}
.nav__social--text .nav__social__menu__item a {
  color: var(--green);
}
.nav__social--text .nav__social__menu__item a:hover, .nav__social--text .nav__social__menu__item a:focus {
  color: var(--green_dark);
}

.identity__bar {
  z-index: 800;
  position: relative;
  display: grid;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: var(--black);
  color: var(--cream);
}
@media (min-width: 941px) {
  .identity__bar {
    height: 55px;
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 940px) {
  .identity__bar--desktop {
    display: none;
  }
}

.identity__bar--mobile {
  margin-top: auto;
  margin-left: -36px;
  margin-right: -36px;
  margin-bottom: -20px;
  display: grid;
  align-items: flex-start;
  padding-bottom: 20px;
}

.identity__bar__heading {
  font-family: var(--font_heading);
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 940px) {
  .identity__bar__heading {
    display: flex;
    align-items: center;
    height: 46px;
    padding-left: 36px;
    padding-right: 36px;
    background-color: var(--black_identity);
  }
}
@media (min-width: 941px) {
  .identity__bar__heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

.site__header {
  position: relative;
  z-index: 50;
}
@media (max-width: 940px) {
  .site__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 941px) {
  .site__header {
    height: 90px;
  }
}
.site__header .site__inner {
  justify-content: space-between;
}
.site__header .site__inner > * {
  pointer-events: auto;
}
@media (min-width: 941px) {
  .site__header .site__inner {
    position: relative;
    display: flex;
    align-items: flex-start;
  }
}

.site__header__logo {
  z-index: 20;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px 24px 0;
  background-color: var(--cream);
}
@media (max-width: 940px) {
  .site__header__logo {
    top: 0;
    left: 21px;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
  }
}
@media (min-width: 941px) {
  .site__header__logo {
    top: 48px;
    left: 36px;
    padding-right: 36px;
    padding-bottom: 36px;
  }
  @supports (left: clamp(1em, 1vw, 1em)) {
    .site__header__logo {
      left: clamp(36px, 4.7142857143vw, 66px);
    }
  }
}
.site__header__logo a {
  position: relative;
}
.site__header__logo img {
  display: block;
  width: 211px;
  height: auto;
}
@media (min-width: 941px) {
  .site__header__logo img {
    width: 350px;
  }
}

.site__header__sticky {
  z-index: 50;
}

.site__header--stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.site__footer {
  z-index: 60;
  position: relative;
  margin-top: 90px;
  overflow: hidden;
  background-color: var(--cream);
}
@media (min-width: 1401px) {
  .site__footer {
    margin-top: 170px;
  }
}

.site__footer__social {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 1401px) {
  .site__footer__social {
    transform: translateX(-30px);
  }
}

.site__footer__social__text {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 90px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.1;
  color: var(--grey);
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@supports (font-size: clamp(10px, 1vw, 20px)) {
  .site__footer__social__text {
    font-size: clamp(90px, 13.5714285714vw, 190px);
  }
}
@media (min-width: 1401px) {
  .site__footer__social__text {
    top: 30%;
  }
}

.site__footer__newsletter {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 350px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .site__footer__newsletter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    max-width: 610px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1401px) {
  .site__footer__newsletter {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.site__footer__newsletter__form .contact__form {
  padding-top: 0;
  margin-bottom: 0;
}
.site__footer__newsletter__form .contact__form .wpcf7-form.sent .wpcf7-response-output {
  top: 100%;
  bottom: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: var(--font_sans);
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  text-transform: none;
  background-color: var(--success);
  color: var(--white);
}

.site__footer__newsletter__message {
  margin-bottom: 40px;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .site__footer__newsletter__message {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    width: 250px;
  }
}
@media (min-width: 1401px) {
  .site__footer__newsletter__message {
    margin-bottom: 20px;
    margin-right: -80px;
  }
}
.site__footer__newsletter__message p {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
@media (min-width: 769px) and (max-width: 1400px) {
  .site__footer__newsletter__message p {
    margin-bottom: 26px;
    text-align: right;
  }
}
@media (min-width: 1401px) {
  .site__footer__newsletter__message p {
    margin-bottom: 0;
    width: calc(100% + 25px);
    font-size: 18px;
    text-align: left;
  }
}

@media (min-width: 769px) {
  .site__footer__newsletter__form {
    margin-left: auto;
    margin-right: 0;
    width: 350px;
  }
}
@media (min-width: 1401px) {
  .site__footer__newsletter__form {
    width: 100%;
  }
}

.site__footer__about {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 340px;
}
@media (min-width: 1401px) {
  .site__footer__about {
    max-width: none;
  }
}
.site__footer__about p {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1401px) {
  .site__footer__about p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.site__footer__about p:last-child {
  margin-bottom: 0;
}
.site__footer__about p + p {
  margin-top: 1.5em;
}
.site__footer__about a {
  color: var(--black);
}
.site__footer__about a:hover, .site__footer__about a:focus {
  color: var(--yellow_dark);
}

ul.site__footer__about__contact {
  margin-top: 1.5em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.site__footer__about__contact__item {
  margin-left: 40px;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1401px) {
  .site__footer__about__contact__item {
    font-size: 16px;
  }
}
.site__footer__about__contact__item:first-child {
  margin-left: 0;
}
.site__footer__about__contact__item a {
  text-decoration: none;
}

.site__footer__hours {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  max-width: 340px;
}
@media (min-width: 1401px) {
  .site__footer__hours {
    margin-left: 0;
    max-width: none;
  }
}

.site__footer__hours__label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1401px) {
  .site__footer__hours__label {
    font-size: 16px;
  }
}

.site__footer__hours__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

.site__footer__hours__list__item {
  margin-bottom: 10px;
  font-size: 14px;
}
.site__footer__hours__list__item strong {
  font-weight: normal;
}

.site__footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  padding-bottom: 30px;
  border-bottom: solid 3px var(--cream_line);
}
@media (min-width: 769px) {
  .site__footer__nav {
    margin-top: 4px;
  }
}
@media (min-width: 1401px) {
  .site__footer__nav {
    margin-left: 0;
    max-width: none;
  }
}

.site__footer__legal {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  padding-bottom: 60px;
  color: var(--aluminum_legal);
}
@media (min-width: 769px) {
  .site__footer__legal {
    max-width: 296px;
  }
}
@media (min-width: 1401px) {
  .site__footer__legal {
    margin-left: 0;
    max-width: none;
  }
}
.site__footer__legal small {
  font-size: 10px;
}

.site__footer__top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
}
@media (min-width: 1401px) {
  .site__footer__top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}

@media (min-width: 1401px) {
  .site__footer__top__column {
    margin-left: 0;
    margin-right: auto;
    width: 640px;
  }
  .site__footer__top__column:last-child {
    margin-left: auto;
    margin-right: 0;
    width: 450px;
  }
}

.site__footer__bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
}
@media (min-width: 769px) {
  .site__footer__bottom {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1401px) {
  .site__footer__bottom {
    max-width: 1110px;
  }
}

@media (min-width: 769px) {
  .site__footer__bottom__column {
    margin-left: 0;
    margin-right: auto;
    width: 296px;
  }
  .site__footer__bottom__column:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1401px) {
  .site__footer__bottom__column {
    width: 460px;
  }
  .site__footer__bottom__column:last-child {
    width: 450px;
  }
}

.site__footer__gallery__container {
  position: relative;
}
.site__footer__gallery__container .site__footer__gallery,
.site__footer__gallery__container #sb_instagram #sbi_images {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(2, 1fr) !important;
}
@media (min-width: 641px) {
  .site__footer__gallery__container .site__footer__gallery,
  .site__footer__gallery__container #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 941px) {
  .site__footer__gallery__container .site__footer__gallery,
  .site__footer__gallery__container #sb_instagram #sbi_images {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1401px) {
  .site__footer__gallery__container .site__footer__gallery,
  .site__footer__gallery__container #sb_instagram #sbi_images {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
.site__footer__gallery__container #sb_instagram #sbi_images .sbi_item {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 125% !important;
  background-color: var(--cream);
  transition: none;
}
.site__footer__gallery__container #sb_instagram #sbi_images .sbi_item .sbi_photo {
  padding-bottom: 125% !important;
}
.site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:hover .sbi_item__overlay--over, .site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:focus .sbi_item__overlay--over {
  opacity: 0.5;
}
.site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:hover .sbi_item__overlay--under, .site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:focus .sbi_item__overlay--under {
  opacity: 0.5;
}
.site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:hover .sbi_photo, .site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:focus .sbi_photo {
  opacity: 1 !important;
}
@media (max-width: 640px) {
  .site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 940px) {
  .site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 941px) and (max-width: 1400px) {
  .site__footer__gallery__container #sb_instagram #sbi_images .sbi_item:nth-child(n+5) {
    display: none;
  }
}
.site__footer__gallery__container #sb_instagram #sbi_images .sbi_item .sbi_lightbox_carousel_icon {
  display: none !important;
}
.site__footer__gallery__container #sb_instagram .sbi_photo {
  padding-bottom: 100%;
  height: 0 !important;
}
.site__footer__gallery__container #sb_instagram .sbi_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site__footer__gallery__container .sbi_item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
}
.site__footer__gallery__container .sbi_item__overlay--over {
  background-image: linear-gradient(to bottom, var(--cream_23) 0%, var(--cream) 100%);
}
.site__footer__gallery__container .sbi_item__overlay--under {
  opacity: 0;
  background-image: linear-gradient(to top, var(--yellow_23) 50%, var(--yellow) 100%);
}

.site__footer__gallery__link {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.site__footer__gallery__link a {
  letter-spacing: 0.05em;
  display: flex;
  padding: 12px 32px;
  pointer-events: auto;
  font-family: var(--font_heading);
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--cream);
  color: var(--black);
  transition: background 0.2s, color 0.2s;
}
.site__footer__gallery__link a:hover, .site__footer__gallery__link a:focus {
  background-color: var(--black);
  color: var(--white);
}
