/*!
	Theme Name:
	Theme URI: http://thodoristsirkas.com
	Description: Custom Wordpress theme for
	Version: 1.0.0
	Author: Thodoris Tsirkas
	Author URI: http://thodoristsirkas.com
	Tags:

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/** site variables **/
@font-face {
  font-family: 'Gill Sans ExtBlk';
  src: url("../../assets/fonts/subset-GillSans-UltraBold.woff2") format("woff2"), url("../../assets/fonts/subset-GillSans-UltraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Univers LT Std';
  src: url("../../assets/fonts/subset-UniversLTStd-Ex.woff2") format("woff2"), url("../../assets/fonts/subset-UniversLTStd-Ex.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/** general styling **/
:root {
  --body-font-size: .875rem;
  --marquee-font-size: 1.5rem;
  --medium-font-size: 1.1875rem;
  --large-font-size: 1.5rem;
  --text-body-font-size: 1.2rem;
  --h1-size: 2.125rem;
  --h2-size: 3rem;
  --bar-height: 38px;
  --bar-padding: .625rem;
  --drawer-padding: 1.5rem;
  --thumb-height: auto;
  --footer-height: 100px;
  --section-padding: 6.25rem;
  --large-margin: 8.875rem;
  --row-height: 3.75rem;
  --column-gap: 2.25rem;
  --lh-default: 1.29;
  --lh-small: 1.16;
  --ls-large: .08em;
  --text-max-width: 36rem;
  --shop-max-width: 700px;
  --shop-padding: 3rem;
  --marquee-text-width: calc(200vw / 6);
  --scrollbar-width: 0px;
  --bottom-bar-height: 0px; }
  @media (max-width: 900px) {
    :root {
      --marquee-text-width: auto; } }
  @media (max-width: 600px) {
    :root {
      --body-font-size: 1rem;
      --marquee-font-size: 1rem;
      --large-font-size: 1.0625rem;
      --text-body-font-size: 1.0625rem;
      --h1-size: 1.875rem;
      --bar-height: 32px;
      --drawer-padding: 2.375rem;
      --shop-padding: 1rem;
      --thumb-height: calc((100vh - 2 * var(--bar-height) - 4 * 2px) / 4); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   sherlockth's got style(s)
   ========================================================================== */
/** general styling **/
* {
  box-sizing: border-box; }

html {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--lh-default);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: lining-nums; }

body {
  font-size: var(--body-font-size);
  color: #000;
  background-color: #000; }

h1 {
  font-size: var(--h1-size);
  font-weight: 400; }

h2 {
  margin-top: 0;
  font-size: var(--h2-size);
  font-weight: 700; }
  h2 + p {
    margin-top: 0; }

h3 {
  margin-top: 0;
  font-size: var(--h3-size);
  font-weight: 400;
  line-height: 1.15; }

p {
  margin: 0; }
  p + p {
    margin-top: 1em; }
  p + .button {
    margin-top: 1.5rem; }

a {
  color: inherit; }

img {
  width: 100%;
  height: auto; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
  button:focus {
    outline: 0; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
  /* Browsers have different default form fonts */
  font-size: inherit;
  font-family: inherit; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

.skip-link {
  display: none !important; }

.menu-toggle {
  display: none; }

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.univers {
  font-family: "Univers LT Std", Helvetica, Arial, sans-serif; }
  .univers.comp {
    margin-bottom: -.3em; }

.home-lnk {
  display: none !important; }

.drawer-content {
  display: none; }

.site-content {
  padding-top: calc(var(--bar-height) + 2px);
  padding-bottom: calc(var(--bar-height) - 2px); }

/** header **/
.site-header {
  box-sizing: content-box;
  position: fixed;
  height: var(--bar-height);
  border-bottom: 3px solid #000;
  background-color: #fff;
  z-index: 10; }
  .site-header .marquee {
    font-family: "Gill Sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: var(--marquee-font-size);
    line-height: var(--bar-height);
    text-transform: uppercase; }
    .site-header .marquee span {
      display: inline-block;
      min-width: var(--marquee-text-width); }
      .site-header .marquee span + span {
        margin-left: 50px; }

.marquee-size-test {
  position: absolute;
  top: -9999px;
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: var(--marquee-font-size);
  line-height: var(--bar-height);
  text-transform: uppercase; }

/** end header **/
/** navigation **/
/** end navigation **/
/** main page (slideshows) **/
.main-cnt .grid-sizer {
  width: 50%; }

.main-cnt .project-thumb {
  width: 50%;
  height: var(--thumb-height); }

.main-cnt .vid-cnt {
  position: relative; }

.main-cnt .play-pause-btn {
  position: absolute;
  z-index: 10;
  pointer-events: auto; }
  .main-cnt .play-pause-btn svg {
    pointer-events: none; }

@media (max-width: 600px) {
  .main-cnt {
    padding-bottom: var(--bar-height); }
    .main-cnt .project-thumb {
      width: 100%; }
      .main-cnt .project-thumb.video-thumb {
        height: auto !important; } }

.main-cnt.grid {
  opacity: 0; }
  .grid-ready .main-cnt.grid {
    opacity: 1; }

/** end main page (slideshows) **/
/*** MODULES ***/
/** project thumb **/
.project-thumb {
  display: block;
  border-bottom: 3px solid #000; }
  .project-thumb.border-right {
    border-right: 3px solid #000; }
  @media (max-width: 600px) {
    .project-thumb {
      box-sizing: content-box; }
      .project-thumb.border-right {
        border-right: none; } }

/** end project thumb **/
/** slider **/
.slick-slider {
  position: relative; }
  .slick-slider .slick-slide:focus {
    outline: 0; }
  .slick-slider .slick-slide img {
    width: 100%;
    height: auto; }
  .slick-slider .slick-slide img[src="#"] {
    visibility: hidden; }
  .slick-slider .slick-slide .outer {
    position: relative; }
    .slick-slider .slick-slide .outer .inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .slick-slider .slick-slide .outer .inner img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  @media (max-width: 600px) {
    .slick-slider .slick-slide {
      height: var(--thumb-height); } }

/** end slider **/
/** audio player **/
.player {
  box-sizing: content-box;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid #000;
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  font-size: var(--large-font-size);
  letter-spacing: var(--ls-large);
  text-transform: uppercase;
  background-color: #fff;
  will-change: transform;
  transform: translateY(calc(100% - var(--bar-height) - 1px));
  transition: transform .3s ease-out;
  z-index: 10; }
  .playlist-active .player {
    transform: translateY(0); }
    .playlist-active .player .player-header .controls-cnt,
    .playlist-active .player .player-header .track-info {
      transition: opacity .3s ease-out;
      opacity: 0; }
    .playlist-active .player .toggle-playlist-btn .list-close {
      display: inline-block; }
    .playlist-active .player .toggle-playlist-btn .list-open {
      display: none; }
  .player.playing .controls .play-svg {
    display: none; }
  .player.playing .controls .pause-svg {
    display: inline-block; }
  .player.muted .mute-btn {
    opacity: .5; }
  .player .player-header > .cnt {
    display: flex;
    justify-content: space-between;
    height: var(--bar-height);
    padding: 0 var(--bar-padding);
    border-bottom: 3px solid #000; }
    .player .player-header > .cnt > .left,
    .player .player-header > .cnt > .right {
      display: flex; }
    .player .player-header > .cnt > .right {
      align-items: center; }
  .player .player-header .track-info,
  .player .player-header .controls-cnt {
    will-change: opacity;
    transition: opacity .3s .3s ease-out; }
  .player .controls-cnt {
    display: flex;
    width: 114px;
    height: var(--bar-height);
    line-height: 1; }
  .player .controls {
    display: flex; }
    .player .controls .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      height: calc(var(--bar-height) - 2px); }
      .player .controls .btn.play-pause-btn {
        width: 1.25rem;
        margin: 0 1.25rem; }
    .player .controls .pause-svg {
      display: none; }
  .player .track-info {
    display: flex;
    align-items: center; }
    .player .track-info .time {
      width: 55px;
      margin-right: 1.25rem; }
    .player .track-info .name {
      text-transform: uppercase; }
  .player .toggle-playlist-btn {
    letter-spacing: var(--ls-large);
    text-transform: uppercase;
    font-family: "Gill Sans", Helvetica, Arial, sans-serif;
    line-height: var(--lh-default); }
    .player .toggle-playlist-btn > span {
      pointer-events: none;
      letter-spacing: var(--ls-large); }
    .player .toggle-playlist-btn .list-close {
      display: none; }
  .player .list ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .player .list ul li {
      display: flex;
      padding: 0 var(--bar-padding);
      border-bottom: 3px solid #000; }
      .player .list ul li .downloadable {
        margin-left: auto; }
        .player .list ul li .downloadable a {
          display: inline-block;
          transform: translateY(0.2em);
          text-decoration: none; }
  @media (max-width: 600px) {
    .player .player-header .track-info .name {
      width: calc(100vw - 114px - 55px - 1.25rem - 2 * var(--bar-padding) - 44px - 8px); }
    .player .toggle-playlist-btn {
      position: absolute;
      right: var(--bar-padding); }
    .player .list ul li .downloadable {
      display: none; }
    .player .track-info .name {
      width: 90px;
      width: calc(100vw - 114px - 55px - 2 * var(--bar-padding));
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left; } }
  @media (max-width: 600px) {
    .player {
      transform: translateY(calc(100% - var(--bar-height) - 5px - 1px)); }
      .player .player-header > .cnt {
        height: calc(var(--bar-height) + 5px); }
      .player .player-header .controls-cnt {
        width: 85px;
        height: calc(var(--bar-height) + 3px); }
      .player .player-header .track-info .name {
        width: calc(100vw - 85px - 44px - .625rem - 2 * var(--bar-padding) - 36px - 8px); }
      .player .controls .btn {
        height: calc(var(--bar-height) + 3px); }
        .player .controls .btn.play-pause-btn {
          margin: 0 .875rem; }
      .player .controls .speaker-svg {
        width: 10px;
        height: 12px; }
      .player .controls .play-svg {
        width: 10px;
        height: 12px; }
      .player .controls .pause-svg {
        width: 10px;
        height: 12px; }
      .player .controls .next-svg {
        width: 12px;
        height: 12px; }
      .player .controls-cnt {
        width: 85px; }
      .player .track-info {
        line-height: 1; }
        .player .track-info .time {
          width: 44px;
          margin-right: .625rem; }
        .player .track-info .name {
          width: calc(100vw - 85px - 44px - .625rem - 2 * var(--bar-padding)); } }

/** end audio player **/
/** content drawer **/
.content-drawer {
  visibility: hidden;
  position: fixed;
  top: var(--bar-height);
  left: 0;
  right: 0;
  bottom: var(--bar-height);
  transform: translateY(100%);
  will-change: transform;
  transition: all .3s ease-out;
  z-index: 100; }
  .drawer-open .content-drawer {
    visibility: visible;
    transform: translateY(0); }
  .content-drawer.img-template {
    background-color: #000;
    color: #fff; }
  .content-drawer.text-template, .content-drawer.shop-template {
    background-color: #fff;
    color: #000;
    font-size: var(--text-body-font-size); }
  .content-drawer.shop-template .content {
    padding-top: 3.625rem; }
  .content-drawer.shop-template .drawer-header > .center {
    display: block; }
  .content-drawer .drawer-header {
    position: relative;
    height: var(--bar-height);
    font-family: "Gill Sans", Helvetica, Arial, sans-serif;
    font-size: var(--large-font-size);
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #000; }
    .content-drawer .drawer-header > .center {
      display: none;
      position: absolute;
      top: 50%;
      transform: translateY(calc(-50% + 1px)); }
    .content-drawer .drawer-header .close-content-drawer-btn {
      position: absolute;
      top: 50%;
      transform: translateY(calc(-50% + 1px));
      right: var(--bar-padding);
      text-transform: uppercase;
      letter-spacing: var(--ls-large);
      color: #000; }
  .content-drawer .scroll-cnt {
    position: absolute;
    top: var(--bar-height);
    left: 0;
    right: 0;
    bottom: 2px;
    overflow: hidden; }
    .content-drawer .scroll-cnt .scroll-inner {
      position: absolute;
      top: 0;
      left: 0;
      right: calc(-1 * var(--scrollbar-width));
      padding: 0 var(--scrollbar-width);
      bottom: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
  .content-drawer .content {
    padding: var(--drawer-padding) 0; }
    .content-drawer .content .img-cnt {
      width: 50%;
      padding: 0 5% 4.5rem; }
      .content-drawer .content .img-cnt:nth-of-type(2) {
        margin-top: 10%; }
  .content-drawer .project-images > .outer {
    background-color: #000;
    color: #fff; }
    .content-drawer .project-images > .outer > .cnt {
      display: flex;
      flex-wrap: wrap; }
  .content-drawer .project-images .caption {
    margin-top: .8em; }
    .content-drawer .project-images .caption.more-active .more-info-btn .more-text {
      display: none; }
    .content-drawer .project-images .caption.more-active .more-info-btn .less-text {
      display: inline-block; }
  .content-drawer .project-images .more-info-btn {
    display: inline-block;
    margin-left: .4em;
    font-weight: 700; }
    .content-drawer .project-images .more-info-btn .less-text {
      display: none; }
    .content-drawer .project-images .more-info-btn > span {
      pointer-events: none; }
  .content-drawer .project-images .more-info {
    overflow: hidden;
    max-height: 0;
    will-change: max-height; }
    .content-drawer .project-images .more-info > .inner {
      padding-top: 2em; }
  .content-drawer .project-text > .cnt {
    max-width: var(--text-max-width);
    margin: 0 auto; }
  .content-drawer .project-text .project-header {
    text-align: center; }
  .content-drawer .project-text h1 {
    text-align: center;
    max-width: 10em;
    margin: 1.45em auto 0; }
  .content-drawer .project-text .pdf-lnk {
    display: inline-block;
    margin: 0 auto;
    text-decoration: underline; }
  .content-drawer .project-text p {
    text-indent: 3.5em; }
  .content-drawer .project-text .content-cnt {
    margin-top: 2.3em;
    margin-bottom: 6.2em; }
    .content-drawer .project-text .content-cnt .wp-block-image {
      width: 70%;
      margin: 2em auto 1em; }
      .content-drawer .project-text .content-cnt .wp-block-image figcaption {
        text-align: center; }
  @media (max-width: 600px) {
    .content-drawer.shop-template .slick-slider .slick-slide {
      height: auto; }
    .content-drawer .drawer-header {
      height: calc(var(--bar-height) + 4px); }
    .content-drawer .content {
      padding-left: 2.0625rem;
      padding-right: 2.0625rem; }
      .content-drawer .content .img-cnt {
        width: 100%;
        padding: 0 1.5rem 1.5rem; }
        .content-drawer .content .img-cnt:nth-of-type(2) {
          margin-top: 0; }
        .content-drawer .content .img-cnt + .img-cnt {
          margin-top: .75rem; }
    .content-drawer .project-images .caption {
      margin-top: .4em; }
    .content-drawer .project-text h1 {
      margin-top: 0; }
    .content-drawer .project-text p {
      text-indent: 1.625em; }
    .content-drawer .project-text .content-cnt {
      margin-top: 2.3em;
      margin-bottom: 2.3em; }
      .content-drawer .project-text .content-cnt .wp-block-image {
        width: 80%; } }

/** content drawer **/
/** shop **/
.shop {
  padding: 0 var(--shop-padding); }
  .shop > .cnt {
    max-width: var(--shop-max-width);
    margin: 0 auto; }
  .shop .shop-item + .shop-item {
    margin-top: 3rem; }
  .shop .shop-item h1 {
    margin-bottom: .2em;
    font-size: var(--medium-font-size);
    line-height: var(--lh-small); }
  .shop .shop-item .description {
    margin-bottom: .25em; }
  .shop .slick-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1; }
    .shop .slick-slider .slick-arrow.prev-arrow {
      left: 0; }
    .shop .slick-slider .slick-arrow.next-arrow {
      right: 0; }

/** shop **/
/*** END MODULES ***/
/** site footer **/
/** end site footer **/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }


