@media (max-width: 900px) {
	.post-template-long-form-small .site-content {
		margin-top: 2rem!important;
	}
}

.post-template-long-form-small .entry-title.post-title {
	text-align: left;
	font-size: 1.65em;
	margin: 0!important;
	line-height: 1.2;
}
/*
@media (min-width: 900px) {
	.post-template-long-form-small .entry-title.post-title {
		font-size: 2em;
	}
}
*/
.post-template-long-form-small .entry-meta {
	display: block!important;
	text-align: left;
	text-transform: none;
	font-weight: normal!important;
	
}

.post-template-long-form-small .webfluence-article__header {
	    margin-top: 3em;
}

body.single-post.post-template-long-form-small #atomion-breadcrumbs {
	display: none;
}
/*
@media (min-width: 1300px) {
	.post-template-long-form-small .webfluence-article__header {
		max-width: 1200px;
		width: 100vw;
		margin-left: -200px;
	}
}
*/
.webfluence-article__post-thumbnail-wrap {
	margin-top: 2rem;
}

@media (max-width: 900px) {
	.webfluence-article__post-thumbnail-wrap .post-thumbnail  {
		margin-bottom: 0;
	}
}

.webfluence-article__post-thumbnail-wrap .post-thumbnail img {
	border-radius: 8px;
}
