@charset "UTF-8";
/*!
Theme Name: Change Name 
Author: exsite
Author URI: http://exsite.ca/
Description: 
Version: 1.0
*/
/* normalize.css v3..1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
}

body {
  margin: 0;
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

*:focus {
  outline: 0 !important;
}

html {
  overflow-x: hidden;
}

body {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  color: #000;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
}

.wrapper {
  max-width: 1178px;
  margin: 0 auto;
  padding: 0 10px;
}

.sprite_hide {
  width: 0;
  height: 0;
  visibility: hidden;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading span,
.wf-loading p,
.wf-loading a,
.wf-loading div {
  color: transparent !important;
}

img {
  max-width: 100%;
}

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

a:hover {
  color: #bababa;
}

a:active {
  color: #adadad;
}

a:visited {
  color: #e0e0e0;
}

.whole-click {
  cursor: pointer;
}

.main-col {
  padding-left: 64px;
}

@media (max-width: 960px) {
  .main-col {
    padding-left: 0;
    overflow-x: hidden;
  }
}

.pin-wrap {
  position: relative;
}

.pin-wrap > a {
  position: absolute;
  left: 22px;
  bottom: 28px;
  background-color: #000;
  color: #fff;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 19px 12px 12px;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

.pin-wrap > a::after {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 1px;
  background-color: #fff;
  content: ' ';
  margin-left: 12px;
}

.pin-wrap > a svg {
  fill: #fff;
  width: 12px;
  height: 15px;
  vertical-align: middle;
  margin-right: 12px;
}

.pin-wrap:hover a {
  opacity: 1;
}

.sticky.fixed-top {
  position: fixed;
  top: 50px;
}

.archive-title {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 42px;
  line-height: 70px;
  margin: 126px 0 76px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 600px) {
  .archive-title {
    font-size: 32px;
    line-height: 56px;
    margin: 76px 0 30px;
  }
}

.scroll-reveal {
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}

.scroll-reveal.hide {
  opacity: 0;
}

p.no-results {
  text-align: center;
  margin-bottom: 76px;
}

.nav-bar {
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 64px;
  text-align: center;
  padding: 36px 0;
  z-index: 900;
}

@media (max-width: 960px) {
  .nav-bar {
    display: none;
  }
}

.nav-bar .newsletter-trigger {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 36px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-bar .newsletter-trigger:hover {
  opacity: .7;
}

.nav-bar .newsletter-trigger svg {
  width: 25px;
  height: 20px;
}

.main-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  white-space: nowrap;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: -210px;
  margin-top: -10px;
}

.main-nav a {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 12px;
  position: relative;
}

.main-nav a::before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: auto;
  content: ' ';
  display: block;
  opacity: 0;
}

.main-nav a.active::before {
  opacity: 1;
}

.newsletter-fixed {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  position: fixed;
  bottom: 0;
  left: -100%;
  padding-left: 64px;
  background-color: #000;
  color: #fff;
  z-index: 903;
  width: 100%;
  padding-right: 36px;
  color: #fff;
  padding: 33px 36px 33px 64px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.newsletter-fixed::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .newsletter-fixed {
    padding: 34px;
  }
}

.newsletter-fixed.open {
  left: 0;
}

.newsletter-fixed h2 {
  width: calc(100% - 424px);
  display: inline-block;
  vertical-align: middle;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

@media (max-width: 1190px) {
  .newsletter-fixed h2 {
    width: 50%;
    padding-right: 24px;
    text-align: left;
  }
}

@media (max-width: 800px) {
  .newsletter-fixed h2 {
    width: 100%;
    padding-right: 0;
    line-height: 27px;
  }
}

.newsletter-fixed h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .8px;
  line-height: 22px;
  text-transform: uppercase;
}

.newsletter-fixed h2 span::after {
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 0 16px;
}

.newsletter-fixed form {
  width: 364px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1190px) {
  .newsletter-fixed form {
    width: calc(50% - 60px);
  }
}

@media (max-width: 800px) {
  .newsletter-fixed form {
    width: 100%;
    margin-top: 14px;
  }
}

.newsletter-fixed form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #fff;
  font-size: 20px;
  font-family: "adobe-caslon-pro", serif;
  border-radius: 0;
  padding: 0;
}

.newsletter-fixed form button {
  border: 0;
  background: 0;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 7px;
  padding: 0;
}

.newsletter-fixed form .message {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 4px;
}

.newsletter-fixed .newsletter-close {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
  cursor: pointer;
}

@media (max-width: 800px) {
  .newsletter-fixed .newsletter-close {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}

.newsletter-fixed svg {
  width: 18px;
  height: 20px;
}

.header-main {
  text-align: center;
  position: absolute;
  padding: 36px 0;
  top: 0;
  left: 0;
  z-index: 898;
  width: 100%;
  padding-left: 64px;
}

@media (max-width: 960px) {
  .header-main {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .header-main {
    pointer-events: none;
  }
}

.header-main > span {
  display: none;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #000;
  border-radius: 50%;
  z-index: 1000;
}

@media (max-width: 960px) {
  .header-main > span {
    display: block;
  }
}

@media (max-width: 800px) {
  .header-main > span {
    left: 16px;
  }
}

@media (max-width: 600px) {
  .header-main > span {
    pointer-events: all;
  }
}

.header-main > span .hamburger {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
  transform: translateY(-50%) translateX(-50%) scale(0.8);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header-main > a {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  .header-main > a {
    display: none;
  }
}

.header-main > a:hover {
  opacity: .7;
}

.header-main > a svg {
  width: 288px;
  height: 22px;
}

.header-main .controls {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 12px;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  line-height: 12px;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 36px;
}

@media (max-width: 960px) {
  .header-main .controls {
    top: 27px;
  }
}

@media (max-width: 800px) {
  .header-main .controls {
    padding-right: 16px;
  }
}

@media (max-width: 600px) {
  .header-main .controls {
    top: 15px;
    pointer-events: all;
  }
}

.header-main .controls a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-main .controls a:hover {
  opacity: .7;
}

@media (max-width: 800px) {
  .header-main .controls a:first-child {
    display: none;
  }
}

.header-main .controls span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .header-main .controls span {
    display: none;
  }
}

.header-main .controls span:hover {
  opacity: .7;
}

.header-main .controls .search {
  width: 22px;
  height: 24px;
  stroke: #000;
}

.header-main .controls .icon-main {
  width: 41px;
  height: 41px;
}

.header-main.fixed-scroll {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 899;
  opacity: 0;
  pointer-events: none;
}

.header-main.fixed-scroll.show {
  pointer-events: all;
  opacity: 1;
}

.search-fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
  background-color: #000;
  padding-top: 30px;
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 28px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .search-fixed {
    top: 60px;
  }
}

@media (max-width: 600px) {
  .search-fixed {
    padding: 20px;
    width: 100%;
  }
}

.search-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.search-fixed .controls {
  font-size: 12px;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  line-height: 12px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
}

@media (max-width: 800px) {
  .search-fixed .controls {
    display: none;
  }
}

.search-fixed .controls a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.search-fixed .controls span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
  cursor: pointer;
}

@media (max-width: 800px) {
  .search-fixed .controls span {
    display: none;
  }
}

.search-fixed .controls .close {
  width: 22px;
  height: 24px;
  stroke: #fff;
}

.search-fixed .controls .icon-alt {
  width: 41px;
  height: 41px;
}

.search-fixed form {
  margin-top: 72px;
  position: relative;
  color: #fff;
}

@media (max-width: 800px) {
  .search-fixed form {
    margin-top: 0;
  }
}

.search-fixed form input {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #fff;
  padding-bottom: 6px;
  padding-right: 77px;
  width: 405px;
}

.search-fixed form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-fixed form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-fixed form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-fixed form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .search-fixed form input {
    width: 100%;
  }
}

.search-fixed form input:focus {
  outline: 0;
}

.search-fixed form button {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  position: absolute;
  bottom: 6px;
  right: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.search-fixed form button:focus {
  outline: 0;
}

.hover-nav {
  position: fixed;
  top: 0;
  left: 64px;
  height: 100%;
  overflow-y: auto;
  background-color: #000;
  max-width: 268px;
  width: calc(100% - 64px);
  text-align: left;
  display: none;
  z-index: 899;
}

.hover-nav ul {
  list-style: none;
  padding: 36px 12px;
  width: 100%;
  margin: 0;
  display: none;
}

.hover-nav ul li {
  display: block;
  margin-bottom: 28px;
}

.hover-nav ul li a {
  color: #fff;
}

.hover-nav ul li img {
  max-width: 147px;
  opacity: .87;
}

.hover-nav ul li h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  margin: -24px 0 0;
  padding-left: 38px;
  z-index: 10;
  position: relative;
}

.hover-nav ul li h2 span {
  font-weight: bold;
  font-size: .94em;
  font-family: "aktiv-grotesk", helvetica;
}

footer {
  background-color: #ededed;
}

.footer-wrap {
  padding: 62px 62px 34px;
  max-width: 1500px;
  padding-top: 62px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .footer-wrap {
    padding: 56px 0;
  }
}

.footer-wrap .footer-top {
  text-align: center;
  position: relative;
}

.footer-wrap .footer-top > a svg {
  width: 155px;
  height: 21px;
}

.footer-wrap .socials {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  width: 194px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-wrap .socials::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .footer-wrap .socials {
    display: block;
    position: static;
    margin: 46px auto;
  }
}

.footer-wrap .socials a {
  display: inline-block;
  vertical-align: middle;
}

.footer-wrap .socials svg {
  fill: #000;
}

.footer-wrap .socials svg.ig {
  width: 20px;
  height: 20px;
}

.footer-wrap .socials svg.fb {
  width: 9px;
  height: 18px;
}

.footer-wrap .socials svg.tw {
  width: 19px;
  height: 15px;
}

.footer-wrap .socials svg.pi {
  width: 15px;
  height: 19px;
}

.footer-wrap .socials svg.sc {
  width: 18px;
  height: 17px;
}

.footer-wrap .socials svg.yt {
  width: 20px;
  height: 20px;
}

.footer-wrap nav {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 960px) {
  .footer-wrap nav {
    display: block;
    position: static;
  }
}

.footer-wrap nav a {
  color: #000;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 32px;
}

@media (max-width: 1080px) {
  .footer-wrap nav a {
    margin-left: 20px;
  }
}

.footer-wrap nav a:first-child {
  margin-left: 0;
}

.footer-wrap .footer-bot {
  text-align: center;
  position: relative;
  margin-top: 62px;
}

@media (max-width: 960px) {
  .footer-wrap .footer-bot {
    margin-top: 34px;
  }
}

.footer-wrap .footer-bot .newsletter-callout {
  position: absolute;
  top: 0;
  left: -32px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
}

@media (max-width: 960px) {
  .footer-wrap .footer-bot .newsletter-callout {
    display: none;
  }
}

.footer-wrap .footer-bot .newsletter-callout::before {
  display: inline-block;
  content: ' ';
  width: 24px;
  height: 1px;
  margin-right: 12px;
  background-color: #000;
  vertical-align: middle;
}

.footer-wrap .footer-bot .copy {
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 12px;
}

.footer-wrap .footer-bot .credit {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 960px) {
  .footer-wrap .footer-bot .credit {
    position: static;
    display: block;
    margin-top: 34px;
  }
}

.footer-wrap .footer-bot .credit svg {
  width: 140px;
  height: 14px;
}

.full-post {
  font-size: 0;
  margin-bottom: 74px;
}

@media (max-width: 600px) {
  .full-post {
    margin-bottom: 46px;
  }
}

.full-post .img-wrap {
  width: 72%;
  vertical-align: bottom;
  display: inline-block;
  background-color: rgba(237, 237, 237, 0.6);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .full-post .img-wrap {
    width: 74%;
  }
}

@media (max-width: 800px) {
  .full-post .img-wrap {
    width: calc(100% - 44px);
    margin-left: 44px;
  }
}

.full-post .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1080px) {
  .full-post .img-wrap::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 0;
  }
}

.full-post .content {
  display: inline-block;
  vertical-align: bottom;
  width: 28%;
  padding: 0 42px;
  margin-bottom: 100px;
  z-index: 2;
  position: relative;
}

@media (max-width: 1200px) {
  .full-post .content {
    margin-bottom: 50px;
  }
}

@media (max-width: 1080px) {
  .full-post .content {
    margin-bottom: 0;
    margin-top: -128px;
    display: block;
    padding: 0 46px 0 0;
    width: 48%;
    margin-left: 52%;
  }
}

@media (max-width: 800px) {
  .full-post .content {
    margin-left: 24px;
    width: 64%;
  }
}

@media (max-width: 600px) {
  .full-post .content {
    width: calc(100% - 24px);
    padding-right: 77px;
    margin-top: -43px;
  }
}

.full-post .content .shop-switcher {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  right: 0;
  left: 0;
  width: 55%;
  padding-top: 55%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1080px) {
  .full-post .content .shop-switcher {
    right: 42px;
    width: 40%;
    left: auto;
  }
}

@media (max-width: 600px) {
  .full-post .content .shop-switcher {
    display: none;
  }
}

.full-post .content .shop-switcher img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}

.full-post .content .shop-switcher img.active {
  opacity: 1;
}

.full-post .content > span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  display: block;
  margin-left: calc(-32% - 42px);
}

@media (max-width: 1170px) {
  .full-post .content > span {
    margin-left: calc(-62% - 42px);
  }
}

@media (max-width: 1080px) {
  .full-post .content > span {
    margin-left: 0;
  }
}

.full-post .content > span a {
  color: #000;
}

.full-post .content h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 22px 0 36px calc(-32% - 42px);
}

@media (max-width: 1170px) {
  .full-post .content h2 {
    margin-left: calc(-62% - 42px);
  }
}

@media (max-width: 1080px) {
  .full-post .content h2 {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .full-post .content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.full-post .content h2 a {
  color: #000;
}

.full-post .content h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  letter-spacing: -1px;
}

.full-post .content p {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 14.5px;
  line-height: 24px;
  margin: 0 0 54px;
}

@media (max-width: 600px) {
  .full-post .content p {
    display: none;
  }
}

.full-post .content .ctas {
  text-align: right;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 800px) {
  .full-post .content .ctas {
    display: none;
  }
}

.full-post .content .ctas a {
  color: #000;
}

.full-post .content .ctas a.post-cta {
  font-weight: bold;
  font-family: "aktiv-grotesk", helvetica;
  font-size: 14px;
  letter-spacing: 1.7px;
  margin-right: 24px;
}

.full-post .content .ctas a.post-cta:only-child {
  margin-right: 76px;
}

.full-post .content .ctas::before {
  position: absolute;
  bottom: 8px;
  width: calc(100% - 40px);
  right: 160px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.16);
  content: ' ';
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

@media (max-width: 1170px) {
  .full-post .content .ctas::before {
    width: calc(100% + 16px);
  }
}

@media (max-width: 1080px) {
  .full-post .content .ctas::before {
    width: calc(100% - 160px);
  }
}

.full-post.hover .img-wrap {
  opacity: .7;
}

.full-post.hover .ctas::before {
  left: auto;
  right: 74px;
  width: 50px;
  background-color: black;
}

.full-post.hover-shop .shop-switcher {
  opacity: 1;
}

.full-post.hover-shop .ctas::before {
  left: auto;
  right: 0;
  width: 50px;
  background-color: black;
}

.full-post.video-post .content .ctas a.post-cta:only-child {
  margin-right: 71px;
}

.full-post.video-post .content .ctas a.post-cta svg {
  width: 10px;
  height: 10px;
  margin-right: 1px;
}

.full-post.video-post.hover .ctas::before {
  width: 78px;
}

@media (max-width: 1080px) {
  .full-post.full-alt .img-wrap {
    margin-left: 28%;
  }
}

@media (max-width: 800px) {
  .full-post.full-alt .img-wrap {
    margin-left: 44px;
  }
}

.full-post.full-alt .content {
  text-align: right;
}

@media (max-width: 1080px) {
  .full-post.full-alt .content {
    margin-left: 0;
    padding: 0 0 0 46px;
    text-align: left;
  }
}

@media (max-width: 800px) {
  .full-post.full-alt .content {
    margin-left: 24px;
    padding-left: 0;
    padding-right: 46px;
  }
}

.full-post.full-alt .content > span {
  margin-left: 0;
  margin-right: calc(-32% - 42px);
}

@media (max-width: 1170px) {
  .full-post.full-alt .content > span {
    margin-right: calc(-62% - 42px);
  }
}

.full-post.full-alt .content h2 {
  margin: 22px calc(-32% - 42px) 36px 0;
}

@media (max-width: 1170px) {
  .full-post.full-alt .content h2 {
    margin-right: calc(-62% - 42px);
  }
}

@media (max-width: 800px) {
  .full-post.full-alt .content h2 {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .full-post.full-alt .content h2 {
    margin: 10px 0;
  }
}

.full-post.full-alt .content .ctas {
  text-align: left;
}

.full-post.full-alt .content .ctas .post-cta {
  margin-left: 24px;
  margin-right: 0;
}

.full-post.full-alt .content .ctas .post-cta:only-child {
  margin-left: 76px;
}

.full-post.full-alt .content .ctas::before {
  left: 160px;
  right: auto;
}

@media (max-width: 1080px) {
  .full-post.full-alt .content .shop-switcher {
    left: 42px;
    right: auto;
  }
}

.full-post.full-alt.hover .ctas::before {
  left: 72px;
  right: auto;
}

.full-post.full-alt.hover-shop .ctas::before {
  left: -4px;
  right: auto;
}

.full-post.full-alt.video-post .content .ctas .post-cta:only-child {
  margin-left: 71px;
  margin-right: 0;
}

.post-wrap {
  padding: 0 62px;
  max-width: 1500px;
  margin: 0 auto 62px;
}

@media (max-width: 960px) {
  .post-wrap {
    padding: 0 34px;
    margin: 0 auto 34px;
  }
}

@media (max-width: 800px) {
  .post-wrap {
    padding: 0;
  }
}

.half-post {
  font-size: 0;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .half-post {
    margin-bottom: 46px;
    line-height: 0;
  }
}

.half-post .img-wrap {
  width: calc(50% - 31px);
  vertical-align: middle;
  display: inline-block;
  background-color: rgba(237, 237, 237, 0.6);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .half-post .img-wrap {
    width: calc(50% - 17px);
  }
}

@media (max-width: 600px) {
  .half-post .img-wrap {
    width: calc(100% - 44px);
  }
}

.half-post .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .half-post .img-wrap::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 0;
  }
}

.half-post .content {
  display: inline-block;
  vertical-align: middle;
  width: calc(25% - 31px);
  padding: 0;
  margin-left: 62px;
  z-index: 2;
  position: relative;
  margin-top: -285px;
}

@media (max-width: 1300px) {
  .half-post .content {
    margin-top: -150px;
    width: calc(35% - 31px);
  }
}

@media (max-width: 1080px) {
  .half-post .content {
    margin-top: -75px;
  }
}

@media (max-width: 960px) {
  .half-post .content {
    width: calc(50% - 17px);
    margin-left: 34px;
  }
}

@media (max-width: 800px) {
  .half-post .content {
    margin-top: -34px;
    padding-right: 12px;
  }
}

@media (max-width: 600px) {
  .half-post .content {
    width: 100%;
    margin: 0;
    padding-left: 77px;
    padding-right: 24px;
    text-align: right;
    margin-top: -40px;
  }
}

.half-post .content .shop-switcher {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  right: auto;
  left: 0;
  right: calc(-100% - 31px);
  margin: auto;
  width: 75%;
  padding-top: 75%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1300px) {
  .half-post .content .shop-switcher {
    right: calc(-42.8% - 16px);
  }
}

@media (max-width: 960px) {
  .half-post .content .shop-switcher {
    right: 0;
  }
}

@media (max-width: 600px) {
  .half-post .content .shop-switcher {
    display: none;
  }
}

.half-post .content .shop-switcher img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.half-post .content .shop-switcher img.active {
  opacity: 1;
}

.half-post .content > span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  display: block;
  margin-left: calc(-32% - 42px);
  position: absolute;
  top: -14px;
  left: 0;
}

@media (max-width: 600px) {
  .half-post .content > span {
    margin-left: 0;
    position: static;
    line-height: 12px;
  }
}

.half-post .content > span a {
  color: #000;
}

.half-post .content h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 22px 0 36px calc(-32% - 42px);
}

@media (max-width: 600px) {
  .half-post .content h2 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 32px;
  }
}

.half-post .content h2 a {
  color: #000;
}

.half-post .content h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  letter-spacing: -1px;
}

@media (max-width: 600px) {
  .half-post .content h2 span {
    margin: 10px 0;
  }
}

.half-post .content p {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 14.5px;
  line-height: 24px;
  margin: 0 0 54px;
}

@media (max-width: 800px) {
  .half-post .content p {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .half-post .content p {
    display: none;
  }
}

.half-post .content .ctas {
  text-align: right;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 800px) {
  .half-post .content .ctas {
    display: none;
  }
}

.half-post .content .ctas a {
  color: #000;
}

.half-post .content .ctas a.post-cta {
  font-weight: bold;
  font-family: "aktiv-grotesk", helvetica;
  font-size: 14px;
  letter-spacing: 1.7px;
  margin-right: 24px;
}

.half-post .content .ctas a.post-cta:only-child {
  margin-right: 74px;
}

.half-post .content .ctas::before {
  position: absolute;
  bottom: 8px;
  width: calc(100% - 10px);
  right: 160px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.16);
  content: ' ';
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

@media (max-width: 1080px) {
  .half-post .content .ctas::before {
    width: calc(100% - 34px);
  }
}

@media (max-width: 960px) {
  .half-post .content .ctas::before {
    width: calc(100% + 16px);
  }
}

.half-post.video-post .ctas::before {
  width: calc(100% - 133px);
  right: 194px;
}

.half-post.video-post .ctas svg {
  width: 10px;
  height: 12px;
  margin-right: 8px;
}

.half-post.hover .img-wrap {
  opacity: .7;
}

.half-post.hover .ctas::before {
  left: auto;
  right: 74px;
  width: 50px;
  background-color: black;
}

.half-post.hover.video-post .ctas::before {
  width: 86px;
}

.half-post.hover-shop .shop-switcher {
  opacity: 1;
}

.half-post.hover-shop .ctas::before {
  left: auto;
  right: 0;
  width: 50px;
  background-color: black;
}

.half-post + .half-post {
  margin-top: -285px;
}

@media (max-width: 1300px) {
  .half-post + .half-post {
    margin-top: -150px;
  }
}

@media (max-width: 1080px) {
  .half-post + .half-post {
    margin-top: -75px;
  }
}

@media (max-width: 800px) {
  .half-post + .half-post {
    margin-top: -34px;
  }
}

@media (max-width: 600px) {
  .half-post + .half-post {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .half-post + .half-post .img-wrap {
    margin-left: 44px;
  }
}

.half-post + .half-post .content {
  margin-left: 25%;
  margin-right: 62px;
  margin-top: 285px;
  text-align: right;
}

@media (max-width: 1300px) {
  .half-post + .half-post .content {
    margin-top: 150px;
    margin-left: 15%;
  }
}

@media (max-width: 1080px) {
  .half-post + .half-post .content {
    margin-top: 75px;
  }
}

@media (max-width: 960px) {
  .half-post + .half-post .content {
    margin-left: 0;
    margin-right: 34px;
  }
}

@media (max-width: 800px) {
  .half-post + .half-post .content {
    margin-top: 34px;
    padding-left: 12px;
  }
}

@media (max-width: 600px) {
  .half-post + .half-post .content {
    text-align: left;
    padding: 0 77px 0 24px;
    margin-top: -40px;
  }
}

.half-post + .half-post .content .shop-switcher {
  left: calc(-100% - 31px);
  right: 0;
}

@media (max-width: 1300px) {
  .half-post + .half-post .content .shop-switcher {
    left: calc(-42.8% - 16px);
  }
}

@media (max-width: 960px) {
  .half-post + .half-post .content .shop-switcher {
    left: 0;
  }
}

@media (max-width: 600px) {
  .half-post + .half-post .content .shop-switcher {
    display: none;
  }
}

.half-post + .half-post .content > span {
  margin-left: 0;
  left: auto;
  right: 0;
  margin-right: calc(-32% - 42px);
}

@media (max-width: 600px) {
  .half-post + .half-post .content > span {
    line-height: 12px;
  }
}

.half-post + .half-post .content h2 {
  margin: 22px calc(-32% - 42px) 36px 0;
}

@media (max-width: 600px) {
  .half-post + .half-post .content h2 {
    margin: 10px 0;
  }
}

.half-post + .half-post .content .ctas {
  text-align: left;
}

.half-post + .half-post .content .ctas .post-cta {
  margin-left: 24px;
  margin-right: 0;
}

.half-post + .half-post .content .ctas .post-cta:only-child {
  margin-left: 74px;
}

.half-post + .half-post .content .ctas::before {
  right: auto;
  left: 160px;
}

.half-post + .half-post.video-post .ctas::before {
  left: 196px;
}

.half-post + .half-post.hover .ctas::before {
  left: 72px;
  right: auto;
}

.half-post + .half-post.hover-shop .ctas::before {
  left: -4px;
  right: auto;
}

.product-slider {
  padding: 0 62px;
  max-width: 1500px;
  margin: 0 auto 108px;
}

@media (max-width: 800px) {
  .product-slider {
    padding: 0;
    margin: 64px auto;
  }
}

.product-slider > h2 {
  width: calc(50% - 31px);
  text-align: center;
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  margin-left: calc(50% + 31px);
  bottom: -28px;
  position: relative;
}

@media (max-width: 800px) {
  .product-slider > h2 {
    width: 100%;
    margin: 0 0 12px;
    bottom: 0;
  }
}

@media (max-width: 600px) {
  .product-slider > h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

.product-slider > h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

.product-slider .products {
  font-size: 0;
}

.product-slider .products .product {
  width: 25%;
  padding-top: 25%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 800px) {
  .product-slider .products .product {
    padding-top: 50vw;
    width: 50vw;
  }
}

.product-slider .products .product img {
  max-width: 99%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 65%;
  max-height: 65%;
}

.product-slider .products .product:nth-child(2) {
  margin-top: 62px;
}

@media (max-width: 800px) {
  .product-slider .products .product:nth-child(2) {
    margin-top: 0;
  }
}

.product-slider .products .product:nth-child(3) {
  margin-top: 124px;
}

@media (max-width: 800px) {
  .product-slider .products .product:nth-child(3) {
    margin-top: 0;
  }
}

.product-slider .products .product:nth-child(4) {
  margin-top: 186px;
}

@media (max-width: 800px) {
  .product-slider .products .product:nth-child(4) {
    margin-top: 0;
  }
}

.product-slider .content {
  width: calc(50% - 31px);
  margin-right: calc(50% + 31px);
  margin-top: -100px;
  text-align: right;
}

@media (max-width: 800px) {
  .product-slider .content {
    width: 100%;
    max-width: 368px;
    padding: 0 34px;
    margin: 12px auto 0;
    text-align: center;
  }
}

.product-slider .content p {
  margin: 0 auto 30px;
  max-width: 368px;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

@media (max-width: 800px) {
  .product-slider .content p {
    text-align: center;
    margin: 0 auto 24px;
  }
}

.product-slider .content > a {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.product-slider .content > a::after {
  display: inline-block;
  content: ' ';
  width: 128px;
  height: 1px;
  vertical-align: middle;
  background-color: #ededed;
  margin-left: 22px;
}

@media (max-width: 800px) {
  .product-slider .content > a::after {
    display: none;
  }
}

.social-block {
  width: calc(50% - 31px);
  margin-left: calc(50% + 31px);
  padding: 54px 62px 0 0;
  position: relative;
  margin-top: -258px;
}

@media (max-width: 1300px) {
  .social-block {
    margin-top: -150px;
  }
}

@media (max-width: 1080px) {
  .social-block {
    margin-top: -75px;
  }
}

@media (max-width: 960px) {
  .social-block {
    width: calc(50% - 17px);
    margin-left: calc(50% + 17px);
    padding: 34px 34px 0 0;
  }
}

@media (max-width: 800px) {
  .social-block {
    margin-top: -34px;
    margin-bottom: 64px;
  }
}

@media (max-width: 600px) {
  .social-block {
    margin-top: 0;
    width: calc(100% - 44px);
    margin-left: 44px;
  }
}

.social-block:before {
  display: block;
  content: ' ';
  width: calc(100% - 62px);
  height: calc(100% - 54px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ededed;
}

@media (max-width: 600px) {
  .social-block:before {
    width: calc(100% - 34px);
    height: 0;
    padding-top: calc(100% - 34px);
  }
}

.social-block > a {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  display: inline-block;
  right: -74px;
  bottom: 192px;
  position: absolute;
}

@media (max-width: 960px) {
  .social-block > a {
    right: -85px;
    bottom: 158px;
  }
}

@media (max-width: 800px) {
  .social-block > a {
    right: -40px;
    bottom: 118px;
  }
}

@media (max-width: 600px) {
  .social-block > a {
    bottom: 193px;
  }
}

.social-block > a::after {
  display: inline-block;
  content: ' ';
  width: 66px;
  margin-left: 22px;
  height: 1px;
  background-color: #000;
  vertical-align: middle;
}

@media (max-width: 800px) {
  .social-block > a::after {
    display: none;
  }
}

.social-block > a svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  margin-bottom: -1px;
}

@media (max-width: 960px) {
  .social-block > a svg {
    width: 14px;
    height: 14px;
  }
}

.social-block img {
  width: 100%;
  height: auto;
  display: block;
}

.social-block .ig-wrap {
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}

.social-block .ig-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.social-block .ig-wrap img.active {
  opacity: 1;
}

.social-block .content {
  position: absolute;
  bottom: 54px;
  right: 100%;
  width: 265px;
  padding-right: 62px;
  text-align: right;
}

@media (max-width: 1300px) {
  .social-block .content {
    bottom: 32px;
  }
}

@media (max-width: 960px) {
  .social-block .content {
    padding-right: 34px;
  }
}

@media (max-width: 600px) {
  .social-block .content {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-left: -22px;
    text-align: left;
    margin-top: -18px;
  }
}

.social-block .content h2 {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin: 0 0 24px;
  margin-right: -160px;
}

@media (max-width: 800px) {
  .social-block .content h2 {
    font-size: 32px;
    line-height: 32px;
    margin-right: -80px;
  }
}

@media (max-width: 600px) {
  .social-block .content h2 {
    margin-bottom: 12px;
  }
}

.social-block .content p {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 24px;
}

.social-block .content .socials {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
}

.social-block .content .socials::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

@media (max-width: 600px) {
  .social-block .content .socials {
    width: 208px;
    margin-left: calc(100% - 154px);
  }
}

.social-block .content .socials a {
  display: inline-block;
  vertical-align: middle;
}

.social-block .content .socials svg {
  fill: #000;
}

.social-block .content .socials svg.ig {
  width: 20px;
  height: 20px;
}

.social-block .content .socials svg.fb {
  width: 9px;
  height: 18px;
}

.social-block .content .socials svg.tw {
  width: 19px;
  height: 15px;
}

.social-block .content .socials svg.pi {
  width: 15px;
  height: 19px;
}

.social-block .content .socials svg.sc {
  width: 18px;
  height: 17px;
}

.popular-posts {
  padding: 0 62px;
  max-width: 1500px;
  margin: 0 auto 141px;
}

@media (max-width: 960px) {
  .popular-posts {
    padding: 0 34px;
  }
}

@media (max-width: 800px) {
  .popular-posts {
    padding: 0;
    margin-bottom: 80px;
  }
}

.popular-posts > h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 48px;
}

@media (max-width: 800px) {
  .popular-posts > h2 {
    margin-bottom: 24px;
  }
}

.popular-posts > h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

.popular-posts .popular-slider {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
}

.popular-posts .popular-slider::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.popular-posts .popular-slider .video-post {
  width: calc(50% - 41.333px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 960px) {
  .popular-posts .popular-slider .video-post {
    width: calc(50% - 22.666px);
  }
}

@media (max-width: 800px) {
  .popular-posts .popular-slider .video-post {
    width: calc(70vw - 136px);
    margin: 0 17px;
  }
}

@media (max-width: 600px) {
  .popular-posts .popular-slider .video-post {
    width: calc(100vw - 96px);
    margin: 0 12px;
  }
}

.popular-posts .popular-slider .video-post img {
  width: 100%;
  height: auto;
}

.popular-posts .popular-slider .video-post .content {
  position: relative;
  padding-left: 68px;
  margin-top: 24px;
  text-align: left;
}

@media (max-width: 800px) {
  .popular-posts .popular-slider .video-post .content {
    padding-left: 0;
    margin-top: 18px;
  }
}

.popular-posts .popular-slider .video-post .content svg {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 800px) {
  .popular-posts .popular-slider .video-post .content svg {
    top: auto;
    left: 16px;
    margin-bottom: 32px;
    bottom: 100%;
  }
}

.popular-posts .popular-slider .video-post .content > span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.popular-posts .popular-slider .video-post .content > span a {
  color: #000;
}

.popular-posts .popular-slider .video-post .content h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -.27px;
  text-transform: uppercase;
  margin: 0;
}

.popular-posts .popular-slider .video-post .content h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

.popular-posts .popular-slider .video-post .content h2 a {
  color: #000;
}

.popular-posts .popular-slider .video-post.no-video .content {
  padding-left: 0;
}

.popular-posts .popular-slider .popular-post {
  width: calc(25% - 41.333px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 960px) {
  .popular-posts .popular-slider .popular-post {
    width: calc(25% - 22.666px);
  }
}

@media (max-width: 800px) {
  .popular-posts .popular-slider .popular-post {
    width: calc(70vw - 136px);
    margin: 0 17px;
  }
}

@media (max-width: 600px) {
  .popular-posts .popular-slider .popular-post {
    width: calc(100vw - 96px);
    margin: 0 12px;
  }
}

.popular-posts .popular-slider .popular-post img {
  width: 100%;
}

.popular-posts .popular-slider .popular-post .content {
  position: relative;
  margin-top: 24px;
  text-align: left;
}

@media (max-width: 800px) {
  .popular-posts .popular-slider .popular-post .content {
    padding-left: 0;
    margin-top: 18px;
  }
}

.popular-posts .popular-slider .popular-post .content > span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.popular-posts .popular-slider .popular-post .content > span a {
  color: #000;
}

.popular-posts .popular-slider .popular-post .content h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -.27px;
  text-transform: uppercase;
  margin: 0;
}

.popular-posts .popular-slider .popular-post .content h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

.popular-posts .popular-slider .popular-post .content h2 a {
  color: #000;
}

.post-grid {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
}

.post-grid::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .post-grid {
    padding: 0 34px;
    margin-top: 68px;
  }
}

@media (max-width: 600px) {
  .post-grid {
    padding: 0;
    margin-top: 0;
  }
}

.post-grid .grid-post {
  width: calc(25% - 46.5px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 98px;
}

@media (max-width: 1170px) {
  .post-grid .grid-post {
    width: calc(25% - 25.5px);
  }
}

@media (max-width: 800px) {
  .post-grid .grid-post {
    width: calc(50% - 17px);
    margin-bottom: 34px;
  }
}

@media (max-width: 600px) {
  .post-grid .grid-post {
    display: block;
    width: 100%;
    margin-bottom: 46px;
  }
}

.post-grid .grid-post.placeholder {
  margin: 0;
}

.post-grid .grid-post img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .post-grid .grid-post img {
    width: calc(100% - 44px);
  }
}

.post-grid .grid-post > a {
  position: relative;
}

@media (max-width: 600px) {
  .post-grid .grid-post > a {
    display: block;
  }
}

@media (max-width: 600px) {
  .post-grid .grid-post > a::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 0;
  }
}

.post-grid .grid-post .content {
  position: relative;
  margin-top: 24px;
  text-align: left;
}

@media (max-width: 600px) {
  .post-grid .grid-post .content {
    margin-top: -43px;
    padding: 0 24px 0 77px;
    text-align: right;
  }
}

.post-grid .grid-post .content > span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.post-grid .grid-post .content > span a {
  color: #000;
}

.post-grid .grid-post .content h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -.27px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 600px) {
  .post-grid .grid-post .content h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 10px 0;
  }
}

.post-grid .grid-post .content h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 1em;
}

.post-grid .grid-post .content h2 a {
  color: #000;
}

@media (max-width: 600px) {
  .post-grid .grid-post:nth-child(even) img {
    margin-left: 44px;
  }
  .post-grid .grid-post:nth-child(even) .content {
    text-align: left;
    padding: 0 77px 0 24px;
  }
}

.load-more {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.load-more::after {
  display: block;
  content: ' ';
  width: 1px;
  height: 40px;
  margin: 12px auto 0;
  background-color: #000;
}

.article-progress {
  position: fixed;
  top: 92px;
  left: 0;
  height: calc(100% - 184px);
  width: 64px;
  background-color: #000;
  z-index: 901;
  border-bottom: solid 1px rgba(255, 255, 255, 0.23);
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .article-progress {
    display: none;
  }
}

.article-progress.loading, .article-progress.hidden {
  opacity: 0;
  pointer-events: none;
}

.article-progress section {
  height: 50%;
  padding: 10px 8px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.23);
  position: relative;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.article-progress section .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #fff;
  opacity: .23;
  z-index: -1;
}

.article-progress section img {
  width: 100%;
}

.article-progress section h2 {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin: 0;
  height: calc(100% - 82px);
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.article-progress section h2 span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  display: block;
  min-width: 100px;
  text-align: center;
}

.article-progress section h2:first-child {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: calc(100% - 92px);
  margin-top: 0;
}

.mobile-progress {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  color: #fff;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

@media (max-width: 960px) {
  .mobile-progress {
    display: block;
  }
}

.mobile-progress.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mobile-progress section {
  width: 50%;
  display: inline-block;
  padding: 6px;
  border-right: solid 1px rgba(255, 255, 255, 0.23);
  margin-right: calc(50% - 47px);
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mobile-progress section img {
  width: 35px;
}

.mobile-progress section h2 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 47px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
}

.mobile-progress section h2:first-child {
  right: 100%;
  left: calc(-100% + 47px);
}

.mobile-progress section span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobile-progress section .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  opacity: .23;
  z-index: -1;
}

article {
  padding: 0 64px 138px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  article {
    padding: 0 32px 64px;
  }
}

@media (max-width: 600px) {
  article {
    padding: 0 20px 88px;
  }
}

article > h1 {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 42px;
  line-height: 70px;
  letter-spacing: .44px;
  text-transform: uppercase;
  margin: 115px 0 57px;
  text-align: center;
}

@media (max-width: 800px) {
  article > h1 {
    font-size: 32px;
    line-height: 56px;
  }
}

@media (max-width: 600px) {
  article > h1 {
    margin: 70px 0 30px;
    font-size: 26px;
    line-height: 40px;
  }
}

article .article-header {
  text-align: right;
  position: relative;
}

article .article-header .img-wrap {
  display: block;
  margin-right: -64px;
  margin-left: 24%;
  background-color: #ededed;
  position: relative;
}

@media (max-width: 600px) {
  article .article-header .img-wrap {
    width: calc(100% - 6px);
    margin-left: 26px;
  }
}

article .article-header .img-wrap img {
  width: 100%;
  display: block;
}

article .article-header .img-wrap .video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

article .article-header .img-wrap .video-trigger svg {
  width: 78px;
  height: 79px;
}

@media (max-width: 600px) {
  article .article-header .img-wrap::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 0;
  }
}

article .article-header h1 {
  position: absolute;
  left: 0;
  bottom: 165px;
  width: 52%;
  font-family: "big-caslon-fb", serif;
  font-size: 68px;
  line-height: 70px;
  letter-spacing: -.78px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 1170px) {
  article .article-header h1 {
    font-size: 52px;
    line-height: 54px;
    bottom: 120px;
  }
}

@media (max-width: 960px) {
  article .article-header h1 {
    bottom: 90px;
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 600px) {
  article .article-header h1 {
    position: static;
    font-size: 34px;
    line-height: 34px;
    margin-top: 12px;
    width: 100%;
    position: relative;
    top: 0;
  }
}

article .article-header h1 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

article .article-header h2 {
  position: absolute;
  top: 122px;
  left: 0;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

@media (max-width: 1170px) {
  article .article-header h2 {
    top: 100px;
  }
}

@media (max-width: 600px) {
  article .article-header h2 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    position: static;
    margin-left: 8px;
    margin-top: -42px;
  }
}

article .article-header h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  display: block;
  margin-top: 10px;
}

@media (max-width: 600px) {
  article .article-header h2 span {
    display: inline;
    margin-left: 12px;
  }
}

article .article-intro {
  font-size: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}

@media (max-width: 960px) {
  article .article-intro {
    margin-bottom: 34px;
  }
}

article .article-intro .pin-wrap {
  width: calc(50% - 32px);
  margin-right: 64px;
  vertical-align: top;
  display: inline-block;
  margin-top: -94px;
}

@media (max-width: 1170px) {
  article .article-intro .pin-wrap {
    margin-top: -60px;
  }
}

@media (max-width: 960px) {
  article .article-intro .pin-wrap {
    width: calc(50% - 17px);
    margin-right: 34px;
  }
}

@media (max-width: 800px) {
  article .article-intro .pin-wrap {
    display: none;
  }
}

article .article-intro .pin-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

article .article-intro .text-col {
  width: calc(50% - 32px);
  vertical-align: top;
  display: inline-block;
  padding-top: 74px;
}

@media (max-width: 960px) {
  article .article-intro .text-col {
    width: calc(50% - 17px);
  }
}

@media (max-width: 800px) {
  article .article-intro .text-col {
    width: 100%;
  }
}

@media (max-width: 600px) {
  article .article-intro .text-col {
    padding-top: 24px;
  }
}

article .article-intro .text-col p {
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  margin: 0 0 36px;
}

@media (max-width: 600px) {
  article .article-intro .text-col p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 24px;
  }
}

article .article-intro .text-col p:first-of-type {
  font-size: 24px;
  line-height: 41px;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: 300;
}

@media (max-width: 600px) {
  article .article-intro .text-col p:first-of-type {
    font-size: 22px;
    line-height: 32px;
  }
}

article .article-intro .text-col p:first-of-type::first-letter {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 87px;
  text-transform: uppercase;
  float: left;
  margin-top: 23px;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 600px) {
  article .article-intro .text-col p:first-of-type::first-letter {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    float: none;
    margin: 0;
    display: inline-block;
  }
}

article .article-intro .text-col p a {
  color: #000;
  font-weight: normal;
  border-bottom: solid 1px;
}

article .article-intro .text-col .author {
  position: absolute;
  bottom: 0;
  left: calc(50% + 31px);
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  article .article-intro .text-col .author {
    left: calc(50% + 17px);
    position: static;
    width: 100%;
  }
}

article .article-intro .text-col .author span {
  font-weight: bold;
  font-family: "aktiv-grotesk", helvetica;
  font-size: 14px;
  line-height: 14px;
}

article .article-intro .text-col .author span::before {
  display: inline-block;
  content: ' ';
  width: 19px;
  margin: 0 10px;
  height: 1px;
  vertical-align: middle;
  background-color: #000;
}

article .article-intro .text-col .author img {
  width: 29px;
  height: auto;
  border-radius: 50%;
  margin-right: 18px;
  margin-bottom: -7px;
}

article .exsite-gallery {
  line-height: 0;
  margin-bottom: 64px;
}

@media (max-width: 960px) {
  article .exsite-gallery {
    margin-bottom: 34px;
  }
}

article .exsite-gallery dl {
  display: inline-block;
  width: calc(50% - 32px);
  margin: 0;
  vertical-align: top;
  position: relative;
}

@media (max-width: 960px) {
  article .exsite-gallery dl {
    width: calc(50% - 17px);
  }
}

@media (max-width: 600px) {
  article .exsite-gallery dl {
    width: calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  article .exsite-gallery dl {
    width: 100%;
  }
}

article .exsite-gallery dl:first-child {
  margin-right: 62px;
}

@media (max-width: 960px) {
  article .exsite-gallery dl:first-child {
    margin-right: 34px;
  }
}

@media (max-width: 600px) {
  article .exsite-gallery dl:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  article .exsite-gallery dl:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

article .exsite-gallery.shoppable-gallery .featured-product {
  position: absolute;
  bottom: 0;
  right: 100%;
  text-align: right;
  width: calc(100% + 64px);
  padding-right: 87px;
  height: 94px;
  font-size: 0;
}

@media (max-width: 960px) {
  article .exsite-gallery.shoppable-gallery .featured-product {
    width: calc(100% + 34px);
  }
}

@media (max-width: 800px) {
  article .exsite-gallery.shoppable-gallery .featured-product {
    padding-right: 34px;
  }
}

@media (max-width: 600px) {
  article .exsite-gallery.shoppable-gallery .featured-product {
    height: 60px;
    width: calc(100% + 20px);
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  article .exsite-gallery.shoppable-gallery .featured-product {
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 12px 0 0;
    text-align: left;
  }
}

article .exsite-gallery.shoppable-gallery .featured-product::after {
  display: inline-block;
  content: ' ';
  width: 161px;
  height: 1px;
  background-color: #000;
  opacity: .26;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% - 87px);
  z-index: 9;
}

@media (max-width: 800px) {
  article .exsite-gallery.shoppable-gallery .featured-product::after {
    width: 34px;
    left: calc(100% - 17px);
  }
}

@media (max-width: 500px) {
  article .exsite-gallery.shoppable-gallery .featured-product::after {
    width: 1px;
    height: 30px;
    bottom: auto;
    top: -15px;
    left: 30px;
    right: auto;
  }
}

article .exsite-gallery.shoppable-gallery .featured-product h2 {
  margin: 0;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 142px);
}

@media (max-width: 800px) {
  article .exsite-gallery.shoppable-gallery .featured-product h2 {
    width: calc(100% - 118px);
  }
}

@media (max-width: 600px) {
  article .exsite-gallery.shoppable-gallery .featured-product h2 {
    font-size: 10px;
    line-height: 10px;
    width: calc(100% - 72px);
  }
}

article .exsite-gallery.shoppable-gallery .featured-product h2 a {
  color: #000;
}

article .exsite-gallery.shoppable-gallery .featured-product h2 span {
  display: block;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px;
}

@media (max-width: 600px) {
  article .exsite-gallery.shoppable-gallery .featured-product h2 span {
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
  }
}

article .exsite-gallery.shoppable-gallery .featured-product .prod-wrap {
  width: 94px;
  height: 94px;
  position: relative;
  margin: 0 24px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 800px) {
  article .exsite-gallery.shoppable-gallery .featured-product .prod-wrap {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  article .exsite-gallery.shoppable-gallery .featured-product .prod-wrap {
    width: 60px;
    height: 60px;
    margin-left: 12px;
  }
}

@media (max-width: 500px) {
  article .exsite-gallery.shoppable-gallery .featured-product .prod-wrap {
    margin-left: 0;
    margin-right: 12px;
  }
}

article .exsite-gallery.shoppable-gallery .featured-product .prod-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

article .exsite-gallery.shoppable-gallery dl:first-child {
  margin-top: 130px;
}

@media (max-width: 500px) {
  article .exsite-gallery.shoppable-gallery dl:first-child {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

article .exsite-gallery.shoppable-gallery dl:first-child .featured-product {
  text-align: left;
  left: 100%;
  right: auto;
  padding-right: 0;
  padding-left: 87px;
  top: calc(100% - 130px);
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 800px) {
  article .exsite-gallery.shoppable-gallery dl:first-child .featured-product {
    padding-left: 34px;
  }
}

@media (max-width: 600px) {
  article .exsite-gallery.shoppable-gallery dl:first-child .featured-product {
    padding-left: 20px;
  }
}

@media (max-width: 500px) {
  article .exsite-gallery.shoppable-gallery dl:first-child .featured-product {
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 12px 0 0;
  }
}

article .exsite-gallery.shoppable-gallery dl:first-child .featured-product::after {
  right: calc(100% - 87px);
  left: auto;
}

@media (max-width: 800px) {
  article .exsite-gallery.shoppable-gallery dl:first-child .featured-product::after {
    right: calc(100% - 17px);
  }
}

@media (max-width: 500px) {
  article .exsite-gallery.shoppable-gallery dl:first-child .featured-product::after {
    right: auto;
    left: 30px;
  }
}

@media (max-width: 800px) {
  article .exsite-gallery.shoppable-gallery dl:first-child .featured-product .prod-wrap {
    margin-left: 0;
    margin-right: 24px;
  }
}

@media (max-width: 600px) {
  article .exsite-gallery.shoppable-gallery dl:first-child .featured-product .prod-wrap {
    margin-right: 12px;
  }
}

article .exsite-gallery.shoppable-gallery dl:nth-child(2) .featured-product {
  top: 0;
  right: 100%;
  bottom: calc(100% - 130px);
  margin: auto 0;
}

@media (max-width: 500px) {
  article .exsite-gallery.shoppable-gallery dl:nth-child(2) .featured-product {
    bottom: auto;
    right: auto;
  }
}

article .text-image-widget {
  font-size: 0;
  margin-bottom: 64px;
}

@media (max-width: 960px) {
  article .text-image-widget {
    margin-bottom: 34px;
  }
}

article .text-image-widget .text-col {
  width: calc(50% - 32px);
  display: inline-block;
  vertical-align: top;
  margin-right: 64px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
}

@media (max-width: 960px) {
  article .text-image-widget .text-col {
    width: calc(50% - 17px);
    margin-right: 34px;
  }
}

@media (max-width: 600px) {
  article .text-image-widget .text-col {
    width: 100%;
    margin-right: 0;
    font-size: 17px;
    line-height: 30px;
  }
}

article .text-image-widget .text-col p {
  margin: 0 0 24px;
}

@media (max-width: 600px) {
  article .text-image-widget .text-col p {
    margin: 0 0 20px;
  }
}

article .text-image-widget .text-col a {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 17px;
}

article .text-image-widget .img-col {
  width: calc(50% - 32px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media (max-width: 960px) {
  article .text-image-widget .img-col {
    width: calc(50% - 17px);
  }
}

@media (max-width: 600px) {
  article .text-image-widget .img-col {
    width: 100%;
  }
}

article .text-image-widget .img-col img {
  width: 100%;
}

article .text-image-widget .img-col .featured-product {
  position: absolute;
  bottom: 0;
  right: 100%;
  text-align: right;
  width: calc(100% + 64px);
  padding-right: 87px;
}

@media (max-width: 960px) {
  article .text-image-widget .img-col .featured-product {
    width: calc(100% + 34px);
  }
}

@media (max-width: 800px) {
  article .text-image-widget .img-col .featured-product {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: 6px;
    text-align: left;
  }
}

article .text-image-widget .img-col .featured-product::after {
  display: inline-block;
  content: ' ';
  width: 161px;
  height: 1px;
  background-color: #000;
  opacity: .26;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% - 87px);
  z-index: 9;
}

@media (max-width: 800px) {
  article .text-image-widget .img-col .featured-product::after {
    left: 46px;
    width: 1px;
    height: 30px;
    bottom: auto;
    top: -15px;
  }
}

@media (max-width: 600px) {
  article .text-image-widget .img-col .featured-product::after {
    left: 30px;
  }
}

article .text-image-widget .img-col .featured-product h2 {
  margin: 0;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 142px);
}

@media (max-width: 800px) {
  article .text-image-widget .img-col .featured-product h2 {
    width: calc(100% - 106px);
  }
}

@media (max-width: 600px) {
  article .text-image-widget .img-col .featured-product h2 {
    width: calc(100% - 72px);
    font-size: 10px;
    line-height: 10px;
  }
}

article .text-image-widget .img-col .featured-product h2 a {
  color: #000;
}

article .text-image-widget .img-col .featured-product h2 span {
  display: block;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px;
}

@media (max-width: 600px) {
  article .text-image-widget .img-col .featured-product h2 span {
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
  }
}

article .text-image-widget .img-col .featured-product .prod-wrap {
  width: 94px;
  height: 94px;
  position: relative;
  margin: 0 24px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 800px) {
  article .text-image-widget .img-col .featured-product .prod-wrap {
    margin-left: 0;
    margin-right: 12px;
  }
}

@media (max-width: 600px) {
  article .text-image-widget .img-col .featured-product .prod-wrap {
    width: 60px;
    height: 60px;
  }
}

article .text-image-widget .img-col .featured-product .prod-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

article .text-image-widget.text-image-widget-alt .text-col {
  margin-left: 64px;
  margin-right: 0;
}

@media (max-width: 960px) {
  article .text-image-widget.text-image-widget-alt .text-col {
    margin-left: 34px;
  }
}

@media (max-width: 600px) {
  article .text-image-widget.text-image-widget-alt .text-col {
    margin-left: 0;
    margin-top: 20px;
  }
}

article .text-image-widget.text-image-widget-alt .featured-product {
  text-align: left;
  left: 100%;
  right: auto;
  padding-right: 0;
  padding-left: 87px;
}

@media (max-width: 800px) {
  article .text-image-widget.text-image-widget-alt .featured-product {
    left: 0;
    padding-left: 0;
  }
}

article .text-image-widget.text-image-widget-alt .featured-product::after {
  right: calc(100% - 87px);
  left: auto;
}

@media (max-width: 800px) {
  article .text-image-widget.text-image-widget-alt .featured-product::after {
    right: auto;
    left: 46px;
  }
}

@media (max-width: 600px) {
  article .text-image-widget.text-image-widget-alt .featured-product::after {
    left: 30px;
  }
}

article .full-image {
  margin-bottom: 64px;
}

@media (max-width: 960px) {
  article .full-image {
    margin-bottom: 34px;
  }
}

article .full-image img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

article.no-landscape .article-intro {
  display: none;
}

.article-end {
  max-width: 540px;
  margin: 0 auto;
  font-size: 0;
}

.article-end .comments-cta {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 600px) {
  .article-end .comments-cta {
    font-size: 16px;
    line-height: 16px;
  }
}

.article-end .comments-cta::after {
  position: absolute;
  display: block;
  content: ' ';
  top: 100%;
  height: 24px;
  width: 1px;
  left: 0;
  right: 0;
  margin: 12px auto 0;
  background-color: #000;
}

.article-end .comments-cta.no-prod {
  margin: 0 auto;
  display: block;
}

.article-end .article-switcher {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.article-end .article-switcher .shop-switcher {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 110px;
  width: 110px;
  z-index: -1;
}

.article-end .article-switcher .shop-switcher img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.article-end .article-switcher .shop-switcher img.active {
  opacity: 1;
}

.article-end .article-switcher h2 {
  margin: 0;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 600px) {
  .article-end .article-switcher h2 {
    font-size: 16px;
    line-height: 16px;
  }
}

.article-end .article-switcher h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

.article-end .comments {
  margin-top: 48px;
  display: none;
}

.article-related {
  position: fixed;
  bottom: 24px;
  left: 90px;
  background-color: #000;
  color: #fff;
  z-index: 903;
  width: 480px;
  padding-left: 40px;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .article-related {
    left: 24px;
  }
}

@media (max-width: 800px) {
  .article-related {
    left: 16px;
    bottom: 12px;
  }
}

@media (max-width: 600px) {
  .article-related {
    width: 220px;
  }
}

.article-related.show {
  opacity: 1;
  pointer-events: all;
}

.article-related::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 600px) {
  .article-related::before {
    display: none;
  }
}

.article-related h2 {
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 40px;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 11px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.article-related h2 span {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.article-related h3 {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 16px 20px;
  margin: 0;
}

@media (max-width: 600px) {
  .article-related h3 {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 600px) {
  .article-related h3:last-child {
    display: none;
  }
}

.article-related h3 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

.article-fixed {
  position: fixed;
  right: 55px;
  bottom: 55px;
  z-index: 902;
  width: 152px;
  text-align: right;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .article-fixed {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    left: 16px;
    right: 16px;
    bottom: 12px;
    width: auto;
    margin: auto;
  }
}

.article-fixed.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.article-fixed .share-fixed {
  height: 41px;
  background-color: #000;
  border-radius: 20px;
  padding: 12px;
  padding-right: 41px;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 55px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 150px;
  z-index: 0;
}

.article-fixed .share-fixed a {
  display: inline-block;
  height: 100%;
}

.article-fixed .share-fixed a:nth-child(2) {
  margin: 0 17px;
}

.article-fixed .share-fixed svg {
  fill: #fff;
  height: 100%;
  width: 17px;
}

.article-fixed span {
  display: block;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  margin-top: 14px;
  width: 41px;
  height: 41px;
  padding: 12px;
  background: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-left: calc(100% - 41px);
}

@media (max-width: 800px) {
  .article-fixed span {
    margin-left: 0;
    display: inline-block;
    margin-top: 0;
  }
}

.article-fixed span svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .article-fixed span svg {
    width: 17px;
    height: 17px;
  }
}

.article-fixed .share-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 800px) {
  .article-fixed .share-wrap {
    margin-bottom: 12px;
  }
}

.article-fixed .share-wrap > span {
  margin-top: 0;
}

.article-fixed .share-trigger:hover + .share-fixed,
.article-fixed .share-fixed:hover {
  left: calc(100% - 206px);
}

.article-shop-shade {
  width: calc(100% - 64px);
  position: fixed;
  top: 0;
  left: 64px;
  height: 100%;
  z-index: 901;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

@media (max-width: 960px) {
  .article-shop-shade {
    left: 0;
    width: 100%;
  }
}

.article-shop-main {
  position: fixed;
  top: 0;
  left: 100%;
  background-color: #fff;
  height: 100%;
  z-index: 901;
  width: 306px;
  text-align: center;
  padding: 40px 24px;
  overflow: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.article-shop-main > h2 {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.article-shop-main > h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 15px;
}

.article-shop-main .img-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
  margin-bottom: 20px;
}

.article-shop-main .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 65%;
  max-height: 75%;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
}

.article-shop-main .product {
  margin-bottom: 48px;
}

.article-shop-main .product a {
  color: #000;
}

.article-shop-main .product span {
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin: 0 0 6px;
  display: block;
}

.article-shop-main .product h3 {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 24px;
}

body.shopping {
  overflow: hidden;
}

body.shopping .article-shop-main {
  left: calc(100% - 306px);
}

body.shopping .article-shop-shade {
  opacity: .5;
  pointer-events: all;
}

body.shopping .article-fixed {
  margin-right: 231px;
}

@media (max-width: 800px) {
  body.shopping .article-fixed {
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    margin-right: 0;
  }
}

body.shopping .article-related {
  z-index: 900;
}

article.no-landscape .pin-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-shop-nav {
  text-align: center;
  position: relative;
  display: none;
}

@media (max-width: 800px) {
  .mobile-shop-nav {
    display: block;
  }
}

@media (max-width: 600px) {
  .mobile-shop-nav {
    margin-top: -73px;
  }
}

.mobile-shop-nav > h2 {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: .67px;
  padding: 26px 0;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}

.mobile-shop-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-shop-nav .mobile-shop-inner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: solid 1px #000;
  background-color: #fff;
  z-index: 99;
  display: none;
}

.mobile-shop-nav .mobile-shop-inner a {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: .67px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.mobile-shop-nav .mobile-shop-inner li {
  margin: 0 0 22px;
  cursor: pointer;
}

.mobile-shop-nav .mobile-shop-inner li ul {
  margin-top: 18px;
  display: none;
}

.mobile-shop-nav .mobile-shop-inner li ul a {
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .33px;
}

.mobile-shop-nav .mobile-shop-inner li.active:not(.top-level) > a::after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: auto;
}

.mobile-shop-nav .mobile-shop-inner li.top-level.active ul {
  display: block;
}

.shop-wrap {
  max-width: 1500px;
  padding: 0 64px;
  margin: 143px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .shop-wrap {
    padding: 0 34px;
    margin-top: 120px;
    display: block;
  }
}

@media (max-width: 600px) {
  .shop-wrap {
    padding: 0 20px;
    margin-top: 76px;
  }
}

.shop-wrap .shop-nav-col {
  width: 278px;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .44px;
  text-transform: uppercase;
}

@media (max-width: 1170px) {
  .shop-wrap .shop-nav-col {
    width: 200px;
  }
}

@media (max-width: 800px) {
  .shop-wrap .shop-nav-col {
    display: none;
  }
}

.shop-wrap .shop-nav-col .shop-nav {
  width: 278px;
}

@media (max-width: 1170px) {
  .shop-wrap .shop-nav-col .shop-nav {
    width: 200px;
  }
}

.shop-wrap .shop-nav-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-wrap .shop-nav-col ul ul {
  margin-top: 20px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .33px;
  display: none;
}

.shop-wrap .shop-nav-col ul ul li.active a::before {
  bottom: 5px;
}

.shop-wrap .shop-nav-col ul li {
  cursor: pointer;
  margin-bottom: 20px;
}

.shop-wrap .shop-nav-col ul li:last-child {
  margin-bottom: 0;
}

.shop-wrap .shop-nav-col ul li svg {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 3px;
}

.shop-wrap .shop-nav-col ul li.top-level.active ul {
  display: block;
}

.shop-wrap .shop-nav-col ul a {
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.shop-wrap .shop-nav-col ul a:hover {
  opacity: .7;
}

.shop-wrap .shop-nav-col ul a::before {
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shop-wrap .shop-nav-col ul a.active::before {
  opacity: 1;
}

.shop-wrap .shop-main {
  width: calc(100% - 278px);
}

@media (max-width: 1170px) {
  .shop-wrap .shop-main {
    width: calc(100% - 200px);
  }
}

@media (max-width: 800px) {
  .shop-wrap .shop-main {
    width: 100%;
  }
}

.shop-wrap .shop-main .prod {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shop-wrap .shop-main .prod:hover {
  opacity: .7;
}

.shop-wrap .shop-main .prod .img-wrap {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 12px;
  display: block;
}

.shop-wrap .shop-main .prod .img-wrap img {
  max-width: 65%;
  max-height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shop-wrap .shop-main .prod span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod span {
    font-size: 11px;
    line-height: 11px;
  }
}

.shop-wrap .shop-main .prod span a {
  color: #000;
}

.shop-wrap .shop-main .prod h2 {
  margin: 4px 0 0;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod h2 {
    font-size: 12px;
    line-height: 14px;
  }
}

.shop-wrap .shop-main .prod h2 a {
  color: #000;
}

.shop-wrap .shop-main .prod-grid {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
}

.shop-wrap .shop-main .prod-grid::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.shop-wrap .shop-main .prod-grid .prod {
  width: calc(33.333% - 22.666px);
  margin-bottom: 34px;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-grid .prod {
    width: calc(50% - 10px);
  }
}

.shop-wrap .shop-main .prod-popular {
  margin-top: 108px;
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-popular {
    margin: 80px 0;
  }
}

.shop-wrap .shop-main .prod-popular > h2 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  width: calc(66.666% - 22.666px);
  margin: 0;
  margin-left: calc(33.334% + 22.666px);
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-popular > h2 {
    -webkit-transform: none;
    transform: none;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}

.shop-wrap .shop-main .prod-popular > h2 span {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
}

.shop-wrap .shop-main .prod-popular .prod-wrap {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
}

.shop-wrap .shop-main .prod-popular .prod-wrap::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.shop-wrap .shop-main .prod-popular .prod-wrap .slick-list {
  overflow: visible;
}

.shop-wrap .shop-main .prod-popular .prod-wrap .prod {
  width: calc(33.333% - 22.666px);
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-popular .prod-wrap .prod {
    width: 50vw;
    padding: 0 10px;
  }
}

.shop-wrap .shop-main .prod-popular .prod-wrap .prod:nth-child(2) {
  margin-top: 80px;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-popular .prod-wrap .prod:nth-child(2) {
    margin-top: 0;
  }
}

.shop-wrap .shop-main .prod-popular .prod-wrap .prod:nth-child(3) {
  margin-top: 160px;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-popular .prod-wrap .prod:nth-child(3) {
    margin-top: 0;
  }
}

.shop-wrap .shop-main .prod-popular .prod-wrap .prod:focus {
  outline: 0;
}

.shop-wrap .shop-main .prod-popular p {
  width: calc(66.666% - 22.666px);
  margin-top: -30px;
  text-align: center;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-popular p {
    width: 100%;
    margin: 40px 0 0;
  }
}

.shop-wrap .shop-main .prod-popular p a {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  position: relative;
}

.shop-wrap .shop-main .prod-popular p a::after {
  position: absolute;
  left: 100%;
  margin-left: 14px;
  width: 43px;
  height: 1px;
  background-color: #000;
  content: ' ';
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 14px;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-popular p a::after {
    display: none;
  }
}

.shop-wrap .shop-main .prod-featured {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.shop-wrap .shop-main .prod-featured .prod {
  width: calc(33.333% - 22.666px);
  float: left;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-featured .prod {
    width: calc(50% - 10px);
    float: none;
  }
}

.shop-wrap .shop-main .prod-featured .prod:first-child {
  width: calc(66.664% - 11.334px);
  margin-right: 34px;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-featured .prod:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}

.shop-wrap .shop-main .prod-featured .prod:first-child img {
  max-width: 90%;
  max-height: 90%;
}

.shop-wrap .shop-main .prod-featured .prod:last-child {
  margin-top: 34px;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .prod-featured .prod:last-child {
    margin-left: 20px;
    margin-top: 0;
  }
}

.shop-wrap .shop-main .load-more {
  margin: 90px 0;
}

@media (max-width: 600px) {
  .shop-wrap .shop-main .load-more {
    margin: 40px 0;
  }
}

.article-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: "adobe-caslon-pro", serif;
  font-size: 20px;
  color: #000;
  line-height: 38px;
  max-width: 540px;
  margin: 0 auto 64px;
}

@media (max-width: 600px) {
  .article-content {
    font-size: 18px;
    line-height: 32px;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h5,
.article-content h6 {
  clear: both;
  margin: 0 0 24px;
  text-align: left;
  font-family: "aktiv-grotesk", helvetica;
  color: #000;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 660px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h5,
  .article-content h6 {
    line-height: 1em;
  }
}

.article-content h1 {
  font-size: 1.5em;
}

.article-content h2 {
  font-size: 1em;
  margin: 67px 0 20px;
}

.article-content h3 {
  font-size: 0.75em;
}

.article-content h5 {
  font-size: 0.625em;
}

.article-content h6 {
  font-size: 0.5em;
}

.article-content h4 {
  font-size: 0.625em;
  font-family: "aktiv-grotesk", helvetica;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.article-content h4:before, .article-content h4:after {
  background-color: #000;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
}

.article-content h4:before {
  right: 2em;
  margin-left: -50%;
}

.article-content h4:after {
  left: 2em;
  margin-right: -50%;
}

.article-content b,
.article-content strong {
  font-family: "aktiv-grotesk", helvetica;
  color: black;
}

.article-content address {
  font-family: "aktiv-grotesk", helvetica;
  font-style: italic;
  font-weight: normal;
}

.article-content a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  color: #000;
  font-family: "aktiv-grotesk", helvetica;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #000;
}

.article-content a:hover {
  color: black;
}

.article-content a:active {
  color: black;
}

.article-content a:visited {
  color: black;
}

@media (max-width: 600px) {
  .article-content a {
    font-size: 15px;
  }
}

.article-content abbr[title],
.article-content acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.article-content cite {
  color: #ededed;
  font-size: 0.875em;
  padding-left: .5em;
}

.article-content code,
.article-content kbd,
.article-content tt,
.article-content var,
.article-content samp,
.article-content pre {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-family: monospace, serif;
  color: black;
}

.article-content dfn,
.article-content em,
.article-content i {
  font-style: italic;
}

.article-content em {
  color: black;
}

.article-content pre {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 1em 2em;
  margin-bottom: 24px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.article-content p {
  margin-bottom: 28px;
  margin-top: 0;
}

@media (max-width: 600px) {
  .article-content p {
    margin-bottom: 20px;
  }
}

.article-content small {
  font-size: smaller;
}

.article-content big {
  font-size: 125%;
}

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

.article-content sup {
  bottom: 1ex;
}

.article-content sub {
  top: .5ex;
}

.article-content img {
  image-rendering: optimizeSpeed;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.article-content figure {
  margin: 0;
}

.article-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

.article-content legend {
  white-space: normal;
}

.article-content hr {
  background-color: #ededed;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

.article-content embed,
.article-content iframe,
.article-content object,
.article-content video {
  margin-bottom: 2em;
  width: 100%;
}

.article-content p > embed,
.article-content p > iframe,
.article-content p > object,
.article-content span > embed,
.article-content span > iframe,
.article-content span > object {
  margin-bottom: 0;
}

.article-content blockquote,
.article-content q {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  text-align: left;
  position: relative;
  margin: 0;
  margin-top: 92px;
}

@media (max-width: 600px) {
  .article-content blockquote,
  .article-content q {
    font-size: 22px;
    line-height: 32px;
    margin-top: 70px;
  }
}

.article-content blockquote::before,
.article-content q::before {
  font-family: "big-caslon-fb", serif;
  font-weight: normal;
  font-size: 288px;
  line-height: 288px;
  letter-spacing: 1.85px;
  position: absolute;
  top: -100px;
  content: '“';
  display: block;
  pointer-events: none;
}

@media (max-width: 600px) {
  .article-content blockquote::before,
  .article-content q::before {
    font-size: 190px;
    line-height: 190px;
    top: -70px;
  }
}

.article-content table {
  margin-bottom: 2em;
  width: 100%;
  color: black;
  border: 1px solid white;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

.article-content th,
.article-content td {
  border: 1px solid white;
  font-size: 1em;
}

.article-content caption,
.article-content th,
.article-content td {
  font-weight: normal;
  text-align: left;
  padding: .5em .8em;
}

.article-content th {
  border-width: 0 1px 1px 0;
}

.article-content td {
  border-width: 0 1px 1px 0;
}

.article-content thead th {
  color: black;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}

.article-content tbody th {
  font-size: 1em;
  text-align: right;
}

.article-content tbody tr:nth-of-type(even) {
  background-color: white;
}

.article-content dl {
  margin-bottom: 48px;
}

.article-content dt {
  color: black;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
}

.article-content dd {
  margin-bottom: 1em;
}

.article-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ul li {
  margin: 0 0 .2em;
  padding-left: 40px;
  position: relative;
}

.article-content ul li::before {
  content: ' ';
  display: block;
  width: 23px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 16px;
  left: 0;
}

.article-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  margin-bottom: 48px;
  counter-reset: post-ol-counter;
}

.article-content ol li {
  counter-increment: post-ol-counter;
  margin: 0 0 .2em;
  padding-left: 40px;
  position: relative;
}

.article-content ol li::before {
  content: counter(post-ol-counter) ".";
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: 0;
}

.article-content .alignnone {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-content .alignleft {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignleft {
    max-width: 40%;
  }
}

.article-content .alignright {
  float: right;
  margin: 0 0 0 1.5em;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignright {
    max-width: 40%;
  }
}

.article-content .aligncenter {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}

.article-content .wp-caption-text {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  color: rgba(105, 105, 103, 0.44);
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  margin: .5em 0 1em;
  display: block;
}

.article-content .double-img {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  display: block;
  overflow: auto;
}

.article-content .double-img::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.article-content .double-img .col {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4%;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.tags a {
  border-bottom: 0;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 64px;
  width: calc(100% - 64px);
  height: 100%;
  background-color: #000;
  color: #fff;
  display: none;
  z-index: 999;
}

@media (max-width: 960px) {
  .fixed-menu {
    width: 100%;
    left: 0;
  }
}

.fixed-menu header {
  text-align: center;
  position: relative;
  padding: 38px 34px;
}

@media (max-width: 600px) {
  .fixed-menu header {
    padding: 38px;
  }
}

@media (max-width: 800px) {
  .fixed-menu header > a {
    display: none;
  }
}

.fixed-menu header > a svg {
  width: 155px;
  height: 21px;
}

.fixed-menu header .socials {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding-left: 16px;
  font-size: 0;
}

@media (max-width: 960px) {
  .fixed-menu header .socials {
    padding-left: 34px;
  }
}

@media (max-width: 800px) {
  .fixed-menu header .socials {
    width: calc(50% + 42px);
    text-align: right;
  }
}

@media (max-width: 600px) {
  .fixed-menu header .socials {
    padding-left: 16px;
  }
}

.fixed-menu header .socials .hamburger {
  display: none;
  vertical-align: middle;
  margin-right: 24px;
}

@media (max-width: 960px) {
  .fixed-menu header .socials .hamburger {
    display: inline-block;
  }
}

@media (max-width: 800px) {
  .fixed-menu header .socials .hamburger {
    float: left;
  }
}

.fixed-menu header .socials a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

@media (max-width: 600px) {
  .fixed-menu header .socials a {
    display: none;
  }
}

.fixed-menu header .socials svg {
  fill: #fff;
}

.fixed-menu header .socials svg.ig {
  width: 20px;
  height: 20px;
}

.fixed-menu header .socials svg.fb {
  width: 9px;
  height: 18px;
}

.fixed-menu header .socials svg.tw {
  width: 19px;
  height: 15px;
}

.fixed-menu header .socials svg.pi {
  width: 15px;
  height: 19px;
}

.fixed-menu header .socials svg.sc {
  width: 18px;
  height: 17px;
}

.fixed-menu header .socials svg.yt {
  width: 20px;
  height: 20px;
}

.fixed-menu header .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  line-height: 12px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 36px;
}

@media (max-width: 800px) {
  .fixed-menu header .controls {
    width: calc(50% - 42px);
    text-align: left;
    padding-left: 24px;
  }
}

@media (max-width: 600px) {
  .fixed-menu header .controls {
    width: 175px;
    padding-left: 0;
    padding-right: 16px;
  }
}

.fixed-menu header .controls a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 800px) {
  .fixed-menu header .controls a:last-child {
    float: right;
    margin-bottom: -20px;
    margin-top: -10px;
  }
}

.fixed-menu header .controls span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
  cursor: pointer;
}

.fixed-menu header .controls .search {
  width: 22px;
  height: 24px;
  stroke: #fff;
}

.fixed-menu header .controls .icon-alt {
  width: 41px;
  height: 41px;
}

.fixed-menu .menu-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

@media (max-width: 600px) {
  .fixed-menu .menu-content {
    padding-top: 72px;
    padding-bottom: 160px;
  }
}

.fixed-menu .menu-content nav {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding-left: 16px;
  font-size: 0;
}

@media (max-width: 800px) {
  .fixed-menu .menu-content nav {
    width: 100%;
    padding: 0 34px;
  }
}

@media (max-width: 600px) {
  .fixed-menu .menu-content nav {
    padding: 0 24px;
  }
}

.fixed-menu .menu-content nav a {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  width: 50%;
  display: inline-block;
}

@media (max-width: 800px) {
  .fixed-menu .menu-content nav a {
    width: 25%;
  }
}

@media (max-width: 600px) {
  .fixed-menu .menu-content nav a {
    width: 50%;
    font-size: 18px;
    line-height: 18px;
    padding-right: 12px;
    margin-bottom: 23px;
  }
}

.fixed-menu .menu-content p {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-right: 100px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: -.67px;
}

@media (max-width: 1080px) {
  .fixed-menu .menu-content p {
    padding-right: 34px;
  }
}

@media (max-width: 800px) {
  .fixed-menu .menu-content p {
    width: 100%;
    padding: 0 34px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 600px) {
  .fixed-menu .menu-content p {
    font-size: 0;
    line-height: 0;
    margin-top: 0;
    padding: 0 24px;
    margin: 12px 0 18px;
  }
}

.fixed-menu .menu-content p span {
  display: block;
  margin-top: 30px;
}

@media (max-width: 800px) {
  .fixed-menu .menu-content p span {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .fixed-menu .menu-content p span {
    margin-top: 0;
  }
}

.fixed-menu .menu-content p span a {
  font-family: "aktiv-grotesk", helvetica;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.75px;
  margin-right: 24px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .fixed-menu .menu-content p span a {
    font-weight: normal;
    margin-bottom: 14px;
  }
  .fixed-menu .menu-content p span a:last-child {
    margin-right: 0;
  }
}

.fixed-menu .menu-content p span a.credit {
  float: right;
  margin-right: 0;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .fixed-menu .menu-content p span a.credit {
    float: none;
    margin-top: 40px;
    display: block;
  }
}

.fixed-menu .menu-content p span a.credit svg {
  width: 140px;
  height: 9px;
  fill: #fff;
}

.fixed-menu .menu-content .mob-socials {
  display: none;
  padding: 0 24px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .fixed-menu .menu-content .mob-socials {
    display: block;
  }
}

.fixed-menu .menu-content .mob-socials a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.fixed-menu .menu-content .mob-socials svg {
  fill: #fff;
}

.fixed-menu .menu-content .mob-socials svg.ig {
  width: 20px;
  height: 20px;
}

.fixed-menu .menu-content .mob-socials svg.fb {
  width: 9px;
  height: 18px;
}

.fixed-menu .menu-content .mob-socials svg.tw {
  width: 19px;
  height: 15px;
}

.fixed-menu .menu-content .mob-socials svg.pi {
  width: 15px;
  height: 19px;
}

.fixed-menu .menu-content .mob-socials svg.sc {
  width: 18px;
  height: 17px;
}

.fixed-menu .menu-content .mob-socials svg.yt {
  width: 20px;
  height: 20px;
}

.fixed-menu .newsletter-menu {
  left: 0;
  width: 100%;
  padding-left: 16px;
}

@media (max-width: 800px) {
  .fixed-menu .newsletter-menu span {
    display: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 28px;
  height: 20px;
  position: relative;
}

.hamburger-inner {
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9.5px;
}

.hamburger-inner::after {
  bottom: -9.5px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -19px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9.5px, 0) rotate(-45deg);
          transform: translate3d(0, -9.5px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -19px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9.5px, 0) rotate(45deg);
          transform: translate3d(0, -9.5px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 9.5px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 19px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9.5px, 0) rotate(135deg);
          transform: translate3d(0, 9.5px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -19px, 0) rotate(-270deg);
          transform: translate3d(0, -19px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 9.5px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 19px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9.5px, 0) rotate(-135deg);
          transform: translate3d(0, 9.5px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -19px, 0) rotate(270deg);
          transform: translate3d(0, -19px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 9.5px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -56px;
  top: -56px;
  -webkit-transform: translate3d(56px, 56px, 0) rotate(45deg);
          transform: translate3d(56px, 56px, 0) rotate(45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -56px;
  top: -56px;
  -webkit-transform: translate3d(-56px, 56px, 0) rotate(-45deg);
          transform: translate3d(-56px, 56px, 0) rotate(-45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9.5px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -56px;
  top: 56px;
  -webkit-transform: translate3d(56px, -56px, 0) rotate(-45deg);
          transform: translate3d(56px, -56px, 0) rotate(-45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -56px;
  top: 56px;
  -webkit-transform: translate3d(-56px, -56px, 0) rotate(45deg);
          transform: translate3d(-56px, -56px, 0) rotate(45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}

.hamburger--slider .hamburger-inner::before {
  top: 9.5px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 19px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9.5px, 0) rotate(45deg);
          transform: translate3d(0, 9.5px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4px, -8.5px, 0);
          transform: rotate(-45deg) translate3d(-4px, -8.5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -19px, 0) rotate(-90deg);
          transform: translate3d(0, -19px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 9.5px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 19px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9.5px, 0) rotate(-45deg);
          transform: translate3d(0, 9.5px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4px, -8.5px, 0);
          transform: rotate(45deg) translate3d(4px, -8.5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -19px, 0) rotate(90deg);
          transform: translate3d(0, -19px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*# sourceMappingURL=style.css.map */
