/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.wrap {
width: 1024px;
	margin: 0 auto;
}
.form-third {
float: left;
	width: 33.3333%;
	margin: 10px 0;
}

.form-full {
float: left;
	width: 100%;
}

.form-third input[type=submit] {
width: 100%;
	margin: 20px 0;
	text-align: center;
	box-sizing:border-box;
}

.service {
width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	box-shadow: 0px 0px 5px #999;
}
.service-img {
width: 100%;
	height: auto;
	float: left;
}
.service h2 {
	padding: 20px;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 1em;
	margin: 0;
}
.service p {
	padding: 20px;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 1.5em;
	margin: 0;
}
.service a {
	padding: 20px;
	margin: 0;
	text-align: center;
	width: 100%;
	float: left;
	background:#999;
	color: #fff;
}
.form-wrap {
width: 100%;
	padding: 0 25%;
	float: left;
	box-sizing: border-box;
}
.form-wrap * {
box-sizing: border-box;
}
.half {
width: 50%;
	float: left;
}
.form-wrap input,
.form-wrap textarea,
.form-wrap select{
width: 100%;
	border-bottom: 2px solid #999;
	border-left: 2px solid #ccc;
	border-top: none;
	border-right: none;
}
.form-wrap input:focus,
.form-wrap textarea:focus,
.form-wrap select:focus{
width: 100%;
	border-bottom: 2px solid #777;
	border-left: 2px solid #999;
	border-top: none;
	border-right: none;
}

.full {
width: 100%;
	float: left;
}
.form-wrap div {
padding: 10px;
}

.single-img {
	float: left;
	width: 48%;
	padding: 1%;
}

.single-blurb {
	float: left;
	width: 48%;
	padding: 1%;
}

.portfolio-gallery {
	float: left;
	width: 100%;
	padding: 0px;
}
.portfolio-gallery ul li {
position: relative;
	float: left;
	width: 33.3%;
	height: auto;
	overflow:hidden;
}
.portfolio-gallery ul li .img-caption {
position: absolute;
	top: 10%;
	left: -100%;
	width: 80%;
	height: 80%;
	background: rgba(0,0,0,.8);
	z-index: 21;
	transition: .5s all ease;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	line-height: 1em;
}
.portfolio-gallery ul li:hover .img-caption {
left: 10%;
}
.portfolio-gallery ul li img {
position: relative;
	z-index: 20;
	width: 100%;
}
.portfolio-item {
width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.portfolio-title,
.portfolio-img {
width: 100%;
	float: left;
}
.portfolio-item img {width: 100%;
		float: left; }
.clear {
clear: both;
}

.portfolio-title {
text-align: center;
	margin: 10px 0;
	font-size: 2em;
	font-family: "Playfair Display";
}

.form-btn {
padding: 12px 36px;
	border: 2px solid #999;
	color: #999;
	text-transform: uppercase;
	
}
ul#imageSet {
display: flex;
	flex-wrap: wrap;
}
#lightbox { z-index: 999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBg2AwQYAAAuAC01qHx9QAAAABJRU5ErkJggg==) repeat; }
#lightbox p { text-align: right; color: #fff; margin-right: 20px; font-size: 12px; }
#lightbox img { max-width: 940px; }

/* slideshow styles */
.lightboxTrigger {
padding: 3px 6px;
	box-sizing: border-box;
}
#slideshow { position: relative; z-index: 999; width: 60%; height: 80%; overflow-x: scroll; margin: 0 auto; padding: 10px; top: 7%; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.4); }
#slideshow ul > li { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; list-style: none; }
.nav { display: none; }
.prev, .next { position: absolute; top: 50%; background: rgba(100, 100, 100, .5); padding: .25em .5em; color: #fff; text-decoration: none; }
.next { right: 10px; }
.prev { left: 10px; }
#slideshow li img {width: 100%; height: auto; }

.home .posts-carousel {
display: none;
}

.section-header {
text-align: center;
margin: 30px 0;
font-family: "Playfair Display";
font-size: 3em;
}