.social_share {
	margin-top: 1rem;
}

.social_share::before {
	content: "Share";
	display: block;
	opacity: 0.4;
	font-size: 1.2rem;
}

.social_share__item {
	display: inline-block;
	text-decoration: none;
	margin-right: 1rem;
	vertical-align: middle;
}

.social_share__item img {
	vertical-align: middle;
}

.single_post {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.single_post {
	  margin-top: 75px;
	}
}
.single_post__intro {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 5rem;

	flex: 1 1 100%;
}

@media (min-width: 768px) {
	.single_post__intro {
	  flex-direction: row;
	  margin-bottom: 10rem;
	}
}
@media (min-width: 768px) {
	.single_post__featured_image {
	  flex: 0 0 calc(50% - 1rem);
	}
}
@media (min-width: 768px) {
	.single_post__featured_image img {
	  height: 100%;
	  object-fit: cover;

	  object-position: 50% 50%;
	}
}
.single_post__meta {
	display: flex;

	flex-direction: column;

	justify-content: space-between;
}

@media (min-width: 768px) {
	.single_post__meta {
	  flex: 0 0 calc(50% - 1rem);
	}
}
.single_post__meta_header {
	margin-bottom: 2rem;
}

@media (min-width: 1200px) {
	.single_post__meta_header {
	  padding-left: 10%;
	  padding-right: 10%;
	}
}
.single_post__meta_footer {
	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-direction: column;
}

@media (min-width: 480px) {
	.single_post__meta_footer {
	  flex-direction: row;
	}
}
@media (min-width: 1200px) {
	.single_post__meta_footer {
	  padding-left: 10%;
	}
}
.single_post__title {
	font-size: 3.6rem;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.single_post__title {
	  font-size: 5.2rem;
	}
}
.single_post__date {
	display: inline-block;
	font-size: 2.7rem;
}

.single_post__content {
	font-size: 1.6rem;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 4.2rem;
}

@media (min-width: 768px) {
	.single_post__content {
	  flex: 0 0 calc(100% - 1rem);
	}
}
.single_post__content h2 mark {
	color:inherit !important;
}

.single_post__content a {
	color: #16835D;
	text-decoration: underline;
}

.single_post__content a:hover {
	opacity: 0.4;
}

.single_post__content > p:first-child {
	font-size: 1.125em;
	margin-bottom: 2em;
}

@media (min-width: 768px) {
	.single_post__content > p:first-child {
	  font-size: 1.625em;
	}
}
.single_post__content h2 {
	font-size: 1.625em;
	margin-bottom: 2.25em;
}

@media (min-width: 768px) {
	.single_post__aside {
	  flex: 0 0 calc(40% - 1rem);

	  display: flex;

	  flex-direction: row-reverse;
	}
}
.single_post__author_info {
	flex: 1 1 100%;
	margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
	.single_post__author_info {
	  flex: 0 0 calc(40% - 1rem);
	}
}
.single_post__author_info.author_info {
	align-items: flex-start;
}

.single_post__author_info .author_data {
	margin-top: 2rem;
	margin-left: 2rem;
}

.avatar {
	border-radius: 100%;
}

.author_info {

	display: flex;

	flex-wrap: nowrap;

	align-items: center;
	margin-top: 1rem;
}

.author_info__name::before {
	content: "by";
	display: block;
	opacity: 0.4;
	font-size: 1.2rem;
}

.author_info__photo {
	flex: 0 0 100%;
    max-width: 95px;
    width: 100%;
}
.author_info__photo img {
	width:100%;
	height:auto;
	border-radius:50%;
}
.single_post__meta_footer .author_info__photo{
	 max-width:60px;
}
@media (max-width: 767px) {
	.author_info__photo img {
	  width: 60px;
	  height: 60px;
	}
}
.author_info__bio {
	margin-top: 2rem;
}

.author_data {
	margin-left: 1.5rem;
}

@media (min-width: 768px) {
	.additional_posts {
	  width: calc(50% - 1rem);
	}
}
.additional_post {
	margin-bottom: 4rem;
}

@media (min-width: 480px) {
	.additional_post {
	  display: flex;
	  align-items: center;

	  justify-content: space-between;
	}
}
.additional_post__image {
	height: auto;
	width: 100%;
}

@media (min-width: 480px) {
	.additional_post__image {
	  width: calc(40% - 1rem);
	}
}
@media (min-width: 480px) {
	.additional_post__content {
	  width: calc(60% - 1rem);
	}
}
.additional_post__date {
	font-size: 1.2rem;
}

.additional_post__date::before {
	width: calc(100% + 4em);
}

.additional_post h3 {
	font-size: 2.1rem;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}