@font-face {
    font-family: 'gc';
    src: url('../fonts/GardensC.eot');
    src: url('../fonts/GardensC.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GardensC.woff2') format('woff2'),
        url('../fonts/GardensC.woff') format('woff'),
        url('../fonts/GardensC.ttf') format('truetype'),
        url('../fonts/GardensC.svg#GardensC') format('svg');
}

* {
	box-sizing:border-box;
}
body {
	width: 100%;
	height: 100%;
	color: #1d1d1b;
	font-family: 'gc', sans-serif;
	font-weight: 400;
}
html {
	width:100%;
	height:100%;
}
.clear {
	clear: both;
}
.trans, a, input[type="submit"], .cta-top-item {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.fade {
	opacity: 1;
	transition: opacity 200ms ease-in-out 0s;
	-moz-transition: opacity 200ms ease-in-out 0s;
	-webkit-transition: opacity 200ms ease-in-out 0s;
	-ms-transition: opacity 200ms ease-in-out 0s;
	-o-transition: opacity 200ms ease-in-out 0s;
}

.fade:hover {
  opacity: 0.7;
}
  
.end {
	margin-right: 0px !important;
}

.drop-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.85);
}
.container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width:100%;
}
.row {
	position: relative;
	width: 100%;
}
.mrk {
	font-weight: 700 !important;
	color: #FFF !important;
	background: #3D69B2;	
}
.row.top {
	padding-top: 0.5%;
	padding-right: 0;
	padding-bottom: 0%;
	padding-left: 0;
	position: fixed;
	top: 0px;
	z-index: 999999999;
	background: #FFF;
	min-height:100px;
}
.row.banner {
	margin-top:125px;	
}

.logo {
	float: left;
	height: auto;
	width: 206px;
	padding: 10px;
}


.logo img {
	width: 100%;
	height:auto;
	margin-top:9px;
}
.nav-top {
	float: right;
	width:51%;
	text-align:right;
	margin-top:13px;
}

/*DROPDOWN MENU*/
.dd > li {
	margin-left: 4%;
	position:relative;
	padding-bottom:10px;
	float:left;
}
.dd li ul {
	position:absolute;
	left:0px;
	top:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin:0;
	background-color: #f4f4f4;
	display:none;
	min-width:200px;
	text-align:left;
	z-index:999999999999;
}
.dd li:hover ul {
	display:block;
}
.dd li ul li {
	margin-bottom:10px;	
}
.nav-top a {
	text-transform: lowercase;
	color: #1d1d1b;
	text-decoration: none;
	letter-spacing: 0.10em;
	font-size: 18px;
}
.nav-top a:hover, .n-mrk {
	color:#A29F8E !important;
}

/**/

.cycle-slideshow img {
	width:100%;
	height:auto;	
}
.row.banner img {
	position:absolute;
	left:0px;
	top:0px;	
}
.home-box {
	text-align:center;	
}
.section  {
	padding-top: 64px;
	padding-bottom: 52px;
	margin-bottom:32px;
}
.box-intro {
	width: 525px;
}

.row.home-copy .container h1, .copy-box h1, .container.project h1, .container.portfolio h1 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 15px;
	text-transform: lowercase;
	letter-spacing: 0.22em;
	border-bottom: 1px solid  #1d1d1b;
	padding-bottom: 15px;
	display:inline-block;
}
.container.project {
	text-align:center;
}
.container.project h1, .container.portfolio h1 {
	margin-top: 32px;
	margin-bottom: 35px;
}
.row.home-copy .container p {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.row.recent-projects {
	/*background-color: #f4f4f4;*/
}
.recent-projects span, .services span, .instagram span, .project-copy span, .heading {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: 0.22em;
	border-bottom: 1px solid  #1d1d1b;
	padding-bottom: 15px;
	display:inline-block;
}
.heading {
	display:inline-block;	
}
.recent-projects-w, .services-w {
	margin-top:60px;	
}
.item-recent {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	max-height:310px;
	overflow:hidden;
	position:relative;
}
.item-recent img {
	width: 100%;
	height:auto;
}
#recent-projects .item-recent:nth-child(2n+2){
	margin-right:0%;	
}

#insteg .item-recent{
	width: 22%;
	max-height:215px;
}

#insteg .item-recent:nth-child(4n+4){
	margin-right:0%;	
}


.recent-overlay {
	position:absolute;
	background:#FFF;
	width:275px;
	height:275px;
	text-align:center;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	display:none;
	border-radius:50%;
}
.recent-overlay span {
	font-size: 22px;
	border: 0;
}
.recent-overlay a {
	color: #1d1d1b;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	font-size: 18px;
	text-transform: lowercase;
}
.recent-overlay a:hover {
	color: #A29F8E;
}
.recent-overlay-con {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);

}
.btn {
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-size:18px;
	text-decoration: none;
	letter-spacing: 0.22em;
	color: #1d1d1b;
	border: 1px solid #1d1d1b;
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: 700;
}
.btn:hover {
	background: #1d1d1b;
	color:#FFF;
}
.item-services {
	width: 50%;
	float: left;
	min-height: 326px;
	overflow:hidden;
	background:#FFF;
}
.item-services h2 {
	margin-bottom: 30px;
	letter-spacing: 0.22em;
	text-transform: lowercase;
	font-weight: 700;
}
.item-services p {
	line-height: 28px;
	height:112px;
	overflow:hidden;
}
.text-white {
	padding: 4%;	
}
.item-services img {
	width:100%;
	height:auto;
	display:block;
}
.item-services .btn {
	margin-top:50px;	
}
.nav-bottom {
	margin-bottom: 25px;
}
.nav-bottom a {
	text-transform: lowercase;
	color: #1d1d1b;
	letter-spacing: 0.2em;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	margin-right: 5%;
	font-size: 18px;
}
.nav-bottom a:hover {
	color:#A29F8E;
}
.social {
	margin-top: 20px;
	margin-bottom: 20px;
}
.social img {
	width:20px;
	height:auto;
	display:inline-block;
	margin-right:2%;
}
.row.footer {
	margin-bottom:0px !important;	
}
.btn-search {
	position:relative;
}
.btn-search img {
	height: auto;
	width: 30px;
	vertical-align:middle;
}
#frm-search {
	position:absolute;
	right:8px;
	top:40px;
	display:none;
}
#frm-search input[type="text"]{
	height:30px;
	padding-left:5px;
	width:200px;
}
.project-top-img img, .project-bottom-img img {
	height: auto;
	width: 100%;
}
.project-copy {
	background: #FFF;
	border: 1px solid #000;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.project-copy span {
	border:0;	
}
.project-copy p {
	margin-bottom:20px;
	margin-top:20px;
	line-height:28px;
}
.project-bottom-img {
	margin-bottom: 5px;
}





.template-portfolio .recent-projects {
	padding-top:0px;
}

/*Fixed nav fix*/
.ct-project-w, .row.sub-content, .template-portfolio .recent-projects, .template-news .recent-projects.section, .template-article .recent-projects.section, .template-news-archive .recent-projects.section {
	margin-top: 115px;
}
.template-news-archive .recent-projects.section {
	padding-top:0px;
}

.template-portfolio .recent-projects-w {
    margin-top: 0px;
}


.copy-box {
	background: #FFF;
	border: 1px solid #000;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center;
	width:80%;
	margin-left:auto;
	margin-right:auto;	
}
.copy-box p {
	margin-bottom:20px;
	margin-top:20px;
	line-height:22px;
}

.news-left {
	float:left;
	width:75%;
}
.news-right {
	float:right;
	width:21%;
	/*margin-top: 167px;*/	
}
.news-item {
	margin-bottom:40px;
	border-bottom:1px solid #1d1d1b;
	padding-bottom:25px;	
}
.template-article .news-item .heading {
	margin-bottom:30px;
}
.template-article .recent-projects.section {
	padding-top: 0px;
}
.news-item span:nth-child(1) {
	display:inline-block;		
}
.news-item h3 {
	font-size: 16px;
	font-weight: 700;		
}
.news-item h3, .article-date {
	font-size: 16px;
	font-weight: 700;
	margin-top:15px;
	margin-bottom:25px;
	font-style:italic;	
}
.news-item > a img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:25px;		
}
.social-share {
	margin-bottom:25px;	
}
.social-share img {
	height:20px;
	width:auto;
}
.news-item p {
	line-height:22px;
	margin-bottom:35px;
}
.news-r-box {
	border: 1px solid #1d1d1b;
	padding: 20px;
	margin-bottom:25px;
}
.news-r-box span {
	display: block;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom:20px;
}
.news-r-box a {
	display:block;
	text-decoration:none;
	margin-bottom:15px;
	color:#1d1d1b;
}
.img-article {
	width:100%;
	height:auto;	
}
.event-info-w {
	text-align:center;
	margin-bottom:25px;	
}
.event-info-w p {
	margin-bottom:0px;
	font-size:16px;
}
.event-info-w span {
	font-size:18px !important;
	display:inline-block;
	border:0;
}
.frm label {
	display:block;
	margin-bottom:10px;
}
.frm span {
	display:block;
	margin-bottom:10px;
}
.frm input[type="text"], .frm input[type="email"], .frm input[type="submit"] {
	height:30px;
	border:#1d1d1b 1px solid;
	padding-left:5px;
	width:100%;
	background:#FFF;
}
.frm input[type="submit"] {
	font-weight:700;
	letter-spacing: 0.22em;
	font-size: 14px;
}
.frm.signup {
	width:40%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
.bg-grey {
	background-color: #f4f4f4;	
}
.template-news .recent-projects.section {
	padding-top: 0px;	
}
.link-pp {
	color: #1d1d1b;
	display:inline-block;
	margin-top:5px;
}
.signup form small {
	font-size:10px;	
}
.signup form small p {
	margin-bottom:15px;
}
.signup form small a {
	color: #1d1d1b;
}
.container.copy-box.journal {
	text-align:left;
	border:none;
}
.journal small {
	display:block;
	margin-bottom:30px;
}
.journal img {
	max-width:100%;	
}
.entries-items {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:25px;
}
.entry-item {
	width:31%;
	margin-bottom:35px;
	text-align:left;
}
.entry-img {
	height:200px;
	overflow:hidden;	
}
.entry-img img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.entry-cont  {
	padding-top:15px;	
	background:#f4f4f4;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
.entry-cont h4, .entry-cont h4 a {
	font-size:20px;
	margin-bottom:7px;
	color:#1d1d1b;
	text-decoration:none;
}
.entry-cont h4 a:hover {
	color:#AAA;
}
.entry-cont span {
	font-size:12px;
	font-style:italic;
}
.entry-cont p {
	font-size:14px;
	margin-top:10px;
}