/* PROJECTS POST TYPE */
/* Projects - Archive */
.archive.post-type-archive-wr_projects .archive-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a {
    flex-basis: 48%;
    display: flex;
    position: relative;
    border-radius: 0;
    height: 392px;
    overflow: hidden;
    background: black;
	margin-bottom: 20px;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a img {
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, max-width 0.5s ease, opacity 0.5s ease;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a header.entry-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 30px;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-toptext {
    color: white;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-title {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    color: white;
    font-size: 24px;
    line-height: 24px;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-button {
    padding: 0;
    height: 0;
    margin-top: 0;
    overflow: hidden;
	display: inline-block;
	font-family: "Noto Serif", serif;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 20px;
	text-transform: uppercase;
	background: #4C91C0;
    -webkit-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    -moz-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    -o-transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    -ms-transition: height 0.5s eas, padding 0.5s ease, margin 0.5s ease, color .3s ease;
    transition: height 0.5s ease, padding 0.5s ease, margin 0.5s ease, color .3s ease;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a:hover img {
    opacity: 0.9;
}
.archive.post-type-archive-wr_projects .archive-posts-wrapper a:hover header.entry-header .shrub-heart-projects-item-button {
    height: 36px;
    padding: 10px 40px;
    margin-top: 20px;
	background: #8BC04C;
}
/* Projects - Single */
.single-wr_projects main#primary {
	padding-top: 30px;
}
.shrub-heart-project-featured-top {
	display: flex;
	justify-content: flex-start;
    position: relative;
    height: 750px;
    overflow: hidden;
}
.shrub-heart-project-featured-top h1.entry-title {
    font-weight: 300;
	position: absolute;
	color: white;
	bottom: 0;
    font-size: 42px;
    line-height: 50px;
    width: 100%;
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
}
.shrub-heart-project-featured-top-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.shrub-heart-project-featured-top img {
	height: 100%;
	width: 100%;
    object-fit: cover;
}
.single-wr_projects .entry-content {
	margin-bottom: 60px;
}
/* Projects - Navigation */
.single-wr_projects nav.post-navigation {
    position: absolute;
    margin: 0 !important;
    margin-top: -20px !important;
    z-index: 999;
}
.single-wr_projects nav.post-navigation .nav-links a {
	display: inline-block;
	font-family: "Noto Serif", serif;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
	padding: 10px 40px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 20px;
	text-transform: uppercase;
	background: #8BC04C;
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
.single-wr_projects nav.post-navigation .nav-links a:hover {
	background: #4C91C0;
}

/* SIZING */
@media (max-width: 767px) {
	/* PROJECTS POST TYPE */
	/* Projects - Archive */
	.archive.post-type-archive-wr_projects .archive-posts-wrapper {
		flex-direction: column;
	}
	.archive.post-type-archive-wr_projects .archive-posts-wrapper a {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.archive.post-type-archive-wr_projects .archive-posts-wrapper a header.entry-header .shrub-heart-projects-item-title {
		font-size: 25px;
    	line-height: 30px;
	}
	/* Projects - Single */
	.shrub-heart-project-featured-top {
		height: 500px;
	}
	.shrub-heart-project-featured-top h1.entry-title {
		font-size: 40px;
		line-height: 50px;
	}
}