/*
 VARIABLES --------------------
 */
/*
 FONT SIZE MIXIN FUNCTION --------------------
 */
/*
 MIXINS --------------------
 */
/*
 EXTEND / INHERITANCE --------------------
 */
.archive-grid-outer-wrap .grid-wrap .archive-block .thumbnail-image, .page-wrap#work-shop-post .landing-image .image.full-bleed {
  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-title-overlay, .page-gif-overlay, .page-wrap#home .animated-image-wrap .animated-image, .page-wrap#work-shop-post .post-header-wrap .close-button img, .page-wrap#work-shop-post .post-header-wrap .close-button:after, .page-wrap#work-shop-post .landing-image .overlay-text, .page-wrap#work-shop-post .landing-image .image.smaller {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/*
 COLUMN SIZING --------------------
 */
.grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}
.grid.twelve-col .col.one {
  width: 6.87%;
}
.grid.twelve-col .col.two {
  width: 15.336%;
}
.grid.twelve-col .col.three {
  width: 23.802%;
}
.grid.twelve-col .col.four {
  width: 32.268%;
}
.grid.twelve-col .col.five {
  width: 40.734%;
}
.grid.twelve-col .col.six {
  width: 49.2%;
}
.grid.twelve-col .col.seven {
  width: 57.666%;
}
.grid.twelve-col .col.eight {
  width: 66.132%;
}
.grid.twelve-col .col.nine {
  width: 74.598%;
}
.grid.twelve-col .col.ten {
  width: 83.064%;
}
.grid.twelve-col .col.eleven {
  width: 91.53%;
}
.grid.twelve-col .col.twelve {
  width: 100%;
}
.grid.twelve-col .gutter {
  width: 1.596%;
}
.grid.twelve-col .gutter-margin-right {
  margin-right: 1.596%;
}
.grid.twelve-col .gutter-margin-right:last-child {
  margin-right: 0px !important;
}
@media only screen and (max-width: 520px) {
  .grid.twelve-col .col.small_one {
    width: 21.6% !important;
  }
  .grid.twelve-col .col.small_two {
    width: 47.733% !important;
  }
  .grid.twelve-col .col.small_three {
    width: 73.866 !important;
  }
  .grid.twelve-col .col.small_four {
    width: 100% !important;
  }
  .grid.twelve-col .small_gutter {
    width: 4.533% !important;
  }
}
/*
 GENERAL STYLES --------------------
 */
html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
html, body {
  overflow-x: hidden !important;
}
html {
  overflow-y: scroll;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: neue-haas-unica, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  transition: background-color 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body a {
  color: #000;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
html.hairlines a {
  border-width: 0.5px;
}
/*
 SITE WIDE CONTENT ------------------
 */
#content {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  /* 	min-height: 100vh; */
}
.content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.content-wrapper.visible {
  opacity: 1;
}
.page-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 150px;
}
@media only screen and (max-width: 520px) {
  .page-wrap {
    padding-bottom: 30vw;
  }
}
.lazyload-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
svg {
  display: block;
  width: 100%;
  height: auto;
}
.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.loading-overlay.blue {
  background-color: #336aff;
}
.loading-overlay.orange {
  background-color: #fd5800;
}
.loading-overlay.yellow {
  background-color: #ffdd21;
}
.loading-overlay.grey {
  background-color: #e0e0e0;
}
.loading-overlay.white {
  background-color: #fff;
}
.loading-overlay.transparent {
  background-color: transparent;
}
.page-title-overlay {
  position: fixed;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 800;
  pointer-events: none;
  display: none;
}
.page-gif-overlay {
  position: fixed;
  width: 19.5%;
  height: auto;
  max-width: 250px;
  text-align: center;
  z-index: 800;
  pointer-events: none;
  display: none;
}
.archive-grid-outer-wrap {
  position: relative;
  display: block;
  width: 87%;
  height: auto;
  margin: 0 auto;
}
.archive-grid-outer-wrap .grid-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
}
.archive-grid-outer-wrap .grid-wrap .archive-block {
  position: relative;
  width: 264px;
  height: auto;
  margin-bottom: 100px;
  text-decoration: none !important;
}
.archive-grid-outer-wrap .grid-wrap .archive-block .made-by-mentsen {
  position: absolute;
  width: 75px;
  height: auto;
  right: 10px;
  top: -37.5px;
  z-index: 99;
  pointer-events: none;
}
.archive-grid-outer-wrap .grid-wrap .archive-block .thumbnail-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 19px;
}
.archive-grid-outer-wrap .grid-wrap .archive-block .thumbnail-image:after {
  content: "";
  display: block;
  padding-bottom: 123%;
}
.archive-grid-outer-wrap .grid-wrap .archive-block .thumbnail-image.shop {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.archive-grid-outer-wrap .grid-wrap .archive-block .subtitles {
  display: block;
  margin-top: 13px;
}
.archive-grid-outer-wrap .grid-wrap .archive-block .subtitles span {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .archive-grid-outer-wrap {
    width: 87%;
  }
}
@media only screen and (max-width: 520px) {
  .archive-grid-outer-wrap {
    width: 100%;
  }
  .archive-grid-outer-wrap .grid-wrap .grid-sizer {
    width: 70.39vw;
  }
  .archive-grid-outer-wrap .grid-wrap .archive-block {
    width: 70.39vw;
    margin-bottom: 29.3vw;
  }
  .archive-grid-outer-wrap .grid-wrap .archive-block:last-child {
    margin-bottom: 0px !important;
  }
  .archive-grid-outer-wrap .grid-wrap .archive-block .thumbnail-image {
    margin-bottom: 4.8vw;
  }
  .archive-grid-outer-wrap .grid-wrap .archive-block .subtitle {
    margin-top: 3.7vw;
  }
}
.image-caption {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.image-caption * {
  color: #6f6f6f;
}
@media only screen and (max-width: 520px) {
  .image-caption {
    margin-top: 2.13vw;
  }
}
/*
 CONTENT WRAPS ------------------
 */
.large-content-wrap {
  position: relative;
  width: calc(100% - 270px);
  width: -o-calc(100% - 270px);
  width: -ms-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: -webkit-calc(100% - 270px);
  margin: 0 auto;
  z-index: 1;
}
.post-content-wrap {
  position: relative;
  width: calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: -ms-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
.post-content-wrap.no-max {
  max-width: 100%;
}
@media only screen and (max-width: 1280px) {
  .large-content-wrap {
    width: calc(100% - 22vw);
    width: -o-calc(100% - 22vw);
    width: -ms-calc(100% - 22vw);
    width: -moz-calc(100% - 22vw);
    width: -webkit-calc(100% - 22vw);
  }
}
@media only screen and (max-width: 520px) {
  .large-content-wrap {
    width: calc(100% - 29.3vw);
    width: -o-calc(100% - 29.3vw);
    width: -ms-calc(100% - 29.3vw);
    width: -moz-calc(100% - 29.3vw);
    width: -webkit-calc(100% - 29.3vw);
  }
}
/*
 IN VIEWPORT CONTENT ------------------
 */
.out-of-opacity {
  transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  opacity: 0;
}
.in-opacity {
  opacity: 1;
}
/*
 TEXT STYLES CONTENT ------------------
 */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: neue-haas-unica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1em;
}
h1 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 1.12em;
  margin-bottom: 0.6em;
  font-size: 40px;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc(4.0625vw + 27px);
  }
}
@media (min-width: 640px) {
  h1 {
    font-size: calc(4.375vw + 25px);
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: calc(4.0625vw + 28px);
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.3em;
  margin-bottom: 0.8em;
  font-size: 30px;
}
@media (min-width: 320px) {
  h2 {
    font-size: calc(0.9375vw + 27px);
  }
}
@media (min-width: 640px) {
  h2 {
    font-size: calc(1.25vw + 25px);
  }
}
@media (min-width: 960px) {
  h2 {
    font-size: calc(0.9375vw + 28px);
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.4em;
  font-size: 18px;
}
@media (min-width: 320px) {
  h3 {
    font-size: calc(1.875vw + 12px);
  }
}
@media (min-width: 640px) {
  h3 {
    font-size: calc(1.875vw + 12px);
  }
}
@media (min-width: 960px) {
  h3 {
    font-size: calc(1.875vw + 12px);
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 36px;
  }
}
h4 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.4em;
  font-size: 14px;
}
@media (min-width: 320px) {
  h4 {
    font-size: calc(1.25vw + 10px);
  }
}
@media (min-width: 640px) {
  h4 {
    font-size: calc(1.5625vw + 8px);
  }
}
@media (min-width: 960px) {
  h4 {
    font-size: calc(1.5625vw + 8px);
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 28px;
  }
}
h5 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4em;
  font-size: 12px;
}
@media (min-width: 320px) {
  h5 {
    font-size: calc(0.3125vw + 11px);
  }
}
@media (min-width: 640px) {
  h5 {
    font-size: calc(0.625vw + 9px);
  }
}
@media (min-width: 960px) {
  h5 {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1280px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4em;
  font-size: 12px;
}
@media (min-width: 320px) {
  h6 {
    font-size: calc(0vw + 12px);
  }
}
@media (min-width: 640px) {
  h6 {
    font-size: calc(0.3125vw + 10px);
  }
}
@media (min-width: 960px) {
  h6 {
    font-size: calc(0.3125vw + 10px);
  }
}
@media (min-width: 1280px) {
  h6 {
    font-size: 14px;
  }
}
p {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 16px;
}
@media (min-width: 320px) {
  p {
    font-size: calc(0.3125vw + 15px);
  }
}
@media (min-width: 640px) {
  p {
    font-size: calc(0.625vw + 13px);
  }
}
@media (min-width: 960px) {
  p {
    font-size: calc(0.3125vw + 16px);
  }
}
@media (min-width: 1280px) {
  p {
    font-size: 20px;
  }
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0px !important;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea:focus, input:focus, select:focus {
  outline: 0;
}
body.post-type-archive-shop h1, body.single-shop h1 {
  font-family: house-slant, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 80px;
  line-height: 0.8em;
  font-size: 50px;
}
@media (min-width: 320px) {
  body.post-type-archive-shop h1, body.single-shop h1 {
    font-size: calc(3.125vw + 40px);
  }
}
@media (min-width: 640px) {
  body.post-type-archive-shop h1, body.single-shop h1 {
    font-size: calc(3.125vw + 40px);
  }
}
@media (min-width: 960px) {
  body.post-type-archive-shop h1, body.single-shop h1 {
    font-size: calc(3.125vw + 40px);
  }
}
@media (min-width: 1280px) {
  body.post-type-archive-shop h1, body.single-shop h1 {
    font-size: 80px;
  }
}
body.post-type-archive-shop h2, body.single-shop h2 {
  font-family: house-slant, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 50px;
  font-size: 24px;
}
@media (min-width: 320px) {
  body.post-type-archive-shop h2, body.single-shop h2 {
    font-size: calc(2.8125vw + 15px);
  }
}
@media (min-width: 640px) {
  body.post-type-archive-shop h2, body.single-shop h2 {
    font-size: calc(2.8125vw + 15px);
  }
}
@media (min-width: 960px) {
  body.post-type-archive-shop h2, body.single-shop h2 {
    font-size: calc(2.5vw + 18px);
  }
}
@media (min-width: 1280px) {
  body.post-type-archive-shop h2, body.single-shop h2 {
    font-size: 50px;
  }
}
body.post-type-archive-shop h3, body.single-shop h3 {
  font-family: house-slant, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 10.6vw;
  }
  h2 {
    font-size: 8vw;
  }
  h3 {
    font-size: 4.8vw;
  }
  h4 {
    font-size: 3.73vw;
  }
  h5 {
    font-size: 3.2vw;
  }
  h6 {
    font-size: 3.2vw;
  }
  p {
    font-size: 4.26vw;
  }
  body.post-type-archive-shop h1, body.single-shop h1 {
    font-size: 13.33vw;
  }
  body.post-type-archive-shop h2, body.single-shop h2 {
    font-size: 6.4vw;
  }
  body.post-type-archive-shop h3, body.single-shop h3 {
    font-size: 6.4vw;
  }
  body.post-type-archive-news h2, body.single-news h2 {
    font-size: 5.33vw;
  }
  body.post-type-archive-news h4, body.single-news h4 {
    font-size: 3.73vw;
  }
  body.post-type-archive-news h5, body.single-news h5 {
    font-size: 3.73vw;
  }
  body.post-type-archive-news p, body.single-news p {
    font-size: 3.2vw;
  }
}
/*
 FIXED COLOUR CONTENT ------------------
 */
.fixed-colour {
  position: fixed;
  z-index: 450;
  pointer-events: none;
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fixed-colour.horizontal {
  width: 100%;
  height: 60px;
  width: calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
}
.fixed-colour.horizontal.hidden {
  width: 100%;
}
.fixed-colour.horizontal.unopen {
  width: 75%;
  height: 41%;
  pointer-events: none;
}
.fixed-colour.vertical {
  width: 60px;
  height: 100%;
  height: calc(100% - 60px);
  height: -o-calc(100% - 60px);
  height: -ms-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
}
.fixed-colour.vertical.hidden {
  height: 100%;
}
.fixed-colour.vertical.unopen {
  width: 25%;
  height: 59%;
  pointer-events: none;
}
.fixed-colour.top {
  top: 0;
  left: 0;
}
.fixed-colour.top.hidden {
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.fixed-colour.right {
  top: 0;
  right: 0;
}
.fixed-colour.right.hidden {
  transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.fixed-colour.bottom {
  bottom: 0;
  right: 0;
}
.fixed-colour.bottom.hidden {
  transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.fixed-colour.left {
  bottom: 0;
  left: 0;
}
.fixed-colour.left.hidden {
  transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.fixed-colour.work {
  background-color: #fd5800;
}
.fixed-colour.shop {
  background-color: #ffdd21;
}
.fixed-colour.news {
  background-color: #e0e0e0;
}
.fixed-colour.about {
  background-color: #336aff;
}
.fixed-colour.faded {
  opacity: 0;
}
.fixed-colour.opened {
  width: 100% !important;
  height: 100% !important;
  z-index: 500;
}
@media only screen and (max-width: 520px) {
  .fixed-colour.horizontal {
    height: 13.33vw;
    width: calc(100% - 13.33vw);
    width: -o-calc(100% - 13.33vw);
    width: -ms-calc(100% - 13.33vw);
    width: -moz-calc(100% - 13.33vw);
    width: -webkit-calc(100% - 13.33vw);
  }
  .fixed-colour.horizontal.hidden {
    width: 100%;
  }
  .fixed-colour.horizontal.unopen {
    width: 52%;
    height: 27%;
  }
  .fixed-colour.vertical {
    width: 13.33vw;
    height: calc(100% - 13.33vw);
    height: -o-calc(100% - 13.33vw);
    height: -ms-calc(100% - 13.33vw);
    height: -moz-calc(100% - 13.33vw);
    height: -webkit-calc(100% - 13.33vw);
  }
  .fixed-colour.vertical.hidden {
    height: 100%;
  }
  .fixed-colour.vertical.unopen {
    width: 48%;
    height: 73%;
  }
}
/*
 FIXED NAV CONTENT ------------------
 */
.fixed-nav {
  position: fixed;
  z-index: 500;
  cursor: pointer;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fixed-nav.horizontal {
  width: 100%;
  height: 60px;
  width: calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
}
.fixed-nav.vertical {
  width: 60px;
  height: 100%;
  height: calc(100% - 60px);
  height: -o-calc(100% - 60px);
  height: -ms-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
}
.fixed-nav.top {
  top: 0;
  left: 0;
}
.fixed-nav.top span.title {
  padding-left: 30px;
}
.fixed-nav.right {
  top: 0;
  right: 0;
}
.fixed-nav.right span.title {
  top: 0;
  left: 0;
  transform: rotate(90deg) translate(0%, -100%);
  -o-transform: rotate(90deg) translate(0%, -100%);
  -ms-transform: rotate(90deg) translate(0%, -100%);
  -moz-transform: rotate(90deg) translate(0%, -100%);
  -webkit-transform: rotate(90deg) translate(0%, -100%);
  transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  padding-left: 30px;
}
.fixed-nav.bottom {
  bottom: 0;
  right: 0;
}
.fixed-nav.bottom span.title {
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 30px;
}
.fixed-nav.left {
  bottom: 0;
  left: 0;
}
.fixed-nav.left span.title {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg) translate(0%, 100%);
  -o-transform: rotate(-90deg) translate(0%, 100%);
  -ms-transform: rotate(-90deg) translate(0%, 100%);
  -moz-transform: rotate(-90deg) translate(0%, 100%);
  -webkit-transform: rotate(-90deg) translate(0%, 100%);
  transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  padding-left: 30px;
}
.fixed-nav span.title {
  position: absolute;
  width: auto;
  height: 60px;
  line-height: 55px;
}
.fixed-nav span.title p {
  line-height: 55px;
}
.fixed-nav.hidden {
  opacity: 0 !important;
  pointer-events: none;
}
.fixed-nav.inactive {
  opacity: 0.3;
}
@media only screen and (max-width: 520px) {
  .fixed-nav.horizontal {
    width: 100%;
    height: 13.33vw;
    width: calc(100% - 13.33vw);
    width: -o-calc(100% - 13.33vw);
    width: -ms-calc(100% - 13.33vw);
    width: -moz-calc(100% - 13.33vw);
    width: -webkit-calc(100% - 13.33vw);
  }
  .fixed-nav.vertical {
    width: 13.33vw;
    height: 100%;
    height: calc(100% - 13.33vw);
    height: -o-calc(100% - 13.33vw);
    height: -ms-calc(100% - 13.33vw);
    height: -moz-calc(100% - 13.33vw);
    height: -webkit-calc(100% - 13.33vw);
  }
  .fixed-nav.top span.title {
    padding-left: 6.66vw;
  }
  .fixed-nav.right span.title {
    padding-left: 6.66vw;
  }
  .fixed-nav.bottom span.title {
    padding-right: 6.66vw;
  }
  .fixed-nav.left span.title {
    padding-left: 6.66vw;
  }
  .fixed-nav span.title {
    position: absolute;
    width: auto;
    height: 13.33vw;
    line-height: 13vw;
  }
  .fixed-nav span.title p {
    line-height: 13vw;
  }
}
/*
 HOMEPAGE CONTENT ------------------
 */
.page-wrap#home {
  padding-bottom: 0px;
  min-height: auto !important;
}
.page-wrap#home .animated-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-wrap#home .animated-image-wrap .animated-image {
  position: absolute;
  width: auto !important;
  max-width: 25%;
  height: auto !important;
  max-height: 75%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home .animated-image-wrap .animated-image {
    max-width: 45%;
  }
}
/*
 ABOUT PAGE CONTENT ------------------
 */
.page-wrap#about {
  padding-top: 120px;
}
.page-wrap#about .inner-page-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 850px;
  margin: 0 auto;
}
.page-wrap#about .two-column-section {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.page-wrap#about .two-column-section .column {
  position: relative;
  display: block;
  width: 47%;
  height: auto;
}
.page-wrap#about .two-column-section .column .inner-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.page-wrap#about .two-column-section .column .inner-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#about .image-section {
  position: relative;
  display: block;
  width: 58%;
  height: auto;
  margin: 0 auto;
  margin-top: 110px;
}
@media only screen and (max-width: 1280px) {
  .page-wrap#about .inner-page-content {
    width: 85%;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about {
    padding-top: 27.4vw;
  }
  .page-wrap#about .inner-page-content {
    width: 100%;
  }
  .page-wrap#about .two-column-section {
    display: block;
  }
  .page-wrap#about .two-column-section .column {
    width: 100%;
    margin-bottom: 21.33vw;
  }
  .page-wrap#about .two-column-section .column:last-child {
    margin-bottom: 0px !important;
  }
  .page-wrap#about .two-column-section .column .inner-section {
    margin-bottom: 8vw;
  }
  .page-wrap#about .image-section {
    width: 100%;
    margin-top: 26.6vw;
  }
}
/*
 WORK ARCHIVE CONTENT ------------------
 */
.page-wrap#work-archive {
  padding-top: 75px;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-archive {
    padding-top: 19vw;
  }
}
.page-wrap#work-archive .filter-menu {
  position: relative;
  display: block;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin-bottom: 70px;
}
.page-wrap#work-archive .filter-menu .filter-menu-item {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  margin: 0 15px 0 15px;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#work-archive .filter-menu .filter-menu-item.active {
  color: #000;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-archive .filter-menu {
    margin-bottom: 16vw;
  }
  .page-wrap#work-archive .filter-menu .filter-menu-item {
    margin: 0 2.93vw 0 2.93vw;
  }
}
/*
 WORK / SHOP POST CONTENT ------------------
 */
.page-wrap#work-shop-post {
  padding-bottom: 0px;
}
.page-wrap#work-shop-post .post-header-wrap {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 21px 0 21px 0;
  text-align: center;
  z-index: 99;
}
.page-wrap#work-shop-post .post-header-wrap .close-button {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 45px;
  top: 40px;
}
.page-wrap#work-shop-post .post-header-wrap .close-button img {
  position: absolute;
  width: 100%;
  height: auto;
}
.page-wrap#work-shop-post .post-header-wrap .close-button:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 40px);
  width: -o-calc(100% + 40px);
  width: -ms-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  height: -o-calc(100% + 40px);
  height: -ms-calc(100% + 40px);
  height: -moz-calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: -1;
}
.page-wrap#work-shop-post .post-header-wrap p {
  line-height: 1em;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .post-header-wrap {
    padding: 5.3vw 0 5.3vw 0;
  }
  .page-wrap#work-shop-post .post-header-wrap .close-button {
    width: 5.33vw;
    height: 5.33vw;
    left: 5.33vw;
    top: 5.06vw;
  }
  .page-wrap#work-shop-post .post-header-wrap .close-button img {
    width: 100%;
  }
  .page-wrap#work-shop-post .post-header-wrap .close-button:after {
    width: calc(100% + 7.46vw);
    width: -o-calc(100% + 7.46vw);
    width: -ms-calc(100% + 7.46vw);
    width: -moz-calc(100% + 7.46vw);
    width: -webkit-calc(100% + 7.46vw);
    height: calc(100% + 7.46vw);
    height: -o-calc(100% + 7.46vw);
    height: -ms-calc(100% + 7.46vw);
    height: -moz-calc(100% + 7.46vw);
    height: -webkit-calc(100% + 7.46vw);
  }
}
.page-wrap#work-shop-post .landing-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-shop-post .landing-image .overlay-text {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 5% 0 5%;
  z-index: 2;
}
.page-wrap#work-shop-post .landing-image .image {
  position: absolute;
}
.page-wrap#work-shop-post .landing-image .image.full-bleed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-wrap#work-shop-post .landing-image .image.smaller {
  width: auto !important;
  max-width: calc(100% - 210px);
  max-width: -o-calc(100% - 210px);
  max-width: -ms-calc(100% - 210px);
  max-width: -moz-calc(100% - 210px);
  max-width: -webkit-calc(100% - 210px);
  height: auto !important;
  max-height: calc(100% - 190px);
  max-height: -o-calc(100% - 190px);
  max-height: -ms-calc(100% - 190px);
  max-height: -moz-calc(100% - 190px);
  max-height: -webkit-calc(100% - 190px);
  margin: 0;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .landing-image {
    height: auto !important;
  }
  .page-wrap#work-shop-post .landing-image .overlay-text {
    position: relative;
    width: 100%;
    height: auto;
    top: initial;
    left: initial;
    margin-right: 0px;
    transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    text-align: center;
    padding: 29vw 10% 26vw 10%;
  }
  .page-wrap#work-shop-post .landing-image .overlay-text * {
    color: #40483f !important;
  }
  .page-wrap#work-shop-post .landing-image .image {
    position: relative;
  }
  .page-wrap#work-shop-post .landing-image .image.full-bleed {
    width: 100%;
    height: 50vh;
  }
  .page-wrap#work-shop-post .landing-image .image.smaller {
    position: relative;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    max-height: auto !important;
    top: initial;
    left: initial;
    margin-right: 0px;
    transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
}
.page-wrap#work-shop-post .outer-post-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-shop-post .post-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-shop-post .post-section.no-top-padding {
  padding-top: 0px;
}
.page-wrap#work-shop-post .post-section.no-bottom-padding {
  padding-bottom: 0px;
}
.page-wrap#work-shop-post .post-section.small-top-padding {
  padding-top: 50px;
}
.page-wrap#work-shop-post .post-section.small-bottom-padding {
  padding-bottom: 50px;
}
.page-wrap#work-shop-post .post-section.large-top-padding {
  padding-top: 200px;
}
.page-wrap#work-shop-post .post-section.large-bottom-padding {
  padding-bottom: 200px;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .post-section.small-top-padding {
    padding-top: 12vw;
  }
  .page-wrap#work-shop-post .post-section.small-bottom-padding {
    padding-bottom: 12vw;
  }
  .page-wrap#work-shop-post .post-section.large-top-padding {
    padding-top: 25.3vw;
  }
  .page-wrap#work-shop-post .post-section.large-bottom-padding {
    padding-bottom: 25.3vw;
  }
}
.page-wrap#work-shop-post .post-section .small-image {
  width: 100%;
  height: auto;
  max-width: 350px;
}
.page-wrap#work-shop-post .post-section .medium-image {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.page-wrap#work-shop-post .post-section .large-image {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.page-wrap#work-shop-post .post-section.text-section .post-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.page-wrap#work-shop-post .post-section.text-section .text-content {
  position: relative;
  display: block;
  width: 66.6%;
  height: auto;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .post-section.text-section {
    height: auto !important;
    padding: 12vw 0 12vw 0;
  }
  .page-wrap#work-shop-post .post-section.text-section .post-content-wrap {
    display: block;
  }
  .page-wrap#work-shop-post .post-section.text-section .text-content {
    width: 100%;
  }
}
.page-wrap#work-shop-post .post-section.grid-section .post-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#work-shop-post .post-section.grid-section .grid-item {
  position: relative;
  display: block;
  margin: 25px;
}
.page-wrap#work-shop-post .post-section.grid-section .grid-item.text-block-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  padding-right: 8%;
}
.page-wrap#work-shop-post .post-section.grid-section .grid-item.text-block-item * {
  color: #40483f;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .post-section.grid-section {
    padding: 16vw 0 24vw 0;
  }
  .page-wrap#work-shop-post .post-section.grid-section .grid-item {
    margin: 0;
    margin-bottom: 12vw;
  }
  .page-wrap#work-shop-post .post-section.grid-section .grid-item:last-child {
    margin-bottom: 0px;
  }
  .page-wrap#work-shop-post .post-section.grid-section .grid-item.text-block-item {
    max-width: 100%;
    padding-right: 0px;
  }
}
.page-wrap#work-shop-post .post-section.image-text-section .inner-wrap {
  width: 100%;
  height: auto;
  max-width: 1004px;
  margin: 0 auto;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#work-shop-post .post-section.image-text-section .text-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-left: 30px;
}
.page-wrap#work-shop-post .post-section.image-text-section .text-wrap * {
  color: #40483f;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .post-section.image-text-section .text-wrap {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 12vw;
  }
}
.page-wrap#work-shop-post .post-section.product-description .text-section {
  display: block;
  margin-bottom: 40px;
}
.page-wrap#work-shop-post .post-section.product-description .text-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#work-shop-post .post-section.product-description .text-section.buy-section p {
  margin-bottom: 0px !important;
}
.page-wrap#work-shop-post .post-section.product-description .text-section .price {
  color: #fd5800;
}
.page-wrap#work-shop-post .post-section.product-description .text-section .made-by-mentsen {
  position: relative;
  display: block;
  width: 75px;
  height: auto;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .post-section.product-description .text-section {
    margin-bottom: 10vw;
  }
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .carousel-slide {
  position: relative;
  display: block;
  width: auto;
  height: 600px;
  min-width: 300px;
  margin: 0 25px 0 25px;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .carousel-slide img {
  display: block;
  width: auto;
  height: 600px;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .carousel-slide .image-caption {
  position: absolute;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .carousel-slide .loading-overlay {
  transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .carousel-slide.loaded .loading-overlay {
  opacity: 0;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-prev-next-button {
  position: absolute;
  width: 33.3%;
  height: 100%;
  top: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-prev-next-button.previous {
  left: 0;
  cursor: url("/wp-content/themes/mentsen/assets/svgs/prev-cursor.svg") 32 32, pointer;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-prev-next-button.next {
  right: 0;
  cursor: url("/wp-content/themes/mentsen/assets/svgs/next-cursor.svg") 32 32, pointer;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-prev-next-button:disabled {
  cursor: default !important;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-prev-next-button svg {
  display: none !important;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-page-dots {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 45px;
  left: 0;
  text-align: center;
  font-size: 0;
  z-index: 99;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-page-dots li.dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 7px 0 7px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-page-dots li.dot.is-selected {
  background-color: #fff;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .carousel-slide {
    display: block;
    width: calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    height: auto;
    margin: 0 40px 0 40px;
  }
  .page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .carousel-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-prev-next-button {
    display: none !important;
  }
  .page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-page-dots {
    bottom: 5.06vw;
  }
  .page-wrap#work-shop-post .post-section.carousel-section .carousel-wrap .flickity-page-dots li.dot {
    width: 2.66vw;
    height: 2.66vw;
    margin: 0 1.86vw 0 1.86vw;
  }
}
.page-wrap#work-shop-post .in-use-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100px;
}
.page-wrap#work-shop-post .in-use-section * {
  color: #40483f;
}
.page-wrap#work-shop-post .in-use-section .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1004px;
  margin: 0 auto;
  padding-bottom: 110px;
}
.page-wrap#work-shop-post .in-use-section .in-use-grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
}
.page-wrap#work-shop-post .in-use-section .in-use-grid .grid-item {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 0 25px 100px 25px;
  text-align: left;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .in-use-section {
    padding-top: 14vw;
    padding-bottom: 37vw;
  }
  .page-wrap#work-shop-post .in-use-section .title {
    padding-bottom: 14.6vw;
  }
  .page-wrap#work-shop-post .in-use-section .title h2 {
    font-size: 4.8vw;
  }
  .page-wrap#work-shop-post .in-use-section .in-use-grid .grid-item {
    max-width: 100%;
    margin: 0 0 12vw 0;
  }
}
.page-wrap#work-shop-post .related-projects-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 45px 0 20px 0;
  box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.16);
}
.page-wrap#work-shop-post .related-projects-wrap.shop {
  background-color: #efefef;
}
.page-wrap#work-shop-post .related-projects-wrap * {
  color: #40483f;
}
.page-wrap#work-shop-post .related-projects-wrap .nav-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 105px;
}
.page-wrap#work-shop-post .related-projects-wrap .nav-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.page-wrap#work-shop-post .related-projects-wrap .nav-wrap a {
  color: #fd5800 !important;
  text-decoration: none;
}
.page-wrap#work-shop-post .related-projects-wrap .nav-wrap a * {
  color: #fd5800 !important;
}
.page-wrap#work-shop-post .related-projects-wrap .nav-wrap .nav-button {
  position: relative;
}
.page-wrap#work-shop-post .related-projects-wrap .nav-wrap .nav-button.left {
  float: left;
}
.page-wrap#work-shop-post .related-projects-wrap .nav-wrap .nav-button.right {
  float: right;
}
.page-wrap#work-shop-post .related-projects-wrap .section-title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1004px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-shop-post .related-projects-wrap {
    padding: 16vw 0 29vw 0;
  }
  .page-wrap#work-shop-post .related-projects-wrap .nav-wrap {
    margin-bottom: 40vw;
  }
  .page-wrap#work-shop-post .related-projects-wrap .nav-wrap .nav-button.left {
    margin-left: -6vw;
  }
  .page-wrap#work-shop-post .related-projects-wrap .nav-wrap .nav-button.right {
    margin-right: -6vw;
  }
  .page-wrap#work-shop-post .related-projects-wrap .section-title {
    text-align: center;
    padding-bottom: 8.8vw;
  }
  .page-wrap#work-shop-post .related-projects-wrap .section-title h2 {
    font-size: 4.8vw;
  }
  .page-wrap#work-shop-post .related-projects-wrap .archive-block {
    margin-bottom: 25vw;
  }
}
/*
 NEWS ARCHIVE CONTENT ------------------
 */
body.post-type-archive-news {
  background-color: #e0e0e0;
}
.page-wrap#news-archive {
  padding-top: 100px;
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive {
    padding-top: 28vw;
  }
}
.page-wrap#news-archive .news-content-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 950px;
}
.page-wrap#news-archive .news-content-wrap .post-titles {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.page-wrap#news-archive .news-content-wrap .post-titles h2 {
  margin-bottom: 0px;
}
.page-wrap#news-archive .news-content-wrap .post-titles p {
  color: #40483f;
}
.page-wrap#news-archive .news-content-wrap .post-content {
  position: relative;
  display: block;
}
.page-wrap#news-archive .news-content-wrap .post-content .text-section {
  position: relative;
  display: block;
  margin-bottom: 45px;
}
.page-wrap#news-archive .news-content-wrap .post-content .text-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#news-archive .news-content-wrap .view-all-button {
  position: relative;
  display: block;
  margin-top: 35px;
  text-align: center;
}
.page-wrap#news-archive .news-content-wrap .view-all-button a {
  text-decoration: none;
}
.page-wrap#news-archive .news-content-wrap .view-all-button a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-content-wrap .post-titles {
    margin-bottom: 10.1vw;
  }
  .page-wrap#news-archive .news-content-wrap .post-titles h2 {
    margin-bottom: 0.1em;
  }
  .page-wrap#news-archive .news-content-wrap .post-content .text-section {
    margin-bottom: 6.1vw;
  }
  .page-wrap#news-archive .news-content-wrap .view-all-button {
    margin-top: 20.8vw;
  }
  .page-wrap#news-archive .news-content-wrap .view-all-button a {
    color: #40483f;
  }
}
/*
 SHOP ARCHIVE CONTENT ------------------
 */
body.post-type-archive-shop {
  background-color: #f4f3f0;
}
.page-wrap#shop-archive {
  padding-top: 100px;
}
