/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

:root {
  --gh-bg: #f4f3ee;
  --gh-text: #1b1b18;
  --gh-gold: #ae8b00;
  --gh-dark: #1e1e1e;
  --gh-line: #ccc6ae;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
    color: unset !important;
    background-color: unset !important;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: var(--gh-text);
  font-family: 'Times New Roman', Times, serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.gh-home {
  overflow: hidden;
}

.savor-heading {
  font-size: 20px !important;
}

.gh-container {
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
}

.button-primary {
   background: #1b1b1b !important;
   color:#fff !important;
   opacity: 0.9;
}
.button-primary:hover {
   background: #fff !important;
   color:#1b1b1b !important;
}

.gh-section {
  position: relative;
}

.gh-top-stripe {
  background: repeating-linear-gradient(
    90deg,
    var(--gh-dark) 0,
    var(--gh-dark) 40px,
    #d9d9d9 40px,
    #d9d9d9 85px
  );
  height: 130px;
  width: 100%;
}

.gh-header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 180px;
  justify-content: center;
}

.gh-header__inner {
  align-items: center; 
  display: flex;
  justify-content: center;
  padding: 0 4px;
  position: relative;
}

.gh-header__nav {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  max-width: 830px;
  position: relative;
  width: 100%;
}

.gh-header__logo-link {
  margin: 0 65px;
}

.gh-header__logo {
  height: 114px;
  width: 114px;
}

.gh-nav {
  align-items: center;
  display: flex;
  gap: 127px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gh-nav--left {
  justify-content: flex-start;
}

.gh-nav--right {
  justify-content: flex-end;
}

.gh-nav__item a {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
}

.gh-nav__item--active {
  position: relative;
}

.gh-nav__item--active::after {
  background: var(--gh-dark);
  border-radius: 50%;
  bottom: -13px;
  content: '';
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
}

.gh-btn {
  align-items: center;
  background: transparent;
  border: 1px solid var(--gh-text);
  color: var(--gh-text);
  cursor: pointer;
  display: inline-flex;
  font-family: 'DM Sans', sans-serif;
  font-size: 16.061px;
  font-weight: 400;
  height: 49px;
  justify-content: center;
  letter-spacing: 1.6061px;
  line-height: 1;
  min-width: 225.4px;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
  text-transform: uppercase;
}

.gh-btn:hover,
.gh-btn:focus-visible {
  background: var(--gh-text);
  color: var(--gh-bg);
}

.gh-header__cta {
  font-size: 12px;
  height: 36.61px;
  letter-spacing: 1.2px;
  min-width: 168.41px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.gh-hero {
  align-items: center;
  background-image:
    url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Group-43-scaled.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 715px;
}

.gh-hero__content {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.gh-hero .gh-heading {
  margin: 0;
}

.gh-ornament {
  margin: 21px 0 27px;
  position: relative;
  width: 469px;
}

.gh-ornament::before,
.gh-ornament::after {
  border-top: 1px solid #1b1b18;
  content: '';
  position: absolute;
  top: 8px;
  width: 201px;
}

.gh-ornament::before {
  left: 0;
}

.gh-ornament::after {
  right: 0;
}

.gh-ornament:empty {
  height: 21px;
}

.gh-ornament-mark {
  background-image: url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Frame-1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px auto;
}

.gh-hero p {
  font-family: 'Times New Roman', serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  margin: 0 0 26px;
}

.gh-hero__actions {
  display: flex;
  gap: 12.26px;
}

.gh-hero-shared {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.gh-about-hero.gh-hero-shared,
.gh-contact-hero.gh-hero-shared,
.gh-menu-page-hero.gh-hero-shared {
  height: 715px;
}

.gh-hero-shared--about {
  background-image:
    linear-gradient(90deg, rgba(244, 243, 238, 0.96) 0%, rgba(244, 243, 238, 0.92) 35%, rgba(244, 243, 238, 0.56) 50%, rgba(244, 243, 238, 0) 64%),
    url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Group-44-scaled.png');
}

.gh-hero-shared--contact {
  background-image:
    linear-gradient(90deg, rgba(244, 243, 238, 0.96) 0%, rgba(244, 243, 238, 0.92) 35%, rgba(244, 243, 238, 0.56) 50%, rgba(244, 243, 238, 0) 64%),
    url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Group-45-scaled.png');
}

.gh-hero-shared--menu {
  background-image:
    linear-gradient(90deg, rgba(244, 243, 238, 0.96) 0%, rgba(244, 243, 238, 0.92) 35%, rgba(244, 243, 238, 0.56) 50%, rgba(244, 243, 238, 0) 64%),
    url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Group-47-scaled.png');
}

.gh-hero-shared .gh-about-hero__content,
.gh-hero-shared .gh-contact-hero__content,
.gh-hero-shared .gh-menu-page-hero__content {
  margin: 0 auto;
  max-width: 1340px;
  padding-top: 0;
  width: 100%;
}

.gh-about-hero.gh-hero-shared p,
.gh-contact-hero.gh-hero-shared p,
.gh-menu-page-hero.gh-hero-shared p {
  font-family: 'Times New Roman', serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  margin: 0 0 26px;
}

.gh-hero-shared .gh-about-ornament {
  height: 21px;
  margin: 21px 0 27px;
  width: 469px;
}

.gh-hero-shared .gh-about-ornament::before,
.gh-hero-shared .gh-about-ornament::after {
  border-top: 1px solid #1b1b18;
  top: 8px;
  width: 201px;
}

.gh-favorites {
  background: #fff;
  padding: 56px 0 73px;
  text-align: center;
}

.gh-section__label {
  color: var(--gh-gold);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.gh-heading {
  color: var(--gh-text);
  font-family: 'FONTSPRING DEMO - Michel', 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.gh-heading em {
  font-family: 'Times New Roman', serif;
  font-style: italic;
}

.gh-hero .gh-heading,
.gh-hero-shared .gh-heading {
  color: rgba(74, 46, 26, 1);
  font-size: 125px;
  letter-spacing: 0.5px;
  line-height: 110px;
}

.gh-hero .gh-heading span,
.gh-hero .gh-heading em,
.gh-hero-shared .gh-heading span,
.gh-hero-shared .gh-heading em {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.gh-favorites > .gh-heading,
.gh-menu > .gh-heading,
.gh-about-beliefs__heading > .gh-heading,
.gh-menu-page-title .gh-heading,
.gh-menu-page-fresh__content .gh-heading {
  font-size: 30px;
}

.gh-story__copy > .gh-heading .gh-story__title-line,
.gh-about-story .gh-heading span {
  display: block;
  font-size: 30px;
  line-height: 34px;
}

.gh-favorite-card .gh-heading,
.gh-menu__fresh-card .gh-heading {
  font-size: 20px;
}

.gh-menu-item .gh-heading,
.gh-menu-page-item .gh-heading,
.gh-contact-info__item .gh-heading,
.gh-contact-newsletter__left .gh-heading {
  font-size: 17.474px;
  font-weight: 700;
}

.gh-footer .gh-heading {
  color: var(--gh-gold);
  font-size: 15px;
  letter-spacing: 1.5px;
}

.gh-favorites > .gh-heading,
.gh-follow > .gh-heading {
  margin: 10px 0 40px;
  position: relative;
}

.gh-favorites > .gh-heading::before,
.gh-favorites > .gh-heading::after {
  border-top: 1px solid #1b1b18;
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
}

.gh-favorites > .gh-heading::before {
  left: calc(50% - 280px);
}

.gh-favorites > .gh-heading::after {
  right: calc(50% - 280px);
}

.gh-favorites__grid {
  display: grid;
  gap: 54px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.gh-favorite-card .gh-heading {
  margin: 20px 0 29px;
  position: relative;
}

.gh-favorite-card .gh-heading::after {
  background-image: url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Group-9.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 6px;
  margin: 14px auto 0;
  width: 40px;
}

.gh-favorite-card p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.gh-story {
  border-bottom: 0.5px solid var(--gh-line);
  border-top: 0.5px solid var(--gh-line);
  height: 462px;
  margin: 0 auto;
  max-width: 1501px;
  overflow: hidden;
  position: relative;
  width: 100%;
	background: #fff;
}

.gh-story__media {
  height: 463px;
  inset: -1px auto 0 0;
  position: absolute;
  width: 615px;
}

.gh-story__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-story__content {
  height: 462px;
  padding-left: 673px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.gh-story__copy {
  max-width: 372px;
  padding-top: 73px;
}

.gh-story .gh-section__label {
  margin: 0;
}

.gh-story__copy > .gh-heading {
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  margin: 43px 0 29px;
}

.gh-story__title-line {
  display: block;
  font-family: 'FONTSPRING DEMO - Michel', 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 34px;
}

.gh-story__title-times {
  font-family: 'Times New Roman', serif;
  font-style: italic;
}

.gh-story__title-michel {
  font-family: 'FONTSPRING DEMO - Michel', 'Times New Roman', serif;
  font-style: normal;
}

.gh-story__ornament {
  margin: 0 0 29px;
  width: 422px;
}

.gh-story__ornament::before,
.gh-story__ornament::after {
  width: 186px;
}

.gh-story__text {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 27px;
  width: 372px;
}

.gh-story__btn {
  margin: 0;
  min-width: 225.4px;
}

.gh-story__illustration {
  height: 462px;
  position: absolute;
  right: 0;
  top: 0;
  width: 456px;
}

.gh-story__illustration img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-menu {
  background: #fff;
  padding: 72px 0 74px;
  text-align: center;
}

.gh-menu > .gh-heading {
  margin: 16px 0 20px;
}

.gh-menu__tabs {
  align-items: center;
  display: flex;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 42px;
  justify-content: center;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0 0 63px;
}

.gh-menu__tab {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--gh-text);
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0 6px 18px;
  text-transform: uppercase;
}

.gh-menu__tab.is-active {
  border-bottom-color: var(--gh-gold);
}

.gh-menu__grid {
  display: grid;
  gap: 95px;
  grid-template-columns: 1fr 1fr 219px;
  text-align: left;
}

.gh-menu-item {
  padding: 18px 0 19px;
}

.gh-menu-item .gh-heading {
  align-items: baseline;
  display: flex;
  font-style: normal;
  gap: 14px;
  margin: 0;
}

.gh-menu-item .gh-heading span:first-child {
  order: 1;
  white-space: nowrap;
}

.gh-menu-item .gh-heading::after {
  border-bottom: 1px dotted #cfc8af;
  content: '';
  flex: 1;
  order: 2;
}

.gh-menu-item .gh-heading span:last-child {
  margin-left: 0;
  min-width: 32px;
  order: 3;
  text-align: right;
}

.gh-menu-item p {
  font-size: 17.474px;
  font-style: italic;
  line-height: 1;
  margin: 6px 0 0;
}

.gh-menu__fresh-card {
  align-self: start;
  border: 1.165px solid var(--gh-line);
  margin-top: 68px;
  min-height: 226px;
  padding: 18px 16px 20px;
  text-align: center;
}

.gh-menu__fresh-card-mark {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 48px;
}

.gh-menu__fresh-card-mark--top {
  background-image: url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Frame.png');
  height: 17px;
  margin-bottom: 18px;
}

.gh-menu__fresh-card-mark--bottom {
  background-image: url('https://breakfastelmhurst.kinsta.cloud/wp-content/uploads/2026/05/Group-9.png');
  height: 14px;
  margin-top: 18px;
}

.gh-menu__fresh-card .gh-heading {
  margin: 0 0 18px;
}

.gh-menu__fresh-card p {
  font-size: 17.474px;
  line-height: 24px;
  margin: 0;
}

.gh-divider-band {
  align-items: center;
  background: repeating-linear-gradient(
    90deg,
    var(--gh-dark) 0,
    var(--gh-dark) 40px,
    #d9d9d9 40px,
    #d9d9d9 85px
  );
  display: flex;
  height: 152px;
  justify-content: center;
}

.gh-divider-band__badge img {
  height: 122.86px;
  width: 372.56px;
}

.gh-follow {
  padding: 42px 0 48px;
  text-align: center;
}

.gh-follow > .gh-heading {
  letter-spacing: 3px;
  margin: 12px 0 32px;
  text-transform: capitalize;
}

.gh-follow__grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(6, 210.44px);
  justify-content: center;
}

.gh-follow__grid img {
  height: 210.44px;
  object-fit: cover;
  width: 210.44px;
}

.gh-follow__cta {
  font-size: 16.061px;
  margin-top: 32px;
  min-width: 333px;
}

.gh-footer {
  background: #fff;
  padding-top: 0;
}

.gh-footer__line {
  border-top: 1px solid #d6d1be;
  margin: 0 auto;
  max-width: 1340px;
}

.gh-footer__content {
  align-items: flex-start;
  display: grid;
  gap: 110px;
  grid-template-columns: 172px 1fr;
  padding: 39px 6px 40px;
}

.gh-footer__logo {
  height: 172px;
  width: 172px;
}

.gh-footer__cols {
  display: grid;
  gap: 58px;
  grid-template-columns: 94px 94px 94px 206px 214px;
}

.gh-footer .gh-heading {
  margin: 0 0 25px;
}

.gh-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gh-footer li,
.gh-footer p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.gh-hours li {
  display: flex;
  justify-content: space-between;
}

.gh-hours span:last-child {
  min-width: 92px;
  text-align: right;
}

.gh-footer__col--contact {
  text-align: center;
}

.gh-socials {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 28px;
}

.gh-socials img {
  height: 23.599px;
  width: 23.599px;
}

.gh-footer__line--bottom {
  margin-top: 0;
}

.gh-footer__copy {
  font-size: 17.474px;
  font-style: italic;
  line-height: 1;
  margin: 20px 0 26px;
  text-align: center;
  padding: 20px !important;
}



.gh-about-hero {
  height: 593px;
}

.gh-about-hero__bg,
.gh-about-hero__bg img {
  height: 100%;
  width: 100%;
}

.gh-about-hero__bg {
  inset: 0;
  position: absolute;
}

.gh-about-hero__bg img {
  object-fit: cover;
}

.gh-about-hero__overlay {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #f4f3ee 70.659%);
  inset: 0;
  position: absolute;
}

.gh-about-hero__content {
  padding-top: 97px;
  position: relative;
  z-index: 2;
}

.gh-about-hero .gh-heading {
  margin: 14px 0 24px;
}

.gh-about-ornament {
  height: 15.652px;
  margin: 0 0 29px;
  position: relative;
  width: 347px;
}
 
.gh-about-ornament::before,
.gh-about-ornament::after {
  border-top: 1px solid var(--gh-text);
  content: '';
  position: absolute;
  top: 7.6px;
  width: 149.19px;
}

.gh-about-ornament::before {
  left: 0;
}

.gh-about-ornament::after {
  right: 0;
}

.gh-about-hero p {
  font-size: 30px;
  font-style: italic;
  line-height: 33px;
  margin: 0;
}

.gh-about-story {
  height: 462px;
  margin: 80px auto;
  max-width: 1501px;
  overflow: hidden;
  position: relative;
}

.gh-about-story__image {
  height: 462px;
  left: 85px;
  position: absolute;
  top: 0;
  width: 583.74px;
}

.gh-about-story__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-about-story__content {
  left: 736px;
  max-width: 506px;
  position: absolute;
  top: 47px;
}

.gh-about-story .gh-heading {
  font-size: 0;
  line-height: 0;
  margin: 20px 0 10px;
}

.gh-about-story .gh-heading span {
  display: block;
  font-family: 'FONTSPRING DEMO - Michel', 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.gh-about-story .gh-heading em {
  font-family: 'Times New Roman', serif;
  font-style: italic;
}

.gh-about-ornament--small {
  margin-bottom: 18px;
}

.gh-about-story p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 6px;
}

.gh-about-story__btn {
  margin-top: 20px;
}

.gh-about-beliefs {
  background:
    repeating-linear-gradient(
      90deg,
      #f7f6f1 0,
      #f7f6f1 55px,
      #eeeee7 56px,
      #eeeee7 57px
    );
  border-bottom: 0.5px solid var(--gh-line);
  border-top: 0.5px solid var(--gh-line);
  min-height: 550px;
  padding-top: 90px;
}

.gh-about-beliefs__heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 69px;
}

.gh-about-beliefs__heading span {
  border-top: 1px solid #bfb9a4;
  display: block;
  width: 60px;
}

.gh-about-beliefs__heading .gh-heading {
  margin: 0 18px;
}

.gh-about-beliefs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1245px;
}

.gh-about-belief {
  min-height: 250px;
  padding: 0 28px;
  text-align: center;
}

.gh-about-belief + .gh-about-belief {
  border-left: 1px solid #c9c2aa;
}

.gh-about-belief img {
  height: 50px;
  margin: 0 auto 19px;
  width: auto;
}

.gh-about-belief .gh-heading {
  margin: 0 0 21px;
}

.gh-about-belief p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.gh-about-team {
  height: 429px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1501px;
  margin-top: 34px;
  overflow: hidden;
  position: relative;
}

.gh-about-team__copy {
  left: 87px;
  max-width: 372px;
  position: absolute;
  top: 72px;
}

.gh-about-team__copy .gh-section__label {
  margin-bottom: 20px;
}

.gh-about-team .gh-heading {
  margin: 0 0 20px;
}

.gh-about-team .gh-heading em {
  font-style: italic;
}

.gh-about-team p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.gh-about-team__sign {
  font-family: 'Freestyle Script', 'Brush Script MT', cursive;
  font-size: 39px;
  line-height: 1;
}

.gh-about-team__image {
  height: 429px;
  position: absolute;
  right: 0;
  top: 0;
  width: 823px;
}

.gh-about-team__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-about-band {
  align-items: center;
  background: repeating-linear-gradient(
    90deg,
    var(--gh-dark) 0,
    var(--gh-dark) 40px,
    #d9d9d9 40px,
    #d9d9d9 85px
  );
  display: flex;
  height: 152px;
  justify-content: center;
  margin-top: 41px;
}

.gh-about-band__badge img {
  height: 122.86px; 
  width: 372.56px;
}


.gh-contact-hero { 
  height: 593px;
  overflow: hidden;
  position: relative;
}

.gh-contact-hero__bg {
  inset: 0;
  position: absolute;
}

.gh-contact-hero__bg img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

.gh-contact-hero__overlay {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(245, 244, 240, 0.89) 40.685%, #f4f3ee 96.913%);
  inset: 0;
  position: absolute;
}

.gh-contact-hero__content {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 97px;
  position: relative;
  z-index: 2;
}

.gh-contact-hero .gh-heading {
  margin: 12px 0 11px;
}

.gh-contact-hero p {
  font-size: 30px;
  font-style: italic;
  line-height: 34px;
  margin: 0;
}

.gh-contact-main {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  padding: 63px 0;
}

.gh-contact-info {
  width: 351px;
}

.gh-contact-info {
  position: relative;
}

.gh-contact-info__icons {
  height: 352px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 25px;
}

.gh-contact-info__item {
  margin-bottom: 0;
  min-height: 108px;
  padding-left: 45px;
}

.gh-contact-info__item .gh-heading {
  margin: 0 0 9px;
}

.gh-contact-info__item p {
  font-size: 17.474px;
  line-height: 25px;
  margin: 0;
}

.gh-contact-form-wrap {
  border: 1.5px solid #d6d6d6;
  min-height: 546px;
  padding: 31px 43px 28px;
  width: 842px;
}

.gh-contact-form-title {
  font-family: 'FONTSPRING DEMO - Michel', 'Times New Roman', serif;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.gh-contact-form iframe {
  border: 0;
  min-height: 450px;
  width: 100%;
}

.gh-contact-form__fallback {
  display: grid;
  gap: 14px;
}

.gh-contact-form__row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.gh-contact-form__fallback input,
.gh-contact-form__fallback textarea {
  background: transparent;
  border: 1.5px solid #d6d6d6;
  color: var(--gh-text);
  font-family: 'FONTSPRING DEMO - Michel', 'Times New Roman', serif;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1;
  outline: none;
  padding: 0 20px;
  text-transform: uppercase;
}

.gh-contact-form__fallback input {
  height: 64px;
}

.gh-contact-form__fallback textarea {
  min-height: 207px;
  padding-top: 22px;
  resize: none;
}

.gh-contact-form__btn {
  background: var(--gh-text);
  border: 0;
  color: var(--gh-bg);
  font-size: 12px;
  height: 36.611px;
  letter-spacing: 1.2px;
  min-width: 168.409px;
  width: max-content;
}

.gh-contact-form .jotform-form,
.gh-contact-form iframe {
  max-width: 100%;
  width: 100% !important;
}

.gh-contact-team {
  height: 429px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  position: relative;
}

.gh-contact-team__left {
  height: 429px;
  left: 0;
  position: absolute;
  top: 0;
  width: 635px;
}

.gh-contact-team__left img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-contact-team__right {
  height: 429px;
  position: absolute;
  right: 0;
  top: 0;
  width: 826px;
}

.gh-contact-team__right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-contact-team__overlay {
  height: 429px;
  left: 620px;
  position: absolute;
  top: 0;
  width: 602px;
}

.gh-contact-team__content {
  left: 711px;
  max-width: 372px;
  position: absolute;
  top: 99px;
  z-index: 2;
}

.gh-contact-team__content .gh-heading {
  margin: 19px 0 11px;
}

.gh-contact-team__content .gh-heading em {
  font-style: italic;
}

.gh-contact-team__content p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

.gh-contact-team__pin {
  height: 75px;
  position: absolute;
  right: 98px;
  top: 123px;
  width: 75px;
}

.gh-contact-team__pin-circle {
  inset: 0;
  position: absolute;
}
.gh-footer__col.gh-footer__col--hours {
    text-align: center;
}

.gh-contact-team__pin-shape {
  height: 50px;
  left: 5px;
  position: absolute;
  top: 26px;
  width: 66px;
}

.gh-contact-team__pin-logo {
  height: 49px;
  left: 13px;
  position: absolute;
  top: 12px;
  width: 49px;
}

.gh-contact-newsletter {
  align-items: center;
  display: grid;
  grid-template-columns: 425px 498px 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.gh-contact-newsletter__left {
  align-items: center;
  display: flex;
  gap: 20px;
}

.gh-contact-newsletter__left img {
  height: 64px;
  width: 64px;
}

.gh-contact-newsletter__label {
  font-family: 'FONTSPRING DEMO - Michel', 'Times New Roman', serif;
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.gh-contact-newsletter__left .gh-heading {
  margin: 0 0 9px;
  text-transform: uppercase;
}

.gh-contact-newsletter__left p {
  font-size: 17.474px;
  line-height: 25px;
  margin: 0;
}

.gh-contact-newsletter__middle {
  align-items: center;
  border-right: 1px solid #dbd6c3;
  display: flex;
  gap: 8px;
  justify-content: center;
  min-height: 154px;
  padding: 0 18px;
}

.gh-contact-newsletter__middle input {
  background: transparent;
  border: 1px solid #d6d6d6;
  height: 39px;
  width: 301px;
}

.gh-contact-newsletter__btn {
  background: var(--gh-text);
  color: var(--gh-bg);
  font-size: 12px;
  height: 36.611px;
  letter-spacing: 1.2px;
  min-width: 168.409px;
}

.gh-contact-newsletter__right {
  padding-left: 36px;
}

.gh-contact-newsletter__handle {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 11px;
}


.gh-menu-page-hero {
  height: 551px;
  overflow: hidden;
  position: relative;
}

.gh-menu-page-hero__bg {
  inset: 0;
  position: absolute;
}

.gh-menu-page-hero__bg img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

.gh-menu-page-hero__overlay {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(245, 244, 240, 0.89) 40.685%, #f4f3ee 96.913%);
  inset: 0;
  position: absolute;
}

.gh-menu-page-hero__content {
  padding-top: 79px;
  position: relative;
  z-index: 2;
}

.gh-menu-page-hero .gh-heading {
  margin: 14px 0 16px;
}

.gh-menu-page-hero p {
  font-size: 30px;
  font-style: italic;
  line-height: 34px;
  margin: 0;
  max-width: 594px;
}

.gh-menu-page-main {
  padding: 60px 0;
}

.gh-menu-page-title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.gh-menu-page-title span {
  border-top: 1px solid #bbb59f;
  width: 129px;
}

.gh-menu-page-title span:first-child {
  width: 151px;
}

.gh-menu-page-title .gh-heading {
  margin: 0 19px;
}

.gh-menu-page-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 80px;
}

.gh-menu-page-cats {
  border-right: 1px solid #d1cab2;
  padding-right: 0;
}

.gh-menu-page-cats .gh-section__label {
  margin-bottom: 14px;
}

.gh-menu-page-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gh-menu-page-cats li {
  font-size: 17.474px;
  line-height: 34.948px;
}

.gh-menu-tab {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
}

.gh-menu-page-cats li.is-active {
  font-weight: 700;
}

.gh-menu-page-cats li.is-active .gh-menu-tab {
  border-bottom: 1px solid var(--gh-text);
  display: inline-block;
  padding-bottom: 2px;
}

.gh-menu-page-cats__cta {
  font-size: 12px;
  height: 37px;
  letter-spacing: 1.2px;
  margin-top: 22px;
  min-width: 161px;
}

.gh-menu-page-content {
  padding-left: 0;
}

.gh-menu-page-content__hero {
  border-radius: 20px;
  height: 249px;
  margin-bottom: 31px;
  overflow: hidden;
}

.gh-menu-page-content__hero img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-menu-page-content__label {
  color: var(--gh-gold);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}

.gh-menu-page-items {
  display: grid;
  gap: 39px;
  grid-template-columns: 1fr 1fr;
}

.gh-menu-page-item {
  margin-bottom: 5px;
  padding-top: 8px;
}

.gh-menu-page-item .gh-heading {
  align-items: baseline;
  display: flex;
  gap: 12px;
  margin: 0 0 10px;
}

.gh-menu-page-item .gh-heading span:first-child {
  order: 1;
  white-space: nowrap;
}

.gh-menu-page-item .gh-heading::after {
  border-bottom: 1px dotted #cfc8af;
  content: '';
  flex: 1;
  order: 2;
}

.gh-menu-page-item .gh-heading span:last-child {
  min-width: 40px;
  order: 3;
  text-align: right;
}

.gh-menu-page-item p {
  font-size: 17.474px;
  font-style: italic;
  line-height: 1.33;
  margin: 0 0 6px;
}

.gh-menu-page-item p strong {
  font-style: normal;
  font-weight: 400;
}

.gh-menu-page-fresh {
  border: 1.5px solid #d6d6d6;
  height: 407px;
  margin: 20px auto 0;
  position: relative;
}

.gh-menu-page-fresh__image {
  height: 342px;
  left: 32px;
  position: absolute;
  top: 30px;
  width: 399px;
}

.gh-menu-page-fresh__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-menu-page-fresh__content {
  border-left: 1px solid #d0cab3;
  height: 272px;
  left: 469px;
  padding: 24px 50px 12px;
  position: absolute;
  top: 69px;
  width: 729px;
}

.gh-menu-page-fresh__content .gh-heading {
  margin: 0 0 8px;
}

.gh-menu-page-fresh__content p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 10px;
  max-width: 450px;
}

.gh-menu-page-fresh__sign {
  font-family: 'Freestyle Script', 'Brush Script MT', cursive;
  font-size: 30px;
  line-height: 1;
}

.gh-menu-newsletter {
  margin-top: 38px;
}

@media (max-width: 1440px) {
  .gh-container {
    max-width: 1200px;
    padding: 0 24px;
  }

  .gh-nav {
    gap: 82px;
  }

  .gh-favorites__grid {
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gh-menu__grid {
    gap: 28px;
    grid-template-columns: 1fr 1fr 240px;
  }

  .gh-follow__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gh-follow__grid img {
    height: auto;
    width: 100%;
  }

  .gh-footer__content {
    gap: 40px;
  }

  .gh-footer__cols {
    gap: 24px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gh-about-story__image {
    left: 24px;
    width: 45%;
  }

  .gh-about-story__content {
    left: 50%;
    max-width: 45%;
    top: 35px;
  }

  .gh-about-beliefs__grid {
    max-width: 100%;
  }

  .gh-about-belief p {
    font-size: 18px;
    line-height: 26px;
  }

  .gh-about-team__copy {
    left: 24px;
  }

  .gh-about-team__image {
    width: 56%;
  }

  .gh-contact-main {
    gap: 28px;
    grid-template-columns: 300px 1fr;
  }

  .gh-contact-form-wrap {
    padding: 24px;
  }

  .gh-contact-newsletter {
    grid-template-columns: 1.2fr 1fr auto;
  }

  .gh-contact-newsletter__middle {
    padding: 0 20px;
  }

  .gh-contact-newsletter__middle input {
    width: 220px;
  }

  .gh-menu-page-layout {
    grid-template-columns: 230px 1fr;
  }

  .gh-menu-page-content {
    padding-left: 24px;
  }

  .gh-menu-page-items {
    gap: 26px;
  }

  .gh-menu-page-fresh {
    grid-template-columns: 320px 1fr;
  }
}

@media (max-width: 1024px) {
  .gh-header {
    height: auto;
    padding: 28px 0;
  }

  .gh-header__inner {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .gh-header__nav {
    grid-template-columns: 1fr;
  }

  .gh-header__logo-link {
    margin: 0 auto 18px;
    order: -1;
  }

  .gh-nav {
    gap: 24px;
    justify-content: center;
  }

  .gh-nav--left,
  .gh-nav--right {
    justify-content: center;
    margin-bottom: 10px;
  }

  .gh-header__cta {
    position: static;
    transform: none;
  }

  .gh-hero {
    height: auto;
    min-height: 540px;
  }

  .gh-hero__content {
    padding: 80px 24px 70px;
  }

  .gh-hero .gh-heading {
    font-size: 58px;
    line-height: 58px;
  }

  .gh-hero p {
    font-size: 26px;
  }

  .gh-ornament,
  .gh-ornament::before,
  .gh-ornament::after {
    max-width: 100%;
    width: 100%;
  }

  .gh-story {
    display: block;
    height: auto;
  }

  .gh-story__media,
  .gh-story__illustration {
    height: auto;
    position: static;
    width: 100%;
  }

  .gh-story__content {
    height: auto;
    padding: 40px 24px 42px;
  }

  .gh-story__copy {
    max-width: 100%;
    padding-top: 0;
  }

  .gh-menu__grid {
    grid-template-columns: 1fr;
  }

  .gh-menu__fresh-card {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }

  .gh-follow__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gh-footer__content {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .gh-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .gh-footer__col--contact,
  .gh-footer__col--hours {
    grid-column: 1 / -1;
  }

  .gh-about-hero {
    height: auto;
    min-height: 500px;
  }

  .gh-about-story {
    height: auto;
    padding: 24px;
  }

  .gh-about-story__image,
  .gh-about-story__content {
    left: auto;
    max-width: 100%;
    position: static;
    top: auto;
    width: 100%;
  }

  .gh-about-story__image {
    height: auto;
    margin-bottom: 20px;
  }

  .gh-about-beliefs {
    padding: 48px 0;
  }

  .gh-about-beliefs__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-about-belief {
    border-left: 0;
    min-height: 0;
    padding: 20px 16px;
  }

  .gh-about-team {
    height: auto;
    margin-top: 0;
    padding: 24px;
  }

  .gh-about-team__copy,
  .gh-about-team__image {
    left: auto;
    max-width: 100%;
    position: static;
    top: auto;
    width: 100%;
  }

  .gh-about-team__image {
    height: auto;
    margin-top: 24px;
  }

  .gh-about-band {
    margin-top: 0;
  }

  .gh-contact-hero {
    height: auto;
    min-height: 510px;
  }

  .gh-contact-main {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 40px 24px;
  }

  .gh-contact-info__item {
    margin-bottom: 24px;
  }

  .gh-contact-form-wrap {
    min-height: 0;
    width: 100%;
  }

  .gh-contact-team {
    height: auto;
    min-height: 429px;
  }

  .gh-contact-team__left {
    position: static;
    width: 100%;
  }

  .gh-contact-team__right,
  .gh-contact-team__overlay,
  .gh-contact-team__pin {
    display: none;
  }

  .gh-contact-team__content {
    background: rgba(244, 243, 238, 0.93);
    left: 24px;
    max-width: 420px;
    padding: 18px;
    position: absolute;
    top: 24px;
  }

  .gh-contact-newsletter {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .gh-contact-newsletter__middle {
    border: 0;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
  }

  .gh-contact-newsletter__right {
    padding-left: 0;
  }

  .gh-menu-page-hero {
    height: auto;
    min-height: 500px;
  }

  .gh-menu-page-main {
    max-width: 100%;
    padding: 32px 24px 40px;
  }

  .gh-menu-page-layout {
    grid-template-columns: 1fr;
  }

  .gh-menu-page-cats {
    border-right: 0;
    border-top: 1px solid #d1cab2;
    margin-bottom: 28px;
    padding-right: 0;
    padding-top: 24px;
  }

  .gh-menu-page-content {
    padding-left: 0;
  }

  .gh-menu-page-items {
    grid-template-columns: 1fr;
  }

  .gh-menu-page-fresh {
    height: auto;
    max-width: 100%;
    min-height: 0;
  }

  .gh-menu-page-fresh__image {
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: 100%;
  }

  .gh-menu-page-fresh__content {
    border-left: 0;
    border-top: 1px solid #d0cab3;
    height: auto;
    left: auto;
    padding: 28px 24px;
    position: static;
    top: auto;
    width: 100%;
  }

  .gh-about-hero.gh-hero-shared,
  .gh-contact-hero.gh-hero-shared,
  .gh-menu-page-hero.gh-hero-shared {
    min-height: 540px;
  }

  .gh-hero-shared .gh-about-hero__content,
  .gh-hero-shared .gh-contact-hero__content,
  .gh-hero-shared .gh-menu-page-hero__content {
    padding: 80px 24px 70px;
  }

  .gh-about-hero.gh-hero-shared .gh-heading,
  .gh-contact-hero.gh-hero-shared .gh-heading,
  .gh-menu-page-hero.gh-hero-shared .gh-heading {
    font-size: 58px;
    line-height: 58px;
  }

  .gh-about-hero.gh-hero-shared p,
  .gh-contact-hero.gh-hero-shared p,
  .gh-menu-page-hero.gh-hero-shared p {
    font-size: 26px;
  }

  .gh-hero-shared .gh-about-ornament,
  .gh-hero-shared .gh-about-ornament::before,
  .gh-hero-shared .gh-about-ornament::after {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gh-about-hero.gh-hero-shared, .gh-contact-hero.gh-hero-shared, .gh-menu-page-hero.gh-hero-shared {
	height: auto;
  }
  .gh-header__nav {
    column-gap: 22px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
  }

  .gh-header__logo-link {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    margin: 0;
    order: -1;
  }

  .gh-nav {
    flex-wrap: nowrap;
    gap: 16px;
  }

  .gh-nav--left,
  .gh-nav--right {
    margin-bottom: 0;
    justify-content: center;
  }

  .gh-top-stripe,
  .gh-divider-band {
    background-size: 102px 100%;
  }

  .gh-hero .gh-heading {
    font-size: 45px;
    line-height: 45px;
  }

  .gh-hero p {
    font-size: 22px;
  }

  .gh-about-hero.gh-hero-shared .gh-heading,
  .gh-contact-hero.gh-hero-shared .gh-heading,
  .gh-menu-page-hero.gh-hero-shared .gh-heading {
    font-size: 45px;
    line-height: 45px;
  }

  .gh-about-hero.gh-hero-shared p,
  .gh-contact-hero.gh-hero-shared p,
  .gh-menu-page-hero.gh-hero-shared p {
    font-size: 22px;
  }

  .gh-hero__actions {
    flex-direction: column;
  }

  .gh-btn,
  .gh-follow__cta {
    min-width: 100%;
  }

  .gh-favorites > .gh-heading,
  .gh-menu > .gh-heading,
  .gh-follow > .gh-heading,
  .gh-story__copy > .gh-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .gh-favorites > .gh-heading::before,
  .gh-favorites > .gh-heading::after {
    display: none;
  }

  .gh-favorites__grid,
  .gh-follow__grid {
    grid-template-columns: 1fr;
  }

  .gh-divider-band__badge img {
    height: auto;
  }

  .gh-footer__cols {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gh-hours li {
    justify-content: center;
    gap: 12px;
  }

  .gh-hours span:last-child {
    text-align: left;
  }

  .gh-about-ornament {
    width: 100%;
  }

  .gh-about-ornament::before,
  .gh-about-ornament::after {
    width: calc(50% - 24px);
  }

  .gh-about-beliefs__grid {
    grid-template-columns: 1fr;
  }

  .gh-about-belief + .gh-about-belief {
    border-left: 0;
    border-top: 1px solid #c9c2aa;
  }

  .gh-about-team__sign {
    font-size: 34px;
  }

  .gh-about-band__badge img {
    height: auto;
  }
  
   .gh-about-band {
        background-size: 102px 100% !important;
    }


  .gh-contact-form__row {
    grid-template-columns: 1fr;
  }

  .gh-contact-newsletter__left {
    align-items: flex-start;
    flex-direction: column;
  }

  .gh-contact-newsletter__middle {
    align-items: flex-start;
    flex-direction: column;
  }

  .gh-contact-newsletter__middle input {
    width: 100%;
  }

  .gh-contact-newsletter__btn {
    min-width: 100%;
  }

  .gh-contact-team__content {
    left: 16px;
    max-width: none;
    padding: 16px;
    right: 16px;
    top: 16px;
    width: auto;
  }

  .gh-contact-team__content .gh-about-ornament {
    margin: 14px 0 18px;
    width: 100%;
  }

  .gh-contact-team__content .gh-about-ornament::before,
  .gh-contact-team__content .gh-about-ornament::after {
    width: calc(50% - 24px);
  }


  .gh-menu-page-title span {
    width: 60px;
  }

  .gh-menu-page-title span:first-child {
    width: 60px;
  }

  .gh-menu-page-title .gh-heading {
    font-size: 26px;
  }

  .gh-menu-page-content__hero {
    border-radius: 12px;
    height: auto;
  }

  .gh-menu-page-fresh__content .gh-heading {
    font-size: 25px;
    line-height: 30px;
  }
}
