/* ///////////////////////////////////////////////////////////////////// 
//  Webcor Projects Section Styles
/////////////////////////////////////////////////////////////////////*/

.breadcrumbs {
	top: 2.25em;
}

.projects-listing-return {
	font-size: 14px;
	font-weight: 900;
	margin-left: 0.4em;
	text-transform: uppercase;
	margin-top: 5px;
}
	

@media only screen and (min-width: 850px) {
	.projects-listing-return {
		margin-left: 0;
	}
}

.projects-listing-return a {
	/* color: #6d6e71; */
}

.projects-listing-return a:hover {
	color: #39B54A;
}

.slides-wrapper {
	position: relative;
}

.slides-toggle {
	position: absolute;
	right: 0.4em;
	bottom: -24px;
	line-height: 1;
	display: none;
}

@media only screen and (min-width: 850px) {
	.slides-toggle {
		display: block;
		right: 0;
	}
}

.slides-toggle img {
	display: block;
}

.project-slides {
	position: relative;
}

@media only screen and (min-width: 850px) {
	.project-banner-slice {
		position: relative;
		height: 350px;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.project-banner-slice .slides-cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}



/* Main Content */
.entry-content {
	border-top: 1px solid #dddedf;
	padding: 30px 0 0;
	margin: 30px 0.4em 0;
}

@media only screen and (min-width: 850px) {
	.entry-content {
		border-top: none;
		float: right;
		margin: 0 1.74% 0 0;
		padding: 2px 0 0;
		width: 70%;
	}
}

/* Sidebar */
.entry-sidebar {
	margin: 0.4em;
}

@media only screen and (min-width: 850px) {
	.entry-sidebar {
		float: left;
		margin: 0 0 0 1.74%;
		width: 20%;
	}
}

.entry-sidebar h3 {
	line-height: 1;
	margin-bottom: 0.25em;
}

.entry-sidebar h3 + p {
	margin-top: 0;
}

.entry-sidebar a {
	color: #808285;
}

.entry-sidebar a:hover {
	color: #39B54A;
}

.project-media {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.project-media li {
	float: left;
	line-height: 1;
	margin: 2% 2% 0 0;
	padding: 0;
	width: 23.5%;
}

.project-media li:nth-child(4n+4) {
	margin-right: 0;
}

/* Related */
.related-projects {
	border-top: 1px solid #dddedf;
	clear: both;
	margin: 0 1.74% 30px;
	padding: 30px 0 0;
}

.related-projects-list {
	margin: 30px 0 0;
	padding: 0;
}

.related-projects-list li {
	list-style: none;
	margin: 0 0 3%;
	padding: 0;
	width: 100%;
	background: none;
}

.project-item img {
	margin: 0 5% 0 0;
	vertical-align: middle;
	width: 30%;
	height: auto;
}

.project-item-caption {
	display: inline-block;
	width: 65%;
	color: #808285;
	font-size: 16px;
	text-transform: uppercase;
}


@media only screen and (min-width: 480px) {
	.related-projects-list.clearfix::before {
	    display: none;
	}

	.related-projects-list {
		margin-top: 0;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		grid-gap: 10px;
	}

	.related-projects-list li {
		margin: 0;
	}

/* 	.related-projects-list li:nth-child(4n+4) {
		margin-right: 0;
	} */

	.project-item {
		position: relative;
		display: block;
		overflow: hidden;
	}

	.project-item img {
		float: none;
		display: block;
		width: auto;
	}

	.project-item-caption {
		position: absolute; 
		background: rgba(52, 107, 151, 0.75);
		color: #eee;
		padding: 5% 10%; 
		opacity: 0;
		bottom: -30%; 
		width: auto;
		left: 0;
		right: 0;
		-webkit-transition: all 0.25s ease;
		-moz-transition:    all 0.25s ease;
		-o-transition:      all 0.25s ease;
		display: block;
		text-align: center;
	}

	.project-item:hover .project-item-caption {
		opacity: 1;
		bottom: 0;
	}
}

@media only screen and (max-width: 850px) {
.related-projects-list {
	padding: 0 15px;
}

.related-projects h2 {
	padding-left: 15px;
}

	
}

@media only screen and (max-width: 1029px) {
.breadcrumbs {
	top: 4.25em;
}
}


/* ///////////////////////////////////////////////////////////////////// 
//  Flexslider
/////////////////////////////////////////////////////////////////////*/

.flexslider { 
	margin: 0 0 60px; 
	background: #fff; 
	border: none; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none; 
	box-shadow: none;
}

.flexslider ul, 
.flexslider li {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.flexslider .flex-control-nav li {
	margin: 0 4px;
}