@charset "UTF-8";
/*!
Theme Name: Poster Films
Theme URI: http://underscores.me/
Author: Sebastián Pöthe
Author URI: http://sebastianpothe.com
Description: theme for Poster production company
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: poster-films
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Poster Films is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400i,700i&display=swap");
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
/* line 11, sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/_normalize.scss */
body {
  margin: 0;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, sass/_normalize.scss */
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.
 */
/* line 56, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, sass/_normalize.scss */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, sass/_normalize.scss */
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.
 */
/* line 97, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 125, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, sass/_normalize.scss */
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.
 */
/* line 178, sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, sass/_normalize.scss */
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.
 */
/* line 210, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, sass/_normalize.scss */
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.
 */
/* line 232, sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, sass/_normalize.scss */
[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.
 */
/* line 282, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, sass/_normalize.scss */
[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.
 */
/* line 300, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #f1f1f1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .1em;
  font-style: italic;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-transform: uppercase;
  margin: .6em 0;
  font-style: italic;
}

/* line 22, sass/typography/_headings.scss */
.single-work article.single-work .entry-title {
  font-size: 1.03038rem;
}

/* line 25, sass/typography/_headings.scss */
h1, body.archive .page-header .page-title,
body.page-template-works-page .page-header .page-title {
  font-size: 1.02015rem;
}

/* line 28, sass/typography/_headings.scss */
h2 {
  font-size: 1.01508rem;
}

/* line 31, sass/typography/_headings.scss */
h3, .entry-title {
  font-size: 1.01002rem;
}

/* line 34, sass/typography/_headings.scss */
h4 {
  font-size: 1.005rem;
}

/* line 38, sass/typography/_headings.scss */
h5 {
  font-size: 1rem;
}

/* line 42, sass/typography/_headings.scss */
h6 {
  font-size: 0.99502rem;
}

@media screen and (min-width: 960px) {
  /* line 59, sass/typography/_headings.scss */
  .single-work article.single-work .entry-title {
    font-size: 1.12616rem;
  }

  /* line 62, sass/typography/_headings.scss */
  h1, body.archive .page-header .page-title,
  body.page-template-works-page .page-header .page-title {
    font-size: 1.08243rem;
  }

  /* line 65, sass/typography/_headings.scss */
  h2 {
    font-size: 1.06121rem;
  }

  /* line 68, sass/typography/_headings.scss */
  h3, .entry-title {
    font-size: 1.0404rem;
  }

  /* line 71, sass/typography/_headings.scss */
  h4 {
    font-size: 1.02rem;
  }

  /* line 75, sass/typography/_headings.scss */
  h5 {
    font-size: 1rem;
  }

  /* line 79, sass/typography/_headings.scss */
  h6 {
    font-size: 0.98039rem;
  }
}
/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: #222;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 24, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 29, sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
/* line 14, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 18, sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 1, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
/* line 22, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 27, sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: #f1f1f1;
  outline: 0;
}
/* line 5, sass/navigation/_links.scss */
a:visited {
  color: #f1f1f1;
}
/* line 8, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: orange;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, sass/navigation/_menus.scss */
.main-navigation {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  padding-top: 120px;
  text-transform: uppercase;
  text-align: center;
  clear: both;
  display: block;
  float: left;
  font-weight: bold;
  font-size: .9rem;
  /* width: 100%;*/
}
/* line 17, sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 23, sass/navigation/_menus.scss */
.main-navigation ul ul {
  padding: 0;
}
/* line 27, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 36, sass/navigation/_menus.scss */
.main-navigation ul li.hover > ul {
  left: 0;
  opacity: 1;
}
/* line 42, sass/navigation/_menus.scss */
.main-navigation li {
  /* float: left;*/
  /* display: inline-block;*/
  display: block;
  /* min-width: 10em;*/
  text-align: right;
  padding: 0;
}
/* line 56, sass/navigation/_menus.scss */
.main-navigation a {
  /* display: block;*/
  text-decoration: none;
  color: inherit;
}

/* line 69, sass/navigation/_menus.scss */
.menu-toggle {
  position: absolute;
  top: 30px;
  right: 0;
  background: none;
  z-index: 9999;
  text-indent: -999em;
  border: none;
  padding: 0;
  width: 25px;
  height: 20px;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
  color: white;
  outline: 0;
}
/* line 85, sass/navigation/_menus.scss */
.menu-toggle:before, .menu-toggle:after, .menu-toggle span {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 4px;
  overflow: hidden;
  background: currentColor;
  transition: all .2s ease-in-out;
}
/* line 95, sass/navigation/_menus.scss */
.menu-toggle:before, .menu-toggle span, .menu-toggle:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* line 99, sass/navigation/_menus.scss */
.menu-toggle:before {
  top: 0;
}
/* line 102, sass/navigation/_menus.scss */
.menu-toggle span {
  top: 50%;
}
/* line 105, sass/navigation/_menus.scss */
.menu-toggle:after {
  top: 100%;
}
/* line 109, sass/navigation/_menus.scss */
.menu-toggle[aria-expanded="true"]:before {
  top: 50%;
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
}
/* line 114, sass/navigation/_menus.scss */
.menu-toggle[aria-expanded="true"] span {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* line 118, sass/navigation/_menus.scss */
.menu-toggle[aria-expanded="true"]:after {
  top: 50%;
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg);
}
/* line 124, sass/navigation/_menus.scss */
.scrolling .menu-toggle {
  top: 18px;
}

/* Small menu. */
/* line 131, sass/navigation/_menus.scss */
.menu-toggle {
  display: block;
}

/* mobile */
@media screen and (max-width: 960px) {
  /* line 141, sass/navigation/_menus.scss */
  .menu-toggled .site-content {
    opacity: .1;
  }
  /* line 145, sass/navigation/_menus.scss */
  .menu-toggled .main-navigation ul {
    display: block;
  }

  /* line 150, sass/navigation/_menus.scss */
  .main-navigation {
    line-height: 2;
  }
  /* line 153, sass/navigation/_menus.scss */
  .main-navigation ul ul {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
  }
}
/* desktop */
@media screen and (min-width: 960px) {
  /* line 167, sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 171, sass/navigation/_menus.scss */
  .main-navigation {
    top: 50%;
    padding-top: 0;
    left: 200px;
    right: 200px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 179, sass/navigation/_menus.scss */
  .main-navigation li a {
    position: relative;
  }
  /* line 183, sass/navigation/_menus.scss */
  .main-navigation #primary-menu > li > a:after {
    content: '';
    position: absolute;
    bottom: 150%;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    display: block;
    -webkit-transform: scalex(0);
    transform: scalex(0);
    /* transition: -webkit-transform .3s ease-in-out;*/
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    /* transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;*/
  }
  /* line 201, sass/navigation/_menus.scss */
  .main-navigation #primary-menu > li:hover > a:after {
    -webkit-transform: initial;
    transform: initial;
  }
  /* line 206, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
  /* line 208, sass/navigation/_menus.scss */
  .main-navigation ul ul {
    position: absolute;
    top: 100%;
    text-align: center;
    width: 100%;
    left: -999em;
    z-index: 99999;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 222, sass/navigation/_menus.scss */
  .main-navigation li {
    display: inline-block;
    min-width: 10em;
    text-align: left;
    padding: 5px 40px;
  }
  /* line 228, sass/navigation/_menus.scss */
  .main-navigation li li {
    min-width: initial;
  }
}
/* line 239, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 244, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 249, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
/* line 14, sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 36, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* hover menu effect */
@media screen and (min-width: 960px) {
  /* line 19, sass/site/secondary/_widgets.scss */
  .entry-header,
  .entry-footer,
  .site-footer,
  .entry-content {
    opacity: 1;
    transition: opacity .3s ease-in-out;
  }

  /* line 29, sass/site/secondary/_widgets.scss */
  body.header-hover .tiled-items .entry-header,
  body.header-hover .tiled-items .entry-footer,
  body.header-hover .tiled-items .site-footer,
  body.header-hover .tiled-items .entry-content {
    opacity: 0;
  }
  /* line 37, sass/site/secondary/_widgets.scss */
  body.header-hover .site-header:after {
    height: 50vh;
    /* @include background-image(linear-gradient(bottom,  rgba(#222,.7) 0%, rgba(#222,.8) 100%));*/
  }
}
/* popup */
/* line 51, sass/site/secondary/_widgets.scss */
.mfp-content {
  padding: 30px 15px;
}

/* line 54, sass/site/secondary/_widgets.scss */
.mfp-close {
  color: white !important;
  right: auto;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}

/* line 61, sass/site/secondary/_widgets.scss */
.mfp-container .mfp-preloader {
  display: none;
}

/* overlay at start */
/* line 71, sass/site/secondary/_widgets.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out;
}

/* overlay animate in */
/* line 76, sass/site/secondary/_widgets.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 80, sass/site/secondary/_widgets.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 85, sass/site/secondary/_widgets.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .15s ease-out;
}

/* content animate it */
/* line 90, sass/site/secondary/_widgets.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 94, sass/site/secondary/_widgets.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* loaders */
/* line 102, sass/site/secondary/_widgets.scss */
#play, #videoloader {
  position: absolute;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

/* line 116, sass/site/secondary/_widgets.scss */
#videoloader {
  text-indent: -999em;
  overflow: hidden;
  background: url("img/loader-oval.svg") center no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 960px) {
  /* line 124, sass/site/secondary/_widgets.scss */
  .mfp-content {
    padding: 40px 34px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.post,
.page {
  /* margin: 0 0 1.5em;*/
}

/* line 10, sass/site/primary/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 14, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  /* margin: 1.5em 0 0;*/
}

/* line 20, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 26, sass/site/primary/_posts-and-pages.scss */
.entry-header a {
  text-decoration: none;
  color: inherit;
}

/* line 35, sass/site/primary/_posts-and-pages.scss */
.entry-meta {
  font-size: .75rem;
}

/* line 38, sass/site/primary/_posts-and-pages.scss */
.wp-post-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/* line 44, sass/site/primary/_posts-and-pages.scss */
.entry-title {
  font-weight: normal;
}

/* line 47, sass/site/primary/_posts-and-pages.scss */
.entry-footer {
  display: none;
}

/* archive page */
/* line 55, sass/site/primary/_posts-and-pages.scss */
body.archive .page-header,
body.page-template-works-page .page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  opacity: .6;
}
/* line 62, sass/site/primary/_posts-and-pages.scss */
body.archive .page-header .page-title,
body.page-template-works-page .page-header .page-title {
  letter-spacing: .6em;
}
/* line 68, sass/site/primary/_posts-and-pages.scss */
body.archive .term-thumbnail,
body.page-template-works-page .term-thumbnail {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 90vh;
}
/* line 74, sass/site/primary/_posts-and-pages.scss */
body.archive .term-thumbnail img,
body.page-template-works-page .term-thumbnail img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 720px) {
  /* line 84, sass/site/primary/_posts-and-pages.scss */
  .entry-meta {
    font-size: .85rem;
  }
}
/* line 7, sass/site/primary/_loops.scss */
.tiled-items article {
  position: relative;
  overflow: hidden;
  text-align: right;
  background-color: #222;
  /* rollover image */
}
/* line 17, sass/site/primary/_loops.scss */
.tiled-items article .entry-header {
  text-transform: uppercase;
  position: absolute;
  bottom: 27px;
  right: 30px;
  left: 30px;
  z-index: 2;
}
/* line 25, sass/site/primary/_loops.scss */
.tiled-items article .entry-title {
  margin: 0;
}
/* line 28, sass/site/primary/_loops.scss */
.tiled-items article .entry-footer {
  display: none;
  position: absolute;
  bottom: 27px;
  left: 30px;
}
/* line 35, sass/site/primary/_loops.scss */
.tiled-items article .wp-post-image {
  display: block;
  width: 100%;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transform: translateZ(0) scale(1);
  opacity: .85;
}
/* line 50, sass/site/primary/_loops.scss */
.tiled-items article:hover .wp-post-image {
  transform: translateZ(0) scale(1.03);
}
/* line 57, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image {
  overflow: visible;
  -moz-perspective: 1800;
  -webkit-perspective: 1800;
  perspective: 1800;
}
/* line 62, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .post-thumbnail img,
.tiled-items article.with-rollover-image .rollover-image img {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 69, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .post-thumbnail,
.tiled-items article.with-rollover-image .rollover-image {
  -moz-transition: -moz-transform 0.6s ease-in-out, opacity 0s ease-in-out 0.3s;
  -o-transition: -o-transform 0.6s ease-in-out, opacity 0s ease-in-out 0.3s;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, opacity 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: transform 0.6s ease-in-out, opacity 0s ease-in-out 0.3s;
}
/* line 73, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .post-thumbnail {
  opacity: 1;
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
/* line 78, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .rollover-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
}
/* line 91, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .rollover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 98, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .rollover-image a.rollover-link {
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: 7.8%;
  font-size: 4vw;
  z-index: 10;
  min-width: 4.5em;
  text-align: center;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  /* line 98, sass/site/primary/_loops.scss */
  .tiled-items article.with-rollover-image .rollover-image a.rollover-link {
    font-size: 2vw;
  }
}
/* line 117, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .rollover-image button.close {
  cursor: pointer;
  font-size: 120%;
  text-align: center;
  font-style: normal;
  position: absolute;
  display: block;
  border-radius: 1px;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  text-indent: .1em;
  line-height: 30px;
  padding: 0;
  border: none;
  background: #000;
  color: white;
  border: solid 1px rgba(255, 255, 255, 0.15);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 140, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image .rollover-image button.close:hover, .tiled-items article.with-rollover-image .rollover-image button.close:active, .tiled-items article.with-rollover-image .rollover-image button.close:focus {
  outline: none;
  background: white;
  color: #000;
}
/* line 154, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image:hover {
  z-index: 10;
}
/* line 159, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image.hover .rollover-image {
  opacity: 1;
  z-index: 2;
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
/* line 165, sass/site/primary/_loops.scss */
.tiled-items article.with-rollover-image.hover .post-thumbnail {
  opacity: 0 !important;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 960px) {
  /* line 181, sass/site/primary/_loops.scss */
  .tiled-items article .entry-title {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  /* line 191, sass/site/primary/_loops.scss */
  .tiled-items article .entry-header {
    bottom: 37px;
    right: 40px;
  }
  /* line 195, sass/site/primary/_loops.scss */
  .tiled-items article .entry-footer {
    top: 37px;
    left: 40px;
  }
  /* line 199, sass/site/primary/_loops.scss */
  .tiled-items article .wp-post-image {
    height: auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  /* line 209, sass/site/primary/_loops.scss */
  .tiled-items article:not(.with-rollover-image) .wp-post-image {
    height: 50vh;
  }
}
/* Single Work*/
/* line 8, sass/site/primary/_single.scss */
.single-work .content-area {
  padding-top: 0;
  /* padding: 0;*/
}
/* line 12, sass/site/primary/_single.scss */
.single-work article.single-work {
  position: relative;
  text-align: center;
}
/* line 15, sass/site/primary/_single.scss */
.single-work article.single-work .wp-post-image {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}
/* line 23, sass/site/primary/_single.scss */
.single-work article.single-work .entry-title {
  margin: 2em 0;
}
/* line 28, sass/site/primary/_single.scss */
.single-work article.single-work .entry-content iframe {
  background-color: rgba(0, 0, 0, 0.2);
  height: calc( 100vh - 200px );
  width: 100%;
}
/* line 34, sass/site/primary/_single.scss */
.single-work article.single-work .entry-footer {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

/* line 47, sass/site/primary/_single.scss */
.page:not(.home) #main > article .wp-post-image {
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/* line 14, sass/site/_site.scss */
.site-header {
  padding: 20px 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 130px;
}
/* line 22, sass/site/_site.scss */
.site-header:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  transition: all .3s ease-in-out;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
  background-image: -moz-linear-gradient(bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background-image: linear-gradient(to top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
}

/* line 40, sass/site/_site.scss */
body.home.page .site-header,
body.archive .site-header,
body.page-template-works-page .site-header {
  position: fixed;
}

/* line 45, sass/site/_site.scss */
.content-area {
  padding: 0 30px 140px;
}

/* line 48, sass/site/_site.scss */
.widget-area {
  padding: 140px 30px;
}

/* line 51, sass/site/_site.scss */
.site-branding {
  float: left;
  position: relative;
  z-index: 2;
}
/* line 55, sass/site/_site.scss */
.site-branding .custom-logo {
  width: 120px;
  height: auto;
}

/* line 60, sass/site/_site.scss */
.site-footer {
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: .5;
  letter-spacing: .05em;
}

@media screen and (min-width: 960px) {
  /* line 74, sass/site/_site.scss */
  .site-header {
    padding: 40px;
  }

  /* line 77, sass/site/_site.scss */
  .site-footer {
    padding: 40px;
  }

  /* line 80, sass/site/_site.scss */
  .content-area {
    padding: 140px 40px;
  }

  /* line 83, sass/site/_site.scss */
  .widget-area {
    padding: 140px 40px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 18, sass/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 13, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 19, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}
