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

Fonts:
    font-family: 'utopia-std', sans-serif;
        font-weight: 400;
        font-weight: 600;
        font-weight: 700;

    font-family: 'FoundersGrotesk', sans-serif;
        font-weight: 500;
        font-weight: 600;
        font-weight: 700;

    font-family: 'Liberator-Heavy', sans-serif;

Colors:
    Black: #000000;
    Yellow: #FFB302;
    Blue: #1B75BB;

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

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


/*
 * Globals
 */
    body {
        font-family: 'utopia-std', sans-serif;
        font-size: 18px;
        color: #000000;
        padding: 0;
        margin: 0;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1.3;
        font-weight: normal;
    }
    ::selection {
        color: #000000;
        background: #FFB302;
    }
    ::-moz-selection {
        color: #000000;
        background: #FFB302;
    }
    #tagline {
        display: none;
    }
    .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .title span {
        display: block;
    }
    .title .line-1 {
        text-transform: uppercase;
    }
    .post-edit-link {
        font-size: 10px;
        text-transform: uppercase;
    }


/*
 * Links
 */
    a {
        color: inherit;
        text-decoration: none;
        outline: none;
    }
    .not-mobile a:hover {
        color: inherit;
        text-decoration: none;
    }
    a img {
       border: none;
    }


/*
 * Z-Indexs
 */
    header {
        z-index: 100;
    }
    .menu-overlay {
        z-index: 200;
    }
    .menu-panel {
        z-index: 300;
    }
    .hamburger {
        z-index: 400;
    }
    .breadcrumb {
        z-index: 400;
    }



/*
 * Page Structure
 */
    #container {
        overflow-x: hidden;
    }
    header {

    }
    main {

    }
    footer {

    }



/*
 * Menus
 */
    /* Hamburger Menu */
    .hamburger {
        position: fixed;
        height: 19px;
        width: 25px;
        padding: 20px;
        top: 0;
        left: 2px;
        cursor: pointer;
        transform: translateY(-120%);
    }
    .hamburger div {
        width: 25px;
        height: 3px;
        background-color: #ffffff;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .hamburger .line-1 {
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .hamburger .line-2 {
        top: 28px;
    }
    .hamburger .line-3 {
        top: 36px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-panel {
        transform: translateX(-110%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #ffffff;
        width: 100%;
        max-width: 500px;
        overflow-y: auto;
        color: #000000;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .menu-panel .social-links {
        position: absolute;
        bottom: 20px;
        left: 50px;
        right: 50px;
        text-align: left;
    }
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }
    .hamburger-menu {
        font-family: 'FoundersGrotesk', sans-serif;
        font-weight: 700;
        font-size: 56px;
        margin: 0;
        padding: 100px 70px;
        list-style: none;
        width: 100%;
        box-sizing: border-box;
    }

    /* Menu opened */
    body.menu-opened {
        overflow: hidden;
    }
    .menu-opened.scrolled-down .breadcrumb,
    .menu-opened main,
    .menu-opened #container > .slideshow {
        transform: translateX(500px);
    }
    .menu-opened .menu-panel {
        transform: translateX(0);
    }
    .scrolled-down.menu-opened .hamburger div,
    .menu-opened .hamburger div {
        background-color: #000000;
    }
    .menu-opened .hamburger .line-1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-opened .hamburger .line-2 {
        opacity: 0;
        width: 0;
    }
    .menu-opened .hamburger .line-3 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 38px;
    }

    /* Top Menu */
    .top-menu {
        font-family: 'FoundersGrotesk', sans-serif;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 40px;
        left: 55px;
    }
    .top-menu li {
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    .top-menu a {
        padding: 15px;
        display: inline-block;
    }
    .not-mobile .menu a:hover,
    .menu .current-page-ancestor a,
    .menu .current-menu-item a {
        color: #FFB302;
    }


    /* Work Menu */
    .work-menu {
        font-family: 'FoundersGrotesk', sans-serif;
        list-style: none;
        margin: 25px;
        padding: 0;
        text-align: center;
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .work-menu li {
        display: inline-block;
        border-bottom: 3px solid transparent;
        margin: 0 7px;
        cursor: pointer;
    }
    .not-mobile .work-menu li:hover,
    .work-menu .active {
        border-bottom: 3px solid #000000;
    }

    /* Color schemes */
    body.black-chrome {
        color: #000000;
    }
    .black-chrome .logo path[fill="#FFFFFF"] {
        fill: #000000;
    }
    .black-chrome .logo:hover path[fill="#FFFFFF"] {
        fill: #FFB302;
    }
    .black-chrome .top-menu {
        color: #000000;
    }
    .black-chrome .hamburger div {
        background-color: #000000;
    }
    .black-chrome .mobile-breadcrumb {
        color: #000000;
    }
    .black-chrome .slide {
        color: #000000;
    }
    .black-chrome .pagination polygon,
    .black-chrome .browse polygon {
        fill: #000000;
    }
    .black-chrome .shop-detail {
        color: #000000;
    }




/*
 * Header
 */
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .logo {
        position: absolute;
        top: 15px;
        height: 110px;
        right: 45px;
        text-align: right;

        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;
    }
    .logo .svg {
        position: relative;
    }
    .logo:hover ellipse,
    .logo:hover path,
    .logo:hover polygon {
        fill: #FFB302;
    }
    .logo:hover .background {
        fill: #000000;
    }
    .breadcrumb {
        position: fixed;
        top: 30px;
        right: 10px;
        color: #FFB302;
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 34px;
        font-weight: 700;
        -webkit-transform: rotate(-90deg) translateY(-100%) translateX(200%);
        transform: rotate(-90deg) translateY(-100%) translateX(200%);
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
    .mobile-breadcrumb {
        display: none;
        color: #FFB302;
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        position: absolute;
        top: 24px;
        left: 50px;
    }

    /* Scolled states */
    .scroll-chrome header {
        position: absolute;
        top: calc(100vh - 115px);
    }
    .scroll-chrome.director-grid header {
        position: absolute;
        top: calc(75vh - 115px);
    }
    .scrolled-down header {
        display: none;
    }
    .scrolled-down .breadcrumb {
        transform: rotate(-90deg) translateY(-100%) translateX(0);
    }
    .scrolled-down .hamburger {
        transform: translateY(0);
    }
    .scrolled-down .hamburger div {
        background-color: #000000;
    }
    .scroll-header header {
        top: 0;
    }

/*
 * Slideshow generics
 */
    .slideshow {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
    }
    .slide {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 100px 70px;
        box-sizing: border-box;
        color: #ffffff;
        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: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .slide .wp-post-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .slide .title {
        font-size: 130px;
        font-family: 'FoundersGrotesk', sans-serif;
        font-weight: 600;
        line-height: 0.9;
        cursor: pointer;
        width: 100%;
        box-sizing: border-box;
        display: block;
        text-transform: none;
    }
    .slide .entry {
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        opacity: 0;
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 20px;
        line-height: 1.15;
    }
    .slide.active .entry {
        opacity: 1;
    }
    .slide .entry h2 {
        font-family: 'Liberator-Heavy', sans-serif;
        font-size: 108px;
        text-transform: uppercase;
        line-height: 0.9;
        font-weight: 700;
    }
    .slide .entry p {
        max-width: 600px;
    }
    .slide .entry .bats {
        margin-top: 10px;
    }


/*
 * Home
 */
    body.home {
        overflow: hidden;
    }
    .home .slide .entry {
        opacity: 1;
    }
    .home .slide video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .home .slide .meta {
        position: relative;
        z-index: 10;
        padding: 50px 50px 50px 0;
    }
    .slide .name {
        font-family: 'FoundersGrotesk', sans-serif;
        font-weight: 500;
        font-size: 34px;
        position: relative;
        left: 2px;
        top: -7px;
    }
    .slide .play {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-transform: uppercase;
        opacity: 0;
        max-height: 76px;
    }
    .not-mobile.home .slide .meta:hover .line,
    .not-mobile.home .slide .meta:hover .name,
    .not-mobile.home .slide .meta:hover .fl-original {
        opacity: 0;
    }
    .not-mobile.home .slide .meta:hover .play {
        opacity: 1;
    }
    .home .fl-original {
        margin-top: 10px;
    }
    .home .post-edit-link {
        position: absolute;
        z-index: 10;
        left: 70px;
        bottom: 20px;
    }
    .home .browse {
        position: absolute;
        top: 50%;
        z-index: 120;
        padding: 20px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .home .browse.prev {
        left: 7px;
    }
    .home .browse.next {
        right: 7px;
    }

    /* Lenny SLider */
    .lenny-slider {
        height: 100px;
        background-color: #ffffff;
        color: #1B75BB;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        font-family: 'FoundersGrotesk', sans-serif;
        z-index: 110;
        padding: 0 70px;
        box-sizing: border-box;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        overflow: hidden;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .lenny-slider img {
        position: relative;
        top: 8px;
    }
    .lenny-slider span {
        width: 241px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
        margin-right: 10px;
    }
    .lenny-slider .lenny {
        width: 80px;
    }
    .lenny-slider .lenny-hit {
        display: none;
    }

    /* Lenny active */
    .lenny-slider.active span {
        width: calc(100% - 90px);
    }
    .lenny-slider.active .lenny-running {
        display: none;
    }
    .lenny-slider.active .lenny-hit {
        display: inline-block;
    }

    /* Lenny opened */
    .lenny-opened .lenny-slider {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }


/*
 * Team page
 */
    .scrolled-down.team-page .hamburger div {
        background-color: #ffffff;
    }
    .scrolled-down.menu-opened.team-page .hamburger div {
        background-color: #000000;
    }
    .scrolled-down.team-page .hamburger:hover div {
        background-color: #FFB302;
    }
    .scrolled-down.team-page .breadcrumb {
        color: #ffffff;
    }
    .scrolled-down.team-page .breadcrumb:hover {
        color: #FFB302;
    }
    main.team-page {
        position: relative;
        z-index: 10;
        min-height: 100vh;

        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;
    }
    .team-page .section {
        position: relative;
        z-index: 10;
        text-align: center;
        color: #ffffff;
        margin: 20px 70px;
    }
    .team-page .section .title {
        font-size: 24px;
        font-family: 'Liberator-Heavy', sans-serif;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .team-page .name-list {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 0.9;
        font-size: 52px;
        font-family: 'FoundersGrotesk', sans-serif;
        font-weight: 700;
    }
    .team-page .name-item {
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    .team-page .name-item a {
        display: inline-block;
        padding: 10px 20px;
    }
    .team-page .name-item a:hover {
        color: #FFB302;
        opacity: 1;
    }
    .team-page .section:first-child {
        margin-top: 150px;
    }
    .team-page .section:last-child {
        margin-bottom: 150px;
    }
    .team-page .slideshow {
        position: fixed;
    }

/*
 * Top & bottom panels
 */
    .top-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 0;
        overflow: hidden;
        color: #ffffff;
        padding: 100px 70px;
        box-sizing: border-box;
        background-color: #000000;

        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;
    }
    .top-panel > .wp-post-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .top-panel > * {
        width: 100%;
        position: relative;
        z-index: 20;
        box-sizing: border-box;
    }
    .top-panel .name {
        font-size: 120px;
        font-family: 'Liberator-Heavy', sans-serif;
        text-align: center;
        font-weight: 700;
        line-height: 1;
    }
    .top-panel .entry {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 20px;
        line-height: 1.15;
        position: static;
        margin: 0 auto;
    }
    .top-panel .entry h2 {
        font-family: 'Liberator-Heavy', sans-serif;
        font-size: 108px;
        text-transform: uppercase;
        line-height: 0.9;
        font-weight: 700;
    }
    .scroll-down {
        position: absolute;
        bottom: 40px;
        left: 70px;
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 24px;
        font-weight: 700;
        cursor: pointer;
        z-index: 10;
    }
    .scroll-down .svg {
        margin-right: 3px;
        display: inline-block;
        animation: bounce 1.5s ease-in-out infinite;
    }
    .not-mobile .scroll-down:hover {
        color: #FFB302;
    }
    .not-mobile .scroll-down:hover polygon {
        fill: #FFB302;
    }
    .top-panel .overlay {
        z-index: 10;
        position: absolute;
    }
    .bottom-panel {
        position: relative;
        z-index: 10;
        margin-top: 100vh;
        width: 100%;
        box-sizing: border-box;
        background-color: #ffffff;
        overflow: hidden;
    }

/*
 * Work Grid
 */
    .work-grid .grid {
        font-size: 0;
        letter-spacing: 0;
        padding: 70px 70px 70px 70px;
    }
    .work-block {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        position: relative;
        letter-spacing: normal;
        font-size: 18px;
        color: #ffffff;
        overflow: hidden;
    }
    .work-block .thumbnail {
        height: 0;
        width: 100%;
        position: relative;
    }
    .work-block img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .work-block .box {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: auto;
        font-family: 'FoundersGrotesk', sans-serif;
        text-align: center;
        z-index: 10;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .work-block .meta {
        position: relative;
        padding: 30px;
    }
    .work-block .title {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.1;
        position: relative;
    }
    .work-block .title .line-1 {
        text-transform: none;
    }
    .work-block .name {
        font-size: 18px;
        font-weight: 500;
    }
    .work-block .button {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 34px;
        font-weight: 600;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        line-height: 1;
        max-height: 21px;
        min-width: 130px;
        text-align: center;
    }
    .work-grid .pagination {
        position: fixed;
        bottom: 35px;
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 34px;
        font-weight: 700;
        line-height: 1;
    }
    .work-grid .pagination .svg {
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
    }
    .work-grid .pagination polygon {
        fill: #000000;
    }
    .work-grid .pagination.prev {
        left: 17px;

        -webkit-transform: rotate(-90deg) translateY(0%) translateX(-200%);
        transform: rotate(-90deg) translateY(0%) translateX(-200%);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    .work-grid .pagination.next {
        right: 13px;

        -webkit-transform: rotate(-90deg) translateY(-100%) translateX(-200%);
        transform: rotate(-90deg) translateY(-100%) translateX(-200%);
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
    .work-grid .pagination span {
        opacity: 0;
    }
    .work-grid .pagination:hover span {
        opacity: 1;
    }

    /* Scrolled down */
    .scrolled-down .pagination.prev,
    .scrolled-to-bottom .pagination.prev {
        -webkit-transform: rotate(-90deg) translateY(0%) translateX(0%);
        transform: rotate(-90deg) translateY(0%) translateX(0%);
    }
    .scrolled-down .pagination.next,
    .scrolled-to-bottom .pagination.next {
        -webkit-transform: rotate(-90deg) translateY(-100%) translateX(100%);
        transform: rotate(-90deg) translateY(-100%) translateX(100%);
    }

    /* Hover and active states */
    .not-mobile .work-block:hover {
        color: #ffffff;
    }
    .not-mobile .work-block .meta:hover {
        color: #FFB302;
    }
    .not-mobile .work-block .meta:hover .title,
    .not-mobile .work-block .meta:hover .name {
        opacity: 0;
    }
    .not-mobile .work-block .meta:hover .play {
        opacity: 1;
    }
    .work-block.active .meta > * {
        opacity: 0;
    }
    .work-block.active .now-playing {
        opacity: 1;
        color: #ffffff;
    }
    .work-block.active .meta:hover .play {
        opacity: 0;
    }

    /* Bio */
    .work-grid.has-grid .bio {
        display: none;
    }
    .work-grid .bio {
        padding: 50px 70px;
    }
    .work-grid .bio .entry {
        font-family: 'utopia-std', sans-serif;
        font-size: 18px;
        max-width: 650px;
        margin: 0 auto;
        line-height: 1.35;
    }

/*
 * Director gird (overrides work grid)
 */
    .director-grid .top-panel {
        height: 80vh;
    }
    .director-grid .bottom-panel {
        margin-top: 80vh;
    }


/*
 * Gallery
 */
    .gallery {
        max-height: calc(100vh - 200px);
        position: relative;
        z-index: 0;
        overflow: hidden;
        margin: 30px 0;
    }
    .gallery .gallery-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .gallery .gallery-image img {
        position: absolute;
        top: 0;
        left: 70px;
        height: 100%;
        width: calc(100% - 140px);
        object-fit: contain;
    }
    .gallery .caption {
        display: none;
    }
    .gallery .browse {
        position: absolute;
        top: 50%;
        z-index: 110;
        cursor: pointer;
        padding: 20px;
        transform: translateY(-50%);
    }
    .gallery .browse.prev {
        left: 8px;
    }
    .gallery .browse.next {
        right: 8px;
    }
    .gallery .browse.disabled {
        display: none;
    }
    .gallery .browse polygon {
        fill: #000000;
    }


/*
 * Work Content (Work Content)
 */
    .work-content {
        font-size: 18px;
        background-color: #F1F1F1;
        position: relative;
        padding-bottom: 30px;
    }
    .work-content .meta {
        min-height: 90px;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 15px 70px;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .work-content .title {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 34px;
        font-weight: 700;
        text-align: center;
        line-height: 1.1;
        margin-top: 7px;
    }
    .work-content .name {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 18px;
        font-weight: 500;
    }
    .work-content .close {
        position: absolute;
        top: 50%;
        right: 5px;
        padding: 20px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0;
    }
    .work-content .stage {
        height: calc(100vh - 200px);
        position: relative;
    }
    .work-content .stage iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .work-content .stage iframe:-webkit-full-screen {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .work-content .entry {
        font-size: 18px;
    }
    .work-content .entry h2 {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 62px;
        text-align: center;
        font-weight: 600;
        margin: 30px auto;
        padding: 0 30px;
        max-width: 940px;
        line-height: 1;
    }
    .work-content .entry h3 {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        margin: 30px auto;
        padding: 0 30px;
        max-width: 940px;
        line-height: 1.3;
    }
    .work-content .entry > p {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }
    .work-content .entry a {
        text-decoration: underline;
    }
    .work-content .entry a:hover {
        color: #FFB302;
    }
    .work-content .entry .alignnone {
        width: 100%;
        height: auto;
        margin: 30px 0;
    }
    .work-content .entry .fluid-width-video-wrapper {
        margin: 30px auto;
    }
    .work-content .entry .gallery:first-child {
        margin: 0;
    }




/*
 * About page
 */
    .about-page .entry a {
        text-decoration: underline;
    }
    .about-page .entry a:hover {
        color: #FFB302;
    }
    .pager {
        position: fixed;
        top: 50%;
        right: 20px;
        z-index: 110;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pager div {
        padding: 5px 10px;
        cursor: pointer;
        opacity: 0.5;
    }
    .pager span {
        display: block;
        width: 3px;
        height: 25px;
        background-color: #ffffff;
    }
    .pager div.active {
        opacity: 1;
    }
    /* Transition effects */
    .coming-from-top .entry  {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
    }
    .coming-from-bottom .entry {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
    }

/*
 * Category
 */
    main.category {
        margin: 150px auto;
    }
    .category .grid {
        margin: 0 40px;
        overflow: hidden;
    }
    .category .column {
        width: 50%;
        float: left;
    }
    .grid-sizer {
        width: 50%;
        float: left;
    }
    .social-block {
        box-sizing: border-box;
        text-align: left;
        float: left;
        width: 100%;
        padding: 30px;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
    }
    .social-links-block {
        float: right;
        box-sizing: border-box;
        padding: 0 30px;
        height: 150px;
        font-size: 18px;
        font-family: 'Liberator-Heavy', sans-serif;
        color: #1B75BB;
        text-align: right;
        line-height: 1.4;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .social-links-block a {
        display: inline-block;
        margin-left: 8px;
    }
    .social-links-block a .svg {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 2px;
    }
    .social-links-block .sep {
        display: inline-block;
        width: 1px;
        border-right: 1px solid #ccc;
        height: 20px;
        vertical-align: middle;
        margin: 0 2px 0 5px;
    }
    .newsletter-block {
        color: #FFB302;
    }
    .social-links-block .lenny {
        display: inline-block;
        margin-left: 8px;
    }
    .not-mobile .instagram-block:hover {
        color: #FFB302;
    }
    .not-mobile .instagram-block:hover path {
        fill: #FFB302;
    }

    .social-block .box {
        display: inline-block;
        width: 100%;
    }
    .social-block .thumbnail {
        width: 100%;
        height: 0;
        position: relative;
    }
    .social-block .thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .social-block .entry {
        display: none;
    }
    .column-left .social-block {
        text-align: right;
    }
    .more-posts {
        display: none;
    }



/*
 * Shop grid
 */
    main.shop-grid {
        margin: 150px 70px;
        font-size: 0;
        letter-spacing: 0;
    }
    .not-mobile .shop-block .wrap {
        position: relative;
    }
    .not-mobile .shop-block .meta:hover .buy-now {
        opacity: 1;
    }
    .not-mobile .shop-block .button {
        top: 50%;
        margin-top: -5px;
        color: #FFB302;
        min-width: 160px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

/*
 * Shop detail
 */
    main.shop-detail {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        min-height: 500px;
        width: 100%;
        color: #ffffff;
    }
    .shop-detail .wp-post-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .shop-detail .box {
        position: absolute;
        bottom: 45px;
        left: 70px;
        right: 70px;
        z-index: 10;
    }
    .shop-detail .title {
        font-size: 38px;
        font-weight: 600;
        font-family: 'FoundersGrotesk', sans-serif;
        max-width: 800px;
    }
    .shop-detail .price {
        font-size: 22px;
        font-weight: 600;
        font-family: 'FoundersGrotesk', sans-serif;
    }
    .shop-detail .entry {
        margin-top: 40px;
        font-size: 16px;
        font-weight: 600;
        max-width: 960px;
        font-family: 'FoundersGrotesk', sans-serif;
    }
    .shop-detail .entry a {
        text-decoration: underline;
    }
    .shop-detail .entry a:hover {
        color: #FFB302;
    }
    .shop-detail .cart-buttons {
        position: absolute;
        right: 0;
        bottom: 20px;
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        line-height: 1;
        overflow: hidden;
    }
    .shop-detail .button {
        text-transform: uppercase;
        padding: 10px 20px 5px 20px;
        background-color: #ffffff;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        color: #000000;
    }
    .shop-detail .cart-buttons form {
        opacity: 1;
        font-size: 12px;
        text-transform: uppercase;
        text-align: right;

        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .shop-detail .cart-buttons td {
        letter-spacing: 1px;
    }
    .shop-detail .cart-buttons select {
        margin: 0 0 10px;
    }
    .shop-detail .cart-buttons input {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 33px;
        width: 100%;
        opacity: 0;
    }
    .shop-detail.add-to-cart-hovered .cart-buttons .button,
    .shop-detail .button:hover {
        background-color: #FFB302;
    }
    .shop-detail .sold-out .button {
        background-color: #ffffff;
        cursor: default;
        color: #FFB302;
    }
    .shop-detail .pagination {
        position: fixed;
        top: 50%;
        padding: 20px;
        transform: translateY(-50%);
        z-index: 10;
    }
    .shop-detail .pagination.prev {
        left: 50px;
    }
    .shop-detail .pagination.next {
        right: 50px;
    }
    .shop-detail .pagination:hover polygon {
        fill: #FFB302;
    }

/*
 * Social links
 */
    .social-links {
        color: #FFB302;
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 25px;
        font-weight: 700;
        width: auto;
    }
    .social-links a {
        display: inline-block;
        margin-right: 20px;
        margin-top: 8px;
    }
    .social-links a:last-child {
        margin-right: 0;
    }
    .social-links br {
        display: none;
    }

/*
 * Contact
 */
    .contact-page .entry {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 20px;
        line-height: 1.15;
    }
    .not-mobile .contact-page .entry a:hover {
        color: #FFB302;
    }
    .contact-page .entry .address {
        font-size: 58px;
        font-style: normal;
        font-family: 'Liberator-Heavy', sans-serif;
        line-height: 1.05;
        font-weight: 700;
        clear: both;
        display: block;
        margin-bottom: 40px;
    }
    .contact-page .entry .box {
        max-width: 50%;
    }
    .contact-page .top-panel .social-links {
        position: absolute;
        bottom: 40px;
        right: 30px;
    }
    .contact-page .top-panel .email img {
        position: relative;
        margin-right: 5px;
        top: 6px;
    }
    .not-mobile .contact-page .social-links a:hover {
        color: #ffffff;
    }
    .contact-page .bottom-panel {
        padding: 30px 70px;
    }
    .contact-page .bottom-panel .entry {
        font-family: 'FoundersGrotesk', sans-serif;
        font-size: 40px;
        font-weight: 700;
    }
    .contact-page .bottom-panel .entry .email img {
        margin-right: 12px;
        position: relative;
        top: 1px;
    }
    .not-mobile .contact-page .bottom-panel .entry .email:hover {
        color: #FFB302;
    }
    #funkhaus {
        display: inline-block;
        margin-top: 30px;
    }


/*
 * Animations
 */
    /* Bounce */
    .bounce {
        animation: bounce 1.5s ease-in-out infinite;
    }
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-5px);
        }
        60% {
            transform: translateY(5px);
        }
    }
    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-5px);
        }
        60% {
            transform: translateY(5px);
        }
    }

    /* Color */
    .price,
    .scroll-down,
    a {
        transition: color 0.4s;
    }

    /* Opacity */
    .fl-original,
    .button,
    .pagination span,
    .pager div,
    .name,
    .title span,
    .slideshow .entry,
    .browse {
        transition: opacity 0.4s;
    }

    /* Transform */
    .pagination,
    .lenny-slider,
    .slideshow,
    .hamburger,
    .menu-panel,
    main {
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }

    /* Opacity and Transform */
    .slide .entry {
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;;
        transition: transform 0.4s, opacity 0.4s;
    }

    /* Width */
    .lenny-slider span {
        transition: width 3s;
    }

    /* Everything */
    .name-item,
    .breadcrumb,
    .work-block .meta > *,
    .hamburger div,
    .work-menu li,
    svg ellipse,
    svg polygon,
    svg path {
        transition: 0.4s;
    }



/*
 * Wordpress Required
 */
	.alignleft {
	    display: inline;
	    float: left;
	}
	.aligncenter {
	    clear: both;
	    display: block;
	    margin: 2em auto;
	}
	.alignright {
	    display: inline;
	    float: right;
	}
	img.alignleft {
	    margin: 2em 20px 2em 0;
	}
	img.alignright {
	    margin: 2em 0 2em 20px;
	}
	img.aligncenter {
	    margin: 2em 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;
	}
