/*
Theme Name: FFF3
Theme URI: http://fraudefilmfestival.nl
Description: Theme for Fraud Film Festival
Author: Kresten van Leeuwen
Author url: http://vanleeuwenbrothers.com/
Version: 1.0
*/
@font-face {
    font-family: 'Gobold';
    src: url('fonts/Gobold/Gobold Bold.otf');
    font-weight: 700;
}

/* Wordpress exceptions */
.site .skip-link, .dropdown-toggle {
	display: none;
}

/* Elements */
html {
	overflow-x: hidden;
}
html, body {
	font-size: 1.1vw;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
html,body,.site, .site-inner, .site-content {
	margin: 0px;
	top: 0px;
	width: 100%;
	min-height: calc(100vh - 4rem);
	font-family: 'Roboto', sans-serif;
}
input {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}
body {
	background-image: url(/wp-content/themes/fff3/img/background.jpg);
}
* {
	 text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	letter-spacing: .03vw;
	line-height: 1.4;
}
div, a, p, img, nav {
	display: inline-block;
}
h1 {
  font-size: 2rem;
  font-family: 'Gobold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.3;
}
h2 {
  font-size: 1.5rem;
  font-family: 'Gobold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 0.5rem;
  display: block;
}
h3 {
  font-size: 1rem;
  font-family: 'Gobold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}
h6 {
  font-weight: 300;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
@media screen and (max-width: 910px) {
	
}
@media screen and (max-width: 1200px) {
	
}
body {
  opacity: 0;
  transition: opacity 1s;
}
body.nojs {
  opacity: 1;
}
.show {
  opacity: 1;
  transition: opacity 1s;
}
.site-header, .site-header-main {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
}
.site-content {
  z-index: 3;
}
.content-area {
  position: relative;
  left: 15%;
  width: 60%;
  padding: 2rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.content-area.content-white {
  background-color: #FFF;
}
.content-area.content-fullwidth {
  left: -1rem;
  width: calc(100% + 2rem);
  margin-top: 3rem;
}
.site-header-top {
  position: fixed;
  left: 2rem;
  top: 2rem;
  width: 8rem;
  height: 10rem;
  z-index: 5;
}
.logo {
  height: 100%;
}
.site-header-top.logo-small {
  position: absolute;
}
.logo-small {
  width: auto;
  height: 3rem;
  filter: brightness(0%);
  top: 0.5rem;
}
.site-header-top > div {
  display: none;
}
.site-header-top:not(.logo-small) > div {
  position: absolute;
  display: block;
  bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Roboto Condensed';
  font-size: 1.1rem;
  font-weight: 700;
  left: 0.5rem;
}
.site-footer {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 4;
}
.container {
  position: relative;
  margin-top: calc(100vh - 0.5rem);
  width: 100%;
  z-index: 4;
  color: #000;
  background-color: #FFF;
  text-align: center;
}
.container > div {
  text-align: left;
  width: calc(100% - 22rem);
  max-width: calc(1000px + 2rem);
  margin: auto;
  background-color: #FFF;
  z-index: 1;
  padding-top: 2rem;
}
.tiles-tile {
  width: 33%;
  vertical-align: top;
  padding: 1rem;
}
.tiles h1, .content-area h1 {
  font-size: 1.5rem;
  margin: 0.5rem;
  padding-left: 1rem;
  z-index: 2;
  line-height: 1.3;
}
.content-area h1 {
  position: relative;
  margin: 0px;
}
.tiles h1:after, .content-area h1:after {
    content: '';
    position: absolute;
    left: 0px;
    border-left: solid 0.5rem #000;
    height: calc(100% - 0.27em);
    top: 0.13em;
  }
.tiles-tile > div:first-child {
  background-size: cover;
  background-position: center;
  background-color: #FFF;
  width: 100%;
  height: 15vw;
  max-height: 170px;
}
.tiles-tile > div:first-child.tiles-image {
  color: #FFF;
  background-color: #000;
  display: flex;
  align-items: flex-end;
}
.tiles-tile .tiles-image:after, .tiles-tile .tiles-text:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s;
}
.tiles-tile > div:first-child.tiles-image h1:after {
  border-color: #FFF;
}
.tiles-text .tiles-gradient {
  display: none;
}
.tiles-gradient {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tiles-tile:hover .tiles-image:after {
  background-color: #000;
  transition: background-color 0.5s;
}
.tiles-tile:hover .tiles-text {
  filter: invert(100%);
}
hr {
  border: none;
  border-top: solid 2px #AAA;
  max-width: 1000px;
  width: 100%;
}
.blocks > div {
  width: 33%;
  vertical-align: top;
  padding: 1rem;
}
.blocks > div > div {
  display: block;
}
.blocks h1 {
  margin-bottom: 0.5rem;
}
body .site-footer {
  min-height: 4rem;
  background: #000;
}
body .site-footer > * {
  bottom: 0rem;
}
.sponsors {
  width: 80%;
  height: 4rem;
  position: absolute;
  bottom: 2rem;
  z-index: 3;
  left: 0.5rem;
  padding: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
.sponsors div {
  height: 100%;
  vertical-align: top;
}
.sponsors img {
  height: auto;
  max-height: 100%;
  max-width: 8rem;
  margin: auto 0px;
  margin-right: 3rem;
  vertical-align: middle;
}
.language {
  position: absolute;
  z-index: 5;
  top: 100vh;
  right: 1rem;
  border: solid 1px #FFF;
  padding: 0.5rem;
  color: #FFF;
  margin-top: -4rem;
  line-height: 1;
}
.registration {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  background-color: black !important;
  padding-top: 1rem !important;
  color: #FFF !important;
  text-align: center !important;
  font-size: 1.5rem;
  font-family: 'Gobold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 1.4rem;
  margin-top: -0.5rem;
}
.registration > span {
  padding-bottom: 1rem;
  display: inline-block;
}
.registration:hover, .registration:hover:before {
  background-color: #FFF !important;
  color: #000 !important;
}
.registration:hover:after {
  color: #000 !important;
}
.registration:before {
  content: '';
  position: absolute;
  left: calc(50% - 1rem);
  transform: rotate(45deg);
  background-color: #000;
  width: 2rem;
  height: 2rem;
  color: #FFF;
  top: -1rem;
}
.registration:after {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgdmlld0JveD0iMCAwIDIwIDM1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8cGF0aCBkPSJNMTMuOTI1NzgxMiwxNS4xMDMxMDY2IEwxMy45MjU3ODEyLDAgTDcuMDc0MjE4NzUsMCBMNy4wNzQyMTg3NSwxNS4yMjI3MDExIEwwLjgzNTY0OTAzNSwxNS4zMzE1OTU3IEwxMC42NjU3OTc5LDM0LjE2MjkwNDEgTDE5LjgzMjc1NTIsMTUgTDEzLjkyNTc4MTIsMTUuMTAzMTA2NiBaIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+DQogICAgPC9nPg0KPC9zdmc+');
  position: absolute;
  left: calc(50% - 0.35rem);
  width: 0.7rem;
  color: #FFF;
  top: -0.8rem;
  z-index: 1;
}