/* 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

/* Sticky Footer */
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #000000;
}

.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 */
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 0px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

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

/* 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 40px;
}

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

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

.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] .dnd-module.widget-span {
  padding: 0;
}

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

  .dnd-section > .row-fluid,
  .dnd-section .dnd-module.widget-span {
    padding: 0 15px;
  }
}

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

/* Start of New Fonts */
@font-face {
  font-family: 'Avenir Book';
  src: local('Avenir Book'),
  local('Avenir-Book'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Book.woff2') format('woff2'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Roman'),
  local('Avenir-Roman'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Roman.woff2') format('woff2'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Medium'),
  local('Avenir-Medium'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Medium.woff2') format('woff2'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Black'),
  local('Avenir-Black'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Black.woff2') format('woff2'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Heavy'),
  local('Avenir-Heavy'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Heavy.woff2') format('woff2'),
  url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Avenir-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* End of New Fonts */

@font-face {
  font-family: 'Calvino Grande Trial';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/CalvinoGrandeTrial-Regular.eot");
  src: url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/CalvinoGrandeTrial-Regular.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/CalvinoGrandeTrial-Regular.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/CalvinoGrandeTrial-Regular.ttf") format('truetype'),
  url("") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jenna Sue';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/JennaSue.eot");
  src: url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/JennaSue.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/JennaSue.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/JennaSue.ttf") format('truetype'),
  url("") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Gotham Thin';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Thin.eot");
  src: local('Gotham-Thin'),
  url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Thin.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Thin.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Thin.ttf") format('truetype'),
  url("") format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
} */

/* @font-face {
  font-family: 'Gotham XLight';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-XLight.eot");
  src: local('Gotham-XLight'),
  url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-XLight.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-XLight.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-XLight.ttf") format('truetype'),
  url("") format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Gotham';
  src: local('Gotham-Light'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Light.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Book.eot");
  src: local('Gotham-Book'),
  url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Book.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Book.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Book.ttf") format('truetype'),
  url("") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Gotham UltraItalic';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-UltraItalic.eot");
  src: local('Gotham-UltraItalic'),
  url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-UltraItalic.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-UltraItalic.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-UltraItalic.ttf") format('truetype'),
  url("") format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
} */

/* @font-face {
  font-family: 'Gotham Medium';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Medium.eot");
  src: local('Gotham-Medium'),
  url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Medium.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Medium.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Medium.ttf") format('truetype'),
  url("") format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Gotham';
  src: local('Gotham-Bold'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Bold.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Gotham Black';
  src: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Black.eot");
  src: local('Gotham-Black'),
  url("") format('embedded-opentype'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Black.woff2") format('woff2'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Black.woff") format('woff'),
  url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/fonts/Gotham-Black.ttf") format('truetype'),
  url("") format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

html {
  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;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* Anchors */

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

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 160%;
  margin: 0 0 1em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0 !important;
}

/* Lists */

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

ul:last-child,
ol:last-child {
  margin-bottom: 0 !important;
}

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:last-child {
  margin-bottom: 0 !important;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

/* Horizontal rules */

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

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0 !important;
}

/* Image alt text */

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

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

a.button {
  text-decoration: none;
}

/* 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 {
  margin-bottom: 20px;
}

/* Labels */

form label {
  color: #202020;
  display: block;
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  line-height: 105%;
}

/* Help text */

form legend {
  font-size: 12px;
  line-height: 105%;
}

/* 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: #F6F6F6;
  border: 1px solid #FFFFFF;
  display: block;
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  line-height: 105%;
  padding: 16px 25px 14px;
  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: #000;
  outline: 0;
}

form select {
  padding-bottom: 14px;
  padding-top: 14px;
}

form textarea {
  height: 180px;
  resize: vertical;
}

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

form fieldset .hs-form-field {
  padding: 0 9px;
}

form fieldset .hs-form-field > label {
  padding: 0 9px;
}

form fieldset.form-columns-1 .input,
form fieldset.form-columns-1 .hs-input,
form fieldset.form-columns-2 .input,
form fieldset.form-columns-2 .hs-input,
form fieldset.form-columns-3 .input,
form fieldset.form-columns-3 .hs-input {
  margin-right: 0 !important;
  width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 5px 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;
}

/* Placeholder */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #202020;
  opacity: 0.6;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #202020;
  opacity: 0.6;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #202020;
  opacity: 0.6;
}

:-moz-placeholder { /* Firefox 18- */
  color: #202020;
  opacity: 0.6;
}

::placeholder {
  color: #202020;
  opacity: 0.6;
}

/* Headings and text */

.widget-type-form .form-title {
  font-family: 'Avenir', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 60px;
}

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

.widget-type-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_error_rollup {
  color: red;
  display: none;
  font-size: 12px;
  line-height: 105%;
  margin-bottom: 25px;
}

.hs-form-required {
  color: red;
}

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

.hs-error-msg {
  color: red;
  font-size: 12px;
  line-height: 105%;
  margin-top: 5px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 103%;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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
*/

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}
/* Sticky Header */

.main-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #141414;
  position: relative;
  width: 100%;
  z-index: 999;
}

/* Background that will cover the "Join Danny's Club" bar on the header */
.main-header:after {
  background: #141414;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sticky-header .main-header {
  left: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
}

html.nav-opened {
  overflow: hidden;
}

/* Header Container */

.header__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1440px;
  padding: 37px 69px 26px 312px;
  position: relative;
  z-index: 3;
}

.header__container:after {
  background-color: #F7F6F2;
  border-left: 112px solid #141414;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  inset: auto 69px 0 80px;
}

#hs_cos_wrapper_header_logo {
  left: 80px;
  position: absolute;
  top: 26px;
  z-index: 1;
}

#hs_cos_wrapper_header_links {
  color: #F7F6F2;
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 103%;
  text-transform: uppercase;
}

#hs_cos_wrapper_header_links .hs-menu-wrapper ul {
  gap: 28px;
}

#hs_cos_wrapper_header_links .hs-menu-wrapper a {
  color: inherit;
}

#hs_cos_wrapper_header_links .hs-menu-wrapper a:hover,
#hs_cos_wrapper_header_links .hs-menu-wrapper a:focus,
#hs_cos_wrapper_header_links .hs-menu-wrapper li.active a,
#hs_cos_wrapper_header_links .hs-menu-wrapper li.active-branch a {
  color: #C23F34;
}

#hs_cos_wrapper_header_links .hs-menu-children-wrapper {
  display: none;
}

#hs_cos_wrapper_header_button {
  flex-shrink: 0;
  margin-left: auto;
}

#hs_cos_wrapper_header_button .button {
  align-items: center;
  display: flex;
  font-family: 'Avenir', sans-serif;
  font-weight: 500;
  gap: 13.79px;
  letter-spacing: 0.05em;
  line-height: 103%;
  text-transform: uppercase;
}

#hs_cos_wrapper_header_button .button svg {
  margin-top: -3px;
  width: 14.21px;
}

#hs_cos_wrapper_header_order_online {
  flex-shrink: 0;
}

/* 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;
}

/* Navigation */

.header__navigation_wrapper {
  display: none;
}

.header__navigation_wrapper.open {
  background-color: #C23F34;
  color: #FFFFFF;
  display: block;
  height: 100vh;
  left: 0;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header__navigation_open {
  align-items: center;
  background-color: transparent;
  border-color: #FFFFFF;
  border-radius: 30px;
  color: #FFFFFF;
  display: flex;
  flex-shrink: 0;
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  font-weight: 500;
  gap: 9px;
  letter-spacing: 0.05em;
  line-height: 90%;
  padding: 9px 28px;
  text-transform: uppercase;
}

.header__navigation_open:hover,
.header__navigation_open:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #C23F34;
}

.header__navigation_open span,
.header__navigation_open svg {
  flex-shrink: 0;
}

.header__navigation_open span {
  margin-top: 3px;
}

.header__navigation_open svg {
  height: auto;
  width: 27px;
}

.header__navigation_close {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  right: 23px;
  padding: 0;
  position: absolute;
  top: 28px;
  z-index: 999;
}

.header__navigation_close:hover,
.header__navigation_close:focus {
  background-color: transparent;
  border: 0;
  color: #CC2727;
}

.header__navigation_close svg {
  display: block;
  height: 32px;
  width: auto;
}

.header_navigaiton-content {
  display: flex;
  min-height: 100%;
}

.header_nav-menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 125px 100px 130px;
  position: relative;
}

.header_nav-menu:before,
.header_nav-menu:after {
  background-repeat: repeat-y;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 213px;
}

.header_nav-menu:before {
  background-image: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/images/bg-left-nav.png");
  left: 0;
}

.header_nav-menu:after {
  background-image: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/images/bg-right-nav.png");
  right: 0;
}

.header_nav-menu-wrapper {
  position: relative;
  z-index: 2;
}

#hs_cos_wrapper_dannys_club_header {
  left: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in;
  width: 100%;
  z-index: 1;
}

#hs_cos_wrapper_dannys_club_header.visible {
  transform: translateY(0);
}

@media (min-width: 1025px) {
  .header_nav-menu-wrapper {
    min-width: 384px;
  }
}

.header_nav-menu .main-menu a {
  color: #FFFFFF;
  font-family: 'Avenir', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.header_nav-menu .main-menu a:hover,
.header_nav-menu .main-menu a:focus,
.header_nav-menu .main-menu li.active a,
.header_nav-menu .main-menu li.active-branch a {
  color: #000000;
}

.header_nav-menu .main-menu li.active a:focus,
.header_nav-menu .main-menu li.active-branch a:focus {
  text-decoration: underline;
}

#hs_cos_wrapper_navigation_primary li:not(:first-child) {
  margin-top: 40px;
}

#hs_cos_wrapper_navigation_primary a {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 120%;
}

#hs_cos_wrapper_navigation_secondary li:not(:first-child) {
  margin-top: 17px;
}

#hs_cos_wrapper_navigation_secondary a {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 120%;
}

#hs_cos_wrapper_nav_order_online {
  margin-bottom: 52px;
  margin-top: 52px;
}

#hs_cos_wrapper_nav_order_online .dropdown-order--toggle {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  font-family: 'Avenir', sans-serif;
  font-size: 13.2308px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 103%;
  padding: 17px 36px 15px;
}

#hs_cos_wrapper_nav_order_online .dropdown-order--toggle:hover,
#hs_cos_wrapper_nav_order_online .dropdown-order--toggle:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #CC2727;
}

#hs_cos_wrapper_header_insider_form {
  background: #000000;
  flex-basis: 50%;
}

#hs_cos_wrapper_header_insider_form .insider-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}
.footer-content {
  background-color: #F9F9F9;
  color: #333333;
  min-height: 384px;
  overflow: hidden;
  padding: 76px 40px;
}

.footer-content-row {
  margin: 0 auto;
  max-width: 1100px;
}

.footer-bottom {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #242424;
  color: #A6A6A6;
  font-family: 'Avenir Book', sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 120%;
  padding: 30px 40px 32px;
}

.footer-bottom-row {
  align-items: flex-end;
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}

.footer-other-details {
  flex-basis: 61.4%;
}

#hs_cos_wrapper_footer_secondary_links {
  padding: 12px 0;
}

#hs_cos_wrapper_footer_secondary_links .hs-menu-wrapper li:after {
  content: '\00a0|\00a0';
  color: #FFFFFF;
}

#hs_cos_wrapper_footer_secondary_links .hs-menu-wrapper li:last-child:after {
  content: none;
}

#hs_cos_wrapper_footer_secondary_links .hs-menu-wrapper a {
  color: #FFFFFF;
}

#hs_cos_wrapper_footer_secondary_links .hs-menu-wrapper a:hover,
#hs_cos_wrapper_footer_secondary_links .hs-menu-wrapper a:focus {
  color: #C23F34;
}

.designed-by {
  flex-basis: 38.6%;
  text-align: right;
}

.designed-by a {
  color: inherit;
}

.designed-by a:hover,
.designed-by a:focus {
  color: #FFFFFF;
}
/* 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.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

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

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

.hs-menu-wrapper.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%;
}

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* 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%;
}

/* Images */

.hs_cos_wrapper_type_linked_image,
.hs-image-widget  {
  display: inline-block;
  vertical-align: top;
}

/* Page Header */

#hs_cos_wrapper_page_header {
  background-color: #141414;
  background-image: url('https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/images/page-header-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 782px auto;
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 66px 40px 65px;
  text-align: center;
}

#hs_cos_wrapper_page_header h1,
#hs_cos_wrapper_page_header h2,
#hs_cos_wrapper_page_header h3,
#hs_cos_wrapper_page_header h4,
#hs_cos_wrapper_page_header h5,
#hs_cos_wrapper_page_header h6 {
  font-family: 'Avenir', sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 135.9375%;
}

/* Banner w/ Heading */

.banner-with-heading .banner:before {
  background-image: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/images/bg-left-banner-heading.png");
}

.banner-with-heading .banner:after {
  background-image: url("https://21921222.fs1.hubspotusercontent-na1.net/hubfs/21921222/raw_assets/public/danny-chinese-kitchen/images/bg-right-banner-heading.png");
}
@media only screen and (max-width: 1220px) {
  #hs_cos_wrapper_header_button,
  #hs_cos_wrapper_header_links {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header__container {
    padding-left: 241px;
    padding-right: 40px;
  }

  .header__container:after {
    border-left-width: 90px;
    inset: auto 40px 0 30px;
  }

  #hs_cos_wrapper_header_logo {
    left: 30px;
    top: 24px;
  }

  .header_nav-menu {
    padding: 184px 40px 196px;
  }

  .header_nav-menu:before {
    left: -17px;
  }

  .header_nav-menu:after {
    right: -17px;
  }

  #hs_cos_wrapper_navigation_primary ul a {
    font-size: 22px;
  }

  #hs_cos_wrapper_nav_order_online {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-type-form .form-title {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .header__container {
    padding: 30px 30px 20px 177px;
  }

  .header__container:after {
    border-left-width: 0px;
    inset: auto 30px 0 30px;
  }

  #hs_cos_wrapper_header_logo {
    left: 23px;
    max-width: 131px;
    top: 12px;
  }

  #hs_cos_wrapper_header_order_online,
  #hs_cos_wrapper_header_call_us {
    display: none;
  }

  .header_navigaiton-content {
    flex-wrap: wrap;
  }

  .header_nav-menu {
    flex-basis: 100%;
    padding: 146px 30px 157px;
  }

  #hs_cos_wrapper_header_insider_form {
    flex-basis: 100%;
  }

  .footer-content {
    padding: 76px 30px 70px;
  }

  .footer-bottom {
    padding: 46px 30px 52px;
  }

  .footer-bottom-row {
    flex-wrap: wrap;
  }

  .footer-other-details {
    flex-basis: 100%;
    margin-bottom: 23px;
    text-align: center;
  }

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

  .designed-by {
    flex-basis: 100%;
    margin: 0 auto;
    max-width: 208px;
    text-align: center;
  }

  #hs_cos_wrapper_page_header {
    padding: 75px 30px;
  }

  #hs_cos_wrapper_page_header h1,
  #hs_cos_wrapper_page_header h2,
  #hs_cos_wrapper_page_header h3,
  #hs_cos_wrapper_page_header h4,
  #hs_cos_wrapper_page_header h5,
  #hs_cos_wrapper_page_header h6 {
    font-size: 50px;
    line-height: 136%;
  }

  #hs_cos_wrapper_header_insider_form {
    min-height: 100vh;
  }
}

/* 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;
  }
}