/*
Theme Name: HWA
Author: Hum Creative
Author URI: http://humcreative.com

*/

/* temporary fonts for testing only */

@font-face {
    font-family: 'FoundersG';
    src: url('fonts/FoundersGrotesk-Regular.woff') format('woff'),
    	 url('fonts/FoundersGrotesk-Regular.otf') format('otf'),
    	 url('fonts/FoundersGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-shadow: none; 
    filter: none;
}

@font-face {
    font-family: 'FoundersG';
    src: url('fonts/FoundersGrotesk-Semibold.woff') format('woff'),
         url('fonts/FoundersGrotesk-Semibold.otf') format('otf'),
    	 url('fonts/FoundersGrotesk-Semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    text-shadow: none; 
    filter: none;
}


/* basics */

* {
	margin: 0;	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: none; 
	filter: none;
}

#page-wrapper {
	padding: 50px 0;
}

body {
	overflow-y: scroll;
	font-family: 'FoundersG', Arial;
	color: #191703;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .01em;
}
.footer-logo {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url('//hw-architects.com/wp-content/uploads/2015/04/apple-touch-icon-57x571.png');
	background-size: 40px 40px;
	background-repeat: no-repeat;
	opacity: 1;

}

.clear {
	clear: both;	
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #565656;
	transition: color .21s, border-color .21s;
	-webkit-transition: color .21s, border-color .21s;
	-moz-transition: color .21s, border-color .21s;
}

a:hover {
	color: #191703;
}

a.black:hover {
	color: #898989;	
}

p {
	margin: 1em 0 1em 0;
}

img {
  vertical-align : middle;
  z-index: -100;
  width: 100%;
  border: 0;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.black {
	color: #191703;	
}

.grey {
	color: #898989;
}

.font-a {
	font-size: 2em;
	line-height: 1.2em;
}

.font-b {
	font-size: 1.87em;
	line-height: 1.2em;
}

.font-d {
	font-size: 1.714em;
	line-height: 1.2em;	
}

.font-e {
	font-size: 1.2em;
	line-height: 1.2em;	
}

.font-f {
	font-size: 1.285em;
	line-height: 1.42em;	
}

.font-g {
	font-size: 1.125em;
	line-height: 1.2em;
}

.font-h {
	font-size: 1em;
	line-height: 1.2em;
}

.font-i {
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .758em;
	line-height: 1.2em;
}

.font-j {
	font-size: .758em;
	line-height: 1.2em;
}

.tall-line {
	line-height: 1.375em;
}


/* ---- Clearfixes ---- */

.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

.centered-row { /* note: centered rows cannot have white space in between columns */
	text-align: center;
}

.centered-row .c3 {
	display: inline-block;
	float: none;
	vertical-align: top;
}

/* ---- GRID Layout ---- */

*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; color:#565656;}
.grid{margin:0 auto; max-width:1200px; width:100%;} /* You can choose the grid 1200 or 1140 or 1024 or 960 as per your requirement */
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative; padding-left: 10px;padding-right: 10px;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
  padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
  padding-right: 0; position:relative;
}

/* ---- Alignments ---- */
.valign-middle {width:100%; height:100%; display: table;}
.valign-middle > div {vertical-align:middle; display: table-cell;}
.centered {float: none; margin: auto;}
.left {float: left; margin-left:0px;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.space-dtop {margin-top: 55px;}
.space-dbot {margin-bottom: 55px;}
.space-mtop {margin-top: 30px;}
.space-mbot {margin-bottom: 30px;}
.space-top {margin-top: 20px;}
.space-bot {margin-bottom: 20px;}
.space-htop {margin-top: 10px;}
.space-hbot {margin-bottom: 10px;}
.hpadding {padding-left: 10%; padding-right: 10%;}

/* even columns */

.js-even-columns.loaded {
	overflow: hidden;
}

.img-fit {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	height: 100%;
}

.img-fit img {
	display: none; /* for display on mobile */
}

/* social icons */

ul.social-icons li {
	margin: 0 15px;
}

ul.social-icons li a {
	width: 19px;
	height: 18px;
	display: inline-block;
	background-image: url(img/social-black-2.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
	opacity: 1;
	transition: opacity .21s;
	-webkit-transition: opacity .21s;
	-moz-transition: opacity .21s;
}

ul.social-icons li a:hover {
	opacity: .5;
}

ul.social-icons li.social-facebook a {
	background-position: -49px 0;
}

ul.social-icons li.social-tumblr a {
	background-position: -99px 0;
}

ul.social-icons li.social-instagram a {
	background-position: -151px 0;
}


/* forms */

input,
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: 'FoundersG', Arial;
}

input,
textarea {
	display: block;
	margin: auto;
	width: 400px;
	font-size: 1.87em;
	line-height: 1em;	
	background: #f3f3f5;
	color: #191703;
	border: 1px solid transparent;
	padding: 20px 20px 10px 20px;
	vertical-align: middle;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: border-color .21s;
	-webkit-transition: border-color .21s;
	-moz-transition: border-color .21s;
}

textarea {
	line-height: 1.2em;
	resize: none;
	height: 250px;
}

.wpcf7-recaptcha > div {
	margin: 0 auto;
}

input[type=submit] {
	-webkit-appearance: none;
	background: #3d3d3d;
	color: #ffffff;
	cursor: pointer;
	transition: background .21s;
	-moz-transition: background .21s;
	-webkit-transition: background .21s;
}

input[type=submit]:hover {
	background: #898989;
}

button,
.btn {
	font-size: 1em;
	border: 1px solid #191703;
	padding: 8px 3px 3px;
	min-width: 150px;
	line-height: 1.1em;
	vertical-align: middle;
	background: #ffffff;	
	cursor: pointer;
	color: #898989;
	transition: border .21s, color .21s;
	-moz-transition: border .21s, color .21s;
	-webkit-transition: border .21s, color .21s;
}

.is-subfooter-visible button.js-subfooter-reveal,
button.selected,
.btn.selected,
button:hover,
.btn:hover {
	border-color: #000;
	color: #191703;
}

input:focus, textarea:focus {
    outline: none;
    border: 1px solid #666;
}

/* contact form */

.wpcf7-form {
	width: 400px;
	margin: auto;
}

.wpcf7-form .ajax-loader {
	width: auto;
	margin-top: 10px;
}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
	border: 1px solid red;
}

div.wpcf7-response-output {
	margin: 0 !important;
	padding: 20px 0 !important;
	border: none !important;
}

.wpcf7-not-valid-tip {
	margin-top: 4px;
}

div.wpcf7-mail-sent-ok {
	color: #398f14;
}

.wpcf7-form input[type=submit] {
	/*pointer-events: none; */
	background: #898989;
}

.wpcf7-form.form-complete input[type=submit] {
	background: #3d3d3d;
	pointer-events: auto;
}

.wpcf7-form.form-complete input[type=submit]:hover {
	background: #898989;	
}



/* header */

#logo {
	width: 280px;
	vertical-align: middle;
}

#logo a img {
	opacity: 1;
	transition: opacity .21s;
	-moz-transition: opacity .21s;
	-webkit-transition: opacity .21s;
}

#logo a:hover { color: transparent;}

#header {
	line-height: 30px;
}

#header .menu li {
	margin-left: 80px;
	vertical-align: middle;
}

#header .menu li.current-menu-item a {
	color: #191703;
}

#header .menu li a {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .05em;
}

/* home */

.fill-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	height: -webkit-calc(100% - 135px);
	height: -moz-calc(100% - 135px);
	height: calc(100% - 135px);
	color: #ffffff;	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	opacity: 0;
	transition: opacity .21s;
	-moz-transition: opacity .21s;
	-webkit-transition: opacity .21s;
}

.fill-banner.loaded {
	opacity: 1;
}

.fill-banner h2 {
	font-size: 3.45em;
	letter-spacing: .03em;
	line-height: 1.28em;
	font-weight: bold;
	padding: 0 30px;
	text-rendering: geometricPrecision;
	-moz-text-rendering: geometricPrecision;
	-webkit-text-rendering: geometricPrecision;
}

.fill-banner h2 a {
	color: #ffffff;
	text-decoration: underline;
	transition: opacity .21s;
	-moz-transition: opacity .21s;
	-webkit-transition: opacity .21s;
	opacity: 1;	
}

.fill-banner h2 a:hover {
	opacity: .7;
}

.page-template-p-home-php #footer {
	display: none;
}

.page-template-p-home-php #page-wrapper {
	padding-bottom: 0;
}


/* work page */

.nav-work-type li a {
	font-size: 16px;
	padding: 5px 6px;
	margin: 0 30px;
	color: #898989;
	border-bottom: 2px solid transparent;
}

.nav-work-type li a:hover,
.nav-work-type li.selected a {
	color: #191703;
	border-bottom: 2px solid #191703;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #191703;
	background: rgba(0,0,0,.6);
	width: 100%;
/*	width: -webkit-calc(100% - 19px);
	width: -moz-calc(100% - 19px);
	width: calc(100% - 19px);*/
	height: 100%;
	padding: 14px;
	color: #ffffff;
	cursor: pointer;
	opacity: 0;
	transition: opacity .1s;
	-moz-transition: opacity .1s;
	-webkit-transition: opacity .1s;
}

.blurb {
	margin: 0;
	padding-bottom: 30px;
	padding-top: 16px;
}

a:hover .overlay {
	opacity: 1;
}

.image-col  {
	margin-bottom: 20px;
}

.image-col .inner {
	width: 100%;
	height: auto;
	position: relative;
}

#work .row {
	opacity: 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#work .row.loaded {
	opacity: 1;
}

/* single project */

.fullwidth-banner {
	height: auto;
	color: #ffffff;	
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.fullwidth-banner .sizer {
	padding-top: 31%;
	font-size: 0;
}

img.preloader {
	height: 0;
	width: 0;
	line-height: 0;
	position: absolute;
	left: -99999em;
}

.fullwidth-banner > div {
	background: #333333;
	transition: background .5s;
	-moz-transition: background .5s;
	-webkit-transition: background .5s;
}

.fullwidth-banner.loaded > div {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.fullwidth-banner h2 {
	letter-spacing: .09em;	
	border: 1px solid #ffffff;
	padding: .5em 25px .3em;
	line-height: 1em;
	min-width: 340px;
	display: inline-block;
	vertical-align: middle;
}

.info-box {
	width: 230px;
	padding: 0 0 40px 40px;
	float: right;
	display: inline-block;
	line-height: 1.9em;
}

.info-box hr {
	border: none;
	height: 1px;
	width: 50%;
	background: #191703;
}

.credits {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.credits li {
	margin: 0;
	padding: 0;
}

.credits li strong {
	text-transform: uppercase;
	margin-right: 4px;
	display: inline-block;
}

.previous-post-link a,
.next-post-link a {
	padding-bottom: 10px;
	border-bottom: 1px solid #898989;
	display: inline-block;
}

.back-link a {
	padding: 13px 17px;
	border: 1px solid #898989;
	display: inline-block;
}

.back-link a > div {
	margin-top: .28em;
}

.previous-post-link a,
.next-post-link a,
.back-link a {
	color: #898989;	
}

.previous-post-link a:hover,
.next-post-link a:hover,
.back-link a:hover {
	color: #191703;	
	border-color: #191703;
}


/* rows */



/* team */

.person .bio {
	line-height: 1.4em;
}


.person .bio.font-g {
	font-size: 1.1em; 
}


/* contact */

.editor-content a {
	color: #191703;
	text-decoration: underline;
}


/* footer */

#footer {
	position: relative;
}

#subfooter {
	display: none;
	background: #2f2f2f;
	padding: 80px 0 60px;
	color: #ffffff;
	position: relative;
}

#subfooter span {
	display: block;
	cursor: pointer;
	width: 100px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -50px;
	background: url(img/arrow-wide-down.png) center center no-repeat;	
	background-size: 65px 8px;
}

#subfooter h5 {
	text-transform: uppercase;
}

#subfooter input[type=submit] {
	border: 1px solid #ffffff;
	background: transparent;
}

#subfooter input[type=submit]:hover {
	background: #444;
}
