/*
Theme Name: BCM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcm
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.

BCM is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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: monospace, monospace;
	font-size: 1em;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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
--------------------------------------------------------------*/

@font-face {
    font-family: 'questrialregular';
    src: url('fonts/questrial-regular-webfont.eot');
    src: url('fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/questrial-regular-webfont.woff2') format('woff2'),
         url('fonts/questrial-regular-webfont.woff') format('woff'),
         url('fonts/questrial-regular-webfont.ttf') format('truetype'),
         url('fonts/questrial-regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
textarea {
	color: #3B3B3B;
    font-family: 'questrialregular';
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 1.867em;
	color: #E57983;
}

.page-template-contact-page h1 {
	color: #A3498D;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	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 0 1.5em 3em;
}

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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

div.wpcf7-response-output {
	margin: 0;
	padding: 15px;
	font-size: 1em;
	margin-bottom: 15px;
}

span.wpcf7-not-valid-tip {
	height: 20px;
	color: #ef7b8d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #A3498D;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.200em;
	padding: 25px 70px;
	-webkit-appearance: none;
	float: right;
	margin-top: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #672E59;
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
  
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: #3B3B3B;
	border: none;
	border-radius: 0;
	width: 100%;
	min-height: 75px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
	padding: 10px;
}

fieldset textarea {
	padding: 10px;
	height: 75px;	
	margin-bottom: 15px;	
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;		
}

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;
}

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"] {
	padding: 3px;
}


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

.page-template-contact-page .contact-col a {
	color: #A3498D;
}

a:hover {
	color: #2DA9E0;
}

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


/*--------------------------------------------------------------
# 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;
}

.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;
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*---------------------------------
# General Page Styles **/

body {
	background-color: #F4EFE6;
}

#page {
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 1095px;
}

.error404 #page #primary,
.single #page #content,
.page #content #primary {
	float: right;
	margin-top: 15px;
	width: 80%;
}

.error404 #page #primary {
	margin-top: 115px;
}

.single-project aside#secondary,
#content aside#secondary {
	margin-top: 67px;
	width: 16%;
	float: left;	
}


/*---------------------------------
# Sidebar Menu **/

#secondary #nav_menu-2  ul {
	border-top: 1px dotted #76746F;
	border-bottom: 1px dotted #76746F;
	margin: 10px 0 0;
	padding: 5px 0 5px 15px;
	display: block;
	min-height: 215px;
}

#secondary #nav_menu-2  li {
	list-style: none;
	margin: 0;
	padding: 2.5px 0 0 0;	
}

#secondary #nav_menu-2  li a {
	color: #3C3C3B;
}

#secondary #nav_menu-2  li a {
	color: #3C3C3B;
}

.single-project #secondary #nav_menu-2  li#menu-item-22 a,
#secondary #nav_menu-2  li.current-menu-item a,
#secondary #nav_menu-2  li a:hover {
	color: #EF7B8D;
}

.page-template-contact-page #secondary #nav_menu-2  li.current-menu-item a,
#secondary #nav_menu-2  li#menu-item-25 a:hover {
	color: #a3498d;
}

.page-template-projects-page #secondary #nav_menu-2  li.current-menu-item a,
#secondary #nav_menu-2  li#menu-item-22 a:hover {
	color: #2da9e0;
}

/*---------------------------------
# Misc Sidebar Styles **/

#secondary #text-3  p {
	font-size: 0.8em;
	margin-bottom: 0;
	padding: 0 0 0 14px
}

#secondary  #text-4 h2 {
	font-size: 1.2em;
	padding-left: 14px	
}

#secondary #cnss_widget-2 {
	margin-top: 15px;
	margin-left: 12px;
}

#secondary h2 a {
	color: #3b3b3b;
}

#text-2 img {
	margin-left: 10px;
}


/*---------------------------------
# Home Page Styles **/

#home-boxes {
	clear: both;

	margin-bottom: 25px;
  line-height: 0;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   15px;
  -moz-column-count:    2;
  -moz-column-gap:      15px;
  column-count:         2;
  column-gap:           15px;

}

#home-boxes article {
	width: 100% !important;
	height: auto !important;	
	margin-bottom: 15px;  
	position: relative;	
	display:inline-block;	
}

 
#home-boxes h2 {
    display: block;
    font-size: 1.125em;
	line-height: 1em;
	padding: 10%;
    text-align: center;
    width: 100%;
	position: absolute;
	z-index: 2;
 }

 
.home-box-img {
	z-index: 1;	
	display:inline-block;	
	
}
 
#home-boxes h2 span {
	font-size: 2em;
	line-height: 1em;	
	display: block;
	margin-bottom: 10px;	
} 
 
.white-text {
	color: #fff;
}

.black-text {
	color: #3B3B3B;
}
 
.display-block {
	display: block;
}

.display-none {
	display: none;
}  



#page-summary {
	width: 288px;
}

#page-summary p {
	margin: 0;
	padding: 0;
    font-size: 0.95em;
    line-height: 1.2em;
}


/*---------------------------------
# Project Main Page Styles **/

.single-project {
	margin-bottom: 20px;
}

.project-summary {
	width: 50%;
	font-size: 1em;	
	line-height: 1.25em;
	padding: 5px 0 0 5px;
}

.project-summary h1 {
	font-size: 1em;
	color: #3B3B3B;
	font-weight: bold;
}

.project-summary h1 a {
	color: #3B3B3B;
}

.project-summary h1 span {
	font-weight: normal;
	font-style: italic;
}

.project-summary a,
.project-summary h1:hover {
	color: #2DA9E0;
}

.project-summary p {
	margin: 0;
	padding: 0;
}


/*---------------------------------
# Project Sub Page Styles **/

.contact-col,
.project-full {
	font-size: 1em;	
	line-height: 1.25em;
	padding: 5px 0 0 5px;	
}

.project-full h2 {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px dotted #76746F;
}

.project-full h1 {
	font-size: 2.467em;
	text-transform: uppercase;
	color: #3B3B3B;
	width: 78%;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
}

.contact-col  p,
.project-full p {
	margin: 0;
	padding: 0;
}

.project-full p span {
	color: #2DA9E0;
}

.contact-col,
.project-info {
	display: inline-block;
	width: 50%;
	vertical-align: text-top;
	padding-top: 15px;
}

.project-info p {
	margin-bottom: 20px;
}

.project-images {
	clear: both;
	padding-top: 10px;
	padding-bottom: 25px;
	vertical-align: text-top;	

  line-height: 0;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   15px;
  -moz-column-count:    2;
  -moz-column-gap:      15px;
  column-count:         2;
  column-gap:           15px;  
}

.project-images  img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 15px;
}


/*---------------------------------
# Our Approach Page Styles **/

.page-template-our-approach-page #main {
	background-image: url(images/our-approach-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 1300px;
}

.page-template-our-approach-page #main {
	position: relative;
}

.approach-box {
	background-color: #fff;
    background-color: #fff;
    display: inline-block;
	vertical-align: text-top;
    margin: 2% 2% 0 0;
    padding: 10px;
    width: 31%;	
	min-height: 300px;
/*	width: 285px;
	padding: 10px;*/
/*	-webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
/*	-moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
/*	box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.approach-box  h2 {
	font-size: 0.800em;
	text-transform: uppercase;
	color: #000;
}

.approach-box p {
	font-size: 0.800em;
	padding: 0;
	margin: 0;
	color: #999999;
}

/*
#step1 {
	position: absolute;
	top: 325px;
	left: 0;
}

#step2 {
	position: absolute;
	top: 85px;
	left: 300px;
}

#step3 {
	position: absolute;
	top: 325px;
	left: 600px;
}

#step4 {
	position: absolute;
	top: 550px;
	left: 300px;
}
/*

/*---------------------------------
# Inspiration Page Styles **/

#inspiration-gallery {
	clear: both;

	margin-bottom: 25px;
	line-height: 0;
   
	-webkit-column-count: 3;
	-webkit-column-gap:   15px;
	-moz-column-count:    3;
	-moz-column-gap:      15px;
	column-count:         3;
	column-gap:           15px;
}

#inspiration-gallery article {
	background-color: #fff;
	width: 100% !important;
	height: auto !important;	
	padding: 10px;
	overflow: hidden; /* fix for Firefox */
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	margin-bottom: 15px;
	/*-webkit-box-shadow: 1.5px 1.5px 2.5px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	/*-moz-box-shadow:    1.5px 1.5px 2.5px 3px #ccc;  /* Firefox 3.5 - 3.6 */
	/*box-shadow:         1.5px 1.5px 2.5px 3px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}

#inspiration-gallery article p {
	margin: 0;
	padding: 7.5px 0 0 0;
	color: #000;
	font-size: 0.8em;
    font-family: 'questrialregular';	
	text-align: right;
	background-image: url(images/inspiration-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 8.5px;	
	line-height: 20px;
}


/*---------------------------------
# Contact Styles **/

/*
.page-template-contact-page #page {
	background-image: url(images/contact-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: 800px 350px;
}
*/
.page-template-contact-page  #content #primary {
	padding-right: 300px; 
}

.contact-col {
	padding-left: 0;
	padding-top: 0;
}

#contact-info {
	vertical-align: text-top;
	margin-bottom: 45px;
}


fieldset {
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 49.8%;
	vertical-align: text-top;
}

.wpcf7-form p {
	margin: 0;
	padding: 0;
}

.form-col {

/*
  line-height: 0;
 
  -webkit-column-count: 2;
  -webkit-column-gap:   15px;
  -moz-column-count:    2;
  -moz-column-gap:      15px;
  column-count:         2;
  column-gap:           15px;  */
}

.form-col{
  height: auto !important;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 48.5%;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;		 
}

.last-col {
	float: right;
}

.form-col fieldset {
  width: 100% !important;
}
 


/*---------------------------------
# Misc Page Styles **/

#mobile {
	display: none;
}


/*---------------------------------
# Tablet Break Point Styles **/
@media screen and (max-width: 960px) {	
	.single-project aside#secondary, #content aside#secondary {
		width: 21%;
	}
	.error404 #page #primary, .single #page #content, .page #content #primary {
		width: 75%;
	}
	.approach-box {
		width: 235px;
	}
	.project-summary {
		width: 75%;
	}
	#inspiration-gallery {
	  -webkit-column-count: 2;
	  -moz-column-count:    2;
	  column-count:         2;
	}	
	.page-template-contact-page #page {
		background: none;
	}	
	.page-template-contact-page #content #primary {
		padding-right: 25px;
	}  
	.page-template-our-approach-page #main {
		position: static;
	}
	#page-summary {
		width: 488px;
	} 
	#step1 {
		left: 200px;
	}
	#step2 {
		top: 150px;
		left: 375px;
	}
	#step4 {
		left: 375px;
	}
}


/*---------------------------------
# Smart Phone Break Point Styles **/
@media screen and (max-width: 667px) {	
	#text-2,
	#text-3,
	#text-4 {
		display: none;
	}
	.approach-box {
		width: 285px;
	}
	.single-project aside#secondary, #content aside#secondary {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 25px;
	}
	#secondary #cnss_widget-2 {
		margin: 0;
	}
	.cnss-social-icon {
		text-align: center!important;
	}	
	#page {
		padding: 0 15px;
	}
	.error404 #page #primary, .single #page #content, .page #content #primary {
		float: none;
		width: 100%;
	}
	button, input[type="button"], 
	input[type="reset"], 
	input[type="submit"] {
		margin: 25px auto 25px auto;
		max-width: 284px;
		width: 80%;
		float: none;
		display: block;
	}
	#home-boxes,	
	.form-col,
	.project-images {
	  -webkit-column-count: 1;
	  -webkit-column-gap:   0px;
	  -moz-column-count:    1;
	  -moz-column-gap:      0px;
	  column-count:         1;
	  column-gap:           0px;  
	} 
	.project-info,
	.project-summary,
	#page-summary {
		width: 100%;
	}
	.project-full h1 {
		padding-top: 15px;
	}
	.contact-col, .project-info {
		padding-top: 0;
	}
	.page-template-contact-page #content #primary {
		padding-right: 0;
	}
	#inspiration-gallery article {
		border: none;
		-webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
		-moz-box-shadow:    none;  /* Firefox 3.5 - 3.6 */
		box-shadow:         none;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */  
	}
	#inspiration-gallery article p,
	.page-template-our-approach-page #main {
		background: none;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 20px 70px;
	}
	#step1,
	#step2,
	#step3,
	#step4 {
		left: 0;
		position: static;
		top: 0;		
		margin: 25px auto 0px;
	}
	#mobile {
		display: block;
		margin-top: 25px;
	}
	#logo {
		float: left;
		margin-bottom: 25px;
		width: 49%;
	}
	#phone {
		float: right;
		width: 49%;
		text-align: right;
		margin-top: 35px;
		color: #3b3b3b;
		font-size: 1.333em;
		font-weight: normal;
		font-family: "questrialregular"; 
	}
	#phone a {
		color: #3b3b3b;
	}  
	.form-col {
		display: block;
		width: 100%;
	}
}


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

.hentry {
	margin: 0;
}

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

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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;
}
