
/*
Theme Name: Glasshouse
Theme URI: http://glasshousecreative.co.uk
Description: A bespoke responsive theme built with Skeleton
Author: Simon Wade
Author URI: http://simonsweb.co.uk
Version: 1.0
Tags: responsive, skeleton, boilerplate,
*/
/* CSS Dropdown Menu */
/* Starter CSS for Menu */

#cssmenu {
    padding: 0;
    margin: 10px 0 0 0;
    border: 0;
    width: auto;
    float: right;
}
#cssmenu ul,
#cssmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cssmenu ul {
    position: relative;
    z-index: 597;
}
#cssmenu ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}
#cssmenu ul ul li {
    float: none;
}
#cssmenu ul ul ul {
    top: 0;
    left: 190px;
    width: 190px;
}
#cssmenu ul li:hover > ul {
    visibility: visible;
}
#cssmenu ul ul {
    bottom: 0;
    left: 0;
}
#cssmenu ul ul {
    margin-top: 0;
}
#cssmenu ul ul li {
    font-weight: normal;
}
#cssmenu a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}
/* Custom CSS Styles */

#cssmenu {} #cssmenu > ul {
    *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}
#cssmenu ul {
    text-transform: capitalize;
}
#cssmenu ul ul {
    border-top: 4px solid #c7d125;
    text-transform: none;
    min-width: 190px;
}
/*drop menu*/

#cssmenu ul ul a {
    background: rgba(255, 255, 255, 0.85);
    color: #373737;
    border: none;
    border-top: 0 none;
    line-height: 150%;
    padding: 10px 20px;
    font-size: 12px;
}
#cssmenu ul ul ul {
    border-top: 0 none;
}
#cssmenu ul ul li {
    position: relative;
}
#cssmenu ul ul li:first-child > a {}
/*drop menu highlight*/

#cssmenu ul ul li:hover > a {
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
}
#cssmenu ul ul li:last-child > a {} #cssmenu ul ul li:last-child:hover > a {} #cssmenu ul ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
#cssmenu ul li:hover > a {
    color: #c7d125;
    !important;
}
#cssmenu ul li.active > a {
    color: #c7d125;
}
#cssmenu ul li.has-sub > a:after {
    content: '+';
    margin-left: 5px;
}
#cssmenu ul li.last ul {
    left: auto;
    right: 0;
}
#cssmenu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}
#cssmenu a {
    color: #000;
    padding: 0 20px;
}
#cssmenu > ul > li > a {
    line-height: 50px;
    font-size: 14px;
}
#cssmenu > ul > li:first-child > a {
    padding: 0 20px 0 0;
}
#mobile-logo{
	display:block;
	margin-bottom:30px;
}
.sb-slidebar ul{
	list-style:none;
	color:#FFF;
	margin:0;
	padding:0;
}
.sb-slidebar img{
	max-width:160px
}
.sb-slidebar ul li:first-child{
	display:none;
	}
.sb-slidebar ul li ul li:first-child{
	display:block;
	}
.sb-slidebar ul li{
	font-size: 16px;
	margin:0;
	padding:0;
}
.sb-slidebar ul a{
	color:#FFF;
	text-decoration:none;
		border-bottom:1px solid rgba(255,255,255,0.5);
	display:block;
	padding:5px 10px
}
.sb-slidebar ul a:hover{
	color:#c7d125;
}
/* ----------------------
	Standard Styling 
---------------------- */

body {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    color: #373737;
}
h1,
h2,
h3,
h4,
h5,
h6 {} h2 {
    font-weight: bold;
}
h3 {
    color: #c7d125;
}
a {
    color: #373737;
}
a:hover {
    color: #c7d125;
    transition: all ease-in-out 100ms;
}
.sb-slidebar a:hover {
    color: #FFF;
}
img {
    max-width: 100%;
    height: auto;
}
.alignright {
    float: right;
    margin: 1%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.alignleft {
    float: left;
    margin: 1%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.aligncenter {
    float: center;
    margin: 1% 0%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.alignnone {
    margin: 1% 0%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.container {
    max-width: 1200px;
    width: 100%;
}
.mobile-nav {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 0;
}
#header.sticky .mobile-nav {
    right: 50px;
}
.burger-menu {
    color: #373737;
    list-style: none;
    font-size: 3rem;
    margin: 0;
}
#header {
    background: rgba(255, 255, 255, 1);
    text-align: center;
    transition: all ease-in-out 50ms;
    padding: 10px 20px
}
#header.sticky {
    position: fixed;
    top: 0px;
    z-index: 90000;
    max-height: 50px;
    width: 100%;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
#header .logo {
    text-align: left;
	
}
#header .logo img {
    max-width: 140px;
    text-align: left
}
#header.sticky .logo img {
    height: 50px;
}
#header .six.columns:first-child {
    width: 18%;
}
#header .six.columns:last-child {
    width: 78%;
}
.nav {
    display: none;
}
#header.sticky #cssmenu {
    margin: 0;
}
#header .container {
    padding: 0 20px;
}
#slideshow {
    margin: 0 10px;
}
#slideshow .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.slider {
    transition: all ease-in-out 200ms;
    z-index: 10;
}
.slide img {
    width: 100%;
    min-height: 240px;
    margin-bottom: -6px;
}
.slick-slider {
    margin-bottom: 0px !important;
}
.slick-slide {
    float: left;
    z-index: 500 !important;
}
.slick-dots {
    margin-bottom: 20px
}
.slick-dots li {
    width: 8px !important;
    height: 8px !important;
}
.slider .text {
    color: rgba(255, 255, 255, 0.6);
    padding: 4%;
    position: absolute;
    text-align: left;
    bottom: 0%;
    left: 5%;
    width: 80%;
    display: block;
}
.slider .text h1 {
    font-size: 20px;
}
#full-width-content {
    margin: 0 10px;
}
#full-width-content .container {
    max-width: 100%;
    padding: 0;
}
#full-width-content .six.columns {
    width: 100%;
    margin: 0;
}
#full-width-content .six.columns:last-child {
    padding: 20px;
	
}



.box {
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.box:before {
    content: "";
    display: block;
    padding-top: 50%;
}
#content h3 {
    background: none;
}
.page-title {
    margin: 0 10px;
    color: #ffffff;
    padding: 10px;
    background: #c7d125
}
.page-title h3 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
	text-transform: lowercase;
}
.brand,
.Brand {
    background-color: #ed911e;
}
.design,
.Design {
    background-color: #333d47;
}
.web,
.Web {
    background-color: #23b0af;
}
.print,
.Print {
    background-color: #c7d125;
}
.lfp,
.Large.Format.Print {
    background-color: #a82583;
}
.photography,
.Photography {
    background-color: #db005a;
}
h3.Brand {
    color: #ed911e;
}
h3.Design {
    color: #333d47;
}
h3.Web {
    color: #23b0af;
}
h3.Print {
    color: #c7d125;
}
h3.Large.Format.Print {
    color: #a82583;
}
h3.Photography {
    color: #db005a;
}
.inner:hover img {
    opacity: 1;
}
.inner {
    position: relative;
    top: 0;
    /*left: 0;
    bottom: 0;
    right: 0;
	vertical-align:middle;
	padding:4%;*/
    
    transition: all ease-in-out 200 ms;
    transform: translateY(10%);
}
.inner img {
    /*max-width:100%;
	top: 50%;*/
    
    position: relative;
    transition: all ease-in-out 200 ms;
    transform: translateY(-50%);
    opacity: 0.85;
}
#featured-image {
    margin: 0 10px;
}
#featured-image .container {
    max-width: 100%;
    padding: 0;
}
.static-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
}
#clients {
    background: #2e3233;
    margin: 0 10px;
    text-align: center;
    color: #ffffff;
	display:none;
}
#clients .container {
    padding: 4% 0;
    max-width: 1256px;
}
#portfolio-holder{
	margin:0 10px;
}
.portfolio {
    text-align: center;
    padding: 0 10px;
	margin-bottom:10px;
}
.portfolio-logo {
    max-width: 300px;
    width: 100%;
    margin-bottom: 4%;
}
#staff-holder{
	margin:0 10px;	
}
#staff-holder .container{
	padding:0px;
}
.staff{
	margin-bottom:10px
}
.staff h2 {
    margin-bottom: 0;
    margin-top: 100px;
}
.staff h4 {
    color: #c7d125;
}
.staff ul {
    list-style: none;
}
.staff ul li strong {
    color: #c7d125;
}
.post-holder {
    display: inline-block;
    width: 100%;
    margin-bottom: 1%;
}
.post-holder-no-margin {
   	display: inline-block;
    width: 100%;
	vertical-align:top;
	text-decoration:none;
	text-align:left;
	float:left;
	margin-bottom:-7px;
}
.post-holder img, .post-holder-big img, .post-holder-big-no-margin img, .post-holder-no-margin img {
    width: 100%;
    height: auto;
	position:relative;
}

.post-holder-big {
    display: inline-block;
    width: 100%;
    margin-bottom: 1%;
	vertical-align:top;
	text-decoration:none;
	text-align:left;
}
.post-holder-big-no-margin {
    display: inline-block;
    width: 100%;
	vertical-align:top;
	text-decoration:none;
	text-align:left;
	float:left;
	margin-bottom:-7px;
}

.fa-quote-left{
	display: inline-block;
	float: left;
	font-size: 40px;
	margin: 5px 10px 3px 0;
	overflow: auto;
	line-height: 40px;
	opacity: .8;
}
.news-holder{
	background:#1d1d1b;
	color:#FFF;
}
.post-content{
	padding:4%
}

#clients {} .client-holder {
    display: inline-block;
    width: 44%;
    margin: 2%;
    border: 2px solid white;
    max-width: 360px;
    vertical-align: middle
}
.client-holder img {
    width: 100%;
    max-width: 360px;
    height: auto;
	margin-bottom:-7px
}
#content {
    padding: 8% 0;
	text-align:center;
	margin:0 10px;
}
.service-icon {
    bottom: -35px;
    position: absolute;
    right: 5%;
    z-index: 1000;
    width: 75px;
    height: 75px;
    transition: all ease-in-out 600ms;
}
.news{
	text-align:center;
}
#footer {
    margin: 0 10px;
    border-top: 10px solid #c7d125;
    padding: 20px 0;
}
#footer .container {
    padding: 0 20px
}
#footer .social .fa {
    margin: 0 0 0 10px;
    width: auto;
    font-size: 24px;
    color: #373737;
}
#footer .social .icon:hover .fa {
    color: #c7d125;
    transition: all ease-in-out 500ms;
}
#map{
		margin:0 10px
	}
.sidebar{
	margin-top:150px;
}
.sidebar h3{
	margin:0;
	font-size:1.5em;
	text-decoration:none
}

.sidebar h1{
	margin:0;
	color: #373737;
	font-size:2em;
}

h3.Brand a{
    color: #ed911e;
}
h3.Design a{
    color: #333d47;
}
h3.Web a{
    color: #23b0af;
}
h3.Print a{
    color: #c7d125;
}
h3.Large.Format.Print a{
    color: #a82583;
}
h3.Photography a{
    color: #db005a;
}


/* Larger than mobile */

@media (min-width: 400px) {
    /* Larger than phablet (also point	 when grid becomes active) */
}
@media (min-width: 550px) {
    
    .box {
        width: 33.3333%;
    }
    #footer .social .fa {
        float: right
    }
    .slider .text {
        width: 40%;
    }
    .slider .text h1 {
        font-size: 4rem;
    }
    .portfolio {
        padding: 0;
    }
    .post-holder {
        width: 48.1666%;
        margin: 0.5%;
    }
	.post-holder-no-margin {
        width: 50%;
    }
    .post-holder-big {
        width: 48.6666%;
        margin: 0.5%;
    }
	.post-holder-big-no-margin{
		width: 50%;
	}
    .client-holder {
        width: 20%;
    }
    .service-icon {
        bottom: -75px;
        position: absolute;
        right: 10%;
        z-index: 1000;
        width: 150px;
        height: 150px;
    }
	#content {
    	padding: 4% 0;
		text-align:left;
	}
	#clients {
		display: block;
	}
	
}
/* Larger than tablet */

@media (min-width: 769px) {
	.nav {
        display: block;
    }
    .mobile-nav {
        display: none;
    }
    #full-width-content .six.columns {
        width: 50%;
        margin: 0;
    }
    #full-width-content .six.columns:last-child {
        padding: 60px
    }
    /* Match div height
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .box{
		width : 50%;
	}
    .match-div-height {
        display: flex;
    }
    .match-height {
        display: table-cell;
    }
	#full-width-content .copy{
		/*position: relative;
		top: 50%;
		transform: translateY(-50%);*/
	}
}
/* Larger than desktop */

@media (min-width: 1200px) {
    #footer .container {
        padding: 0
    }
    #header {
        padding: 10px 0;
    }
    #header.sticky {
        padding: 5px 10px;
    }
    #header .container {
        padding: 0;
    }
    .post-holder {
        width: 32.1666%;
    }
	.post-holder-no-margin {
        width: 33.3333%;
    }
    .page-title {
        padding: 10px 0;
    }
    .service-icon {
        bottom: -150px;
        position: absolute;
        right: 10%;
        z-index: 1000;
        width: 300px;
        height: 300px;
    }
	#content{
		margin:0}
	#portfolio-holder{
		margin:0;
	}
}
@media (min-width: 1400px) {
    .box {
        width: 50%;
    }
    .static-image {
        height: 700px;
    }
}
@media (min-width: 1400px) {
	.box {
		width:33.3333%;
	}
}
/* Larger than Desktop HD */

@media (min-width: 1200px) {} @media (min-width: 1400px) {} 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#full-width-content .copy{
		position: relative;
		top: 50%;
		transform: translateY(30%);
	}
} 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#full-width-content .copy{
		position: relative;
		top: 50%;
		transform: translateY(0%);
	}
	.box:before {
		content: "";
		display: block;
		padding-top: 15%;
	}
	.inner {
		position: relative;
		top: 0;
		transition: all ease-in-out 200 ms;
		transform: translateY(41%);
	}
}