/* when single-post has video instead of featured image */
.has-video .top-post-meta-wrap {
	padding-top: 3%;
	display: block; /* required to reset display:table-cell when post has video instead of image */
}
.has-video .post-title {
	font-size: 2em;
}
/* Featured Area */
.featured-area {
	background-color: #000;
}
.sidebar-none .featured-area{
	position: fixed;
    width: 50%;
	top: 0;
    left: 0;
}
/* single post no sidebar */
.featured-area .post-image{
	margin: 0;
	pointer-events: none;
	top:0;
	left:0;
}
.sidebar-none .post-image{
	width: 50%;
	position: fixed;
	height: 100%;
}
.sidebar-none .top-post-meta-wrap {
    position: fixed;
    width: 50%;
    top: 50%;
    left: 0;
    height: 100%;
    transform: translateY( -50%);
	display:flex;
	flex-direction:column;
	justify-content:center
}
.featured-area .post-image img{
	object-fit: cover;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	max-height: 715px;
}
.sidebar-none .post-image img{
	height: 100%;
	max-height: 100%;
}
.sidebar-none.single-portfolio #layout,
.sidebar-none.single-post #layout{
	width: 50%;
	float: right;
	max-width: none
}
.sidebar-none.single-portfolio #content,
.sidebar-none.single-post #content{
	padding-left: 8%;
	min-height: 700px;
	padding-right: 8%;
}
.sidebar-none.single-portfolio #footerwrap,
.sidebar-none.single-post #footerwrap{
	width: 50%;
	float: right;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 100px;
}
.sidebar-none .post-nav {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 50%;
	z-index: 1;
	background-color: #fff;
	padding: 0;
}
.sidebar-none .post-nav .prev,
.sidebar-none .post-nav .next{
	border: 0;
	border-top: solid 1px #d6d7d8;	
	border-left: solid 1px #d6d7d8;
}
.sidebar-none .post-nav .prev{
	border-left:0;
	border-right: solid 1px #d6d7d8;
}
.single-post.sidebar-none .post-content,
.single-portfolio.sidebar-none .post {
	min-height: 120px;
}
.sidebar-none .post-content:focus {
	outline: 0;
}
.sidebar-none .author-box,
.sidebar-none .commentwrap {
	margin-right: 11.1%;
}

.top-post-meta-wrap {
	color: #fff;
	padding: 5%;
	background-color: rgba(0,0,0,.2);
	z-index: 2;
}
.top-post-meta-wrap a {
	color: #fff;
}
.top-excerpt-wrap {
	max-width: 485px;
	margin:0 auto;
	font-size: 1.13em;
	letter-spacing: .02em;
	line-height: 1.5em;
}
.top-excerpt-wrap p {
	padding: 0;
}
@media screen and (max-width:1200px){
	.single.sidebar-none .post-content{
		max-height:none
	}
}
@media screen and (max-width:760px){
	.single.sidebar-none .featured-area,
	.single.sidebar-none #layout,
	.single.sidebar-none #footerwrap{
		width:100%;
		position:relative!important;
		float:none
	}
	.single.sidebar-none #footerwrap{
		margin:0
	}
	.single .featured-area{
		position:relative
	}
	.single-post .post-content{
		overflow:hidden !important
	}
}