@charset "UTF-8";
/*
THEME NAME: CoMo
THEME URI: http://coastmodernfilm.com
DESCRIPTION: Built with Bones (http://themble.com/bones/)
VERSION: 0.0.1 (1.3)
AUTHOR: <a href="http://netsign.com">Weston Triemstra</a>
AUTHOR URI: http://netsign.com
TAGS: coast modern, minimal, architecture, modernism, responsive
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

@font-face {
  font-family: 'como';
  src: url("/css/fonts/como.woff") format("woff"), url("/css/fonts/como.ttf") format("truetype"), url("/css/fonts/como.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'como';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-laurel_right:before {
  content: "\e600"; }

.icon-laurel_left:before {
  content: "\e601"; }

[class^="iconsvg-"], [class*=" iconsvg-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.iconsvg-instagram {
  width: 0.857421875em; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.outer-with-padding, .poster-module, .dvd-module {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .outer-with-padding:after, .poster-module:after, .dvd-module:after {
    content: "";
    display: table;
    clear: both; }
  .outer-with-padding:after, .poster-module:after, .dvd-module:after {
    content: "";
    display: table;
    clear: both; }

body {
  color: #333;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, sans-serif; }

a {
  color: #333;
  outline: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  a:link, a:visited {
    text-decoration: none;
    color: #333; }

.name {
  color: #9d9d9d;
  display: block;
  font-family: Georgia;
  font-size: 1.0625rem; }

.location,
.role {
  font-family: Georgia;
  font-size: 0.875rem; }

@media screen and (min-width: 40em) {
  .name {
    font-size: 1.3125rem; }

  .location,
  .role {
    font-size: 1.0625rem; } }
.btn,
a.btn,
input.btn,
input[type="submit"] {
  margin: 12px 0 0;
  background-color: #36cf5a;
  color: #fff;
  padding: 16px 40px 17px;
  border: none;
  display: inline-block;
  border-radius: 5px;
  font-size: 1.625rem;
  letter-spacing: 0.0625em;
  font-weight: 500;
  font-family: 'Helvetica Neue', Helvetica, sans-serif; }

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  padding: 0 15px;
  border: 1px solid #9d9d9d;
  font-size: 1.625rem;
  letter-spacing: 0.0625em;
  color: #333;
  height: 36px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ccc;
    -webkit-appearance: none; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ccc;
    -webkit-appearance: none; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ccc;
    -webkit-appearance: none; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ccc;
    -webkit-appearance: none; }

@media screen and (min-width: 40em) {
  input[type="text"],
  input[type="email"],
  input[type="url"] {
    height: 56px; } }
.error .help-inline {
  display: block;
  padding: 15px 0 0;
  color: #C94C23; }

header.header {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  right: 0;
  left: 0;
  margin: 0;
  max-width: 100%; }
  header.header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40em) {
    header.header .nav-collapse {
      margin-top: 21px; } }

body.screenings .sidebar,
body.about .sidebar,
body.filmmakers .sidebar {
  display: none; }

/*! responsive-nav.js 1.0.25 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }
  .nav-collapse li a {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .nav-collapse li a:hover {
      color: #9d9d9d; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-collapse.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left; }

.nav-collapse li {
  float: left;
  width: 100%;
  font-weight: bold;
  text-align: right; }
.nav-collapse a {
  text-decoration: none;
  width: 100%;
  background: #eaeaea;
  border-bottom: 1px solid white;
  padding: 0.75rem 1.25rem;
  float: right; }

@media screen and (min-width: 40em) {
  .nav-collapse {
    width: auto;
    float: right;
    margin: 1.625rem 1.25rem 1.3125rem 0; }
    .nav-collapse li {
      width: auto;
      float: right;
      padding-left: 20px; }
    .nav-collapse a {
      margin: 0;
      padding: 1em;
      float: left;
      text-align: center;
      border: none;
      padding: 0;
      background: none; }

  .js .nav-collapse {
    display: inline-block; } }
.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 26px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url(http://coastmodernfilm.com/images/hamburger.retina) no-repeat 50% 44%;
  margin-right: 1.25rem; }

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url(/images/hamburger-retina.png);
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px; } }
.logo {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 61px;
  height: 17px;
  background-image: url(/images/como.png);
  background-size: 61px 17px; }

header .logo {
  float: left;
  margin: 1.375rem 0 1.3125rem 1.25rem; }

.slider-module {
  position: relative;
  min-height: 390px;
  display: block;
  width: 100%;
  overflow: hidden;
  background-position: bottom;
  background-image: url(/images/hero-banner/CoMo_Hero-mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  color: #fff; }
  .slider-module .como-logo {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 200px; }
  .slider-module .laurels {
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px; }
    .slider-module .laurels.desktop {
      width: 100%;
      max-width: 1000px;
      display: none; }
    .slider-module .laurels.tablet {
      max-width: 600px;
      width: 100%; }

@media screen and (min-width: 40em) {
  .slider-module {
    min-height: 560px;
    background-image: url(/images/hero-banner/CoMo_Hero.jpg); }
    .slider-module .laurels {
      margin-top: 70px; }
    .slider-module .como-logo {
      margin-top: 90px;
      width: 100%;
      max-width: 260px; } }
@media screen and (min-width: 60em) {
  .slider-module {
    min-height: 620px;
    background-attachment: fixed; }
    .slider-module .laurels {
      margin-top: 120px; }
      .slider-module .laurels.tablet {
        display: none; }
      .slider-module .laurels.desktop {
        display: block; } }
@media screen and (min-width: 30em) {
  .slider-module .brand-byline h3 {
    font-size: 1.5rem; }
  .slider-module .laurel {
    width: 50%;
    padding: 10px; }
    .slider-module .laurel:nth-child(2) {
      display: inline-block; } }
@media screen and (min-width: 42em) {
  .slider-module .brand-byline h3 {
    font-size: 1.5rem; }
  .slider-module .laurel {
    width: 33%; }
    .slider-module .laurel:nth-child(1) {
      display: inline-block; }
    .slider-module .laurel .icon-laurel_left,
    .slider-module .laurel .icon-laurel_right {
      font-size: 3.5rem; }
    .slider-module .laurel p {
      font-size: 1rem; } }
@media screen and (min-width: 72em) {
  .slider-module .brand-byline h3 {
    font-size: 2.0625rem; }
  .slider-module .laurel {
    width: 25%; }
    .slider-module .laurel:nth-child(1), .slider-module .laurel:nth-child(2), .slider-module .laurel:nth-child(4) {
      display: inline-block; } }
.itunes-module-wrapper {
  background-color: #fff;
  background-image: -webkit-linear-gradient(#fff, #eaeaea);
  background-image: linear-gradient(#fff, #eaeaea);
  padding: 90px 0 90px; }

.itunes-module {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  .itunes-module:after {
    content: "";
    display: table;
    clear: both; }
  .itunes-module .como-on-iphone {
    display: block;
    max-width: 300px;
    margin: 0 auto; }
  .itunes-module .itunes-description {
    text-align: center; }
    .itunes-module .itunes-description h2 {
      line-height: 1.0;
      margin: 18px 0; }
    .itunes-module .itunes-description p {
      margin: 10px 0; }
    .itunes-module .itunes-description em {
      font-family: Georgia;
      line-height: 1.5;
      color: #666; }
    .itunes-module .itunes-description a {
      margin-top: 38px;
      display: inline-block; }
      .itunes-module .itunes-description a img {
        width: 182px;
        height: 65px; }

@media screen and (min-width: 40em) {
  .itunes-module {
    padding: 0 20px; }
    .itunes-module .como-on-iphone {
      display: block;
      max-width: 486px;
      width: 47%;
      float: right; }
    .itunes-module .itunes-description {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      display: block;
      text-align: left;
      float: left; }
      .itunes-module .itunes-description:last-child {
        margin-right: 0; }
      .itunes-module .itunes-description h2 {
        font-size: 2.375rem;
        margin: 0 0 18px; }
        .itunes-module .itunes-description h2 span {
          display: block; }
      .itunes-module .itunes-description p {
        margin: 0; }
      .itunes-module .itunes-description em {
        font-size: 1.6875rem; }
      .itunes-module .itunes-description a {
        margin: 38px 0 0; } }
@media screen and (max-width: 39.9375em) {
  .itunes-module-wrapper {
    padding: 30px 0 50px; }

  .itunes-module .itunes-description {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    .itunes-module .itunes-description:last-child {
      margin-right: 0; }

  .como-on-iphone {
    padding: 20px 0 15px; } }
@media screen and (min-width: 60em) {
  .itunes-module .itunes-description h2 {
    font-size: 3.625rem; } }
.maillist-module {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 20px;
  text-align: center; }
  .maillist-module:after {
    content: "";
    display: table;
    clear: both; }
  .maillist-module p {
    margin: 25px 0 0; }
  .maillist-module em {
    font-family: Georgia;
    line-height: 1.5;
    font-size: 1.5rem;
    color: #666; }
  .maillist-module form {
    padding-top: 11px; }
  .maillist-module input[type="email"] {
    border-radius: 5px;
    font-size: 1.25rem;
    letter-spacing: 0.03125rem;
    min-height: 58px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-appearance: none; }
    .maillist-module input[type="email"]:focus {
      background: #666;
      color: white; }
  .maillist-module .error #email {
    border-color: red; }
  .maillist-module input {
    margin: 0;
    -webkit-appearance: none; }
  .maillist-module .btn {
    padding: 16px 78px 17px;
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%; }
    .maillist-module .btn:last-child {
      margin-right: 0; }
  .maillist-module .help-inline {
    font-size: 1rem;
    padding-top: 1.5625rem;
    clear: both;
    color: red;
    font-style: italic; }

@media screen and (max-width: 39.9375em) {
  .maillist-module .input {
    margin-bottom: 1.25rem;
    overflow: hidden; }
  .maillist-module input[type="email"],
  .maillist-module .btn {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    .maillist-module input[type="email"]:last-child,
    .maillist-module .btn:last-child {
      margin-right: 0; }
  .maillist-module input[type="email"] {
    margin: 10px 0 20px; } }
@media screen and (min-width: 40em) {
  .maillist-module {
    padding: 30px 20px 20px;
    text-align: left; }
    .maillist-module p {
      padding-top: 10px; }
    .maillist-module p,
    .maillist-module form {
      display: inline-block;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .maillist-module p:last-child,
      .maillist-module form:last-child {
        margin-right: 0; }
    .maillist-module .input {
      float: right;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 0.625rem; }
      .maillist-module .input:last-child {
        margin-right: 0; }
    .maillist-module input[type="email"] {
      margin: 0 20px 10px 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .maillist-module input[type="email"]:last-child {
        margin-right: 0; }
    .maillist-module .btn {
      padding: 16px 40px 17px;
      font-size: 1.25rem;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .maillist-module .btn:last-child {
        margin-right: 0; } }
@media screen and (min-width: 60em) {
  .maillist-module p {
    padding-top: 0;
    margin-top: 23px; }
  .maillist-module input[type="email"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .maillist-module input[type="email"]:last-child {
      margin-right: 0; }
  .maillist-module .btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .maillist-module .btn:last-child {
      margin-right: 0; } }
.trailer-module {
  margin: 0;
  background-color: #14150D; }
  .trailer-module:after {
    content: "";
    display: table;
    clear: both; }
  .trailer-module .vimeo-wrapper {
    display: block;
    max-height: 880px;
    max-width: 1400px;
    overflow: hidden;
    background-position: 50%;
    background-image: url(/images/vimeo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto; }
  .trailer-module .vimeo .poster {
    display: none; }
  .trailer-module .vimeo .vimeo-description {
    padding-top: 5rem;
    max-width: 72.25rem; }
  .trailer-module .vimeo .vimeo-banner {
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("images/vimeo-banner.png");
    background-repeat: no-repeat;
    background-size: 267px 28px;
    margin: 0 2.5rem 1em;
    height: 28px;
    width: 267px; }
  .trailer-module .vimeo blockquote {
    color: #fff;
    font-size: 1rem;
    font-family: Georgia;
    line-height: 1.5; }
    .trailer-module .vimeo blockquote footer {
      font-weight: bold; }
  .trailer-module .vimeo .btn-vimeo {
    padding: 16px 20px 17px 67px;
    background-image: url(/images/vimeo-hex.png);
    background-repeat: no-repeat;
    background-position: 17px;
    background-size: 33px 36px;
    margin: 1em 0 1em 2.5rem; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .trailer-module .vimeo .btn-vimeo {
        background-image: url(/images/vimeo-hex@2x.png); } }
  .trailer-module .vimeo .btn-trailer {
    padding: 16px 20px 17px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 0 2em 2.5rem; }
  .trailer-module .video-wrapper {
    display: none;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .trailer-module .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .trailer-module .vimeo .vimeo-banner {
    background-image: url("images/vimeo-banner@2x.png"); } }
@media screen and (min-width: 60em) {
  .trailer-module .vimeo .poster {
    float: left;
    display: block;
    margin: 5rem;
    background: url(/images/poster_detailed.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    width: 360px;
    height: 502px; }
  .trailer-module .vimeo .vimeo-banner {
    height: 56px;
    width: 534px;
    background-size: 100%;
    max-width: 46.19377%;
    min-height: 9.15033%;
    max-height: 9.15033%; }
  .trailer-module .vimeo blockquote {
    font-size: 1.25rem; }
  .trailer-module .vimeo .btn-vimeo {
    margin: 0.75rem 2.5rem 0 0; }
  .trailer-module .vimeo .btn-trailer {
    margin: 0.75rem 0 0; } }
.poster-module-wrapper {
  padding: 40px 0 0; }
  .poster-module-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.poster-module {
  text-align: center; }
  .poster-module img {
    max-width: 52.58333%;
    min-width: 250px; }
  .poster-module .poster-description {
    text-align: left; }
    .poster-module .poster-description h2 {
      font-size: 5.25vw;
      margin: 2rem 0 1rem; }
    .poster-module .poster-description p {
      font-family: Georgia;
      line-height: 1.5;
      color: #666; }

.tablet-portrait-show {
  display: none; }

@media screen and (min-width: 40em) {
  .poster-module img {
    float: right; }
  .poster-module .poster-description {
    margin: 0 0 0 29px;
    float: left;
    width: 35%; }
    .poster-module .poster-description h2 {
      margin: 0rem 0 2rem;
      margin-top: 0 !important; }
    .poster-module .poster-description p {
      font-size: 1.375rem; }
    .poster-module .poster-description .poster-buy-now {
      margin-bottom: 40px; }

  .tablet-portrait-hide {
    display: none; }

  .tablet-portrait-show {
    display: inline; } }
@media screen and (min-width: 60em) {
  .poster-module-wrapper {
    padding: 90px 0 0; } }
@media screen and (min-width: 75em) {
  .poster-module .poster-description h2 {
    font-size: 63px; }

  .tablet-portrait-hide {
    display: inline; }

  .tablet-portrait-show {
    display: none; } }
@media screen and (max-width: 39.9375em) {
  .poster-module img {
    float: none;
    display: block;
    margin: 40px auto 0; } }
.dvd-module-wrapper {
  background-color: #eaeaea;
  padding: 90px 0 70px; }
  .dvd-module-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.dvd-module img {
  max-width: 40.41667%;
  min-width: 250px; }
.dvd-module .dvd-description h2 {
  margin: 2rem 0 1rem; }
.dvd-module .dvd-description p {
  font-family: Georgia;
  line-height: 1.5; }

@media screen and (min-width: 40em) {
  .dvd-module img {
    float: left; }

  .dvd-description {
    margin: 0 0 0 29px;
    float: left;
    width: 48.33333%; }
    .dvd-description h2 {
      font-size: 3.9375rem;
      margin: 0rem 0 2rem;
      margin-top: 0 !important; }
    .dvd-description p {
      font-size: 1.375rem; } }
@media screen and (min-width: 60em) {
  a.btn {
    padding: 16px 30px 17px; }

  .dvd-description p {
    font-size: 1.6875rem; } }
@media screen and (max-width: 39.9375em) {
  .dvd-module img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 3.75rem; }

  .btn {
    width: 100%;
    text-align: center; } }
.cast-module {
  overflow: hidden;
  text-align: center; }
  .cast-module h2 {
    font-size: 39px;
    margin: 51px 0 79px; }
  .cast-module .cast {
    text-align: center; }
    .cast-module .cast img {
      display: block;
      margin: 0 auto 30px;
      width: 100%; }
    .cast-module .cast .location {
      display: block;
      margin: 0 0 36px; }

@media screen and (max-width: 39.9375em) {
  .cast-module .cast {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-right: 0;
    width: 50%; }
    .cast-module .cast:last-child {
      margin-right: 0; } }
@media screen and (min-width: 40em) {
  .cast-module .cast {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    width: 25%;
    margin-right: 0; }
    .cast-module .cast:last-child {
      margin-right: 0; } }
@media screen and (min-width: 60em) {
  .cast-module .cast {
    width: 16.66%;
    margin-right: 0; } }
/* CSS hacks to allow edge to edge cast member pictures */
@media only screen and (min-width: 500px) and (max-width: 730px) {
  .cast-module .cast {
    width: 33.333% !important;
    margin-right: 0; } }
@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .cast-module .cast {
    width: 20% !important;
    margin-right: 0; } }
.filmmakers-module-wrapper {
  background-color: #eaeaea;
  padding: 58px 0 90px; }
  .filmmakers-module-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.filmmakers-module {
  text-align: center; }
  .filmmakers-module h2 {
    font-size: 39px;
    margin: 0 0 48px; }
  .filmmakers-module .filmmaker {
    margin: 2.5rem 0 0; }
    .filmmakers-module .filmmaker img {
      width: 100%;
      height: auto; }
    .filmmakers-module .filmmaker .name {
      margin: 1.25rem 0 0.3125rem; }
    .filmmakers-module .filmmaker .role {
      display: block; }

@media screen and (max-width: 39.9375em) {
  .filmmakers-module .filmmaker {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-right: 0;
    width: 50%; }
    .filmmakers-module .filmmaker:last-child {
      margin-right: 0; } }
@media screen and (min-width: 40em) {
  .filmmakers-module .filmmaker {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    width: 25%;
    margin: 0; }
    .filmmakers-module .filmmaker:last-child {
      margin-right: 0; } }
.instagram-module {
  text-align: center;
  width: 100%; }
  .instagram-module h2 {
    margin: 50px 0; }
    .instagram-module h2 .iconsvg-instagram {
      margin: 0 4px -4px 0; }
  .instagram-module .instagram-pic {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -3px;
    color: #fff;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px; }
    .instagram-module .instagram-pic img {
      max-width: 100%;
      cursor: pointer; }
    .instagram-module .instagram-pic .info {
      position: absolute;
      display: inline-block;
      text-align: left;
      margin: 6%;
      width: auto;
      height: 88%;
      cursor: pointer;
      -webkit-transition: -webkit-transform 1s;
      -moz-transition: -moz-transform 1s;
      transition: transform 1s;
      -webkit-transform-origin: right center;
      -moz-transform-origin: right center;
      -ms-transform-origin: right center;
      -o-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .instagram-module .instagram-pic .info.flipped {
        -webkit-transform: translateX(-100%) rotateY(-180deg);
        -moz-transform: translateX(-100%) rotateY(-180deg);
        -ms-transform: translateX(-100%) rotateY(-180deg);
        -o-transform: translateX(-100%) rotateY(-180deg);
        transform: translateX(-100%) rotateY(-180deg); }
      .instagram-module .instagram-pic .info .back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        padding: 12%;
        background-color: rgba(0, 0, 0, 0.45);
        width: 100%;
        height: 100%; }
      .instagram-module .instagram-pic .info h3 {
        margin: 0; }
      .instagram-module .instagram-pic .info .text {
        font-family: Georgia; }
  .instagram-module .instagram-loader {
    font-family: Georgia;
    line-height: 1.5;
    display: inline-block;
    margin: 20px 0; }
    .instagram-module .instagram-loader a {
      color: #666; }

@media screen and (min-width: 40em) {
  .instagram-module h2 {
    font-size: 39px; }
  .instagram-module .instagram-loader {
    margin: 40px 0;
    font-size: 1.6875rem; } }
@media screen and (min-width: 60em) {
  .instagram-module .instagram-pic {
    width: 33.3333%; } }
.error404 #main {
  padding: 5.625rem 0 8.125rem 0; }

#inner-content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  #inner-content:after {
    content: "";
    display: table;
    clear: both; }

.ninecol {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%; }
  .ninecol:last-child {
    margin-right: 0; }

.eightcol {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%; }
  .eightcol:last-child {
    margin-right: 0; }

.fourcol {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%; }
  .fourcol:last-child {
    margin-right: 0; }

.threecol {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 73.14426%; }
  .threecol:last-child {
    margin-right: 0; }

.twocol {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 46.28851%; }
  .twocol:last-child {
    margin-right: 0; }

@media screen and (min-width: 40em) {
  .ninecol {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .ninecol:last-child {
      margin-right: 0; }

  .eightcol {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .eightcol:last-child {
      margin-right: 0; }

  .fourcol {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .fourcol:last-child {
      margin-right: 0; }

  .threecol {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .threecol:last-child {
      margin-right: 0; }

  .grid_4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .grid_4:last-child {
      margin-right: 0; }

  .grid_3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .grid_3:last-child {
      margin-right: 0; } }
.broadcasters a {
  display: inline-block;
  margin: 0 20px 0 0; }

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

article h1 a:hover, article h3 a:hover {
  color: #9d9d9d; }

#comment-nav {
  display: none; }

ol.commentlist {
  list-style: none;
  padding: 0; }

#comments {
  padding-top: 100px; }

.commentlist article {
  padding: 40px 0 23px;
  border-bottom: dashed 1px #9d9d9d; }
  .commentlist article .avatar {
    display: none; }
  .commentlist article .comment-author {
    font-style: italic;
    font-size: 0.875rem;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, sans-serif; }
    .commentlist article .comment-author a {
      color: #333;
      text-decoration: underline; }
      .commentlist article .comment-author a:hover {
        color: #9d9d9d; }

.mike img, .gavin img, .pete img, .leah img {
  margin-top: 2.5rem; }

.page-navigation ol {
  list-style: none;
  margin: 2.5rem 0;
  padding: 0; }
.page-navigation li {
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.4375rem;
  margin-bottom: 8px;
  border: solid 1px #eaeaea;
  border-radius: 3px; }
  .page-navigation li a, .page-navigation li.bpn-current {
    padding: 8px 10px;
    display: inline-block;
    color: #666;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .page-navigation li a:hover, .page-navigation li.bpn-current:hover {
      background: #9d9d9d;
      color: white; }
  .page-navigation li.bpn-current {
    background-color: #666;
    font-weight: bold;
    color: white; }

@media screen and (min-width: 40em) {
  .page-navigation li {
    font-size: 1rem;
    margin-right: 0.625rem; }
    .page-navigation li a, .page-navigation li.bpn-current {
      padding: 10px 18px; } }
#respond {
  background: #eaeaea;
  padding: 1.875rem;
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%; }
  #respond:last-child {
    margin-right: 0; }
  #respond h3 {
    padding-bottom: 1.875rem; }

.respond-form {
  margin-top: 3.75rem; }
  .respond-form ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .respond-form li {
    margin-bottom: 0.625rem;
    color: #666; }
  .respond-form label {
    display: block;
    margin: 0 0 0.625rem;
    clear: both;
    color: #666; }
  .respond-form input[type="text"], .respond-form textarea, .respond-form input[type="email"], .respond-form input[type="url"] {
    margin-bottom: 1.25rem;
    width: 100%;
    font-size: 1rem;
    border-radius: 0.25rem;
    border: solid 1px #ccc;
    padding: 0.9375rem;
    min-height: 3.125rem;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-appearance: none;
    font-family: 'Helvetica Neue', Helvetica, sans-serif; }
    .respond-form input[type="text"]:focus, .respond-form textarea:focus, .respond-form input[type="email"]:focus, .respond-form input[type="url"]:focus {
      background: #666;
      color: white; }
  .respond-form textarea {
    height: 8.125rem;
    width: 100%;
    padding-top: 0.625rem; }
  .respond-form small {
    display: none; }
  .respond-form .alert {
    display: none; }
  .respond-form .button {
    font-size: 1.125rem; }

@media screen and (min-width: 40em) {
  #respond {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #respond:last-child {
      margin-right: 0; } }
@media screen and (min-width: 60em) {
  #respond {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    #respond:last-child {
      margin-right: 0; } }
@media screen and (max-width: 39.9375em) {
  #respond {
    padding: 0.75rem; }
    #respond #comment {
      min-height: 180px;
      line-height: 1.25rem; }

  .button {
    width: 100%; } }
.promoBanner {
  background-color: #666;
  color: #eee;
  padding: 16px 40px 17px;
  margin: 0 0 40px;
  border-radius: 5px;
  font-size: 1.24rem; }

.shop {
  padding: 0 10px; }
  .shop .grid_3 {
    margin-bottom: 70px; }
    .shop .grid_3 h3 {
      font-size: 24px;
      font-weight: 500;
      margin: 20px 0 15px; }
    .shop .grid_3 h2 {
      margin: 10px 0;
      font-size: 36px;
      font-weight: 500; }
    .shop .grid_3 h5 {
      margin: 0;
      font-size: 14px;
      font-weight: normal; }
    .shop .grid_3 p {
      font-family: Georgia;
      line-height: 1.5;
      margin-top: 5px;
      display: block;
      height: 80px; }
  .shop .btn {
    padding: 16px 50px 17px; }
  .shop .btn.soldout {
    background-color: #CF4141; }

.heart {
  font-size: 28px;
  color: #00bef8;
  vertical-align: bottom;
  font-family: verdana; }

/* this is really weird ... had to move ❤ outisde of h3 tag, else it displays as a box with 2764 inside it */
h3.ffhearthack {
  display: inline;
  font-size: 26px; }

#sidebar1 .widget {
  padding-bottom: 3.75rem; }
#sidebar1 #searchform {
  margin-bottom: 3.75rem; }
  #sidebar1 #searchform .screen-reader-text {
    font-weight: bold; }
  #sidebar1 #searchform #s {
    margin: 0.625rem 0;
    max-width: 100%;
    font-size: 1rem;
    border: solid 1px #eaeaea;
    padding: 0.625rem;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-appearance: none; }
    #sidebar1 #searchform #s:focus {
      background: #666;
      color: white; }
  #sidebar1 #searchform #searchsubmit {
    font-size: 1rem; }

body.single #inner-content, body.blog #inner-content, body.archive #inner-content, body.page-template-default #inner-content, body.shop #inner-content, body.search #inner-content, body.error404 #inner-content, body.search-results #inner-content {
  padding: 7.1875rem 0; }
body.single #main, body.blog #main, body.archive #main, body.page-template-default #main, body.shop #main, body.search #main, body.error404 #main, body.search-results #main {
  padding: 0 0.625rem;
  margin-bottom: 2.5rem; }
body.single h1, body.blog h1, body.archive h1, body.page-template-default h1, body.shop h1, body.search h1, body.error404 h1, body.search-results h1 {
  font-size: 2.375rem;
  margin: 0 0 2rem; }
  body.single h1.archive-title, body.blog h1.archive-title, body.archive h1.archive-title, body.page-template-default h1.archive-title, body.shop h1.archive-title, body.search h1.archive-title, body.error404 h1.archive-title, body.search-results h1.archive-title {
    padding-left: 1.125rem; }
body.single p.meta, body.blog p.meta, body.archive p.meta, body.page-template-default p.meta, body.shop p.meta, body.search p.meta, body.error404 p.meta, body.search-results p.meta {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold; }
body.single p, body.blog p, body.archive p, body.page-template-default p, body.shop p, body.search p, body.error404 p, body.search-results p {
  font-size: 1.0625rem;
  color: #666;
  font-family: Georgia;
  line-height: 1.5; }
body.single p a, body.blog p a, body.archive p a, body.page-template-default p a, body.shop p a, body.search p a, body.error404 p a, body.search-results p a {
  text-decoration: underline;
  color: #333; }
body.single img.size-full, body.blog img.size-full, body.archive img.size-full, body.page-template-default img.size-full, body.shop img.size-full, body.search img.size-full, body.error404 img.size-full, body.search-results img.size-full {
  display: block;
  margin: 1.25rem 0; }

article {
  padding: 1.875rem; }
  article h1 {
    widows: 3; }
  article a:hover {
    color: #9d9d9d; }
  article.first {
    padding-top: 0; }
  article a.read-more {
    clear: both;
    display: block;
    padding-top: 20px; }
    article a.read-more:hover {
      color: #9d9d9d; }
  article.odd {
    background-color: #eaeaea; }
  article p.meta {
    margin-top: 0; }

.sidebar {
  padding: 0.1875rem 0 6.25rem 2.5rem; }

.widget_archive h4 {
  margin: 0 0 1.33em; }

.widget_archive ul, .widget_categories ul, .widget_links ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.widget_archive li, .widget_archive li a, .widget_categories li, .widget_categories li a, .widget_links li, .widget_links li a {
  font-size: 1.0625rem;
  font-family: Georgia;
  line-height: 1.5;
  color: #9d9d9d;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .widget_archive li:hover, .widget_archive li a:hover, .widget_categories li:hover, .widget_categories li a:hover, .widget_links li:hover, .widget_links li a:hover {
    color: #333;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }

.home #main {
  padding-top: 60px; }

body.single #main, body.blog #main, body.archive #main, body.search #main, body.error404 #main, body.search-results #main {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%; }
  body.single #main:last-child, body.blog #main:last-child, body.archive #main:last-child, body.search #main:last-child, body.error404 #main:last-child, body.search-results #main:last-child {
    margin-right: 0; }
body.single #sidebar1, body.blog #sidebar1, body.archive #sidebar1, body.search #sidebar1, body.error404 #sidebar1, body.search-results #sidebar1 {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  width: 100%; }
  body.single #sidebar1:last-child, body.blog #sidebar1:last-child, body.archive #sidebar1:last-child, body.search #sidebar1:last-child, body.error404 #sidebar1:last-child, body.search-results #sidebar1:last-child {
    margin-right: 0; }
  body.single #sidebar1 #s, body.blog #sidebar1 #s, body.archive #sidebar1 #s, body.search #sidebar1 #s, body.error404 #sidebar1 #s, body.search-results #sidebar1 #s {
    clear: both;
    display: block;
    width: 90%;
    padding: 25px 15px !important;
    letter-spacing: 0.05rem; }
  body.single #sidebar1 #searchsubmit, body.blog #sidebar1 #searchsubmit, body.archive #sidebar1 #searchsubmit, body.search #sidebar1 #searchsubmit, body.error404 #sidebar1 #searchsubmit, body.search-results #sidebar1 #searchsubmit {
    width: 90%; }
@media screen and (min-width: 40em) {
  body.single #main, body.blog #main, body.archive #main, body.search #main, body.error404 #main, body.search-results #main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    body.single #main:last-child, body.blog #main:last-child, body.archive #main:last-child, body.search #main:last-child, body.error404 #main:last-child, body.search-results #main:last-child {
      margin-right: 0; }
  body.single article, body.blog article, body.archive article, body.search article, body.error404 article, body.search-results article {
    padding: 1.875rem; }
  body.single #sidebar1, body.blog #sidebar1, body.archive #sidebar1, body.search #sidebar1, body.error404 #sidebar1, body.search-results #sidebar1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    body.single #sidebar1:last-child, body.blog #sidebar1:last-child, body.archive #sidebar1:last-child, body.search #sidebar1:last-child, body.error404 #sidebar1:last-child, body.search-results #sidebar1:last-child {
      margin-right: 0; } }
@media screen and (min-width: 60em) {
  body.single #main, body.blog #main, body.archive #main, body.search #main, body.error404 #main, body.search-results #main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    body.single #main:last-child, body.blog #main:last-child, body.archive #main:last-child, body.search #main:last-child, body.error404 #main:last-child, body.search-results #main:last-child {
      margin-right: 0; }
  body.single #sidebar1, body.blog #sidebar1, body.archive #sidebar1, body.search #sidebar1, body.error404 #sidebar1, body.search-results #sidebar1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    body.single #sidebar1:last-child, body.blog #sidebar1:last-child, body.archive #sidebar1:last-child, body.search #sidebar1:last-child, body.error404 #sidebar1:last-child, body.search-results #sidebar1:last-child {
      margin-right: 0; } }
@media screen and (max-width: 39.9375em) {
  body.single #inner-content, body.blog #inner-content, body.archive #inner-content, body.search #inner-content, body.error404 #inner-content, body.search-results #inner-content {
    padding-top: 5rem; }
  body.single #main, body.blog #main, body.archive #main, body.search #main, body.error404 #main, body.search-results #main {
    padding: 0; }
  body.single article, body.blog article, body.archive article, body.search article, body.error404 article, body.search-results article {
    padding: 1.875rem 1.1875rem; }
  body.single .sidebar, body.blog .sidebar, body.archive .sidebar, body.search .sidebar, body.error404 .sidebar, body.search-results .sidebar {
    padding: 0 1.125rem; }
    body.single .sidebar#sidebar1 #s, body.single .sidebar#sidebar1 #searchsubmit, body.blog .sidebar#sidebar1 #s, body.blog .sidebar#sidebar1 #searchsubmit, body.archive .sidebar#sidebar1 #s, body.archive .sidebar#sidebar1 #searchsubmit, body.search .sidebar#sidebar1 #s, body.search .sidebar#sidebar1 #searchsubmit, body.error404 .sidebar#sidebar1 #s, body.error404 .sidebar#sidebar1 #searchsubmit, body.search-results .sidebar#sidebar1 #s, body.search-results .sidebar#sidebar1 #searchsubmit {
      width: 100%; } }

body.page-template-default .poster-wrapper img.about-poster {
  float: left;
  padding: 0;
  margin: 0 20px 10px 0; }
  @media screen and (max-width: 39.9375em) {
    body.page-template-default .poster-wrapper img.about-poster {
      float: none;
      margin: 0 auto;
      margin-bottom: 40px; } }

.cd-top {
  display: inline-block;
  height: 45px;
  width: 45px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(102, 102, 102, 0.7) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
    .cd-top.cd-fade-out:hover {
      opacity: 1; }
  .no-touch .cd-top:hover {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 50px;
      width: 50px;
      right: 30px;
      bottom: 30px; } }

.inner-footer {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  .inner-footer:after {
    content: "";
    display: table;
    clear: both; }

.sprite, footer.footer-wrapper .engage .pinterest, footer.footer-wrapper .engage .twitter, footer.footer-wrapper .engage .facebook, footer.footer-wrapper .engage .instagram, footer.footer-wrapper .engage .vimeo {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block; }
  .sprite + .sprite, footer.footer-wrapper .engage .pinterest + .sprite, footer.footer-wrapper .engage .twitter + .sprite, footer.footer-wrapper .engage .facebook + .sprite, footer.footer-wrapper .engage .instagram + .sprite, footer.footer-wrapper .engage .vimeo + .sprite, footer.footer-wrapper .engage .sprite + .pinterest, footer.footer-wrapper .engage .pinterest + .pinterest, footer.footer-wrapper .engage .twitter + .pinterest, footer.footer-wrapper .engage .facebook + .pinterest, footer.footer-wrapper .engage .instagram + .pinterest, footer.footer-wrapper .engage .vimeo + .pinterest, footer.footer-wrapper .engage .sprite + .twitter, footer.footer-wrapper .engage .pinterest + .twitter, footer.footer-wrapper .engage .twitter + .twitter, footer.footer-wrapper .engage .facebook + .twitter, footer.footer-wrapper .engage .instagram + .twitter, footer.footer-wrapper .engage .vimeo + .twitter, footer.footer-wrapper .engage .sprite + .facebook, footer.footer-wrapper .engage .pinterest + .facebook, footer.footer-wrapper .engage .twitter + .facebook, footer.footer-wrapper .engage .facebook + .facebook, footer.footer-wrapper .engage .instagram + .facebook, footer.footer-wrapper .engage .vimeo + .facebook, footer.footer-wrapper .engage .sprite + .instagram, footer.footer-wrapper .engage .pinterest + .instagram, footer.footer-wrapper .engage .twitter + .instagram, footer.footer-wrapper .engage .facebook + .instagram, footer.footer-wrapper .engage .instagram + .instagram, footer.footer-wrapper .engage .vimeo + .instagram, footer.footer-wrapper .engage .sprite + .vimeo, footer.footer-wrapper .engage .pinterest + .vimeo, footer.footer-wrapper .engage .twitter + .vimeo, footer.footer-wrapper .engage .facebook + .vimeo, footer.footer-wrapper .engage .instagram + .vimeo, footer.footer-wrapper .engage .vimeo + .vimeo {
    margin-left: 25px; }

.supporter, footer.footer-wrapper .supporters .knowledge, footer.footer-wrapper .supporters .rogers, footer.footer-wrapper .supporters .tvo, footer.footer-wrapper .supporters .scn, footer.footer-wrapper .supporters .avro, footer.footer-wrapper .supporters .film-incentive-bc, footer.footer-wrapper .supporters .canada {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: 45px;
  margin-top: 20px; }
  .supporter + .supporter, footer.footer-wrapper .supporters .knowledge + .supporter, footer.footer-wrapper .supporters .rogers + .supporter, footer.footer-wrapper .supporters .tvo + .supporter, footer.footer-wrapper .supporters .scn + .supporter, footer.footer-wrapper .supporters .avro + .supporter, footer.footer-wrapper .supporters .film-incentive-bc + .supporter, footer.footer-wrapper .supporters .canada + .supporter, footer.footer-wrapper .supporters .supporter + .knowledge, footer.footer-wrapper .supporters .knowledge + .knowledge, footer.footer-wrapper .supporters .rogers + .knowledge, footer.footer-wrapper .supporters .tvo + .knowledge, footer.footer-wrapper .supporters .scn + .knowledge, footer.footer-wrapper .supporters .avro + .knowledge, footer.footer-wrapper .supporters .film-incentive-bc + .knowledge, footer.footer-wrapper .supporters .canada + .knowledge, footer.footer-wrapper .supporters .supporter + .rogers, footer.footer-wrapper .supporters .knowledge + .rogers, footer.footer-wrapper .supporters .rogers + .rogers, footer.footer-wrapper .supporters .tvo + .rogers, footer.footer-wrapper .supporters .scn + .rogers, footer.footer-wrapper .supporters .avro + .rogers, footer.footer-wrapper .supporters .film-incentive-bc + .rogers, footer.footer-wrapper .supporters .canada + .rogers, footer.footer-wrapper .supporters .supporter + .tvo, footer.footer-wrapper .supporters .knowledge + .tvo, footer.footer-wrapper .supporters .rogers + .tvo, footer.footer-wrapper .supporters .tvo + .tvo, footer.footer-wrapper .supporters .scn + .tvo, footer.footer-wrapper .supporters .avro + .tvo, footer.footer-wrapper .supporters .film-incentive-bc + .tvo, footer.footer-wrapper .supporters .canada + .tvo, footer.footer-wrapper .supporters .supporter + .scn, footer.footer-wrapper .supporters .knowledge + .scn, footer.footer-wrapper .supporters .rogers + .scn, footer.footer-wrapper .supporters .tvo + .scn, footer.footer-wrapper .supporters .scn + .scn, footer.footer-wrapper .supporters .avro + .scn, footer.footer-wrapper .supporters .film-incentive-bc + .scn, footer.footer-wrapper .supporters .canada + .scn, footer.footer-wrapper .supporters .supporter + .avro, footer.footer-wrapper .supporters .knowledge + .avro, footer.footer-wrapper .supporters .rogers + .avro, footer.footer-wrapper .supporters .tvo + .avro, footer.footer-wrapper .supporters .scn + .avro, footer.footer-wrapper .supporters .avro + .avro, footer.footer-wrapper .supporters .film-incentive-bc + .avro, footer.footer-wrapper .supporters .canada + .avro, footer.footer-wrapper .supporters .supporter + .film-incentive-bc, footer.footer-wrapper .supporters .knowledge + .film-incentive-bc, footer.footer-wrapper .supporters .rogers + .film-incentive-bc, footer.footer-wrapper .supporters .tvo + .film-incentive-bc, footer.footer-wrapper .supporters .scn + .film-incentive-bc, footer.footer-wrapper .supporters .avro + .film-incentive-bc, footer.footer-wrapper .supporters .film-incentive-bc + .film-incentive-bc, footer.footer-wrapper .supporters .canada + .film-incentive-bc, footer.footer-wrapper .supporters .supporter + .canada, footer.footer-wrapper .supporters .knowledge + .canada, footer.footer-wrapper .supporters .rogers + .canada, footer.footer-wrapper .supporters .tvo + .canada, footer.footer-wrapper .supporters .scn + .canada, footer.footer-wrapper .supporters .avro + .canada, footer.footer-wrapper .supporters .film-incentive-bc + .canada, footer.footer-wrapper .supporters .canada + .canada {
    margin-left: -15px; }

.allinpictures-logo {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.8;
  display: block;
  width: 130px;
  height: 78px;
  background-image: url("/images/allinpictures-logo.svg");
  background-size: 130px 78px; }
}

.twofold-logo {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 130px;
  height: 63px;
  background-image: url("images/twofold_logo.png");
  background-size: 130px 63px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .twofold-logo {
      background-image: url("images/twofold_logo@2x.png");
      background-size: 130px 63px; } }

footer.footer-wrapper {
  padding: 27px 0 60px;
  background-color: #222;
  color: #cdcdcd; }
  footer.footer-wrapper a,
  footer.footer-wrapper a:link,
  footer.footer-wrapper a:visited {
    color: #cdcdcd; }
    footer.footer-wrapper a:hover,
    footer.footer-wrapper a:link:hover,
    footer.footer-wrapper a:visited:hover {
      color: white; }
  footer.footer-wrapper .contact {
    padding: 0 0 0 20px; }
    footer.footer-wrapper .contact h3 {
      margin: 23px 0 25px;
      font-size: 1.625rem;
      font-weight: 400;
      color: #fff; }
    footer.footer-wrapper .contact .name {
      font-family: 'Helvetica Neue', Helvetica, sans-serif; }
    footer.footer-wrapper .contact .name,
    footer.footer-wrapper .contact .role {
      font-size: 1.0625rem; }
    footer.footer-wrapper .contact .role,
    footer.footer-wrapper .contact .tel,
    footer.footer-wrapper .contact .email {
      font-style: italic;
      font-family: Georgia;
      line-height: 1.5; }
    footer.footer-wrapper .contact .name,
    footer.footer-wrapper .contact .tel {
      margin-bottom: 0; }
    footer.footer-wrapper .contact .tel {
      letter-spacing: 0.1em; }
    footer.footer-wrapper .contact .role,
    footer.footer-wrapper .contact .email {
      margin-top: 5px; }
  footer.footer-wrapper nav.secondary {
    margin: 0 0 2.5rem;
    font-size: 18px; }
    footer.footer-wrapper nav.secondary a + a {
      margin-left: 1.25rem; }
    @media only screen and (max-width: 400px) {
      footer.footer-wrapper nav.secondary .press-kit {
        margin: 15px 0 0 0;
        display: block;
        clear: both; } }
  footer.footer-wrapper .engage {
    padding: 28px 20px 0; }
    footer.footer-wrapper .engage .pinterest {
      background-image: url(/images/social-sprite.png);
      background-position: -5px -80px;
      width: 27px;
      height: 28px; }
    footer.footer-wrapper .engage .twitter {
      background-image: url(/images/social-sprite.png);
      background-position: -5px -118px;
      width: 29px;
      height: 28px; }
    footer.footer-wrapper .engage .facebook {
      background-image: url(/images/social-sprite.png);
      background-position: -5px -5px;
      width: 28px;
      height: 28px; }
    footer.footer-wrapper .engage .instagram {
      background-image: url(/images/social-sprite.png);
      background-position: -5px -43px;
      width: 28px;
      height: 27px; }
    footer.footer-wrapper .engage .vimeo {
      background-image: url(/images/social-sprite.png);
      background-position: -5px -156px;
      width: 27px;
      height: 28px; }
  footer.footer-wrapper .supporters .knowledge {
    width: 145px;
    background: url(/images/supporters/knowledge_network.png) no-repeat; }
  footer.footer-wrapper .supporters .rogers {
    width: 158px;
    background: url(/images/supporters/rogers_documentary_fund.png) no-repeat; }
  footer.footer-wrapper .supporters .tvo {
    width: 118px;
    background: url(/images/supporters/tv_ontario.png) no-repeat; }
  footer.footer-wrapper .supporters .scn {
    width: 111px;
    background: url(/images/supporters/scn_network.png) no-repeat; }
  footer.footer-wrapper .supporters .avro {
    width: 115px;
    background: url(/images/supporters/avro_televisie.png) no-repeat; }
  footer.footer-wrapper .supporters .film-incentive-bc {
    width: 124px;
    background: url(/images/supporters/film_incentive_bc.png) no-repeat; }
  footer.footer-wrapper .supporters .canada {
    width: 120px;
    background: url(/images/supporters/canada.png) no-repeat; }
  footer.footer-wrapper .copyright {
    margin-top: 45px;
    font-size: 0.75rem; }

@media screen and (min-width: 40em) {
  footer.footer-wrapper .contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    footer.footer-wrapper .contact:last-child {
      margin-right: 0; }
  footer.footer-wrapper .engage {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    footer.footer-wrapper .engage:last-child {
      margin-right: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer.footer-wrapper .engage .pinterest {
    background-image: url(/images/social-sprite-retina.png);
    background-size: 39px 189px; }
  footer.footer-wrapper .engage .twitter {
    background-image: url(/images/social-sprite-retina.png);
    background-size: 39px 189px; }
  footer.footer-wrapper .engage .facebook {
    background-image: url(/images/social-sprite-retina.png);
    background-size: 39px 189px; }
  footer.footer-wrapper .engage .instagram {
    background-image: url(/images/social-sprite-retina.png);
    background-size: 39px 189px; }
  footer.footer-wrapper .engage .vimeo {
    background-image: url(/images/social-sprite-retina.png);
    background-size: 39px 189px; }
  footer.footer-wrapper .supporters .knowledge {
    background: url(/images/supporters/knowledge_network@2x.png) no-repeat;
    background-size: 145px 45px; }
  footer.footer-wrapper .supporters .rogers {
    background: url(/images/supporters/rogers_documentary_fund@2x.png) no-repeat;
    background-size: 158px 45px; }
  footer.footer-wrapper .supporters .tvo {
    background: url(/images/supporters/tv_ontario@2x.png) no-repeat;
    background-size: 118px 45px; }
  footer.footer-wrapper .supporters .scn {
    background: url(/images/supporters/scn_network@2x.png) no-repeat;
    background-size: 111px 45px; }
  footer.footer-wrapper .supporters .avro {
    background: url(/images/supporters/avro_televisie@2x.png) no-repeat;
    background-size: 115px 45px; }
  footer.footer-wrapper .supporters .film-incentive-bc {
    background: url(/images/supporters/film_incentive_bc@2x.png) no-repeat;
    background-size: 124px 45px; }
  footer.footer-wrapper .supporters .canada {
    background: url(/images/supporters/canada@2x.png) no-repeat;
    background-size: 120px 45px; } }

/*# sourceMappingURL=style.scss.map */
