/*
Theme Name: Mass Appeal 2018
Theme URI: http://www.massappeal.com
Description: A theme for WordPress.
Author: Cam Diamond, Drew Baker, Funkhaus
Author URI: http://www.funkhaus.us
Version: 2.0.0

Fonts:
    font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-weight: 400;
        font-weight: 500;


Colors:
    Black: #000000;
    Pink: #FC0048;

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

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


/*
 * Globals
 */
    body {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #000000;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
    }
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: normal;
    }
    ::selection {
        color: #ffffff;
        background: #FDC400;
    }
    ::-moz-selection {
        color: #ffffff;
        background: #FDC400;
    }
    .rotate-cw {
    	-webkit-transform: rotate(90deg) translateX(100%);
    	transform: rotate(90deg) translateX(100%);
        transform-origin: top right;
    }
    .rotate-ccw {
    	-webkit-transform: rotate(-90deg);
    	transform: rotate(-90deg);
        transform-origin: top left;
    }
    .next-project-link,
    .scroll-down {
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        text-align: center;
        width: 100%;
    }
    .scroll-down span {
        display: inline-block;
        padding: 20px;
    }
    .fullbleed {
        background-size: cover;
        background-position: center center;
    }
    body.dark-background {
        background-color: #000000;
        color: #FFFFFF;
    }
    .dark-background .entry a {
        color: #FFFFFF;
    }
    .dark-background .entry a:hover {
        color: #FDC400;
    }



/*
 * Links
 */
    a {
        color: #000000;
        text-decoration: none;
        outline: none;
    }
    a:hover {
        color: #FDC400;
    }
    a img {
       border: none;
    }


/*
 * Page Structure
 */
    #container {

    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
    }
    #content {
        padding-top: 100px;
        padding-left: 80px;
        padding-right: 80px;
    }
    #footer {

    }


/*
 * Hamburger
 */
    #hamburger {
        width: 30px;
        height: 20px;
        top: 20px;
        /*left: 10px;*/
		right:10px!important;
        cursor: pointer;
        padding: 20px;
        z-index: 700;
        position: fixed;
    }
    #hamburger div {
        position: absolute;
        height: 3px;
        width: 30px;
        background-color: #000000;
        border-radius: 2px;
        opacity: 1;
        /*left: 20px;*/
		right:20px !important;
        -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),
    #hamburger div:nth-child(3) {
        top: 28px;
    }
    #hamburger div:nth-child(4) {
        top: 36px;
    }


.fp-viewing-Landing #hamburger div,.fp-viewing-BangStatement #hamburger div,.fp-viewing-Leadership #hamburger div,.fp-viewing-Creative #hamburger div,.fp-viewing-CoConspirators #hamburger div,.fp-viewing-Awards #hamburger div,.fp-viewing-Contact #hamburger div{
    background: #ffffff;
}
.fp-viewing-Statement #hamburger div,.fp-viewing-HowWeGetDown #hamburger div,.fp-viewing-Music #hamburger div,.fp-viewing-Content #hamburger div{
    background: #000000;
}

.menu-opened #hamburger div {
    background: #000000;
}

    .menu-opened #hamburger div:nth-child(1) {
        top: 28px;
        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: 28px;
        width: 0%;
        left: 50%;
    }
    .menu-opened .outlines path {
        fill: #FDC400;
    }
	.menu-opened.white-chrome #hamburger div {
		background-color: #000000;
	}


/*
 * Menus
 */

    #menu-panel {
        width: 0;
        overflow: hidden;
        position: fixed;
        height: 100%;
        background-color: #FDC400;
        color: #ffffff;
        z-index: 600;
        top: 0;
        left: 0;
        color: #ffffff;
    }

    .menu-opened #menu-panel {
        width: 100%;
    }
    #menu-panel .wrap {
        height: 100%;
        width: 100vw;
        position: relative;
    }
    .social-links {
        position: absolute;
        bottom: 50px;
        left: 50%;
		transform: translateX(-50%);
        font-size: 18px;
		margin-left:0;
    }
    .social-links a {
        color: #000000;
        /*display: inline-block;*/
        padding: 2px;
		margin-left:0;
    }
	.inc {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 18px;
		color: #000000;
		text-align: center;
		text-transform:none;
	}
    .main-menu {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 44px;
        position: absolute;
        top: 135px;
        left: 40px;
        right: 40px;
        text-align: center;
        height: calc(100vh - 240px);

        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;
    }
    .main-menu a {
        display: inline-block;
        padding: 7px;
        color: #000000;
    }
    .main-menu .mass-appeal a {
        padding-top: 3vh;
    }
    .main-menu.active a {
        opacity: 0.2;
    }
    .main-menu a:hover {
        opacity: 1;
    }
    #menu-panel .menu-crumb {
        color: #FFFFFF;
        position: absolute;
    }


/*
 * Header
 */
    #logo {
        position: fixed;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
        z-index: 700;
    }
	body:not(.white-chrome) #logo path,
	.menu-opened #logo path{
		fill: #000000;
	}
    .bread-crumb {
        position: fixed;
        top: 23px;
        left: 60px;
        padding: 20px;
        font-size: 13px;
        text-transform: uppercase;
        z-index: 500;
    }

    /* White chrome */
    /*.menu-opened #hamburger div,*/
    .white-chrome #hamburger div {
        background-color: #FFFFFF;
    }
    .white-chrome .talent-name,
    .white-chrome .bread-crumb {
        color: white;
    }
	/*Persistant header*/
	.persistant-header #header{
		width: 100%;
		height: 80px;
		transition: background-color 0.4s ease-in;
	}
	.persistant-header.dark-background #header {
		background-color: #000000;
	}
	.persistant-header #header {
		background-color: #ffffff;
	}

/*
 * Home
 */
    #content.home {
        padding: 0;
    }
    .home .bread-crumb {
        color: #FFFFFF;
    }
    .home.showing-bottom-section .bread-crumb {
        display: none;
    }
    .slideshow {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        /*height: calc(100vh - 35px);*/
		height: 100vh;
        overflow: hidden;
        font-size: 0;
        word-spacing: 0;
        /*background-color: #FDC400;*/
    }
    .slideshow .left{
        height: 100%;
        width: 100%;
        float: left;
        overflow: initial !important;
        position: relative;
        z-index: 0;
    }
    .slideshow .slide {
        height: 100%;
        width: 100vw;
        position: absolute;
        top: 0;
        /*background-color: #FDC400;*/
    }
	.slideshow .slide .custom-meta span {
		font-size: 24px;
		font-weight: 500;
		position: absolute;
		/*top: 42px;
		right: -9px;*/
		z-index: 100;
		text-transform: uppercase;
		transform: rotate(45deg);
		transform-origin: top center;
		font-family: "Roboto", sans-serif;
		/*WAITING: For Dylan approval*/
		text-align: center;
		width: 118px;
		top: 42px;
    	right: -17px;
		white-space: nowrap;
		text-align: center;
	}
	.slideshow .slide .custom-meta .triangle {
		position: absolute;
		top: 0;
	    right: -100px;
		transform: rotate(45deg);
		transform-origin: top center;
		height: 0;
		width: 0;
		border-bottom: 100px solid #FDC400;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
	}
    .slideshow .left .slide {
        left: 0;
    }
    .slideshow .slide img {
        display: none;
    }
    .slideshow .browse {
        position: absolute;
        top: 50%;
        padding: 20px;
        z-index: 110;
        right: 0;
        transform: translateY(-50%);
        font-size: 0;
        cursor: pointer;
    }
    .slideshow .next {
        right: 10px;
    }
	.slideshow .prev {
        left: 10px;
		right: unset;
    }

    /* Title slideshow*/
    .slideshow .titles {
        width: 100%;
		height: 100%;
        padding: 0 80px;
        box-sizing: border-box;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        z-index: 10;
    }
    .slideshow .title {
        padding: 0 30px;
        width: 100%;
		height: 100%;
        min-height: 120px;
        box-sizing: border-box;
        visibility: hidden;

        /*display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -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-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;*/
    }
	.slideshow .title.logos {
		height: 100%;
		width: 100%;
	}
	.slideshow .title .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	    max-width: 30%;
		width: 100%;
		height: auto;
	}
	.slideshow .title .network {
		position: absolute;
		left: 50%;
		bottom: 40px;
		transform: translateX(-50%);
	    max-width: 10%;
		width: 100%;
		height: auto;
	}
    .slideshow .title .line {
        /*display: none;*/
    }
    .slideshow .title a {
        color: #FFFFFF;

        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    /* Left title */
    .slideshow .left .title a {
        font-size: 55px;
        font-weight: 700;
        display: block;
		width: 100%;
		/*height: 120px;*/
		height: 100%;
    }
    .slideshow .title .line-1 {
		text-align: right;
		max-width: 50%;
		display: inline-block;
	    left: calc(50% - 30px);
	    position: relative;
	    top: 50%;
	    transform: translate(-100%, -50%);
    }

    /* Right title */
    .slideshow  .right .title {
        -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;
    }
    .slideshow .title a .line-2{
		font-size: 28px;
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: calc(50% + 30px);
    }
    .slideshow .right .title .line-2 {
        display: inline-block;
    }

    /* Home Grid */
    .home .section-bottom {
        background-color: #FFFFFF;
        margin-top: calc(100vh - 35px);
        position: relative;
        z-index: 120;
    }
    .home .grid-wrap {
        padding: 40px 50px;
    }
    .home .scroll-down {
        position: relative;
        top: -10px;
        left: 0;
    }



/*
 * Blocks
 */
    .block {
        width: 50%;
        position: relative;
        max-width: 1700px;
        display: inline-block;
        vertical-align: top;
        z-index: 0;
        letter-spacing: normal;
        font-size: 16px;
        box-sizing: border-box;
    }
    .block .title {
        font-size: 36px;
        font-weight: 500;
        text-align: center;
		line-height: 1.4;
		margin: 0 45px;
    }
    .block .image {
        height: 0;
        position: relative;
        z-index: 0;
        width: 100%;
    }
    .block .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 20;
    }
    .block .image .wp-second-post-image {
        opacity: 0;
        z-index: 30;
        height: 100%;
        width: 100%;
    }
    .block .border {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 5px;
        left: 5px;
        background-color: #FDC400;
        z-index: 10;
        opacity: 0;
    }
    .block:hover .border {
        opacity: 1;
    }
    .block:hover .wp-second-post-image {
        opacity: 1;
    }

    /* News Block */
    /*.news-block {
        padding-right: 120px;
    }*/
    .news-block .meta {
		margin-top: 20px;
        text-align: center;
        position: relative;
        z-index: 10;
    }
    .news-block .sub-title {
        margin-top: 1em;
        font-size: 16px;
		font-weight: 300;
		line-height: 1.4;
		text-align: left;
    }
    .news-block .image {
        position: relative;
        z-index: 0;
    }
    .news-block:hover .image {
        opacity: 1;
        z-index: 20;
    }
	.news-block .overlay {
		position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
		background-color: #FDC400;
		mix-blend-mode: multiply;
		z-index: 500;
		opacity: 0;
		transition: opacity 0.4s;
	}
	.news-block .logo {
		position: absolute;
		height: 30px;
		width: 100%;
		z-index: 100;
		background-size: contain;
		background-repeat: no-repeat;
		bottom: 23px;
		left: 22px;
	}
	.news-block:hover .overlay {
		opacity: 1;
	}

    /* Work Block */
    .work-block .title-top {
        font-size: 24px;
        font-weight: 300;
    }
    .work-block .image {
        margin: 1em 0;
    }


/*
 * Work Grid
 */
    #content.work-grid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .grid-wrap {
        overflow: hidden;
        position: relative;
        z-index: 10;
        margin: 0 auto;
        text-align: center;
        font-size: 0;
        letter-spacing: 0;
        max-width: 2000px;
		/*display: flex;
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;*/
    }
	.news-block {
		float: left;
	}
	.block-sizer {
		visibility: hidden;
		width: calc(50% - 30px);
	}

/*Audience*/
	.audience #content .entry p{
		width: 100%;
	}
	.music iframe,
	.audience iframe{
		width: calc(100% - 140px) !important;
		margin: 0 70px;
	}
	.music h2,
	.audience h2 {
		text-align: center;
		font-size: 22px;
		font-weight: 500;
		line-height: 1.4;
		margin: 0 70px;
	}
	.music span,
	.audience span {
		width: 875px;
		margin: 0 auto;
		display: block;
		line-height: 1.6;
	}

/*TV / FILM*/
	.page-id-2319 .sub-title{
		text-align: center;
	}
	.page-id-2319 h2{
		text-align: center;
		font-size: 22px;
		/*font-weight: 500;*/
		line-height: 1.4;
		max-width: 970px;
		position: relative;
		/*margin: 0 auto 50px auto;*/
	}


/*Talent grid*/

	.talent-list.grid .names {
		padding: 0;
		height: calc(100vh - 260px);
		max-width: 1000px;
		width: 100%;
		margin: 130px auto;
		min-height: unset;
		flex-direction: row;
		text-align: left;
		justify-content: unset;
	}
	.talent-list.grid .names .title {
		max-width: 500px;
		width: 50%;
	}
	.talent-list.grid .names a{
		font-size: 44px;
	}

/*
 * Talent Lists
 */
    #content.talent-list {
        padding: 0;
    }
    .talent-list .slideshow {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        background-color: transparent;
    }
    .talent-list .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
    }
    .talent-list .names {
        position: relative;
        z-index: 10;
        text-align: center;
        min-height: 100vh;
        padding: 80px;
        box-sizing: border-box;

        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;
    }
    .talent-list .title a {
        display: inline-block;
        padding: 8px 0;
        font-size: 28px;
        line-height: 1.3;
    }

    /* Active/Hover states */
    .talent-list .names.active a {
        opacity: 0.2;
        color: #FFFFFF;
    }
    .talent-list .title.adjacent a {
        font-size: 38px;
    }
    .not-mobile .talent-list .title a:hover {
        font-size: 48px;
        color: #FFFFFF;
        opacity: 1;
    }

 /*
  * Video Detail
  */
    #content.video-detail {
        padding: 0;
    }
    .photo-detail .talent-name,
    .video-detail .talent-name {
        position: absolute;
        right: 30px;
        top: 145px;
        font-size: 28px;
        text-transform: uppercase;
        z-index: 10;
    }
    .video-detail .stage {
        height: 100vh;
        overflow: hidden;
        /*margin: 0 50px;*/
		margin: 0 150px;
        box-sizing: border-box;
        z-index: 0;
        position: relative;

        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        -webkit-animation-duration:1s;
        -moz-animation-duration:1s;
        animation-duration:1s;
    }
    .slide-video {
        height: 100%;
        width: 100%;
        max-width: 1280px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 20px 0;
        box-sizing: border-box;
        background-color: #000000;

        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -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;
        transform: scale(0.5);
    }
    .video-detail .media {
        position: relative;
    }
    .video-detail .media .bread-crumb,
    .video-detail .media .talent-name {
        display: none;
    }
    .video-detail .slide-active {
        transform: scale(1);
    }
    .video-detail .media .wp-post-image {
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer;
    }
    .video-detail .video-wrap {
        display: inline-block;
        position: relative;
    }
    .video-detail .media iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 20;
        opacity: 0;
    }
    .video-detail .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        cursor: pointer;
    }
    .video-detail .meta {
        font-size: 16px;
        font-weight: 300;
        overflow: hidden;
        margin-top: 2em;
        width: 100%;
    }
    .video-detail .meta .title {
        float: left;
        font-weight: 300;
        font-size: 16px;
        max-width: calc(100% - 100px);
    }
    .video-detail .meta .line-1 {
        font-weight: normal;
    }
    .video-detail .meta .credit {
        float: right;
    }
    .next-project-link,
    .video-detail .scroll-down,
    .video-detail .swipe-down,
    .video-detail .tray-toggle {
        position: absolute;
        padding: 15px 0;
        z-index: 110;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .video-detail .tray-toggle {
        width: 50%;
        margin: auto;
		cursor: pointer;
		transition: color 0.4s;
    }
	.video-detail .tray-toggle:hover {
		color: #FDC400;
	}
    .video-detail .swipe-down {
        display: none;
    }

    /* Playing state */
    .video-detail .video-playing iframe {
        opacity: 1;
    }
    .video-playing .play-button,
    .video-playing .wp-post-image {
        opacity: 0;
    }

    /* Video tracker */
    .tracker {
        position: absolute;
        top: 145px;
        right: 80px;
        z-index: 110;
        width: 42px;
    }
    .tracker .diamond {
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #303030;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        text-align: center;
        margin-bottom: 5px;
        position: relative;
    }
    .tracker .diamond .svg {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
	.tracker .diamond .svg path {
		fill: #FDC400;
	}
    .tracker .diamond:hover,
    .tracker .diamond.active {
        color: #FDC400;
    }
    .tracker .diamond.active .svg,
    .tracker .diamond:hover .svg {
        opacity: 1;
    }

    /* Thumb-tray */
    .thumb-tray {
        position: fixed;
        bottom: -200px;
        left: 0;
        font-size: 0;
        letter-spacing: 0;
        color: white;
        z-index: 150;
        text-align: center;
        min-width: 100%;
        white-space: nowrap;
    }
    .thumb-tray .thumb {
        display: inline-block;
        -webkit-transform: translateY(230px);
        transform: translateY(230px);
    }
    .thumb-tray .title {
        font-size: 16px;
        max-width: 100%;
        color: #FFFFFF;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .thumb-tray .thumb .line-2 {
        font-size: 12px;
        font-weight: 300;
        display: block;
        margin-top: 5px;
    }
    .thumb-tray .thumb img {
        display: block;
    }

    /* Open */
    .thumb-tray .thumb.visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .thumb-tray-opened .thumb-tray {
        bottom: 30px;
    }
    .thumb-tray-opened .bread-crumb,
    .thumb-tray-opened .bio-button,
    .thumb-tray-opened .tracker,
    .thumb-tray-opened .slide-video {
        opacity: 0.3 !important;
    }
    .thumb-tray-opened .tray-toggle {
        opacity: 0;
    }

    /* Fullscreen mode (I think this was a Chrome only bug) */
    .is-fullscreen iframe,
    .video-detail .media iframe:-webkit-full-screen {
        -webkit-transform: none;
        transform: none;
    }
    .is-fullscreen .video-detail .stage:-webkit-full-screen,
    .is-fullscreen .video-detail .stage {
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .is-fullscreen #logo,
    .is-fullscreen #header,
    .is-fullscreen #hamburger,
    .is-fullscreen .bio-button,
    .is-fullscreen .tracker,
    .is-fullscreen .talent-name,
    .is-fullscreen .tray-toggle {
        display: none;
    }


/*
 * Video Detail - Case Study
 */
    .case-study .slide-video {
        background-color: transparent;
    }
    .case-study .section-bottom {
        padding: 0 80px;
        overflow: hidden;
    }
    .case-study .section-bottom .entry {
        max-width: 1280px;
        margin: 40px auto;
		text-align: center;
        /*padding: 0 80px;*/
    }
	.case-study .section-bottom .entry span {
		font-size: 20px;
		font-weight: 500;
		text-align: left;
	}
    .case-study .section-bottom .entry h1 {
        line-height: 1.3;
    }
    .case-study .section-bottom .entry p {
		font-size: 20px;
		font-weight: 500;
		text-align: left;
        max-width: 875px;
        margin: 2em auto;
    }
    .next-project {
        text-align: center;
    }
    .next-project > h2 {
        color: #FDC400;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .next-block .title {
        color: #FFFFFF;
    }
    .next-block .title-top {
        font-size: 24px;
        font-weight: 300;
    }
    .next-block .image {
        margin: 1em 0;
    }
    .next-block .title-bottom {
        font-weight: 500;
        font-size: 40px;
    }


/*
 * Image Block
 */
    .image-block {
        margin: 3em 0;

        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;
    }
    .image-block > * {
        width: calc(50% - 30px);
        font-size: 0;
        text-align: center;
    }
    .image-block > *:first-child {
        margin-right: 60px;
    }
    .image-block img {
        width: 100%;
        height: auto;
        display: block;
    }
    .image-block .shortcode-entry p {
        padding: 0 30px;
    }
    .image-block .wp-caption {
        display: inline-block;
        width: 100%;
    }



/*
 * Gallery
 */
    .gallery {
        position: relative;
    }
    .gallery .grid-sizer {
        width: calc(50% - 30px);
    }
    .gallery-image {
        float: left;
        margin-bottom: 60px;
        width: calc(50% - 30px);
        font-size: 0;
    }
    .gallery-image .image {
        height: 0;
        position: relative;
        width: 100%;
    }
    .gallery-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

/*Logo Gallery*/

.logo-gallery {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.logo-gallery .gallery-image{
	width: calc(25% - 40px);
	padding: 0 20px;
	display: block;
}


/*
 * Instagram block
 */
    .instagram-block {
        display: none;
    }


/*
 * Photo detail
 */
    .photo-detail .image-block {
        margin: 30px auto 60px auto;
    }
    .photo-detail .wp-caption img {
        position: relative;
        z-index: 10;
    }
    .photo-detail .wp-caption-text {
        opacity: 0;
    }
    .photo-detail .entry > img {
        width: 100%;
        height: auto;
        display: block;
        margin: 60px 0;
    }
    .photo-detail .border {
        opacity: 0;
        position: absolute;
        top: 5px;
        left: 5px;
        height: 100%;
        width: 100%;
        background-color: #FDC400;
        z-index: 0;
    }
    .photo-detail .entry > .wp-caption {
        width: 100% !important;
    }
    .photo-detail .entry > .wp-caption > img {
        width: 100%;
        height: auto;
        display: block;
    }
    .photo-detail .wp-caption-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        color: #FDC400;
        z-index: 20;
        text-align: center;
    }
    .wp-caption-text .line {
        position: absolute;
        left: 0;
        width: 100%;
    }
    .wp-caption-text .line:first-child {
        font-size: 24px;
        font-weight: 300;
        top: 25px;
    }
    .wp-caption-text .line:last-child {
        font-size: 48px;
        bottom: 25px;
    }
    .photo-detail .wp-caption:hover .wp-caption-text,
    .photo-detail .wp-caption:hover .border {
        opacity: 1;
    }


/*
 * Category
 */
    .category .news-block {
        width: calc(50% - 30px);
		margin-bottom: 50px;
    }


/*
 * Single (Blog detail)
 */
    .blog-styles .entry {
        line-height: 1.6;
        padding-bottom: 80px;
        overflow: hidden;
    }
    .blog-styles .entry > p {
        margin: 2em auto;
    }
    .blog-styles .entry > .alignnone {
        width: 100%;
        height: auto;
        display: block;
        margin: 3em auto;
    }
    .blog-styles .entry h2 {
        font-size: 32px;
        margin: 1.5em auto;
        line-height: 1.3;
    }
    .blog-styles .entry h3 {
        font-size: 20px;
        max-width: 640px;
        margin: 2em auto;
        line-height: 1.3;
    }
    .fluid-width-video-wrapper {
        margin: 3em 0;
    }
    #content.single {
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }
    .single .blog-post {
        padding: 100px 0 70px 0;
    }
    .single .blog-post > * {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .single .blog-post:nth-child(even) {
        background-color: rgba(255,204,0, .2);
    }
    .single .title {
        font-size: 46px;
        font-weight: 500;
        text-align: center;
        padding: 0 25px;
        margin: 25px auto;
    }
    .single .title .line-2 {
        font-size: 24px;
        font-weight: 300;
        display: block;
        margin-top: 1em;
    }
    .single .entry > * {
        padding: 0 30px;
    }
    .single .entry > img {
        padding: 0;
    }
    .tag-list {
        max-width: 700px;
        margin: 30px auto 0 auto;
        font-size: 16px;
        text-align: center;
    }
    .single .entry a,
    .tag-list a {
        color: #000000;
        text-decoration: underline;
    }
    .single .entry a:hover,
    .tag-list a:hover {
        color: #FDC400;
    }
    .single .next-post {
        display: none;
    }


/*
 * About pages
 */
    #content.about-page {
        padding-top: 140px;
    }
    .about-page .entry {
        text-align: center;
    }
    .about-page .entry > p {
        font-size: 22px;
        max-width: 740px;
        margin: 2em auto;
        font-weight: 300;
    }
    .about-page .entry > p:first-child {
        min-height: 190px;
    }



/*
 * Contact Page
 */
    .page-contact #content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .page-contact .entry {
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
        line-height: 1.5;
        padding-bottom: 80px;
    }
    .page-contact .entry > * {
        font-size: 16px;
        letter-spacing: normal;
    }
	.page-contact .entry .contact-excerpt {
		max-width: 860px;
		font-size: 22px;
		font-weight: 500;
		display: inline-block;
	}
	.page-contact .city-wrapper {
		position: relative;
		width: 50%;
	}
	.page-contact .info-wrapper {
		display: flex;
		display: -webkit-flex;
		/*margin-top: 60px;*/
		max-width: 1260px;
		margin: 60px auto 0 auto;
		/*-ms-align-items: center;
		align-items: center;
		-webkit-align-items: center;*/
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	    justify-content: space-around;
		-webkit-justify-content: space-around;
	}
	.image-wrapper {
		width: calc(100% - 200px);
		position: relative;
		height: 0;
		padding-bottom: calc(66.72% - 200px);
		overflow: hidden;
		margin: 0 100px;
	}
	.image-wrapper img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
    .page-contact .col {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 30px 20px;
    }
	.page-contact .col.full-width {
		width: 100%;
	}
	.page-contact .divider {
		height: 2px;
	    width: 100%;
	    background-color: gray;
	    opacity: .4;
	}
    .page-contact .col.city {
        width: 50%;
    }
    .page-contact .entry .city h4 {
        font-size: 48px
    }
    .page-contact .col > img {
        width: 100%;
        height: auto;
        margin: 40px 0;
    }
    .page-contact .entry h5 {
        font-size: 32px;
        margin: 40px 0;
    }
    .page-contact .entry h5 span {
        font-size: 22px;
        font-weight: 300;
        display: block;
        margin: 10px 0;
        line-height: 1.2;
    }
    .page-contact .entry h3 {
        font-size: 30px;
        margin: 40px 0;
    }
    .page-contact .entry p {
        font-size: 22px;
        font-weight: 300;
    }
    .page-contact .entry h3 + p {
        margin-top: -30px;
    }
    .page-contact .entry address {
        font-style: 24px;
        font-weight: 300;
        font-style: normal;
        margin: 40px 0;
        display: block;
    }


/*
 * Bio Panel
 */
    #bio-panel {
        width: 0;
        overflow: hidden;
        position: fixed;
        height: 100%;
        background-color: transparent;
        color: #ffffff;
        z-index: 100;
        top: 0;
        right: 0;
        color: white;
    }
    #bio-panel .wrap {
        height: calc(100% - 200px);
        width: calc(100vw - 300px);
        padding: 100px 150px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #000000;

        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: 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;
    }
    #bio-panel .entry {
        width: 60%;
        max-width: 720px;
        padding-left: 40px;
        box-sizing: border-box;

        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    #bio-panel .bio-image {
        width: 40%;
        max-width: 720px;
        height: 100%;
        background-size: cover;
        background-position: center center;

        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .bio-image img {
        display: none;
        width: 100%;
        height: auto;
    }
    .bio-button {
        cursor: pointer;
        position: fixed;
        transform: rotate(90deg) translateX(-100%);
        transform-origin: right bottom;
        font-size: 28px;
        right: 135px;
        padding: 20px;
        position: fixed;
        text-transform: uppercase;
        top: 80%;
        z-index: 110;
		transition: color 0.4s;
    }
	.bio-button:hover {
		color: #FDC400;
	}

    /* Open State */
    .bio-opened #bio-panel {
        width: 100%;
    }
    /*.bio-opened .bio-button {
        color: #FDC400;
    }*/

/*
 * Footer
 */



/*
 * Animations
 */
    @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
    @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
    @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

    /* Color */
    a {
        transition: color 0.4s ease-in-out;
    }

    /* Opacity */
    .diamond .svg,
    .wp-caption-text,
    .main-menu a,
    .tracker,
    .media .wp-post-image,
    .media .play-button,
    .scroll-down,
    .border,
    .browse {
        transition: opacity 0.4s ease-in-out;
    }

    /* Bottom */
    .thumb-tray .thumb {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    /* Background-Color */
    body {
        transition: background-color 0.4s ease-in-out;
    }

    /* Everything */
    .diamond,
    .talent-list .title a,
    #bio-panel,
    #menu-panel,
    svg path {
        transition: 0.4s ease-in-out;
    }

    /* Transform & Opacity */
    .slide-video {
        -webkit-transition: -webkit-transform 1s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 1s ease-in-out, opacity 0.4s ease-in-out;
    }

    .bio-button {
        transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }


/*
 * Wordpress Required
 */
    .post-edit-link {
        font-size: 10px;
        text-transform: uppercase;
    }
    #tagline {
        display: none;
    }
	.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 {
        width: auto !important;
        position: relative;
	}
	.wp-caption img {
	    margin: 0px;
	}
	.wp-caption p.wp-caption-text {
        background-color: rgba(255, 255, 255, 0.8);
	}



#hamburger{
	right:10px !important;
}


#menu-panel{
	background-color:#ffffff;
		font-family: 'PT Mono', monospace;
	font-size:4em!important;
	font-weight:bold!important;
	text-transform: uppercase;
}

.inc{
text-transform: none;
}


.fixed {
  width: 100%;
  height: 100%;
  background-color: #000000;
  float: left;
display:block;
  position: fixed;
  z-index: -1;
  transition: background 1s ease;
}

.social-links{
	bottom:80px;
}