/** =============================================================================
	=Project Category Filter Styling
	========================================================================== */

.project-category-filter {
	padding-top: 40px;
}
.project-category-filter-nav {
	margin-bottom: 40px;
}
.project-category-filter-nav > div {
	position: relative;
	height: 40px;
	margin-top: 10px;
	background-color: #EFEFEF;
}
.project-category-filter-nav > div:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 10;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	cursor: pointer;
	transform: rotate(45deg);
}
.project-category-filter-nav select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 40px;
	font-size: 15px;
	text-indent: 10px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;       
	-moz-appearance: none;    
	appearance: none;
}
.project-category-filter-item {
	margin-bottom: 50px;
}
.project-category-filter-item-heading {
	border-bottom: 3px solid #31a4d6;
}
.project-category-filter-item-heading h3 {
	color: #31a4d6;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}
.project-category-filter-item-heading img {
	margin-right: 10px;
}
.project-category-filter-item-entry {
	margin-top: 30px;
}
.project-category-filter-item-entry h3 {
	color: #0493d4;
	font-size: 19px;
	font-weight: 600;
	line-height: 35px;
}
.project-category-filter-item-entry-link {
	display: inline-block;
	padding: 1px 20px;
	margin-top: 15px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #40ABDB;
	border: 2px solid #40ABDB;
}
.project-category-filter-item-entry-link:hover {
	color: #40ABDB;
	background-color: #fff;
}

/** =============================================================================
	=Project Styling
	========================================================================== */

.featured-project-gallery-heading {
	display: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 40px;
	font-weight: 300;
}
.project-gallery > div,
.project-gallery-details {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.project-gallery-mobile {
	display: none !important;
}
.project-gallery-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	text-align: center;
	cursor: pointer;
}
.project-gallery-item.is-gap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.project-gallery-item-inner {
	position: relative;
}
.project-gallery-item-image {
	display: block;
	width: 100%;
	height: 174px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.project-gallery-item-content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	font-family: 'Source Sans Pro', 'Lato', Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 23px;
	background-color: #0294d5;
	background-color: rgba(2, 148, 213, 0.7);
}
.project-gallery-item.is-hover .project-gallery-item-content {
	display: block;
}
.project-gallery-item-content-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 15;
	width: 100%;
	padding: 20px;
	transform: translate(-50%, -50%);
}
.project-gallery-item-content h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 23px;
}
.project-gallery-item-content > a {
	display: block;
	color: #fff;
}
.project-gallery-item-content div > a {
	color: #fff;
	letter-spacing: 1px;
}
.project-gallery-item-content span {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}
.project-gallery-item-details {
	display: none;
}
.project-gallery-details {
	position: absolute;
	top: 174px;
	left: 16.666667%;
	z-index: 10;
	width: 66.666667%;
	height: 348px;
	background-color: #ffffff;
}
.project-gallery-details-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding: 40px;
}
.project-gallery-details-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.project-gallery-details-content h3 {
	color: #2D3A76;
	font-size: 30px;
	font-weight: 600;
	line-height: 34px;
}
.project-gallery-item-details-buttons {
	padding-top: 25px;
}
.project-gallery-item-details-buttons a {
	display: inline-block;
	padding: 2px 20px;
	margin-right: 10px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #0394D5;
}
.featured-project-gallery .project-gallery-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.featured-project-gallery .project-gallery-item-image {
	height: 265px;
}
.featured-project-gallery > .project-gallery-item:last-child .project-gallery-item-image {
	background-position: bottom right;
	background-size: contain;
	background-color: #30A4D5;
}
.featured-project-gallery .project-gallery-item-content h3 {
	font-size: 30px;
	line-height: 36px;
}
.featured-project-gallery .project-gallery-item-button {
	display: inline-block;
	padding: 2px 20px;
	margin-top: 15px;
	color: #4AA5DA;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #fff;
}

/** =============================================================================
	=Project Gallery Slider
	========================================================================== */

.project-gallery-slider {
	position: relative;
	background-color: #555;
}
.project-gallery-slide {
	position: relative;
	cursor: pointer;
}
.project-gallery-slide > div,
.project-gallery-thumb > div {
	display: block;
	width: 100%;
	height: 485px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.project-gallery-slide > img {
	display: block;
	max-width: 1048px;
}
.project-gallery-slide:not(.slick-center):before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 70px 70px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 0px 70px 70px rgba(0,0,0,0.7);
	box-shadow: inset 0px 0px 70px 70px rgba(0,0,0,0.7);
}
.project-gallery-slide:not(.slick-center) img {
	-webkit-box-shadow: inset 0px 0px 70px 70px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 0px 70px 70px rgba(0,0,0,0.7);
	box-shadow: inset 0px 0px 70px 70px rgba(0,0,0,0.7);
	opacity: 0.5;
}
.project-gallery-slide.is-active a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.project-gallery-thumbs-wrapper {
	padding: 5px 40px 5px 40px;
	background-color: #072535;
}
.project-gallery-thumbs {
	background-color: #072535;
}
.project-gallery-thumbs .slick-track {
	margin: 0 auto;
}
.project-gallery-thumb {
	height: 38px;
	cursor: pointer;
}
.project-gallery-thumb img {
	display: block;
	width: 68px;
	height: 38px;
}
.project-gallery-thumb > div {
	position: relative;
	height: auto;
	border: 4px solid transparent;
}
.project-gallery-thumb.is-active > div {
	border-color: #fff;
}
.project-gallery-thumbs .slick-prev,
.project-gallery-thumbs .slick-next {
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 200;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}
.project-gallery-thumbs .slick-prev {
	transform: rotate(-225deg);
}
.project-gallery-thumbs .slick-next {
	transform: rotate(-45deg);
	left: auto;
	right: -20px;
}

/** =============================================================================
	=Featured Projects Slider
	========================================================================== */

.featured-projects-slide {
	position: relative;
}
.featured-projects-slide > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}
.featured-projects-slide-image {
	position: relative;
	width: 100%;
	height: calc(100vh - 110px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.featured-projects-slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 60px;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	background-color: rgba(0, 0, 0, 0.7);
}
.featured-projects-slide-content span,
.featured-projects-slide-content a {
	color: #999;
	font-size: 14px;
}
.fps-prev,
.fps-next {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 100;
	width: 20px;
	height: 20px;
	margin-top: -16px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	cursor: pointer;
	transform: rotate(135deg);
}
.fps-next {
	left: auto;
	right: 20px;
	transform: rotate(315deg);
}

/** =============================================================================
	=MISC
	========================================================================== */

.single-project-meta {
	margin-top: 60px;
}
.single-project-meta,
.single-project-meta a {
	color: #2e2e2e;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 1px;
}
.single-project-meta h3 {
	color: #31a4d6;
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
}

/** =============================================================================
	=Responsive Styling
	========================================================================== */

@media screen and (max-width: 1200px){
	.project-gallery-item-image {
		height: 150px;
	}
	.project-gallery-details {
		top: 150px;
		height: 300px;
	}
	.project-gallery-details-content h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 1140px){
	.featured-project-gallery .project-gallery-item-image {
		height: 220px;
	}
	.featured-project-gallery .project-gallery-item-content h3 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 980px){
	.project-gallery-desktop {
		display: none !important;
	}
	.project-gallery-mobile {
		display: flex !important;
	}
	.project-gallery-item,
	.featured-project-gallery .project-gallery-item {
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.project-gallery-item-image,
	.featured-project-gallery .project-gallery-item-image {
		height: 250px;
	}
}
@media screen and (max-width: 880px){
	.project-gallery-item-image,
	.featured-project-gallery .project-gallery-item-image {
		height: 200px;
	}
}
@media screen and (max-width: 780px){
	.project-gallery-item-image,
	.featured-project-gallery .project-gallery-item-image {
		height: 174px;
	}
	.featured-project-gallery .project-gallery-item-content h3 {
		font-size: 15px;
	}
}
@media screen and (max-width: 580px){
	.project-gallery-item,
	.featured-project-gallery .project-gallery-item {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.featured-project-gallery-heading {
		display: block;
	}
}
@media screen and (max-width: 420px){
	.project-gallery-item,
	.featured-project-gallery .project-gallery-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 5px 10px;
	}
	.featured-projects-slide-image,
	.project-gallery-slide > img {
		height: 300px;
	}
}