﻿/*
Theme Name: Wood&Wood
Theme URI: http://wordpress.org/themes/blankslate
Author: chalck & whard
Author URI: http://www.chalkward.com/
Description: Custom Built Theme For Wood&Wood
Version: 4.0.3
License: Private
Tags: Wood&Wood

Chalk & Ward WordPress Theme © 2016 

*/
/* fonts 
font-family:'HelveticaNeueW01-45Ligh';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-75Bold';
font-family:'GoudyModernMTW01-Regula';
font-family:'GoudyModernMTW01-Italic_709851';
*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

.clear {
    clear: both
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

/* mobile nav */
#mobile-nav {
    position: fixed;
    top: -110%;
    right: 0%;
    width: 100%;
    height: 100%;
    background: rgba(1, 150, 168, .96);
    transition: top ease-out .3s;
    -webkit-transition: top ease-out .3s;
    -webkit-transition: top ease-out .3s;
    z-index: 998
}

#mobile-nav.active {
    top: 0%;
    transition: top ease-in .3s;
    -webkit-transition: top ease-in .3s;
    -webkit-transition: top ease-in .3s;
}

#mobile-nav #menu-secondary-menu {
    padding-top: 6rem;
}

#mobile-nav #menu-secondary-menu li {
    text-align: center;
}

#mobile-nav #menu-secondary-menu li a {
    color: #fff;
    transition: all ease-in .2s;
    display: inline-block;
    text-decoration: none;
    padding: 2rem 1rem 2rem 1rem;
    font-size: 2.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, .0);
}

#mobile-nav #menu-secondary-menu li a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

#menu a:hover {
    transition: all ease-out .4s;
    color: #24374a;
}

/* --- */

#mobile-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
}

.menu-lines {
    position: absolute;
    background: #8597a3;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    opacity: 1;
}

.menu-lines::before {
    position: absolute;
    background: #8597a3;
    width: 20px;
    height: 2px;
    top: 6px;
    content: "";
    display: block;
}

.menu-lines::after {
    position: absolute;
    background: #8597a3;
    width: 20px;
    height: 2px;
    bottom: 6px;
    content: "";
    display: block;
}

.menu-lines::after, .menu-lines::before, .menu-lines {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#mobile-toggle.menu-on .menu-lines::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
    background: #fff;
}

#mobile-toggle.menu-on .menu-lines::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
    background: #fff;
}

#mobile-toggle.menu-on .menu-lines {
    background: rgba(111, 111, 111, .0);
}

/* structure */
.highlighted {
    background: #efefef;
}

/* header */
#header {
    position: fixed;
    top: 0px;
    z-index: 997;
    height: 90px;
    background: rgba(255, 255, 255, .96);
}

#branding {
    display: block;
    width: 250px;
    float: left;
    margin: 2rem 1.2rem 1.2rem 3rem;
}

#menu {
    margin: 3.4rem 70px 0 0;
    float: right;
}

#menu-main-menu {
    list-style: none;
}

#menu-main-menu li {
    list-style: none;
    display: inline-block;
}

#menu-main-menu a {
    text-transform: uppercase;
    color: #8597a3;
    font-size: 1.3rem;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    margin: 0 15px 0 15px;
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
}

#menu-main-menu .current_page_item a {
    border-bottom: 1px solid #8597a3;
}

#wrapper {
    margin-top: 90px;
    position: relative;
}

/* footer */
#footer {
    width: 100%;

}

.details, .details a {
    display: block;
    margin: 1.3rem 0 1.3rem 0;
   font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;

    text-decoration: none;
    color: #24374a;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.footer-widget {
    text-align: center;
    padding: 5rem 0 4rem 0;
}

.footer-widget-title {
    margin: 0rem 0 2rem 0;
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;

}

.footer-widget .textwidget {
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
}

.footer-widget a {
    text-decoration: none;
    color: #8597a3;
}

/* sub menu */
.sub-navigation {
    width: 100%;
}

.stuck-up {
    margin: auto;
    display: table;
    width: 100%;
}

.stuckText {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.stuckLine {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: all ease-in .4s;
}

.active .stuckLine {
    opacity: 1;
    transition: all ease-out .2s;
}

.stuck-up ul .sub-navigation ul {
    display: table-row;
}

.stuck-up li, #mobileButton, .sub-navigation li {
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 0px;
    width: 2%;
    border: 1px solid #fff;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    background: #b2bec7;
    background: -moz-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: -webkit-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: linear-gradient(to bottom, #b2bec7 0%, #c0cad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2bec7', endColorstr='#c0cad1', GradientType=0); /* IE6-9 */
}

.page-template-page-case-studies .stuck-up li {
    padding: 30px;
    position: relative;
}

.page-template-page-case-studies .stuck-up li:after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    background: #24374a;
    transition: all ease-out .4s;
    left: 0;
    top: 0;

}

.page-template-page-case-studies .stuck-up li:hover:after {
    opacity: 1;
    transition: all ease-out .2s;
}

.stuck-up a:hover, .sub-navigation a:hover {
    transition: all ease-in .4s;
    background: #24374a;
}

.stuck-up a, #mobileButton, .sub-navigation a {
    text-tranform: uppercase;
    text-decoration: none;
    padding: 30px 0px 30px 0px;
    width: 100%;
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    transition: all ease-in .4s;
    text-transform: uppercase;
}

#mobileButton {
    display: none;
    padding: 30px;
}

#mobileButton .down-arrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    transition: all ease-out .3s;
}

.stuck-up.active #mobileButton .down-arrow {
    transform: rotate(180deg);
    transition: all ease-out .3s;
}

.filter {
    font-size: 1.4rem;
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    padding: 10px 0 10px 0px;
    text-transform: uppercase;
}

.stuck-up .current_page_item a {
    border-bottom: 1px solid #fff;
}

.stuck-up.fixed {
    position: fixed;
    z-index: 99;
    top: 90px;
}

@media (max-width: 960px) {
    #mobileButton {
        display: block;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .stuck-up {
        position: relative;
        max-height: 60px;
    }

    .stuck-up.active {
        max-height: 1000px;
    }

    .stuck-up ul {
        position: absolute;
        top: 76px;
        z-index: 9;
        width: 100%;
        display: block;
        overflow: hidden;
        max-height: 0;
        margin-bottom: 0;
        transition: max-height 0.3s ease-out;
    }

    .stuck-up li {
        display: block;
        width: 100%;
        margin: 0px;
        border-top: none;
    }

    .stuck-up.active ul {
        display: block;
        max-height: 1000px;
        transition: max-height 0.3s ease-in;
    }

}

/* ------------------------
	home page 
	---------------------- */
.home-content {
    position: absolute;
    left: 0px;
    max-width: 380px;
    background: rgba(1, 150, 168, .96);
    padding: 10rem 4rem 10rem 4rem;
    top: 50%;
    transform: translateY(-50%);
}

.home-title {
    padding-left: 4rem;
    border-left: 1px solid #fff;
    font-family: 'HelveticaNeueW01-45Ligh' Helvetica, Arial, sans-serif;

    font-weight: normal;
    color: #fff;
    font-size: 4rem;
    margin-bottom: 0;
}

.ww-icon {
    margin: 4rem 0 3rem 0;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/ww-icon-original.png);
    background-size: contain;
}

.home-content-section {
    text-align: center;
}

.home-content-section h3 {
    font-family: 'HelveticaNeueW01-45Ligh' Helvetica, Arial, sans-serif;

}

/* ---------------------------
	pages 
	-------------------------- */
/* hero page */
.hero-container {
    position: relative;
}

.hero-title-breaker {
    width: 40px;
    overflow: visible;
}

.hero-title {
    word-spacing: < parent-width >;
    color: #fff;
    font-size: 4.2rem;
}

.hero-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 20px;
    color: #fff;
    font-size: 2rem;
    font-family: 'HelveticaNeueW01-45Ligh' Helvetica, Arial, sans-serif;
}

.hero_image {

}

.title-content {
    top: 0px;
    left: 0px;
    min-width: 350px;
    padding: 1.5rem;
    position: absolute;
    height: 90%;
    z-index: 2;
    float: left;
    border: 1px solid #fff;
    margin-top: 2%;
    margin-left: 2%;
    font-weight: 700;
}

.content-feature {
    background: #efefef;
}

li.widget-container {
    list-style: none;
}

@media (max-width: 1000px) {
    #menu {
        display: none;
    }
}

@media (max-width: 500px) {

}

/* =-------------
	layout options 
	-------------- */
.layouts {
    padding-top: 6rem;
}

.layout:after, .layout:before {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
}

.content-area {
    max-width: 90rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
}

.section-content.layout {
    text-align: center;
    padding-top: 2rem;
    width: 100%;
}

.arrow {
    position: relative;
    width: 15px;
    height: 8px;
    margin-bottom: 6rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.arrow:before {
    display: block;
    position: absolute;
    top: -10px;
    width: 15px;
    height: 15px;
    content: " ";
    background-color: #b1bdc6;
    transform: rotate(45deg);
}

/*-----------------
	slider
	-------------- */
.slider.layout {
    width: 100%;
    position: relative;
    background: #b2bec7;
    background: -moz-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: -webkit-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: linear-gradient(to bottom, #b2bec7 0%, #c0cad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2bec7', endColorstr='#c0cad1', GradientType=0);

}

.slider-content p {
    font-size: 2.2rem;
    font-weight: normal;
    color: #fff;

}

.small-head {
    font-size: 1.5rem;
    color: #fff;
}

nav.unslider-nav {
    margin-bottom: 6rem;
}

.quote-slider li {

}

.slider-content {
    width: 100%;
    min-height: 270px;
    text-align: center;
    padding: 7rem 10rem 4rem 10rem;
    opacity: 0;
    transition: all ease-out .5s;
    -webkit-transform: scale3d(.7, .7, .7);
    transform: scale3d(.7, .7, .7);
}

.unslider-active .slider-content.content-area {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/*-----------------
	mosaics
	-------------- */
.filter {
    cursor: pointer;
    color: #fff;
}

.mosaics:after {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
}

.mosaics.case-studies {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;

}

.mosaics {
    min-height: 700px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.mosaic {
    width: 33.33333%;
    width: calc(100% / 3);
    max-width: 0;
    float: left;
    overflow: hidden;
    position: relative;
    opacity: 0;
    visability: hidden;
    transform: scale(0) translate3d(0, 0, 0);
    transition: all ease-out .3s;
    transform-origin: center center;
}

.mosaic:after {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
}

.mosaic img {
    transition: all ease-out .3s;
    transform-origin: center center;
}

.mosaic.active img {
    transition: all ease-in .6s;
}

.mosaic.active {
    transform: scale(1) translate3d(0, 0, 0);
    height: auto;
    visibility: visible;
    max-width: 2400px;
    opacity: 1;
    transition: all ease-in .6s;
}

.mosaic.active.big {
    width: 66.647%;
}

/*.mosaic.active.wide {*/
    /*width: calc(100% * 2/3);*/
    /*height: 300px;*/
/*}*/

.mosaic.active.full {
    width: 100%;
}


.mosaic.active.wide img {
    width: 199.9%;
    margin-left: -50%;
}


.mosaics.case-studies {
    margin-top: 7.2rem;
}

/*-----------------
	mosaics basic - home page
	-------------- */
.mosaics.home .mosaic, .mosaics.basic .mosaic {
    transform: scale(1) translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    width: 33.33333%;
    width: calc(100% / 3);
    max-width: 2400px;
}

.mosaic h2 {
    /* font-family:'HelveticaNeueW01-45Ligh'; */
    font-size: 2.4rem;
}

.mosaic-thumb {
    width: 100%;
    border: 0;
    margin: 0;
    display: block;
}

.mosaic {
    text-algin: left;
}

.mosaic-content {
    transition: all ease-in .3s;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    text-align: center;
    padding-top: 6rem;
    color: #fff;
    background: rgba(1, 150, 168, .8); /*blue*/
    -webkit-transform: scale3d(.7, .7, .7);
    transform: scale3d(.7, .7, .7);
    opacity: 0;
}

.mosaic:hover .mosaic-content {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.mosaic:nth-child(3n+3) .mosaic-content {
    background: rgba(222, 2, 77, .8); /* red */
}

.mosaic:nth-child(3n+2) .mosaic-content {
    background: rgba(36, 55, 70, .8);
}

.mosaic-content h2, .mosaic-content p {
    color: #fff;
}

/* basic mosaic pattern */
.basic .mosaic:first-child {
    width: 66.66666%;
    width: calc(100% * 2 / 3);

}

.basic .mosaic:first-child .border {
    border-right: 4px solid #fff;
}

/* Home page mosaic pattern */
.home .mosaic:nth-child(4) {
    width: 66.66666%;
    width: calc(100% * 2 / 3);
}

.home .mosaic:nth-child(7) img, .home .mosaic:nth-child(8) img {
    width: 200%;
    margin-left: -50%;
}

.home .mosaic:nth-child(7) {
    clear: left;
}

.mosaics.home .mosaic {
    max-width: 3400px;
}

.mosaics.basic, .mosaics.home {
    height: auto;
    min-height: auto;
}

/* --------
	social
	------- */
.is-btn {
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: #8597a3;
}

.is-btn:before {
    content: " / ";
    display: inline-block;
    margin-right: 6px;
}

.is-btn:hover {
    color: #000;
}
#social a {
    text-decoration: none;
    text-transform: uppercase;
}

#is-bar {
    display: inline-block;
}

.preShare {
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueW01-75Bold',  Helvetica, Arial, sans-serif;
    color: #8597a3;
}

.count {
    display: none;
}

/* --------------------
	case-study
	------------------ */
.client {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueW01-45Ligh',  Helvetica, Arial, sans-serif;

}

.client strong {
    font-family: 'HelveticaNeueW01-75Bold',  Helvetica, Arial, sans-serif;
}

.devider {
    height: 4px;
    width: 100px;
    background: #8597A3;
    margin-bottom: 2rem;
}

.pullquote p {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
}

.pullquote small {
    display: block;
    text-transform: uppercase;;
    text-align: center;
    color: #fff;
    font-family: 'HelveticaNeueW01-75Bold',  Helvetica, Arial, sans-serif;
}

.gallery-thumb img {
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
}

.gallery-thumb {
    width: 33.3333%;
    width: calc(100% / 3);
    float: left;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.gallery-thumb:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    border: 2px solid #fff;
}

.casestudy-gallery {
    position: relative;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.border {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #fff;
}

.casestudy-gallery:after {
    clear: both;
    content: " ";
    display: block;
    width: 100%;
}

/* mosaicing */
.casestudy-gallery.total1 .gallery-thumb {
    width: 100%;
    max-height: 500px;
}

.casestudy-gallery.total3 .gallery-thumb:first-child,
.casestudy-gallery.total2 .gallery-thumb:first-child {
    width: 66.6666%;
    width: calc(100% * 2 / 3);
}

.casestudy-gallery.total4 .gallery-thumb:first-child img,
.casestudy-gallery.total4 .gallery-thumb:nth-child(2) img,
.casestudy-gallery.total2 .gallery-thumb:last-child img {
    width: 200%;
    margin-left: -50%;
}

/* end  mosaicing */
.next, .previous {
    width: 50%;
    float: left;
    min-height: 100px;
    position: relative;
    background: -moz-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: -webkit-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: linear-gradient(to bottom, #b2bec7 0%, #c0cad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2bec7', endColorstr='#c0cad1', GradientType=0);
}

.previous {
    border-right: 4px solid #fff;
    text-align: right;
}

.next a, .previous a, .go-back a {
    height: 100px;
    display: block;
    padding: 30px;
    width: 100%;
    height: 100px;
    color: #fff;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.next a strong, .previous a strong {
    font-size: 21px;
    display: block;
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
  text-transform: none;
}

.go-back {
    text-align: center;

    width: 100%;
    float: left;
    min-height: 100px;
    position: relative;
    background: -moz-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: -webkit-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: linear-gradient(to bottom, #b2bec7 0%, #c0cad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2bec7', endColorstr='#c0cad1', GradientType=0);
    border-top: 4px solid white;
    margin-bottom: 10px;
}

.go-back a {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

/* -------------------
	Categories 
	----------------- */
#container {
    position: relative;
    width: 1100px;
    margin: 55px auto 55px;
    padding-bottom: 10px;
}

.clearfix {
    clear: both;
}

.grid .post-thumb {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
}

.grid {
    width: 33%;
    min-height: 100px;
    font-size: 12px;
    float: left;
    margin-top: 20px;
    padding: 0px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    background: #f4f4f4;
}

.grid:hover {
    background: #e7e7e7;
}

.grid:hover .post-thumb {
    opacity: .9;
}

.grid a {
    text-decoration: none;
    display: block;
}

.grid h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.grid .post-content {
    padding: 30px;
}

.grid .colone {
    width: 20px;
    height: 20px;
    float: left;
}

a .entry-meta, .entry-meta {
    font-size: 16px;
    color: #8597a3;
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    display: block;
    margin-bottom: 2rem;
}

a .entry-summary p, .entry-summary {
    font-size: 15px;
    color: #333;
}

a .entry-summary p {
    margin: 0;
}

.pullquote {
    width: 100%;
    position: relative;
    background: #b2bec7;
    background: -moz-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: -webkit-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: linear-gradient(to bottom, #b2bec7 0%, #c0cad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2bec7', endColorstr='#c0cad1', GradientType=0);

}

/* single post */
h1.entry-title a {

}

/* pagenation */
#nav-below {
    width: 100%;
    display: block;
    height: 100px;
}

.nav-previous, .nav-next {
    width: 50%;
    position: relative;
    float: left;
    box-sizing: border-box;
    opacity: 1;
    height: 100px;
    background: #b2bec7;
    background: -moz-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: -webkit-linear-gradient(top, #b2bec7 0%, #c0cad1 100%);
    background: linear-gradient(to bottom, #b2bec7 0%, #c0cad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2bec7', endColorstr='#c0cad1', GradientType=0);
}

.nav-previous a:hover:after, .nav-next a:hover:after, .next a:hover:after, .previous a:hover:after {
    opacity: 1;
    transition: all ease-out .4s;
}

.nav-next a:after, .nav-previous a:after, .next a:after, .previous a:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    background: #24374a;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in .2s;
}

.nav-previous {
    border-right: 2px solid #fff;
    text-align: right;
}

.nav-next {
    float: right;
    border-left: 2px solid #fff;
}

#nav-below a {
    text-decoration: none;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    font-family: 'HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
   font-size: 15px;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100px;
    line-height: 90px;
}

.meta-nav {
    display: none;
}

.scroll-to-top {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    color: #ccc;
}

/* -------------------
	contact  
	----------------- */
.ajax-loader {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

input.wpcf7-text, textarea.wpcf7-textarea {
    width: 100%;
    max-width: 300px;
}

input.wpcf7-submit {
    height: 50px;
}

.accreditation {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    position: relative;
}
.accreditation__item {
    display: inline-block;
    max-width: 100px;
    margin: 5px;
    float: left;
}
.accreditation__item img {
    width: 100%;
    max-width: 100px;
}

@media (max-width: 1000px) {
    /* ----------------------
    hero image
    ------------------ */
    .hero_image {
        width: 130%;
    }

    .hero-container {
        overflow: hidden;
    }

    .content-area {
        padding: 4rem;
    }

    .home-content {
        padding: 8rem 4rem 8rem 4rem;
    }

    #branding {
        width: 200px;
        margin: 1rem 1rem 1rem 1rem;
    }

    #wrapper {
        margin-top: 7.4rem;
    }

    #header {
        height: 76px;
    }

    .border {
        border: 1px solid #fff;
    }

    .container {
        width: 100%;
    }

    .mosaics.basic .mosaic {
        width: 50%;
    }

    .mosaics.basic .mosaic:first-child {
        width: 100%;
    }

    .stuck-up.fixed {
        position: relative;
        top: auto;
        left: auto;
    }

    #wood {
        height: 350px;
    }

}

@media (max-width: 750px) {
    /* home */
    .home-title {
        max-width: 200px;
    }

    /* ------------------------
        mosaics
        ------------------------ */
    .mosaic, .basic .mosaic:first-child, .home .mosaic:nth-child(4) {
        width: 100%;
    }

    .mosaics.case-studies {
        margin-top: 6.2rem;
    }

    .mosaic.wide {
        width: 100%;
        float: none;
    }

    .mosaic.active.wide img {
        width: 100%;
        margin-left: 0;
    }

    .mosaics.home .mosaic {
        width: 50%;
    }

    .mosaics.home .mosaic:nth-child(3) {
        width: 100%;
    }

    .mosaics.home .mosaic:nth-child(4) {
        float: left;
    }

    .mosaics.home .mosaic:nth-child(6) img {
        width: 200%;
        margin-left: 50%;
    }

    /* sidebar */
    .mobile-feature {
        background: #efefef;
    }

    /* ----------------------
    hero image
    ------------------ */
    .hero_image {
        width: 170%;
    }

    .home-content {
        padding: 6rem 3rem 6rem 3rem;
    }

    .home-title {
        padding-left: 3rem;
    }

    .title-content {
        min-width: 0%;
        width: 80%;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .hero-content {
        display: none;
    }

    .mosaics.case-studies {
        padding: 0;
        max-width: 100%;
        margin-top: 0px;
    }

    .mosaics.case-studies a.mosaic.active, .mosaics.case-studies a.mosaic {
        width: 50%;
        float: left;

    }

    .mosaic .mosaic-content h2 {
        font-size: 1.8rem;
    }

    #wood {
        height: 500px;
    }

}

@media (max-width: 550px) {
    .home-content {
        left: 0;
        max-width: 200px;
        padding: 3rem;
    }

    .home-title {
        font-size: 2rem;
        padding-left: 2.2rem;
    }

}

.content-area img {width: auto;}
