/* ARCHIVE STYLES
************************************************************/

@media (min-width:601px) {
	.mobileOnly { display:none;}
	.desktopOnly { display:block; }
}
@media (max-width:600px) {
	.mobileOnly { display:block; padding-bottom:15px;}
	.desktopOnly { display:none; }
}

@media (max-width:768px) {
	.single-post .flexContainer {flex-direction: column;}
	.flex-col-8.blogPost,
	.flex-col-4.sidebar {width: 100%;}
}

/* PAGINATION
------------------------------------------------------------------------------------*/

.page-prev { /* for get_next_post() ie « Previous */
    display:flex;
    order: 1;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

/* SINGLE PROJECTS
------------------------------------------------------------------------------------*/

.page-next { /* for get_previous_post() ie Next » */
    display:flex;
    order: 2;
    margin-left: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

body.single-projects .project-cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cf:after, .cf:before, .clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
body.single-projects .project-cover .hero-title {
    position: absolute;
    bottom: 72px;
    left: 48px;
    z-index: 50;
}
.project-banner{
	min-height: 600px;
	max-height: 90vh;
	position: relative;
}


@media (orientation: portrait)	{
	.project-banner	{min-height: 250px;}

}

body.single-projects .project-cover .hero-title h1 {
    font-size: 3em;
    margin: 0;
    line-height: 1em;
    max-width: 450px;
	color: #fff;
	text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.8);
}

@media (orientation: portrait){
	body.single-projects .project-cover .hero-title h1 {font-size: 3em;}
	body.single-projects .project-cover .hero-title {bottom: 2em; left: 2em;
}

.project-content{
	background: #fff;
	padding-top: 50px;
}
.flexwrapper{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
/* .pro_item{
	height: 300px;
	margin-bottom: 20px;
} */
.project-item {
    height: 300px;
    margin: 0px 10px 20px 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	cursor: pointer;
}
.project-item img{
	max-height: 100%;
}