/*
Theme Name: Larger Than Life
Theme URI: http://underscores.me/
Author: Mikko de Castro
Author URI: www.mikkodc.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: larger-than-life
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Larger Than Life is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/


@media (max-width: 768px) {
    .recent_grid_section .center-content {
        padding: 120px 0 0 !important;
    }
    }
    
    
    
    
    
    
    /*--------------------------------------------------------------
    ## Fonts
    --------------------------------------------------------------*/
    
    @import url("//hello.myfonts.net/count/31b41d");
    @font-face {
        font-family: 'NarzissBold';
        src: url('webfonts/31B41D_0_0.eot');
        src: url('webfonts/31B41D_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/31B41D_0_0.woff2') format('woff2'), url('webfonts/31B41D_0_0.woff') format('woff'), url('webfonts/31B41D_0_0.ttf') format('truetype');
    }
    
    @font-face {
        font-family: 'NarzissRegular';
        src: url('webfonts/31B41D_1_0.eot');
        src: url('webfonts/31B41D_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/31B41D_1_0.woff2') format('woff2'), url('webfonts/31B41D_1_0.woff') format('woff'), url('webfonts/31B41D_1_0.ttf') format('truetype');
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('webfonts/gotham-book.otf');
        /* IE9 Compat Modes */
        font-weight: 400;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('webfonts/gotham-bold.otf');
        /* IE9 Compat Modes */
        font-weight: 900;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('webfonts/gotham-medium.otf');
        /* IE9 Compat Modes */
        font-weight: 700;
    }
    
    @font-face {
        font-family: 'Gotham';
        src: url('webfonts/gotham-light.otf');
        /* IE9 Compat Modes */
        font-weight: 200;
    }
    
    
    /*--------------------------------------------------------------
    # Normalize
    --------------------------------------------------------------*/
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    html {
        width: 100%;
        min-height: 100%;
        font-family: 'Gotham', sans-serif;
        overflow: hidden;
    }
    
    body {
        height: 100%;
    }
    
    
    /*--------------------------------------------------------------
    # Custom Globals
    --------------------------------------------------------------*/
    
    body:not(.home) .page-margin {
        padding-top: 75px;
    }
    
    body:not(.home).page-id-11 .page-margin {
        padding-top: 0px;
    }
    
    body:not(.home) .page-offset {
        margin-top: 73px;
    }
    
    .preload-img {
        display: none;
    }
    
    .outer-container {
        display: block;
        margin: 0 auto;
        padding: 0 60px;
        position: relative;
        box-sizing: border-box;
    }
    
    .inner-container {
        max-width: 990px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        box-sizing: border-box;
    }
    
    .black {
        background-color: #000;
    }
    
    .pad-80 {
        padding: 0 80px;
    }
    
    .content-pad {
        padding: 60px 0;
    }
    
    .fullpage .section {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
    }
    
    .fullpage .section:first-child .center-content {
        padding-top: 100px;
    }
    
    .section {
        box-sizing: border-box;
    }
    
    .fullpage .section.text-light {
        color: #fff;
    }
    
    .center-content {
        text-align: center;
        padding-left: inherit;
        padding-right: inherit;
        left: 0;
        right: 0;
        padding: 60px 0;
    }
    
    .center-content h1 {
        font-size: 95px;
        font-family: 'NarzissBold', sans-serif;
    }
    
    .section-title,
    .share-title {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        display: block;
        margin-bottom: 60px;
        letter-spacing: 4px;
    }
    
    .center-content h2 {
        font-size: 25px;
        line-height: 40px;
        font-family: 'NarzissBold', sans-serif;
        margin: 0;
        margin-bottom: 40px;
    }
    
    .center-content p {
        font-size: 16px;
        line-height: 30px;
        font-family: 'Gotham', sans-serif;
        font-weight: 300;
    }
    
    .no-bullet {
        list-style: none;
        padding-left: 0;
    }
    
    .inline-list li {
        display: inline-block;
    }
    
    a {
        position: relative;
    }
    
    a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0%;
        background-color: #000;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
    }
    
    a:hover:after {
        width: 100%;
    }
    
    .line-hover {
        padding-left: 0;
        list-style: none;
    }
    
    .line-hover li:not(:last-child) {
        margin-bottom: 22px;
    }
    
    .line-hover li a {
        font-size: 40px;
        font-family: 'NarzissBold', sans-serif;
        color: #fff;
        position: relative;
        text-transform: uppercase;
    }
    
    .line-hover.text-black li a,
    .list-style.text-black li {
        font-size: 40px;
        font-family: 'NarzissBold', sans-serif;
        color: #000;
        position: relative;
    }
    
    .line-hover li a:hover,
    .line-hover li a:focus {
        text-decoration: none;
    }
    
    .line-hover li a:after,
    .insta-block .insta-name a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: #fff;
        height: 1px;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .line-hover.text-black li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: #000;
        height: 1px;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .line-hover li a:hover:after,
    .insta-block .insta-name a:hover:after {
        width: 100%;
    }
    
    .insta-block .section-title {
        margin-top: 150px;
    }
    
    
    /*--------------------------------------------------------------
    # Preloader
    --------------------------------------------------------------*/
    .bar
    {
        background-color: #819FF7;
        width:0%;
        height:5px;
        border-radius: 3px;
    }
    #bg-masks {
        height: 100%;
        background-color: red;
    }
    
    .preload {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        visibility: hidden;
    }
    
    .preloader {
        position: fixed;
        z-index: 100;
        background: #fff;
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .preloader #svg-logo {
        width: 100%;
        height: 100%;
    }
    
    .preloader > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transform-origin: center center;
        animation: tumble 3s ease infinite;
        -webkit-animation: tumble 3s ease infinite;
        -moz-animation: tumble 3s ease infinite;
        -ms-animation: tumble 3s ease infinite;
        -o-animation: tumble 3s ease infinite;
        min-width: 50px;
    }
    
    @keyframes tumble {
        0% {
            transform-origin: center center;
            transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
        }
        20% {
            transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
        }
        60% {
            transform: translate(-50%, -50%) rotate(180deg);
            -webkit-transform: translate(-50%, -50%) rotate(180deg);
        }
        80% {
            transform: translate(-50%, -50%) rotate(180deg);
            -webkit-transform: translate(-50%, -50%) rotate(180deg);
        }
        100% {
            transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
        }
    }
    @-webkit-keyframes tumble {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
        }
        20% {
            transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
        }
        60% {
            transform: translate(-50%, -50%) rotate(180deg);
            -webkit-transform: translate(-50%, -50%) rotate(180deg);
        }
        80% {
            transform: translate(-50%, -50%) rotate(180deg);
            -webkit-transform: translate(-50%, -50%) rotate(180deg);
        }
        100% {
            transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
        }
    }
    
    /*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    
    #masthead {
        padding: 24px 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        top: 0;
    }
    
    #masthead .site-social-links {
        opacity: 0;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    #masthead .site-social-links ul {
        margin-bottom: 0;
    }
    
    #masthead .site-social-links ul li a {
        height: 20px;
        width: 20px;
        color: #fff;
        display: inline-block;
        text-align: center;
        background-color: #000;
        border-radius: 50%;
    }
    
    #masthead .site-branding {
        text-align: center;
        opacity: 0;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    #masthead .site-branding a:after {
        display: none;
    }
    
    #masthead .site-branding #logo {
        max-height: 20px;
    }
    
    #masthead .site-branding #logo path {
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        /*    transition-delay: 0.15s;*/
    }
    
    #masthead #site-navigation {
        width: 22px;
        height: 20px;
        position: relative;
        cursor: pointer;
        float: right;
    }
    
    #masthead #site-navigation span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        left: 0;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
    
    #masthead #site-navigation span:nth-child(1) {
        top: 2px;
    }
    
    #masthead #site-navigation span:nth-child(2) {
        top: 9px;
    }
    
    #masthead #site-navigation span:nth-child(3) {
        top: 16px;
    }
    
    #masthead.sticky-header .site-branding #logo path {
        fill: #000;
    }
    
    #masthead.sticky-header {
        background-color: rgba(255, 255, 255, 1);
    }
    
    #masthead.sticky-header .site-social-links,
    #masthead.sticky-header .site-branding {
        opacity: 1;
    }
    
    #masthead.sticky-header #site-navigation span {
        background-color: #000;
    }
    
    #masthead.sticky-header .site-social-links a:after {
        display: none;
    }
    
    use.icon-ig_icon {
        fill: #000;
    }
    
    
    /*--------------------------------------------------------------
    ## Fullpage Navigation
    --------------------------------------------------------------*/
    
    .overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 1);
        overflow-x: hidden;
        -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        z-index: 100;
    }
    
    .overlay-content {
        position: relative;
        top: 50%;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .overlay-content ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    
    .overlay-content ul li {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .overlay a {
        font-family: 'NarzissBold', sans-serif;
        text-decoration: none;
        font-size: 55px;
        color: #000;
        display: inline-block;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        text-transform: uppercase;
        position: relative;
    }
    
    .overlay ul > li > a:after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 0%;
        background-color: #000;
        height: 1px;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .overlay a:hover,
    .overlay a:focus {
        text-decoration: none;
    }
    
    .overlay a:hover:after,
    .overlay a:focus:after {
        width: 100%;
    }
    
    .overlay .closebtn {
        position: absolute;
        top: 22px;
        right: 55px;
        font-size: 60px;
        font-family: 'NarzissBold', sans-serif;
        width: 85px;
        height: 85px;
        text-align: center;
        z-index: 9999;
    }
    
    .overlay .closebtn:after {
        display: none;
    }
    
    .overlay .contact-foot {
        margin-top: 90px;
        font-family: 'Gotham', sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .overlay .contact-foot h3 {
        letter-spacing: 4px;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .overlay .contact-foot ul li {
        font-size: 16px;
    }
    
    .overlay .contact-foot ul li:not(:last-child) {
        margin-bottom: 3px;
    }
    
    .contact-foot a {
        font-family: inherit;
        font-size: 16px;
    }
    
    .contact-foot a:after {
        bottom: 0!important;
    }
    
    .overlay.closed {
        width: 0%;
    }
    
    .overlay.closed .overlay-content #primary-menu li {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    
    .overlay.closed .overlay-content {
        opacity: 0;
    }
    
    
    /*--------------------------------------------------------------
    ## Changing Background
    --------------------------------------------------------------*/
    
    .changing-bg {
        position: relative;
        -webkit-transition: background-image 0.5s ease;
        transition: background-image 0.5s ease;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    
    .changing-bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
    }
    
    .changing-bg .line-hover li a:hover .changing-bg .section-title {
        opacity: 0;
    }
    
    
    /*--------------------------------------------------------------
    ## Homepage
    --------------------------------------------------------------*/
    
    .home .fullpage #intro,
    .slider-box {
        position: relative;
        overflow: hidden;
        background-color: #000;
    }
    
    .home .fullpage #intro .banner-slider,
    .slider-box .slider-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
    }
    
    .home .fullpage #intro .banner-slider {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    
    .home .fullpage #intro .banner-slider .slider-img,
    .slider-box .slider-container .slider-img {
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        height: 100vh;
        background-position: center center;
        background-repeat:  no-repeat;
    
    }
    
    .banner-slider:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .home .fullpage #intro .outer-container {
        z-index: 1;
    }
    
    .home .fullpage #intro .center-content img {
        max-width: 950px;
        max-height: 90%;
        width: 100%;
    }
    
    
    /*--------------------------------------------------------------
    # Projects
    --------------------------------------------------------------*/
    
    
    /*--------------------------------------------------------------
    ## Banner
    --------------------------------------------------------------*/
    
    .banner {
        position: relative;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    
    .banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
    }
    
    .banner h1 {
        font-size: 135px;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    
    /*--------------------------------------------------------------
    ## Slider
    --------------------------------------------------------------*/
    
    .slider-box {
        position: relative;
    }
    
    .slider-box .prev,
    .slider-box .next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 1;
        font-size: 45px;
        opacity: .6;
        cursor: pointer;
    }
    
    .slider-box .prev {
        left: 60px;
    }
    
    .slider-box .next {
        right: 60px;
    }
    
    .slider-box .slick-dots {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    
    .slider-box .slick-dots li {
        display: inline-block;
    }
    
    .slider-box .slick-dots li:not(:last-child) {
        margin-right: 15px;
    }
    
    .slider-box .slick-dots li button {
        text-indent: -999999px;
        box-shadow: none;
        border: none;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        width: 15px;
        height: 15px;
        outline: 0;
        background: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    }
    
    .slider-box .slick-dots li.slick-active button {
        background: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    }
    
    /*--------------------------------------------------------------
    ## Image & Text Block
    --------------------------------------------------------------*/
    
    .img-text-block .text-block,
    .img-text-block .img-block {
        padding: 0;
        min-height: 100vh;
    }
    
    .img-text-block .img-block {
        background-position: right center!important;
        background-size: auto 100%!important;
    }
    
    .img-text-block.fixed .img-block {
        background-attachment: fixed!important;
    }
    
    .img-text-block .text-block h3 {
        margin: 0;
        font-size: 45px;
        font-family: 'NarzissBold', sans-serif;
        padding: 60px 90px;
        text-transform: uppercase;
    }
    
    .img-text-block .text-block h3 span {
        display: block;
        font-family: 'Gotham', sans-serif;
        letter-spacing: 4px;
        margin-top: 40px;
        font-size: 16px;
    }
    
    .img-text-block .img-block img {
        width: 100%;
    }
    
    .img-text-block .text-block .center-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    
    /*--------------------------------------------------------------
    ## Counter Results
    --------------------------------------------------------------*/
    
    .counter-results {
        font-family: 'NarzissBold', sans-serif;
    }
    
    .counter-results > .row > div {
        min-height: 75px;
        max-height: 75px;
    }
    
    .counter-results .row:not(:last-child) {
        margin-bottom: 25px;
    }
    
    .counter-results .timer {
        font-size: 92px;
        line-height: 0.8em;
        text-align: right;
    }
    
    .counter-results .count-desc {
        font-size: 44px;
        text-align: left;
    }
    
    
    /*--------------------------------------------------------------
    ## Collaborators
    --------------------------------------------------------------*/
    
    .collaborator > div {
        min-height: 100px;
        margin-bottom: 15px;
    }
    
    .collaborator div > div {
        display: block;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
    
    .collaborator .collab-type {
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        margin-bottom: 5px;
    }
    
    .collaborator .collab-name {
        font-family: 'Gotham', sans-serif;
    }
    
    .collaborator .collab-name a {
        color: #000;
    }
    
    
    /*--------------------------------------------------------------
    ## Projects Navigation
    --------------------------------------------------------------*/
    
    .projects-nav {
        padding: 50px 0;
        font-family: 'NarzissRegular', sans-serif;
        font-size: 25px;
        border-top: 1px solid #000;
    }
    
    .projects-nav a,
    footer a {
        color: #000;
        position: relative;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .projects-nav a {
        font-family: 'NarzissRegular', sans-serif;
        font-size: 25px;
    }
    
    .projects-nav a:after,
    footer a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: #000;
        height: 1px;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .projects-nav a:hover,
    .projects-nav a:focus,
    footer a:hover,
    footer a:focus {
        text-decoration: none;
        color: #000;
    }
    
    .projects-nav a:hover:after,
    .projects-nav a:focus:after,
    footer a:hover:after,
    footer a:focus:after {
        width: 100%;
    }
    
    .page-separator {
        display: inline-block;
    }
    
    /*--------------------------------------------------------------
    ## Team Member Block
    --------------------------------------------------------------*/
    .team-member {
        position: relative;
        margin-bottom: 20px;
    }
    .image-wrapper {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
    }
    .image-wrapper img {
        margin: 0 auto;
    }
    .image-wrapper > div {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        -webkit-transform-origin: center center;
                transform-origin: center center;
    }
    .image-wrapper .front {
        position: relative;
        z-index: 1;
    }
    .image-wrapper .back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }
    .image-wrapper:hover .front {
        opacity: 0;
    }
    .member-name {
        font-family: 'NarzissBold', sans-serif;
        font-size: 25px;
    }
    .member-title {
        font-family: 'Gotham', sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    
    /*--------------------------------------------------------------
    ## Instagram Block
    --------------------------------------------------------------*/
    
    .insta-block .section-title {
        margin-bottom: 10px;
    }
    
    .insta-block .insta-name a {
        font-size: 20px;
        font-style: italic;
        font-family: 'NarzissRegular', sans-serif;
        color: #000;
        position: relative;
    }
    
    .insta-block .insta-name a:after {
        background-color: #000;
    }
    
    .insta-block .insta-name a:hover {
        text-decoration: none;
    }
    
    .insta-meta {
        font-size: 22px;
        font-family: 'NarzissRegular', sans-serif;
        margin-top: 60px;
    }
    
    .insta-meta ul li:not(:last-child) {
        margin-right: 20px;
    }
    
    .insta-meta span {
        font-size: 50px;
        font-family: 'NarzissBold', sans-serif;
        vertical-align: middle;
    }
    
    .insta-container {
        margin-top: 100px;
    }
    
    .insta-container > div {
        padding: 0;
    }
    
    .insta-container a {
        display: block;
        position: relative;
    }
    
    .insta-container a .insta-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        opacity: 0;
    }
    
    .insta-container a .insta-overlay .overlay-container {
        max-width: 250px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .insta-container a .insta-overlay .likes {
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        font-size: 15px;
        margin-bottom: 50px;
        display: inline-block;
    }
    
    .insta-container a .insta-overlay .likes svg {
        width: auto;
        max-height: 20px;
        vertical-align: middle;
    }
    
    .insta-container a .insta-overlay .likes svg .st0 {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
    }
    
    .insta-container a .insta-overlay .likes svg .st1 {
        fill: #fff;
    }
    
    .insta-container a .insta-overlay .likes svg .st1 {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-name: scale, fillOut;
        -webkit-animation-duration: 1s, 3s;
        -webkit-animation-delay: 0s, 1s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
    }
    
    @-webkit-keyframes scale {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        to {
            -webkit-transform: scale(1.25);
            transform: scale(1.25);
        }
    }
    
    @-webkit-keyframes fillOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    
    .insta-container a .insta-overlay .likes svg .st0 {
        stroke-width: 1.5;
    }
    
    .insta-container a .insta-overlay .caption {
        font-size: 18px;
        font-style: italic;
        font-family: 'NarzissRegular', sans-serif;
    }
    
    .insta-container a img {
        width: 100%;
    }
    
    .insta-container a:hover .insta-overlay {
        opacity: 1;
    }
    
    /*--------------------------------------------------------------
    ## Clients
    --------------------------------------------------------------*/
    .clients > div {
        position: relative;
        min-height: 120px;
        margin-bottom: 20px;
    }
    .clients > div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin: 0 auto;
        max-height: 100%;
        padding: 20px 40px;
    }
    
    /*--------------------------------------------------------------
    ## Blog Landing
    --------------------------------------------------------------*/
    .blog .projects-nav {
      border-top: 0;
      padding-top: 0;
    }
    
    .featured-content .text-block,
    .featured-content .img-block {
        padding: 0;
        min-height: 100vh;
    }
    
    .featured-content .img-block {
      background-size: cover!important;
    }
    
    .featured-content .text-block {
      color: #fff;
      position: relative;
    }
    
    .featured-content .text-block .center-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 30px 80px;
    }
    
    .featured-content .blog-title {
      margin-bottom: 10px;
    }
    
    .featured-content .blog-title a {
      margin: 0;
      font-size: 25px;
      font-family: 'NarzissBold', sans-serif;
      text-transform: none;
      color: #fff;
    }
    
    
    .blog-list .blog-title a:after {
      display: none;
    }
    
    .featured-content .blog-meta {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 50px;
      letter-spacing: 2px;
    }
    
    .featured-content p {
      display: block;
      font-family: 'Gotham', sans-serif;
      margin-top: 40px;
      line-height: 2.14em;
      font-size: 16px;
    }
    
    .featured-content .view-full-post {
      margin-top: 40px;
    }
    
    .featured-content .view-full-post a,
    .blog-list .view-full-post a  {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1px;
      transition: 0.3s ease all;
      font-family: 'Gotham', sans-serif;
      display: inline-block;
      position: relative;
      line-height: 16px;
    }
    
    .featured-content .view-full-post a:after {
      background-color: #fff;
    }
    
    .outer-container .blog-list {
      border-bottom: 1px solid #eee;
      padding-bottom: 40px;
    }
    
    .outer-container .blog-list:not(:last-child) {
      margin-bottom: 40px;
    }
    
    .blog-list {
      line-height: 1.4em;
      font-size: 20px;
      font-weight: 200;
    }
    
    .blog-list .blog_thumb img {
      margin: 0 auto;
      margin-bottom: 15px;
    }
    
    .blog-list,
    .blog-list .blog-title a {
      color: #000;
    }
    
    .blog-list .blog-title {
      margin-bottom: 15px;
    }
    
    .blog-list .blog-title {
      font-size: 16px;
      letter-spacing: 4px;
    }
    
    .blog-list .blog-meta {
      font-size: 11px;
      font-family: 'Gotham', sans-serif;
      font-weight: 900;
      margin-bottom: 50px;
      letter-spacing: 4px;
      line-height: 1em;
    }
    
    .blog-list p {
      font-family: 'Gotham', sans-serif;
      font-size: 16px;
    }
    
    .blog-list .view-full-post a {
      color: #000;
    }
    
    #blog-container + a.load-more {
      display: block;
      text-align: center;
      margin-top: 30px;
      color: #bbb;
      font-family: 'Gotham', sans-serif;
    }
    
    #blog-container + a.load-more:after {
      display: none;
    }
    
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    
    .blog .filter {
        z-index: 10;
    }
    
    .blog-cat-filter {
        text-align: center;
        margin-bottom: 90px;
        margin-top: 40px;
    }
    
    .blog-cat-filter a {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        position: relative;
        letter-spacing: 4px;
        color: #000;
    }
    
    .blog-cat-filter li:not(:last-child) a {
        margin-right: 20px;
    }
    
    .blog-cat-filter a:after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: #000;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    .blog-cat-filter a:hover,
    .blog-cat-filter a:focus {
        text-decoration: none;
    }
    
    .blog-cat-filter a:hover:after {
        width: 100%;
    }
    
    .blog-title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }
    
    .single .blog-title {
        margin-top: 60px;
    }
    
    .single .type-post .center-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .blog-meta {
        font-size: 11px;
        letter-spacing: 4px;
    }
    
    .blog-share-links {
      margin-top: 40px;
      font-family: 'Gotham', sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      diaplay: block;
    }
    
    .blog-share-links ul li {
      display: inline-block;
      position: relative;
    }
    .blog-share-links ul li:not(:last-child) {
    }
    
    .blog-share-links ul li:not(:last-child):after {
      content: "/";
      position: relative;
      display: inline-block;
      bottom: 0;
      margin: 0 5px;
    }
    .blog-share-links ul li a {
      color: #000;
    }
    .blog-share-links ul {
      list-style: none;
      display: inline-block;
      font-family: 'Gotham', sans-serif;
    }
    
    .blog-content {
        margin-top: 60px;
    }
    
    .blog-content p {
        font-family: 'Gotham', sans-serif;
        font-size: 22px;
        line-height: 40px;
    }
    
    .blog-content h1,
    .blog-content h2,
    .blog-content h3,
    .blog-content h4,
    .blog-content h5,
    .blog-content h6 {
      font-family: 'Gotham', sans-serif;
    }
    
    .blog-content .view-full-post {
        margin-top: 60px;
    }
    
    .blog-content .view-full-post a {
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 4px;
        font-size: 12px;
    }
    
    .related-posts {
        padding: 35px 0;
        text-align: center;
    }
    
    .related-posts .related-title {
        font-size: 25px;
        font-family: 'NarzissRegular', sans-serif;
        margin-bottom: 65px;
    }
    
    .related-posts ul {
        list-style: none;
    }
    
    .related-posts ul li {
        display: inline-block;
        /*text-overflow: ellipsis;*/
        /*max-width: 200px;*/
        /*overflow: hidden;
        white-space: nowrap;*/
    }
    
    .related-posts ul li:not(:last-child) {
        margin-right: 80px;
    }
    
    .related-posts ul li a {
        font-size: 12px;
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        color: #000;
        letter-spacing: 4px;
        text-transform: uppercase;
        display: block;
    }
    
    .share-container {
        text-align: center;
        margin-top: 75px;
    }
    
    .share-container .share-title {
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .share-container a:after {
        display: none;
    }
    
    
    
    /****************************
    # Recent Grid Section
    /***************************/
    .recent_grid_section {
         position: relative;
        background: #000;
        display: inline-block;
        width: 100%;
    }
    .recent_grid_section .center-content {
          padding: 119px 0 0;
    }
    .recent_grid_section .section-title {
        color:#fff;
            margin-bottom: 34px;
    }
    .recent_grid_section ul.line-hover{
        margin:0;
        padding:0;
        list-style:none;
        font-size:0;
    }
    .recent_grid_section ul.line-hover li{
        width: 33.333%;
        float: left;
        position: relative;
        min-height: 280px;
        cursor:pointer;
        -webkit-transition:0.3s;
        -moz-transition:0.3s;
        -o-transition:0.3s;
        transition:0.3s;
        margin: 0;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .recent_grid_section ul.line-hover li:hover{
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    .recent_grid_section ul.line-hover li:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
         -webkit-transition:0.3s;
        -moz-transition:0.3s;
        -o-transition:0.3s;
        transition:0.3s;
    }
    
    .recent_grid_section ul.line-hover li .hover_content {
        width: 100%;
        padding: 20px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-overflow-scrolling: touch -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
    }
    .recent_grid_section ul.line-hover li .hover_content a{
        display:inline-block;
           letter-spacing:3px;
    }
    .recent_grid_section ul.line-hover li:hover .hover_content {
        -webkit-transition:0.3s;
        -moz-transition:0.3s;
        -o-transition:0.3s;
        transition:0.3s;
        opacity:1;
    }
    .recent_grid_section ul.line-hover li .hover_content a:after{
        display:none;
    }
    .recent_grid_section ul.line-hover li:hover .hover_content a:after{
        width:100%;
    }
    
    
    #recent_porject_section  {
    background:#fff;
    }
    
    #recent_porject_section .center-content {
       padding: 138px 0 0;
    }
    
    #recent_porject_section .section-title{
            font-size: 16px;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        display: block;
        margin-bottom: 60px;
        color:#333;
        letter-spacing: 4px;
    }
    
    @media (min-width:1340px){
        .recent_grid_section ul.line-hover li{
            background-size:cover!important;
        }
    }
    
    @media (max-width:1199px){
        .line-hover li a {
        font-size: 26px;
        }
    }
    
    h3.gform_title {
        display: none;
    }
    
    @media (max-width:1024px){
        .recent_grid_section ul.line-hover li:hover{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
     .recent_grid_section ul.line-hover li .hover_content {
        opacity: 1;
    }
    .recent_grid_section ul.line-hover li .hover_content a:after{
        width:100%;
    }
    }
    
    @media (max-width:768px){
    .recent_grid_section ul.line-hover li{
        width: 100%;
        float: none;
    }
    .recent_grid_section .line-hover li a,
    .recent_grid_section .list-style li {
        font-size: 40px!important;
    }
    .recent_grid_section .center-content {
     padding: 183px 0 0;
    }
    .recent_grid_section .section-title {
        margin-bottom: 84px;
    }
    #recent_porject_section .section-title {
        margin-top: 30px;
    }
    }
    
    @media (max-width:480px){
    .recent_grid_section .line-hover li a,
    .recent_grid_section .list-style li {
        font-size: 30px!important;
    }
    }
    
    
    /*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
    
    footer.footer-container {
        max-width: 560px;
        position: relative;
        margin: 50px auto;
        padding: 0 15px;
    }
    
    footer .inline-form {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0%;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        overflow: hidden;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    
    footer ul {
        margin-bottom: 0;
        margin-top: 20px;
        padding-top: 12px;
    }
    
    footer ul li:not(:last-child) {
        margin-right: 15px;
    }
    
    footer a {
        text-transform: uppercase;
    }
    
    footer .subscribe-form {
        margin-top: 20px;
        padding-top: 7px;
        position: relative;
    }
    
    footer .subscribe-form a:first-child {
       margin-right: 15px;
    }
    
    footer #mc_embed_signup {
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        overflow: hidden;
        -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    }
    
    footer #mc_embed_signup input:not([type="submit"]) {
        width: 100%;
        padding: 0 25px;
        background-color: #f6f6f6;
        box-shadow: none;
        border: 0;
        outline: 0;
        font-family: 'Gotham Book', sans-serif;
        font-size: 15px;
        height: 40px;
        line-height: 15px;
    }
    
    footer #mc_embed_signup input::-webkit-input-placeholder {
        text-align: center;
        font-family: 'NarzissRegular', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #000;
    }
    
    footer #mc_embed_signup input::-moz-placeholder {
        text-align: center;
        font-family: 'NarzissRegular', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #000;
        opacity: 1;
    }
    
    footer #mc_embed_signup input::-ms-placeholder {
        text-align: center;
        font-family: 'NarzissRegular', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #000;
    }
    
    footer #mc_embed_signup input:placeholder {
        text-align: center;
        font-family: 'NarzissRegular', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #000;
    }
    
    footer #mc_embed_signup #mc-embedded-subscribe {
        position: absolute;
        right: 15px;
        top: 0;
        border: none;
        height: 40px;
        padding: 0 25px;
        background-color: transparent;
        font-family: 'NarzissRegular', sans-serif;
        font-style: italic;
        text-decoration: underline;
        opacity: 1;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        outline: 0;
    }
    
    footer .wpcf7-not-valid-tip {
        display: none;
    }
    
    footer .wpcf7-response-output {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: 'NarzissRegular', sans-serif;
        font-size: 15px;
        font-style: italic;
        position: absolute;
        width: 100%;
        text-align: center;
        -webkit-transition: 0.7s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.7s cubic-bezier(0.7, 0, 0.3, 1);
        opacity: 1;
        padding: 0 15px;
        left: 0;
        right: 0;
    }
    
    footer .open-form {
        width: 100%!important;
        -webkit-transition-delay: -0.1s;
        transition-delay: -0.1s;
        padding: 0 15px;
    }
    
    footer #mc_embed_signup.open-form #mc-embedded-subscribe {
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    
    
    /*--------------------------------------------------------------
    # Media Query
    --------------------------------------------------------------*/
    
    @media screen and (max-height: 800px) {
        .overlay a {
            font-size: 40px;
        }
        .contact-foot a {
            font-family: inherit;
            font-size: 16px;
        }
    }
    
    @media screen and (max-width: 768px) {
        #masthead .site-social-links {
            visibility: hidden;
        }
        #masthead .site-social-links ul {
            display: none;
        }
        #masthead .site-branding {
            text-align: center;
        }
        .overlay a {
            font-size: 36px;
        }
        .fullpage .section {
            min-height: auto!important;
        }
        .fp-tableCell {
            min-height: 100%!important;
            height: auto!important;
        }
        .outer-container {
            padding: 0 15px;
        }
        .counter-results > .row > div {
            min-height: auto;
            max-height: none;
        }
        .counter-results .timer,
        .counter-results .count-desc {
            text-align: center!important;
        }
        .center-content {
            padding: 60px 0;
        }
        .overlay .overlay-content {
            margin-top: 0;
        }
        .overlay .closebtn {
            right: 0;
            top: 0;
        }
        .overlay #primary-menu a {
            font-size: 30px;
        }
        .overlay .contact-foot {
            margin-top: 40px;
        }
        .overlay .contact-foot h3,
        .overlay .contact-foot li,
        .overlay .contact-foot a {
            font-size: 12px!important;
        }
        .line-hover li:not(:last-child),
        .list-style li:not(:last-child) {
            margin-bottom: 30px;
        }
        .line-hover li a,
        .list-style li {
            font-size: 22px!important;
        }
        .banner h1 {
            font-size: 60px;
        }
        .img-text-block .text-block h3 {
            padding: 60px 30px;
            font-size: 30px;
        }
        .img-text-block .img-block {
            background-position: center center!important;
            background-size: cover!important;
        }
        .counter-results .count-desc {
            font-size: 30px;
        }
        .counter-results .timer {
            font-size: 50px;
        }
        .slider-box .prev {
            left: 15px;
        }
        .slider-box .next {
            right: 15px;
        }
        .slider-box .slick-dots li button {
            width: 10px;
            height: 10px;
        }
        .insta-container a .insta-overlay .likes {
            margin-bottom: 20px;
        }
        .insta-container a .insta-overlay .overlay-container {
            max-width: 100%;
            width: 100%;
            padding: 15%;
        }
        .fullpage .section:first-child .section-title {
            margin-top: 50px!important;
        }
        footer ul li:not(:last-child) {
            margin-right: 5px;
        }
        footer a {
            font-size: 11px;
        }
        .related-posts ul li {
            display: block;
            margin: 0 auto;
        }
        .related-posts ul li:not(:last-child) {
            margin-bottom: 40px;
            margin-right: auto;
        }
        .related-posts .related-title {
            margin-bottom: 35px;
        }
        .share-container {
            text-align: center;
            margin-top: 35px;
            margin-bottom: 40px;
        }
        .page-separator,
        .projects-nav a {
            display: block;
        }
        .featured-content .view-full-post a:after,
        .blog-list .view-full-post a:after {
          width: 100%;
        }
        .featured-content .text-block .center-content {
          padding: 15px;
        }
        .related-posts ul li a:after {
          display: none;
        }
    }
    
    @media screen and (max-width: 640px) {
        .projects-nav a {
            margin-right: 0!important;
        }
        a:after {
          width: 100%;
        }
    }
    
    @media screen and (max-width: 480px) {
        .img-text-block.fixed .img-block {
            background-attachment: scroll!important;
            min-height: 800px;
        }
        .fullpage .filter .blog-cat-filter {
            margin-bottom: 50px!important;
        }
        .fullpage .filter .blog-cat-filter li {
            display: block;
        }
        .fullpage .filter .blog-cat-filter li:not(:last-child) {
            margin-bottom: 15px;
        }
        .fullpage .filter .blog-cat-filter li a {
            margin-right: 0;
        }
        .single .blog-title {
            margin-top: 0;
        }
        footer .inline-list li{
            display: block;
        }
        .featured-content .text-block .center-content {
          position: static;
          -webkit-transform: translateY(0%);
          transform: translateY(0%);
          padding-bottom: 60px;
          padding-top: 60px;
        }
        .blog-list img {
          margin-bottom: 15px;
        }
        footer ul li:not(:last-child),
        footer .subscribe-form a:first-child {
            margin-bottom: 15px;
            margin-right: 0;
        }
        footer .subscribe-form a {
            display: block;
        }
        footer #mc_embed_signup {
            top: -4px;
        }
        footer a {
            font-size: 12px;
        }
    }
    
    /*--------------------------------------------------------------
    # Plugin Overwrite
    --------------------------------------------------------------*/
    
    a.ss-button-facebook,
    a.ss-button-googleplus,
    a.ss-button-twitter,
    a.ss-button-linkedin,
    a.ss-button-pinterest,
    a.ss-button-xing {
        background-image: url('http://localhost:8888/largerthanlife/wp-content/uploads/2016/08/shareicons.png')!important;
        margin: 3px 3px 3px 0!important;
    }
    
    .menu_social .fa {
        color: white;
        background: black;
        padding: 7px 10px;
        border-radius: 50%;
        /* height: 29px; */
    }
    
    div#contact_map {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        /* margin-top: 40px; */
    }
    
    div#contact {
        margin-top: 110px;
    }

    div#contact p{
        font-size: 16px;
        line-height: 30px;
        font-family: 'Gotham', sans-serif;
        font-weight: 300;
    }

    .say_hello_text {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }

    
    input#gform_submit_button_1 {
        font-size: .75em;
        padding: 5px 15px;
        height: 40px;
        width: 125px;
        text-transform: uppercase;
        margin: 10px;
        cursor: pointer;
        outline: none;
        border: .175em solid #e4525d;
        background: transparent;
        transition: all .3s ease-in-out;
        border-radius: .123em;
        margin: -10px auto 0px auto;
        /* display: block; */
        color:  #e4525d;
    }
    
    input#gform_submit_button_1:hover {
      background: #e4525d;
      color: #fff;
    }

    .overlay .contact-foot .say_hello_menu {
        letter-spacing: 4px;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Gotham', sans-serif;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: bold;
    }

    #contact a {
        color: #333333;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Gotham', sans-serif;
        font-weight: 300;
    }

    .ginput_container input:focus {
        outline: black !important;
        border: 2px solid black;
    }
    .ginput_container textarea:focus {
        outline: black !important;
        border: 2px solid black;
    }
    
    #contact strong {
        font-size: 25px;
        /* padding: 19px; */
    }   

    .contact_details {
    margin: 40px 0px 20px 0px;
}

.gform_wrapper textarea.medium {
    height: 130px !important;
}

.team-member-container {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

div#team-container {
    margin-top: 100px;
    text-align: center;
}

img.team-page-headshot {
    max-width: 360px;
    height: auto;
    width: 100%;
    border: 1px solid black;
}
.headshotContainer img{ 
    max-width: 360px;
    height: auto;
    width: 100%;
    border: 1px solid black;
    
}
.headshotContainer img.headshotHover{
    display:none;
}
.headshotContainer:hover img.headshot{display:none;}
.headshotContainer:hover img.headshotHover{display:block;}

.member-description {
    margin: 0 auto;
    max-width: 400px;
}

div#gform_confirmation_message_1 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
}

@media (max-width:1200px){
    .member-title{
        min-height:40px;
    }
}