/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Sticky Footer */
html,
body {
  height: 100%;
}

.body-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}

div[data-global-resource-path*="header"] {
  grid-row-start: 1;
  grid-row-end: 2;
  min-width: 0; /* Fixes width issues on smaller screens */
}

div[data-global-resource-path*="footer"] {
  grid-row-start: 3;
  grid-row-end: 4;
  min-width: 0; /* Fixes width issues on smaller screens */
}

.body-container-wrapper {
  grid-row-start: 2;
  grid-row-end: 3;
  min-width: 0; /* Fixes width issues on smaller screens */
}

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:after {
  clear: both;
  content: '';
  display: table;
}

.row-fluid [class*='span'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.66666667%;
}

.row-fluid .span10 {
  width: 83.33333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66666667%;
}

.row-fluid .span7 {
  width: 58.33333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66666667%;
}

.row-fluid .span4 {
  width: 33.33333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66666667%;
}

.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

/* Clearfix */

.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 80px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 40px;
}

.dnd-section .dnd-module.widget-span {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .content-wrapper {
    margin: 0 auto;
    padding: 0 35px;
  }

  .dnd-section > .row-fluid {
    margin: 0 auto;
    padding: 0 17.5px;
  }
  
  .dnd-section .dnd-module.widget-span {
    padding: 0 17.5px;
  }  
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
  font-family: 'monicharegular';
  src: url('https://21061831.fs1.hubspotusercontent-na1.net/hubfs/21061831/raw_assets/public/westside-grill-2022/fonts/monicha-webfont.woff2') format('woff2'),
    url('https://21061831.fs1.hubspotusercontent-na1.net/hubfs/21061831/raw_assets/public/westside-grill-2022/fonts/monicha-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.03em;
  line-height: 160%;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 25px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s linear;
}

a:focus {
  outline: 0;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  line-height: 125%;
  margin: 0 0 0.5em;
}

h4,
h5,
h6 {
  line-height: 160%;
  margin: 0 0 0.917em;
}

/* Lists */

ul,
ol {
  margin: 0 0 25px;
  padding-left: 25px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-left: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 25px;
  quotes: "\201C" "\201D";
  text-align: center;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

/* Horizontal rules */

hr {
  border: 0;
  border-bottom: 1px solid #CCC;
  margin: 25px 0;
}

/* Image alt text */

img {
  font-size: 9px;
  height: auto;
  max-width: 100%;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0 !important;
  border-color: #D0D0D0 !important;
  color: #E6E6E6 !important;
}

button svg,
.button svg {
  display: inline-block;
  fill: currentColor;
  margin-right: 15px;
  margin-top: -3px;
  vertical-align: middle;
  width: 13px;
}

button:disabled svg,
.button:disabled svg {
  fill: #E6E6E6 !important;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  padding-top: 33px;
  position: relative;
}

/* Labels */

form label {
  display: block;
}

.hs-form-field > label {
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  transform: translateY(33px);
  transition: font-size 0.1s linear, transform 0.1s linear;
}

.hs-form-field.hs-comment > label,
.hs-form-field.hs-message > label {
  transform: translateY(87px);
}

.hs-form-field.freeze > label,
.hs-form-field:focus-within > label {
  font-size: 13px;
  line-height: 21px;
  transform: translateY(0);
}

/* Help text */

form legend {
  font-size: 14px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: transparent;
  border-color: #D8D8D8;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  color: #212121;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  padding: 0 0 13px;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #B19258;
  outline: 0;
}

form textarea {
  height: 102px;
  resize: none;
}

form fieldset {
  margin: 0 -15px;
  max-width: none !important;
}

form fieldset .input {
  padding: 0 15px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li + li {
  margin: 0.7em 0 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 5px;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-button,
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  border-radius: 0;
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

.form-title {
  font-size: 60px;
  line-height: 133%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.form-title small {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.65em;
  line-height: 160%;
  margin: 0 0 3px;
  text-transform: uppercase;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 14px;
  margin: 0 0 22px;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1em !important;
}

/* Validation */

.hs-form-required {
  color: #B19258;
}

.hs-input.invalid.error {
  border-color: #B19258;
}

.hs-error-msg {
  color: #B19258;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-position: 29px center;
  background-repeat: no-repeat;
  background-size: 13px 16px;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 160%;
  margin-top: 40px;
  padding-left: 56px !important;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .form-title {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 48px;
  }

  .form-title small {
    margin: 0 0 9px;
  }
}

@media (max-width: 767px) {
  .form-title {
    font-size: 40px;
    line-height: 112%;
    margin-bottom: 51px;
  }

  .form-title small {
    font-size: 14px;
    margin: 0 0 7px;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 25px;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

html.nav-opened {
  overflow: hidden;
}

.header {
  background-color: #fff;
  color: #212121;
  /* color: #fff; */
  left: 0;
  /* position: fixed; */
  position: relative;
  top: 0;
  transition: background-color 0.2s linear, color 0.2s linear;
  width: 100%;
  z-index: 9999;
}

.sticky-header .header {
  /* background-color: #fff; */
  /* color: #212121; */
  position: fixed;
}

.header__container {
  padding-left: 84px;
  padding-right: 0;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.header__row {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 100%;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  /* margin: 36px auto 33px 0; */
  margin: 16px auto 13px 0;
  max-width: 366px;
  overflow: hidden;
  position: relative;
}

.header__logo .widget-type-logo {
  transition: opacity 0.2s linear;
}

.header__navigation .header__logo {
  left: 0;
  margin: 0;
  max-width: none;
  padding: 40px 35px;
  position: absolute;
  top: 0;
  width: 50%;
}

#hs_cos_wrapper_header_logo {
  /* opacity: 1; */
  opacity: 0;
}

/* .sticky-header #hs_cos_wrapper_header_logo {
  opacity: 0;
} */

#hs_cos_wrapper_header_sticky_logo {
  left: 0;
  /* opacity: 0; */
  opacity: 1;
  position: absolute;
  top: 0;
}

/* .sticky-header #hs_cos_wrapper_header_sticky_logo {
  opacity: 1;
} */

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 18px;
}

/* Address & Phone */

.header-address,
.header-phone,
.navigation-address,
.navigation-phone {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  margin-left: 30px;
  text-transform: uppercase;
}

.navigation-address a,
.navigation-phone a {
  color: #212121;
}

.header-address svg,
.header-phone svg,
.navigation-address svg,
.navigation-phone svg {
  fill: currentColor;
  margin-right: 12px;
  width: 18px;
}

.header-phone {
  margin-right: 106px;
}

/* Header Buttons */

#hs_cos_wrapper_header_book_table .button,
#hs_cos_wrapper_header_order_online .button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 160%;
  padding: 10px 34px;
  margin-right: 15px;
}

#hs_cos_wrapper_header_book_table .button svg,
#hs_cos_wrapper_header_order_online .button svg {
  display: none;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

.header__navigation {
  background-color: #f8fafc;
  color: #212121;
  display: none;
  left: 0;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.header__navigation.open {
  display: block;
}

.header__navigation__wrapper {
  min-height: 100vh;
}

.header__navigation__column {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 220px 0 114px;
}

.header__navigation__row {
  padding: 0 35px;
  width: 100%;
}

.header__navigation__column--1 {
  background-attachment: fixed;
  background-color: #1f3548;
  background-image: url('https://21061831.fs1.hubspotusercontent-na1.net/hubfs/21061831/raw_assets/public/westside-grill-2022/images/bg-navigation.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#hs_cos_wrapper_navigation_primary {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 111%;
  margin: 0 0 47px;
  text-align: center;
}

#hs_cos_wrapper_navigation_primary li + li {
  margin-top: 37px;
}

#hs_cos_wrapper_navigation_primary a {
  color: inherit;
}

#hs_cos_wrapper_navigation_primary a:hover,
#hs_cos_wrapper_navigation_primary a:focus,
#hs_cos_wrapper_navigation_primary li.active a,
#hs_cos_wrapper_navigation_primary li.active-branch a {
  color: #b19258;
}

#hs_cos_wrapper_navigation_primary .hs-menu-children-wrapper {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.65em;
  line-height: 160%;
  margin-top: 38px;
  text-transform: uppercase;
}

#hs_cos_wrapper_navigation_primary .hs-menu-children-wrapper li + li {
  margin-top: 13px;
}

#hs_cos_wrapper_navigation_primary .hs-menu-children-wrapper a:hover,
#hs_cos_wrapper_navigation_primary .hs-menu-children-wrapper a:focus,
#hs_cos_wrapper_navigation_primary .hs-menu-children-wrapper li.active a,
#hs_cos_wrapper_navigation_primary
  .hs-menu-children-wrapper
  li.active-branch
  a {
  color: #b19258;
}

.header__navigation__actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}

.header__navigation__actions .hs_cos_wrapper_type_module {
  flex-shrink: 0;
  padding: 20px 7.5px 0;
}

.header__navigation__details {
  color: #212121;
  left: 50%;
  position: absolute;
  top: 0;
  width: 50%;
}

.header__navigation__details__wrapper {
  padding: 48px 135px 38px 5px;
}

#hs_cos_wrapper_newsletter_form,
.header__navigation__social {
  width: 100%;
}

#hs_cos_wrapper_newsletter_form {
  color: #5c5c5c;
  margin-bottom: 95px;
}

#hs_cos_wrapper_newsletter_form .form-title,
#hs_cos_wrapper_newsletter_form form {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  width: 100%;
}

#hs_cos_wrapper_newsletter_form form input[type="text"],
#hs_cos_wrapper_newsletter_form form input[type="email"],
#hs_cos_wrapper_newsletter_form form input[type="password"],
#hs_cos_wrapper_newsletter_form form input[type="tel"],
#hs_cos_wrapper_newsletter_form form input[type="number"],
#hs_cos_wrapper_newsletter_form form input[type="file"],
#hs_cos_wrapper_newsletter_form form select,
#hs_cos_wrapper_newsletter_form form textarea {
  color: #5c5c5c;
}

#hs_cos_wrapper_newsletter_form .hs_submit {
  text-align: center;
}

.header__navigation__social {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.header__navigation__social p {
  text-transform: uppercase;
  margin: 0 25px 0 0;
}

.header__navigation--toggle,
.header__close--toggle {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 3;
}

.header__navigation--toggle:hover,
.header__navigation--toggle:focus,
.header__close--toggle:hover,
.header__close--toggle:focus {
  background-color: transparent;
  border: 0;
}

.header__navigation--toggle svg,
.header__close--toggle svg {
  display: block;
  margin-right: 0;
  width: 30px;
  transition: stroke 0.2s linear;
}

.header__navigation--toggle.hide {
  display: none;
}

.header__navigation--toggle:after {
  display: none;
  position: absolute;
  left: 40px;
  text-transform: uppercase;
  top: -10px;
}

.header__navigation--toggle {
  border-left: 1px solid #e8e8e8;
  /* padding: 46px 35px; */
  padding: 26px 35px;
  margin-left: 37px;
}

.header__navigation--toggle:hover,
.header__navigation--toggle:focus {
  border-left: 1px solid #e8e8e8;
}

/* .sticky-header .header__navigation--toggle {
  border-left: 1px solid #e8e8e8;
} */

.header__navigation--toggle svg {
  /* stroke: #fff; */
  stroke: #212121;
}

/* .sticky-header .header__navigation--toggle svg {
  stroke: #212121;
} */

.header__close--toggle {
  display: none;
  padding: 42px 35px;
}

.header__close--toggle svg {
  stroke: #212121;
}

.header__close--toggle.show {
  display: block;
}

.header--menu-links {
  margin-right: 20px;
}

.header--menu-links ul {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 160%;
  gap: 15px;
}

.header--menu-links ul a {
  /* color: #fff; */
  color: #000;
}

/* .sticky-header .header .header--menu-links ul a {
  color: #000;
} */

.header--menu-links ul a:hover,
.header--menu-links ul a:focus {
  /* color: #fff; */
  color: #b19258;
  /* text-decoration: underline; */
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* .sticky-header .header .header--menu-links ul a:hover,
.sticky-header .header .header--menu-links ul a:focus {
  color: #b19258;
  text-decoration: none;
} */

.header--menu-links-responsive {
  display: none;
  margin: 10px 0 5px;
}

.header--menu-links-responsive ul {
  justify-content: center;
}

@media (min-width: 1025px) {
  .header__navigation .header__logo .widget-type-logo {
    margin-left: auto;
    max-width: 720px;
    text-align: center;
    width: 100%;
  }

  .header__navigation__wrapper {
    display: flex;
    flex-flow: row wrap;
  }

  .header__navigation__column {
    flex-basis: 50%;
  }

  .header__navigation__row {
    max-width: 720px;
  }

  .header__navigation__column--1 .header__navigation__row {
    margin-left: auto;
  }

  .header__navigation__column--2 .header__navigation__row {
    margin-right: auto;
  }

  .header__navigation__details__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 760px;
  }
}

@media (min-width: 1025px) and (max-width: 1290px) {
  .header__logo {
    max-width: 100%;
    flex: 0 1 266px;
  }

  .header--menu-links {
    margin-right: 10px;
  }

  .header--menu-links ul {
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: 0.03em;
    line-height: 160%;
    text-transform: uppercase;
  }

  #hs_cos_wrapper_header_book_table .button,
  #hs_cos_wrapper_header_order_online .button {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 160%;
    margin-right: 5px;
    padding: 8px 14px;
  }
}

@media (max-width: 1200px) {
  .header-phone {
    margin-right: 0;
  }
}

@media (max-width: 1060px) {
  .header-address,
  .header-phone {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header--menu-links {
    display: none;
  }

  .header--menu-links-responsive {
    display: block;
    display: none;
  }

  .header__container {
    padding-left: 31px;
  }

  /*.header__logo {
    margin: 16px auto 13px 0;
  }*/

  .header__navigation .header__logo {
    max-width: 516px;
    padding: 36px 75px 33px;
    width: 100%;
  }

  #hs_cos_wrapper_header_book_table {
    display: none;
  }

  .header__navigation__column {
    min-height: 100vh;
    padding: 122px 0;
    position: relative;
  }

  .header__navigation__column--1 {
    padding-bottom: 128px;
  }

  #hs_cos_wrapper_navigation_primary {
    margin: 0 0 56px;
  }

  .header__navigation__details {
    bottom: 0;
    color: #fff;
    left: 0;
    top: auto;
    width: 100%;
  }

  .header__navigation__details__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 47px 35px 47px 5px;
  }

  #hs_cos_wrapper_newsletter_form {
    margin-bottom: 76px;
  }

  #hs_cos_wrapper_newsletter_form .form-title,
  #hs_cos_wrapper_newsletter_form form {
    max-width: 509px;
  }

  #hs_cos_wrapper_newsletter_form .form-title {
    margin-bottom: 11px;
  }

  #hs_cos_wrapper_newsletter_form .form-title small {
    margin: 0 0 12px;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header__close--toggle svg {
    stroke: #fff;
  }

  /*.header__navigation--toggle {
    padding: 26px 30px;
  }*/
}

@media (max-width: 767px) {
  .header__container {
    padding-left: 10px;
  }

  .header__logo {
    margin: 42px auto 42px 0;
    max-width: 250px;
  }

  .header__navigation .header__logo {
    padding: 42px 10px;
    max-width: 270px;
  }

  .navigation-address,
  .navigation-phone {
    margin-top: 11px;
  }

  #hs_cos_wrapper_header_order_online {
    display: none;
  }

  .header__navigation__column--1 {
    padding: 133px 0 177px;
  }

  #hs_cos_wrapper_navigation_primary {
    font-size: 30px;
    margin-bottom: 22px;
    line-height: 133%;
  }

  #hs_cos_wrapper_navigation_primary li + li {
    margin-top: 33px;
  }

  #hs_cos_wrapper_navigation_primary .hs-menu-children-wrapper {
    font-size: 18px;
    margin-top: 35px;
  }

  #hs_cos_wrapper_navigation_primary .hs-menu-children-wrapper li + li {
    margin-top: 16px;
  }

  .header__navigation__details__wrapper {
    padding-top: 36px;
  }

  #hs_cos_wrapper_newsletter_form .form-title {
    margin-bottom: 15px;
  }

  #hs_cos_wrapper_newsletter_form .form-title small {
    margin: 0 0 5px;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header--menu-links-responsive {
    margin: -5px 0 5px;
  }
}
.footer {
  background-color: #FAFAFA;
}

.footer .content-wrapper {
  max-width: 1400px;
}

.footer-content {
  padding-bottom: 74px;
  padding-top: 80px;
}

.footer-content a {
  color: #212121;
}

.footer-logo-collection {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.opentable-diners-choice-badge {
  max-width: 150px;
}

#hs_cos_wrapper_footer_logo {
  text-align: center;
}

#hs_cos_wrapper_footer_logo .hs_cos_wrapper_type_logo,
#hs_cos_wrapper_footer_logo .hs_cos_wrapper_type_logo img,
#hs_cos_wrapper_footer_logo .hs_cos_wrapper_type_logo a {
  display: inline-block;
  vertical-align: top;
}

.footer-content .widget-type-simple_menu {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100%;
  margin: 16px 0 17px;
}

.footer-content .hs-menu-wrapper ul {
  justify-content: center;
}

.footer-content .hs-menu-flow-horizontal .hs-menu-item {
  padding: 29px;
}

.footer-content .hs-menu-item a:not(:hover):not(:focus) {
  color: inherit;
}

.footer-content .hs-menu-item li.active a,
.footer-content .hs-menu-item li.active-branch a {
  color: #B19258;
}

.footer-address,
.footer-phone {
  align-items: center;
  color: #212121;
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-address svg,
.footer-phone svg {
  margin-right: 12px;
  width: 18px;
}

#hs_cos_wrapper_footer_social {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.footer-info {
  border-top: 1px solid #E8E8E8;
  color: #5C5C5C;
  font-size: 13px;
}

.footer-info p {
  margin: 0;
}

.footer-info a {
  color: inherit;
}

.footer-info > .content-wrapper {
  width: 100%;
}

.footer-info .hs-menu-flow-horizontal .hs-menu-item {
  padding: 14px;
}

@media (min-width: 1025px) {
  .footer-content-row {
    display: flex;
    justify-content: center;
    margin: 0 -30px;
  }

  .footer-content-row > div {
    padding: 0 30px;
  }

  .footer-info p {
    padding: 14px 0;
  }

  .footer-info > .content-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .footer-info .copyright {
    padding-right: 14px;
  }

  .footer-info .design-by {
    padding-left: 14px;
  }  
}

@media (max-width: 1024px) {
  .footer-content {
    padding-bottom: 80px;
  }

  .footer-content .widget-type-simple_menu {
    margin: 43px 0 42px;
  }

  .footer-content .hs-menu-wrapper ul {
    flex-direction: column;
  }

  .footer-content .hs-menu-flow-horizontal .hs-menu-item {
    text-align: center;
    padding: 12px 0;
  }

  .footer-address,
  .footer-phone {
    justify-content: center;
  }

  .footer-address {
    margin: 0 0 22px;
  }

  .footer-phone {
    margin: 0 0 28px;
  }

  #hs_cos_wrapper_footer_social {
    justify-content: center;
  }

  .footer-info {
    padding: 15px 0 14px;
    text-align: center;
  }

  .footer-info .hs-menu-wrapper ul {
    justify-content: center;
  }

  .footer-info .hs-menu-flow-horizontal .hs-menu-item {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer-content .widget-type-simple_menu {
    font-size: 22px;
    line-height: 109%;
    margin: 42.5 0 41.5;
  }

  .footer-content .hs-menu-flow-horizontal .hs-menu-item {
    padding: 12.5px 0;
  }
}
/* Logo */

.hs_cos_wrapper_type_logo,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_logo a {
  display: inline-block;
  vertical-align: top;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Hero Banner */

.hero-banner-title {
  font-family: "Playfair Display", serif;
}

.hero-banner-title small {
  font-family: "Inter", sans-serif;
}

#hs_cos_wrapper_hero_banner {
  position: relative;
}

#hs_cos_wrapper_hero_banner:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 10;
}

@media (max-width: 1024px) {
  #hs_cos_wrapper_hero_banner:before {
    width: 91px;
  }
}

@media (max-width: 767px) {
  #hs_cos_wrapper_hero_banner:before {
    width: 70px;
  }
}

/* Food Menu */

.food-menu:nth-child(odd) .food-menu-content {
  background-image: url('https://21061831.fs1.hubspotusercontent-na1.net/hubfs/21061831/raw_assets/public/westside-grill-2022/images/bg-food-menu-odd.jpg');
}

.food-menu:nth-child(even) .food-menu-content {
  background-image: url('https://21061831.fs1.hubspotusercontent-na1.net/hubfs/21061831/raw_assets/public/westside-grill-2022/images/bg-food-menu-even.jpg');
}

/* Popup */

.popup-modal--rich_text .popup-modal--container {
  background-image: url('https://21061831.fs1.hubspotusercontent-na1.net/hubfs/21061831/raw_assets/public/westside-grill-2022/images/popup-bg.png');
  background-size: cover;
}

/* Gift Card */
.gift_card {
  background-image: url('https://21061831.fs1.hubspotusercontent-na1.net/hubfs/21061831/raw_assets/public/westside-grill-2022/images/bg-gift-card.jpg');
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}