.post-content {
	margin: 0 !important;
}
.post-content .container {
	position: relative;
	padding: 30px 15px;
}
.post-content .container::after {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	left: 15px;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
}
.post-navigation-btn {
	width: 106px;
	padding: 12px 0 11px;
	color: var(--dark);
	text-align: center;
	font-size: 14px;
	border: 2px solid var(--title);
}
.post-navigation-btn--next {
	float: right;
}
.post-navigation-col {
	position: relative;
}
.post-navigation__share-btns {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.addtoany_list a:not(.addtoany_special_service)>span {
	display: block;
}
.addtoany_list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.addtoany_list a,
.widget .addtoany_list a {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	padding: 0;
}
.addtoany_list a:not(:last-child),
.widget .addtoany_list a:not(:last-child) {
	margin-right: 10px;
}
.post-navigation__share-btns-title {
	font-size: 14px;
	padding-right: 10px;
}
@media screen and (min-width:576px) {
	.post-content .container{
		padding: 40px 15px;
	}
	.post-navigation-btn {
		width: 120px;
		font-size: 16px;
	}
}
@media screen and (min-width:768px) {
	.post-content .container{
		padding: 50px 15px;
	}
}
@media screen and (min-width:992px) {
	.post-content .container{
		padding: 60px 15px;
	}
}
@media screen and (min-width:1200px) {
	.related-posts__title {
		font-size: 56px;
	}
	.post-content .container {
		padding: 60px 76px;
	}
	.post-content .default-text,
	.post-content .default-text > * {
		font-size: 18px;
	}
}