/*
Theme Name: Anonymous Content 2016
Theme URI: http://www.anonymouscontent.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, Funkhaus
Author URI: http://www.funkhaus.us
Version: 2.0


Colors:

    Black: #222222;
    Red: #D7392D;
    Grey: #CCCCCC;

Fonts:

	font-family: 'Akkurat', sans-serif;
    font-family: 'Akkurat-Bold', sans-serif;

    font-family: 'adobe-caslon-pro', serif;
    font-family: 'SweetSansOnAir-Regular', sans-serif;

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

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

/*
 * Globals
 */
    html {
    	height: 100%;
    }
	body {
    	height: 100%;
		font-family: 'Akkurat', sans-serif;
	    font-size: 14px;
	    color: #222222;
	    margin: 0;
	    padding: 0;
		-webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
	}
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: normal;
    }
    ::selection {
        color: #ebebe3;
        background: #222;
    }
    ::-moz-selection {
        color: #ebebe3;
        background: #222;
    }
    strong {
	    font-weight: normal;
		font-family: 'Akkurat-Bold', sans-serif;
    }
    em {
	    font-family: 'Akkurat-Italic';
	    font-style: normal;
    }
    .fullbleed {
	    background-size: cover;
	    background-position: center center;
    }
	.hidden {
		display: none;
	}
	.entry {
		line-height: 1.5;
	}
	.close:hover rect,
	.close:hover polygon,
	.close:hover path {
    		fill: #D7392D;
    }



/*
 * Links
 */
	a {
	    color: #222222;
	    text-decoration: none;
	    outline: none;
	}
	a:hover {
	    color: #222222;
	}
	a img {
	   border: none;
	}
	.entry a {
		color: #D7392D;
	    text-decoration: underline;
	}
	.entry a:hover {
		color: #CCCCCC;
	}

/*
 * Page Structure
 */
	#container {
    	min-height: 100%;
	}
	#header {
		height: 90px;
		position: fixed;
		top: 25px;
		left: 25px;
		right: 25px;
		z-index: 150;
	}
	#content {

	}
	#footer {
    	height: 100px;
    	padding: 0 70px;
    	box-sizing: border-box;
    	border-top: #000000 1px solid;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
	}



/*
 * Headers
 */
    .breadcrumb {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 90px;
        opacity: 1;
        line-height: 1;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .return-link {
        display: inline-block;
        margin: 0 20px 0 0;
        position: relative;
        top: 1px;
	}
	.return-link:hover path {
    	fill: #D7392D;
	}
    .breadcrumb h2 {
        font-size: 18px;
        opacity: 0;
    }
	.logos {
		top: 50px;
		right: 70px;
		position: fixed;
		z-index: 210;
		text-align: right;
		font-size: 0;
	}
	.logo {
		position: relative;
    	display: inline-block;
        vertical-align: top;
	}
	.logo-anonymous .svg {
    	height: 40px;
    	width: auto;
	}
	.logos .sep {
    	display: inline-block;
    	margin: 6px 27px;
        vertical-align: top;
	}
	.logo-somesuch {
    	top: 1px;
	}
	.logos .logo-the-lab {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		height: 25px;
		width: 170.241px;
		opacity: 0;
	}	
	.logo:hover path {
		fill: #D7392D;
	}
	.logos .logo-a {
        display: none;
	}
	.page-header {
		position: relative;
		padding: 0 70px;
		padding-top: 135px;
	}
	.page-header .title {
		font-size: 44px;
		line-height: 1.2;
	}

	/* Floating Header */
	.floating-header #header {
		background-color: rgba(255, 255, 255, 0.97);
	}
	.floating-header .breadcrumb h2 {
	    	opacity: 1;
	}
	.floating-header .region-selector {
		opacity: 0;
	}

    /* White Text */
    .white-text .logo img.svg {
        display: none;
    }
    .white-text .logo path {
        fill: #ffffff;
    }
    .white-text .logo-a path {
        fill: #222222;        
    }   
    .white-text .logo-a .highlight {
        fill: #ffffff;
    }    
    .white-text .hamburger div {
        background-color: #ffffff;
    }
    .white-text.not-mobile .hamburger:hover div {
        background-color: #D7392D;
    }
    .white-text.home .title-wrapper {
        color: #ffffff;
    }
    .white-text .region-selector {
	    color: #ffffff;
    }
    
    /* Dark Mode theme (used on The Lab) */
	.dark-theme:not(.floating-header):not(.menu-opened) .hamburger div {
		background-color: #ffffff;
	}
	.dark-theme:not(.floating-header):not(.menu-opened) .logo-anon path {
		fill: #ffffff;
	}
	.dark-theme.video-detail,
	.dark-theme .media-header,
	.dark-theme .media-player .media {
		background-color: #222222;
		color: #ffffff;
	}
	.dark-theme .media-header .controls path,
	.dark-theme .media-header .controls polygon {
		fill: #ffffff;
	} 	
	    
    /* Media Player Opened */
    .media-player-opened .logo path {
        fill: #222222;
    }
    body.media-player-opened .logo-a path {
        fill: #ffffff;
    }    
    body.media-player-opened .logo-a .highlight {
        fill: #222222;
    }    

    /* Hidden Header */
    .hidden-header #header,
    .hidden-header .logos,
    .hidden-header .hamburger {
        opacity: 0;
    }

/*
 * Menus
 */
    .hamburger {
        position: fixed;
        padding: 20px;
        top: 40px;
        width: 30px;
        height: 20px;
        left: 50px;
        z-index: 210;
        cursor: pointer;
    }
    .hamburger div {
        height: 2px;
        width: 30px;
        left: 20px;
        position: absolute;
        background-color: #222222;
        border-radius: 2px;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .hamburger div:nth-child(1) {
        top: 20px;
    }
    .hamburger div:nth-child(2) {
        top: 29px;
    }
    .hamburger div:nth-child(3) {
        top: 29px;
    }
    .hamburger div:nth-child(4) {
        top: 38px;
    }
    .not-mobile .hamburger:hover div {
        background-color: #D7392D;
    }
    .menu-panel {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 200;
        text-align: center;
        overflow-y: auto;

        display: -webkit-flex;
        display: flex;
    }
    .menu-panel .wrap {
        margin: auto;
        padding: 100px 30px;
    }
	.main-menu {
	    font-family: 'Akkurat', sans-serif;
		margin: 0;
		padding: 0;
		list-style: none;
		letter-spacing: 1px;
		font-size: 30px;
	}
	.main-menu ul,
	.main-menu li {
		margin: 0;
		padding: 0;
		list-style: none;		
		line-height: 1.2;
	}
	.main-menu a {
    	display: inline-block;
    	padding: 10px 15px;
	}
	.main-menu .menu-item {
		position: relative;
	}
	.main-menu .menu-item .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 21px;
		width: auto;
		opacity: 0;
	}
	.main-menu .menu-item .logo path {
		fill: #222222;
	}	
	.not-mobile .main-menu .menu-item a:hover .text:not(:only-child) {
		opacity: 0;
	}
	.not-mobile .main-menu .menu-item a:hover .logo {
		opacity: 1;
	}
	.main-menu .current-work-ancestor > a,
    .main-menu .current-menu-item > a,
    .main-menu .current-category-ancestor > a,
    .main-menu .current-page-ancestor > a,
    .main-menu .current-post-ancestor > a,
    .main-menu .current_page_item > a,
    .main-menu a:hover {
    	color: #D7392D;
    }
    .social-links {
        margin-top: 50px;
        line-height: 1;
    }
    .social-links a {
        display: inline-block;
        margin: 0 10px;
    }
    .social-links a:hover path {
        fill: #D7392D;
    }
    
    /* Sub menu */
    .main-menu .sub-menu {
        display: none;
        font-size: 24px;
    }
    .main-menu .is-opened > a {
        color: #D7392D;
    }

	/* Page Menus */
	.page-menu {
		font-size: 14px;
		text-transform: uppercase;
		list-style: none;
		padding: 0;
		margin: 0 2px;
		overflow: hidden;
        letter-spacing: 1px;
	}
	.page-menu li {
		margin: 5px 25px 5px 0;
		padding: 0;
		float: left;
	}
	.page-menu li:last-child {
    	margin-right: 0;
	}
	.page-menu a {
	 	display: inline-block;
	 	border-bottom: 2px solid transparent;
 	}
 	.page-menu .current_page_item a,
 	.page-menu a:hover,
 	.page-menu .current-menu-item a {
	 	color: #D7392D;
	 	border-bottom-color: #D7392D;
 	}
 	.page-menu a:hover rect,
 	.page-menu a:hover path,
 	.page-menu a:hover polygon,
 	.page-menu .current-menu-item path,
 	.page-menu .current-menu-item polygon {
	 	fill: #D7392D;
 	}

    /* Menu Opened */
    body.menu-opened {
        overflow: hidden;
    }
    .menu-opened .hamburger div {
        background-color: #222222;
    }
    .menu-opened.not-mobile .hamburger:hover div {
        background-color: #D7392D;
    }
    .menu-opened .hamburger div:nth-child(1) {
        top: 29px;
        width: 0%;
        left: 50%;
    }
    .menu-opened .hamburger div:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-opened .hamburger div:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-opened .hamburger div:nth-child(4) {
        top: 29px;
        width: 0%;
        left: 50%;
    }
    .menu-opened .menu-panel {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .menu-opened .logo path {
        fill: #222222;
    }
    .menu-opened .logo:hover path {
        fill: #D7392D;
    }
    .menu-opened .logo-a path {
        fill: #ffffff;
    }
    .menu-opened .logo-a .highlight {
        fill: #222222;
    }
    .menu-opened .region-selector {
	    color: #222222;
    }
    
/*
 * Region Selector
 */    
	.region-selector {
		position: absolute;
		top: 100px;
		right: 70px;
		z-index: 200;
		display: none;
	}
	.region-selector .region-select {
		cursor: pointer;
		margin-left: 5px;
		display: inline-block;
		opacity: 0.5;
	} 
	.region-selector .region-select:hover,
	.region-selector .region-select.active {
		opacity: 1;
	}	
	
	/* When to show menu */
	.list-page .region-selector {
		display: block;		
	}
	.menu-opened .region-selector {
		display: none;
	}
	

/*
 * Roadblock
 */
	.roadblock {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 1000;
		color: white;
		background-color: black;
	} 
	.roadblock > img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		z-index: 10;
		object-position: center right;
	}
	.roadblock .text {
		position: absolute;
		left: 30px;
		bottom: 100px;
		max-width: 600px;
		padding-right: 30px;
		z-index: 20;
		font-size: 16px;
	}
	.roadblock .title {
		font-size: 30px;
		text-transform: uppercase;
	}	
	.roadblock .text a {
		color: white;
		text-decoration: underline;
	}
	.roadblock .close-roadblock {
		text-transform: uppercase;
		border: 2px solid white;
		border-radius: 3px;
		padding: 6px 10px 5px 10px;
		margin-top: 20px;
		display: inline-block;
		cursor: pointer;
	}	

/*
 * Home
 */
 	.home #container {
	 	position: relative;
 	}
 	.home .slideshow {
		width: 100%;
		height: 100vh;
		position: relative;
 	}
	.home .item,
	.home .fullbleed {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #000000;

		-webkit-display: flex !important;
		display: flex !important;
	}
	.home .title-wrapper {
		text-align: center;
		position: relative;
		cursor: pointer;
		letter-spacing: 1px;
		margin: auto;
		padding: 70px;
		color: #222222;
	}
	.home .item .title {
		font-size: 44px;
		text-align: center;
		letter-spacing: 4px;
		line-height: 1.2;
	}
	.home .title .line-1 {
		text-transform: uppercase;
	}
	.home .item .credits,
	.home .item .sub-title {
		font-size: 18px;
		margin-top: 10px;
		letter-spacing: 1px;
		line-height: 1.3;
	}
	.home .item .video-code {
		display: none;
	}
	.link-icon,
	.play-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		cursor: pointer;
		margin: -37px 0 0 -37px;
		opacity: 0;
		z-index: 10;
	}
	.arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		cursor: pointer;
		z-index: 110;
		width: 25%;
		max-width: 200px;
		min-width: 60px;
		opacity: 0;
	}
	.arrow .svg {
		position: absolute;
		top: 50%;
		margin: -18.5px 0 0 -18.5px;
	}
	.arrow.left {
		left: 0;
	}
	.arrow.right {
		right: 0
	}
	.arrow.left .svg {
		left: 60px;
	}
	.arrow.right .svg {
		right: 60px;
	}
	.arrow:hover,
	.arrow:hover path {
		opacity: 1;
	}
	.arrow.disabled {
		display: none;
	}
	.home .media-player {
 		display: none;
	}
	/* Hover states */
	.home .title-wrapper:hover h2,
	.home .title-wrapper:hover h3 {
		opacity: 0;
	}
	.home .title-wrapper:hover .link-icon,
	.home .title-wrapper:hover .play-icon {
		opacity: 1;
	}


/*
 * Media Player Popup
 */
	.media-player {
        position: fixed;
        top: 25px;
        left: 25px;
        bottom: 25px;
        right: 25px;
        z-index: 300;
	}
	.media-header {
        position: relative;
        height: 90px;
        background-color: #ffffff;
	}
	.media-header .controls {
        position: absolute;
        left: 25px;
        top: 23px;
        right: 280px;
        font-size: 0;
        height: 40px;
	}
	.media-header .controls > * {
        float: left;
        height: 40px;
	}
	.media-header .controls a {
        margin-right: 5px;
        width: 39px;
	}
	.media-header .controls a:hover rect,
	.media-header .controls a:hover	polygon,
	.media-header .controls a:hover	path {
        fill: #D7392D;
	}
	.media-header .controls .title-wrap {
    	margin-left: 10px;
    	width: calc(100% - 200px);

        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: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
	}
	.media-header .controls .title {
        font-size: 18px;
        margin-bottom: 5px;
	}
    .media-header .controls .sub-title {
        font-size: 12px;
    }
    .media-player .media {
        position: absolute;
        top: 90px;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        background-color: #ffffff;

        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;
    }
    #overlay {
        display: none;
        z-index: 190;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.75);
    }


/*
 * Grid Page
 */
	#content.grid-page {
		text-align: left;
		position: relative;
		margin: 0 auto;
	}
	.grid-view {
		font-size: 0;
		padding: 50px 70px;
	}
	.grid-block {
		display: inline-block;
		font-size: 14px;
		color: white;
		position: relative;
        width: 50%;
		vertical-align: top;
		text-align: left;
		background-color: #eaeaea;
		color: white;
	}
	.grid-block:nth-child(odd) {
		background-color: #f2f2f2;
	}
	.grid-block .thumbnail {
		position: relative;
		z-index: 0;
		font-size: 0;
		width: 100%;
        height: 0;
        padding-bottom: 56.25%;
	}
	.grid-block .thumbnail > img {
        position: absolute;
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	object-fit: cover;
	}
	.grid-block .meta {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	width: 100%;
    	z-index: 20;
    	font-size: 14px;
	}
	.grid-block .title {
		font-size: 30px;
		margin: 30px 30px 10px 30px;
	}
	.grid-block .credits,
	.grid-block .credit {
		margin: 5px 30px;
		font-size: 14px;
		line-height: 1.5;
	}
	.grid-block .credit {
    	line-height: 1.2;
	}
	.grid-block .entry {
		margin: 5px 30px;
		z-index: 5;
	}
	.grid-block .entry p {
    	margin-top: 0;
	}
	.grid-block .overlay {
		background-color: #D7392D;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		opacity: 0;
	}
	.grid-block.black-text {
		color: #222222;
	}
	.grid-block:hover {
		color: white;
	}
	.not-mobile .grid-block:hover .overlay {
		opacity: 1;
	}
	.menu-directors-menu {
    	font-size: 22px;
	}

	/* List View */
	.list-view {
    /*	min-height: calc(100vh - 280px); */
    	width: 100%;
    	padding: 50px 70px;
    	box-sizing: border-box;
	}
    .directors-menu {
        list-style: none;
        margin: auto 0;
        padding: 0;
        text-align: left;
        max-width: 1160px;
        width: 100%;

        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        -moz-column-width: 280px;
        -webkit-column-width: 280px;
        column-width: 280px;
    }
    .directors-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: top;
    }
    .directors-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
		line-height: 1;
		font-size: 24px;
    }
    .directors-menu a {
        display: inline-block;
        padding: 0.5em 0;
        white-space: nowrap;
    }
    .directors-menu a:hover {
        color: #d7392d;
    }




/*
 * Reel Page
 */
 	#content.reel-page {
	 	margin-top: 20px;
 	}
 	.about-entry {
	 	margin: 110px 70px 40px 70px;
	 	min-height: 58px;
	 	max-width: 650px;
	 	font-size: 18px;
 	}
 	.less-toggle,
 	.more-toggle {
	    font-family: 'Akkurat-Bold', sans-serif;
	    text-decoration: underline;
	    cursor: pointer;
	    margin: 0 5px;
	    font-size: 17px;
 	}
 	.less-toggle:hover,
 	.more-toggle:hover {
     	color: #D7392D;
 	}
 	.more-content {
		display: none;
 	}
 	.more-content > p:first-child {
	 	margin-top: 0;
 	}
 	.reel-view .reel-block {
	 	display: block;
	 	position: relative;
	 	height: 80vh;
 	}
 	.reel-block.white-text {
     	color: white;
 	}
 	.reel-block.black-text {
     	color: #222222;
 	}
 	.reel-view .title {
	 	color: inherit;
	 	font-size: 28px;
	 	position: absolute;
	 	top: 60px;
	 	left: 70px;
	 	line-height: 1.2;
 	}
 	.reel-page .link-icon,
 	.reel-page .play-icon {
	 	opacity: 1;
 	}
	.reel-page .pagination {
		position: fixed;
		right: 80px;
		top: 310px;
		z-index: 10;
	}
	.reel-page .pagination span {
		display: block;
		border-radius: 100%;
		width: 7px;
		height: 7px;
		background-color: #ffffff;
		border: solid 2px #ffffff;
		cursor: pointer;
		margin: 6px 0;
	}
	.reel-page .pagination .active {
		background-color: transparent;
	}
	/* Popout side menu */
	.sidemenu {
		position: fixed;
		top: 140px;
		right: 25px;
		bottom: 25px;
		background-color: #F9F9F9;
		z-index: 10;
		padding: 0 30px;
		opacity: 0;

		display: -webkit-flex;
		display: flex;
	}
	.sidemenu:hover {
		opacity: 1;
	}
	.sidemenu ul {
        margin: auto 0;
		padding: 0;
		list-style: none;
		position: relative;
	}
	.sidemenu li {
		height: 38px;
		line-height: 36px;
		margin: 20px 0;
		padding: 0;
		cursor: pointer;
	}
	.sidemenu .number {
		font-size: 14px;
		border-radius: 100%;
		height: 36px;
		width: 36px;
		display: inline-block;
		text-align: center;
		border: 1px solid black;
		margin-right: 20px;
	}
	.sidemenu li.active {
		color: #D7392D;
	}
	.sidemenu .active .number {
		border-color: #D7392D;
	}


/*
 * Work Detail
 */
	.video-detail #container {
		position: relative;
	}


/*
 * Text Page (division about page)
 */
	#content.text-page {
		margin-top: 100px;
	}
	.text-page .entry {
		max-width: 1024px;
		font-size: 18px;
		margin: 0 auto;
		text-align: justify;
		padding: 0 70px;
	}
	/* Section */
	.text-page .section .title {
		margin: 2em auto 0.5em auto;
		text-align: center;
		font-size: 48px;
	}
	.text-page .section .wrap {
		background-color: #f2f2f2;
		padding: 50px 70px;
	}
	.text-page .section .entry {
    	padding: 0;
	}
    ul.three-column {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 0;
        max-width: 900px;
    }
    ul.three-column li {
        padding: 0;
        font-size: 18px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: calc(33% - 20px);
        margin: 0 10px;
    }
    ul.three-column li:nth-child(2) {
        text-align: center;
    }
    ul.three-column li:nth-child(3) {
        text-align: right;

    }


/*
 * The Lab
 */
	.lab-page .section {
		padding: 0 70px;	
		position: relative;	
	}
	.lab-page .down-arrow {
		margin: 20px auto;
		height: 20px;
		width: 52px;
		background-image: url(images/arrow-down.svg);
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lab-page .line {
		height: 60px;
		width: 2px;
		margin: 20px auto;
		background-color: #ffffff;
	}	
	.lab-page .post-edit-link {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}	
	
	/* Lab text section */
	.section.section-lab-text {
		background-color: #222222;
		color: #ffffff;
		text-align: center;
		font-size: 18px;
		overflow: hidden;
		padding-bottom: 80px;
	}
	.section-lab-text .entry {
		max-width: 1024px;
		margin: 0 auto;
	}
	.section-lab-text h2 {
		font-size: 72px;
	}
	.section-lab-text h3 {
		font-size: 60px;		
	}
	.section-lab-text p {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-lab-text .the-lab-logo {
		margin-top: 50vh;
		transform: translateY(-50%);
	}
	.section-lab-text .text-open-source {
		margin: 20px auto;
	}	
	.section-lab-text .email {
		color: #ffffff;
		text-decoration: none;	
		display: inline-block;
		margin: 30px auto;	
	}	
	.section-lab-text .email .svg {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		top: -1px;
		margin-right: 3px;
	}
	.section-lab-text .email path {
		fill: #ffffff;
	}	

	/* Lab grid section */	
	.section.section-grid {
		padding: 100px 0 35px 0;
	}
	.section-grid .line {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		top: -60px;
		height: 0;
		z-index: 20;
	}
	.section-grid .line-bottom {
		background-color: #222222;
		z-index: 10;
		top: 0;
	}	
	.section-grid .grid {
		margin: 0 35px;
		position: relative;
	}
	.section-grid .grid-sizer {
		width: 50%;
		float: left;		
	}	
	.lab-block {
		width: 50%;
		float: left;
		padding: 35px;
		box-sizing: border-box;
		font-size: 16px;
	}
	.lab-block .thumbnail {
		width: 100%;
		position: relative;
	}
	.lab-block .wp-post-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 10;
	}
	.lab-block .play {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 20;		
		opacity: 0;
	}	
	.lab-block .title {
		margin: 20px 0 15px 0;	
		line-height: 1.5;
	}
	.lab-block span {
		display: block;
		font-size: 19px;
	}	
	.lab-block .line-1 {
		font-size: 30px;
	}	
	.lab-block:hover .play {
		opacity: 1;
	}
	
	/* Lab contact section */	
	.section-contact {
		background-color: #222222;
		color: #ffffff;		
		min-height: 400px;
		overflow: hidden;
		text-align: center;
		
	    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;		
	}
	.section-contact a {
		padding: 20px;
		max-width: 100%;
		box-sizing: border-box;
	}	
	.section-contact .svg {
		display: block;
		margin: 0 auto;
	}	
	
	/* Scroll effects */
	.section-lab-text .entry > * {
		transform: translateY(200px);
		opacity: 0;
		transition: all 1s ease-out;
	}		
	.section-lab-text .entry .in-view {
		transform: translateY(0);
		opacity: 1;		
	}	
	.section-grid .line {
		opacity: 0;
		transition: opacity 1s ease-out, height 2s ease-out;		
	}	
	.section-grid .line-bottom {
		transition: opacity 1s ease-out 2s, height 2s ease-out 2s;				
	}
	.section-grid .line.in-view {
		opacity: 1;
		height: 60px;
	}


/*
 * Post Block
 */
    .post-block {
		overflow: hidden;
		position: relative;
        margin-bottom: 40px;
		padding: 0 10px;
		box-sizing: border-box;
		background-color: white;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 14px;
        text-align: left;
	}
    .post-block .thumbnail {
		font-size: 0;
		display: block;
        height: 0;
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
		background-color: #eaeaea;
	}
    .post-block .thumbnail > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .post-block .title {
        font-size: 24px;
        max-width: 720px;
        margin: 30px auto 10px auto;
        line-height: 1.3;
        text-transform: uppercase;
        text-align: center;
        min-height: 2.6em;
		font-family: 'Akkurat-Bold', sans-serif;

        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;
    }
    .post-block .entry {
        max-width: 720px;
        margin: 10px auto;
    }
	.post-block:nth-child(odd) .thumbnail {
		background-color: #f2f2f2;
	}
	.not-mobile .post-block:hover {
		color: #D7392D;
	}

	/* Large Size */
    .post-block.large-size {
		width: 100%;
	}
	.post-block.large-size .title {
    	text-align: center;
	}


/*
 * Category
 */
    #content.category {
    	margin: 50px 60px 0 60px;
    	padding-bottom: 150px;
    }
    .category .post-grid {
    	margin: 0 auto;
    	font-size: 0;
    	text-align: center;
    }
    #more-posts {
    	display: none;
    }


/*
 * Single
 */
	#content.single {
		margin: 0 auto;
		padding: 135px 70px;
	}
 	.single-post .meta .title {
     	font-size: 44px;
     	max-width: 1080px;
     	margin: 0 auto 10px auto;
     	line-height: 1.2;
     	text-transform: uppercase;
     	text-align: center;
 	}
 	.single-post .entry {
		line-height: 1.5;
		font-size: 16px;
     	max-width: 1080px;
     	margin: 10px auto;
     	position: relative;
 	}
 	.single-post .entry > p {
        max-width: 850px;
        text-align: justify;
        margin: 2em auto;
	}
	.single-post .alignnone {
        width: 100%;
        height: auto;
        display: block;
 	}
	.single-post .fluid-width-video-wrapper {
    	margin: 3em auto;
	}
 	.share-widget {
     	margin: 10px 0;
     	text-align: center;
 	}
 	.share-widget > span {
     	display: inline-block;
     	margin: 0 3px;
 	}
 	.share-widget a:hover {
     	color: #D7392D;
 	}
	#content.single .entry a {
		color: #D7392D;
		text-decoration: none;
	}
	#content.single .entry a:hover {
		text-decoration: underline;
	}
 	.entry h1,
 	.entry h2,
 	.entry h3,
 	.entry h4 {
	 	margin: 12px auto;
	 	line-height: 1.5em;
 	}


	/* Single Pagination */
	.single-post .pagination {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	}
	.single-post .pagination .wrap {
    	position: absolute;
    	top: 0;
    	right: -50px;
	}
	.single-post .pagination a {
		display: block;
		position: relative;
		margin: 0;
		top: auto;
		left: auto;
		right: auto;
		width: 40px;
		opacity: 1;
		min-width: 0;
	}
	.single-post .pagination .svg {
		position: static;
		margin: 0;
	}
	.single-post .adjacent-preview {
		position: absolute;
		top: 0;
		right: 50px;
		background-color: #F9F9F9;
		padding: 10px;
		font-size: 14px;
		white-space: nowrap;
		opacity: 0;
		cursor: pointer;
		display: none;
		color: #222222;
	}
	.adjacent-preview img {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}
	.adjacent-preview .title {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		white-space: normal;
		width: 240px;
		text-transform: uppercase;
	}
	.pagination a:hover .adjacent-preview {
		opacity: 1;
		display: block;
	}
	.not-mobile .pagination .arrow:hover polygon,
	.not-mobile .pagination .arrow:hover path {
		fill: #D7392D;
	}



/*
 * Contact
 */
	.contact .section {
        overflow: hidden;
		border-bottom: 1px solid #CCCCCC;
	}
	.contact .section .title {
		font-size: 28px;
		position: relative;
		margin: 15px 70px 13px;
		cursor: pointer;
	}
	.contact .title .button {
    	position: absolute;
    	top: -14px;
    	right: -20px;
    	padding: 20px;
    	width: 15px;
    	height: 15px;
	}
	.contact .title .button div {
    	width: 15px;
    	height: 2px;
    	background-color: #222222;
    	position: absolute;
    	left: 20px;
    	top: 26.5px;
	}
	.contact .title .button div:last-child {
    	-webkit-transform: rotate(90deg);
    	transform: rotate(90deg);
	}
	.contact .title .logo-the-lab {
		height: 20px;
		width: 134.886px;
	}
	.contact .title .logo-the-lab path {
		fill: #000000;
	}	
	.contact .entry {
		font-size: 20px;
		line-height: 1.6;
		display: none;
		margin: 0 70px 10px 70px;
		overflow: hidden;
		position: relative;
	}
	.contact .entry ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}
	.contact .entry li {
    	display: inline-block;
    	vertical-align: top;
        min-width: 340px;
        margin: 17px 20px 17px 0;
	}
	.contact .entry li > *:last-child {
    	margin-bottom: 0;
	}
    .contact .entry h2 {
		font-size: 28px;
		margin-bottom: 50px;
	}
	.contact .entry h3 {
		font-size: 20px;
	}
	.contact .entry strong {
		text-transform: uppercase;
	}
	.contact .map {
	    font-family: 'Akkurat-Bold', sans-serif;
	    font-size: 18px;
	    text-transform: uppercase;
		text-decoration: none;
		display: inline-block;
		color: #222222;
	}
	.contact .map .svg {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	.contact .email {
		text-decoration: none;
		display: inline-block;
		color: #222222;
		margin: 0 5px;
	}
	.contact .email	.svg {
		display: inline-block;
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	.contact ul .email {
		margin-left: 0;
	}
	.contact .email:hover,
	.contact .email:hover path,
	.contact .map:hover,
	.contact .map:hover path {
		fill: #D7392D;
		color: #D7392D;
	}
	.contact .title .svg {
        display: inline-block;
        vertical-align: middle;
        position: relative;
	}
	.contact .title .colab-x {
        margin: 0 10px;
        top: -1px;
	}
	.contact .title .logo-a {
    	height: 28px;
    	width: auto;
    	top: -2px;
	}
	.contact .post-edit-link {
    	position: absolute;
        bottom: 10px;
        right: 0;
	}

    /* Opened */
	.section.active {
    	background-color: #F2F2F2;
	}
	.section.active .title {
    	color: #D7392D;
	}
	.section.active .title polygon,
	.section.active .title path {
    	fill: #D7392D;
	}
	.contact .active .button div:last-child {
    	-webkit-transform: rotate(180deg);
    	transform: rotate(180deg);
	}
	.contact .active .button div	{
    	background-color: #D7392D;
	}

	/* Section overrides */
	.top-section {
    	padding: 80px 0;
	}
	.top-section .entry {
    	display: block;
	}
	.top-section ul {
    	max-width: 800px;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
	}
	.top-section li {
    	min-width: 0;
	}
    .top-section .social-links {
    	margin: 40px 60px 0 60px;
        max-width: 750px;
	}

	/* Bottom section */
	.contact .bottom-section {
    	border-bottom: none;
	}
	.bottom-section .entry {
        display: block;
        font-size: 14px;
        margin: 30px 70px;
        max-width: 750px;
        text-align: justify;
	}



/*
 * Search Results Overlay
 */
 	body.search .search-overlay {
	 	display: block;
 	}
	.search-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 200;
		color: #222222;
		min-height: 100%;
		display: none;
	}
	.search-open #overlay {
		background-color: rgba(243, 244, 245, 0.95);
	}
	.search-header {
		height: 90px;
		background-color: white;
		margin: 25px;
		position: relative;
	}
	.search-header .title {
		position: absolute;
		top: 38px;
		left: 25px;
		font-size: 16px;
		color: #222222;
	}
	#searchform {
		margin: 25px;
	}
	#searchform input {
		width: 100%;
		height: auto;
		font-size: 88px;
		line-height: 1;
		border: none;
		border-bottom: 1px solid #999999;
		background-color: transparent;
		padding: 0;
		font-family: 'Akkurat', sans-serif;
		color: #222222;
	    -webkit-appearance: none;
	    border-radius: 0;
	}
	#searchform input:focus {
		outline: none;
	}
	.results {
		margin: 25px;
		overflow: hidden;
		padding-bottom: 40px;
	}
	.results .title {
		font-size: 28px;
		margin: 20px 0;
		line-height: 1.6;
	}
	.video-results {
		float: left;
		width: 320px;
		margin-right: 60px;
	}
	.news-results {
		float: left;
		width: 500px;
	}
	.search-block {
		display: block;
		margin-bottom: 30px;
	}
	.search-block:hover {
		color: #D7392D;
	}
	.search-block .title {
		font-size: 20px;
		margin: 0;
	}
	.video-results .search-block .title {
		margin: 10px;
	}
	body.searching {
		cursor: progress;
	}

/*
 * Footer
 */
    .not-mobile .funkhaus:hover path {
        path: #D7392D;
    }


/*
 * Somesuch Style Takeovers
 * Gold - #AE9C61
 */
    /* Header */
    .somesuch-style .logo:hover polygon,
    .somesuch-style .logo:hover path {
    	fill: #AE9C61;
    }

    /* Menus */
    .somesuch-style.menu-opened.not-mobile .hamburger:hover div,
    .somesuch-style.not-mobile .hamburger:hover div {
    background-color: #AE9C61;
    }
    .somesuch-style .main-menu a:hover,
    .somesuch-style .main-menu .current-work-ancestor a,
    .somesuch-style .main-menu .current-menu-item a,
    .somesuch-style .main-menu .current-post-ancestor a {
    	color: #AE9C61;
    }
    .somesuch-style .page-menu {
    	margin-top: 0;
        font-family: 'SweetSansOnAir-Regular', sans-serif;
    }
    .somesuch-style .page-menu a:hover,
    .somesuch-style .page-menu .current-menu-item a,
    .somesuch-style .page-menu .current_page_item a {
    	color: #AE9C61;
    	border-bottom-color: #AE9C61;
    }
    .somesuch-style .page-menu a:hover path,
    .somesuch-style	.page-menu a:hover rect,
    .somesuch-style	.page-menu a:hover polygon,
    .somesuch-style	.page-menu .current-menu-item path,
    .somesuch-style	.page-menu .current-menu-item polygon {
    	fill: #AE9C61;
    }
    .somesuch-style .directors-menu a:hover {
    	color: #AE9C61;
    }
    .somesuch-style .social-links a:hover path {
    	fill: #AE9C61;
    }

    /* Reel page */
    .somesuch-style .return-link:hover path {
    	fill: #AE9C61;
    }
    .somesuch-style.reel-page .page-header .title {
    	font-size: 44px;
        font-family: 'adobe-caslon-pro', serif;
    }
    .somesuch-style .reel-view .title {
        font-family: 'adobe-caslon-pro', serif;
        font-size: 28px;
    }
    .somesuch-style .reel-page .entry {
        font-family: 'adobe-caslon-pro', serif;
    }
    .somesuch-style .sidemenu {
        font-family: 'adobe-caslon-pro', serif;
    }
    .somesuch-style	.sidemenu li {
        line-height: 40px;
    }
    .somesuch-style .sidemenu li.active {
    	color: #AE9C61;
    }
    .somesuch-style .sidemenu .active .number {
    	border-color: #AE9C61;
    }

    /* Media Player */
    .somesuch-style .media-player {
        font-family: 'adobe-caslon-pro', serif;
    }
    .somesuch-style .close:hover rect,
    .somesuch-style	.close:hover polygon,
    .somesuch-style	.close:hover path {
    	fill: #AE9C61;
    }
    .somesuch-style .media-header .controls a:hover rect,
    .somesuch-style .media-header .controls a:hover	polygon,
    .somesuch-style .media-header .controls a:hover	path {
    	fill: #AE9C61;
    }



/*
 * Tools
 */
    #tagline {
        display: none;
    }
	.post-edit-link {
		font-size: 10px;
		text-transform: uppercase;
	}


/*
 * Animations
 */
	.bounce {
	    animation: bounce 1s ease-in-out infinite;
	}
	@keyframes bounce {
	    0% {
	        transform: translateY(0px);
	    }
	    50% {
	        transform: translateY(10px);	    
	    }
	    100% {
	        transform: translateY(0px);
	    }
	}	 

    /* Color */
    .more-toggle,
    .less-toggle,
    .title-wrapper,
    .section .title,
    .post-block,
    .meta strong,
    .entry {
		-webkit-transition: color 0.4s;
		transition: color 0.4s;
    }

    /* Border Color */
    .sidemenu .number {
		-webkit-transition: border-color 0.4s;
		transition: border-color 0.4s;
    }

    /* Opacity */
    .region-selector,
    .region-select,
    .menu .text,
    .menu .logo,
    .lab-block .play,
    .hamburger,
    .logos,
    .breadcrumb h2,
    .arrow,
    .thumbnails,
    .adjacent-preview,
    .sidemenu,
    .overlay,
    path,
    h2.title,
    h3.sub-title,
    .link-icon,
    .play-icon,
    .browse {
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
    }

    /* Transform */
    .menu-panel {
		-webkit-transition: -webkit-transform 0.4s;
		transition: transform 0.4s;
    }
    
    /* Custom */
    #header {
		-webkit-transition: opacity 0.4s, background-color 0.4s;
		transition: opacity 0.4s, background-color 0.4s;
    }

    /* Everything */
    .reel-page .pagination span,
    .button div,
    .section,
    .sidemenu li,
    a,
    svg rect,
    svg polygon,
    svg path {
		-webkit-transition: 0.4s;
		transition: 0.4s;
    }

    /* Nothing */
    .grid-block {
		-webkit-transition: none;
		transition: none;
    }



/*
 * 404 Error
 */
    .error-404 {
        text-align: center;
        font-size: 32px;
    }


/*
 * 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: #f1f1f1;
	    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;
	}

/* Styles for list display on work/uk/directors page */
		.list-view2 {
			width: 100%;
			padding: 10px 40px;
			box-sizing: border-box;
		}

		.hidden-list-div {
  			display: none;
		}

		#myList-1000 {
			
			list-style: none;
			margin: auto 0;
			padding: 0;
			text-align: left;
			max-width: 1160px;
			width: 100%;
			-moz-column-gap: 20px;
			-webkit-column-gap: 20px;
			column-gap: 20px;
			-moz-column-width: 280px;
			-webkit-column-width: 280px;
			column-width: 280px;
									
           /* list-style-type: none; */
           /* -moz-column-count: 3; /* For Firefox */
           /* -webkit-column-count: 3; /* For Chrome, Safari, and Opera */
           /* column-count: 3; /* Standard syntax */
        }
        #myList-1000 > li {
			 
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
			display: inline-block;
			vertical-align: top;
			line-height: 1;
			font-size: 24px;

        }

		#myList-1000 > a {
			display: inline-block;
    		padding: 0.5em 0;
    		white-space: nowrap;
		}

		#myList-1000 a:hover {
    		color: #d7392d;
		}

		#toggle-link {
			padding: 10px 0px 40px;
		}

		#toggle-link a{
			/*Shabbar*/
			text-transform:uppercase;
			font-size:22px;
		}