#main-header h1 > a {
    color: transparent;
}
#main-header .logo > a {
    color: transparent;
}

/* BEGIN: Featured content pages
////////////////////////////////////// */
#featured-work .col,
#featured-thinking .col,
#featured-contact .col {
    display: none;
}

#featured-work .col.ready,
#featured-thinking .col.ready,
#featured-contact .col.ready {
    display: block;
}

#featured-work .grid-post-modified .col,
#featured-thinking .grid-post-modified .col,
#featured-contact .grid-jobs-modified .col {
    width: 33.3333333333%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%;
    margin-bottom: 80px;
}

#featured-work .no-results,
#featured-thinking .no-results,
#featured-contact .no-results {
    display: none;
}

#featured-work .no-results.active,
#featured-thinking .no-results.active,
#featured-contact .no-results.active {
    display: block;
}

#featured-contact .grid-jobs-modified {
    width: 100%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%;
    padding: 60px 0;
}

/* Hidden semantic headers for navs */
.main-menu h2,
.filter-work h3,
#featured-work header,
.filter-thinking h3,
#featured-thinking header,
#featured-home-work header,
#page-contact nav h2 {
    display: none;
}

/* BEGIN: Post customizations */
////////////////////////////////////// */
.post-blog .post-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px;
    margin-bottom: 80px;
}

.post-blog .post-title::after {
    display: none;
}

.post-blog .post-date {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
}

.post-blog .post-date::after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 40px;
}

.written-by header h2 {
    display: none;
}

#featured-related {
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

#main-footer {
    position: relative;
}


@keyframes pull-tab {
    0% {
        padding-left: 0px; min-width: 45px;
    }

    50% {
        padding-left: 30px; min-width:75px;
    }

    75% {
        padding-left: 0px;min-width: 45px;
    }

    85% {
        padding-left: 6px; min-width: 55px;
    }

    100% {min-width: 45px;
        padding-left: 0px;
    }
}
/*
@keyframes open-tab {
    0% {
        width: 0px;
    }
    100% {
        width: auto;
    }
}
@keyframes close-tab {
    0% {
        width: auto;
    }
    100% {
        width: 0px;
    }
}
*/

.awards-holder p {
    margin-bottom: 2px;
    letter-spacing: 1px;
}

@media (min-width: 600px) {
    .award-tag.closed.play-once .bg {
        -webkit-animation-name: pull-tab;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 1s;
        /* Safari 4.0 - 8.0 */
        animation-name: pull-tab;
        animation-duration: 1s;
        animation-delay: 2s;
        animation-timing-function: ease-in-out;
    }
	
	.award-tag.closed .bg {
		min-width: 45px;	
	}

    .award-tag.closed:hover .bg {
        transition: all .2s;
        padding-left: 10px;
        animation-play-state: paused;
		min-width: 55px;
    }

    .award-tag .award-info {
        width: 0px;
        height: 148.5px;
        overflow: hidden;
    }

    .award-tag .award-info.open {
        display: table;
        width: auto;
        max-height: 128.5px;
        overflow-y: hidden;
        -webkit-animation-name: open-tab;
        -webkit-animation-duration: .3s;
        animation-name: open-tab;
        animation-duration: .3s;
        animation-timing-function: ease-in-out;
        padding-right: 20px;
        border-right: 1px solid white;
        margin: 10px 0px;
        margin-right: 10px;
    }

    .award-tag .award-info.close {
        width: 0px;
        height: 148.5px;
        overflow: hidden;
        -webkit-animation-name: close-tab;
        -webkit-animation-duration: .3s;
        animation-name: close-tab;
        animation-duration: .3s;
        animation-timing-function: ease-in-out;
    }

    .award-tag.opened .bg {
        padding-left: 40px;
		padding-right: 25px;
    }

    .award-tag {
        max-height: 148.5px;
        overflow-y: hidden;
        min-width: 50vw;
        /*filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .5));*/
        color: white;
        display: flex;
        position: fixed;
        z-index: 3;
        top: 125px;
    }

    .award-tag .bg {
        background: #B3942B;
        display: flex;
        transition: all .2s;
    }

    .award-tag:hover {
        cursor: pointer;
    }

    .award-spacer {
        min-height: 14px;
        width: 100%;
        display: block;
    }

    .spacer-2 {
        min-height: 20px;
    }

    .award-name {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 1;
    }

    .award-info p {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 3px;
		white-space: nowrap;
    }

    .award-tag h3 {
        transform: rotate(180deg);
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 8px;
        writing-mode: vertical-rl;
        margin: auto -1px auto -1px;
        line-height: 1.2;
        font-size: 16px;
        padding: 0px 5px 0px 0px;
        font-weight: 500;
        margin-right: 5px;
    }

    .v-center {
        display: table-cell;
        vertical-align: middle;
    }

    .awards-1 p {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .awards-2 p {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .awards-holder {
        display: inline-table;
        padding-right: 8px;
    }
	
	.awards-4 .awards-holder {
		max-width: 50%;
	}
    .award-tag img.mobile {
        display: none;
    }
    span.laptop-break {
        display: inline-block;
    }

    .tag-right {
        width: 0;
        height: 0;
        border-top: 75px solid #B3942B;
		border-right: 18px solid transparent;
		border-bottom: 75px solid #B3942B;
    }
    .award-tag.home-tag {
       top: 65%;
    }
    .award-tag.home-tag .bg {
        min-width: 45px;
    }

    .award-tag.home-tag h3 {
        min-height: 148.5px;
    }
}


.award-tag.home-tag {
    position: absolute;
}

/* BEGIN: Media queries
////////////////////////////////////// */
@media (max-width: 599px) and (min-width: 0px) {

    #featured-work .grid-post-modified .col,
    #featured-thinking .grid-post-modified .col,
    #featured-contact .grid-jobs-modified .col {
        width: 100%;
        float: left;
        padding-left: 1.6666666667%;
        padding-right: 1.6666666667%;
        margin-bottom: 40px;
    }

    .award-tag img.mobile {
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }

    .award-tag img.laptop {
        display: none;
    }

    .award-tag {
        /*filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .5));*/
        color: white;
        position: fixed;
        bottom: 0;
        z-index: 3;
        width: 100%;
        margin: 0 auto;
        padding: 0 5% 0% 45%;
        display: block;
        text-align: center;
        background: rgba(0, 0, 0, 0);
        transition: all .2s;
    }

    .award-tag.opened {
        transition: all .2s;
        padding-top: 100vh;
        background: rgba(0, 0, 0, .5);
        /*filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .5));*/
    }

    .award-tag .bg {
        background: #B3942B;
        transition: all .2s;
        display: flex;
        flex-direction: column-reverse;
        width: 160px;
        float: right;
    }

    span.laptop-break {
        display: block;
    }

    .award-tag h3 {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 6px;
        font-size: 16px;
        padding: 10px 0px;
        font-weight: 500;
        line-height: 1.2;
    }

    .award-tag.closed .award-info {
        height: 0px;
        transition: all .2s;
    }

    .award-tag.opened .award-info {
        transition: all .2s;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid white;
        width: 80%;
        margin: 0 auto;
    }

    .award-name {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 1;
        margin-top: 8px;
    }

    .award-info p {
        font-size: 13px;
        line-height: 1;
    }

    .awards-1 p {
        font-size: 14px;
    }

    .awards-2 p {
        font-size: 15px;
    }

    .tag-up {
        width: 160px;
        height: 0;
        float: right;
        border-left: 80px solid #B3942B;
        border-right: 80px solid #B3942B;
        border-top: 10px solid transparent;
    }

    /* .award-tag.home-tag h3 {
        padding-bottom: 100px;
    } */

}

.client-logo-farm {
    padding: 70px 0;
    background: #000;
    color: #fff;
    padding-bottom: 125px;
}

.client-line {
    background: white;
    display: block;
    width: 100px;
    height: 3px;
    margin: .625em 0 .25em;
}

.slick-prev,
.slick-next {
    filter: brightness(0.25);
}

.multiple-items.slick-initialized.slick-slider.slick-dotted {
    max-width: 90%;
    padding: 25px 0px;
}

.relevant_clients {
    padding-bottom: 55px;
}

.client-logo {
    height: 125px;
    overflow: visible;
    text-align: center;
}

.client-logo.no-case {
    margin-bottom: 25px;
}

.client-logo img {
    max-height: 90%;
    width: auto;
    max-width: 75%;
    height: auto;
    margin: 0 auto;
    filter: grayscale(1) invert(1);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
}

.client-logo.color-logo img {
    filter: grayscale(0);
}

.client-logo-holder {
    text-align: center;
}

.single-logo {
        display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.single-logo .client-logo {
        display: table-cell;
    text-align: center;
    vertical-align: middle;
}

span.see-study {
    margin-top: 0px;
    display: block;
    margin-bottom: 6px;
}

.slick-dots li {
    width: 15px;
}

.slick-dots li.slick-active button:before {
    color: white !important;
}

.slick-dots li button:before {
    color: white !important;
    transform: scale(1.5);
}

.client-logo-farm .slick-prev:before {
    content: '\e804';
    left: 40%;
}

.client-logo-farm .slick-prev:before,
.client-logo-farm .slick-next:before {
    font-family: 'icons';
    font-size: 50px;
    color: #fff;
    position: absolute;
    opacity: .8;
    top: 0;
}

.client-logo-farm .slick-next:before {
    content: '\e803';
    right: 40%;
}

.client-logo-farm .slick-next {
    right: -50px;
}

.client-logo-farm .slick-prev {
    left: -35px;
}

#featured-about-galery.about-v2 .col:nth-child(2n),
#featured-about-galery.about-v2 .col:nth-child(1n) {
    transform: translateZ(0) rotate(0deg);
}

.about-v2 .card-people__front {
    position: relative;
    padding: 0px;
    background-color: transparent;
}

.about-v2 .card-people__title {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: .1em;
    font-family: 'BlackJack';
    display: block;
    text-align: center;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: invert(1) contrast(2);
    transform: rotate(-15deg);
    padding: 0px;
}

.about-v2 .card-people__back {
    transform: translateY(101%);
}

#featured-about-galery .col {
    transform: translateZ(0) rotate(0deg) !important;
}

.real-time-update-v2 {
    transition: all .2s;
    opacity: .8;
    background: #000;
    position: absolute;
    bottom: 125px;
    width: 300px;
    height: 326px;
    z-index: 2;
    right: 0;
    color: white;
    padding: 20px;
    text-align: right;
}

.close-update {
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
}

.real-time-update-v2 h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: .075em;
    position: relative;
    display: inline-block;
    margin-bottom: .25em;
    text-transform: uppercase;
    transition: 0.3s cubic-bezier(0.42, 0, 0, 0.995);
}
.real-time-update-v2 .break-line {
    background: #ff2600;
    display: block;
    width: 100px;
    height: 3px;
    margin:5px 0px;float:right;
}
 .real-time-update-v2 .copy-holder {
    font-size: 18px;
    padding-top: 15px;
}

.no-stretch {
    width: auto !important;
}

.we-did__content br {
    min-height: 0px;
}

.hero-page__title br {
    min-height: 0px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .hero-page__title.\--big-text {
    font-size: 70px !important;
    line-height: 77px;
}
}
@media (max-width: 1399px) and (min-width: 926px) {
    .hero-page__title.\--big-text {
    font-size: 60px !important;
}
}
@media (max-width: 925px) and (min-width: 726px) {
    .hero-page__title.\--big-text {
    font-size: 50px !important;
}
}
@media (max-width: 725px) {
    .hero-page__title br {
    min-height: 0px;
}
    .hero-page__title.\--big-text {
    font-size: 45px !important;
}
}@media (max-width: 625px) {
    .hero-page__title.\--big-text {
    font-size: 40px !important;
}
}@media (max-width: 455px) {
    .hero-page__title.\--big-text {
    font-size: 35px !important;
}
}@media (max-width: 400px) {
    .hero-page__title.\--big-text {
    font-size: 30px !important;
}
}

#featured-thinking-news img {
    border: 0;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
	br.mobile-only {
		display: none;
	}
}

@media (max-width: 767px) {
	h2.hero-page__title.--big-text.Clorox-page br, .feature-work__title span.mobile-block br {
	    display: inline;
	}
	h2.hero-page__title.--big-text.Clorox-page .mobile-block, .feature-work__title span.mobile-block {
		display: block;
	}
	.feature-work__title span.mobile-block {
		margin-bottom: 25px;
	}
	
	.feature-work__title br {
		min-height: 25px;
	}
}