/*
Theme Name: Strike Anywhere 2017
Theme URI: http://funkhaus.us
Description: A theme for WordPress.
Author: Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0

Fonts:
    font-family: 'Montreal Serial';
        font-weight: 300;
        font-weight: 400;
        font-weight: 500;

Colors:
    Black: #333333;
    Yellow: #FCB219;
    Off white: #EFF1F4;

/*-------------------------------------------------------------- */

/*
 * Fonts
 */
@import url("fonts/fonts.css");

/*
 * CSS vars
 */
:root {
	--color-black: #333333;
    --color-yellow: #FCB219;
    --color-white: #EFF1F4;
} 

/*
 * Globals
 */

body {
    font-family: "Montreal Serial";
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 0;
    background-color: #eff1f4;
    letter-spacing: 1px;
    overflow-y: overlay;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-weight: normal;
}

::selection {
    color: #fcb219;
    background: #333333;
}

::-moz-selection {
    color: #fcb219;
    background: #333333;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    overflow: hidden;
}

.post-edit-link {
    font-size: 10px;
    text-transform: uppercase;
}

.bouncing-mouse {
    position: absolute;
    bottom: 30px;
    padding: 20px;
    left: 50%;
    margin-left: -30px;
    cursor: pointer;
    z-index: 110;
}

.bouncing-mouse .dot {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}


/*
 * Links
 */

a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

.not-mobile a:hover {
    color: #fcb219;
    text-decoration: none;
}

a img {
    border: none;
}


/*
 * Z-Indexes
 */

.header {
    z-index: 100;
}

.menu-panel {
    z-index: 200;
}

.hamburger {
    z-index: 300;
}

.logo {
    z-index: 300;
}

.takeover {
    z-index: 400;
}


/*
 * Page Structure
 */

#container {
    background-color: inherit;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background-color: inherit;
}

#content {
    margin: 150px 50px 50px 50px;
}

.footer {}


/*
 * Menus
 */

.hamburger {
    width: 21px;
    height: 14px;
    position: fixed;
    top: 50%;
    right: 20px;
    padding: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamburger div {
    position: absolute;
    background-color: #333333;
    left: 20px;
    top: 20px;
    height: 2px;
    width: 21px;
}

.hamburger .line-2 {
    top: 26px;
}

.hamburger .line-3 {
    top: 32px;
}

.not-mobile .hamburger:hover div {
    background-color: #fcb219;
}

.menu-panel {
    position: fixed;
    top: 0;
    width: 0;
    right: 0;
    height: 100%;
    background-color: #eff1f4;
    overflow: hidden;
    color: #333333;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
}

.menu-panel .wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    display: -webkit-flex;
    display: flex;
}

.main-menu {
    margin: auto;
    padding: 100px;
    text-align: center;
    list-style: none;
    font-size: 46px;
    max-width: 960px;
}

.main-menu li {
    display: inline-block;
    margin: 10px 20px;
    padding: 0;
}

.main-menu a {
    display: inline-block;
    position: relative;
}

.main-menu a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    white-space: nowrap;
    color: #fcb219;
    box-sizing: border-box;
    overflow: hidden;
}

.main-menu a:hover span {
    width: 100%;
}

.main-menu .current-menu-item a,
.main-menu .current-page-ancestor a,
.main-menu .current-menu-parent a {
    color: #fcb219;
}

.social-links {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 14px;
    font-weight: 300;
}

.social-links a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}

.social-links br {
    display: none;
}

.social-links .newsletter {
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}

.social-links .newsletter form {
    display: inline;
}

.social-links .newsletter input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    font-family: "Montreal Serial";
    font-weight: 300;
    letter-spacing: inherit;
    outline: none;
    appearance: normal;
    padding: 0;
    width: 0;
}

.social-links .newsletter .button {
    display: none;
}

.social-links .newsletter.active input {
    width: 200px;
}


/* Menu opened */

.menu-opened .menu-panel {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}


/*
 * Video player component
 */

.video-playing .breadcrumb .secondary {
    opacity: 1;
}

.video-playing #content.work-grid {
    margin-top: 120px;
}

.video-player {
    margin: 0 10px;
}

.video-player .close {
    position: fixed;
    top: 32px;
    right: 20px;
    padding: 20px;
    cursor: pointer;
}

.video-player .close .svg {
    display: block;
}

.video-player .stage {
    width: 100%;
    max-width: 1280px;
}

.video-player .stage p {
    padding: 40px;
}

.video-player iframe {
    background-color: #000000;
    display: block;
}

.video-player .meta {
    overflow: hidden;
    padding: 25px 40px 0 40px;
    width: 100%;
    box-sizing: border-box;
}

.video-player .meta>* {
    float: left;
    font-size: 14px;
    margin: 0 0 25px 0;
    padding-right: 50px;
    box-sizing: border-box;
}

.video-player .meta.has-excerpt>* {
    width: 35%;
}

.video-player .title {
    font-weight: 300;
    letter-spacing: 0.5px;
}

.video-player .title .line-1 {
    font-weight: 500;
}

.video-player .credit {
    letter-spacing: 0.5px;
}

.video-player .credit .line-1 {
    font-weight: 300;
}

.video-player .credit .line-2 {
    font-weight: 500;
}

.video-player .has-excerpt .excerpt {
    padding-right: 0;
    float: right;
    font-size: 14px;
    width: 30%;
}

.video-player .excerpt p:first-child {
    margin-top: 0;
}

.video-player .excerpt a {
    color: #fcb219;
}

.video-player .excerpt a:hover {
    text-decoration: underline;
}


/*
 * Video overlay component
 */

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    margin: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.video-overlay iframe {
    background-color: #000000;
    display: block;
    height: 100%;
    width: 100%;
}

.video-overlay video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}


/*
 * Header
 */

.logo-text {
    position: fixed;
    top: 50px;
    right: 150px;
}

.logo-mark {
    right: 35px;
    bottom: 50px;
    position: fixed;
}

.logo .svg {
    display: block;
}

.not-mobile .logo:hover path {
    fill: #fcb219;
}

.breadcrumb {
    position: absolute;
    left: 90px;
    top: 55px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.breadcrumb .secondary {
    opacity: 0;
    color: #fcb219;
}


/* Scrolled down */

.scrolled-down .breadcrumb .secondary {
    opacity: 1;
}

.near-bottom .logo-mark path {
    fill: #eff1f4;
}


/*
 * Color schemes
 */


/* white */

.white-chrome .logo path {
    fill: #eff1f4;
}

.white-chrome.not-mobile .logo:hover path {
    fill: #fcb219;
}

.white-chrome .hamburger div {
    background-color: #eff1f4;
}

.white-chrome.not-mobile .hamburger:hover div {
    background-color: #fcb219;
}

.white-chrome.menu-opened .logo path {
    fill: #333333;
}

.white-chrome.menu-opened .hamburger div {
    background-color: #333333;
}

.white-chrome .breadcrumb a {
    color: #eff1f4;
}

.white-chrome.not-mobile .breadcrumb a:hover {
    color: #fcb219;
}


/*
 * Takeover - Content
 */

.takeover {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 100px 50px;
    color: #f1f1f1;
    background-color: #333333;
    /*
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.takeover>* {
    z-index: 20;
    position: relative;
}

.takeover .logo {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.takeover .title {
    max-width: 700px;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
}

.takeover .entry {
    max-width: 500px;
    text-align: center;
}

.takeover .entry .button {
    font-size: 13px;
    padding: 10px 25px;
    border: 2px solid;
    display: inline-block;
    margin: 2em 0 0 0;
    line-height: 1;
    color: #f1f1f1;
}

.takeover .entry .button br {
    display: none;
}

.takeover .entry .button:hover {
    color: #fcb219;
}

.takeover .enter-site {
    position: absolute;
    bottom: 30px;
    left: 50%;
    padding: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.takeover .enter-site:hover {
    color: #fcb219;
}

.takeover .overlay {
    z-index: 10;
    position: absolute;
}

.takeover .wp-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


/* Takeover Single */

.takeover-single {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0;
    color: #f1f1f1;
    background-color: #333333;
    z-index: 400;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    display: none;
    /* transition: all 0.6s ease-out; */
}

.takeover-single>* {
    z-index: 200;
    /* position: relative; */
}

.takeover-single .post-link {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: all 0.2s ease-out;
}

.takeover-single .logo-white {
    cursor: pointer;
    width: 600px;
    height: auto;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.takeover-single .logo-white * {
    fill: #ffffff;
}

.takeover-single .logo-white:hover * {
    fill: #fcb219;
}

.takeover-single .overlay {
    z-index: 110;
    position: absolute;
}

.takeover-single .wp-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
 * Home
 */

body.home {
    overflow-x: hidden;
}

.home.is-slideshow #content {
    margin: 0;
}

.home.is-slideshow .header {
    height: 0;
}

.home .logo {
    transform: scale(1.3);
    transition: all 0.4s;
    transform-origin: center right;
}

.home.scrolled-down .logo {
    transform: scale(1);
}

#content.home-page {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.section-work-grid {
	margin-left: 40px;
	margin-right: 140px;
}
.home-page .work-block {
	display: block;
	margin-bottom: 100px;
	max-width: 1280px;
}
.home-page .work-block:nth-child(6n+1) {
	width: 100%;
	margin-left: 0;	
	margin-right: auto;
}
.home-page .work-block:nth-child(6n+2) {
	width: 50%;
	margin-left: auto;		
	margin-right: 0;
}
.home-page .work-block:nth-child(6n+3) {
	width: 40%;
	margin-left: 0;		
	margin-right: auto;
}
.home-page .work-block:nth-child(6n+4) {
	width: 70%;
	margin-left: auto;		
	margin-right: 0;
}
.home-page .work-block:nth-child(6n+5) {
	width: 45%;
	margin-left: 0;		
	margin-right: auto;
}
.home-page .work-block:nth-child(6n+6) {
	width: 40%;
	margin-left: auto;		
	margin-right: 0;
}

.section-directors-list {
    background-color: #222222;
    color: #eff1f4;
    padding: 130px 0;
    position: relative;
}
.section-directors-list .directors-menu {
	position: relative;
	min-height: auto;
	top: auto;
}
.section-directors-list .directors-slideshow {
	height: 100%;
}


/*
 * Directors List
 */

body.directors-list {
    background-color: #222222;
    color: #eff1f4;
}

#content.directors-list {
    margin: 0;
}
.directors-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.directors-list .slide {
    background-color: #222222;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.directors-list .slide .box {
    position: absolute;
    top: 140px;
    bottom: 140px;
    right: 220px;
    left: 50px;
}


.directors-list .slide .video-thumb,
.directors-list .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.directors-list .slide .video-thumb {
	z-index: 20;
}
.directors-list .slide .title {
    display: none;
}

.directors-list .slide.active {
    opacity: 1 !important;
}

.directors-menu {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 130px;
    min-height: calc(100vh - 200px);
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 42px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.directors-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
}

.directors-menu a {
    display: inline-block;
    padding: 10px 20px;
    color: #eff1f4;
}

.not-mobile .directors-menu a:hover {
    color: #fcb219;
}


/*
 * Work Block
 */

.work-block {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    position: relative;
    letter-spacing: 1px;
    overflow: hidden;
}

.work-block .thumbnail {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    z-index: 0;
}
.video-thumb {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.work-block .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.work-block .meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
    color: #eff1f4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.work-block .title {
    font-size: 26px;
    font-weight: 500;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.work-block .title span {
    display: block;
}

.work-block .title .line-1 {
    transform: translateY(75%);
    line-height: 1.1;
}

.work-block .title .line-2 {
    transform: translateY(1000%);
    opacity: 0;
    font-weight: 300;
    color: #eff1f4;
}

.work-block .credit {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 14px;
    transform: translateY(1000%);
    opacity: 0;
}

.work-block .credit .line-1 {
    display: none;
}

.work-block .overlay {
    opacity: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-clip-path: polygon(0 0, 100% 0%, 45% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 45% 100%, 0% 100%);
}


/* Hover state */
.work-block.active .title,
.not-mobile .work-block:hover .title {
    color: #fcb219;
}
.work-block.active .title .line-1,
.not-mobile .work-block:hover .title .line-1 {
    transform: translateY(0);
}
.work-block.active .title .line-2,
.not-mobile .work-block:hover .title .line-2 {
    transform: translateY(0);
    opacity: 1;
    color: #eff1f4;
}
.work-block.active .credit,
.not-mobile .work-block:hover .credit {
    transform: translateY(0);
    opacity: 1;
}
.work-block.active .overlay,
.not-mobile .work-block:hover .overlay {
    opacity: 1;
    width: 100%;
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}



/*
 * News Grid & Block
 */
.grid-news {
    margin: 100px 80px 0 50px;
} 
.grid-news .items {
	margin: 0 auto;
	max-width: 1300px;
}
.grid-sizer,
.block-news {
	width: calc(50% - 50px);	
	float: left;
}
.gutter-sizer {
	width: 100px;
}

.block-news {
	display: block;
	font-size: 16px;
	color: var(--color-black);
	box-sizing: border-box;
	margin-bottom: 100px;
	
	padding-right: 50px;
}
.block-news:nth-child(3n) {
	padding-left: 50px;
	padding-right: 0;
}
.block-news .thumbnail {
	position: relative;
	margin: 15px 0 30px;
	overflow: hidden;
}
.block-news .thumbnail img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.block-news .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;	
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, -40% 0, -70% 100%, 0% 100%);	

	
	transition: clip-path 0.4s;		
}
.block-news .read {
	position: absolute;
	top: 120%;
	left: 35px;
	transition: top 0.4s;	
	transform: translateY(-50%);
	z-index: 30;
	
	color: var(--color-yellow);
	font-size: 24px;
	font-weight: 300;	
}
.block-news .meta {
	transition: transform 0.4s;
}
.block-news .title {
	font-size: 24px;
	font-weight: 300;	
	margin-bottom: 15px;
}

/* Hovers */	
a.block-news:hover {
	color: var(--color-black);	
}
.block-news:hover .overlay {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.block-news:hover .meta {
	transform: translateY(-15px);
}
.block-news:hover .read {
	top: 50%;
}


/*
 * Work Grid
 */

#content.work-grid {
    margin-left: 40px;
    margin-right: 140px;
}

.work-grid .grid {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.work-grid .page-title {
    margin: 0 50px 40px 50px;
    font-size: 40px;
}

.about-section {
    margin: 40px 10px;
}

.about-section .title {
    font-size: 40px;
    margin: 0 40px 30px 40px;
}

.about-section .entry {
    margin: 30px 0;
}

.about-section .entry > p {
    max-width: 620px;
    margin-left: 40px;
    margin-right: 40px;
}

.about-section .entry img {
    margin: 30px 0;
}

.about-section .entry > p:first-child img,
.about-section .entry > img:first-child {
    margin-bottom: 40px;
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: block;
}

.about-section .entry a {
    color: #fcb219;
}

.about-section .entry a:hover {
    text-decoration: underline;
}


/*
 * Content styles
 */
.entry > img {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 2em 0;
    display: block;
}


/*
 * Category
 */
#content.category {
    margin-right: 150px;
}


/*
 * Fallback Page - Single (Blog detail)
 */

#content.fallback {
    margin-right: 150px;
}

.fallback .box {
    overflow: hidden;
}

.fallback .title {
    font-size: 40px;
    max-width: 800px;
    margin: 0 0 35px 40px;
}

.fallback .media {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 35px;
}

.fallback .media.has-thumbnail {
    height: 0;
}

.fallback .media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fallback .date {
    float: left;
    font-size: 12px;
    margin: 4px 20px 0 40px;
    width: 85px;
}

.fallback .entry {
    max-width: 720px;
    float: left;
    margin-right: 80px;
    width: calc(100% - 20px - 40px - 85px);
}

.fallback .entry>*:first-child {
    margin-top: 0;
}

.fluid-width-video-wrapper {
    margin: 2em 0;
}

.next-preview {
    display: block;
    background-color: #222222;
    color: #eff1f4;
    padding: 60px 90px;
    margin-top: 35px;
}

.next-preview .prompt {
    font-size: 14px;
    font-weight: 300;
    color: #fcb219;
}

.next-preview .title {
    font-size: 28px;
}

.fallback .entry a {
    color: #fcb219;
}

.fallback .entry a:hover {
    text-decoration: underline;
}


/*
 * Contact
 */

body.page-contact {
    background-color: #173e3c;
    color: #f1f1f1;
}

#content.contact {
    position: relative;
    margin: 150px 0 65px 0;
}

.contact .entry {
    margin: 0 150px 0 90px;
    max-width: 1280px;
    min-height: calc(100vh - 150px - 65px);
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start; 
}
.contact .entry > * {
	width: 100%;
}
.contact .entry .fade {
    opacity: 0.4;
}

.contact .entry p {
    margin: 0;
}

.contact .entry strong {
    font-weight: 500;
}

.contact .entry h2 {
    font-size: 26px;
}

.contact .entry ul {
    margin: 20px 0 65px 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    font-size: 0;
    overflow: hidden;
}

.contact .entry li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    max-width: 250px;
    padding-right: 30px;
    box-sizing: border-box;
    width: 25%;
    vertical-align: top;
}

.contact .entry li:last-child {
    padding-right: 0;
}

.contact .entry li h4 {
    margin-top: 25px;
    font-weight: 500;
}

.contact .entry li h4:first-child {
    margin-top: 0;
}

.contact .entry li a br,
.contact .entry li a+br {
    display: none;
}

.contact .entry li span {
    margin: 2px 0;
    display: block;
}

.contact .entry a {
    color: #f1f1f1;
}

.contact .entry a:hover {
    color: #fcb219;
}

.office-grid {
    margin: 40px 150px 40px 90px;
    max-width: 1280px;
    margin-bottom: 0;
}

.office-block {
    display: inline-block;
    font-weight: 500;
    width: 300px;
    margin-right: 90px;
    margin-bottom: 30px;
    font-size: 16px;
}

.office-block:last-child {
    margin-right: 0;
}

.office-block .title {
    font-size: 26px;
    position: relative;
    line-height: 1;
}

.office-block .title a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    color: #f1f1f1;
}

.office-block p {
    margin: 2em 0 0 0;
}

.office-block .title path {
    fill: #f1f1f1;
}

.office-block a {
    color: #f1f1f1;
}

.not-mobile .office-block .title:hover span {
    opacity: 0;
}

.not-mobile .office-block .title:hover a {
    opacity: 1;
    color: #fcb219;
}

.not-mobile .office-block .title:hover path {
    fill: #fcb219;
}

.contact-slideshow {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 35%;
    margin: 65px 0;
}

.contact-slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-slideshow .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact p.legal {
    font-size: 10px;
    opacity: 0.4;
    font-family: Verdana, Geneva, sans-serif;
    text-align: justify;
    max-width: 700px;
    margin: 20px 0 0 0;
    line-height: 1.6;
    letter-spacing: 0;
}

.contact .tagline {
	margin-top: auto;
    max-width: 700px;	
}

#funkhaus {
	margin: 30px 0;
	display: block;
	width: 110px;
}


/*
 * Dual Images shortcode
 */

.dual-images {
    margin: 40px 0;
    height: calc(100vh - 270px);
    min-height: 400px;
    position: relative;
    z-index: 0;
}

.dual-images .slide {
    width: 56%;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 60px;
    z-index: 10;
}

.dual-images .slide.left {
    left: 0;
    right: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.dual-images .slide.right {
    right: 0;
    left: auto;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.dual-images .slide img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.dual-images .meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/*
 * About page (Company About, not Director about!)
 */

body.page-about {
    background-color: #a68a73;
    overflow: hidden;
}

body.page-about.one-slide,
body.page-about.scrolled-down {
    overflow: auto;
}

.page-about .header {
    background-color: transparent;
}

.page-about.scrolled-down .header {
    background-color: inherit;
}

#content.about {
    margin: 0;
}

.about .section {
    font-size: 16px;
    font-weight: 500;
    margin: 50px 150px 50px 90px;
    position: relative;
}

.about .section-title {
    font-size: 40px;
    margin-bottom: 50px;
}


/* Slideshow */

.about-slideshow {
    height: 100vh;
    position: relative;
    z-index: 0;
    display: block;
}

.about-slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.about-slideshow .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.about-slideshow .slide h2 {
    font-size: 24px;
    font-weight: 500;
}

.about-slideshow .caption {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 90px;
    color: #f1f1f1;
    z-index: 30;
    max-width: 600px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* Clients */

.section-clients .logo-grid {
    text-align: left;
    margin-left: -45px;
}

.section-clients .logo-block {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    vertical-align: top;
    margin: 45px;
}

.section-clients .logo-block img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* Awards */

.section-awards .entry p {
    margin-bottom: 3em;
}

.section-awards .category {
    font-size: 14px;
    font-weight: 400;
}


/* Press */

.press-block {
    width: 33%;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    padding: 0 70px 70px 0;
    box-sizing: border-box;
}

.press-block .date {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 25px;
}

.press-block .title {
    font-size: 16px;
    font-weight: 500;
}

.back-to-top {
    position: absolute;
    bottom: -20px;
    left: -20px;
    padding: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.back-to-top .svg {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.not-mobile .back-to-top:hover {
    color: #fcb219;
}

.not-mobile .back-to-top:hover line {
    stroke: #fcb219;
}

.not-mobile .back-to-top:hover polygon {
    fill: #fcb219;
}


/*
 * Utilities
 */

#tagline {
    display: none;
}


/*
 * Animations
 */


/* Bounce */

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(6px);
    }
    60% {
        -webkit-transform: translateY(3px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(6px);
    }
    60% {
        transform: translateY(3px);
    }
}


/* Color */

.enter-site,
.back-to-top,
a {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}


/* Opacity */

.slide .meta,
.secondary,
.work-block,
.browse {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.directors-list .slide {
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}


/* Margin top */

#content.work-grid {
    -webkit-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
}


/* Height & Background Color */

.header {
    -webkit-transition: height 0.4s, background-color 0.4s;
    transition: height 0.4s, background-color 0.4s;
}

.hamburger div {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}


/* Width */

.main-menu a span,
.newsletter input {
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}


/* Everything */

.office-block .title a,
.office-block .title span,
.button,
.dual-images .slide,
.overlay,
.work-block .credit,
.title span,
.slide .play,
.slide .meta,
.menu-panel,
svg line,
svg polygon,
svg path {
    transition: 0.4s;
}


/*
 * Wordpress Required
 */

.alignleft {
    display: inline;
    float: left;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 10px auto;
}

.alignright {
    display: inline;
    float: right;
}

img.alignleft {
    margin: 0 10px 10px 0;
}

img.alignright {
    margin: 0 0 10px 10px;
}

img.aligncenter {
    margin: 0 auto 10px auto;
}

.wp-caption {
    background: #eff1f4;
    color: #888;
    text-align: center;
    margin-bottom: 15px;
    width: auto !important;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.wp-caption img {
    margin: 0px;
}

.wp-caption p.wp-caption-text {
    margin: 0 0 5px;
    padding: 4px;
    font-style: italic;
}

