@charset "UTF-8";
/******************************************************************
Site Name: L'Enclume
Author: Jamie Grisdale
******************************************************************/
/*********************
Text Sizes
*********************/
/*********************
L'Enclume Colours
*********************/
/*********************
Animations
*********************/
@-webkit-keyframes roll {
  0% {
    transform: translate3d(0, 0, 0); }
  90% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes roll {
  0% {
    transform: translate3d(0, 0, 0); }
  90% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

/******************************************************************
Site Name: L'Enclume
Author: Jamie Grisdale
******************************************************************/
/*********************
TYPE
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/******************************************************************
Site Name: L'Enclume
Author: Jamie Grisdale
******************************************************************/
/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2017 Colophon Foundry
 *
 * Licenced to Mateusz Piekarski Gunter Piekarski Ltd
 */
@font-face {
  font-family: Reader;
  src: url("/library/fonts/reader-regular-web/reader-regular.eot");
  src: url("/library/fonts/reader-regular-web/reader-regular.eot?#iefix") format("embedded-opentype"), url("/library/fonts/reader-regular-web/reader-regular.woff") format("woff"), url("/library/fonts/reader-regular-web/reader-regular.woff2") format("woff2"), url("/library/fonts/reader-regular-web/reader-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Bold;
  src: url("/library/fonts/reader-bold-web/reader-bold.eot");
  src: url("/library/fonts/reader-bold-web/reader-bold.eot?#iefix") format("embedded-opentype"), url("/library/fonts/reader-bold-web/reader-bold.woff") format("woff"), url("/library/fonts/reader-bold-web/reader-bold.woff2") format("woff2"), url("/library/fonts/reader-bold-web/reader-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, b, strong {
  font-weight: normal;
  margin: 0; }

p {
  word-wrap: break-word;
  font-feature-settings: "liga", "dlig";
  margin: 0 0 20px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  outline: 0; }

::-moz-selection {
  background-color: #DBD5CD; }

::selection {
  background-color: #DBD5CD; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

html,
body {
  min-height: 100%; }

body {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Reader';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px; }
  body.overlay {
    overflow: hidden; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width .3s ease, opacity .3s ease 0s;
  opacity: 0;
  z-index: 99; }

.container {
  opacity: 1;
  transition: opacity .5s ease;
  min-height: calc( 100vh - 272px - 50px); }
  .container.hide {
    opacity: 0;
    transition: opacity .25s ease; }

iframe {
  opacity: 0;
  transition: opacity .3s ease; }
  iframe.sized {
    opacity: 1; }

.home-introduction {
  z-index: -1;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  text-align: center; }

.video-bg {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #DBD5CD;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .9s ease; }
  .video-bg.done {
    opacity: 0; }
  .video-bg video,
  .video-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
    -o-object-position: center;
       object-position: center;
    cursor: pointer; }

.intro-video {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .9s ease; }
  .intro-video.done {
    opacity: 0; }
  .intro-video video,
  .intro-video img {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    cursor: pointer; }
    .intro-video video.lazyload,
    .intro-video img.lazyload {
      opacity: 0; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sticky:before,
.sticky:after {
  content: '';
  display: table; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: all .8s ease-in-out; }

:link,
:visited {
  text-decoration: none;
  color: #000;
  transition: border-color .1s ease;
  outline: 0; }
  :link:link,
  :visited:link {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.header {
  height: 50px;
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  z-index: 4; }
  @media only screen and (min-width: 930px) {
    .header {
      padding: 0 40px;
      height: 80px;
      justify-content: space-between;
      background-color: rgba(255, 255, 255, 0.95); } }
  .header__wrapper {
    display: flex;
    align-items: center; }
    .header__wrapper--nav {
      display: none; }
      @media only screen and (min-width: 930px) {
        .header__wrapper--nav {
          display: flex; } }
    @media only screen and (min-width: 930px) {
      .header__wrapper {
        width: auto; }
        .header__wrapper--hamburger {
          display: none; } }
  .header__logo {
    display: block;
    width: 113.5px; }
    .header__logo svg {
      display: block;
      width: 100%;
      height: auto; }
    @media only screen and (min-width: 930px) {
      .header__logo {
        width: 146px;
        color: #000;
        transition: color 0.3s ease; }
        .header__logo:hover {
          color: #DBD5CD; } }
  .header__contact {
    font-size: 12px;
    line-height: 1.3;
    padding: 10px 0 10px 10px; }
    @media only screen and (min-width: 930px) {
      .header__contact {
        display: none; } }
  .header__bag {
    position: fixed;
    top: 100px;
    right: 0;
    padding: 10px 11px;
    background-color: #DBD5CD;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    z-index: 2;
    display: none; }
    .header__bag--show {
      display: block; }
    .header__bag svg {
      display: block;
      width: 21px; }
    @media only screen and (min-width: 930px) {
      .header__bag {
        top: 140px;
        transition: background-color .3s ease; }
        .header__bag:hover {
          background-color: #fff; } }
  .header__bag-link {
    display: block;
    position: relative; }
  .header__bag-qty {
    position: absolute;
    display: block;
    top: -1px;
    left: 1.5px;
    font-size: 9px;
    width: 17px;
    text-align: center; }
    @media only screen and (min-width: 930px) {
      .header__bag-qty {
        top: -3px; } }
@media only screen and (min-width: 930px) {
  .header-nav {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px; }
    .header-nav__list {
      display: flex;
      margin: 11px 0 0; }
    .header-nav__item {
      padding-left: 25px; }
      .header-nav__item:first-child {
        padding-left: 0; }
    .header-nav__link {
      position: relative;
      -webkit-font-smoothing: subpixel-antialiased; }
      .header-nav__link:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        border-bottom: 1px solid;
        opacity: 0;
        transform: scale(0.9);
        transition: all 0.3s ease; }
      .header-nav__link.active:after, .header-nav__link:hover:after {
        opacity: 1;
        transform: scale(1); } }

.hamburger {
  background-color: transparent;
  border: 0 none;
  margin: -10px;
  padding: 10px;
  height: 37px;
  width: 45px;
  line-height: 16px;
  transition: opacity .3s ease;
  outline: 0 none;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #000; }
  .hamburger:focus {
    outline: 0 none; }
  .hamburger__text {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.5px;
    text-align: center;
    transform: translateY(-2px);
    transition: color .5s ease 0s; }
  .hamburger__bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    position: absolute;
    display: block; }
    .hamburger__bar--1 {
      top: 10px;
      left: 10px;
      transform-orgin: 50%;
      transition: background-color .5s ease 0s, top 0.10s ease 0.10s, left 0.10s ease 0.05s, transform 0.10s ease-out 0.05s; }
    .hamburger__bar--2 {
      top: 17px;
      transition: background-color .5s ease 0s, opacity 0.10s ease 0.10s;
      -webkit-animation: 1s cubic-bezier(0.5, 0.2, 0.2, 1.01);
              animation: 1s cubic-bezier(0.5, 0.2, 0.2, 1.01); }
    .hamburger__bar--3 {
      top: 24px;
      left: 10px;
      transform-orgin: 50%;
      transition: background-color .5s ease 0s, top 0.10s ease 0.10s, left 0.10s ease 0.05s, transform 0.10s ease-out 0.05s; }

.overlay-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #DBD5CD;
  z-index: 5;
  overflow-y: scroll;
  transition: opacity .3s ease;
  display: flex; }
  .overlay-nav.hide {
    opacity: 0; }
  .overlay-nav--nav {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    transition: opacity .3s ease 0s, transform 0s linear .3s; }
    .overlay-nav--nav.show {
      transform: translate3d(0, 0%, 0);
      opacity: 1;
      transition: opacity .3s ease 0s, transform 0s linear 0s; }
  .overlay-nav__wrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column; }
  .overlay-nav__items {
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.14px;
    text-align: center;
    padding: 20px 0; }
  .overlay-nav__footer {
    margin: 0; }
  .overlay-nav__logo {
    display: block;
    width: 195px;
    height: 45px;
    margin: 0 auto 26px; }
    .overlay-nav__logo svg {
      display: block;
      width: 100%;
      height: 100%; }

.progress {
  display: none; }

.about-columns {
  padding: 0 20px; }
  .about-columns .img-col {
    display: none; }
  .about-columns .txt-col__img {
    width: 100%;
    height: auto;
    margin: 10px 0 18px; }
  .about-columns .txt-col__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center; }
    .about-columns .txt-col__title--sub {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px;
      display: block;
      margin: 8px 0 17px; }
  .about-columns .txt-col__section {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 auto 30px;
    max-width: 400px; }
    .about-columns .txt-col__section--pre-img {
      border-bottom: 0 none;
      margin-bottom: 0; }
  .about-columns .txt-col__subtitle {
    font-family: Bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
  .about-columns .txt-col__action {
    width: 160px;
    margin: 0 auto 22px;
    border: 1px solid #000;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 9px 10px 7px; }
    .about-columns .txt-col__action:link, .about-columns .txt-col__action:visited {
      text-decoration: none; }

.next-sec {
  display: none; }

.timeline {
  position: relative; }
  .timeline__heading {
    text-align: center;
    font-family: Bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px; }
  .timeline__wrapper {
    margin-bottom: 50px; }
  .timeline__event {
    height: 495px;
    color: #B3B3B3;
    transition: color .3s ease;
    transform: translate3d(0, 0, 0) scale(0.9);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .timeline__event.is-selected {
      color: #000; }
  .timeline__inner {
    width: 119px;
    height: 100%;
    position: relative;
    padding: 0 10px;
    background-color: #fff;
    transform-origin: 50% 50%;
    border-left: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    will-change: transform; }
  .timeline__date {
    font-family: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.19px;
    text-align: center;
    margin-bottom: 23px;
    will-change: transform;
    position: relative;
    left: 7%; }
  .timeline__title {
    font-family: Bold;
    position: absolute;
    top: 100%;
    left: 8%;
    font-size: 30px;
    height: 119px;
    transform-origin: 0 0;
    transform: rotate(-90deg); }
  .timeline__title-wrap {
    line-height: 119px;
    white-space: nowrap;
    will-change: transform; }
  .timeline__description {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.16px;
    padding-bottom: 10px;
    z-index: 1;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
    transition: opacity .3s ease;
    will-change: transform, opacity; }
  .timeline__instructions {
    text-align: center;
    color: #B3B3B3;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.75px;
    display: flex;
    justify-content: center;
    margin: 20px 0 50px;
    display: none; }
    .timeline__instructions svg {
      display: block;
      height: 24px;
      margin: auto 16px auto 0; }
  .timeline .flickity-page-dots {
    display: flex;
    padding: 0 60px;
    position: static;
    margin: 60px auto 20px; }
    .timeline .flickity-page-dots .dot {
      width: 100%;
      height: 3px;
      border-radius: 0;
      margin: 0;
      background-color: #E6E6E6;
      opacity: 1;
      transition: background-color .3s ease; }
      .timeline .flickity-page-dots .dot.is-selected {
        background-color: #000; }

.is-selected.timeline__event + .timeline__event .timeline__inner {
  border-left: 0 none; }

.is-selected.timeline__event {
  transform: translate3d(8px, 0, 0) scale(1);
  perspective: 1000;
  z-index: 1; }

.is-selected .timeline__inner {
  z-index: 99;
  width: 120px;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6; }

.is-selected .timeline__description {
  opacity: 1; }

.is-selected .timeline__date {
  left: 0%; }

.is-selected .timeline__title {
  left: 0%; }

[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 60px;
  margin: 10px auto 50px; }
  [type='range']:focus {
    outline: 0; }
    [type='range']:focus::-webkit-slider-runnable-track {
      background: #f3f3f3; }
    [type='range']:focus::-ms-fill-lower {
      background: #E6E6E6; }
    [type='range']:focus::-ms-fill-upper {
      background: #f3f3f3; }
  [type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: #E6E6E6;
    border: 0px solid #cfd8dc;
    border-radius: 0px; }
    [type='range']::-webkit-slider-runnable-track div {
      transform: all .3s ease; }
  [type='range']::-webkit-slider-thumb {
    background: #000;
    border: 0px solid #eceff1;
    border-radius: 0px;
    height: 3px;
    width: 2.77%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-appearance: none;
    margin-top: 0px; }
  [type='range']::-moz-range-track {
    cursor: pointer;
    height: 3px;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: #E6E6E6;
    border: 0px solid #cfd8dc;
    border-radius: 0px; }
  [type='range']::-moz-range-thumb {
    background: #000;
    border: 0px solid #eceff1;
    border-radius: 0px;
    height: 3px;
    width: 2.77%;
    -moz-transition: all .1s ease;
    transition: all .1s ease; }
  [type='range']::-ms-track {
    cursor: pointer;
    height: 3px;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 1.5px 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    background: #d9d9d9;
    border: 0px solid #cfd8dc;
    border-radius: 0px; }
  [type='range']::-ms-fill-upper {
    background: #E6E6E6;
    border: 0px solid #cfd8dc;
    border-radius: 0px; }
  [type='range']::-ms-thumb {
    background: #000;
    border: 0px solid #eceff1;
    border-radius: 0px;
    height: 3px;
    width: 2.77%;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    margin-top: 0; }
  [type='range']:hover::-webkit-slider-thumb, [type='range']:active::-webkit-slider-thumb {
    height: 9px;
    margin-top: -3px; }
  [type='range']:hover::-moz-range-thumb, [type='range']:active::-moz-range-thumb {
    height: 9px; }
  [type='range']:hover::-ms-thumb, [type='range']:active::-ms-thumb {
    height: 9px; }

.rest-img-header,
.rest-anchors {
  display: none; }

.rest-detail-list {
  padding: 0 20px; }
  .rest-detail-list__col--2 {
    display: none; }

.restaurant {
  margin-bottom: 30px; }
  .restaurant:last-child {
    margin-bottom: 0; }
  .restaurant__cover {
    position: relative;
    margin-top: 10px;
    cursor: pointer; }
  .restaurant__img {
    width: 100%;
    height: auto;
    display: block; }
  .restaurant__title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 17px; }
  .restaurant__location {
    display: none; }
  .restaurant__text {
    display: none;
    margin-top: 30px; }
    .restaurant__text--visible {
      display: block; }
    .restaurant__text .wysiwyg {
      line-height: 22px;
      letter-spacing: 0.25px p, ul, ol;
        letter-spacing-margin-bottom: 22px; }
  .restaurant__actions {
    display: flex;
    padding-bottom: 20px; }
  .restaurant__action {
    width: 160px;
    margin: 0 auto 22px;
    border: 1px solid #000;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 9px 10px 7px;
    width: 50%; }
    .restaurant__action:nth-child(2) {
      border-left: 0 none; }

.rest-mob-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 1;
  transition: opacity .3s ease; }
  .rest-mob-header--hidden {
    opacity: 0; }
  .rest-mob-header__title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    will-change: opacity; }
  .rest-mob-header__location {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block; }

.car-img-header {
  margin-bottom: 40px; }
  .car-img-header__wrapper {
    width: 100%;
    padding-bottom: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-color: #000; }
  .car-img-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate3d(-50%, -50%, 0);
    -o-object-fit: cover;
       object-fit: cover; }
    .car-img-header video.contain {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
  .car-img-header__title {
    display: none; }

.search {
  padding: 0 20px;
  border-bottom: 1px solid #E6E6E6; }
  .search__form {
    padding: 12px 0 11px; }
  .search__field {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0 none;
    display: block;
    font-family: 'Reader';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.6px;
    text-align: center;
    -webkit-appearance: none; }
    .search__field::-webkit-input-placeholder {
      color: #000; }
    .search__field::-moz-placeholder {
      color: #000; }
    .search__field:-ms-input-placeholder {
      color: #000; }
    .search__field::-ms-input-placeholder {
      color: #000; }
    .search__field::placeholder {
      color: #000; }
    .search__field:focus::-webkit-input-placeholder {
      color: #fff; }
    .search__field:focus::-moz-placeholder {
      color: #fff; }
    .search__field:focus:-ms-input-placeholder {
      color: #fff; }
    .search__field:focus::-ms-input-placeholder {
      color: #fff; }
    .search__field:focus::placeholder {
      color: #fff; }

.categories-select {
  position: relative;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 10px;
  line-height: 35px;
  letter-spacing: 1.67px; }
  .categories-select__el {
    -webkit-appearance: none;
    font-family: 'Reader';
    color: #75613D;
    opacity: 0;
    position: absolute;
    border: 0 none;
    top: 0;
    left: 20px;
    right: 20px;
    display: block;
    line-height: 35px; }

.categories-list {
  display: none; }

.news-articles {
  padding: 0 20px; }

.news-snippet__cols-wrapper {
  margin-bottom: 22px;
  border-bottom: 1px solid #E6E6E6; }
  .news-snippet__cols-wrapper--insta {
    border-bottom: 0 none; }

.news-snippet .img-col {
  margin-bottom: 20px; }
  .news-snippet .img-col__img {
    width: 100%;
    display: block; }
  .news-snippet .img-col__link {
    display: block;
    position: relative; }
  .news-snippet .img-col__overlay {
    display: none; }

.news-snippet .text-col {
  max-width: 400px;
  margin: 0 auto; }
  .news-snippet .text-col__preheader {
    display: flex;
    margin-bottom: 7px; }
  .news-snippet .text-col__category, .news-snippet .text-col__date {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 10px; }
  .news-snippet .text-col__date--desktop {
    display: none; }
  .news-snippet .text-col__title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .news-snippet .text-col__button {
    width: 160px;
    margin: 0 auto 22px;
    border: 1px solid #000;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 9px 10px 7px; }
  .news-snippet .text-col__more {
    position: relative; }
    .news-snippet .text-col__more:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #000; }

.news-snippet:last-child .news-snippet__cols-wrapper {
  border-bottom: 0 none;
  margin-bottom: 0; }

.insta-gal {
  margin-bottom: 24px;
  margin-top: 44px;
  border-bottom: 1px solid #E6E6E6; }
  .insta-gal__gallery:after {
    content: 'flickity';
    display: none; }
  .insta-gal__slide {
    width: 100%; }
  .insta-gal__img {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .insta-gal__img-link {
      display: block;
      position: relative; }
  .insta-gal__overlay {
    display: none; }
  .insta-gal__title {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
  .insta-gal__copy {
    text-align: center;
    margin-bottom: 24px; }
  .insta-gal .flickity-page-dots {
    position: static;
    margin: 0px auto 24px; }
    .insta-gal .flickity-page-dots .dot {
      border: 1px solid #B3B3B3;
      opacity: 1;
      background-color: transparent; }
      .insta-gal .flickity-page-dots .dot.is-selected {
        background-color: #B3B3B3; }

.article-img-header {
  margin-bottom: 40px; }
  .article-img-header__wrapper {
    width: 100%;
    padding-bottom: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    .article-img-header__wrapper.has-video {
      padding-bottom: 0; }
  .article-img-header__img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 930px) {
      .article-img-header__img {
        max-width: 87.5%;
        margin: 0 auto; } }
.article-columns {
  padding: 0 20px; }
  .article-columns .article-carousel {
    margin: 10px 0 20px; }
    .article-columns .article-carousel:after {
      content: 'flickity';
      display: none; }
    .article-columns .article-carousel.no-slide:after {
      content: ''; }
    .article-columns .article-carousel__slide {
      width: 100%;
      margin-right: 20px; }
      .article-columns .article-carousel__slide img {
        display: block;
        width: 100%; }
    .article-columns .article-carousel .flickity-page-dots {
      bottom: 10px; }
      .article-columns .article-carousel .flickity-page-dots .dot {
        border: 1px solid #B3B3B3;
        opacity: 1;
        background-color: transparent;
        margin: 0 3px; }
        .article-columns .article-carousel .flickity-page-dots .dot.is-selected {
          background-color: #B3B3B3; }
  .article-columns .txt-col {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px; }
    .article-columns .txt-col__section {
      max-width: 400px;
      margin: 10px auto 0; }
    .article-columns .txt-col__meta {
      display: flex;
      justify-content: space-between;
      font-size: 10px;
      line-height: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 6px; }
    .article-columns .txt-col__title {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 1px;
      margin-bottom: 20px; }
    .article-columns .txt-col__button {
      width: 160px;
      margin: 0 auto 22px;
      border: 1px solid #000;
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 1.67px;
      text-transform: uppercase;
      display: block;
      text-align: center;
      padding: 9px 10px 7px; }
  .article-columns .share-col {
    display: none; }

.related-stories {
  padding: 0 20px; }
  .related-stories__title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px; }
  .related-stories .related-gal {
    border-bottom: 1px solid #E6E6E6; }
    .related-stories .related-gal__gallery:after {
      content: 'flickity';
      display: none; }
    .related-stories .related-gal__slide {
      width: 100%;
      margin-right: 20px; }
    .related-stories .related-gal__img-link {
      display: block; }
    .related-stories .related-gal__img {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    .related-stories .related-gal__overlay {
      display: none; }
    .related-stories .related-gal__category {
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 1.43px;
      text-transform: uppercase;
      max-width: 400px;
      margin: 0 auto; }
    .related-stories .related-gal__title {
      font-size: 18px;
      line-height: 23px;
      max-width: 400px;
      margin: 0 auto 14px; }
    .related-stories .related-gal__copy {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.19px;
      max-width: 400px;
      margin: 0 auto 18px; }
    .related-stories .related-gal__more {
      position: relative; }
      .related-stories .related-gal__more:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #000; }
    .related-stories .related-gal .flickity-page-dots {
      position: static;
      margin: 0 auto 24px; }
      .related-stories .related-gal .flickity-page-dots .dot {
        border: 1px solid #B3B3B3;
        opacity: 1;
        background-color: transparent;
        margin: 0 3px; }
        .related-stories .related-gal .flickity-page-dots .dot.is-selected {
          background-color: #B3B3B3; }

.galleries {
  padding-top: 10px; }

.gallery {
  margin-bottom: 37px; }
  .gallery:last-child {
    margin-bottom: 0; }
  .gallery__wrapper {
    margin-bottom: 17px; }
    .gallery__wrapper--landscape {
      padding: 0 20px; }
  .gallery__cover {
    display: block;
    width: 100%; }
  .gallery__overlay {
    display: none; }
  .gallery__title {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding: 0 20px;
    text-align: center; }

.gallery-carousel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #E6E6E6;
  transition: opacity .5s ease; }
  .gallery-carousel.hide {
    opacity: 0; }
  .gallery-carousel__slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    margin-right: 20px; }
    .gallery-carousel__slide.double--border {
      padding: 0 20px; }
  .gallery-carousel__image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .gallery-carousel__image.has-video iframe {
      min-height: 100%; }
  .gallery-carousel .flickity-prev-next-button {
    display: none; }

.gallery-carousel__close {
  display: block;
  position: fixed;
  width: 44px;
  height: 44px;
  padding: 14px;
  top: 7px;
  left: 50%;
  margin-left: -22px;
  z-index: 11; }
  .gallery-carousel__close svg {
    width: 16px;
    height: 16px;
    display: block; }

.contact-columns {
  padding: 30px 20px 0;
  border-bottom: 1px solid #E6E6E6; }
  .contact-columns__col--2 {
    display: none; }

.contact-section {
  margin: 0 auto 44px; }
  .contact-section__wrapper {
    max-width: 400px;
    margin: 0 auto; }
  .contact-section__title {
    font-family: 'Bold';
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 22px; }

.trigger {
  transition: color .3s ease;
  text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .trigger:hover {
      cursor: pointer;
      color: #DBD5CD; } }
.restaurant-contacts {
  padding: 0 20px; }
  .restaurant-contacts__restaurant {
    margin-top: 38px;
    text-align: center;
    padding-bottom: 38px;
    border-bottom: 1px solid #E6E6E6; }
  .restaurant-contacts__logo {
    margin-bottom: 26px; }
    .restaurant-contacts__logo svg {
      display: block;
      margin: 0 auto; }
  .restaurant-contacts__link {
    display: block;
    color: #000; }
  .restaurant-contacts__address {
    margin-bottom: 23px; }
  .restaurant-contacts__action {
    width: 160px;
    margin: 0 auto 22px;
    border: 1px solid #000;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 9px 10px 7px; }

.footer {
  text-align: center;
  margin-top: 49px; }
  .footer__wrapper--logo {
    padding-bottom: 9px;
    border-bottom: 1px solid #E6E6E6; }
  .footer__wrapper--meta {
    border-top: 1px solid #E6E6E6; }
  .footer__wrapper--newsletter {
    padding: 19px 20px 30px;
    position: relative;
    overflow: hidden; }
    .footer__wrapper--newsletter.error .footer__newsletter-input {
      border-bottom-color: red; }
    .footer__wrapper--newsletter.success .footer__newsletter {
      opacity: 0; }
    .footer__wrapper--newsletter.success .footer__newsletter-message {
      transform: translateX(0%);
      opacity: 1; }
  .footer__logo {
    display: block;
    width: 32px;
    height: 36px;
    margin: 0 auto; }
    .footer__logo svg {
      display: block;
      width: 100%;
      height: 100%; }
  .footer__newsletter {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.25px;
    opacity: 1;
    transition: opacity .3s ease;
    will-change: opacity; }
    .footer__newsletter-input, .footer__newsletter-submit {
      font-family: 'Reader';
      font-size: 12px;
      border: 0 none;
      padding: 0;
      color: #B3B3B3;
      border-radius: 0; }
    .footer__newsletter-input {
      display: block;
      line-height: 18px;
      text-align: center;
      min-width: 160px;
      margin: 8px auto;
      border-bottom: 1px solid #B3B3B3; }
      .footer__newsletter-input::-webkit-input-placeholder {
        color: #B3B3B3;
        -webkit-transition: color .1s ease;
        transition: color .1s ease; }
      .footer__newsletter-input::-moz-placeholder {
        color: #B3B3B3;
        -moz-transition: color .1s ease;
        transition: color .1s ease; }
      .footer__newsletter-input:-ms-input-placeholder {
        color: #B3B3B3;
        -ms-transition: color .1s ease;
        transition: color .1s ease; }
      .footer__newsletter-input::-ms-input-placeholder {
        color: #B3B3B3;
        -ms-transition: color .1s ease;
        transition: color .1s ease; }
      .footer__newsletter-input::placeholder {
        color: #B3B3B3;
        transition: color .1s ease; }
      .footer__newsletter-input:focus::-webkit-input-placeholder {
        color: #fff; }
      .footer__newsletter-input:focus::-moz-placeholder {
        color: #fff; }
      .footer__newsletter-input:focus:-ms-input-placeholder {
        color: #fff; }
      .footer__newsletter-input:focus::-ms-input-placeholder {
        color: #fff; }
      .footer__newsletter-input:focus::placeholder {
        color: #fff; }
    .footer__newsletter-submit {
      line-height: 14px;
      background: transparent; }
    .footer__newsletter-message {
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity .3s ease;
      transform: translateX(-100%);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 19px 20px 30px;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.25px;
      will-change: opacity; }
  .footer__socks {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px 13px;
    display: flex;
    justify-content: space-between; }
    .footer__socks-item {
      padding: 0 6px; }
  .footer__meta {
    margin: 0;
    padding: 13px 20px 11px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.25px;
    display: flex;
    justify-content: center; }
    .footer__meta-item {
      padding: 0 9px; }
      .footer__meta-item--up {
        display: none; }

.fourohfour {
  padding: 30px 20px; }
  .fourohfour__txt, .fourohfour__img {
    margin: 0 auto 30px;
    max-width: 400px; }
  .fourohfour__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center; }
    .fourohfour__title--sub {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px;
      display: block;
      margin: 8px 0 17px; }
  .fourohfour__img img {
    width: 100%; }

.feat-vouchers {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #E6E6E6; }
  @media only screen and (min-width: 768px) {
    .feat-vouchers {
      padding-bottom: 132px; } }
  .feat-vouchers__voucher {
    position: relative;
    width: 46.875%; }
    .feat-vouchers__voucher:first-child {
      margin-top: 30px; }
      @media only screen and (min-width: 768px) {
        .feat-vouchers__voucher:first-child {
          width: 34.375%;
          margin-top: 80px;
          margin-left: 6.25%; } }
      .feat-vouchers__voucher:first-child .feat-vouchers__details,
      .feat-vouchers__voucher:first-child .feat-vouchers__info {
        padding-right: 0; }
    .feat-vouchers__voucher:last-child {
      margin-top: 113px; }
      @media only screen and (min-width: 768px) {
        .feat-vouchers__voucher:last-child {
          width: 28.125%;
          margin-top: 309px;
          margin-right: 9.375%; } }
      .feat-vouchers__voucher:last-child .feat-vouchers__details,
      .feat-vouchers__voucher:last-child .feat-vouchers__info {
        padding-left: 0; }
  .feat-vouchers__img-link {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 930px) {
      .feat-vouchers__img-link {
        position: relative; }
        .feat-vouchers__img-link:hover .voucher-cats__overlay {
          opacity: 1; }
        .feat-vouchers__img-link:hover .img-overlay__loc {
          opacity: 1;
          transition: opacity .5s ease .1s; }
        .feat-vouchers__img-link:hover .img-overlay__view {
          transform: translate3d(0, 0, 0);
          opacity: 1;
          transition: all .3s ease .2s; } }
  .feat-vouchers__img {
    display: block;
    width: 100%; }
  .feat-vouchers__overlay {
    display: none; }
    @media only screen and (min-width: 930px) {
      .feat-vouchers__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: opacity .3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        will-change: opacity; } }
    .feat-vouchers__overlay .img-overlay__view {
      position: absolute;
      bottom: 11px;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 1.2px; }
  .feat-vouchers__type {
    display: none; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__type {
        display: block;
        position: absolute;
        bottom: 100%;
        left: calc(100% + 24px);
        white-space: nowrap;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2px; } }
  .feat-vouchers__details {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: #B3B3B3;
    margin-top: 10px;
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__details {
        display: flex;
        justify-content: space-between;
        padding: 0;
        font-size: 12px;
        line-height: 14px;
        margin-top: 18px; } }
  .feat-vouchers__loc {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__loc {
        padding-right: 30px; } }
  .feat-vouchers__ppl--dsk {
    display: none; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__ppl--dsk {
        display: inline-block; } }
  .feat-vouchers__info {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__info {
        padding: 0;
        font-size: 20px;
        line-height: 24px;
        margin-top: 25px; } }
  .feat-vouchers__title {
    letter-spacing: 0.75px;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__title {
        display: inline-block;
        letter-spacing: 1px;
        padding-right: 30px;
        width: auto;
        max-width: 75%; } }
  .feat-vouchers__price {
    text-align: right;
    margin-top: 10px;
    display: block;
    max-width: 50%; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__price {
        margin-top: 0;
        max-width: 75%; } }
  .feat-vouchers__ppl--mbl {
    margin-top: 10px;
    display: block;
    min-width: 1%;
    max-width: 50%;
    font-size: 12px;
    color: #B3B3B3; }
    @media only screen and (min-width: 768px) {
      .feat-vouchers__ppl--mbl {
        display: none; } }
.feat-products {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .feat-products {
      padding-bottom: 132px; } }
  .feat-products__product {
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .feat-products__product {
        width: 68.75%;
        margin: 0 auto; } }
  .feat-products__img-link {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 930px) {
      .feat-products__img-link {
        position: relative; }
        .feat-products__img-link:hover .voucher-cats__overlay {
          opacity: 1; }
        .feat-products__img-link:hover .img-overlay__loc {
          opacity: 1;
          transition: opacity .5s ease .1s; }
        .feat-products__img-link:hover .img-overlay__view {
          transform: translate3d(0, 0, 0);
          opacity: 1;
          transition: all .3s ease .2s; } }
  .feat-products__img {
    display: block;
    width: 100%; }
  .feat-products__overlay {
    display: none; }
    @media only screen and (min-width: 930px) {
      .feat-products__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: opacity .3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        will-change: opacity; } }
    .feat-products__overlay .img-overlay__view {
      position: absolute;
      bottom: 11px;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 1.2px; }
  .feat-products__type {
    display: none; }
    @media only screen and (min-width: 768px) {
      .feat-products__type {
        display: block;
        position: absolute;
        bottom: 100%;
        left: calc(100% + 24px);
        white-space: nowrap;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2px; } }
  .feat-products__details {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: #B3B3B3;
    margin-top: 10px;
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .feat-products__details {
        display: flex;
        justify-content: space-between;
        padding: 0;
        font-size: 12px;
        line-height: 14px;
        margin-top: 18px; } }
  .feat-products__info {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .feat-products__info {
        width: 50%;
        padding: 0;
        font-size: 20px;
        line-height: 24px;
        margin-top: 25px;
        margin-left: 50%; } }
  .feat-products__title {
    letter-spacing: 0.75px; }
    @media only screen and (min-width: 768px) {
      .feat-products__title {
        display: inline-block;
        letter-spacing: 1px;
        padding-right: 30px;
        width: auto;
        max-width: 75%; } }
  .feat-products__price {
    text-align: right;
    display: block;
    max-width: 50%; }
    @media only screen and (min-width: 768px) {
      .feat-products__price {
        margin-top: 0;
        max-width: 75%; } }
.shop-nav {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 9px 20px 8px;
  font-size: 10px;
  letter-spacing: 1.67px;
  line-height: 13px;
  text-transform: uppercase;
  color: #DBD5CD;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (min-width: 930px) {
    .shop-nav {
      top: 80px;
      padding: 20px 40px; } }
  .shop-nav__filter {
    display: flex;
    align-items: center; }
    .shop-nav__filter:first-child {
      padding-right: 20px; }
    .shop-nav__filter:last-child {
      display: none; }
      @media only screen and (min-width: 930px) {
        .shop-nav__filter:last-child {
          display: block;
          text-align: right; } }
  .shop-nav__jump-list--cat {
    display: none; }
  @media only screen and (min-width: 930px) {
    .shop-nav__jump-list {
      margin: 0; }
      .shop-nav__jump-list--cat {
        display: flex; } }
  @media only screen and (min-width: 768px) {
    .shop-nav__link {
      position: relative; }
      .shop-nav__link:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        border-bottom: 1px solid;
        opacity: 0;
        transform: scale(0.9);
        transition: all 0.3s ease; }
      .shop-nav__link:hover:after, .shop-nav__link.selected:after {
        opacity: 1;
        transform: scale(1); } }
  .shop-nav__jump-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0 none;
    font-size: 10px;
    letter-spacing: 1.67px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000;
    background-color: transparent; }
    @media only screen and (min-width: 930px) {
      .shop-nav__jump-select--cat {
        display: none; } }
  .shop-nav li {
    display: inline;
    margin: 0;
    margin-left: 30px; }

.shop-filter {
  border-bottom: 1px solid #E6E6E6;
  background-color: rgba(230, 230, 230, 0.25);
  padding: 20px;
  margin-bottom: 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .shop-filter {
      padding: 40px;
      margin-bottom: 110px; } }
  @media only screen and (min-width: 768px) {
    .shop-filter__filters {
      display: flex;
      justify-content: center; } }
  .shop-filter__select-wrap {
    position: relative;
    max-width: 233px;
    margin: 19px auto;
    border: 1px solid #DBD5CD; }
    @media only screen and (min-width: 768px) {
      .shop-filter__select-wrap {
        margin: 19px 40px;
        transition: border .3s ease; }
        .shop-filter__select-wrap:first-child {
          margin-left: auto; }
        .shop-filter__select-wrap:last-child {
          margin-right: auto; }
        .shop-filter__select-wrap:hover {
          border: 1px solid #B3B3B3; } }
  .shop-filter__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; }
    .shop-filter__label svg {
      display: block;
      margin: 0 0 3px 10px; }
  .shop-filter__selector {
    opacity: 0;
    display: block;
    width: 100%;
    border: 0 none;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 46px;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .shop-filter__selector {
        width: 240px; } }
.voucher-cats {
  padding: 0 10px; }
  .voucher-cats.product {
    border-top: 1px solid #E6E6E6; }
  @media only screen and (min-width: 930px) {
    .voucher-cats {
      padding: 0 20px; } }
  .voucher-cats__category {
    display: flex;
    flex-wrap: wrap; }
  .voucher-cats__cat-title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.12px; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__cat-title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 2px; } }
  .voucher-cats__voucher {
    width: 50%;
    padding: 0 10px; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__voucher {
        width: 33.332%;
        padding: 0 20px; } }
  .voucher-cats__img-link {
    display: block; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__img-link {
        position: relative; }
        .voucher-cats__img-link:hover .voucher-cats__overlay {
          opacity: 1; }
        .voucher-cats__img-link:hover .img-overlay__loc {
          opacity: 1;
          transition: opacity .5s ease .1s; }
        .voucher-cats__img-link:hover .img-overlay__view {
          transform: translate3d(0, 0, 0);
          opacity: 1;
          transition: all .3s ease .2s; } }
  .voucher-cats__img {
    display: block;
    width: 100%; }
  .voucher-cats__overlay {
    display: none; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: opacity .3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        will-change: opacity; } }
    .voucher-cats__overlay .img-overlay__loc {
      opacity: 0;
      transition: opacity .3s ease 0s; }
    .voucher-cats__overlay .img-overlay__view {
      position: absolute;
      bottom: 11px;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 1.2px;
      opacity: 0;
      transform: translate3d(0, 20px, 0);
      transition: all .3s ease 0s; }
  .voucher-cats__details {
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin-top: 10px;
    color: #9B9B9B; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__details {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        line-height: 14px;
        margin-top: 17px; } }
  .voucher-cats__loc {
    text-transform: uppercase;
    letter-spacing: 1.67px; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__loc {
        letter-spacing: 2px; } }
  .voucher-cats__ppl {
    display: none; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__ppl {
        display: inline-block;
        letter-spacing: auto; } }
  .voucher-cats__ppl--dsk {
    display: none; }
    @media only screen and (min-width: 768px) {
      .voucher-cats__ppl--dsk {
        display: inline-block; } }
  .voucher-cats__ppl--mbl {
    margin-top: 10px;
    display: block;
    min-width: 1%;
    max-width: 50%;
    font-size: 12px;
    color: #B3B3B3; }
    @media only screen and (min-width: 768px) {
      .voucher-cats__ppl--mbl {
        display: none; } }
  .voucher-cats__info {
    display: block;
    font-size: 13px;
    letter-spacing: 0.75px;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__info {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 24px;
        margin: 23px 0 80px; } }
  .voucher-cats__title {
    display: block;
    margin-top: 10px;
    width: 100%;
    font-size: 18px; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__title {
        font-size: 20px;
        display: inline-block;
        padding-right: 30px;
        margin-top: 0;
        width: auto;
        max-width: 75%; } }
  .voucher-cats__price {
    display: block;
    margin-top: 10px;
    margin-bottom: 22px;
    text-align: right; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__price {
        display: inline-block;
        margin-top: 0; } }
  .voucher-cats__from {
    font-size: 12px;
    letter-spacing: 0; }
  .voucher-cats__cat-title {
    text-align: center;
    margin: 0 0 30px; }
    .product .voucher-cats__cat-title {
      margin: 30px 0; }
    @media only screen and (min-width: 930px) {
      .voucher-cats__cat-title {
        margin: 0 0 70px; }
        .product .voucher-cats__cat-title {
          margin: 70px 0; } }
.voucher-img-header {
  display: none; }
  @media only screen and (min-width: 930px) {
    .voucher-img-header {
      display: block;
      margin-bottom: 80px; } }
  .voucher-img-header__wrapper {
    width: 100%;
    padding-bottom: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 930px) {
      .voucher-img-header__wrapper {
        padding-bottom: 0;
        height: calc(100vh - 80px); } }
    .voucher-img-header__wrapper.has-video {
      padding-bottom: 0; }
      @media only screen and (min-width: 930px) {
        .voucher-img-header__wrapper.has-video {
          height: auto; } }
  .voucher-img-header__img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 930px) {
      .voucher-img-header__img {
        max-width: 87.5%;
        margin: 0 auto; } }
  @media only screen and (min-width: 930px) {
    .voucher-img-header__title {
      display: block;
      font-size: 100px;
      line-height: 110px;
      letter-spacing: 3px;
      color: #fff;
      z-index: 1; } }
.voucher {
  padding: 0 20px; }
  @media only screen and (min-width: 930px) {
    .voucher {
      position: relative;
      padding: 0;
      display: flex;
      margin-top: 40px;
      margin-bottom: 38px;
      padding-bottom: 80px;
      border-bottom: 1px solid #E6E6E6; } }
  .voucher .article-carousel {
    margin: 10px 0 20px; }
    @media only screen and (min-width: 930px) {
      .voucher .article-carousel {
        margin: 0; } }
    .voucher .article-carousel:after {
      content: 'flickity';
      display: none; }
      @media only screen and (min-width: 930px) {
        .voucher .article-carousel:after {
          content: ''; } }
    .voucher .article-carousel.no-slide:after {
      content: ''; }
    .voucher .article-carousel__slide {
      width: 100%;
      margin-right: 20px; }
      .voucher .article-carousel__slide picture {
        display: block; }
      .voucher .article-carousel__slide img {
        display: block;
        width: 100%; }
      @media only screen and (min-width: 930px) {
        .voucher .article-carousel__slide--mbl {
          display: none; } }
    .voucher .article-carousel .flickity-page-dots {
      bottom: 10px; }
      .voucher .article-carousel .flickity-page-dots .dot {
        border: 1px solid #B3B3B3;
        opacity: 1;
        background-color: transparent;
        margin: 0 3px; }
        .voucher .article-carousel .flickity-page-dots .dot.is-selected {
          background-color: #B3B3B3; }
  .voucher .txt-col {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px; }
    @media only screen and (min-width: 930px) {
      .voucher .txt-col {
        width: 31.25%;
        margin-left: 6.25%;
        margin-right: 9.375%;
        border-bottom: 0 none; } }
    .voucher .txt-col__section {
      max-width: 400px;
      margin: 10px auto 0; }
    .voucher .txt-col__meta {
      display: flex;
      justify-content: space-between;
      font-size: 10px;
      line-height: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 6px;
      color: #B3B3B3; }
      @media only screen and (min-width: 930px) {
        .voucher .txt-col__meta {
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 1.71px;
          margin-bottom: 20px; } }
    .voucher .txt-col__title {
      font-size: 18px;
      line-height: 16px;
      letter-spacing: 1px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 930px) {
        .voucher .txt-col__title {
          font-size: 25px;
          line-height: 30px;
          margin-bottom: 1.56px; } }
    .voucher .txt-col__details {
      display: flex;
      justify-content: space-between;
      padding: 17px 0 12px;
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6;
      margin-bottom: 29px; }
    .voucher .txt-col__ppl {
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 1px;
      color: #9B9B9B; }
    .voucher .txt-col__price {
      font-size: 13px;
      line-height: 25px;
      letter-spacing: 1px; }
      @media only screen and (min-width: 930px) {
        .voucher .txt-col__price {
          font-size: 20px; } }
    .voucher .txt-col__from {
      font-size: 10px;
      line-height: 25px;
      letter-spacing: 1px;
      vertical-align: bottom; }
      @media only screen and (min-width: 930px) {
        .voucher .txt-col__from {
          font-size: 12px; } }
    .voucher .txt-col__button {
      width: 160px;
      margin: 0 auto 22px;
      border: 1px solid #000;
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 1.67px;
      text-transform: uppercase;
      display: block;
      text-align: center;
      padding: 9px 10px 7px; }
      @media only screen and (min-width: 930px) {
        .voucher .txt-col__button {
          width: 50%;
          margin-left: 0;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 2px;
          transition: all .3s ease; }
          .voucher .txt-col__button:hover {
            background-color: #000;
            color: #fff; }
          .voucher .txt-col__button:last-child {
            margin-bottom: 0; } }
  @media only screen and (min-width: 930px) {
    .voucher .img-col {
      display: block;
      width: 40.625%;
      margin-left: 6.25%;
      margin-right: 6.25%; }
      .voucher .img-col__wrapper {
        margin-bottom: 40px; }
      .voucher .img-col img {
        display: block;
        width: 100%; } }
  .voucher .share-col {
    display: none; }
  @media only screen and (min-width: 930px) {
    .voucher__purchase {
      margin-bottom: 50px;
      border-bottom: 1px solid #DBD5CD; } }
  .voucher__buy {
    display: block;
    width: 100%;
    background: #DBD5CD;
    border: 1px solid #DBD5CD;
    border-radius: 0;
    height: 46px;
    text-align: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 20px 0 29px;
    padding: 16px 10px 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .voucher__buy:active {
      color: #000; }
    .voucher__buy--dsk {
      display: none; }
      @media only screen and (min-width: 930px) {
        .voucher__buy--dsk {
          display: block; } }
    @media only screen and (min-width: 930px) {
      .voucher__buy {
        transition: background-color .3s ease; }
        .voucher__buy:hover, .voucher__buy:hover:enabled {
          background-color: #fff; } }
  .voucher__sticky-btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 10px 0 20px;
    border-top: 1px solid #E6E6E6;
    background-color: #fff; }
    @media only screen and (min-width: 930px) {
      .voucher__sticky-btn {
        display: none; } }
    .voucher__sticky-btn button {
      margin: 0; }
  .voucher__select-wrap {
    position: relative;
    margin: 29px 0 20px;
    border: 1px solid #DBD5CD; }
    @media only screen and (min-width: 768px) {
      .voucher__select-wrap {
        transition: all .3s ease; }
        .voucher__select-wrap:hover {
          border: 1px solid #B3B3B3;
          color: #B3B3B3;
          cursor: pointer; } }
  .voucher__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; }
    .voucher__label svg {
      display: block;
      margin: 0 0 3px 10px;
      flex-shrink: 0; }
  .voucher__selector {
    opacity: 0;
    display: block;
    width: 100%;
    border: 0 none;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 46px;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .voucher__selector:hover {
        cursor: pointer; } }
.product-accordion {
  border-top: 1px solid #DBD5CD;
  margin-top: 29px;
  margin-bottom: 60px; }
  .product-accordion__segment {
    border-bottom: 1px solid #DBD5CD;
    padding: 16px 0 13px; }
  .product-accordion__heading {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .product-accordion__heading:after {
      content: "+";
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
    @media only screen and (min-width: 768px) {
      .product-accordion__heading {
        cursor: pointer; } }
  .product-accordion__body {
    height: 0;
    opacity: 0;
    transition: all .3s ease;
    overflow: hidden;
    will-change: opacity; }
  .product-accordion__body-inner {
    padding-top: 19px; }
  .product-accordion input {
    display: none; }
    .product-accordion input:checked + .product-accordion__heading:after {
      content: "-"; }
    .product-accordion input:checked ~ .product-accordion__body {
      opacity: 1;
      transition: all .3s ease; }

.cart-overlay:before {
  opacity: 0;
  transition: opacity .3s ease;
  display: block;
  content: ""; }

.cart-overlay.visible:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 5;
  opacity: 0.85; }

.cart--mini {
  position: fixed;
  top: 0px;
  right: 0;
  width: 90%;
  max-width: 800px;
  height: 100%;
  background-color: #fff;
  z-index: 6;
  transition: transform .3s ease;
  transform: translate3d(100%, 0, 0);
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .cart--mini {
      width: 50%; } }
  .visible .cart--mini {
    transform: translate3d(0, 0, 0); }

.cart__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.cart__title {
  display: none; }

.cart__items {
  padding-top: 30px; }
  .cart--mini .cart__items {
    width: 100%;
    height: 100%;
    overflow: auto; }
  @media only screen and (min-width: 768px) {
    .cart__items {
      max-width: 960px;
      margin: 80px auto 0;
      padding: 0 40px; }
      .cart--mini .cart__items {
        margin: 0; } }
.cart__row {
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .cart__row {
      display: flex;
      justify-content: space-between;
      padding: 0;
      margin-top: 49px; } }
.cart__totals {
  border-top: 1px solid #E6E6E6; }

.cart__notes {
  text-align: center;
  padding: 21px 15px 19px; }
  @media only screen and (min-width: 768px) {
    .cart__notes {
      max-width: 720px;
      margin: 0 auto 27px;
      padding: 21px 40px 19px; }
      .cart--mini .cart__notes {
        max-width: 100%;
        margin: 0; } }
.cart__ctas {
  margin: 0 auto;
  padding: 0 15px; }
  .cart--mini .cart__ctas {
    padding: 0 15px 15px; }
  @media only screen and (min-width: 768px) {
    .cart__ctas {
      padding: 0 40px;
      margin: 0 auto 100px;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      max-width: 720px; }
      .cart--mini .cart__ctas {
        margin: 0 auto;
        max-width: 100%;
        padding: 0 40px 40px; } }
.cart__cta {
  border: 1px solid #DBD5CD;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  background-color: #DBD5CD; }
  .cart__cta:last-child {
    margin-bottom: 0; }
  .cart__cta--secondary {
    background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .cart__cta {
      margin-bottom: 0;
      display: inline-block;
      transition: background-color .3s ease; }
      .cart__cta:hover {
        background-color: #fff; }
      .cart__cta--secondary:hover {
        background-color: #DBD5CD; } }
.cart__cta-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 30px; }

.cart--mini .cart__footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 1; }

.cart-row {
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .cart-row {
      margin-bottom: 160px; }
      .cart--mini .cart-row {
        margin-bottom: 60px; }
        .cart--mini .cart-row:last-child {
          margin-bottom: 300px; } }
  .cart-row__img-wrap {
    display: none; }
    @media only screen and (min-width: 768px) {
      .cart-row__img-wrap {
        display: block;
        width: 42%;
        max-width: 360px; } }
  .cart-row__img {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 77.776%; }
  @media only screen and (min-width: 768px) {
    .cart-row__detail {
      width: 45.4%;
      max-width: 480px; } }
  .cart-row__type {
    font-size: 10px;
    letter-spacing: 1.67px;
    line-height: 13px;
    color: #B3B3B3;
    text-transform: uppercase;
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      .cart-row__type {
        margin-bottom: 18px; } }
  .cart-row__title {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .cart-row__title {
        font-size: 25px;
        letter-spacing: 1.56px;
        line-height: 30px;
        margin-bottom: 24px; } }
  .cart-row__ppl {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 20px; }
  .cart-row__detail {
    position: relative;
    padding-top: 2px; }
  .cart-row__table {
    border-top: 1px solid #E6E6E6; }
  .cart-row__row {
    padding: 17px 0 12px;
    border-bottom: 1px solid #E6E6E6;
    display: flex; }
  .cart-row__cell {
    width: 50%; }
    .cart-row__cell--dt {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 25px;
      text-transform: uppercase; }
    .cart-row__cell--dd {
      text-align: right;
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 25px; }
  .cart-row__quant-form {
    width: 100%; }
  .cart-row .field-number {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .cart-row .field-number label {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 25px;
      text-transform: uppercase; }
    .cart-row .field-number input {
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 25px;
      text-align: right;
      border: 0 none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0;
      max-width: 50%; }
      .cart-row .field-number input::-webkit-inner-spin-button {
        display: none; }
  .cart-row .field-notes textarea {
    width: 100%;
    height: 112px;
    border: 0 none;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    border: 1px solid #DBD5CD;
    padding: 16px; }
    .cart-row .field-notes textarea::-webkit-input-placeholder {
      text-transform: uppercase; }
    .cart-row .field-notes textarea::-moz-placeholder {
      text-transform: uppercase; }
    .cart-row .field-notes textarea:-ms-input-placeholder {
      text-transform: uppercase; }
    .cart-row .field-notes textarea::-ms-input-placeholder {
      text-transform: uppercase; }
    .cart-row .field-notes textarea::placeholder {
      text-transform: uppercase; }
  .cart-row .modal__overlay label {
    display: block;
    position: relative; }
  .cart-row .modal__overlay input[type=text] {
    width: 100%;
    border: 0 none;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    border: 1px solid #DBD5CD;
    padding: 16px;
    padding-right: 40px; }
    .cart-row .modal__overlay input[type=text]::-webkit-input-placeholder {
      text-transform: uppercase; }
    .cart-row .modal__overlay input[type=text]::-moz-placeholder {
      text-transform: uppercase; }
    .cart-row .modal__overlay input[type=text]:-ms-input-placeholder {
      text-transform: uppercase; }
    .cart-row .modal__overlay input[type=text]::-ms-input-placeholder {
      text-transform: uppercase; }
    .cart-row .modal__overlay input[type=text]::placeholder {
      text-transform: uppercase; }
  .cart-row .modal__overlay textarea {
    border-top: 0 none;
    border-bottom: 0 none;
    height: 82px;
    resize: none;
    padding-right: 40px; }
  .cart-row .modal__overlay .hidden {
    position: absolute;
    visibility: hidden; }
  .cart-row .modal__overlay .count {
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #DBD5CD; }
    .cart-row .modal__overlay .count.error {
      color: #D0021B; }
  .cart-row__remove {
    background-color: transparent;
    border: 0 none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0; }
    .cart-row__remove svg {
      display: block; }

.message-trigger {
  display: inline-block;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .message-trigger:hover {
      cursor: pointer; } }
.cart-totals__title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center;
  margin: 20px 0 38px; }
  @media only screen and (min-width: 768px) {
    .cart-totals__title {
      font-size: 32px;
      letter-spacing: 2px;
      line-height: 38px;
      margin: 60px 0 77px; } }
.cart-totals__block {
  padding: 0 15px; }
  .cart--mini .cart-totals__block {
    padding: 15px 15px 0; }
  @media only screen and (min-width: 768px) {
    .cart-totals__block {
      max-width: 720px;
      margin: 80px auto 0;
      padding: 0 40px; }
      .cart--mini .cart-totals__block {
        margin: 0;
        padding: 40px 40px 0;
        max-width: 100%; } }
.cart-totals__table {
  border-top: 1px solid #E6E6E6; }

.cart-totals__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding: 21px 0 19px; }

.cart-totals__cell--dt {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase; }

.cart-totals__cell--dd {
  text-align: right;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px; }

@media only screen and (min-width: 768px) {
  .checkout {
    padding: 0 40px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0; } }

.checkout__row {
  width: 100%; }

.checkout__title {
  margin: 32px 0 18px;
  font-size: 18px;
  letter-spacing: 1.12px;
  line-height: 23px;
  text-align: center;
  padding: 0 15px; }
  @media only screen and (min-width: 768px) {
    .checkout__title {
      margin: 40px 0 32px;
      font-size: 32px;
      letter-spacing: 2px;
      line-height: 38px; } }
.checkout__subtitle {
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #9B9B9B; }
  @media only screen and (min-width: 768px) {
    .checkout__subtitle {
      font-size: 16px;
      line-height: 20px; } }
.checkout__block {
  border-bottom: 1px solid #B3B3B3; }
  @media only screen and (min-width: 768px) {
    .checkout__block {
      padding-bottom: 25px; } }
  .checkout__block + .checkout__block {
    margin-top: 18px; }
    @media only screen and (min-width: 768px) {
      .checkout__block + .checkout__block {
        margin-top: 43px; } }
.checkout__block-title {
  font-size: 18px;
  letter-spacing: 1.12px;
  line-height: 25px;
  margin-bottom: 34px; }
  @media only screen and (min-width: 768px) {
    .checkout__block-title {
      font-size: 25px;
      letter-spacing: 1.56px;
      line-height: 30px;
      margin-bottom: 20px; } }
.checkout__fieldset {
  margin: 0 auto 18px;
  padding: 0 15px 10px;
  width: 100%;
  max-width: 480px; }
  @media only screen and (min-width: 768px) {
    .checkout__fieldset {
      padding: 0; } }
.checkout__fieldset-row {
  display: flex;
  justify-content: flex-start; }
  .checkout__fieldset-row .field {
    margin-right: 40px; }
  .checkout__fieldset-row > .card-logos {
    display: none; }
    @media only screen and (min-width: 768px) {
      .checkout__fieldset-row > .card-logos {
        display: block;
        margin-left: auto;
        margin: auto 0 auto auto;
        width: 120px;
        height: 33px; } }
.checkout .field {
  margin-bottom: 30px; }
  .checkout .field.small-field {
    max-width: 120px; }
  .checkout .field__description {
    width: 66%;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 18px 0; }
  .checkout .field .error {
    color: #cd1e2a;
    padding-top: 6px;
    display: block; }

.checkout .field-text {
  width: 100%; }
  .checkout .field-text label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 6px; }
    .checkout .field-text label .card-logos {
      display: block;
      height: 20px;
      float: right;
      position: relative;
      top: -6px; }
      @media only screen and (min-width: 768px) {
        .checkout .field-text label .card-logos {
          display: none; } }
  .checkout .field-text input {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 25px;
    border: 0 none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    padding: 14px 20px 11px;
    border: 1px solid #DBD5CD;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .checkout .field-text input {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 25px; } }
  .checkout .field-text.auto-search input::-webkit-input-placeholder {
    font-size: 12px; }
  .checkout .field-text.auto-search input::-moz-placeholder {
    font-size: 12px; }
  .checkout .field-text.auto-search input:-ms-input-placeholder {
    font-size: 12px; }
  .checkout .field-text.auto-search input::-ms-input-placeholder {
    font-size: 12px; }
  .checkout .field-text.auto-search input::placeholder {
    font-size: 12px; }

.checkout .connected-fields {
  max-width: 120px; }
  .checkout .connected-fields__label {
    white-space: nowrap; }
  .checkout .connected-fields__fields {
    display: flex;
    text-align: center; }
    .checkout .connected-fields__fields label {
      display: none; }
    .checkout .connected-fields__fields input {
      width: 50%;
      text-align: center;
      padding: 14px 0 11px;
      border-radius: 0; }
      .checkout .connected-fields__fields input:first-of-type {
        width: 40%;
        border-right: 0 none;
        padding-left: 20px; }
        .checkout .connected-fields__fields input:first-of-type:after {
          content: "/1sda";
          display: block; }
      .checkout .connected-fields__fields input:last-of-type {
        width: 60%;
        border-left: 0 none;
        padding-right: 20px; }

.checkout .field-select label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 6px; }

.checkout .field-select select {
  display: block;
  width: 100%;
  border: 0 none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 25px;
  padding: 14px 20px 11px;
  border: 1px solid #DBD5CD; }
  @media only screen and (min-width: 768px) {
    .checkout .field-select select {
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 25px; }
      .checkout .field-select select > option.country {
        font-size: 16px; } }
.checkout .field-long-label {
  display: flex;
  margin-bottom: 0; }
  .checkout .field-long-label > label {
    width: 66%;
    margin-right: auto;
    padding-top: 6px; }
  .checkout .field-long-label label {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase; }
    .checkout .field-long-label label span {
      color: #D0021B; }
      @media only screen and (min-width: 768px) {
        .checkout .field-long-label label span:hover {
          cursor: pointer; } }
.checkout .radio {
  position: relative; }
  .checkout .radio label {
    padding-right: 30px;
    line-height: 25px;
    position: relative;
    display: inline-block; }
    .checkout .radio label:after {
      content: "";
      display: block;
      width: 25px;
      height: 25px;
      border: 1px solid #DBD5CD;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      box-sizing: border-box; }
  .checkout .radio input {
    position: absolute;
    top: 0;
    right: 6px;
    opacity: 0; }
    .checkout .radio input:checked + label:after {
      background-color: #DBD5CD; }
  .checkout .radio + .radio {
    margin-left: 13px; }

.checkout__ctas {
  max-width: 480px;
  margin: 80px auto 0;
  padding: 0 15px; }
  .checkout__ctas--pay {
    margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .checkout__ctas {
      padding: 0;
      margin: 80px auto 100px;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse; }
      .checkout__ctas--pay {
        flex-direction: column;
        margin-top: 20px; }
      .checkout__ctas--download {
        flex-direction: column; } }
.checkout__cta {
  border: 1px solid #DBD5CD;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .checkout__cta:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .checkout__cta {
      margin-bottom: 0;
      display: inline-block;
      min-width: 240px; }
      .checkout__cta--secondary {
        min-width: auto; } }
.checkout__cta-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0 none;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #DBD5CD; }
  .checkout__cta-link:active {
    color: #000; }
  .checkout__cta--secondary .checkout__cta-link {
    background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .checkout__cta-link {
      transition: background-color .3s ease; }
      .checkout__cta-link:hover:enabled {
        background-color: #fff; }
        .checkout__cta--secondary .checkout__cta-link:hover:enabled {
          background-color: #DBD5CD; } }
.checkout__safe {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 38px; }
  .checkout__safe svg {
    width: 10px;
    display: inline-block; }
  .checkout__safe span {
    border-bottom: 1px solid; }
    @media only screen and (min-width: 768px) {
      .checkout__safe span:hover {
        cursor: pointer; } }
.checkout .field-prefixed {
  position: relative; }

.checkout .field-prefix {
  position: absolute;
  padding: 14px 20px 11px; }
  .checkout .field-prefix + input {
    padding-left: 40px; }

.steps {
  display: flex;
  margin-bottom: 105px;
  max-width: 640px;
  margin: 0 auto 105px; }
  .steps__step {
    display: inline-block;
    width: 25%;
    text-align: center;
    background-color: #DBD5CD;
    padding-top: 3px;
    position: relative; }
    .steps__step--active {
      background-color: #4A4A4A; }
      .steps__step--active .steps__link {
        display: block;
        position: absolute;
        top: 11px;
        left: 0;
        width: 100%; }
  .steps__link {
    display: none;
    font-size: 10px;
    letter-spacing: 0.83px;
    line-height: 13px;
    text-transform: uppercase; }

.address-fieldset.hidden {
  display: none; }

.address-fieldset + .address-fieldset {
  margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    .address-fieldset + .address-fieldset {
      margin-top: 43px; } }
.checkout-totals {
  margin: 0 auto 18px;
  padding: 0 15px 10px;
  width: 100%;
  max-width: 480px; }
  @media only screen and (min-width: 768px) {
    .checkout-totals {
      padding: 0; } }
  .checkout-totals__title {
    font-size: 18px;
    letter-spacing: 1.12px;
    line-height: 25px;
    margin-bottom: 34px; }
    @media only screen and (min-width: 768px) {
      .checkout-totals__title {
        font-size: 25px;
        letter-spacing: 1.56px;
        line-height: 30px;
        margin-bottom: 20px; } }
  .checkout-totals__type {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #B3B3B3;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal; }
    @media only screen and (min-width: 768px) {
      .checkout-totals__type {
        margin: 0 0 5px; } }
  .checkout-totals__table {
    border-bottom: 1px solid #DBD5CD;
    margin-bottom: 31px; }
    @media only screen and (min-width: 768px) {
      .checkout-totals__table {
        margin-bottom: 28px; } }
    .checkout-totals__table:last-child {
      border: 0 none;
      margin-bottom: 0px; }
      .checkout-totals__table:last-child .checkout-totals__cell {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 23px; }
        @media only screen and (min-width: 768px) {
          .checkout-totals__table:last-child .checkout-totals__cell {
            font-size: 20px;
            line-height: 30px; }
            .checkout-totals__table:last-child .checkout-totals__cell:first-child {
              font-size: 25px;
              letter-spacing: 1.56px; } }
  .checkout-totals__row {
    display: flex;
    justify-content: space-between; }
  .checkout-totals__cell {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 10px;
    width: 100%; }
    .checkout-totals__cell:first-child {
      max-width: 66.6665%;
      padding-right: 10px; }
    .checkout-totals__cell:last-child {
      max-width: 33.3332%;
      letter-spacing: 0.8px;
      padding-left: 10px;
      text-align: right; }
    .checkout-totals__cell--colspan:first-child, .checkout-totals__cell--colspan:last-child {
      max-width: 100%;
      padding: 0;
      text-align: left; }
    @media only screen and (min-width: 768px) {
      .checkout-totals__cell {
        font-size: 20px;
        letter-spacing: 1.25px;
        line-height: 24px;
        margin-bottom: 14px; }
        .checkout-totals__cell:last-child {
          letter-spacing: 1px; } }
.address-confirmation {
  margin: -18px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 480px; }
  @media only screen and (min-width: 768px) {
    .address-confirmation {
      display: flex;
      padding: 0;
      margin: 0 auto 18px; } }
  .address-confirmation__address {
    border-bottom: 1px solid #DBD5CD;
    padding: 16px 0 13px; }
    .address-confirmation__address:last-child {
      border-bottom: 0 none; }
    @media only screen and (min-width: 768px) {
      .address-confirmation__address {
        width: 50%;
        border-bottom: 0 none;
        padding: 0; }
        .address-confirmation__address:first-child {
          padding-right: 20px;
          border-right: 1px solid #B3B3B3; }
        .address-confirmation__address:last-child {
          padding-left: 20px; } }
  .address-confirmation__title {
    font-weight: normal;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .address-confirmation__title:after {
      content: "+";
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
    @media only screen and (min-width: 768px) {
      .address-confirmation__title {
        font-size: 25px;
        letter-spacing: 1.56px;
        line-height: 30px;
        margin-bottom: 32px;
        text-transform: none; }
        .address-confirmation__title:after {
          display: inline;
          content: ":";
          position: relative; } }
  .address-confirmation .address-data {
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 16px;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .address-confirmation .address-data {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 22px; } }
  .address-confirmation__body {
    display: none; }
    @media only screen and (min-width: 768px) {
      .address-confirmation__body {
        display: block; } }
  .address-confirmation input {
    display: none; }
    .address-confirmation input:checked + .address-confirmation__title:after {
      content: "-"; }
      @media only screen and (min-width: 768px) {
        .address-confirmation input:checked + .address-confirmation__title:after {
          content: ":"; } }
    .address-confirmation input:checked ~ .address-confirmation__body {
      display: block;
      margin-top: 19px; }

.has-counties .field.field-state,
.has-counties .field.field-state select {
  display: none; }

.delivery-methods__method {
  border-bottom: 1px solid #B3B3B3; }
  .delivery-methods__method:last-child {
    border-bottom: 0 none; }

.modal {
  display: none; }

.modal.is-open {
  display: block; }

.message-pop .cart__cta {
  width: 100%;
  border-top: 0 none; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; }

.modal__container {
  background-color: #fff;
  width: 90%;
  max-width: 720px;
  max-height: 90vh;
  position: relative;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .modal__container {
      max-height: 80vh; } }
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1; }

.modal__title {
  font-size: 18px;
  letter-spacing: 1.12px;
  line-height: 23px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 38px 10px; }
  @media only screen and (min-width: 768px) {
    .modal__title {
      font-size: 35px;
      letter-spacing: 1.56px;
      line-height: 30px; } }
.modal__close {
  background: transparent;
  border: 0; }
  @media only screen and (min-width: 768px) {
    .modal__close {
      position: absolute;
      bottom: 100%;
      right: 0;
      padding: 0;
      margin-bottom: 20px; } }
.modal__header .modal__close:before {
  content: "\2715"; }
  @media only screen and (min-width: 768px) {
    .modal__header .modal__close:before {
      content: "Close";
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 14px;
      text-transform: uppercase;
      color: #fff; } }
.modal__content {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.modal__scroll {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 109px 10px 38px; }
  .message-pop .modal__scroll {
    padding: 38px 10px; }
  @media only screen and (min-width: 768px) {
    .modal__scroll {
      padding: 116px 10px 38px; }
      .message-pop .modal__scroll {
        padding: 38px 10px; } }
/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.plants {
  background-color: #EDEAE6; }
  @media only screen and (min-width: 768px) {
    .plants {
      padding: 0 20px; } }
  .plants__intro {
    padding: 0 20px;
    padding-bottom: 20px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center; }
    .plants__intro :link,
    .plants__intro :visited {
      border-bottom: 1px solid; }
  .plants__title {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    padding: 40px 0; }
    @media only screen and (min-width: 768px) {
      .plants__title {
        font-size: 42px;
        letter-spacing: 2px;
        line-height: 52px;
        padding: 70px 0 25px; } }
  .plants__plant {
    padding: 10px 0;
    border-top: 1px solid #979797; }
    @media only screen and (min-width: 768px) {
      .plants__plant {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0 100px; } }
@media only screen and (min-width: 768px) {
  .plant__img-block {
    width: 35%;
    padding-right: 40px;
    border-right: 1px solid #979797; } }

.plant__img-block img {
  width: 100%;
  display: block; }

@media only screen and (min-width: 768px) {
  .plant__carousel {
    display: none; } }

.plant__slide {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 0 0; }
  .plant__slide:first-child {
    padding-left: 50px;
    width: calc(100% - 20px); }
  .plant__slide:last-child {
    padding-right: 50px;
    width: calc(100% - 50px); }

.plant__img-wrap {
  display: none; }
  @media only screen and (min-width: 768px) {
    .plant__img-wrap {
      display: block;
      position: relative; }
      .plant__img-wrap:hover .plant__illustration {
        opacity: 0; }
      .plant__img-wrap:hover .plant__photo {
        opacity: 1; } }
@media only screen and (min-width: 768px) {
  .plant__img-place {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

@media only screen and (min-width: 768px) {
  .plant__illustration {
    opacity: 1;
    transition: opacity .3s ease; } }

@media only screen and (min-width: 768px) {
  .plant__photo {
    opacity: 0;
    transition: opacity .3s ease; } }

.plant__txt-block {
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .plant__txt-block {
      width: 65%;
      border-bottom: 0 none;
      padding: 0 0 0 40px;
      display: flex;
      flex-direction: column; } }
.plant__title {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 16px 0 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .plant__title {
      font-size: 42px;
      line-height: 52px;
      text-align: left;
      margin: 0 0 40px;
      padding: 0 0 0 40px; } }
.plant__latin {
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .plant__latin {
      font-size: 16px; } }
.plant__care {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .plant__care {
      text-align: left;
      transform-origin: 0;
      transform: rotate(-90deg) translateX(-100%);
      margin-bottom: 0;
      height: 0px;
      position: absolute;
      display: inline-block; } }
@media only screen and (min-width: 768px) {
  .plant__columns {
    display: flex; } }

@media only screen and (min-width: 768px) {
  .plant__column {
    margin-bottom: 40px;
    padding: 0 0 0 40px;
    margin-bottom: 18px; } }

.plant__col-title {
  font-family: 'Bold';
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px; }
  @media only screen and (min-width: 768px) {
    .plant__col-title {
      font-family: 'Reader';
      text-align: left;
      margin-bottom: 28px; } }
@media only screen and (min-width: 768px) {
  .dined {
    margin: auto 0 0 0; } }

.dined__title {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 25px; }
  @media only screen and (min-width: 768px) {
    .dined__title {
      text-align: left;
      padding-left: 40px;
      margin: 0 0 16px; } }
.dined__date {
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 25px 0 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .dined__date {
      text-align: left;
      padding-left: 40px;
      font-size: 32px;
      letter-spacing: 1px;
      line-height: 38px;
      margin-bottom: 0; } }
.careers-columns {
  padding: 0 20px; }
  @media only screen and (min-width: 1080px) {
    .careers-columns {
      padding: 0;
      display: flex;
      margin-top: 40px; }
      .careers-columns:before {
        content: "";
        width: 9.375%; }
      .careers-columns:after {
        content: "";
        width: 6.25%;
        margin-right: 0;
        margin-left: 0; } }
  .careers-columns .img-col {
    display: none; }
    @media only screen and (min-width: 1080px) {
      .careers-columns .img-col {
        display: block;
        width: 40.625%; }
        .careers-columns .img-col__wrapper {
          margin-bottom: 40px; }
        .careers-columns .img-col img {
          display: block;
          width: 100%; } }
  @media only screen and (min-width: 1080px) {
    .careers-columns .txt-col {
      width: 31.25%;
      margin-right: 0;
      margin-left: auto; } }
  .careers-columns .txt-col__title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1080px) {
      .careers-columns .txt-col__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 50px; } }
  .careers-columns .txt-col__section {
    margin: 0 auto 30px;
    max-width: 400px; }
    @media only screen and (min-width: 768px) {
      .careers-columns .txt-col__section {
        margin: 0 auto 60px; } }
  .careers-columns .txt-col__actions {
    padding: 0 20px; }
    @media only screen and (min-width: 1080px) {
      .careers-columns .txt-col__actions {
        padding: 0;
        margin-top: 70px; } }
  .careers-columns .txt-col__action {
    width: 160px;
    margin: 0 auto 22px;
    border: 1px solid #000;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 9px 10px 7px;
    width: 100%; }
    @media only screen and (min-width: 1080px) {
      .careers-columns .txt-col__action {
        width: 50%;
        margin-left: 0;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 2px;
        transition: all .3s ease; }
        .careers-columns .txt-col__action:hover {
          background-color: #000;
          color: #fff; }
        .careers-columns .txt-col__action:last-child {
          margin-bottom: 0; } }
.career-listings {
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .career-listings {
      padding: 0 20px; } }
  @media only screen and (min-width: 1080px) {
    .career-listings {
      padding: 0;
      display: flex;
      margin-top: 40px; }
      .career-listings:before {
        content: "";
        width: calc(9.375% - 20px); }
      .career-listings:after {
        content: "";
        width: calc(6.25% - 20px);
        margin-right: 0;
        margin-left: 0; } }
  .career-listings__columns {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .career-listings__columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    @media only screen and (min-width: 1080px) {
      .career-listings__columns {
        width: calc(84.375% + 40px); } }
  .career-listings__column {
    margin: 60px auto 30px;
    max-width: 400px; }
    @media only screen and (min-width: 768px) {
      .career-listings__column {
        width: 33.3332%;
        margin: 0;
        padding: 0 20px; } }
    @media only screen and (min-width: 1080px) {
      .career-listings__column {
        width: 25%; } }
    .career-listings__column h2 {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 1px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1080px) {
        .career-listings__column h2 {
          font-size: 32px;
          line-height: 38px;
          margin-bottom: 33px; } }
    .career-listings__column h3 {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.25px;
      margin: 19px 0;
      text-transform: uppercase; }
    .career-listings__column ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 40px; }
      @media only screen and (min-width: 1080px) {
        .career-listings__column ul {
          margin-bottom: 60px; } }
    .career-listings__column li {
      padding-left: 1.5em;
      position: relative; }
    .career-listings__column li:before {
      content: "→ ";
      position: absolute;
      left: 0; }
    .career-listings__column :link,
    .career-listings__column :visited {
      text-decoration: none;
      color: #000;
      transition: border-color .1s ease;
      outline: 0; }
      @media only screen and (min-width: 1080px) {
        .career-listings__column :link,
        .career-listings__column :visited {
          transition: color .3s ease; } }
      .career-listings__column :link:link,
      .career-listings__column :visited:link {
        outline: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      @media only screen and (min-width: 1080px) {
        .career-listings__column :link:hover, .career-listings__column :link:active,
        .career-listings__column :visited:hover,
        .career-listings__column :visited:active {
          color: #DBD5CD; } }
.job {
  padding: 0 20px; }
  @media only screen and (min-width: 930px) {
    .job {
      position: relative;
      padding: 0;
      display: flex;
      margin-top: 147px;
      margin-bottom: 38px;
      padding-bottom: 80px;
      border-bottom: 1px solid #E6E6E6; } }
  .job .img-col {
    display: none; }
    @media only screen and (min-width: 1080px) {
      .job .img-col {
        display: block;
        width: 46.875%;
        margin-left: 9.375%;
        margin-right: 6.25%;
        position: relative;
        padding-bottom: 70px; }
        .job .img-col.trg .img-col__wrapper:last-child {
          opacity: 1; }
        .job .img-col__fixer {
          top: 120px;
          right: 0;
          left: 0;
          height: calc( 100vh - 227px);
          transform: translate3d(0, 0, 0); }
        .job .img-col__wrapper {
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-position: center top;
          background-repeat: no-repeat;
          transition: opacity .3s ease;
          will-change: opacity; }
          .job .img-col__wrapper:last-child {
            opacity: 0; } }
  .job .txt-col {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px; }
    @media only screen and (min-width: 930px) {
      .job .txt-col {
        width: 31.25%;
        margin-left: 6.25%;
        margin-right: 6.25%;
        border-bottom: 0 none; } }
    .job .txt-col__header {
      max-width: 400px;
      margin: 10px auto 70px; }
    .job .txt-col__title {
      font-size: 18px;
      line-height: 16px;
      letter-spacing: 1px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 930px) {
        .job .txt-col__title {
          font-size: 25px;
          line-height: 30px;
          margin-bottom: 20px; } }
    .job .txt-col__sub {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      border-bottom: 1px solid #E6E6E6;
      padding: 20px 0 16px;
      display: flex;
      justify-content: space-between; }
      .job .txt-col__sub:first-of-type {
        border-top: 1px solid #E6E6E6; }
    .job .txt-col__section {
      margin: 0 auto 70px;
      max-width: 400px; }
    .job .txt-col__head {
      font-family: Bold;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1080px) {
        .job .txt-col__head {
          font-size: 14px;
          line-height: 22px; } }
  .job .wysiwyg p {
    margin-bottom: 25px; }
  .job .wysiwyg strong {
    font-family: Bold;
    -webkit-font-smoothing: antialiased; }
  .job .wysiwyg ul {
    list-style-type: disc;
    padding-left: 1em; }
  .job__sticky-btn {
    max-width: 400px;
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 10px 0 20px; }
    .job__sticky-btn button {
      margin: 0; }
  .job__apply {
    display: block;
    width: 100%;
    background: #DBD5CD;
    border: 1px solid #DBD5CD;
    border-radius: 0;
    height: 46px;
    text-align: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 20px 0 29px;
    padding: 16px 10px 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .job__apply:active {
      color: #000; }
    @media only screen and (min-width: 930px) {
      .job__apply {
        transition: background-color .3s ease; }
        .job__apply:hover, .job__apply:hover:enabled {
          background-color: #fff; } }
.application {
  padding: 50px 20px 170px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto; }
  @media only screen and (min-width: 1080px) {
    .application {
      padding: 150px 20px 0; } }
  .application__heading {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 38px;
    margin-bottom: 26px; }
  .application__subheading {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 18px 0;
    margin-bottom: 60px; }
  .application__complete {
    text-align: center; }

.field label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px; }

.field input {
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px;
  border: 1px solid #D8D8D8; }

.field.assets input {
  padding: 14px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px; }

.submit input {
  width: 100%;
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 20px;
  border: 1px solid #000;
  background: transparent;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 14px 12px;
  transition: background-color .3s ease, border-color .3s ease; }
  .submit input:hover {
    background-color: #DBD5CD;
    border-color: #DBD5CD; }

@media only screen and (min-width: 600px) {
  .overlay-nav__items {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 2px; } }

@media only screen and (min-width: 768px) {
  .wysiwyg a:link,
  .wysiwyg a:visited {
    transition: color .3s ease;
    text-decoration: underline; }
  .wysiwyg a:hover,
  .wysiwyg a:active {
    color: #DBD5CD; }
  .overlay-nav__bgs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .overlay-nav__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s linear; }
    .overlay-nav__bg--show-bg {
      opacity: 1; }
  .overlay-nav__wrapper {
    position: relative;
    z-index: 1; }
  .overlay-nav__link {
    opacity: 1;
    will-change: opacity;
    transition: opacity .3s linear; }
    .overlay-nav__link--show-bg {
      opacity: 0.3; }
      .overlay-nav__link--show-bg:hover {
        opacity: 1; }
  .rest-detail-list {
    padding: 0;
    display: flex; }
    .rest-detail-list__col {
      flex-grow: 1;
      width: 37.5%;
      margin: 0 3.125%; }
      .rest-detail-list__col--1 {
        margin-left: 9.375%; }
      .rest-detail-list__col--2 {
        margin-right: 9.375%;
        display: block; }
  .restaurant {
    margin-bottom: 110px; }
    .restaurant:last-child {
      margin-bottom: 110px; }
    .restaurant__cover {
      margin-top: 0;
      cursor: default; }
    .restaurant__title {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 1px;
      padding-left: 40px;
      max-width: 440px;
      margin: 0 auto 29px; }
    .restaurant__copy {
      position: relative;
      max-width: 440px;
      margin: 0 auto; }
    .restaurant__location {
      display: block;
      position: absolute;
      top: 2px;
      right: 100%;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      white-space: nowrap; }
    .restaurant__loc-wrapper {
      display: block;
      transform-origin: 100% 0;
      transform: rotate(-90deg); }
    .restaurant__text {
      display: block;
      margin-top: 37px; }
      .restaurant__text .wysiwyg {
        padding-left: 40px; }
    .restaurant__actions {
      justify-content: space-between;
      padding: 14px 0 0 40px; }
    .restaurant__action--link {
      width: 50%;
      margin-left: 0;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      transition: all .3s ease;
      width: auto;
      border: 0 none;
      margin: auto 0 auto auto;
      padding: 0 0 0 20px;
      text-align: right; }
      .restaurant__action--link:hover {
        background-color: #000;
        color: #fff; }
      .restaurant__action--link:last-child {
        margin-bottom: 0; }
      .restaurant__action--link:hover {
        background-color: transparent;
        color: #DBD5CD; }
    .restaurant__action--button {
      width: 50%;
      margin-left: 0;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      transition: all .3s ease;
      width: 160px;
      margin: auto auto auto 0; }
      .restaurant__action--button:hover {
        background-color: #000;
        color: #fff; }
      .restaurant__action--button:last-child {
        margin-bottom: 0; }
    .restaurant__action:last-child {
      margin-bottom: auto; }
  .rest-mob-header {
    display: none; }
  .galleries {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .gallery {
    margin-bottom: 104px; }
    .gallery:nth-last-child(2) {
      margin-bottom: 0; }
    .gallery--one {
      width: 40.625%;
      margin-left: 3.125%;
      margin-right: 6.25%; }
    .gallery--two {
      width: 40.625%;
      margin-left: 0;
      margin-right: 9.375%; }
    .gallery--three {
      width: 40.625%;
      margin-left: 0;
      margin-right: 9.375%; }
    .gallery--four {
      width: 40.625%;
      margin-left: 0;
      margin-right: 9.375%; }
    .gallery--five {
      width: 43.25%;
      margin-left: 3.125%;
      margin-right: 3.125%; }
    .gallery--six {
      width: 40.625%;
      margin-left: 6.25%;
      margin-right: 3.125%; }
    .gallery__wrapper {
      padding: 0;
      margin-bottom: 30px; }
    .gallery__title {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 2px; }
    .gallery__link--title {
      transition: color .3s ease; }
      .gallery__link--title:hover {
        color: #DBD5CD; }
    .gallery__wrapper {
      position: relative; }
    .gallery__overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: opacity .3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      will-change: opacity; }
    .gallery__link--image:hover .gallery__overlay {
      opacity: 1; }
  .gallery-carousel__slide {
    margin-right: 0; }
    .gallery-carousel__slide.double--full {
      width: 43.75%; }
    .gallery-carousel__slide.double--border {
      width: 56.26%;
      padding: 0;
      background-color: #fff;
      padding: 12.5%; }
  .gallery-carousel__image {
    background-size: cover; }
  .gallery-carousel .flickity-prev-next-button {
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    background: transparent; }
    .gallery-carousel .flickity-prev-next-button .arrow {
      fill: #E6E6E6;
      transition: fill .3s ease; }
    .gallery-carousel .flickity-prev-next-button:hover {
      background: transparent; }
      .gallery-carousel .flickity-prev-next-button:hover .arrow {
        fill: #000; }
    .gallery-carousel .flickity-prev-next-button svg {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .gallery-carousel .flickity-prev-next-button .no-svg {
      color: #E6E6E6; }
  .gallery-carousel__close {
    width: 44px;
    height: 44px;
    padding: 9px;
    top: 44px;
    color: #000;
    transition: color .3s ease; }
    .gallery-carousel__close svg {
      width: 26px;
      height: 26px;
      display: block; }
    .gallery-carousel__close:hover {
      color: #E6E6E6; }
    .gallery-carousel__close.light {
      color: #E6E6E6; }
      .gallery-carousel__close.light:hover {
        color: #000; }
  .contact-columns {
    margin: 0 auto;
    padding: 40px 0 0;
    display: flex; }
    .contact-columns__col {
      flex-grow: 1;
      width: 25%;
      margin: 0 3.125%; }
      .contact-columns__col--1 {
        margin-left: 18.75%;
        margin-right: 6.25%; }
      .contact-columns__col--2 {
        margin-right: 18.75%;
        margin-left: 6.25%;
        display: block; }
  .contact-section {
    margin: 0 0 44px; }
    .contact-section__wrapper {
      max-width: 320px; }
    .contact-section__title {
      font-family: 'Bold';
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 22px; }
    .contact-section__copy {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.25px; }
  .restaurant-contacts {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .restaurant-contacts__restaurant {
      width: 18.75%;
      margin: 100px 3.125% 0;
      padding-bottom: 60px;
      border-bottom: 0 none; }
      .restaurant-contacts__restaurant:nth-child(3n+1) {
        margin-left: 15.625%; }
      .restaurant-contacts__restaurant:nth-child(3n+3) {
        margin-right: 15.625%; }
    .restaurant-contacts__links a {
      transition: color .3s ease; }
      .restaurant-contacts__links a:hover {
        color: #DBD5CD; }
    .restaurant-contacts__link {
      transition: color .3s ease; }
      .restaurant-contacts__link:hover {
        color: #DBD5CD; }
    .restaurant-contacts__action {
      width: 50%;
      margin-left: 0;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      transition: all .3s ease;
      margin-left: auto;
      width: 160px; }
      .restaurant-contacts__action:hover {
        background-color: #000;
        color: #fff; }
      .restaurant-contacts__action:last-child {
        margin-bottom: 0; } }

@media only screen and (min-width: 930px) {
  body {
    padding-top: 80px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px; }
  p {
    margin: 0 0 22px; }
  .container {
    min-height: calc( 100vh - 230px - 80px); }
  .rest-img-header {
    display: block;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0);
    background-color: #000; }
    .rest-img-header__wrapper {
      width: 100%;
      height: calc(100vh - 80px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      background-size: cover;
      background-position: center; }
      .rest-img-header__wrapper:before {
        content: "";
        display: block; }
    .rest-img-header__title {
      font-size: 100px;
      line-height: 110px;
      letter-spacing: 3px;
      color: #fff;
      will-change: opacity; }
    .rest-img-header__restaurants {
      padding: 0 40px;
      width: 100%;
      margin: 0 0 35px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .rest-img-header__restaurants :link,
      .rest-img-header__restaurants :visited {
        color: #fff; }
    .rest-img-header__restaurant-link {
      display: block;
      color: #fff;
      will-change: opacity;
      opacity: 1;
      transition: all .3s ease; }
      .rest-img-header__restaurant-link:hover {
        opacity: 0.75;
        color: #DBD5CD; }
      .rest-img-header__restaurant-link path, .rest-img-header__restaurant-link rect, .rest-img-header__restaurant-link polygon {
        fill: currentColor; }
  .rest-anchors {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -46px auto 48px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    will-change: transform; }
    .rest-anchors__anchor {
      display: block; }
      .rest-anchors__anchor:first-child {
        margin-left: 40px; }
      .rest-anchors__anchor:last-child {
        margin-right: 40px; }
    .rest-anchors__link {
      position: relative; }
      .rest-anchors__link:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        border-bottom: 1px solid;
        opacity: 0;
        transform: scale(0.9);
        transition: all 0.3s ease; }
      .rest-anchors__link:hover:after {
        opacity: 1;
        transform: scale(1); }
  .car-img-header {
    margin-bottom: 80px; }
    .car-img-header__wrapper {
      padding-bottom: 0;
      height: calc(100vh - 80px); }
    .car-img-header__title {
      display: block;
      font-size: 100px;
      line-height: 110px;
      letter-spacing: 3px;
      color: #fff;
      z-index: 1; }
  .search {
    width: 43.75%;
    min-width: 600px;
    margin: 0 auto;
    padding: 28px 0 0; }
    .search__field {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 2px; }
  .categories-select {
    display: none; }
  .categories-list {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.95); }
    .categories-list__inner {
      width: 43.75%;
      min-width: 600px;
      margin: 0 auto;
      padding: 0;
      display: flex;
      justify-content: space-between; }
    .categories-list__link {
      position: relative; }
      .categories-list__link:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        border-bottom: 1px solid;
        opacity: 0;
        transform: scale(0.9);
        transition: all .3s ease; }
      .categories-list__link.active:after, .categories-list__link:hover:after {
        opacity: 1;
        transform: scale(1); }
  .news-articles {
    padding: 0;
    margin-top: 160px; }
  .news-snippet {
    margin-bottom: 160px; }
    .news-snippet:last-child {
      margin-bottom: 111px; }
    .news-snippet .img-col {
      margin-bottom: 22px; }
      .news-snippet .img-col__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: opacity .3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        will-change: opacity; }
      .news-snippet .img-col__link:hover .img-col__overlay {
        opacity: 1; }
    .news-snippet .text-col__preheader {
      display: block; }
    .news-snippet .text-col__body {
      position: relative; }
    .news-snippet .text-col__category, .news-snippet .text-col__date {
      font-size: 12px;
      line-height: 13px;
      letter-spacing: 1.71px; }
    .news-snippet .text-col__category-link {
      transition: color .3s ease; }
      .news-snippet .text-col__category-link:hover {
        color: #DBD5CD; }
    .news-snippet .text-col__date--mobile {
      display: none; }
    .news-snippet .text-col__date--desktop {
      display: block;
      position: absolute;
      right: 100%; }
    .news-snippet .text-col__date-wrapper {
      display: block;
      transform-origin: 100% 0;
      transform: rotate(-90deg) translate(0px, -27px); }
    .news-snippet .text-col__title {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 1px;
      margin-bottom: 30px; }
    .news-snippet .text-col__title-link {
      transition: color .3s ease; }
      .news-snippet .text-col__title-link:hover {
        color: #DBD5CD; }
    .news-snippet .text-col__more {
      transition: color .3s ease; }
      .news-snippet .text-col__more:after {
        transition: border-bottom-color .3s ease; }
      .news-snippet .text-col__more:hover, .news-snippet .text-col__more:active {
        color: #DBD5CD; }
        .news-snippet .text-col__more:hover:after, .news-snippet .text-col__more:active:after {
          border-bottom-color: #DBD5CD; }
    .news-snippet .text-col__button {
      width: 50%;
      margin-left: 0;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      transition: all .3s ease; }
      .news-snippet .text-col__button:hover {
        background-color: #000;
        color: #fff; }
      .news-snippet .text-col__button:last-child {
        margin-bottom: 0; }
    .news-snippet__cols-wrapper {
      display: flex;
      border-bottom: 0 none;
      margin-bottom: 0; }
      .news-snippet__cols-wrapper--left .img-col {
        width: 43.75%;
        margin-bottom: 0; }
      .news-snippet__cols-wrapper--left .text-col {
        width: 31.25%;
        margin-right: 18.75%;
        margin-left: 6.25%; }
      .news-snippet__cols-wrapper--right {
        align-items: center; }
        .news-snippet__cols-wrapper--right .text-col {
          width: 31.25%;
          margin-left: 12.5%;
          margin-right: 6.25%; }
        .news-snippet__cols-wrapper--right .img-col {
          width: 37.5%;
          margin-right: 12.5%;
          margin-bottom: 0; }
      .news-snippet__cols-wrapper--center {
        flex-direction: column; }
        .news-snippet__cols-wrapper--center .text-col {
          width: 37.5%;
          margin-left: 21.875%;
          margin-right: 40.625%;
          max-width: 480px; }
        .news-snippet__cols-wrapper--center .img-col {
          width: 56.25%;
          margin-left: 15.625%;
          margin-right: 28.125%; }
      .news-snippet__cols-wrapper--four {
        flex-direction: column;
        width: 37.5%;
        margin-left: 9.375%;
        margin-right: 9.375%; }
  .insta-gal {
    margin: 0;
    margin-bottom: 160px;
    border-bottom: 0 none; }
    .insta-gal__gallery {
      display: flex; }
      .insta-gal__gallery:after {
        content: ''; }
    .insta-gal__slide {
      width: 25%;
      margin: 0 1.5625%;
      text-align: left; }
      .insta-gal__slide:first-child {
        margin-left: 9.375%; }
      .insta-gal__slide:last-child {
        margin-right: 9.375%; }
    .insta-gal__img-link:hover .insta-gal__overlay {
      opacity: 1; }
    .insta-gal__overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: opacity .3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      will-change: opacity; }
    .insta-gal__title {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      text-align: left; }
      .insta-gal__title-link {
        transition: color .3s ease; }
        .insta-gal__title-link:hover {
          color: #DBD5CD; }
    .insta-gal__copy {
      margin-bottom: 0;
      text-align: left; }
  .article-img-header {
    margin-bottom: 80px; }
    .article-img-header__wrapper {
      padding-bottom: 0;
      height: calc(100vh - 80px); }
      .article-img-header__wrapper.has-video {
        height: auto; }
    .article-img-header__title {
      display: block;
      font-size: 100px;
      line-height: 110px;
      letter-spacing: 3px;
      color: #fff;
      z-index: 1; }
  .footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer__wrapper {
      display: flex;
      align-items: center; }
      .footer__wrapper--logo {
        width: 100%;
        order: 1;
        padding-bottom: 13px; }
      .footer__wrapper--socks {
        order: 2;
        padding: 19px 40px 30px; }
      .footer__wrapper--newsletter {
        order: 3;
        padding: 19px 20px 30px; }
      .footer__wrapper--meta {
        order: 4;
        padding: 19px 40px 30px;
        border: 0 none; }
    .footer__logo {
      width: 48px;
      height: 55px;
      color: #000;
      transition: color .3s ease; }
      .footer__logo:hover {
        color: #DBD5CD; }
    .footer__newsletter-input {
      text-align: left; }
    .footer__newsletter-submit {
      transition: color .3s ease; }
      .footer__newsletter-submit:hover {
        color: #000; }
    .footer__newsletter-message {
      padding: 19px 20px 30px; }
    .footer__meta {
      padding: 0; }
      .footer__meta-item {
        padding: 0;
        overflow: hidden; }
      .footer__meta-link {
        padding: 0 9px; }
        .footer__meta-link--up {
          display: block;
          transition: color 0.3s ease; }
          .footer__meta-link--up:hover {
            color: #DBD5CD; }
            .footer__meta-link--up:hover span {
              -webkit-animation-duration: 1s;
                      animation-duration: 1s;
              -webkit-animation-name: goUp;
                      animation-name: goUp;
              -webkit-animation-iteration-count: infinite;
                      animation-iteration-count: infinite;
              -webkit-animation-timing-function: ease;
                      animation-timing-function: ease; }
          .footer__meta-link--up span {
            display: block; }
    .footer__socks {
      padding: 0;
      letter-spacing: 1.75px; }
      .footer__socks-link {
        position: relative; }
        .footer__socks-link:after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 0;
          right: 0;
          border-bottom: 1px solid;
          opacity: 0;
          transform: scale(0.9);
          transition: all 0.3s ease; }
        .footer__socks-link:hover:after {
          opacity: 1;
          transform: scale(1); }
  @-webkit-keyframes goUp {
    0% {
      transform: translate(0, 0);
      opacity: 1; }
    49% {
      transform: translate(0, -100%);
      opacity: 1; }
    50% {
      transform: translate(0, -100%);
      opacity: 0; }
    51% {
      transform: translate(0, 100%);
      opacity: 0; }
    52% {
      transform: translate(0, 100%);
      opacity: 1; }
    100% {
      transform: translate(0, 0);
      opacity: 1; } }
  @keyframes goUp {
    0% {
      transform: translate(0, 0);
      opacity: 1; }
    49% {
      transform: translate(0, -100%);
      opacity: 1; }
    50% {
      transform: translate(0, -100%);
      opacity: 0; }
    51% {
      transform: translate(0, 100%);
      opacity: 0; }
    52% {
      transform: translate(0, 100%);
      opacity: 1; }
    100% {
      transform: translate(0, 0);
      opacity: 1; } }
  .fourohfour {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc( 100vh - 230px - 80px); }
    .fourohfour__txt {
      margin-left: 12.5%;
      margin-right: 6.25%; }
    .fourohfour__img {
      margin-left: 6.25%;
      margin-right: 12.5%; }
    .fourohfour__title {
      font-size: 32px;
      line-height: 38px;
      text-align: left; }
      .fourohfour__title--sub {
        font-size: 16px;
        line-height: 22px;
        margin-top: 55px;
        margin-bottom: 22px; } }

@media only screen and (min-width: 1080px) {
  .container {
    min-height: calc( 100vh - 187px - 80px); }
  .progress {
    display: block;
    position: fixed;
    top: 80px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
    z-index: 3; }
    .progress__meter {
      width: 0%;
      height: 1px;
      background-color: #E6E6E6; }
  .about-columns {
    padding: 0;
    display: flex;
    min-height: 125vh;
    margin-bottom: 60px; }
    .about-columns.first {
      padding-top: 40px; }
    .about-columns.last {
      margin-bottom: 0; }
    .about-columns .img-col {
      display: block;
      width: 46.875%;
      position: relative; }
      .about-columns .img-col.trg .img-col__wrapper:last-child {
        opacity: 1; }
      .about-columns .img-col__fixer {
        top: 120px;
        right: 0;
        left: 0;
        height: calc( 100vh - 120px);
        transform: translate3d(0, 0, 0); }
      .about-columns .img-col__wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: opacity .3s ease;
        will-change: opacity; }
        .about-columns .img-col__wrapper:last-child {
          opacity: 0; }
    .about-columns .txt-col {
      margin-top: 6px;
      width: 46.875%; }
      .about-columns .txt-col__img {
        display: none; }
      .about-columns .txt-col__title {
        font-size: 32px;
        line-height: 38px; }
        .about-columns .txt-col__title--sub {
          font-size: 16px;
          line-height: 22px;
          margin: 5px 0 38px; }
      .about-columns .txt-col__section--pre-img {
        border-bottom: 1px solid #E6E6E6;
        margin: 0 auto 30px; }
      .about-columns .txt-col__section.last {
        margin-bottom: 0; }
      .about-columns .txt-col__subtitle {
        font-size: 14px;
        line-height: 22px; }
      .about-columns .txt-col__action {
        width: 50%;
        margin-left: 0;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 2px;
        transition: all .3s ease;
        margin-left: auto;
        width: 160px; }
        .about-columns .txt-col__action:hover {
          background-color: #000;
          color: #fff; }
        .about-columns .txt-col__action:last-child {
          margin-bottom: 0; }
  .next-sec {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: calc( 100vh - 70px);
    left: 50%;
    width: 0;
    height: 50px; }
    .next-sec__link {
      display: block;
      margin-left: -10px;
      width: 20px; }
    .next-sec__text {
      display: block;
      font-size: 10px;
      line-height: 20px;
      letter-spacing: 1.75px;
      text-transform: uppercase;
      transform-origin: 50%;
      color: #B3B3B3;
      transform: rotate(-90deg); }
    .next-sec__icon {
      display: block;
      width: 20px;
      border: 1px solid #000;
      border-radius: 50%;
      padding: 2px;
      margin-top: 10px; }
      .next-sec__icon svg {
        display: block; }
  .rest-img-header__restaurants {
    width: 81.25%; }
  .rest-anchors__anchor:first-child {
    margin-left: 12.5%; }
  .rest-anchors__anchor:last-child {
    margin-right: 12.5%; }
  .article-columns {
    position: relative;
    padding: 0;
    display: flex;
    margin-top: 40px;
    margin-bottom: 38px;
    padding-bottom: 80px;
    border-bottom: 1px solid #E6E6E6; }
    .article-columns .article-carousel {
      margin: 0; }
      .article-columns .article-carousel:after {
        content: ''; }
    .article-columns .img-col {
      display: block;
      width: 40.625%;
      margin-left: 6.25%;
      margin-right: 6.25%; }
      .article-columns .img-col__wrapper {
        margin-bottom: 40px; }
      .article-columns .img-col img {
        display: block;
        width: 100%; }
    .article-columns .txt-col {
      width: 31.25%;
      margin-left: 6.25%;
      margin-right: 9.375%;
      border-bottom: 0 none; }
      .article-columns .txt-col__meta {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1.71px;
        margin-bottom: 20px; }
      .article-columns .txt-col__category-link {
        transition: color .3s ease; }
        .article-columns .txt-col__category-link:hover {
          color: #DBD5CD; }
      .article-columns .txt-col__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 50px; }
      .article-columns .txt-col__button {
        width: 50%;
        margin-left: 0;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 2px;
        transition: all .3s ease; }
        .article-columns .txt-col__button:hover {
          background-color: #000;
          color: #fff; }
        .article-columns .txt-col__button:last-child {
          margin-bottom: 0; }
    .article-columns .share-col {
      display: block;
      position: absolute;
      top: 20%;
      left: 100%;
      transform: rotate(-90deg);
      transform-origin: left bottom;
      white-space: nowrap;
      font-size: 10px;
      line-height: 22px;
      letter-spacing: 2px;
      padding: 10px 0 23px 10px;
      text-transform: uppercase; }
      .article-columns .share-col__links {
        display: inline;
        white-space: nowrap;
        will-change: opacity;
        opacity: 0;
        transition: opacity .3s ease; }
      .article-columns .share-col__link {
        transition: color .3s ease; }
        .article-columns .share-col__link:hover {
          color: #DBD5CD; }
      .article-columns .share-col:hover .share-col__links {
        opacity: 1; }
  .related-stories .related-gal {
    margin: 0;
    border-bottom: 0 none; }
    .related-stories .related-gal__gallery {
      display: flex; }
      .related-stories .related-gal__gallery:after {
        content: ''; }
    .related-stories .related-gal__slide {
      width: 25%;
      margin: 0 1.5625%;
      text-align: left; }
      .related-stories .related-gal__slide:first-child {
        margin-left: 9.375%; }
      .related-stories .related-gal__slide:last-child {
        margin-right: 9.375%; }
    .related-stories .related-gal__img {
      margin-bottom: 23px; }
    .related-stories .related-gal__overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: opacity .3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      will-change: opacity; }
    .related-stories .related-gal__img-link {
      position: relative; }
      .related-stories .related-gal__img-link:hover .related-gal__overlay {
        opacity: 1; }
    .related-stories .related-gal__category {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 1.71px;
      margin-bottom: 8px; }
      .related-stories .related-gal__category-link {
        transition: color .3s ease; }
        .related-stories .related-gal__category-link:hover {
          color: #DBD5CD; }
    .related-stories .related-gal__title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 33px; }
      .related-stories .related-gal__title-link {
        transition: color .3s ease; }
        .related-stories .related-gal__title-link:hover {
          color: #DBD5CD; }
    .related-stories .related-gal__copy {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.25px; }
    .related-stories .related-gal__more {
      transition: color .3s ease; }
      .related-stories .related-gal__more:after {
        transition: border-bottom-color .3s ease; }
      .related-stories .related-gal__more:hover, .related-stories .related-gal__more:active {
        color: #DBD5CD; }
        .related-stories .related-gal__more:hover:after, .related-stories .related-gal__more:active:after {
          border-bottom-color: #DBD5CD; }
  .footer__wrapper--socks {
    padding: 17px 40px; }
  .footer__wrapper--newsletter {
    padding: 17px 40px; }
  .footer__wrapper--meta {
    padding: 17px 40px; }
  .footer__newsletter-input {
    display: inline-block; }
  .footer__newsletter-message {
    padding: 17px 40px; } }

@media only screen and (min-width: 1080px) and (min-height: 900px) {
  .timeline__heading {
    font-size: 14px;
    line-height: 18px;
    margin: 59px 0 66px; }
  .timeline__event {
    height: 590px; }
  .timeline__inner {
    width: 159px; }
  .timeline__date {
    font-family: Bold;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 32px; }
  .timeline__title {
    font-size: 42px;
    height: 159px; }
  .timeline__title-wrap {
    line-height: 159px; }
  .timeline__description {
    font-size: 12px;
    line-height: 19px; }
  .is-selected .timeline__inner {
    width: 161px; } }

@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/*# sourceMappingURL=styles.css.map */