/*
Theme Name: No Ketchup Films 2017
Theme URI: n/a
Author: @sheriffderek
Author URI: https://sheriffderek.consulting
Description: A custom theme for No Ketchup Films
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom

If you are seeing this compressed css... do NOT ammend it. See the stylus.styl file and read the theme's README
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url("fonts/AkzidenzGrotesk-BQ-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/AkzidenzGrotesk-BQ-Regular.eot?#iefix") format('embedded-opentype'), url("fonts/AkzidenzGrotesk-BQ-Regular.woff") format('woff'), url("fonts/AkzidenzGrotesk-BQ-Regular.ttf") format('truetype'), url("fonts/AkzidenzGrotesk-BQ-Regular.svg#8db8c3b3546da92cb21d504522ed74b2") format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url("fonts/AkzidenzGrotesk-BQ-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/AkzidenzGrotesk-BQ-Medium.eot?#iefix") format('embedded-opentype'), url("fonts/AkzidenzGrotesk-BQ-Medium.woff") format('woff'), url("fonts/AkzidenzGrotesk-BQ-Medium.ttf") format('truetype'), url("fonts/AkzidenzGrotesk-BQ-Medium.svg#43237ab3bb803f02519de230c227798a") format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url("fonts/AkzidenzGrotesk-BQ-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/AkzidenzGrotesk-BQ-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/AkzidenzGrotesk-BQ-Bold.woff") format('woff'), url("fonts/AkzidenzGrotesk-BQ-Bold.ttf") format('truetype'), url("fonts/AkzidenzGrotesk-BQ-Bold.svg#26b556134714d1af9fb267f75de39c73") format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
html {
  background: #fff;
}
body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}
figure img,
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
}
em {
  opacity: 0.4;
}
p {
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 840px;
}
p:not(:first-of-type) {
  margin-top: 10px;
}
.container {
  width: 100%;
}
.container .inner-w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (min-width: 500px) {
  .container .inner-w {
    width: 90%;
  }
}
.site-header {
  overflow: hidden;
}
.site-header .inner-w {
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
@media screen and (min-width: 900px) {
  .site-header .inner-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 900px) and (min-height: 600px) {
  .site-header .inner-w {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 900px) and (min-height: 700px) {
  .site-header .inner-w {
    padding-top: 55px;
  }
}
.site-header .logo {
  display: inline-block;
  min-width: 290px;
  -webkit-transform: translate(-5px, 0) rotate(-2deg);
          transform: translate(-5px, 0) rotate(-2deg);
  max-width: 290px;
}
@media screen and (min-width: 900px) {
  .site-header .logo {
    min-width: auto;
    max-width: 240px;
  }
}
@media screen and (min-width: 900px) {
  .site-header .site-navigation {
    padding-left: 20px;
  }
}
.site-header .site-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
.site-header .site-navigation a {
  display: block;
  padding: 5px 20px;
  color: #111;
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
}
.site-header .site-navigation li.current-menu-item a {
  cursor: default;
}
.page-title {
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .info-content .inner-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.info-content header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.info-content header .page-title {
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.info-content header .page-title span {
  border-bottom: 5px solid #e40a17;
}
.info-content figure {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.info-content main {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.projects {
  margin-bottom: 30px;
}
.projects .category-title {
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  padding: 5px 0;
  color: darkbrown;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.projects .category-title span {
  border-bottom: 5px solid #e40a17;
}
@media screen and (min-width: 900px) {
  .projects .category-title {
    font-size: 30px;
  }
}
.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-list .project {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .project-list .project {
    width: 49%;
    margin-bottom: 25px;
  }
  .project-list .project:not(:nth-of-type(2n+2)) {
    margin-right: 2%;
  }
}
.project-list .link {
  display: block;
}
.project-list .title {
  margin-top: 5px;
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
}
.non-touch-device .project-list .project {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.non-touch-device .project-list .project .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(137,6,14,0.7);
  color: #fff;
  padding: 20px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.non-touch-device .project-list .project .overlay h1 {
  line-height: 1.2;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.non-touch-device .project-list .project:hover .overlay {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.non-touch-device .project-list .project:hover .overlay h1 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .non-touch-device .project-list .project .overlay h1 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}
.non-touch-device.archived .project {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .non-touch-device.archived .project {
    width: 48%;
  }
  .non-touch-device.archived .project:not(:nth-of-type(2n+2)) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .non-touch-device.archived .project {
    width: 32%;
  }
  .non-touch-device.archived .project:not(:nth-of-type(3n+3)) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .non-touch-device.archived .project {
    width: 23.5%;
  }
  .non-touch-device.archived .project:not(:nth-of-type(4n+4)) {
    margin-right: 2%;
  }
}
.non-touch-device.archived .title {
  margin-top: 5px;
  opacity: 0.2;
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.single-project .page-title {
  display: none;
}
.single-project main {
  padding-bottom: 80px;
}
@media screen and (min-width: 900px) {
  .single-project .video-wrapper {
    margin-top: 20px;
  }
}
.single-project .poster {
  position: relative;
  margin-bottom: 10px;
}
.single-project .poster button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-project .title {
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 26px;
  margin-top: 40px;
}
.single-project .title,
.single-project p {
  max-width: 500px;
}
.single-project .on-set-photo {
  max-width: 600px;
  margin-top: 60px;
}
.single-project .on-set-photo figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.page.about figure,
.page.contact figure {
  margin-bottom: 10px;
  max-width: 840px;
}
.page.under-construction .site-navigation {
  display: none;
}
.fade-in {
  opacity: 0;
}
.single-project .page-header {
  display: none;
}
.note {
  color: #ffa500;
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 12px;
  line-height: 1.3;
}
.site-footer .inner-w {
  padding-bottom: 100px;
}
.site-footer .site-navigation {
  margin-top: 30px;
}
.site-footer .site-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .site-navigation a {
  padding: 10px;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-footer .site-navigation a:hover {
  opacity: 1;
}
p a {
  text-decoration: underline;
}
.contact-footer {
  text-align: center;
  padding-top: 60px;
}
.contact-footer a {
  display: block;
  font-family: 'Akzidenz-Grotesk BQ';
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.contact-footer a span {
  border-bottom: 5px solid #e40a17;
  font-weight: 400;
}
.error {
  color: #800080;
}
.visually-hidden {
/*https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important;
}
