/*
Theme Name: Lost Planet 2016
Theme URI: http://www.example.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, John Robson, Sander Moolin, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0

Fonts:
    font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-weight: 500;

    font-family: 'franklin-gothic-cond', sans-serif;
        font-weight: 500;
        font-weight: 700;

Colors:
    Black: #000000;
    White: #ffffff;

Z-Index Dictionary
160: .teaser
150: #header


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

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


/*
 * Globals
 */
    body {
        font-family: 'Visuelt', Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #ffffff;
        margin: 0;
        background-color: #000000;
        overflow-x: hidden;

    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    }
    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;
    }
    /* Responsive image containers */
    .fluid-width-image-wrapper img {
        height: auto;
        width: 100%;
    }
    /* Post edit link */
    a.post-edit-link {
        font-size: 16px;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    /* Utilities */
    .full-height {
        min-height: 100%;
        min-height: 100vh;
    }
    .fill {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }
    .cover {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .responsive-container {
        height: 0;
    }
    .responsive-container img {
        width: 100%;
        height: auto;
    }

    /* parts/teaser */
    .teaser {
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 160; /* currently highest z-index */
        width: 330px;
        text-align: center;

        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .teaser.next {
        right: 0;

        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .teaser a {
        color: #000000;
        font-size: 16px;
        height: 100%;

        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .teaser .image img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .teaser .label {
        margin-bottom: 20px;
    }
    .teaser .responsive-container.image {
        position: relative;
    }
    .teaser .image {
        margin: 0 16px 35px;
    }
    .teaser .title {
        font-size: 18px;
        margin: 0 20px 10px;
        line-height: 1.5em;
        box-sizing: border-box;
    }
    .teaser .client {
        font-size: 17px;
    }

    /* Teaser nav buttons */
    .teaser .nav {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 15px;
        margin: auto;
        padding: 40px;
    }
    .light-bg .teaser .nav * {
        fill: #000000;
    }
    .teaser .nav.prev {
        right: -80px
    }
    .teaser .nav.next {
        left: -80px;
    }

    /* Teaser hover states */
    body.hover-prev #content {
        margin-left: 330px;
    }
    body.hover-next #content {
        margin-right: 330px;
    }
    body.hover-prev .teaser.prev,
    body.hover-next .teaser.next {
        -webkit-transform: none;
        transform: none;
    }
    body.hover-prev .nav.prev,
    body.hover-next .nav.next {
        opacity: 0;
    }

    /* Light BG */
    body.light-bg {
        background-color: #ffffff;
        color: #000000;
    }
    body.light-bg a {
        color: #000000;
    }
    body.light-bg a:hover {
        color: #e6e6e6;
    }
    body.light-bg #header {
        background-color: #ffffff;
        color: #000000;
        height: 90px;
    }
    body.light-bg #header .svg *:not(.blue) {
        fill: #000000;
    }

    /* Static FX */
    .static {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
    }
    .static.ready {
        opacity: 1;
    }


/*
 * Links
 */
    a {
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }
    .not-mobile a:hover {
        color: #4D4D4D;
        text-decoration: none;
    }
    .not-mobile a.work-block:hover {
        color: #ffffff;
    }
    a img {
       border: none;
    }


/*
 * Page Structure
 */
    #container {

    }
    #header {

    }
    #content {
        padding-top: 60px;
        box-sizing: border-box;
        font-size: 0;
    }
    #footer {

    }


/*
 * Menus
 */
    /* Main menu */
    .mobile-main-menu {
        display: none;
    }
    .mobile-menu-overlay {
        opacity: 0;
        visibility: hidden;
    }
    .menu-container {
        position: relative;
        padding-left: 70px;
        box-sizing: border-box;
        top: 40px;
    }
    .menu-label {
        font-size: 16px;
        line-height: 1;
        position: relative;
        z-index: 20;
    }
    .main-menu {
        list-style-type: none;
        position: absolute;
        top: -20px;
        left: 50px;
        margin: 0;
        padding: 20px;
        opacity: 0;
        z-index: 25;
    }
    .main-menu .menu-item {
        display: inline-block;
        padding: 0 8px;
        font-size: 16px;
        line-height: 1;
    }
    .main-menu .menu-item:first-child {
        padding-left: 0;
    }
    .is-mobile .menu-item:last-child { /* Hide 'The Truth' on mobile' */
        display: none;
    }

    /* Editor menu */
    .work-grid .editor-menu a,
    .work-grid .editor-menu .separator {
        color: #4d4d4d;
    }
    .work-grid .current_page_item a,
    .work-grid .editor-menu .current_page_ancestor a,
    .work-grid .editor-menu a:hover {
        color: #ffffff;
    }
    .filter-button {
        display: none;
    }
    .editor-menu ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
        margin: 0 110px 20px;
    }
    .all-work-grid .editor-menu ul {
        margin-bottom: 40px;
    }
    .editor-menu li {
        font-size: 20px;
        line-height: 1;
        display: inline-block;
        padding: 15px 10px;
    }

    /* Editor filter menu */
    ul.editor-filter-menu {
        text-align: center;
        margin-bottom: 40px;
    }
    .editor-filter-menu li {
        font-size: 16px;
        padding: 0;
    }
    .editor-filter-menu li span {
        padding: 0 15px;
        color: #4d4d4d;
    }


/*
 * Header
 */
    #header {
        top: 0;
        width: 100%;
        color: #ffffff;
        position: fixed;
        font-size: 0;
        line-height: 0;
        z-index: 150;
        height: 90px;
        background-color: #000000;
    }
    #header .breadcrumb {
        font-size: 16px;
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        text-align: center;
        opacity: 0;
    }
    .scrolled #header .breadcrumb,
    .work-detail #header .breadcrumb {
        opacity: 1;
    }
    #header .main-menu:hover ~ .breadcrumb {
        opacity: 0;
    }
    #header .logo {
        position: absolute;
        right: 70px;
        top: 25px;
        z-index: 20;
    }


/*
 * Social Links
 */
    .social-links {
        text-align: center;
        font-size: 16px;
        font-weight: 300;
    }
    .social-links .text {
        margin: 0 15px 0 0;
        display: inline-block;
        vertical-align: middle;
    }
    .social-links .link {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
        cursor: pointer;
    }
    .social-links .link-instagram {
        position: relative;
        top: 5px;
    }
    .social-links .svg {
        display: block;
    }

/*
 * Newsletter Signup
 */
    .newsletter-signup {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 70px;
        background-color: rgba(0, 0, 0, 0.90);
        z-index: 200;
        color: #ffffff;
        display: none;
        text-align: center;
    }
    .newsletter-signup .box {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;

        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .newsletter-signup .close {
        font-size: 16px;
        font-weight: 300;
        top: 25px;
        padding: 20px;
        cursor: pointer;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .newsletter-signup h2 {
        font-size: 34px;
        margin: 0 0 10px 0;
        line-height: 1.3;
    }
    .newsletter-signup .prompt {
        font-size: 14px;
        color: #999999;
        margin: 0;
    }
    .newsletter-signup form {
        width: 100%;
        max-width: 1080px;
        margin: 40px 0;
    }
    .newsletter-signup .email {
        background-color: transparent;
        border: none;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        padding: 15px 0;
        margin: 0 20px 0 0;
        border-radius: 0;
        font-size: 22px;
        font-family: 'Visuelt', Helvetica, Arial, sans-serif;
        color: #ffffff;
        vertical-align: middle;
        width: calc(100% - 145px);
    }
    .newsletter-signup .button {
        width: 120px;
        height: 58px;
        border: 1px solid #ffffff;
        box-sizing: border-box;
        vertical-align: middle;
        background-color: transparent;
        font-size: 22px;
        color: #ffffff;
        font-family: 'Visuelt', Helvetica, Arial, sans-serif;
        border-radius: 0;
        cursor: pointer;

        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .newsletter-signup .button:hover {
        color: #999999;
        border-color: #999999;
    }
    .newsletter-signup label {
        display: none;
    }
    .social-link {
        padding: 25px 5px;
        display: inline-block;

        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .social-link:last-of-type {
        padding-right: 0;
    }
    .social-link:hover {
        color: #4d4d4d;

        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }


/*
 * Front Page
 */
    .home {
        overflow-y: hidden;
    }
    .home #header {
        background-color: transparent;
    }
    /* Slideshows */
    .slideshow {
        overflow: hidden;
    }
    .slideshow,
    .meta-slideshow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        color: #ffffff;
    }
    .slideshow > .slide canvas {
        position: absolute;
    }
    .slide {
        position: relative;
        height: 100%;
        width: 100%;
        z-index: 10;
    }
    .slide img {
        display: none;
    }
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 105;
    }

    /* Meta slideshow */
    .meta-slideshow {
        z-index: 110;
    }
    .meta-slideshow .meta-slide {
        text-align: center;
        top: 0;
        bottom: 0;
        height: 150px;
        margin: auto;
        width: 100%;
    }
    #content .meta-slide a {
        display: inline-block;
        max-width: 600px;
        padding: 0 20px;
        text-align: center;
    }
    .not-mobile #content .meta-slide a:hover {
        color: #666666;
    }
    .not-mobile #content .meta-slide a:hover .svg * {
        fill: #666666;
    }
    .meta-slide .svg {
        max-width: 466px;
        height: auto;
        display: block;
        width: 100%;
        margin: 0 auto;
    }    
    .meta-slide .svg * {
        fill: #ffffff;
    }
    .meta-slideshow .line {
        display: block;
        margin: 10px 0;
        font-size: 26px;
    }
    .meta-slideshow .line-2 {
        font-size: 18px;
    }

    /* Other */
    .down-arrow {
        z-index: 140;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }
    .down-arrow .svg {
        padding: 10px;
    }


/*
 * Work Grid
 */
    .work-block {
        width: 33.3%;
        margin-bottom: 20px;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    .work-block .responsive-container {
        position: relative;
        z-index: 10;
        overflow: hidden;
    }
    .work-block .responsive-container .canvas {
        z-index: 10;
    }
    .work-block .responsive-container .image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }
    body:not(.images-loaded) .work-block .responsive-container img,
    .work-block .responsive-container .gif {
        opacity: 0;
    }
    .work-block .responsive-container img.loaded,
    .work-block .responsive-container .gif.ready {
        opacity: 1;
    }
    .images-loaded .work-block .responsive-container .gif {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: center;
        z-index: 160;
    }
    .work-block .glitch {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 150;
    }
    .work-block .glitch.ready {
        opacity: 1;
    }
    .work-block .meta {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;

        -webkit-transform: scale(0.9);
        transform: scale(0.9);

        position: absolute;
        opacity: 0;
        z-index: 20;
        text-align: center;
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
    }
    .work-block .meta .director {
        font-size: 16px;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .work-block .meta .director .first-name {
        position: relative;
        top: 20px;
    }
    .work-block .meta .director .editor-name {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
    }
    .work-block .meta .title {
        font-size: 28px;
    }
    .work-block .meta .client {
        font-size: 17px;
    }
    .work-block .dark-overlay {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 160;
        background-color: #000000;
        opacity: 0;
    }

    /* Hover state for work-block */
    .work-block:hover {
        color: #ffffff;
    }
    .is-mobile .work-block .meta,
    .work-block:hover .meta {
        opacity: 1;
        transform: none;
    }
    .is-mobile .dark-overlay,
    .work-block:hover .dark-overlay {
        opacity: 0.5;
    }



 /*
 * Work Detail
 */
    #content.work-detail {
        padding: 0;
    }
    .work-detail .media-stage {
        display: -webkit-flex;
        display: flex;
    }
    .work-detail .media-stage .container {
        margin: auto;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .work-detail .media-stage .video {
        text-align: center;
    }
    .work-detail .media-stage a.editor-link {
        display: inline-block;
    }
    .work-detail .media-stage .svg {
        width: 100%;
        height: 70px;
        margin-bottom: 20px;
    }
    .work-detail .media-stage .svg * {
        fill: #ffffff;
    }
    .work-detail .stage {
        position: absolute;
        top: 90px;
        right: 150px;
        left: 150px;
        bottom: 140px;
        max-width: 1200px;
        margin: auto;

        display: -webkit-flex;
        display: flex;
    }
    .hover-prev .stage {
        left: 430px;
    }
    .hover-next .stage {
        right: 430px;
    }
    .work-detail .media-stage {
        margin: auto;
        width: 100%;
        bottom: 40px;
        top: 40px;
        position: absolute;
    }
    .work-detail .meta {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;

        margin: 20px auto 0;
        opacity: 0;
    }
    .images-loaded .work-detail .meta {
        opacity: 1;
    }
    .work-detail .meta .field,
    .work-detail .meta .field span {
        display: block;
        line-height: 1.6;
    }
    .work-detail .meta .field {
        text-align: center;
    }
    .work-detail .meta .field:first-of-type {
        text-align: left;
    }
    .work-detail .meta .field:last-of-type {
        text-align: right;
    }
    .work-detail .meta .field span:first-child {
        color: #4d4d4d;
        font-size: 12px;
    }
    .work-detail .meta .field span:last-child {
        font-size: 13px;
    }
    .work-detail .meta .title span:first-child {
        color: #ffffff;
    }
    .work-detail .meta .nav {
        display: none;
    }


/*
 * News page
 */
    body.blog.light-bg #header {
        background-color: #ffffff;
    }
    .blog #content {
        padding-top: 0;
    }
    .blog .social-links {
        margin: 40px 0;
    }
    .blog .social-links .text {
        display: none;
    }
    .blog .grid {
        font-size: 0;
        line-height: 0;
        margin: 0 150px;
    }
    .blog .news-block {
        color: #e6e6e6;
        text-align: center;
        margin-bottom: 50px;
        width: 50%;
        display: inline-block;
        padding: 0 70px;
        box-sizing: border-box;
        line-height: 1.5;
    }
    .blog .news-block:nth-child(even) {
        margin-top: 50px;
    }
    .blog .responsive-container {
        margin-bottom: 30px;
        position: relative;
    }
    .blog img {
        opacity: 0;
        position: relative;
        z-index: 20;
    }
    .images-loaded.blog img {
        opacity: 0.80;
    }
    .blog .static {
        z-index: 10;
    }
    .blog h3 {
        font-size: 22px;
        line-height: 1.1;
    }
    .blog .excerpt {
        font-size: 18px;
    }

    /* News-block hover states */
    .blog a.news-block {
        color: #4d4d4d;
    }
    .blog a.news-block:hover {
        color: #ffffff;
    }
    .blog.images-loaded .news-block:hover img {
        opacity: 1;
    }


/*
 * Single (Blog detail)
 */
    .single .post {
        max-width: 700px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 100px;
    }
    .single .post .responsive-container {
        margin-bottom: 50px;
    }
    .single .post .title {
        font-size: 42px;
        text-align: right;
        right: 0;
        margin-left: 40%;
        margin-bottom: 60px;
        font-weight: 700;
    }
    .single .post .entry {
        padding-bottom: 50px;
    }
    .single .post .entry p {
        font-size: 16px;
        margin-bottom: 2em;
        margin-top: 2em;
        margin-right: 20%;
        line-height: 1.6;
        font-weight: 300;
        text-align: justify;
    }
    .entry > p > a {
        text-decoration: underline;
    }
    .single .post .entry p:first-child {
        font-size: 18px;
        font-weight: 500;
    }
    .single .post .fluid-width-image-wrapper,
    .single .post .fluid-width-video-wrapper {
        margin: 70px 0;
    }
    .single .mobile-nav {
        display: none;
    }
    .single .teaser {
        background-color: #000000;
    }
    .single .teaser a {
        color: #ffffff;
    }

/*
 * About
 */
    #content.about {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
    }
	.section-about {
		background-color: #000000;
		color: #ffffff;
		position: relative;
		height: 100vh;
		width: 100%;
		min-height: 600px;        
		
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-align-items: center;
		align-items: center;
	}
    .section-about .entry {
        font-size: 26px;
        text-align: justify;
        margin: 30px 165px;
        position: relative;
        z-index: 20;
        line-height: 1.5;
    }
    .section-about .wp-post-image {
        position: absolute;
        left: 100px;
        width: calc(100% - 200px);
        height: calc(100vh - 200px);
        top: 100px;
        opacity: 0.7;
        z-index: 10;      
        -webkit-object-fit: cover;
        object-fit: cover;          
    }
    .section-about .social-links .text {
        display: block;
        margin: 50px 0 15px 0;
    }


/*
 * Contact
 */
    body.light-bg.contact #container #header {
        background-color: transparent;
    }
    body.left-hover #container #header .logo .svg *:not(.blue) {
        fill: #ffffff;
    }
    body.right-hover #header .menu-label {
        color: #ffffff;
    }
    #content.contact {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        height: 100%; 
        background-color: #ffffff;
        color: #000000;               
    }
    .contact .wp-post-image {
        position: absolute;
        top: 0;
        left: 0;
        left: 0;
        right: 0;
        -webkit-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
        z-index: 10;
    }
    .section-contact-info a {
        color: #000000;
    }
    .section-contact-info .entry {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
    }
    .section-contact-info p {
        position: relative;
        z-index: 10;
    }
    .section-contact-info .entry:hover .branch,
    .section-contact-info .entry:hover .branch address a  {
        color: #4d4d4d;
    }
    .section-contact-info .entry:hover .branch .static {
        opacity: 1;
    }
    .section-contact-info .entry:hover .branch:hover,
    .section-contact-info .entry:hover .branch:hover address a  {
        color: #000000;
    }
    .section-contact-info .entry:hover .branch:hover address a:hover {
        color: #4d4d4d;
    }
    .section-contact-info .entry:hover .branch:hover .static {
        opacity: 0;
    }
    .section-contact-info .entry:hover .branch:not(:hover) h3 span {
        text-shadow: -3px 0 #4d4d4d;
        color: #4d4d4d;
    }
    .section-contact-info .branch {
        width: 100%;
        min-height: 100vh;
        position: relative;
        padding-top: 80px;
        box-sizing: border-box;
        text-align: center;

        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .section-contact-info .static {
        opacity: 0;
        z-index: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 50% !important;
    }
    .section-contact-info .branch-ny .static { 
	 	right: 0;
	 	left: auto;   
    }
    .section-contact-info h3 {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 35px;
        position: relative;
        z-index: 10;
    }
    .section-contact-info .social-links {
        position: absolute;
        left: 70px;
        bottom: 50px;
    }
    .section-contact-info .social-links:hover {
        color: #000000;
    }
    .section-contact-info .entry:hover .social-links {
        color: #ffffff;
    }
    .section-contact-info .entry:hover .social-links path {
        fill: #ffffff;
    }
    .section-contact-info .entry:hover .branch:hover .social-links {
        color: #000000;
    }
    .section-contact-info .entry:hover .branch:hover .social-links path,
    .section-contact-info .social-links path {
        fill: #000000;
    }
    .contact a.post-edit-link {
        color: inherit;
        right: 20px;
        left: auto;
    }

    /* Glitch effect */
    .section-contact-info h3 span {
        content: attr(data-text);
        position: absolute;
        left: 2px;
        top: 0;
        text-shadow: -3px 0 #ffffff;
        color: #000000;
        overflow: hidden;
        width: 100%;
        clip: rect(0, 900px, 0, 0);
        background-color: transparent;
    }
    .section-contact-info address {
        font-size: 18px;
        font-style: normal;
        line-height: 1.5;
        margin-bottom: 65px;
        position: relative;
        z-index: 10;
    }
    .section-contact-info .name {
        font-size: 22px;
        margin-bottom: 3px;
        position: relative;
        z-index: 10;
    }
    .section-contact-info .title {
        font-size: 14px;
        margin-bottom: 35px;
        color: #666666;
        position: relative;
        z-index: 10;
    }
    .section-contact-info .phone {
        font-size: 18px;
        position: relative;
        z-index: 10;
    }
    .section-contact-info .post-edit-link {
        margin: 50px;
        position: absolute;
        bottom: 0;
    }
    .scroll-button {
        position: absolute;
        padding: 20px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
        font-size: 16px;
        z-index: 20;
    }
    .scroll-button .svg {
        display: block;
        margin: 10px auto;
    }


/*
 * The Truth
 */
    .the-truth #header {
        background-color: transparent;
    }
    .the-truth iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        border: none;
    }



/*
 * Animations
 */
    /* Color */
    .social-links,
    a {
        transition: color 0.4s;
    }

    /* Opacity */
    .blog img,
    .browse,
    .menu-label,
    .nav,
    .static,
    .work-block .responsive-container img,
    .svg,
    .glitch,
    .dark-overlay,
    .work-detail .meta,
    .gif,
    .gif img {
        transition: opacity 0.4s;
    }

    /* Transform */
    .teaser {
        transition: transform 0.4s;
    }

    /* Everything */
    .newsletter-signup .button,
    svg path,
    .stage,
    .contact h3 span,
    .breadcrumb,
    .social-link {
        transition: 0.4s;
    }

    /* Misc */
    #content {
        transition: margin 0.4s;
    }
    .work-block .meta {
        -webkit-transition: transform 0.7s, opacity 0.4s;
        transition: transform 0.7s, opacity 0.4s;
    }
    .main-menu,
    .mobile-main-menu,
    .mobile-menu-overlay {
        transition: opacity 0.4s, visibility 0.4s;
    }
    #header {
        transition: background-color 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: #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;
	}
