/*
Theme Name: Coldham & Hartman Architects
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Coldham & Hartman Architects
Version: 1.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Coldham & Hartman Architects
Tags: 
*/

/* Import the necessary Bootstrap WP CSS additions */
/* @import url( includes/css/bootstrap-wp.css ); */

/* Minimal WordPress Styling */
@import url( includes/css/wordpress_min.css );

/* set container width tablet and above */
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.container {
	width: 964px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.container {
	width: 964px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.container {
	width: 964px;
}
}
html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	height: 100%;
}
body {
	background: #FFF;
	font-size: 16px;
	line-height: 26px;
	color: #444;
	font-family: "open_sans", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}

@media (max-width: 767px) {
}
#skipnav {
	display: none;
}
/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */

@font-face {
    font-family: 'open_sans';
    src: url('includes/fonts/OpenSans-Regular-webfont.eot');
    src: url('includes/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('includes/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('includes/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'open_sans';
	src: url('includes/fonts/OpenSans-Semibold-webfont.eot');
	src: url('includes/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('includes/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		 url('includes/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		 url('includes/fonts/OpenSans-Semibold-webfont.svg#open_sansregular') format('svg');
	font-weight: 700;
	font-style: normal;
}

	
/* styles to use before Typekit is loaded */
.wf-loading {
  visibility: hidden;
}
.wf-active {
    visibility: visible;
}
.myriad-lt {
	font-family: "myriad-pro",sans-serif !important;
	font-style: normal !important;
	font-weight: 300 !important;
}


h1, h2, h3, h4, h5, h6 {
	color: #444444;
	margin: 0;
	padding: 0;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #444444;
	text-decoration: none !important;
}

h1 {
	font-size: 38px;
	line-height: 38px;
	margin: 0 0 26px 0;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight:400;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(images/accordion_back.png) 0 bottom repeat-x;
}
h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 6px 0;
}
h4, h5, h6 {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 6px 0;
	font-weight: bold;
	font-family: "open_sans", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
	
h1 {
	font-size: 26px;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4, h5, h6 {
	font-size: 14px;
	line-height: 22px;
}

}

p {
	font-size: 16px;
	line-height: 26px;
	color: #444;
	font-family: "open_sans", Arial, Helvetica, sans-serif;
	margin: 0 0 26px 0;
}
p img {
	margin: 0;
}

@media (max-width: 767px) {
}
em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
ul {
	margin: 0 0 20px 60px;
	padding: 0;
}
ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
ul ul {
	margin: 10px 0 10px 50px;
	padding: 0;
}
ol {
	margin: 0 0 20px 60px;
	padding: 0;
}
ol li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
ol ol {
	margin: 10px 0 10px 50px;
	padding: 0;
}
blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	line-height: 22px;
}
blockquote p {
	padding: 0 0 0 45px;
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 22px;
	border: none;
}
p.wp-caption-text {
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: center !important;
	padding: 0 10px 0 0;
	color: #333;
	font-style:italic;
	font-family: 'open_sans', Arial, Helvetica, sans-serif;
	margin:0 0 30px 0;
}
/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
	color: #F49F3A;
	line-height: inherit;
	text-decoration: none;
	word-wrap: break-word;
	font-weight: normal;
}
a:visited {
	color: #F49F3A;
}
a:hover {
	color: #F49F3A;
	text-decoration: underline;
}
a:focus {
	color: #F49F3A;
	outline: none;
	text-decoration:none;
}
p a, p a:visited {
	line-height: inherit;
	color: #F49F3A;
}

a.box {
	display:inline-block;
	margin: 0 12px 0 0;
	padding:0 15px 0 15px;
	font-size:18px;
	line-height:34px;
	color:#FFF;
	/*background: url(images/back_diag.png) right 0 no-repeat;*/
	background: #A7AAAE;
	text-decoration:none;
	font-family: "myriad-pro",sans-serif !important;
	font-style: normal !important;
	font-weight: 300 !important;
	white-space: nowrap;
}
a.box.orange {
	background: #F49F3A;
}
a.box:hover {
	background-color: #6182C2;
	text-decoration:none;
}


a.arrow {
	font-size:16px;
	line-height:26px;
	color:#F4992E;
	font-family: "open_sans", Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:inline-block;
	background: url(images/icon_arrow_right.png) right 0 no-repeat;
	padding-right:18px;
}
a.arrow.right {
	float:right;
	margin-top:-46px;
}
a.arrow:hover {
	background-position:right -26px;
	color:#444;
	text-decoration:none;
}
p.arrowwrap {
	margin-top:-10px;
}


/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.clearfloats {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
.clearfloats.spacer {
	height: 20px;
}
.no-pad {
	padding:0;
}
.gallery-item {
	margin: 0;
	padding: 0;
}
.alignleft {
	float: left;
	margin: 0 20px 16px 0;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 16px 20px;
	display: block;
}
.attachment-thumbnail {
}

.widget {
	margin-bottom:0;
	margin-top:0;
}

.wp-caption {
	margin:0;
	padding:0;
	border-radius:0;
	border:none;
}

@media handheld, only screen and (max-width: 767px) {
.alignleft {
	max-width: 40% !important;
}
.alignright {
	max-width: 40% !important;
}
}

@media (max-width: 767px) {
.attachment-thumbnail {
	max-width: 80% !important;
	height: auto !important;
}
}

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
	
#masthead {
	margin: 0;
	padding: 0;
	width: 100%;
	height:50px;
	position:absolute;
	top:40px;
	left:0;
	background: url(images/back-header.png) center 0 no-repeat;
	z-index:99999;
}
.admin-bar #masthead {
	top:72px;
}
#masthead .site-header-inner {
	height: 50px;
	padding:0;
	margin:0;
	display:inline-block;
	background-color: rgba(255, 255, 255, 0.9);
}
.site-branding {
	width: 245px;
	height: 50px;
	margin: 0;
	float: left;
}
h1.site-title {
	width: 220px;
	height: 50px;
	margin: 0;
	padding: 0;
    background: #6081BF;
}
h1.site-title a {
	width: 220px;
	height: 50px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -4000px;
	background: url(images/logo2020.svg) no-repeat;
    background-position: left center;
    background-size: 245px auto;
}



@media (max-width: 767px) {

#masthead {
	top:50px;
	z-index:999;
}
#masthead .site-header-inner {
	background:none;
}
h1.site-title {
	margin: 0 0 0 10px;
}

}

/*	--------------------------------------------------
   	Nav Bar
	-------------------------------------------------- */
	
.site-navigation {
	float:left;
	width:auto;
}
#main-menu {
	margin: 0 0 0 0;
	height: 50px;
	width: auto;
	padding: 0;
	z-index: 9999;
}
#main-menu > li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
#main-menu > li > a {
	font-size: 18px;
	line-height:50px;
	padding: 0 14px 0 15px;
	display: block;
	text-decoration: none;
	color: #000;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	background: url(images/back-nav.png) left center no-repeat;
}
#main-menu > li:first-child > a {
	background: none;
	padding: 0 14px;
}
#main-menu > li:hover > a,  #main-menu > li.current-menu-item > a,  #main-menu > li.current-category-ancestor > a,  #main-menu > li.current-page-ancestor > a,  #main-menu > li.current-post-ancestor > a {
	color: #4266A8;
}
#main-menu > li > ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 0 0 0;
	z-index: 99999;
	background: url(images/back-nav.png) no-repeat;
}
/*.menu-desk > ul > li:hover > ul { display:block; }*/
#main-menu ul.sub-menu > li {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	background: #93989E;
}
#main-menu ul.sub-menu > li:first-child {
	padding: 8px 0 0 0;
}
#main-menu ul.sub-menu > li:last-child {
	padding: 0 0 8px 0;
}
#main-menu ul.sub-menu > li > a {
	font-size: 16px !important;
	line-height: 24px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	padding: 4px 15px;
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
}
#main-menu ul.sub-menu > li > a:hover,  
#main-menu ul.sub-menu > li.current-menu-item > a {
	color:#CCC;
}


@media (max-width: 767px) {
.site-navigation {
	display:none;
}
	
}


/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */

#headermob { margin:0; position:fixed; width:100%; height:30px; background:none; top:10px; right:0; z-index:99992; display:none; }

.menu-mob { display:none; }	

	#menuLink { display:block; width:30px; height:30px; float:right; margin-right:15px; }
	#menuLink .mainmenu { background:#93989E url(images/mob.png) 0 0 no-repeat !important; display:block; width:30px; height:30px; }
	
	.menuwrap { display:none; margin: 0; background:#93989E; padding:30px 15px 10px 15px; clear:both;}
	.menuwrap ul { padding:0; margin:0; }		
	.menuwrap ul > li { display: block; float: left; width:50%; padding: 0; margin: 0 0 20px 0;}
	.menuwrap ul > li:first-child { display: none; }
	.menuwrap ul > li:nth-child(4) { clear:both; }
	.menuwrap li a { font-size: 20px; line-height: 24px; padding: 4px 0; font-weight:normal; display: block;
	text-decoration: none; color:#FFFFFF;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	}
	.menuwrap ul.sub-menu { padding:0; margin:0; display:block !important; }
	.menuwrap ul.sub-menu li { display: block !important; float: none !important; width:100% !important; padding: 0; margin: 0;}
	.menuwrap ul.sub-menu li a { font-size: 14px !important; line-height: 20px !important; padding: 4px 0; font-weight:normal; display: block;
	text-decoration: none; color:#FFFFFF;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	}
	
	
	
	@media (max-width: 767px) {
	#headermob { display:block; }
	.menu-mob { display:block; }
	.menuwrap a { color:#FFFFFF; }
	
	
	.info {
		float:none;
		margin:30px 0 0 0;
	}
	.info a.greenbox {
		margin-right:0;
	}
	
		
	}
	
	
	
/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */	


.slider1wrap { 
	height:580px;
	z-index:25;
	position: relative;
}

	.bx-wrapper {
		background:none !important;
	}
	#slider1 {
		z-index:50;
		width:100%;
		height:580px;
		margin:0 !important;
		padding:0 !important;
		background:none;
		display:none;
	}
	#slider1 li {
		width:100%;
		height:580px;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		margin:0 0 0 -1000px;
		height:580px;
		width:2000px;
		max-width:2000px;
		position:absolute;
		left: 50%;
   		top: 0;
		z-index:50;
	}
	#slider1 li .txt {
		display:block;
		margin:0 0 0 -482px;
		width:964px;
		position:absolute;
		bottom:50px;
		left:50%;
		display:none;
        z-index:9999999999;
	}
	#slider1 li .txt .wrap {
		float:none;
        position:relative;
	}
	#slider1 li .txt .wrap.left {
		float:none;
	}
	#slider1 h2 {
		color:#FFF;
		font-size:48px;
		line-height:48px;
		font-weight:300;
		background:none;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
		float:left;
		width:auto;
		margin:0 0 12px 0;
	}
	#slider1 h3 {
		color:#FFF;
		font-size:18px;
		line-height:20px;
		margin:0 0 5px 0;
		font-family: "open_sans", Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	}
	
	#slider1 a.box {
		display:block;
		float:left;
		width:auto;
		margin:12px 0 0 12px;
        position:relative;
	}
	

@media (max-width: 767px) {
.slider1wrap { 
	height:420px;
	z-index:25;
	position: relative;
}

	.bx-wrapper {
		background:none !important;
	}
	#slider1 {
		z-index:50;
		width:100%;
		height:420px;
		margin:0 !important;
		padding:0 !important;
		background:none;
		display:none;
	}
	#slider1 li {
		width:100%;
		height:420px;
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		position:relative;
	}
	#slider1 li img {
		display:block;
		margin:0 0 0 -724px;
		height:420px;
		width:1448px;
		max-width:1448px;
		position:absolute;
		left: 50%;
   		top: 0;
		z-index:50;
	}
	
	#slider1 li .txt {
		display:block;
		margin:0;
		padding:0 15px;
		width:100%;
		z-index:100;
		position:absolute;
		bottom:30px;
		left:0;
		display:none;
	}
	#slider1 li .txt .wrap {
		float:right;
	}
	#slider1 li .txt .wrap.left {
		float:left;
	}
	
	#slider1 h2 {
		color:#FFF;
		font-size:28px;
		line-height:28px;
		font-weight:300;
		background:none;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
		float:none;
		width:auto;
		margin:0 0 5px 0;
	}
	#slider1 h3 {
		color:#FFF;
		font-size:16px;
		line-height:20px;
		margin:0 0 5px 0;
		font-family: "open_sans", Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
		max-width:260px;
	}
	#slider1 a.box {
		display: inline-block;
		float:none;
		width:auto;
		margin:0;
	}
	
	.bx-wrapper .bx-next {
		right: 10px !important;
	}
	.bx-wrapper .bx-prev {
		left: 10px !important;
	}
	
}

.mission {
		padding:40px 0;
	}
	.mission h1 {
		font-size:48px;
		line-height:58px;
		margin:0 0 15px 0;
		padding:0;
	}
	.mission p {
		font-size:18px;
		line-height:28px;
	}


@media (max-width: 767px) {
.mission {
	margin:0 auto;
	max-width:300px;
	padding:40px 0;
}
.mission img {
	margin:0 0 10px 0;
}
.mission h1 {
		font-size:38px;
		line-height:48px;
		margin:0 0 15px 0;
		padding:0;
	}
}



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

.main-content {
	margin-top:160px;
}
#content {
	padding:0 0 50px 0;
}

.main-content img {
	display:block;
	margin-top:6px;
}
article {
	margin:0;
	padding:0;
}

@media (max-width: 767px) {
.main-content {
	margin-top:130px;
	padding:0 15px;
}
.main-content-inner {
	padding:0;
}
.contanier {
	margin:0 !important;
	padding:0 !important;
}
.row {
	margin:0 !important;
	padding:0 !important;
}
.col-sm-3 {
	margin:0 !important;
	padding:0 !important;
}
.col-sm-4 {
	margin:0 !important;
	padding:0 !important;
}
.col-sm-6 {
	margin:0 !important;
	padding:0 !important;
}
.col-sm-8 {
	margin:0 !important;
	padding:0 !important;
}
.col-sm-12 {
	margin:0 !important;
	padding:0 !important;
}
}

#content ul {
	margin: 0 0 26px 40px;
}
#content ol {
	margin: 0 0 26px 40px;
}
	#content ul li {
		list-style-image:url(images/bullet_gray.png);
	}
    #content ul li ul li {
		list-style-image:none;
	}

.intro {
	font-size:16px;
	line-height:24px;
}
	.intro p {
		font-size:16px;
		line-height:24px;
	}

	
.page-header {
	margin:0;
	padding:0;
	border:none;
}


.col-sm-6.custom-left {
	padding-right:22px;
}
.col-sm-6.custom-right {
	padding-left:22px;
}

@media (max-width: 767px) {
	
.col-sm-6.custom-left {
	padding-right:0;
}
.col-sm-6.custom-right {
	padding-left:0;
}
}



article {
	padding:0;
	margin:0;
}
.entry-content {
	padding:0;
	margin:0;
}

.page-header {
}


/*	News listing */
.newslisting { margin-top:20px; }
	.newslisting a {
		display:block;
		margin-bottom:40px;
	}
	.newslisting h3 {
		font-weight:400;
		margin-bottom:4px;
	}
	.newslisting a:hover h3 {
		color: #F49F3A;
	}
	.newslisting p {
		font-size:14px;
		line-height:22px;
	}
	.newslisting img {
		display:block;
	}
	.newslisting .text {
		padding-right:12px;
	}
	.newslisting .text p {
		font-size:14px;
		line-height:22px;
		margin:0 0 12px 0;
	}
	
/* Accordion */

.accordianwrap { 
	margin:0 0 26px 0;
	background: url(images/accordion_back.png) 0 0 repeat-x; 
}
.accordianwrap.add { 
	margin:-27px 0 26px 0; 
}
	.accordiantitle { 
		background: url(images/accordion_back.png) 0 bottom repeat-x;
	}
	.accordiantitle h2 { 
		line-height:30px;
		font-size:22px;
		color:#444;
		font-weight:400;
		padding:10px 50px 10px 0; 
		background: url(images/accordion_show.png) right center no-repeat; 
		margin:0;
	}
	.accordiantitle:hover h2 { cursor:pointer; color:#93989E; }
	.accordiantitle.open h2 {
		background: url(images/accordion_hide.png) right center no-repeat;
	}
	.accordiancontent {
		display:none;
		padding:26px 0 1px 0;
		margin: 0;
	}


/* Quote */
.quoteblock {
	padding:10px 0 26px 50px;
	background: url(images/icon_quote.png) 0 14px no-repeat;
}
.col-sm-6.custom-left .quoteblock, .col-sm-6.custom-right .quoteblock {
	padding-top:0;
	background: url(images/icon_quote.png) 0 4px no-repeat;
}
.quoteblock .by {
	font-weight:bold;
	margin:-16px 0 0 0;
}
.quoteblock .by p {
	font-weight:bold;
	margin:0;
}




/*	Team listing */
.teamlisting { margin-top:46px; }
	.teamlisting a {
		display:block;
		margin-bottom:40px;
	}
	.teamlisting h3 {
		font-weight:400;
		margin-bottom:4px;
	}
	.teamlisting a:hover h3 {
		color: #F49F3A;
	}
	.teamlisting p {
		font-size:14px;
		line-height:22px;
	}
	.teamlisting img {
		display:block;
	}



/*	Team detail page */
h2.teamname {
	font-weight:300;
	font-size:36px;
	line-height:46px;
	margin-bottom:10px;
}
h3.teamtitle {
	margin-bottom:20px;
}
.memberlinks {
	float:right;
	margin:-50px 0 0 0;
}
a.memberlink {
	width:25px;
	height:25px;
	text-indent:-4000px;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:8px;
}
a.memberlink.memail {
	background: url(images/icon_member_email.png) 0 0 no-repeat;
}
a.memberlink.linkedin {
	background: url(images/icon_linkedin.png) 0 0 no-repeat;
}
a.memberlink:hover {
	background-position:0 -25px;
	text-decoration:none;
}
.teamsidebar {
	background:#D2D4D6 url(images/back_sidebar.png) bottom right no-repeat;
	padding: 20px;
}
.teamsidebar h3 {
	font-weight:400;
}
.teamsidebar, .teamsidebar p {
	font-size:14px;
	line-height:22px;
}
	


/* Project list */


.page-title-wrap.project-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.page-title-wrap.project-head .termlist {
    
}
.page-title-wrap.project-head .termlist a {
    color: #333 !important;
	font-family: "myriad-pro";
	font-size: 18px;
	line-height: 24px;
    font-weight: 300 !important;
    text-decoration: none !important;
    background: url(images/back-nav.png) left center no-repeat;
    padding: 0 10px;
}
.page-title-wrap.project-head .termlist a:first-child {
    background: none;
}
.page-title-wrap.project-head .termlist a.active {
    color: #F4992E !important;
}
.page-title-wrap.project-head .termlist a:hover {
    color: #F4992E !important;
    text-decoration: none !important;
}



.taglist {
    display: flex;
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #C5C7C9;
}
body.single-projects .taglist {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.taglist .icon {
    font-family: "myriad-pro",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #C5C7C9;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 12px;
    padding-left: 24px;
    background-position: left 0;
    background-repeat: no-repeat;
}

.icon.net-zero {
    background-image: url(images/icon_z.png);
}
.icon.passive-house {
    background-image: url(images/icon_p.png);
}
.icon.deep-energy-retrofit {
    background-image: url(images/icon_d.png);
}
.icon.living-building-challenge {
    background-image: url(images/icon_l.png);
}
.icon.historic-energy-retrofit {
    background-image: url(images/icon_h.png);
}

.taglist a.active,
.taglist a:hover,
.tagicons a:hover {
    color: #F4992E;
    background-position: left -20px;
}


.taxheader {
    display: flex;
    justify-content: space-between;
	position: absolute;
	width: 100%;
}
.tagicons .icon {
    font-size: 14px;
    line-height: 20px;
    background-position: left 0;
    background-repeat: no-repeat;
    text-indent: -4000px;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.tagicons {
    display: flex;
	margin-left: auto;
}


@media (max-width: 767px) {
	
    .page-title-wrap.project-head {
        display: block;
    }
    .page-title-wrap.project-head .termlist { 
        margin: 0 0 26px -6px;
    }
    .page-title-wrap.project-head .termlist a {
        color: #000 !important;
        font-weight: 300 !important;
        text-decoration: none !important;
        background: url(images/back-nav.png) left center no-repeat;
        padding: 0 6px;
        font-size: 14px;
    }

    
    .taglist {
        flex-direction: column;
        border-bottom: none;
    }
    .taglist .icon {
        margin-right: 0;
        margin-bottom: 12px;
    }
    
    
}



.projectlist {	
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: 1fr 1fr; 
	gap: 30px 30px; 
	grid-template-areas: 
		". ."
		". ."; 
}
@media (max-width: 767px) {
	.projectlist{
		display: grid; 
		grid-template-columns: 1fr; 
		grid-template-rows: 1fr 1fr; 
		gap: 30px 30px; 
		grid-template-areas: 
			"."
			"."; 
	}
}

	.projectlist .work-thumbnail {
		height:275px;
		position:relative;
		overflow:hidden;
		margin-bottom:5px;
		/*border-bottom:5px solid #A6AAAE;*/ 
	}
	.projectlist .work-thumbnail img {
		box-sizing:border-box;
		display:block;
		/*z-index:25;*/
		/*position:absolute;*/
		margin:0;
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		transition: all ease-in-out .3s;
	}
	.projectlist .project a:hover .work-thumbnail img {
		transform: scale(1.02)
	}
	
	.projectlist .overlay {
		height:210px;
		width:100%;
		box-sizing:border-box;
		z-index:50;
		background: rgb(166, 170, 174); /* Fall-back */
    	background: rgba(166, 170, 174, 0.90);
		position:absolute;
		top:0;
		left:0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		padding:8px 15px;
		opacity:0;
	}
	.projectlist .overlay p {
		font-size:16px;
		line-height:24px;
		color:#FFF;
		margin:0 0 20px 0;
	}
	.projectlist a:hover .overlay {
		opacity:1.0;
	}
	
	.projectlist header {
		position: relative;
		padding:0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.projectlist a:hover {
		text-decoration:none;
		font-weight:normal;
	}
	.projectlist h3 {
		color: #444 !important;
		text-decoration: none;
		font-weight: 300;
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}
	.projectlist a:hover h3 {
		text-decoration:none;
		font-weight: 300;
	}
	.projectlist h4 {
		color:#444 !important;
		text-decoration:none;
		font-size:18px;
		line-height:26px;
		font-family: "myriad-pro",sans-serif;
		font-style: normal;
		font-weight: 300;
		margin:0;
	}
	.projectlist a:hover h4 {
		text-decoration:none;
		font-size:18px;
		line-height:26px;
		font-family: "myriad-pro",sans-serif;
		font-style: normal;
		font-weight: 300;
	}




@media (max-width: 767px) {
	
	.projectlist .col-sm-4 {
		margin: 0;
	}
	.projectlist .col-sm-4 article {
		max-width: 308px;
		margin: 0 auto 40px auto;
	}

}



/*	Project detail page */


.slider2wrap { 
	width:964px;
	height:600px;
	margin-bottom:90px;
}

	#slider2 {
		width:964px;
		height:600px;
		margin:0 !important;
		padding:0 !important;
		display:none;
	}
	#slider2 li {
        position: relative;
		width:964px;
		height:600px;
		margin:0 !important;
		padding:0 !important;
	}
	#slider2 li img {
        position: absolute;
		display:block;
		margin:0 !important;
		width:100%;
		height:100%;
        object-fit: contain;
        object-position: center center;
	}
	
	.slider2wrap .bx-wrapper .bx-prev {
		display:none;
	}
	.slider2wrap .bx-wrapper .bx-next {
		display:none;
	}
	
	.slider2wrap .bx-wrapper .bx-prev {
		left: -60px;
		background-position: 0 -45px;
		opacity:0.6;
	}
	.slider2wrap .bx-wrapper .bx-prev:hover,
	.slider2wrap .bx-wrapper .bx-prev:focus {
		opacity:0.4;
	}
	
	.slider2wrap .bx-wrapper .bx-next {
		right: -60px;
		background-position: 0 -45px;
		opacity:0.6;
	}
	.slider2wrap .bx-wrapper .bx-next:hover,
	.slider2wrap .bx-wrapper .bx-next:focus {
		opacity:0.4;
	}

@media (max-width: 767px) {
	
.slider2wrap { 
	width:100%;
	height:auto;
	margin-bottom:40px;
}

	#slider2 {
		width:100%;
		height:300px;
		display: block;
	}
	#slider2 li {
		width:100%;
		height:300px;
	}
	#slider2 li img {
		width:100%;
		height:300px;
	}
	
}

	
	#bx-pager {
			text-align:left;
			position: relative;
			z-index:9990;
			margin:0;
			display:none;
		}
		#bx-pager .pad {
			padding:5px 40px 5px 0;
			display:inline-block;
			background:#D2D4D6 url(images/back_pager.png) top right no-repeat;
		}
		#bx-pager a {
			display:block;
			float:left;
			margin:0 5px;
		}
		#bx-pager a img {
			display:block;
			margin:0;
			filter: none;
  			-webkit-filter: grayscale(0);
			
		}
		#bx-pager a.active img, #bx-pager a:hover img {
			filter: gray; /* IE6-9 */
			filter: grayscale(1); /* Firefox 35+ */
			-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
		}
	
h1.projtitle { float:left; width:100%; margin:0 -200px 16px 0; padding:0 200px 0 0; box-sizing:border-box; }
a.projpdf { float:right; display:block; width:auto; margin-top:5px; }
	

@media (max-width: 767px) {
	
	#bx-pager .pad {
		padding:10px 40px 5px 10px;
		background:#D2D4D6 url(images/back_pager.png) bottom right no-repeat;
	}
	#bx-pager a {
		display:block;
		float:left;
		margin:0 5px 5px 0;
	}
}




/*	Pager */	
		
ul.pager { margin:30px 0 0 0 !important; padding:0; height:32px; }
	ul.pager li { margin:0 !important; padding:0; list-style:none !important; }
	
	ul.pager a {
		font-size:16px;
		line-height:26px;
		color:#F4992E;
		font-family: "open_sans", Arial, Helvetica, sans-serif;
		text-decoration:none;
		display:inline-block;
	}
    
    .previous {
		float:left; 
	}
	.next {
		float:right;
	}
	ul.pager .previous a {
		background: url(images/icon_arrow_left.png) left 0 no-repeat;
		padding-left:18px;
	}
	ul.pager .next a {
        background: url(images/icon_arrow_right.png) right 0 no-repeat;
		padding-right:18px;
	}
	ul.pager .previous a:hover {
		background-position:left -26px;
		color:#444;
	}
	ul.pager .next a:hover {
        background-position:right -26px;
		color:#444;
	}



    body.post-type-archive .previous {
		float:right; 
	}
	body.post-type-archive .next {
		float:left;
	}
	body.post-type-archive ul.pager .previous a {
		background: url(images/icon_arrow_right.png) right 0 no-repeat;
		padding-right:18px;
	}
	body.post-type-archive ul.pager .next a {
        background: url(images/icon_arrow_left.png) left 0 no-repeat;
		padding-left:18px;
	}
	body.post-type-archive ul.pager .previous a:hover {
		background-position:right -26px;
		color:#444;
	}
	body.post-type-archive ul.pager .next a:hover {
        background-position:left -26px;
		color:#444;
	}



.termlist {
    color: #444 !important;
}
.termlist a {
    color: #444 !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}
.termlist a:hover {
    color: #F49F3A !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}


/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */	


#colophon {
	background:#A6AAAE;
	padding:50px 0 200px 0;
	color:#fff;
	box-shadow: 0 5000px 0 5000px #A6AAAE;
}


@media (max-width: 767px) {
#colophon {
	padding:50px 15px 200px 15px;
}

}

.footerlogo {
	display:block;
	width:190px;
	height:26px;
	text-indent:-4000px;
	background:url(images/logo2020.svg) no-repeat;
    background-position: -5px center;
    background-size: 230px auto;
	margin-bottom:15px;
}
.footerlogo:hover {
	background-position:0 -26px;
}

.info {
	float:right;
}

.info .txt, .phone, a.email {
	display:block;
	width:auto;
	float:left;
	margin:0 0 0 30px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	line-height:26px;
	color:#FFF;
}

@media (max-width: 767px) {
	
.info, .phone, a.email {
	float:none;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0;
}
.info .txt, .phone, a.email {
	margin:0 0 20px 0;
	font-size:16px;
	line-height:26px;
}	
	
}

.phone {
	margin:0;
	/*background:url(images/icon_phone.png) right 0 no-repeat;*/
	/*padding-right:20px;*/
}
.phone a {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	line-height:26px;
	color:#FFF;
	text-decoration:none;
}

a.email {
	/*background:url(images/icon_email.png) right 0 no-repeat;*/
	/*padding-right:30px;*/
}

.phone a:hover, a.email:hover {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	line-height:26px;
	color:#444;
	text-decoration:none;
	/*background-position:right -26px;*/
}



.info .social, .st_sharethis_custom {
		display:block;
		float:left;
		height:26px;
		text-indent:-4000px;
		margin:0 0 0 12px;
		text-decoration:none;
		background-position:0 0;
		background-repeat:no-repeat;
	}
		
		.info .social.facebook {
			background-image:url(images/soc_facebook.png);
			width:20px;
		}
        .info .social.instagram {
			background-image:url(images/soc_instagram.png);
			width:20px;
		}
		.info .social.twitter {
			background-image:url(images/soc_twitter.png);
			width:22px;
		}
		.info .social.houzz {
			background-image:url(images/soc_houzz.png);
			width:16px;
		}
		.info .social.pinterest {
			background-image:url(images/soc_pinterest.png);
			width:18px;
		}
		.info .st_sharethis_custom {
			background-image:url(images/soc_share.png);
			width:19px;
		}
	.info .social:hover, .st_sharethis_custom:hover {
		background-position:0 -26px;
		cursor:pointer;
		text-decoration:none;
	}
		
.site-info {
	padding:40px 0 0 0;
}

@media (max-width: 767px) {
.site-info {
	padding:20px 0 0 0;
	clear:both;
}
.info .social.houzz {
	margin-right:12px;
	}
}


	.site-info p {
		font-size:12px;
		line-height:16px;
		color:#fff;
		margin:0 0 10px 0;
	}
	.site-info p a {
		font-size:12px;
		line-height:16px;
		color:#fff;
		font-weight:normal;
	}
	.site-info a:hover {
		color:#444;
		text-decoration:none;
	}
	
	


/*	--------------------------------------------------
   	Form
	-------------------------------------------------- */	

.smalltext p {
	font-size:14px;
	font-weight:22px;
	margin:0 0 16px 0;
}


.ifield {
	margin-bottom:20px;
}

.post-password-form {
	margin-bottom: 200px;
}

.post-password-form label {
	width: 140px;
	line-height: 30px;
	font-size: 16px;
	display: block;
	float: left;
}

.ifield input, .ifield select, .ifield textarea, .ifield select, input[id^="pwbox-"] {
	width:100% !important;
	box-sizing:border-box !important;
	padding:8px !important;
	border:1px solid #D4D4D4 !important;
	font-size:14px !important;
	line-height:20px !important;
	color:#444 !important;
}

input[id^="pwbox-"] {
	padding:6px 8px !important;
	box-sizing: border-box;
	width: 140px;
	margin: 0;
	display: block;
}

img.wpcf7-captchac {
	width:100%;
	height:38px;
	margin:0;
}

.wpcf7-submit, .post-password-form input[type="submit"] {
	display:inline-block;
	margin: 0 12px 0 0;
	padding:0 30px 0 20px;
	font-size:18px;
	line-height:34px;
	color:#FFF;
	background: url(images/back_diag.png) right 0 no-repeat;
	text-decoration:none;
	font-family: "myriad-pro",sans-serif !important;
	font-style: normal !important;
	font-weight: 300 !important;
	border:none;
}

.post-password-form input[type="submit"] {
	float: left;
	margin-top: 30px;
}

.wpcf7-submit:hover {
	background-position:right -68px;
	text-decoration:none;
	cursor:pointer;
}
@media (max-width: 767px) {
	
	.wpcf7-submit {
		margin-top:20px;
	}
}

.wpcf7-not-valid-tip {
	position:absolute;
	top:26px;
	left:8px;
	font-size:12px !important;
}

.wpcf7-response-output {
	background:#fff !important;
	color:#444 !important;
	border:none !important;
}


::-webkit-input-placeholder {
   color:#92989E !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:#92989E !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#92989E !important;
}

:-ms-input-placeholder {  
   color:#92989E !important;
}

.wpcf7 .ajax-loader { display:none !important; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
	border:inherit;
	box-shadow: none !important;
	outline: 0 none;
}


.grecaptcha-badge {
display:none;
}

body.page-template-page-contact .grecaptcha-badge {
display:block;
}