/*
Theme Name: Smuggler 2015
Theme URI: http://smugglersite.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, Rick Baker, John Robson, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0

Fonts:

    font-family: 'Brandon Text W01', Helvetica, Arial, sans-serif;
    font-weight: 400; //Regular
    font-weight: 500; //Medium

    font-family:'Brandon Grotesque W01'; font-weight:400; font-style:normal;
    font-weight: 400; //Regular
    font-weight: 500; //Medium

Colors:
    Dark Gold: #9b844b;
    Grey: #666666;
    Background: #15120f;
    Lighter Background: #1e1914;

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



/*
 * Globals
 */
    body {
        font-family: 'Brandon Text W01', Helvetica, Arial, sans-serif;
        font-weight: 400;
        background-color: #15120f;
        font-size: 16px;
        color: #9b844b;
        padding: 0;
        margin: 0;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: normal;
    }
    h2 {
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 28px;
    }
    h3 {
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
    }
    ::selection {
        color: #ebebe3;
        background: #222;
    }
    ::-moz-selection {
        color: #ebebe3;
        background: #222;
    }
    #tagline {
        display: none;
    }
    .post-edit-link {
        font-size: 12px;
    }
    .section-title {
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 26px;
        color: #eaeaea;
        text-align: center;
        padding: 115px 25px 0 25px;
        margin-bottom: 45px;
    }


/*
 * Links
 */
    a {
        color: #dbc99b;
        text-decoration: underline;
        outline: none;
    }
    a:hover {
        color: #eaeaea;
        text-decoration: none;
    }
    a img {
       border: none;
    }


/*
 * Page Structure
 */
    #container {

    }
    #content {
        margin: 0 auto;
        font-size: 0;
        padding: 0 5px;
        text-align: center;
    }
    #footer {

    }


/*
 * Menus
 */
    .hamburger {
        cursor: pointer;
        float: left;
        padding: 5px 0;
        position: relative;
    }
    .hamburger .line {
        background-color: #9b844b;
        width: 28px;
        height: 2px;
    }
    .hamburger:hover {
        color: white;
    }
    .hamburger:hover .line {
        background-color: #eaeaea;
    }
    .hamburger .line-2 {
        margin-top: 5px;
    }
    .hamburger .line-3 {
        margin-top: 5px;
    }
    .hamburger.active .line-1 {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .hamburger.active .line-2 {
        opacity: 0;
    }
    .hamburger.active .line-3 {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .hamburger .prompt {
        left: 40px;
        line-height: 1;
        position: absolute;
        top: 5px;
    }
    #menu-overlay {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: fixed;
        background-color: rgba(21, 18, 15, 0.95);
        display: none;
        z-index: 300;
        overflow-y: auto;
    }
    #menu-overlay .wrap {
        display: -webkit-flex;
        display: flex;
        min-height: 100%;
        width: 100%;
        position: relative;
    }
    #menu-overlay .region {
        color: #eaeaea;
        position: absolute;
        left: 50px;
        bottom: 50px;
        line-height: 1.8em;
    }
    #menu-overlay .region .svg {
        margin-right: 4px;
        position: relative;
        top: 3px;
    }
    #menu-overlay .region span {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }
    #menu-overlay span.region-select {
        color: #9b844b;
        font-size: 14px;
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        margin-right: 7px;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none;
    }
    #menu-overlay .region-select.active,
    #menu-overlay .region-select:hover {
        color: #eaeaea;
    }
    #menu-overlay .social {
        position: absolute;
        right: 50px;
        bottom: 50px;
        line-height: 1.8em;
    }
    #menu-overlay .social span {
        display: block;
        color: #eaeaea;
        font-size: 14px;
        text-align: right;
    }
    #menu-overlay .social svg {
        height: 16px;
        margin-left: 10px;
    }
    #menu-overlay .social a:hover svg path {
        fill: #eaeaea;
    }
    #menu-overlay .social a {
        text-decoration: none;
        font-size: 0;
    }
    .main-menu {
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-align: center;
        font-size: 24px;
        padding: 50px 0 100px 0;
        margin: auto;
        line-height: 1.5em;
        letter-spacing: 1px;
    }
    .main-menu li {
        list-style: none;
        margin: 15px 0;
    }
    .main-menu li a {
        color: #9b844b;
        text-decoration: none;
    }
    .main-menu a:hover,
    .main-menu .current-us-ancestor a,
    .main-menu .current-uk-ancestor a,
    .main-menu .current-menu-parent a,
    .main-menu .current-menu-item a {
        color: #eaeaea;
    }


/*
 * Header
 */
    #header {
        padding: 45px 50px;
        position: fixed;
        z-index: 310;
        background-color: transparent;
        width: 100%;
        box-sizing: border-box;
        line-height: 1;
    }
    #logo {
        float: right;
        z-index: 300;
        font-size: 0;
        height: 23px;
        position: relative;
    }
    #logo .svg {
        height: 100%;
        width: auto;
        display: block;
    }
    #logo:hover svg path {
        fill: #eaeaea;
    }
    .header-buttons {
        float: left;
        position: relative;
        top: 3px;
    }
    .header-buttons > * {
        margin-left: 20px;
        text-decoration: none;
        position: relative;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
    }
    .header-buttons .back {
        top: 1px;
    }
    .header-buttons a[rel="next"],
    .header-buttons a[rel="prev"] {
        top: 2px;
    }
    .header-buttons > *:hover {
        color: #eaeaea;
        cursor: pointer;
    }
    .header-buttons > *.active path,
    .header-buttons > *:hover polygon,
    .header-buttons > *:hover path {
        fill: #eaeaea;
    }
    .header-buttons .svg {
        display: block;
    }
    .header-buttons .play-all {
        top: 3px;
    }
    /* Slim Header */
    .slim-header #header {
        background-color: rgba(21,18,15,0.95);
        padding: 15px 25px;
    }
    .slim-header .hamburger {
        padding: 0;
    }
    .slim-header .hamburger .prompt {
        opacity: 0;
    }
    .slim-header .header-buttons {
        top: -1px;
    }
    .slim-header #logo {
        height: 16px;
        top: 2px;
    }
    /* Menu Open */
    .menu-open #header {
        padding-bottom: 0;
    }
    .menu-open #header .header-buttons {
        opacity: 0;
    }
    .menu-open .hamburger .prompt {
        opacity: 0;
    }


/*
 * Generic .block
 */
    .block {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 5px);
        min-width: 250px;
        max-width: 550px;
        height: auto;
        margin: 0 2.5px 5px 2.5px;
        overflow: hidden;
    }
    .block > img {
        opacity: 0.85;
        width: 100%;
        height: auto;
        display: block;
    }
    .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 2px solid transparent;
        opacity: 1;
        background-color: rgba(155, 132, 75, 0.2);
        overflow: hidden;
    }
    .block:hover .overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .block .meta {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;

        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .block .title {
        font-weight: 500;
        font-size: 18px;
        color: #eaeaea;
        padding: 0 20px;
        letter-spacing: 1px;
        margin: 0 auto;
        line-height: 1.2;
        text-transform: uppercase;
    }



/*
 * Home
 */
    #content.home {
        padding: 0;
    }
    .home #footer {
        display: block;
    }
    .fullscreen {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 80vh;
        width: 100%;
    }
    .home .slideshow {
        overflow: hidden;
    }
    .home .slide {
        min-height: 500px;
        position: relative;
        background-color: black;
        overflow: hidden;
    }
    .home .slide video {
        bottom: 50%;
        right: 50%;
        -moz-transform: translateX(50%) translateY(50%);
        -webkit-transform: translateX(50%) translateY(50%);
        transform: translateX(50%) translateY(50%);
        position: absolute;
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%;
    }
    .home .slide .meta {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0;
        z-index: 20;
    }
    .home .slide .wrap {
        display: inline-block;
        padding: 50px 25px;
        cursor: pointer;
        text-decoration: none;
    }
    .home .slide .play {
        margin-bottom: 26px;
    }
    .home .slide .title {
        color: #eaeaea;
        font-size: 28px;
        margin-bottom: 10px;
        transform: translateX(-20px);
    }
    .home .slide .director-name {
        font-size: 18px;
        transform: translateX(20px);
    }
    .home .slide .overlay {
        background-color: black;
        opacity: 0.2;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    /* Slide animation */
    .home .animated .meta {
        opacity:  1;
    }
    .home .animated .title,
    .home .animated .director-name {
        transform: translateX(0);
    }
    /* Slide hover state */
    .home .slide .wrap:hover > * {
        color: #dbc99b;
    }
    .home .slide .wrap:hover polygon {
        fill: #dbc99b;
    }
    .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: -15px 0 0 0;
	}
	.arrow.left {
		left: 0;
	}
	.arrow.right {
		right: 0
	}
	.arrow.left .svg {
		left: 50px;
	}
	.arrow.right .svg {
		right: 50px;
	}
	.arrow:hover,
	.arrow:hover path {
		opacity: 1;
	}
	.arrow.disabled {
		display: none;
	}

    /* Home Grid */
    .home-grid {
        margin: 0 auto;
        font-size: 0;
        padding: 0 5px;
        text-align: center;
    }
    .home-grid .section-title {
        color: #666666;
        text-align: center;
        margin: 30px 0;
        padding: 0;
        font-size: 18px;
    }
    .home-block {
        width: calc(33.33% - 5px);
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: auto;
    }
    .home-block .overlay {
        border-color: #9b844b;
    }
    .home-block .meta {
        display: block;
        text-align: left;
        color: #9b844b;
        opacity: 0;
        font-size: 16px;
        padding: 22px;
        line-height: 24px;
        overflow: hidden;
        top: 0;
    }
    .home-block .excerpt p {
        margin: 0;
    }
    .home-block .title {
        text-align: left;
        color: white;
        font-size: 18px;
        line-height: 1.1;
        padding: 0;
        margin: 10px 0;
        width: 100%;
    }
    .home-block:hover .meta {
        opacity: 1;
    }
    .category-twitter {
        position: relative;
        padding-bottom: calc(18.9% - 5px);
        height: 0;
    }
    .category-twitter .meta {
        opacity: 1;
        text-align: left;
        border: 2px solid transparent;
    }
    .category-twitter:hover .meta {
        color: #dbc99b;
        border: 2px solid #9b844b;
    }
    .category-twitter .title {
        font-family: 'Brandon Text W01', Helvetica, Arial, sans-serif;
        font-size: 14px;
    }
    .category-twitter .date {
        color: #666666;
    }
    .category-twitter .entry {
        color: #6e5924;
    }
    .post-item-9,
    .post-item-10,
    .post-item-11 {
        display: none;
    }
    /* Home Footer */
    .home #footer .facebook path,
    .home #footer .twitter path,
    .home #footer .instagram path {
        fill: #6e5924;
    }
    .home #footer .facebook,
    .home #footer .twitter,
    .home #footer .instagram {
        text-decoration: none;
        padding: 12.5px;
    }
    .home #footer .facebook svg,
    .home #footer .twitter svg,
    .home #footer .instagram svg {
        height: 18px;
    }
    .home #footer .facebook {
        padding-left: 0;
    }
    .home #footer .facebook:hover path,
    .home #footer .twitter:hover path,
    .home #footer .instagram:hover path {
        fill: #eaeaea;
    }




/*
 * Director Grid
 */
    .director-block {
        width: calc(20% - 5px);
        max-width: 352px;
        min-width: 240px;
        margin: 0 2.5px 5px 2.5px;
    }
    .director-block .meta {
        top: 0;
        border: 2px solid transparent;
    }


/*
 * experiential-block
 */
    .experiential-block {
        max-width: 960px;
        width: calc(33% - 5px);
    }


/*
 * Work Grid
 */
    .bio {
        margin: 0 5px 10px 5px;
        background-color: #1e1914;
        padding: 20px 40px 30px 40px;
        display: none;
    }
    .bio .close-button {
        display: inline-block;
        padding: 20px;
        cursor: pointer;
    }
    .bio .close-button:hover polygon {
        fill: #eaeaea;
    }
    .bio .entry {
        font-size: 16px;
        max-width: 640px;
        margin: 0 auto;
        text-align: justify;
    }
    .director-buttons {
        margin: 30px 0;
        display: none;
    }
    .director-buttons > * {
        display: inline-block;
        margin: 0 20px;
        cursor: pointer;
        vertical-align: top;
        position: relative;
    }
    .director-buttons .play-all {
        top: 3px;
    }
    .director-buttons > *.active path,
    .not-mobile .director-buttons > *:hover polygon,
    .not-mobile .director-buttons > *:hover path {
        fill: #eaeaea;
    }
    /* Grid Text */
    .grid-text {
        font-size: 16px;
        max-width: 960px;
        margin: 45px auto;
        padding: 0 25px;
        max-width: 600px;
    }

    /* Work Grid */
    .grid-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;

        min-height: calc(100vh - 280px);
        padding-bottom: 45px;
    }
    .work-block .meta {
        display: block;
        padding-top: 20px;
        top: 100%;
    }
    .work-block:hover .meta {
        top: 50%;
    }
    .work-block .play {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        opacity: 0;
    }
    .work-block:hover .play {
        opacity: 1;
    }
    .work-block .title {
        padding: 0 20px;
    }
    .work-block .director-name {
        color: #9b844b;
        font-size: 18px;
        margin-top: 5px;
    }




 /*
 * Work Detail
 */
    #content.work-detail {
        overflow: hidden;
        position: relative;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        margin: auto;
        padding: 70px 120px;
        box-sizing: border-box;
        height: 100vh;
    }
    .work-detail .section-title {
        margin-bottom: 25px;
        padding: 0;
    }
    .video-player {
        margin: auto;
    }
    .work-detail .meta {
        margin: 30px 40px 0 40px;
    }
    .work-detail .title {
        font-size: 20px;
        color: #eaeaea;
        line-height: 1.3;
    }
    .work-detail .director-name {
        font-size: 14px;
        color: #9b844b;
        margin-top: 5px;
    }
    .work-detail .credits {
        font-size: 14px;
        color: #9b844b;
        margin-top: 2px;
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 500;
    }
    .work-detail.browse-open .video-player .meta {
        opacity: 0;
    }

    /* Browse & Thumb Tray */
    .browse {
        position: absolute;
        bottom: 30px;
        font-size: 0;
        cursor: pointer;
        padding: 20px;
    }
    .browse.prev {
        left: 30px;
    }
    .browse.next {
        right: 30px;
    }
    .thumb-tray {
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 500;
        bottom: 22px;
        height: 75px;
        display: -webkit-flex;
        display: flex;
        text-decoration: none;
        font-size: 20px;
        color: #eaeaea;
        position: absolute;
    }
    .prev-page {
        left: 40px;
        top: -8.5px;
        opacity: 0;
        width: auto;
        overflow: hidden;
    }
    .browse.prev:hover .prev-page {
        opacity: 1;
    }
    .prev-page .svg {
        margin: auto 10px auto auto;
    }
    .prev-page .title {
        margin: auto auto auto 20px;
        white-space: nowrap;
    }
    .next-page {
        right: 40px;
        top: -8.5px;
        opacity: 0;
        width: auto;
        overflow: hidden;
    }
    .browse.next:hover .next-page {
        opacity: 1;
    }
    .next-page .svg {
        margin: auto auto auto 10px;
    }
    .next-page .title {
        margin: auto 20px auto auto;
        white-space: nowrap;
    }


/*
 * Entertainment
 */
    .entertainment-menu {
        text-align: center;
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    .entertainment-menu a {
        color: #666666;
        text-decoration: none;
        margin: 0 12px;
    }
    .entertainment-menu a:hover {
        color: #eaeaea;
    }
    .entertainment-grid .seperator {
        margin: 40px 5px;
        background-image: url('images/background-seperator.svg');
        background-repeat: repeat-x;
        background-position: center center;
    }
    .entertainment-grid .seperator:first-child {
        margin: 80px 5px 40px 5px;
    }
    .entertainment-grid .seperator .title {
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 36px;
        color: #6e5924;
        display: inline-block;
        padding: 0 14px;
        background-color: #15120f;
    }
    .poster-block {
        max-width: 386px;
    }
    .poster-block.loading {
        opacity: 0.5;
    }
    .poster-block .meta {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        opacity: 0;
        top: 0;
    }
    .poster-block:hover .meta {
        opacity: 1;
    }
    .poster-block .title {
        margin-top: 20px;
    }
    .visit-website {
        width: 134px;
        height: 31px;
        margin: 0 auto;
    }
    .visit-website:hover svg path {
        fill: #eaeaea;
    }
    .entertainment-grid .section-text {
        margin-bottom: 50px;
    }

/*
 * Split Detail
 */
    .split-grid .row {
        display: none;
        width: 100%;
    }
    .split-grid .split-detail {
        margin: 0 5px 10px 5px;
        background-color: #1e1914;
        padding: 20px 40px;
    }
    .split-grid .close-button {
        text-align: center;
        cursor: pointer;
        padding: 15px 20px;
        display: inline-block;
    }
    .split-detail .entry {
        max-width: 860px;
        font-size: 16px;
        margin: 0 auto;
        text-align: justify;
        padding-bottom: 30px;
    }
    .split-detail .entry > * {
        max-width: 640px;
        margin: 1em auto;
    }
    .split-grid .split-detail .title {
        font-family: 'Brandon Grotesque W01', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 40px;
        color: #eaeaea;
        text-align: center;
        margin: 20px auto 40px auto;
        padding: 0;
    }
    .split-detail .entry h3 {
        font-size: 20px;
        color: #eaeaea;
        text-align: center;
    }


/*
 * Category
 */

    #content.category-grid {
        padding: 115px 50px 50px 50px;
        margin: 0 auto;
        max-width: 1200px;
    }
    .post-block {
        height: 330px;
        margin-bottom: 5px;
        display: block;
        text-decoration: none;
        overflow: hidden;
    }
    .post-block .overlay {
        border-color: #9b844b;
    }
    .post-block .thumbnail {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        width: calc(100% - 350px - 5px); /* .block and it's margin */
        height: 330px;
        position: relative;
    }
    .post-block .thumbnail img {
        display: none;
        width: 100%;
        height: auto;
    }
    .post-block .meta {
        position: static;
        background-color: #1e1914;
        color: #9b844b;
        padding: 25px;
        font-size: 16px;
        text-align: left;
        float: right;
        margin-left: 5px;
        width: calc(350px - 50px - 4px); /* For padding a borders */
        height: calc(330px - 50px - 4px); /* For padding a borders */
        border: 2px solid #9b844b;
    }
    .post-block:hover .meta {
        color: #dbc99b;
    }
    .post-block .title {
        font-size: 20px;
        color: #eaeaea;
        line-height: 1.2em;
    }
    .post-block:nth-of-type(even) .thumbnail {
        float: right;
    }
    .post-block:nth-of-type(even) .meta {
        float: left;
        margin-left: 0;
        margin-right: 5px;
    }


/*
 * Single (Blog detail)
 */
    .single-post .entry {
        font-size: 16px;
        text-align: left;
        margin-bottom: 90px;
    }
    .single-post .entry .title {
        font-family: 'Brandon Text W01', Helvetica, Arial, sans-serif;
        font-size: 30px;
        text-align: center;
        width: 640px;
        margin: 0 auto;
        margin-bottom: 20px;
        line-height: 1.2em;
    }
    .single-post .entry > * {
        max-width: 640px;
        margin: 1em auto;
    }
    .entry .alignnone {
        width: 100%;
        height: auto;
        margin: 1em auto;
        max-width: 1280px;
        display: block;
    }
    .fluid-width-video-wrapper,
    .entertainment-grid .fluid-width-video-wrapper,
    .single-post .fluid-width-video-wrapper {
        max-width: 1280px;
    }

/*
 * Photo Grid
 */
    .photo-block {
        width: calc(33.33% - 5px);
        max-width: 400px;
        margin: 0 2.5px 5px 2.5px;
        display: inline-block;
        font-size: 0;
        position: relative;
        cursor: pointer;
    }
    .photo-block img {
        width: 100%;
        height: auto;
    }
    .photo-block .overlay {
        border: 2px solid transparent;
        opacity: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
    }
    .photo-block:hover .overlay {
        border: 2px solid #9b844b;
        background-color: rgba(30,25,20,0.6);
        opacity: 1;
    }
    .photo-block .title {
        font-size: 20px;
        color: #eaeaea;
        margin: 0 20px;
        line-height: 1.2em;
    }


/*
 * Photo overlay
 */
    #photo-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(21, 18, 15, 0.95);
        display: none;
    }
    #photo-overlay .stage {
        position: absolute;
        top: 100px;
        bottom: 100px;
        left: 20px;
        right: 20px;
        display: -webkit-flex;
        display: flex;
    }
    #photo-overlay .image {
        background-size: contain;
        width: 100%;
        height: 100%;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center center;
    }
    #photo-overlay .caption {
        text-align: center;
        bottom: 40px;
        left: 20px;
        right: 20px;
        color: #eaeaea;
        position: absolute;
    }
    #photo-overlay .arrow {
        opacity: 1;
        top: 100px;
        bottom: 100px;
    }
    #photo-overlay .arrow polygon {
        fill: #9B844B;
    }


/*
 * Contact
 */

    #content.contact-grid {
        margin: 0 auto;
    }
    .contact-grid > .entry {
        background-image: url('images/smuggler-pigeon.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 320px;
        max-width: 800px;
        padding: 40px 20px 0 20px;
        margin: 0 auto 60px auto;

        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .contact-grid > .entry .title {
        font-family: 'Brandon Text W01', Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 1.4em;
    }
    .contact-grid ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
        max-width: 1200px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .contact-grid li {
        text-align: left;
        padding: 0;
        margin: 0 30px 50px 30px;
        min-width: 270px;
    }
    .contact-grid li.entry p {
        margin: 0 auto 1.6em 0;
    }
    .contact-grid h2 {
        margin-bottom: 8px;
        color: #eaeaea;
    }
    .contact-grid .social h2 {
         margin-bottom: 25px;
    }
    .contact-grid .map {
        text-decoration: none;
        padding-top: 10px;
        color: #eaeaea;
    }
    .contact-grid .map .svg {
        position: relative;
        top: 2px;
    }
    .contact-grid .map:hover {
        color: #9b844b;
    }
    .contact-grid .phone {
        color: #dbc99b;
    }
    .contact-grid .fax {
        color: #dbc99b;
        display: inline-block;
        margin-bottom: 35px;
    }
    .contact-grid .email {
        color: #eaeaea;
        text-decoration: none;
    }
    .contact-grid .email:hover {
        color: #dbc99b;
    }
    .contact-grid .bio-link {
        color: #dbc99b;
        text-decoration: none;
        padding-top: 4px;
    }
    .contact-grid .bio-link:hover {
        color: #eaeaea;
    }
    .contact-grid .bio-link:hover path {
        fill: #eaeaea;
    }
    .contact-grid .facebook,
    .contact-grid .twitter,
    .contact-grid .instagram {
        text-decoration: none;
        padding: 15px;
        height: 25px;
    }
    .contact-grid .facebook {
        padding-left: 0;
    }
    .contact-grid .facebook:hover path,
    .contact-grid .twitter:hover path,
    .contact-grid .instagram:hover path {
        fill: #eaeaea;
    }


/*
 * Employee Bio Page
 */
    .employee-bio .title {
        font-size: 40px;
    }
    .employee-bio .job-title {
        color: #eaeaea;
        font-size: 16px;
        margin-top: 10px;
    }
    .employee-bio .entry {
        max-width: 640px;
        margin: 40px auto 0 auto;
        font-size: 16px;
        color: #9b844b;
        line-height: 2em;
        text-align: justify;
    }

/*
 * Fallback Page
 */
    #content.fallback {
        padding: 0 25px;
    }
    .fallback .entry {
        max-width: 960px;
        margin: 30px auto 0 auto;
        font-size: 16px;
        color: #9b844b;
        line-height: 1.3em;
        text-align: justify;
    }
    .fallback .title {
        font-family: 'Brandon Text W01', Helvetica, Arial, sans-serif;
        font-size: 30px;
        text-align: center;
        margin: 0 auto 20px auto;
        padding: 115px 25px 0 25px;
        line-height: 1.4;
        max-width: 640px;
    }
    .fallback .entry > * {
        max-width: 640px;
        margin: 1.3em auto;
    }
    .fallback .entry .fluid-width-video-wrapper {
        max-width: 960px;
    }

/*
 * Footer
 */

    #footer {
        display: none;
        background-color: #1e1914;
        padding: 22px 36px 30px 36px;
    }
    #footer ul {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #6e5924;
    }
    #footer li {
        width: calc(25% - 10px);
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    #footer li h2 {
        margin-bottom: 8px;
        color: #eaeaea;
        font-size: 16px;
    }
    #footer li p {
        margin: 0 auto 1em 0;
        line-height: 20px;
    }
    #footer li .map {
        text-decoration: none;
        color: #eaeaea;
    }
    #footer li .map svg {
        height: 16px;
        width: auto;
    }
    #footer li .map:hover {
        color: #dbc99b;
    }
    #footer li .map:hover path {
        fill: #dbc99b;
    }

/*
 * Safari override
 */
    .is-safari .grid-wrap {
        display: block;
    }

/*
 * Animations
 */
    /* Color */
    a {
        transition: color 0.4s;
    }

    /* Opacity */
    .play,
    .header-buttons,
    .home .arrow,
    .poster-block,
    .home-block .entry,
    .prev-page,
    .next-page {
        transition: opacity 0.4s;
    }

    /* Border */
    .category-grid .post .block {
        transition: border 0.4s;
    }

    /* Everything */
    .slide .play,
    .slide .title,
    .slide .director-name,
    #header,
    .hamburger,
    #logo,
    .hamburger div,
    .category-twitter .entry,
    .meta,
    .overlay,
    .back,
    .browse,
    svg path,
    svg polygon {
        transition: 0.4s;
    }



/*
 * Wordpress Required
 */
	.alignleft {
	    display: inline;
	    float: left;
	}
	.aligncenter {
	    clear: both;
	    display: block;
	    margin: 0 auto 10px auto;
	}
	.alignright {
	    display: inline;
	    float: right;
	}
	img.alignleft {
	    margin: 0 10px 10px 0;
	}
	img.alignright {
	    margin: 0 0 10px 10px;
	}
	img.aligncenter {
	    margin: 0 auto 10px auto;
	}

	.wp-caption {
	    background: #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;
	}