/**
 * Grassington House — menu styles (v2 pilot)
 * Scoped to .gh-menu.gh-menu--v2 — other menus keep gh_style-overide.css rules until migrated.
 */

.gh-menu.gh-menu--v2 {
  text-align: center;
}

.gh-menu.gh-menu--v2 .menu_head h1 {
  margin: 0 0 0.35rem;
  line-height: 1.25;
}

.gh-menu.gh-menu--v2 .menu_date {
  font-family: "Cinzel", serif;
  font-size: 22px;
  color: #a1824d;
  margin: 0 0 0.5rem;
}

.gh-menu.gh-menu--v2 .menu_cost {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #888;
  margin: 0 0 1.25rem;
}

.gh-menu.gh-menu--v2 .menu_meta {
  margin: 0;
  color: #777;
  font-size: 15px;
  line-height: 1.5;
}

.gh-menu.gh-menu--v2 .menu_head {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}

.gh-menu.gh-menu--v2 .menu_body {
  margin-top: 0;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.gh-menu.gh-menu--v2 .menu_body h2:first-child {
  margin-top: 0;
}

.gh-menu.gh-menu--v2 .menu_body h2 {
  font-family: "Open Sans", sans-serif;
  padding: 0 0 4px;
  margin: 2.75rem 0 1.25rem;
  font-weight: 300;
  font-size: 25px;
  font-style: normal;
  color: #a1824d;
  text-transform: uppercase;
  border-bottom: 1px dotted #a1824d;
}

.gh-menu.gh-menu--v2 .menu_dish {
  margin: 1rem 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  color: #a1824d;
  text-transform: uppercase;
  border: none;
}

.gh-menu.gh-menu--v2 .menu_desc {
  margin: 0.2rem 0 0.75rem;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  color: #777;
  text-transform: none;
  line-height: 1.5;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

.gh-menu.gh-menu--v2 .menu_price {
  margin: 0.35rem 0 1rem;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  text-transform: none;
  color: #888;
}

.gh-menu.gh-menu--v2 .menu_price strong,
.gh-menu.gh-menu--v2 .menu_price b {
  color: #111;
}

.gh-menu.gh-menu--v2 .menu_note {
  margin: 1rem 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #777;
  text-transform: none;
  line-height: 1.5;
}

.gh-menu.gh-menu--v2 .menu_note b,
.gh-menu.gh-menu--v2 .menu_note strong {
  font-weight: 600;
}

.gh-menu.gh-menu--v2 .menu_foot {
  margin-top: 2.5rem;
  padding-top: 0.5rem;
}

.gh-menu.gh-menu--v2 .menu_foot p {
  margin: 0.75rem 0 0;
}
