
body.single-post article,
.av-alb-blogposts.template-blog article{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 50px;
	border-bottom: 2px solid #ffd631;
	margin-bottom: 50px;
}
body.single-post article .blog-meta,
.av-alb-blogposts.template-blog .blog-meta{
	width: 25% !important;
	margin: 0 5% 0 0 !important;
	position: relative !important; 
}
body.single-post article  .entry-content-wrapper,
.av-alb-blogposts.template-blog .entry-content-wrapper  {
	width: 70% !important;
	max-width: 70% !important;
}

body.single-post article .blog-meta {
	width:35% !important;
}
body.single-post article  .entry-content-wrapper {
	width: 60% !important;
	max-width: 60% !important;
}

body.single-post article .blog-meta > a,
.av-alb-blogposts.template-blog .blog-meta > a{
	margin: 0;
	width: 100% !important;
	height: auto !important;
	overflow: visible;
	border-radius: 0px !important;
	line-height: normal;
	float: none;
}
body.single-post article .blog-meta > a img,
.av-alb-blogposts.template-blog .blog-meta > a img{
	border-radius: 0 !important;
	width: 100% !important;
}
body.single-post article .entry-content-wrapper .entry-content,
body.single-post article .entry-content-wrapper .entry-content p,
.av-alb-blogposts.template-blog .entry-content-wrapper .entry-content,
.av-alb-blogposts.template-blog .entry-content-wrapper .entry-content p{
	line-height: 1.65 !important;
	font-size: 16px !important;
	text-align: left !important;
}
body.single-post article .entry-content-wrapper > *,
#top .fullsize .template-blog .post .entry-content-wrapper > * {
	width: 100% !important;
	max-width: 700px !important;
	margin: 0 auto 0 0 !important;
}
body.single-post article .entry-content,
.av-alb-blogposts.template-blog .entry-content {
	order: 3;
}
body.single-post article .post-meta-infos,
.av-alb-blogposts.template-blog .post-meta-infos {
	order: 2;
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.post-meta-infos .text-sep,
.post-meta-infos .blog-author {
	display: none !important;
}
body.single-post article  .av-vertical-delimiter,
body.single-post article  .post_delimiter,
.av-alb-blogposts.template-blog .av-vertical-delimiter,
.av-alb-blogposts.template-blog .post_delimiter {
	display: none !important;
}
body.single-post article .entry-content-header,
.av-alb-blogposts.template-blog .entry-content-header {
	order: 1;
}
body.single-post article .entry-content-header h1, 
.av-alb-blogposts.template-blog .entry-content-header h2 {
	font-size: 32px !important;
	line-height: 1.2 !important;
	padding-bottom: 10px !important;
	margin-bottom: 0 !important;
	letter-spacing: 0px !important;
}
body.single-post article .entry-content-wrapper,
.av-alb-blogposts.template-blog .entry-content-wrapper {
	display: grid;
}

body.single-post article .entry-footer {
	order: 5;
}
.related_posts,
.comment-entry{
	display: none !important;
}


@media (max-width: 767px) {

	body.single-post article,
	.av-alb-blogposts.template-blog article{
		display: grid;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	body.single-post article .blog-meta,
	.av-alb-blogposts.template-blog .blog-meta{
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
	body.single-post article  .entry-content-wrapper,
	.av-alb-blogposts.template-blog .entry-content-wrapper  {
		width: 100% !important;
		max-width: 100% !important;
	}

}