/* Elemental Films 2026 */

/*********************
Typography
*********************/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 18, 2017 */

@font-face {
  font-family: "courier_prime";
  src: url("./library/fonts/courier_prime-webfont.woff2") format("woff2"), url("./library/fonts/courier_prime-webfont.woff") format("woff"), url("./library/fonts/courier_prime-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "courier_prime";
  src: url("./library/fonts/courier_prime_bold-webfont.woff2") format("woff2"), url("./library/fonts/courier_prime_bold-webfont.woff") format("woff"), url("./library/fonts/courier_prime_bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "courier_prime";
  src: url("./library/fonts/courier_prime_italic-webfont.woff2") format("woff2"), url("./library/fonts/courier_prime_italic-webfont.woff") format("woff"), url("./library/fonts/courier_prime_italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/*********************
BASE STYLES
*********************/

html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overscroll-behavior: none;
}

body {
  height: 100%;
  font-family: "courier_prime", "Helvetica Neue", Arial, sans-serif;
  font-size: 14.4px;
  word-spacing: -0.1875em;
  line-height: 1.5;
  color: #2b2b26;
  padding: 0;
  margin: 0;
}

.cf:after, #comment-replies:after, .comment-respond:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: normal;
  text-rendering: auto;
}

h1 {
  line-height: 1.3em;
}

h2 {
  line-height: 1.8em;
}

h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 700;
}

h4 {
  font-weight: 700;
}

h5 {
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  word-wrap: break-word;
  hyphens: none;
}

a {
  color: #AF1E2D;
  text-decoration: none;
}

a:hover {
  color: #2b2b26;
  text-decoration: none;
}

/*********************
MENU MODAL - only show if landscape mode or width > 820 - see menu.js
*********************/

#menu-grnd {
  display: none;
}

/********************
PAYPAL MODAL
********************/

.modal-overlay {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-body {
  padding: 0;
  width: 300px;
  height: 450px;
}

.modal-body-pre {
  background: url("./library/images/modal/ground-350.gif") top right no-repeat;
}

.modal-body-full {
  background: url("./library/images/modal/ground-full-350.gif") top right no-repeat;
}

.modal-body-post {
  background: url("./library/images/modal/connector.gif") center no-repeat;
}

.modal-header, .modal-footer, .modal-trailer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.modal-header {
  height: 185px;
}

.modal-footer, .modal-trailer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-footer {
  height: 143px;
  background: url("./library/images/modal/modal-fiver-small.gif") center 35% no-repeat;
}
.modal-footer p {
  margin: 0;
  padding-top: 60px;
  font-size: 18px;
  color: #585d63;
  font-weight: 700;
}

.modal-trailer {
  height: 38px;
}
.modal-trailer p {
  color: #AF1E2D;
  font-size: 16px;
  padding-top: 5px;
}

.modal-header-left {
  width: calc(100% - 42px);
  height: 42px;
}

.modal-header-right {
  width: 42px;
  height: 42px;
}

.modal-header-text {
  width: 100%;
  height: 143px;
  background: url("./library/images/modal/modal-watch-small.gif") center 35% no-repeat;
}

.modal-button {
  position: relative;
  width: 100%;
  height: 80px;
}

.modal-button-paypal, .modal-button-card {
  position: absolute;
  margin: 0 auto;
  width: 270px;
  height: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}

.modal-button-paypal {
  top: 0;
}

.modal-button-card {
  bottom: 0;
}

.modal-button-card span {
  color: white;
}

/*********************
HEADER
*********************/

.header {
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
}

.header-side:first-child {
  display: none;
}

.header-mid {
  width: 288px;
  height: 80px;
  margin: 0 auto;
}

#logoHold {
  width: 100%;
  margin: -66px auto 0;
}
#logoHold img {
  width: 100%;
  height: auto;
}

#logoLine {
  width: 0;
  height: 66px;
  background: url("./library/images/blog-title-line.png") left bottom no-repeat;
}

.watch {
  width: 135px;
  height: 40px;
  background: url("./library/images/elemental-play-red.svg") 50% 0 no-repeat;
  cursor: pointer;
}
.watch:hover {
  background-position: 50% 100%;
}
.watch {
  margin: 3em auto 0;
}

/********************
BODY
********************/

#reveal {
  background-color: #000000;
}

#making {
  background-color: #3a3838;
}

#container {
  min-height: calc(100% - 70px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto -160px;
  background-color: #f8f8f8;
  background-image: url("./library/images/bg400.jpg");
  background-position: center top;
  background-repeat: repeat-y;
}

#content {
  margin: 3em auto 0;
  width: 90%;
}

#push {
  clear: both;
  height: 160px;
  width: 100%;
}

#archive, #archive-top {
  width: 100%;
  padding: 0;
}

#archive {
	margin: -1em auto 3em;
}

#archive-top {
	margin: 0 auto;
}

.archive-link {
  margin: 0;
  text-align: right;
  line-height: 3em;
  background: url("./library/images/sep-archive.svg") 90% bottom no-repeat;
}
.archive-link span {
  margin-left: 10px;
}
.archive-link span .narrow {
  display: none;
}
.archive-link span:first-child {
  margin-left: 0;
}

/*********************
POSTS & CONTENT
*********************/

main, #player-wrapper, .singler, .missing {
  width: 100%;
  max-width: 450px;
}

.singler {
  margin: 0 auto;
  padding-top: 1em;
}

.post-link {
  margin: 0 auto;
  padding: 1.5em 0 1em;
  background: url("./library/images/separator-post.png") center top no-repeat;
}
.post-link:first-child {
  background: none;
}
.post-link {
  box-sizing: border-box;
}

#all-wrap {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

#content.make #all-wrap {
  padding-bottom: 0.6em;
  background: url("./library/images/separator-post.png") center bottom no-repeat;
}

main {
  margin: 2em auto;
}

.award.split > p:nth-child(2), .award.split .first > p:nth-child(2) {
  height: 130px;
  background: url("./library/images/bifa-winner-border.svg") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 1.5em;
  margin-top: -0.5em;
  margin-bottom: 2em;
}
.award.split > p:nth-child(2) span, .award.split .first > p:nth-child(2) span {
  display: none;
}
.award.split > p:nth-child(3), .award.split .first > p:nth-child(3) {
  text-indent: 7%;
}

.indent.split > p:first-child, .indent.split .first > p:first-child {
  text-indent: 7%;
}

.award.split > p:nth-last-child(3), .award.split .last > p:nth-last-child(3) {
  background: url("./library/images/separator-moderate-top.png") 40% bottom no-repeat;
  padding-bottom: 1.5em;
  margin-top: -0.5em;
  margin-bottom: 2em;
}
.award.split > p:nth-last-child(3) span, .award.split .last > p:nth-last-child(3) span {
  display: none;
}
.award.split > p:nth-last-child(2), .award.split .last > p:nth-last-child(2) {
  text-indent: 7%;
}

.indent .first p:first-child {
  text-indent: 7%;
}

.page-title {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.6em 1.5em;
}

.entry-title {
  padding: 1.5em 0 0;
  margin: 0;
  text-align: center;
}

.byline {
  margin: 1.5em 3% 0;
  text-align: right;
  transform: rotate(-1deg);
}

.entry-content {
  padding-top: 1em;
  word-spacing: -2px;

}
.entry-content p {
  width: 100%;
  margin: 0 auto 1em;
  -ms-word-break: keep-all;
  word-break: keep-all;
  hyphens: none;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.post-link .entry-content p {
  max-width: 475px;
}

.related {
  margin: 0.5em 0 0.5em 1.5em;
}
.related span.comma:last-child {
  display: none;
}

.split {
  visibility: hidden;
}

p.no-indent {
  margin-top: 2em !important;
  text-indent: 0 !important;
}

p span.uline {
  display: inline-block;
  text-indent: 0;
  background: url("./library/images/sep-archive.svg") center bottom no-repeat;
}

/**********************
NAVIGATION
***********************/

.pagination {
  margin: 2em 0;
  text-align: center;
  background: url("./library/images/separator-nav.png") top center no-repeat;
  height: 74px;
  padding-top: 1.6em;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a {
  text-decoration: none;
  padding: 0.75em;
}
.pagination .current {
  cursor: default;
  color: #2b2b26;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #2b2b26;
}

body.search .pagination {
  margin-top: 3em !important;
}

/*********************
FOOTER
*********************/

#footer {
  color: #2b2b26;
  height: 160px;
}
#footer span .narrow {
  display: none;
}

#footerWrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  border-top: solid 2px #3a3838;
  padding-top: 5px;
}

.left-footer {
  display: block;
  text-align: center;
}
.left-footer span {
  margin-left: 10px;
}
.left-footer span:first-child {
  margin-left: 0;
}
.left-footer p {
  margin-bottom: 0;
}

.mid-footer {
  display: block;
}
.mid-footer .social {
  width: 40px;
  margin: 20px auto;
}
.mid-footer .social #twit {
  width: 40px;
  height: 47px;
  background: url("./library/images/twit.png") 0 0 no-repeat;
}

.right-footer {
  display: block;
  text-align: center;
}

.copyright img {
  margin: 0 5px -3px 0;
}

/*********************
FRONT PAGE
*********************/

#fullpage p {
  -ms-word-break: keep-all;
  word-break: keep-all;
  hyphens: none;
}

#headerFront {
  position: fixed;
  top: -55px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  overflow: hidden;
}

#headerWrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 80%;
}
#headerWrap p {
  font-size: 1.25em;
  margin: 11px 0 0;
  color: white;
}
#headerWrap a {
  color: white;
}
#headerWrap a:hover {
  text-decoration: none;
}
#headerWrap #head-left {
  float: left;
  margin-right: 5%;
}
#headerWrap #head-left span {
  display: none;
}
#headerWrap #head-right {
  float: left;
}
#headerWrap #head-right p {
  text-align: right;
}
#headerWrap #head-right span {
  display: none;
}

#head-left, #head-right, #twit {
  cursor: pointer;
}
#head-left:hover .underLiner, #head-right:hover .underLiner, #twit:hover .underLiner {
  width: 100%;
  transition: width 0.2s ease-out;
}

#head-left .underLiner, #head-right .underLiner {
  margin-top: -3px;
  height: 1px;
}

#twit .underLiner {
  height: 100%;
}

.underLiner {
  display: block;
  width: 0;
  margin: 0 auto;
  border-bottom: 2px solid #D12027;
  transition: width 0.2s ease-out;
}

#one {
  background-image: url("./library/images/voy-01-650l.jpg");
}

#two {
  background-image: url("./library/images/voy-02-650l.jpg");
}

#three {
  background-image: url("./library/images/voy-03-650l.jpg");
}

#four {
  background-image: url("./library/images/voy-04-650l.jpg");
}

#five {
  background-image: url("./library/images/voy-05-650l.jpg");
}

#six {
  background-image: url("./library/images/voy-06-650l.jpg");
}

#seven {
  background-image: url("./library/images/voy-07-650l.jpg");
}

#eight {
  background-image: url("./library/images/voy-08-650l.jpg");
}

.photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#two, #three, #four, #five, #six, #seven, #eight {
  visibility: hidden;
}

/*---------------title and credit panels------------*/

.pace {
  position: relative;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}

.pace .pace-progress {
  height: 100%;
  width: 0;
  margin: 0 auto;
  background-color: #D12027;
}

.pace.pace-inactive {
  display: block;
}

.framer {
  height: 100%;
  width: 100%;
}

.framerRow {
  position: relative;
  height: 25%;
}
.framerRow:first-child .blackout {
  position: absolute;
  bottom: 0;
}

.blackout {
  background-color: rgb(0, 0, 0);
  height: 100%;
  width: 100%;
}

.framerRowCenter {
  height: 50%;
  background-color: rgb(0, 0, 0);
}

.framerHold {
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  visibility: hidden;
}

#titleLine {
  height: 50%;
  width: 100%;
  margin: 0 auto;
}

#titleImage, #creditImage {
  height: 100%;
  width: 100%;
  position: relative;
  top: -50%;
}
#titleImage img, #creditImage img {
  width: 100%;
  height: auto;
}

#creditLine {
  height: 50%;
  width: 86%;
  margin-left: 7%;
}

.lineHold {
  width: 32%;
  height: 100%;
  float: left;
}

.lineMid {
  height: 100%;
  width: 36%;
  float: left;
}

#lineLeft {
  height: 100%;
  width: 0;
  border-bottom: 2px solid #D12027;
  float: right;
}

#lineRight {
  height: 100%;
  width: 0;
  border-bottom: 2px solid #D12027;
  float: left;
}

/*-------------------page scroller-------------*/

#scrollHold {
  position: fixed;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #FFFFFF;
  border-radius: 24px;
}

#scrollUp, #scrollDown {
  width: 20px;
  height: 18px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#scrollUp {
  background-image: url("./library/images/scroll-arrows.svg");
  background-position: -10px 0;
  margin: 2px auto;
}
#scrollUp:hover {
  background-position: -50px 0;
}
#scrollUp {
  opacity: 0;
  visibility: hidden;
}

#scrollDown {
  background-image: url("./library/images/scroll-arrows.svg");
  background-position: -10px -18px;
  margin: 0 auto;
}
#scrollDown:hover {
  background-position: -50px -18px;
}

/*--------------text panels-----------------*/

.framerBlank {
  width: 100%;
  height: 56%;
}

.framerDark {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 40%;
}

.framerText {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.darkHold {
  width: 94%;
  margin: 0 auto;
}
.darkHold:nth-child(2) {
  margin-top: 1em;
}
.darkHold p {
  color: white;
  margin: 0;
  line-height: 1.5;
}
.darkHold p span {
  color: white;
  background: transparent;
  padding: 0;
}

/*--------------- last panel and footer --------------------*/

#eight .framer {
  display: table;
}

.eightFeet {
  display: table-row;
  height: 68px;
}
.eightFeet span:first-child {
  display: none;
}

.eightContent {
  display: table-row;
}

.eightCell {
  display: table-cell;
}

.memSide {
  display: table-cell;
  width: 20%;
}

.memCent {
  display: table-cell;
  vertical-align: middle;
}
.memCent p {
  width: 90%;
  max-width: 664px;
  margin: 0 auto 1em;
}
.memCent p.rightAl {
  text-align: right;
}
.memCent a {
  font-weight: bold;
}

/********************
TRAILER & FILM PAGES
********************/

.film {
  padding-bottom: 4em;
}

#thanks {
  margin: 3em auto 1.5em;
}

.tweets {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 3em;
}

.review {
  margin: 4em 0 3em;
  text-align: center;
}
.review span {
  font-weight: bold;
  font-size: 1.1em;
}

.thankyou h1 span, .thefilm p {
  display: none;
}

.thefilm {
  padding-bottom: 0.5em;
}

.effect7 {
  position: relative;
}

.effect7:before, .effect7:after {
  content: "";
  position: absolute;
  z-index: 4;
  box-shadow: 0 0 40px rgb(0, 0, 0);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

.effect7:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

#player-wrapper {
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
}

#player {
  box-shadow: 0 0 40px rgb(0, 0, 0);
}

/* ------------------------- Tweets --------------------- */

blockquote.twitter-tweet {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231da1f2%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
  background-size: 1.25rem 1.25rem;
  background-color: white;
  padding: 50px 20px 10px 20px;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
}
blockquote.twitter-tweet p {
  font-family: Helvetica, Robota, "Segoe UI";
  font-size: 0.972em;
  font-style: normal;
  line-height: 1.4;
  color: #1c2022;
}
blockquote.twitter-tweet p:nth-child(2) {
  margin-top: 8px;
  font-size: 0.851em;
}
blockquote.twitter-tweet a {
  color: #2b7bb9;
}

blockquote.twitter-tweet > p {
  margin: 0;
}

/*********************
PHOTO SHADOWS
*********************/

.thumb-shadow {
  width: 250px;
}

.post-shadow {
  width: 100%;
}
.post-shadow img {
  max-width: 100%;
  margin: 0 auto;
}

.thumb-shadow, .post-shadow {
  line-height: 1;
  position: relative;
  margin: 15px auto 0;
  visibility: hidden;
}
.thumb-shadow img, .post-shadow img {
  display: block;
}

.corner-l, .deckle-corner-l, .corner-r, .deckle-corner-r {
  position: relative;
}

.corner-l::before, .deckle-corner-l::before, .corner-r::after, .deckle-corner-r::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 50%;
  height: 20px;
  max-width: 300px;
  background-color: transparent;
}

.corner-l::before, .deckle-corner-l::before {
  box-shadow: -4px 15px 10px #555;
  transform: rotate(-3deg);
}

.corner-r::after, .deckle-corner-r::after {
  box-shadow: 4px 15px 10px #555;
  transform: rotate(3deg);
}

#all-wrap .corner-l::before, #single-wrap .corner-l::before {
  left: 15px;
  bottom: 15px;
}
#all-wrap .corner-r::after, #single-wrap .corner-r::after {
  right: 15px;
  bottom: 15px;
}
#all-wrap .deckle-corner-l::before, #single-wrap .deckle-corner-l::before {
  left: 20px;
  bottom: 18px;
}
#all-wrap .deckle-corner-r::after, #single-wrap .deckle-corner-r::after {
  right: 20px;
  bottom: 18px;
}

#item-image .corner-l::before {
  left: 15px;
  bottom: 15px;
}
#item-image .corner-r::after {
  right: 15px;
  bottom: 15px;
}
#item-image .deckle-corner-l::before {
  left: 25px;
  bottom: 15px;
}
#item-image .deckle-corner-r::after {
  right: 25px;
  bottom: 15px;
}

/*********************
SEARCH & 404 STYLES
*********************/

.missing {
  margin: 0 auto;
}

.search-title {
  text-align: left;
  margin: 3em auto -1em;
  padding-left: 0.5em;
}

.no-search-title {
  padding: 0 0 1em 0.5em;
}

.look-again {
  padding-top: 4em;
  word-spacing: -2px;
  margin: 0 0 1.5em;
}

.no-date {
  height: 1em;
}

.search-wrap {
  padding: 2em 0 3.5em;
}

#searchform div #s {
  margin-bottom: 1em;
}

.search-space {
  padding-top: 4em !important;
}

/*********************
INPUTS
*********************/

input[type=text],
input[type=email],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1.5em;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 1em;
  color: #2b2b26;
  border-radius: 3px;
  box-shadow: none;
  border: 0;
  font-family: "courier_prime", "Helvetica Neue", Arial, sans-serif;
  background-color: rgba(9, 9, 9, 0);
  background-image: url(./library/images/form-frame.png), url(./library/images/form-frame.png);
  background-position: left bottom, left top;
  background-repeat: repeat-x;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
}
input[type=text].error,
input[type=text].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success,
input[type=text].is-valid,
input[type=email].success,
input[type=email].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled],
input[type=text].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus,
input[type=text][disabled]:active,
input[type=text].is-disabled:focus,
input[type=text].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

textarea {
  min-height: 15em;
  resize: none;
  padding: 5px 12px 1.8em;
}

select {
  appearance: none; /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*******************
COMMENT STYLES
********************/

input[type=text],
textarea {
  width: 250px;
}

.comment-border {
  height: 4px;
  width: 100%;
  background: url("./library/images/form-frame.png") repeat-x;
}

form * {
  -webkit-margin-after: 0em;
}

.form-submit {
  width: 280px;
}
.form-submit:after {
  content: "";
  display: table;
  clear: both;
}

#comments-title {
  margin: 0 0 1em 1.5em;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 0;
}
.comment .comment-author {
  border: 0;
  padding-bottom: 0 !important;
}
.comment .vcard cite.fn {
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-style: normal;
  float: left;
}
.comment .vcard time a {
  color: #2b2b26;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .reply-wrap {
  height: 1.5em;
}
.comment .vcard .reply-wrap .reply-block {
  float: right;
}
.comment .vcard .avatar {
  display: none;
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  padding-left: 1em;
}

.comment_content p {
  margin: 0.75em 0;
  line-height: 1.5em;
}

.comment p:last-child {
  margin-bottom: 1.5em;
}

.comment-reply-link {
  margin-top: -8px;
  float: left;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
}

.moderate-top {
  background: url("./library/images/separator-moderate-top.png") center bottom no-repeat;
  height: 2em;
}

.topline {
  margin-top: 2em;
  padding-top: 3em;
  background: url("./library/images/separator-comment.png") center top no-repeat;
}

#comment-replies, .comment-respond {
  padding-left: 2.5%;
}

#comment-replies article {
  width: 100% !important;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #2b2b26;
}

.comment-form-comment {
  margin: 1em 0 0.75em;
}
.comment-form-comment label {
  display: none;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
}

/* comment and search submit button */
.submit, #searchsubmit {
  appearance: none;
  appearance: none;
  float: right;
  margin-top: 1em;
  position: relative;
  font-family: "courier_prime", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  color: #AF1E2D;
  line-height: 1.5em;
  padding: 0 24px;
  border: none;
  cursor: pointer;
  background: url("./library/images/separator-send.png") top center no-repeat;
  height: 46px;
  width: 92px;
}
.submit:hover, .submit:focus, #searchsubmit:hover, #searchsubmit:focus {
  color: #2b2b26;
}
.submit, #searchsubmit {
  font-size: 1em !important;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments-line {
  padding-top: 2em;
  background: url("./library/images/separator-moderate-top.png") center top no-repeat;
}

#cancel-comment-reply-link, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "courier_prime", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  color: #AF1E2D;
  line-height: 34px;
  padding: 0 24px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.14s ease-in-out;
}
#cancel-comment-reply-link span.dark-bracket, .comment-reply-link span.dark-bracket {
  color: #2b2b26;
}
#cancel-comment-reply-link:hover, .comment-reply-link:hover, .blue-btn:focus, #cancel-comment-reply-link:focus, .comment-reply-link:focus {
  text-decoration: none;
  color: #2b2b26;
}

/******************************************************************
Alerts
******************************************************************/

.alert-info {
  background: url(./library/images/separator-moderate-bot.png) center bottom no-repeat;
  margin-bottom: 2em;
}
.alert-info p {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
}

/******************************************************************
MEDIA QUERIES
******************************************************************/

@media only screen and (orientation: portrait) {

	#one {
		background-image: url("./library/images/voy-01-430p.jpg");
	}
	#two {
		background-image: url("./library/images/voy-02-430p.jpg");
	}
	#three {
		background-image: url("./library/images/voy-03-430p.jpg");
	}
	#four {
		background-image: url("./library/images/voy-04-430p.jpg");
	}
	#five {
		background-image: url("./library/images/voy-05-430p.jpg");
	}
	#six {
		background-image: url("./library/images/voy-06-430p.jpg");
	}
	#seven {
		background-image: url("./library/images/voy-07-430p.jpg");
	}
	#eight {
		background-image: url("./library/images/voy-08-430p.jpg");
	}
	#titleImage img, #creditImage img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 375px) {

	input[type=text],
	textarea {
		width: 300px;
	}
	.form-submit {
		width: 330px;
	}
	.award.split > p:nth-child(2), .award.split .first > p:nth-child(2) {
		height: 130px;
		background-size: 90%;
	}
	#headerWrap #head-left {
		margin-right: 0;
	}
	#headerWrap #head-left span {
		display: inline;
	}
	#headerWrap #head-right {
		float: right;
	}
	.framerBlank {
		height: 66%;
	}
	.framerDark {
		height: 30%;
	}
}

@media only screen and (min-width: 400px) {

	#container {
		background-image: url(./library/images/bg480.jpg);
	}
	.header {
		padding-top: 20px;
	}
	.header-mid {
		width: 375px;
		height: 104px;
	}
	#logoLine {
		height: 80px;
	}
	#logoHold {
		margin: -80px auto 0;
	}
	input[type=text],
	textarea {
		width: 320px;
	}
	.form-submit {
		width: 350px;
	}
	.eightFeet span:first-child {
		display: inline;
	}
}

@media only screen and (min-width: 404px) {

	.make .split > p:nth-child(2) {
		height: 150px;
	}
	blockquote.twitter-tweet p {
		font-size: 1.11em;
	}
	blockquote.twitter-tweet p:nth-child(2) {
		font-size: 1em;
	}
	.modal-body {
		width: 350px;
	}
}

@media only screen and (min-width: 430px) {

	#one {
		background-image: url(./library/images/voy-01-650l.jpg);
	}
	#two {
		background-image: url(./library/images/voy-02-650l.jpg);
	}
	#three {
		background-image: url(./library/images/voy-03-650l.jpg);
	}
	#four {
		background-image: url(./library/images/voy-04-650l.jpg);
	}
	#five {
		background-image: url(./library/images/voy-05-650l.jpg);
	}
	#six {
		background-image: url(./library/images/voy-06-650l.jpg);
	}
	#seven {
		background-image: url(./library/images/voy-07-650l.jpg);
	}
	#eight {
		background-image: url(./library/images/voy-08-650l.jpg);
	}
	.archive-link span .narrow {
		display: inline;
	}
	.award.split > p:nth-child(2), .award.split .first > p:nth-child(2) {
		background-size: 360px;
	}
	.thankyou img, .thefilm img {
		padding-top: 0;
	}
	#footer span .narrow {
		display: inline;
	}
	.memCent p {
		width: 80%;
	}
}

@media only screen and (min-width: 430px) and (orientation: portrait) {

	#one {
		background-image: url(./library/images/voy-01-650p.jpg);
	}
	#two {
		background-image: url(./library/images/voy-02-650p.jpg);
	}
	#three {
		background-image: url(./library/images/voy-03-650p.jpg);
	}
	#four {
		background-image: url(./library/images/voy-04-650p.jpg);
	}
	#five {
		background-image: url(./library/images/voy-05-650p.jpg);
	}
	#six {
		background-image: url(./library/images/voy-06-650p.jpg);
	}
	#seven {
		background-image: url(./library/images/voy-07-650p.jpg);
	}
	#eight {
		background-image: url(./library/images/voy-08-430p.jpg);
	}
}

@media only screen and (min-width: 480px) {

	#container {
		background-image: url(./library/images/bg768.jpg);
	}
	input[type=text],
	textarea {
		width: 350px;
	}
	.form-submit {
		width: 380px;
	}
	.corner-l::before, .deckle-corner-l::before {
		box-shadow: -5px 15px 10px #555;
	}
	.corner-r::after, .deckle-corner-r::after {
		box-shadow: 5px 15px 10px #555;
	}
	#headerWrap #head-right {
		float: right;
	}
	#headerWrap #head-right span {
		display: inline;
	}
	.framerBlank {
		height: 50%;
	}
	.framerDark {
		height: 46%;
	}
	#scrollHold {
		bottom: 18px;
	}
	#player-wrapper {
		font-size: 16px;
	}
}

@media only screen and (min-width: 480px) and (orientation: portrait) {

	#creditLine {
		width: 82%;
		margin-left: 9%;
	}
	.lineHold {
		width: 38%;
	}
	.lineMid {
		width: 24%;
	}
	.framerBlank {
		height: 70%;
	}
	.framerDark {
		height: 24%;
	}
	#scrollHold {
		bottom: 45px;
	}
}

@media only screen and (min-width: 568px) {

	#container {
		margin-bottom: -100px;
	}
	#push, #footer {
		height: 100px;
	}
	.left-footer {
		float: left;
		padding-left: 2%;
		text-align: left;
		width: 80%;
	}
	.mid-footer {
		float: right;
		padding-right: 2%;
		width: 15%;
	}
	.mid-footer .social {
		float: right;
		margin: 20px 0 0;
	}
	.right-footer {
		float: left;
		padding-left: 2%;
		text-align: left;
	}
	.corner-l::before, .deckle-corner-l::before {
		box-shadow: -6px 15px 10px #555;
	}
	.corner-r::after, .deckle-corner-r::after {
		box-shadow: 6px 15px 10px #555;
	}
	.framerBlank {
		height: 60%;
	}
	.framerDark {
		height: 36%;
	}
}

@media only screen and (min-width: 568px) and (orientation: portrait) {

	.framerBlank {
		height: 70%;
	}
	.framerDark {
		height: 24%;
	}
}

@media only screen and (min-width: 650px) {

	body {
		font-size: 16px;
	}
	#container {
		margin-bottom: -110px;
	}
	#push, #footer {
		height: 110px;
	}
	main, #player-wrapper, .singler {
		max-width: 550px;
	}
	.singler {
		padding-top: 0;
	}
	#all-wrap #item-image {
		background: none;
		margin: 0 auto;
	}
	#content.make #all-wrap {
		padding-bottom: 2em;
	}
	.post-link {
		background: none;
		width: 50%;
		max-width: 310px;
		padding: 0;
		float: left;
	}
	.post-link:nth-child(odd) .entry-content {
		padding-right: 0.5em;
	}
	.post-link:nth-child(even) .entry-content {
		padding-left: 0.5em;
	}
	.post-new:last-child {
		display: none;
	}
	body.blog .post-link, body.search .post-link {
		height: 550px;
	}
	.entry-content {
		box-sizing: border-box;
	}
	#archive-top {
		margin: 0 auto 1.5em;
	}
	p.archive-link {
		margin: 0 -1% 0 0;
	}
	blockquote.twitter-tweet p {
		font-size: 1em;
	}
	blockquote.twitter-tweet p:nth-child(2) {
		font-size: 0.875em;
	}
	.corner-l::before, .deckle-corner-l::before {
		box-shadow: -7px 15px 10px #555;
	}
	.corner-r::after, .deckle-corner-r::after {
		box-shadow: 7px 15px 10px #555;
	}
	.search-title {
		margin: 2em auto 1em;
	}
	.modal-body {
		width: 540px;
	}
	.modal-body-pre {
		background: url("./library/images/modal/ground-600.gif") top right no-repeat;
	}
	.modal-body-full {
		background: url("./library/images/modal/ground-full-600.gif") top right no-repeat;
	}
	.modal-header-text {
		background: url("./library/images/modal/modal-watch.gif") center 65% no-repeat;
	}
	#one {
		background-image: url(./library/images/voy-01-812l.jpg);
	}
	#two {
		background-image: url(./library/images/voy-02-812l.jpg);
	}
	#three {
		background-image: url(./library/images/voy-03-812l.jpg);
	}
	#four {
		background-image: url(./library/images/voy-04-812l.jpg);
	}
	#five {
		background-image: url(./library/images/voy-05-812l.jpg);
	}
	#six {
		background-image: url(./library/images/voy-06-812l.jpg);
	}
	#seven {
		background-image: url(./library/images/voy-07-812l.jpg);
	}
	#eight {
		background-image: url(./library/images/voy-08-812l.jpg);
	}
	#creditLine {
		width: 82%;
		margin-left: 9%;
	}
	.lineHold {
		width: 38%;
	}
	.lineMid {
		width: 24%;
	}
}

@media only screen and (min-width: 650px) and (orientation: portrait) {

	.singler {
		padding-top: 0.1em;
	}
	#one {
		background-image: url(./library/images/voy-01-812p.jpg);
	}
	#two {
		background-image: url(./library/images/voy-02-812p.jpg);
	}
	#three {
		background-image: url(./library/images/voy-03-812p.jpg);
	}
	#four {
		background-image: url(./library/images/voy-04-812p.jpg);
	}
	#five {
		background-image: url(./library/images/voy-05-812p.jpg);
	}
	#six {
		background-image: url(./library/images/voy-06-812p.jpg);
	}
	#seven {
		background-image: url(./library/images/voy-07-812p.jpg);
	}
	#eight {
		background-image: url(./library/images/voy-08-812p.jpg);
	}
}

@media only screen and (min-width: 768px) {

	#container {
		background-image: url(./library/images/bg1024.jpg);
	}
	.post-link {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	main, #player-wrapper, .singler {
		max-width: 812px;
	}
	.first p, .first h1 {
		padding: 0 2.5% 0 0;
	}
	.last {
		margin-top: -0.3em;
	}
	.last p {
		padding: 0 0 0 2.5%;
	}
	/* 'first' class is added to page by columnizer */
	.award.split .first > p:nth-child(2) {
		height: 140px;
		background: url("./library/images/bifa-winner-border.svg") 20% bottom no-repeat;
		background-size: 90%;
	}
	.commentlist p {
		padding: 0;
	}
	.last div:first-child {
		padding-top: 0;
		margin-top: 0;
		background: none;
	}
	input[type=text],
	textarea {
		width: 91%;
		max-width: 350px;
	}
	.form-submit {
		width: 96%;
		max-width: 380px;
	}
	#pack p:not(:first-child) {
		margin-left: 2em;
	}
	.modal-body {
		width: 600px;
	}
	.modal-body-pre {
		background: url("./library/images/modal/ground-600.gif") center no-repeat;
	}
	.modal-body-full {
		background: url("./library/images/modal/ground-full-600.gif") center no-repeat;
	}
}

@media only screen and (min-width: 820px) {

	.corner-l::before, .deckle-corner-l::before {
		box-shadow: -8px 15px 10px #555;
	}
	.corner-r::after, .deckle-corner-r::after {
		box-shadow: 8px 15px 10px #555;
	}
	.award.split .first > p:nth-child(2) {
		height: 150px;
	}
	.framerBlank {
		height: 64%;
	}
	.framerDark {
		height: 30%;
	}
	#one {
		background-image: url(./library/images/voy-01-1365l.jpg);
	}
	#two {
		background-image: url(./library/images/voy-02-1365l.jpg);
	}
	#three {
		background-image: url(./library/images/voy-03-1365l.jpg);
	}
	#four {
		background-image: url(./library/images/voy-04-1365l.jpg);
	}
	#five {
		background-image: url(./library/images/voy-05-1365l.jpg);
	}
	#six {
		background-image: url(./library/images/voy-06-1365l.jpg);
	}
	#seven {
		background-image: url(./library/images/voy-07-1365l.jpg);
	}
	#eight {
		background-image: url(./library/images/voy-08-1365l.jpg);
	}
	#scrollHold {
		bottom: 45px;
	}
}

@media only screen and (min-width: 820px) and (orientation: portrait) {

	#one {
		background-image: url(./library/images/voy-01-1024p.jpg);
	}
	#two {
		background-image: url(./library/images/voy-02-1024p.jpg);
	}
	#three {
		background-image: url(./library/images/voy-03-1024p.jpg);
	}
	#four {
		background-image: url(./library/images/voy-04-1024p.jpg);
	}
	#five {
		background-image: url(./library/images/voy-05-1024p.jpg);
	}
	#six {
		background-image: url(./library/images/voy-06-1024p.jpg);
	}
	#seven {
		background-image: url(./library/images/voy-07-1024p.jpg);
	}
	#eight {
		background-image: url(./library/images/voy-08-1024p.jpg);
	}
}

@media only screen and (min-width: 900px) {

	/* to maximise photo corner shadow */

	.header {
		display: flex;
		flex-direction: row;
	}
	.header-side:first-child {
		display: block;
	}
	.header-side {
		width: calc(50% - 187.5px);
	}
	.watch {
		float: right;
		margin: 25px 10px 0 0;
	}
	#content.make #all-wrap {
		margin: 0 auto 3em;
	}
	.singler {
		padding-top: 0.5em;
	}
	.award.split .first > p:nth-child(2) {
		background-size: 80%;
	}
	.corner-l::before, .deckle-corner-l::before {
		box-shadow: -10px 15px 10px #555;
	}
	.corner-r::after, .deckle-corner-r::after {
		box-shadow: 10px 15px 10px #555;
	}
	.no-search-title {
		padding: 1em 0 1em 0.5em;
	}
}

@media only screen and (min-width: 990px) {

	/* iPad Lansdcape stylesheet */

	.post-new:last-child {
		display: block;
	}
	#all-wrap {
		max-width: 930px;
	}
	.post-link {
		width: 33.33%;
	}
	.review {
		margin: 0 0 4em;
	}
	.archive-link span {
		margin-left: 20px;
	}
	.search-title {
		padding-left: 3%;
	}
	.left-footer span {
		margin-left: 20px;
	}
	.framerBlank {
		height: 60%;
	}
	.framerDark {
		background: transparent;
		height: auto;
	}
	.framerText {
		top: 0;
		transform: none;
	}
	.darkHold {
		clear: both;
		float: left;
		width: auto;
		max-width: 94%;
	}
	.darkHold p {
		line-height: 2.6;
		margin: 0;
	}
	.darkHold p span {
		padding: 0.5rem;
		padding-left: 30px;
		padding-right: 10px;
		-webkit-box-decoration-break: clone;
		-ms-box-decoration-break: clone;
		-o-box-decoration-break: clone;
		box-decoration-break: clone;
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media only screen and (min-width: 1025px) {

	/* Large Monitor Stylesheet */

	#container {
		background-image: url(./library/images/bg1200.jpg);
		margin: 0 auto -110px;
	}
	#headerWrap P {
		font-size: 1.25em;
	}
	.memCent {
		width: 60%;
	}
	#one {
		background-image: url(./library/images/voy-01-1638l.jpg);
	}
	#two {
		background-image: url(./library/images/voy-02-1638l.jpg);
	}
	#three {
		background-image: url(./library/images/voy-03-1638l.jpg);
	}
	#four {
		background-image: url(./library/images/voy-04-1638l.jpg);
	}
	#five {
		background-image: url(./library/images/voy-05-1638l.jpg);
	}
	#six {
		background-image: url(./library/images/voy-06-1638l.jpg);
	}
	#seven {
		background-image: url(./library/images/voy-07-1638l.jpg);
	}
	#eight {
		background-image: url(./library/images/voy-08-1638l.jpg);
	}
	.framerBlank {
		height: 64%;
	}
}

@media only screen and (min-width: 1220px) {

	/* Extra Large Monitor Stylesheet */

	#headerWrap {
		margin: 0 auto;
		width: 70%;
	}
	#headerWrap .social {
		position: absolute;
		float: none;
		margin: 0;
		top: 12px;
		right: 2%;
	}
}