/*
Theme Name: capstone
Theme URI: http://underscores.me/
Author: Italics Bold
Author URI: http://italicsbold.com.au
Description: A custom Wordpress theme by Italics Bold
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: italicsbold-com-au
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.

capstone 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.io/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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lato', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	padding: 0 3.5% 40px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}

a.button:visited { color:#fff}

.button,
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight:300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
    margin: 0 0 15px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding:0 0 0 20px
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	    border: none;
    border-color: none;
    border-radius: 0;
    background: #39d52d;
    color: #fff;
    font-size: 12px;
    font-size: 20px;
    line-height: 1;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
	transition:all ease-in-out .2s;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#2fb025;
	transition:all ease-in-out .2s;
	color:#fff;
	text-decoration:none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	    color: #666;
    border: none;
    border-radius: 0;
    padding: 8px 15px;
    width: 100%;
    margin-bottom: 8px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	height: 110px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #777;
	text-decoration:none;
}

a:visited {
	color: #777;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration:underline;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    /* clear: both; */
    display: block;
    float: left;
    width: 75%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
    /* float: left; */
    position: relative;
    display: inline-block;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 10px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width:850px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## THEME
--------------------------------------------------------------*/

.site-content { padding-top:140px;}



.logo {
    width: 120px;
    float: left;
}

#masthead {
    padding: 15px 0 0px 0;
    position: fixed;
    margin: 0 0 20px 0;
    width: 93.5%;
    background-color: #fff;
    z-index: 100;
    border-bottom: solid 22px #fff;
}

.social {
    /* float: right; */
    position: absolute;
    bottom: 0;
    right: 0;
}

.social img:hover {
    box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
	transition:all ease-in-out .2s;
}

.social img {
    width: 35px;
    display: inline-block;
    border: none;
    margin: 0 0 0 3px;
	transition:all ease-in-out .2s;
}

.phone {
    display: block;
    text-align: center;
    margin: 0 0 4px 0;
    letter-spacing: .5px;
    text-decoration: none;
    color: #000;
}

.main-navigation {
    /* clear: both; */
    display: block;
    /* float: left; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
	-webkit-transform: translate(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
	-ms-transform: translate(-50%); /* IE 9 */
	transform: translate(-50%); /* IE 10, Fx 16+, Op 12.1+ */
	text-align:center;
}

#colophon {
    font-size: 12px;
    margin: 20px 0 0 0;
}

.site-info { float:left}
.terms { float:right}

.container { max-width:1000px; margin:0 auto}

.head-banner {
    background-color: #eee;
    color: #fff;
    height: 70vh;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.v-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parallax-window {
    background: transparent;
}

.hero-headline {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .5px;
}
.hero-subheadline {
     font-weight: 300;
    font-size: 32px;
}

.large-tagline h1, .small-tagline h1 {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
	max-width: 700px;
    margin: 0 auto;
}

.large-tagline h1 {padding: 100px 0;}
.small-tagline h1 {padding: 50px 0;}


.large-tagline p, .small-tagline p { margin:0; padding:0}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.half { width:50%; float:left}

.we-are-blocks {}

.we-block {
    background-size: cover;
    background-position: center center;
}

.we-block .half {
    background-color: rgba(256,256,256,.8);
    padding: 160px 60px;
}

.we-block:nth-child(even) .half { float:right}

.contained { max-width:500px; float:right}

.we-block:nth-child(even) .contained { float:left;}

h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
.green-light {
    font-weight: 300;
	color:#39d52d;
}


.pad-medium { padding:90px 0}

.deliver-icons { margin-top:70px;}

.deliver-icon {
    float: left;
    width: 50%;
}

.deliver-icon img {
    width: 66px;
}
.deliver-icon span {
    display: block;
    width: 80%;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 400;
}


.sect-header {
    color: #fff;
    text-align: center;
    padding: 120px 20px;
    font-size: 48px;
    height: auto;
    font-weight: bold;
}

#contact {
    background-color: #47494a;
    color: #fff;
    padding: 40px 30px;
}

#contact h2 {
    text-align: center;
    margin: 10px 0 0 0;
}

#contact label { font-size:12px;}


h2 { font-size:48px;}

.one-half, .one-third, .two-thirds {
	float:left;
	margin-right:2%;
	}

.one-half {width:49%}

.one-half:nth-of-type(2) { margin-right:0}

.one-third {width: 32%}

.two-thirds {width: 66%}

.last { margin:0}

.smaller-banner {
    height: 500px;
}

.x-small-banner { height:350px}

.smaller-banner h1, .x-small-banner h1 { font-size:48px;}

.sidebar {
    background-color: #47494a;
    text-align: center;
    color: #fff;
    width: 32%;
}

.sidebar h3 { font-weight:100; font-size:26px;}

.sidebar .deliver-icons {
    margin-top: 30px;
}

.sidebar .deliver-icon {
    float: none;
    width: 100%;
}

.sidebar .deliver-icon span {
    display: block;
    width: 70%;
    font-weight: 100;
    margin: 0 auto 20px;
	font-size:14px;
}

.bump-down-small, .bump-down-small.container {margin-top:40px}
.bump-down-mid, .bump-down-mid.container { margin-top:80px}


.row {
    position: relative;
}

.table { display: table;}
.table-row { display: table-row; }

.cell-filler {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.content-cell { padding:40px 40px 20px 0}

.grey-padded { background-color:#eee; padding:40px}

.dark-grey-padded {background-color:#47494a; padding:40px}

.dark-grey-padded h3 { color:#fff}

.the-team { padding:40px 0; clear:both;}


.team-member { margin-bottom:30px;}

.team-name { font-weight:700}

.team-position { margin-bottom:15px;}

.team-bio p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.5;
}

.team-member .one-third { width:35%}

.team-member .two-thirds { float:right; width:60%}

.icon { display:block; line-height:30px; margin-bottom: 5px; font-size:14px; color:#000;}

.icon img { max-height:40px;}

.icon-phone:before, .icon-email:before {
    background-size: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    vertical-align: bottom;
    margin-right: 10px;
	
}

.insp-link { margin:20px 0 40px 0;}

.icon-email:before {background-image: url(images/icon-mail.png);}

.icon-phone:before {background-image: url(images/icon-phone.png);}

.warranties {
    border: solid 1px #39d52d;
    border-left: none;
    margin: 90px 0 0 0;
    height: 198px;
}

.warranty-container { margin-top:-33px}

.warranties-text {}

.warranties-icons {
    width: 20%;
    margin: 0 18% 0 0;
    float: left;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 70px;
}

.warranties-icons:nth-of-type(3n+3),
.one-third:nth-of-type(3n+3) { 
	margin-right:0
}




.warranties-icons img {
    width: 66px;
    margin-left: -6px;
}



.green-dots { color:#39d52d}



.slick-slider {
	margin:0;
	padding:0;
}

.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 49%;
    font-size: 0;
    background-color: rgba(256,256,256,0.5);
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 20px;
	background-image:url(images/arrow-left.png);
	background-size: cover;
}


button.slick-arrow:hover { cursor:pointer }

.slick-next.slick-arrow { right:0; background-image:url(images/arrow-right.png);}

.project-info {
    background-color: #eee;
    padding: 20px;
    margin: 0 0 70px 0;
}

.project-info .post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.project-icons { float:right}

.project-info .post-categories a { color:#000}

.project-icons div {
    display: inline-block;
    border: solid 1px #999;
    padding: 8px 10px 4px;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.project-icons div img {
    height: 38px;
    display: inline-block;
    vertical-align: middle;
	margin:-9px 0 0 0;
	width:auto;
}

.project-location { float:left}

.features {
    margin: 0;
    padding: 0px 0 0 20px;
    color: #39d52d;
    font-size: 18px;
    font-weight: 400;
}

.features span { color:#000}

h4 {
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 400;
	letter-spacing:.5px;
}

.project-about .button {
    margin: 60px 0;
    display: inline-block;
}


a.project-block { background-color:#eee; color:#000; text-decoration:none; transition:all ease-in-out .2s}

a.project-block:hover { box-shadow:0 0 13px rgba(0,0,0,.2); transition:all ease-in-out .2s}

.project-block img { display:block; width:100%;}

.project-dets {padding:20px; font-size:18px; background-color:#eee; position:relative}

.project-dets .project-icons div {font-size:18px; margin: 0 2px 0 0; padding:5px 7px 2px 7px}

.project-dets .project-icons img { height:22px;}

.project-block a:visited, .project-block a { color:#000}


.lightbox .design-icons a:visited, .lightbox .design-icons a { color:#fff}

.project-block {
	
    transition: all ease-in-out .2s;
	}


.project-block:hover {
	box-shadow: 0 0 13px rgba(0,0,0,.2);
    transition: all ease-in-out .2s;
	}


.project-dets .project-icons {
    float: left;
}

.project-block a:hover { text-decoration:none}

img.plus-link {
    float: right;
    height: 36px;
    width: auto;
}

a.project-block:nth-of-type(3n+3) {margin-right:0;}

a.project-block:nth-of-type(3n+4) {clear:both;}

.need-inspiration .half { float:right;}

.need-inspiration .contained { float:left}

.icon { max-height:40px;}

.proj-type {
    height: 40px;
}


.black { color:#000}

.inspiration-page { text-align:center}


.inspo-interior:checked ~ .inspo-gallery .exterior {
    display:none;
}

.inspo-gallery a {
    background-color: #47494a;
    position: relative;
    margin: 0 1% 2% !important;
    width: 31%;
}

.inspo-exterior:checked ~ .inspo-gallery .interior {
    display:none;
}


.inspo-all:checked ~ .inspo-gallery .interior,
.inspo-all:checked ~ .inspo-gallery .exterior {
    display:block;
	margin-bottom: 2%;
}

input[type=radio].inspiration_filter { display:none}

.inspiration_filter + label {
    display: inline-block;
    padding: 7px 10px;
    background-color: #47494a;
    color: #fff;
    min-width: 109px;
    margin: 0 3px;
}

.inspiration_filter:checked + label {
	background-color: #39d52d;
} 


.inspiration_filter + label:hover {
	background-color:#000;
	cursor:pointer;
}

.inspiration_filter:checked + label:hover {
	background-color: #2fb025;
}

.inspo-gallery a { background-color: #47494a; position:relative}

.inspo-gallery a:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(images/icon-plus.png);
    position: absolute;
    display: block;
    background-size: contain;
    bottom: 20px;
    right: 20px;
	opacity:0;
	transition:all ease-in-out .2s;
}

.inspo-gallery a:hover:after { opacity:1; transition:all ease-in-out .2s; }


.inspo-gallery a img { 
	opacity:1;
	transition:all ease-in-out .2s;
	display:block;
}

.inspo-gallery a:hover img { 
	opacity:.2;
	transition:all ease-in-out .2s
}


.design-enquire {
    float: left;
    padding: 13px 20px 14px;
    margin: 0 0 0 7px;
}


.design-title { float:left}

.design-icons {
    float: right;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}


.project-dets .design-icons .project-icons div {
    font-size: 26px;
    padding: 1px 18px;
    font-weight: 400;
}

.project-dets .design-icons .project-icons img {
    height: 31px;
}

.design-title .proj-type { height:auto}


.design-outer-block { margin-bottom:2%}

.design-outer-block:nth-of-type(even) { margin-right:0 }

.right { float:right}

/*LIGHT BOX*/

.lightbox-lock>body, .lightbox-on {
	height: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

.lightbox-overlay {
	position: fixed;
	overflow: hidden;
	z-index: 2147483647;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(256,256,256,.5);
	background-repeat: repeat;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden
}

.lightbox-footer, .lightbox-header {
	padding: 1px 1em;
	margin: -1px 0;
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden
}

.lightbox-header {
	padding-right: 4.555em
}

.lightbox-footer {
	top: auto;
	bottom: 0
}

.lightbox-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 1px;
	margin-right: -1px;
	margin-left: -.25em
}

.lightbox-overlay.lightbox-loader:after {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:none;
	background-image: url(data:image/gif;base64,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);
	background-position: center center;
	background-repeat: no-repeat;
	content: " ";
	z-index: 3
}

.lightbox {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: auto;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
	position:relative;
}

.lightbox.lightbox-ajax {
	width: 100%;
	max-width: 1140px
}

.lightbox.lightbox-iframe {
	width: 100%;
	max-width: 900px;
	overflow: hidden
}

.lightbox.lightbox-image {
	overflow: hidden
}

.lightbox-content {
	background-color: #fff;
	padding: 1em;
	text-align: left;
	max-height: 100%;
	overflow: auto
}

.lightbox>img {
	max-height: 100%;
	display:block;
}

.lightbox>.media {
	background-color: #111;
	margin: 0 auto
}

.lightbox-close {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
	display: inline-block;
	padding: .83em;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	text-decoration: none
}

.lightbox-close:hover {
	text-decoration: underline
}

.lightbox-direction, .lightbox-direction:visited {
	position: absolute;
    display: block;
    top: 49%;
    left: 60px;
    padding: .5em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    background-color: rgba(256,256,256,.9);
    font-size: 0;
    width: 40px;
    height: 40px;
	margin-top:-20px;
	    background-image: url(images/arrow-left.png);
		background-size:cover;
}

.lightbox-direction.right {
	left: auto;
	right: 60px;
	    background-image: url(images/arrow-right.png);
}

.lightbox-direction:hover {
	text-decoration: underline
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}

.hidden {
	display: none!important;
	visibility: hidden
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.lightbox-close {
    background-image: url(images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/*LIGHT BOX ENDS*/



.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
	background-color:rgba(0, 0, 0, 0) !important;
	    border-top-color: #292929 !important;
	}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target { background-color:#666 !important} 

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item.menu-item-319 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item.menu-item-54 > .shiftnav-target { background-color:rgba(0, 0, 0, 0) !important;} 


/* RESPONSIVE */
@media screen and (max-width: 1080px) {
	#site-navigation {
		float: right;
		position: relative;
		transform: none;
		left: initial;
		margin-top: 17px;
		width: auto;
	}
	.main-navigation ul { 
		text-align: right; 
	}
	.main-navigation a { 
		padding-right: 0; 
	}
	.social {
		position: relative;
		float: right;
		margin-top: 15px;
		clear: right;
	}
	.social a {
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
	}
	.phone { 
		display:inline-block; 
	}
	.lightbox-content .project-dets .one-half {
		width: 100%;
		float: none;
		margin: 0;
	}
	.lightbox-content .project-dets .design-icons {
		float: none;
		position: static;
		transform: none;
	}
	.lightbox-content .project-dets .design-icons .right {
		float: none;
	}
}
@media screen and (max-width: 850px) { 
	.site-branding { 
		width: auto; 
		text-align: center;
		padding: 20px 0 0;
		float:left;
	}
	.logo { 
		float: none; 
	}
	#site-navigation { 
		float: left; 
	}
	.main-navigation ul { 
		text-align: center; 
		padding: 20px 0 0 0;
	}
	.main-navigation ul a { 
		padding: 0 8px; 
	}
	.social {
		margin-top: 80px;
		clear: none;
		width: auto;
		text-align: center;
		float: right;
	}
	#masthead {
		position: relative;
		width: 100%;
	}
	.site-content {
		padding-top: 0;
	}
	
	#shiftnav-toggle-main-button { margin-right:10px !important;}
	
}
@media screen and (max-width: 768px) {
	body {
		padding: 0 0 40px;
	}
	.site-main {
		padding: 0 30px;
	}
	#masthead {
		padding: 0 30px;
	}
	.large-tagline h1 {
		padding: 100px 30px;
	}
	#capabilities .we-block .half {
		width: 100%;
		padding: 100px 30px;
	}
	#capabilities .we-block .half .contained {
		float: none;
		max-width: none;
	}
	.we-deliver .pad-medium {    
		padding: 90px 30px
	}
	.we-deliver .deliver-icons {
		width: 100%;
	}
	.home-projects {
		padding: 0 30px;
	}
	.project-block {
		width: 100%;
		float: none;
		display: block;
		margin: 0 0 20px;
		background-color: #eee;
	}
	.project-block:after {
		content: "";
		display: table;
		clear: both;
	}
	.project-block a > img {
		width: 50%;
		float: left;
	}
	.home .project-block > img,
	.post-type-archive-projects .project-block > img {
		width: 50%;
		float: left;
	}
	.project-dets {
		width: 50%;
		float: left;	
	}
	.lightbox-content .project-dets {
		float: none;
		width: 100%;
	}
	.project-dets .design-icons .project-icons {
		float: none;
	}
	.project-dets .design-icons .project-icons div {
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	.project-dets .design-icons .design-enquire {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	.inspo-gallery {
		padding: 0 30px;
	}
	.page-template-template-inspiration .inspo-gallery {
		padding: 0;
	}
	#contact h2 {
		font-size: 36px;
		margin: 0 0 20px;
	}
	#contact .one-half {
		width: 100%;
		float: none;
		margin: 0;
	}
	#colophon {
		padding: 0 30px;
	}
	.page-template-template-about .grey-padded,
	.page-template-template-about .dark-grey-padded {
		padding: 30px;
	}
	.page-template-template-about .grey-padded .half {
		width: 100%;
		float: none;
	}
	.team-member .one-third {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.team-member .two-thirds {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.warranties {
		border: none;
	}
	.warranties-icons {
		width: 30%;
		margin: 0 5% 70px 0;
	}
	.need-inspiration .half,
	.need-inspiration .contained {
		float: none;
		width: 100%;
	}
	.lightbox-direction, .lightbox-direction:visited {
		left: 15px;
	}
	.lightbox-direction.right {
		right: 15px;
	}
	.project-content .two-thirds {
		width: 100%;
		float: none;
		margin: 0;
	}
	.project-content .one-third {
		width: 100%;
		float: none;
		margin: 0 0 40px;
	}
	.project-about .button {
		margin: 40px 0;
	}
	.single-projects .project-info .project-slider .slick-arrow {
		margin: 0;
	}
	.single-projects .project-info .project-location {
		float: none;
		margin: 0 0 20px;
	}
	.single-projects .project-info .project-icons {
		float: none;
	}
	.single-projects .project-info .project-icons div {
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	
.project-dets .project-icons div { margin-bottom:5px}

.project-content .one-third { margin-top:50px}

#masthead {
    margin: 0;
    padding: 0 10px;
	border-bottom: solid 12px #fff;
}
	
}


@media screen and (max-width: 550px) {

td.sidebar, td.content-cell, td.cell-filler {
		display:block;
		width:100%;
	}
	
.content-cell { padding:40px 0 20px 0}	
	
.cell-filler { min-height:200px;}	

td.sidebar { padding:10px}

td.sidebar .bump-down-mid { margin-top:40px}

table { margin-bottom:0}

.x-small-banner {
    height: 190px;
}

.head-banner { height:50vh;}

.hero-headline {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .5px;
    width: 100%;
    display: block;
}

.hero-subheadline {
    font-weight: 300;
    font-size: 25px;
}

.large-tagline h1 {
    padding: 50px 30px;
} 

}

@media screen and (max-width: 450px) {
	#site-navigation {
		float: none;
	}
	.menu-toggle {
		margin: 0 auto;
	}
	.social {
    float: right;
    margin: 45px 0 0 0;
}
	.sect-header,
	.smaller-banner h1, 
	.x-small-banner h1 {
		font-size: 36px;
	}
	.home .project-block > img,
	.post-type-archive-projects .project-block > img {
		width: 100%;
	}
	.project-block a > img {
		width: 100%;
		float: none;
	}
	.project-dets {
		width: 100%;	
	}
	.inspo-gallery a {
		width: 100%;
		margin-right: 0;
	}
	.content-cell {
		padding: 0;
	}
	
	
	
	
	.cell-filler {
		display: none;
	}
	.site-info {
		float: none;
		text-align: center;
		padding: 0 0 5px;
	}
	.terms {
		float: none;
		text-align: center;
	}
	.warranties-icons {
		width: 100%;
		margin: 0 0 30px;
	}
	.inspiration_filter + label {
		width: 100%;
	}
	
	.social a.phone { display:block; margin-bottom:10px;}
	
}