/*!

Theme Name: Thomas Bentzen
Theme URI:
Version: 0.1
Author: Mathias Jespersen
Author URI: m-1.cc
Description: Custom theme for Thomas Bentzen

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers and the IMG classics */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
  display: block; }

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; }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * thomasbentzen.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
@font-face {
  font-family: "Unica77";
  src: url("fonts/Unica77LLWeb-Regular.eot");
  src: url("fonts/Unica77LLWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Unica77LLWeb-Regular.woff2") format("woff2"), url("fonts/Unica77LLWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Unica77";
  src: url("fonts/Unica77LLWeb-Italic.eot");
  src: url("fonts/Unica77LLWeb-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Unica77LLWeb-Italic.woff2") format("woff2"), url("fonts/Unica77LLWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
/**
 * Global SCSS variables
 *
 */
.grid {
  font-size: 0;
  width: 100%;
  padding: 40px;
  box-sizing: border-box; }

.box-model {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.45;
  position: relative; }

body {
  color: #000;
  font: normal 18px/1.3 'Unica77', 'Arial', sans-serif;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 999px) {
    body {
      font-size: 15px; } }

h1 {
  font-size: 1em;
  margin-bottom: 1em; }

h2 {
  font-size: 1em;
  margin-bottom: 1em; }

h4 {
  text-transform: uppercase; }

p {
  margin-bottom: 1em; }

a {
  color: #000;
  text-decoration: none; }
  p a {
    color: #777; }
  a:hover,
  a a:visited {
    color: #000; }

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

sup {
  font-size: .75em;
  top: -.4em;
  position: relative; }

.smallcaps {
  font-size: 12px;
  text-transform: uppercase; }

.hidden {
  display: none; }

.preload {
  opacity: 0; }

header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%; }
  .admin-bar header {
    top: 32px; }
  header .header-identity {
    width: 100vw; }
    @media screen and (max-width: 670px) {
      header .header-identity {
        padding: 30px 35px; } }
    @media screen and (min-width: 670px) and (max-width: 1599px) {
      header .header-identity {
        padding: 30px 90px; } }
    @media screen and (min-width: 1600px) {
      header .header-identity {
        width: 1454px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 90px 30px 17px; } }
    header .header-identity .logo {
      text-transform: uppercase;
      color: #000; }
    header .header-identity .byline {
      left: 50%;
      position: absolute;
      padding-left: 17px; }
    header .header-identity .abbr {
      display: none; }
    .scrolled header .header-identity .abbr {
      display: inline-block; }
    .scrolled header .header-identity .full {
      display: none; }
  header nav {
    padding: 30px 90px;
    position: fixed;
    width: 100vh;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50vh 50vh;
    -moz-transform-origin: 50vh 50vh;
    transform-origin: 50vh 50vh;
    top: 0;
    left: 0; }
    @media screen and (max-width: 670px) {
      header nav {
        display: none; } }
    header nav a {
      color: #000; }
      header nav a.pos {
        left: 50%;
        position: absolute; }
  header .contact {
    padding: 30px 90px 0;
    width: 100vh;
    text-align: center;
    font-size: 12px;
    position: fixed;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50vh 50vh;
    -moz-transform-origin: 50vh 50vh;
    transform-origin: 50vh 50vh;
    top: 0;
    right: 0; }
    @media screen and (max-width: 670px) {
      header .contact {
        display: none; } }

@media screen and (max-width: 670px) {
  section {
    margin: 90px 18px 190px; } }
@media screen and (min-width: 670px) and (max-width: 1599px) {
  section {
    margin: 90px 73px 190px; } }
@media screen and (min-width: 1600px) {
  section {
    width: 1454px;
    margin: 90px auto 190px; } }
section article.columns {
  display: flex;
  flex-flow: wrap row; }
  section article.columns > div {
    padding: 0 17px 0 57px;
    width: 50%; }
    @media screen and (max-width: 767px) {
      section article.columns > div {
        width: 100%; } }
  section article.columns h2 {
    text-transform: uppercase; }
section#work {
  padding-bottom: 80px; }
  section#work article {
    padding: 0 17px 20px;
    width: 50%; }
    @media screen and (max-width: 767px) {
      section#work article {
        width: 100%; } }
    section#work article h2, section#work article h3 {
      display: inline-block;
      margin: 15px 0; }
    section#work article h2 {
      padding-left: 40px;
      width: 50%; }
section#item-single article {
  display: flex;
  flex-flow: wrap row; }
  section#item-single article a {
    color: #000; }
  section#item-single article div {
    padding: 0 17px; }
  section#item-single article .hero {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    -webkit-transition-delay: 0s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    -moz-transition-delay: 0s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    -o-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    transition-delay: 0s; }
    section#item-single article .hero iframe {
      margin-bottom: 30px;
      width: calc(100vw - 180px);
      height: calc((100vw - 180px) * 0.5625); }
    @media screen and (max-width: 767px) {
      section#item-single article .hero iframe {
        width: calc(100vw - 180px);
        height: calc((100vw - 180px) * 0.5625); } }
    @media screen and (max-width: 670px) {
      section#item-single article .hero iframe {
        width: calc(100vw - 70px);
        height: calc((100vw - 70px) * 0.5625); } }
    @media screen and (min-width: 1600px) {
      section#item-single article .hero iframe {
        width: 1454px;
        height: 798px; } }
    section#item-single article .hero figure {
      width: 100%;
      height: 70vh;
      overflow: hidden;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
      section#item-single article .hero figure img {
        display: none; }
    section#item-single article .hero h1, section#item-single article .hero h2 {
      width: 50%;
      margin-bottom: 25px; }
    section#item-single article .hero h1 {
      text-align: right;
      padding-right: 17px; }
    section#item-single article .hero h2 {
      padding-left: 57px; }
  section#item-single article .half {
    margin-bottom: 80px;
    width: 50%;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    -webkit-transition-delay: 0s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    -moz-transition-delay: 0s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    -o-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
    transition-delay: 0s; }
    section#item-single article .half iframe {
      width: calc((100vw - 214px)/2);
      height: calc(((100vw - 214px)/2) * 0.5625); }
    @media screen and (max-width: 767px) {
      section#item-single article .half {
        width: 100%; }
        section#item-single article .half iframe {
          width: calc(100vw - 180px);
          height: calc((100vw - 180px) * 0.5625); } }
    @media screen and (max-width: 670px) {
      section#item-single article .half iframe {
        width: calc(100vw - 70px);
        height: calc((100vw - 70px) * 0.5625); } }
    @media screen and (min-width: 1600px) {
      section#item-single article .half iframe {
        width: 693px;
        height: 390px; } }
  section#item-single article .content {
    padding-left: 57px; }
  section#item-single article dl {
    display: flex;
    flex-flow: wrap row; }
    section#item-single article dl dl {
      margin-bottom: 1.6em; }
    section#item-single article dl dt, section#item-single article dl dd {
      width: 50%;
      padding: 6px 0 2px;
      border-bottom: 1px solid #000; }
      section#item-single article dl dt a, section#item-single article dl dd a {
        display: block; }
        section#item-single article dl dt a:not(:last-child), section#item-single article dl dd a:not(:last-child) {
          margin-bottom: 3px; }
    section#item-single article dl .start {
      border-top: 1px solid #000; }
    section#item-single article dl .end {
      border-bottom: none; }
    section#item-single article dl .indent {
      width: 25%;
      margin-left: 25%; }

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