@charset "UTF-8";
/* Colors */
/******************** Brandon's Common Things **************/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

a:focus {
  outline: thin dotted;
  /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}
textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! 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, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 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;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.hamburger-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200000;
  width: 100%;
  text-align: left;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hamburger-container .max-width {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
.hamburger-container .max-width .positioner {
  display: inline-block;
  position: absolute;
  right: 0;
}
.hamburger-container .max-width .hamburger {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
header .positioner {
  width: 100%;
  max-width: 1300px;
  padding: 0.75rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  header .positioner {
    padding: 1rem;
  }
}
header .logo {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  width: 11rem;
}
@media (max-width: 767px) {
  header .logo {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  header .logo {
    width: 13rem;
  }
}
header .logo svg {
  width: 100%;
  fill: #231f20;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .logo:hover svg {
  fill: #3d5728;
}
header nav {
  font-family: "Roboto", sans-serif;
  margin-left: auto;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header nav ul {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 1024px) {
  header nav ul {
    display: none;
  }
}
header nav li {
  display: inline-block;
}
header nav li a {
  font-size: 1rem;
  color: #3d5728;
  padding: 1rem;
  letter-spacing: 0.025em;
  display: block;
}
header .hamburger {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fixed header {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .fixed header .logo {
    width: 12rem;
  }
}

.quick-menu {
  display: none;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 768px) {
  .quick-menu {
    display: inline-block;
  }
}
.quick-menu ul {
  list-style: none;
  margin: 0 auto 0 1rem;
  padding: 0;
}

.main-menu {
  background: #fff;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100000;
  -webkit-box-shadow: inset 0 0 0 0 #a5853a;
          box-shadow: inset 0 0 0 0 #a5853a;
}
.main-menu .grid {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}
@media (min-width: 768px) {
  .main-menu .grid {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 1300px;
    max-width: 85%;
    -ms-grid-columns: 1fr 30% 1fr;
    grid-template-columns: 1fr 30% 1fr;
  }
}
.main-menu .logo {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  -webkit-transform: rotate(7deg) scale(0.9);
          transform: rotate(7deg) scale(0.9);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-menu .logo {
    width: 30%;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 2rem;
  }
}
.main-menu .logo svg {
  fill: #231f20;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .logo:hover svg {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .logo:hover svg .initials {
  fill: #a5853a;
}
.main-menu .find {
  color: #231f20;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .main-menu .find {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
@media (min-width: 768px) {
  .main-menu .find {
    font-size: 1.3rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .main-menu .find {
    font-size: 1.5rem;
    text-align: left;
  }
}
.main-menu .find address {
  display: block;
  margin: 2rem 0;
}
.main-menu .find .phone a {
  color: #a5853a;
}
.main-menu .find .phone a:hover {
  color: #3d5728;
}
.main-menu .find .social {
  margin-top: 2rem;
}
.main-menu .find .hours {
  line-height: 1.4;
  font-size: 90%;
  margin-top: 1rem;
  display: none;
}
.main-menu .find .hours strong {
  display: block;
}
.main-menu .find .hours strong:last-of-type {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .main-menu .find .hours {
    display: block;
  }
}
.main-menu .find,
.main-menu .menu {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (max-width: 767px) {
  .main-menu .menu {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.main-menu .leaf {
  background-image: url("/web/20220315051119im_/https://www.cskchicago.com/wp-content/themes/restaurants2019/_img/gallery-leaf.png");
  left: -15%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (max-width: 767px) {
  .main-menu .leaf {
    left: -33%;
  }
}
.main-menu .wood {
  background-image: url("/web/20220315051119im_/https://www.cskchicago.com/wp-content/themes/restaurants2019/_img/tree.png");
  right: -8%;
  left: auto;
  bottom: -10vh;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.expanded-menu {
  overflow: hidden;
}
.expanded-menu .main-menu {
  opacity: 1;
  visibility: visible;
}
.expanded-menu.reveal-find .hamburger {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.expanded-menu.reveal-find .main-menu {
  -webkit-box-shadow: inset 0 0 0 0.75rem #231f20;
          box-shadow: inset 0 0 0 0.75rem #231f20;
}
.expanded-menu.reveal-find .main-menu .logo {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}
.expanded-menu.reveal-find .main-menu .find {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.expanded-menu.reveal-find .main-menu .leaf {
  left: -5%;
}
.expanded-menu.reveal-find .main-menu .wood {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.expanded-menu.reveal-menu .main-menu .menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media (min-width: 768px) {
  .menu {
    text-align: right;
  }
}
.menu ul {
  list-style: none;
  text-align: right;
  display: inline-block;
}
@media (max-width: 767px) {
  .menu ul {
    padding: 0;
  }
}
.menu ul li {
  display: table;
  text-align: right;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .menu ul li {
    float: right;
    clear: both;
  }
  .menu ul li::before, .menu ul li::after {
    display: table;
    content: " ";
  }
  .menu ul li::after {
    clear: both;
  }
}
.menu ul li a {
  padding: 0.25rem 0.4rem;
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .menu ul li a {
    font-size: 1.3rem;
  }
}
.menu ul li a span {
  position: relative;
  z-index: 100;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu ul li a:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #a5853a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu ul li a:hover span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  color: #fff;
}
.menu ul li a:hover:before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.menu.quick-menu ul {
  list-style: none;
  text-align: left;
  display: inline-block;
  float: left;
}
.menu.quick-menu ul li {
  display: inline-block;
  text-align: right;
  margin-right: 0.55rem;
  padding: 0;
  float: left;
  clear: none;
}
.menu.quick-menu ul li a {
  font-size: 0.9rem;
  float: left;
}
@media (min-width: 1200px) {
  .menu.quick-menu ul li a {
    font-size: 1.2rem;
  }
}
.menu.quick-menu ul li a:before {
  background: #3d5728;
}

.main-menu .menu ul li {
  margin: 0.25rem auto;
}
@media (min-width: 768px) {
  .main-menu .menu ul li {
    margin: 0.25rem;
  }
}
.main-menu .menu ul li a {
  padding: 0.25rem 0.4rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .main-menu .menu ul li a {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .main-menu .menu ul li a {
    font-size: 2rem;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger:hover .hamburger-inner {
  width: 30px;
}
.hamburger:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner:after {
  width: 22px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
  width: 30px;
  background-color: #a5853a;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 2px;
  background-color: #3d5728;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner {
  width: 22px;
}
.hamburger-inner:before, .hamburger-inner:after {
  width: 30px;
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -8px;
}
.hamburger-inner:after {
  bottom: -8px;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
}
.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 30px;
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  cursor: pointer;
  margin-top: 1.75rem;
  color: #3d5728;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.cta.reveal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cta:focus {
  outline: none;
}
.cta .label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .cta .label {
    letter-spacing: 0.15rem;
  }
}
@media (min-width: 1024px) {
  .cta .label {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .cta .label {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .cta .label {
    font-size: 1.3rem;
  }
}
.cta .arrow-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta .arrow,
.cta .primary-circle {
  position: absolute;
  -webkit-transition: 1.2s cubic-bezier(0.15, 0.92, 0.14, 0.95);
  transition: 1.2s cubic-bezier(0.15, 0.92, 0.14, 0.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cta .primary-circle {
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cta .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .cta .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }
}
@media (min-width: 1024px) {
  .cta .icon {
    width: 3.125vw;
    min-width: 3.125vw;
    height: 3.125vw;
    min-height: 3.125vw;
  }
}
@media (min-width: 1400px) {
  .cta .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }
}
.cta .arrow {
  left: 50%;
  top: 50%;
  width: 16px;
  min-width: 16px;
  height: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1600px) {
  .cta .arrow {
    width: 1.0416vw;
    min-width: 1.0416vw;
  }
}
.cta .arrow:last-of-type {
  -webkit-transform: translate(-275%, -50%);
          transform: translate(-275%, -50%);
}
.cta .inline-svg {
  position: relative;
  display: block;
  width: 100%;
  height: 1rem;
}
.cta svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  stroke: #3d5728;
}
.cta:hover .label {
  color: #a5853a;
}
.cta:hover .primary-circle {
  border-color: #a5853a;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.cta:hover .arrow {
  -webkit-transform: translate(275%, -50%);
          transform: translate(275%, -50%);
}
.cta:hover .arrow:last-of-type {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cta:hover svg {
  stroke: #a5853a;
}
.cta.light .label {
  color: #a5853a;
}
.cta.light .primary-circle {
  border-color: #a5853a;
}
.cta.light .inline-svg {
  color: #a5853a;
}
.cta.light:hover .label {
  color: #fff;
}
.cta.light:hover .primary-circle {
  border-color: #fff;
}
.cta.light:hover .inline-svg {
  color: #fff;
}

.join {
  font-family: "PT Serif", serif;
  width: 100%;
  height: 60vh;
  position: relative;
  margin-top: 10vh;
}
@media (min-width: 768px) {
  .join {
    padding-right: 4rem;
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .join {
    height: 70vh;
  }
}
.join .positioner {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .join .positioner {
    display: inline-block;
  }
}
.join .text {
  color: #fff;
  padding: 2rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 200;
  margin: 0 auto;
  top: -10vh;
}
.join .text:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .join .text {
    padding: 3rem;
    top: -5vh;
    min-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .join .text {
    padding: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .join .text {
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  .join .text {
    padding: 5rem;
  }
}
.join .text .background {
  background: #231f20;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.join .text .section-title {
  margin-bottom: 0;
}
.join .text .section-title em {
  font-size: 0.35em;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}
@phone {
  .join .text .section-title em {
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .join .text .section-title em {
    font-size: 0.4em;
  }
}
.join .text .section-title strong {
  color: #a5853a;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .join .text .section-title strong {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .join .text .section-title strong {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .join .text .section-title strong {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  .join .text .section-title strong {
    font-size: 2.6rem;
  }
}
@media (min-width: 1600px) {
  .join .text .section-title strong {
    font-size: 2.8rem;
  }
}
.join .text p {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  color: #a5853a;
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  position: relative;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 768px) {
  .join .text p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .join .text p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .join .text p {
    font-size: 1.3rem;
  }
}
.join .text p:before {
  content: "";
  display: block;
  width: 1px;
  opacity: 0;
  height: 1px;
  border: 1px dotted rgba(61, 87, 40, 0.5);
  margin: 1rem auto;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (min-width: 768px) {
  .join .text p:before {
    margin: 1.25rem auto;
  }
}
@media (min-width: 768px) {
  .join .text p:before {
    font-size: 2rem;
    margin: 2rem auto;
  }
}
.join .text.reveal p,
.join .text.reveal form {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.join .text.reveal p:before {
  width: 7rem;
  opacity: 1;
}
.join .text.reveal .background {
  width: 100%;
}
.join form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
  grid-template-columns: 65% 35%;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: relative;
  z-index: 100;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .join form {
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
  }
}
.join form > * {
  margin: 0;
}
.join form ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.join form ul li {
  margin: 0 !important;
  padding: 0 !important;
}
.join form button, .join form input[type=email] {
  width: 100%;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #a5853a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  height: 70px;
}
.join form input[type=email] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #fff;
  padding: 1.1rem 0.75rem;
}
@media (min-width: 768px) {
  .join form input[type=email] {
    padding: 1.3rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .join form input[type=email] {
    padding: 1.45rem;
  }
}
.join form input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.join form input[type=email]::-moz-placeholder {
  color: #fff;
}
.join form input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.join form input[type=email]::-ms-input-placeholder {
  color: #fff;
}
.join form input[type=email]::placeholder {
  color: #fff;
}
.join form input[type=email]:hover {
  background: #a5853a;
  color: #231f20;
}
.join form input[type=email]:hover::-webkit-input-placeholder {
  color: #231f20;
}
.join form input[type=email]:hover::-moz-placeholder {
  color: #231f20;
}
.join form input[type=email]:hover:-ms-input-placeholder {
  color: #231f20;
}
.join form input[type=email]:hover::-ms-input-placeholder {
  color: #231f20;
}
.join form input[type=email]:hover::placeholder {
  color: #231f20;
}
.join form input[type=email]:focus {
  background: #fff;
}
.join form input[type=email]:focus::-webkit-input-placeholder {
  color: #a5853a;
}
.join form input[type=email]:focus::-moz-placeholder {
  color: #a5853a;
}
.join form input[type=email]:focus:-ms-input-placeholder {
  color: #a5853a;
}
.join form input[type=email]:focus::-ms-input-placeholder {
  color: #a5853a;
}
.join form input[type=email]:focus::placeholder {
  color: #a5853a;
}
.join form button {
  border-left: none;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1.02rem 0.5rem;
  display: block;
  color: #a5853a;
}
@media (min-width: 768px) {
  .join form button {
    font-size: 1.75rem;
    padding: 1.1rem 0.5rem;
  }
}
@media (min-width: 1024px) {
  .join form button {
    padding: 1.15rem 0.5rem;
    font-size: 2rem;
  }
}
.join form button:hover {
  background: #a5853a;
  color: #231f20;
}
.join form .validation_message,
.join form .validation_error {
  background: #a5853a;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.5rem;
  font-size: 0.9rem;
  border-radius: 1rem;
}
.join form .gform_body {
  position: relative;
}
.join form .gfield_label,
.join form .gform_validation_container,
.join form .gfield_description,
.join form .gform_footer img {
  display: none !important;
}
.join .gform_confirmation_message {
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  z-index: 200;
  font-family: "Roboto", sans-serif;
}
.join .gform_confirmation_message h3 {
  color: #fff;
}
.join .photo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
}
@media (min-width: 768px) {
  .join .photo {
    width: 97vw;
  }
}
.join .leaf {
  background-image: url("/web/20220315051119im_/https://www.cskchicago.com/wp-content/themes/restaurants2019/_img/join-leaf.png");
  left: -10%;
  bottom: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (min-width: 768px) {
  .join .leaf {
    right: -10%;
    left: auto;
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .join .leaf {
    right: -20%;
  }
}
.join.reveal .photo {
  opacity: 1;
}

footer {
  text-align: center;
  color: #231f20;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  footer {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  footer {
    padding: 7rem 2rem;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 8rem 2rem;
  }
}
@media (min-width: 1400px) {
  footer {
    padding: 9rem 2rem;
  }
}
@media (min-width: 1600px) {
  footer {
    padding: 10rem 2rem;
  }
}
footer.reveal {
  opacity: 1;
}
footer a {
  color: #a5853a;
}
footer a:hover {
  color: #3d5728;
}
footer .wrap {
  max-width: 1300px;
  padding: 1rem;
}
@media (min-width: 768px) {
  footer .wrap {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  footer .wrap {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  footer .grid {
    grid-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 10rem 2rem 1fr;
    grid-template-columns: 1fr 10rem 1fr;
  }
}
@media (min-width: 1400px) {
  footer .grid {
    grid-gap: 3rem;
    -ms-grid-columns: 1fr 3rem 15rem 3rem 1fr;
    grid-template-columns: 1fr 15rem 1fr;
  }
}
@media (min-width: 1600px) {
  footer .grid {
    grid-gap: 4rem;
  }
}
footer .find {
  margin: 3rem auto;
  font-size: 1.1rem;
  display: block;
}
@media (max-width: 767px) {
  footer .find {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media (min-width: 768px) {
  footer .find {
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  footer .find {
    font-size: 1.2rem;
  }
}
footer .find address {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 1rem auto;
}
footer .find .social {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (max-width: 767px) {
  footer .find .social {
    margin-bottom: 2rem;
  }
}
footer .find .phone {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: 1rem;
}
footer .find .hours {
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-size: 90%;
}
footer .find .hours strong {
  display: block;
}
footer .find .hours strong:last-of-type {
  margin-top: 0.25rem;
}
footer .find.reveal .social,
footer .find.reveal address,
footer .find.reveal .phone,
footer .find.reveal .hours {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
footer .find.reveal .social {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
footer .find.reveal address {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
footer .find.reveal .phone {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
footer .find.reveal .hours {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
footer .logo-container {
  margin: 0 auto;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
footer .logo-container.reveal {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}
footer .logo {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .logo {
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 50%;
  }
}
footer .logo svg {
  fill: #231f20;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .logo:hover {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
footer .logo:hover svg .initials {
  fill: #a5853a;
}
footer .menu li {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
footer .menu li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
footer .menu li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
footer .menu li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
footer .menu li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
footer .menu li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
footer .menu li:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
footer .menu.reveal li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
footer .copyright {
  font-family: "Roboto", sans-serif;
  margin-top: 3rem;
  font-size: 0.9rem;
  opacity: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 4rem;
  }
}
@media (min-width: 1400px) {
  footer .copyright {
    margin-top: 5rem;
  }
}
@media (min-width: 1600px) {
  footer .copyright {
    margin-top: 6rem;
  }
}
footer .copyright.reveal {
  opacity: 1;
}

.social {
  position: relative;
}
@media (min-width: 768px) {
  .social {
    left: -1rem;
  }
}
.social a {
  width: 1.75rem;
  height: 1.75rem;
  padding-top: 0.5rem;
  margin: 0 0.75rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .social a {
    width: 2rem;
    height: 2rem;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .social a {
    width: 3rem;
    height: 3rem;
    padding: 0.25rem 0.65rem;
    margin: 0 0.2rem;
  }
}
.social a:after {
  background: #3d5728;
  border-radius: 50%;
  width: 0%;
  height: 0%;
  display: block;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.social a:hover:after {
  width: 100%;
  height: 100%;
}
.social a:hover svg {
  fill: #fff;
}
.social a svg {
  width: 100%;
  max-height: 2.5rem;
  fill: #a5853a;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.gallery {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .gallery {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .gallery {
    padding: 7rem 2rem;
  }
}
@media (min-width: 1200px) {
  .gallery {
    padding: 8rem 2rem;
  }
}
@media (min-width: 1400px) {
  .gallery {
    padding: 9rem 2rem;
  }
}
@media (min-width: 1600px) {
  .gallery {
    padding: 10rem 2rem;
  }
}
.gallery .grid {
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  position: relative;
  z-index: 200;
  padding: 1em;
}
@media (min-width: 768px) {
  .gallery .grid {
    padding: 0;
    grid-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 4rem;
  }
}
@media (min-width: 1400px) {
  .gallery .grid {
    grid-gap: 3rem;
  }
}
@media (min-width: 1600px) {
  .gallery .grid {
    grid-gap: 4rem;
  }
}
.gallery article {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(2rem);
          transform: scale(0.9) translateY(2rem);
}
.gallery article a {
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  display: block;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.gallery article a:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 768px) {
  .gallery article:nth-child(1n) {
    top: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .gallery article:nth-child(3n+2) {
    top: 3rem;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .gallery article:nth-child(3n+3) {
    top: 6rem;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.gallery article img {
  width: 100%;
  height: auto !important;
  display: table;
}
.gallery article.reveal {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.gallery .positioner {
  display: inline-block;
  position: relative;
}
.gallery .leaf {
  background-image: url("/web/20220315051119im_/https://www.cskchicago.com/wp-content/themes/restaurants2019/_img/gallery-leaf.png");
  left: -10%;
  top: 0;
}
.gallery .wood {
  background-image: url("/web/20220315051119im_/https://www.cskchicago.com/wp-content/themes/restaurants2019/_img/tree.png");
  left: -10%;
  bottom: 0;
}

body {
  background-color: #fff;
  background-image: url("/web/20220315051119im_/https://www.cskchicago.com/wp-content/themes/restaurants2019/_img/tile.jpg");
  font-family: "PT Serif", serif;
  color: #231f20;
  text-align: center;
  overflow-x: hidden;
}
body.mobile-menu-active {
  overflow: hidden;
}

.wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5rem 1rem;
  position: relative;
  z-index: 500;
}
@media (min-width: 768px) {
  .wrap {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .wrap {
    padding: 7rem 2rem;
  }
}
@media (min-width: 1200px) {
  .wrap {
    padding: 8rem 2rem;
  }
}
@media (min-width: 1400px) {
  .wrap {
    padding: 9rem 2rem;
  }
}
@media (min-width: 1600px) {
  .wrap {
    padding: 10rem 2rem;
  }
}
@media (min-width: 1024px) {
  .wrap {
    padding: 1rem;
  }
}

.button {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025rem;
  background-color: #3d5728;
  line-height: 1em;
  padding: rem(6 20);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  position: relative;
  border: 0 none;
}
.button:hover, .button:focus {
  color: white;
  background-color: #a5853a;
  cursor: pointer;
}

input[type=submit] {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025rem;
  background-color: #3d5728;
  line-height: 1em;
  padding: rem(6 20);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  position: relative;
  border: 0 none;
}
input[type=submit]:hover, input[type=submit]:focus {
  color: white;
  background-color: #a5853a;
  cursor: pointer;
}
input[type=submit]:hover {
  cursor: pointer;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #3d5728;
  text-decoration: none;
}

.grid {
  display: table;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 2.75rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1400px) {
  .section-title {
    font-size: 3.5rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .section-title {
    font-size: 4rem;
    margin-bottom: 7rem;
  }
}
.section-title .mask {
  overflow: hidden;
  display: block;
}
.section-title .mask:nth-of-type(2) > * {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section-title em {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #a5853a;
  font-style: normal;
  letter-spacing: 0.2rem;
  font-weight: 300;
  font-size: 0.5em;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.section-title strong {
  display: table;
  margin: 0 auto;
  font-family: "PT Serif", serif;
  color: #3d5728;
  position: relative;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 768px) {
  .section-title.with-lines strong {
    position: relative;
  }
  .section-title.with-lines strong:before, .section-title.with-lines strong:after {
    content: "";
    display: block;
    width: 0;
    opacity: 0;
    height: 1px;
    border: 1px dotted rgba(61, 87, 40, 0.5);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .section-title.with-lines strong:before {
    right: 107%;
  }
  .section-title.with-lines strong:after {
    left: 107%;
  }
}
.section-title.reveal strong {
  position: relative;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.section-title.reveal strong:before, .section-title.reveal strong:after {
  width: 4rem;
  opacity: 1;
}
.section-title.reveal em {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.section-title a:hover em {
  color: #3d5728;
}
.section-title a:hover strong {
  color: #a5853a !important;
}

.trigger {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trigger.reveal {
  opacity: 1;
}

.leaf,
.wood {
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 8rem;
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: opacity 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 768px) {
  .leaf,
.wood {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1024px) {
  .leaf,
.wood {
    width: 13rem;
    height: 13rem;
  }
}
@media (min-width: 1200px) {
  .leaf,
.wood {
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 1400px) {
  .leaf,
.wood {
    width: 17rem;
    height: 17rem;
  }
}
@media (min-width: 1600px) {
  .leaf,
.wood {
    width: 20rem;
    height: 20rem;
  }
}
/*
     FILE ARCHIVED ON 05:11:19 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:23:15 Dec 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.715
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 45.163
  LoadShardBlock: 82.512 (3)
  PetaboxLoader3.datanode: 94.975 (4)
  PetaboxLoader3.resolve: 78.633 (2)
  load_resource: 139.344
*/