.post-page {
	font-size: 1.1em;
}
.post-page h1 {
	font-size: 2.3em;
	margin: 0.3em 0 0.5em 0;
}
.post-page h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.post-comments h4 {
	margin-bottom: 1.2em;
}
.post-info {
	color: #9AABB1;
	font-size: 14px;
}
.post-info .post-tags {
	display: inline-block;
}
.post-info i {
	vertical-align: middle;
}
.info-block .inline-block {
	margin-right: 15px;
}
.post-main-image {
	margin: 1em 0;
	padding: 15px;
	background: #FFF;
	border: 1px solid #D0D8DB;
	text-align: center;
}
.post-content {
	max-width: 900px;
	margin: 1em auto 1.5em auto;
	line-height: 1.7;
	text-align: justify;
}
.post-content ul {
	list-style-type: disc;
	padding-left: 2.5em;
	margin: 0.5em 0;
}
.post-content p,
.post-content ul {
	color: inherit;
	font-size: inherit;
}
/* alignment */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.ab-image-left, img.align-left { /* .ab-image-xx classes are kept for retro-compatibility */
	float:left;
	margin-right: 10px;
}
.ab-image-right, img.align-right {
	float: right;
	margin-left: 10px;
}
.ab-image-center, img.align-center {
	display: block;
	clear: both;
	margin: 0 auto 0 auto;
}
.ab-image-center:before, .ab-image-center:after,
img.align-center:before, img.align-center:after {
	content: '';
	display: block;
	width: 100%;
}
/* social sharing */
.post-sharing {
	color: #9AABB1;
}
.post-page .sharing-icons {
	margin-left: 5px;
}
.post-page .social-share i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: none;
	color: #9AABB1;
	vertical-align: middle;
}
.post-page .social-share i {
	font-size: 18px;
	line-height: 35px;
}
.post-page .social-share:hover i {
	color: #FFF;
}
.social-share:hover .icon-facebook {
	background: #4065B4;
}
.social-share:hover .icon-telegram {
	background: #3AA8E8;
}
.social-share:hover .icon-vk {
	background: #4E759D;
}
.social-share:hover .icon-odnoklassniki {
	background: #ED812B;
}
.social-share:hover .icon-twitter {
	background: #0F1319;
}
.social-share:hover .icon-yandex {
	background: #FF0000;
}
.social-share:hover .icon-yahoo {
	background: #400191;
}
.social-share:hover .icon-paypal {
	background: #003087;
}
.social-share:hover .icon-linkedin {
	background: #0077B5;
}
.social-share:hover .icon-pinterest {
	background: #BD081C;
}
/* comments */
.post-comments {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #D0D8DB;
}
.comments-list {
	border-bottom: 1px dashed #D0D8DB;
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.comment-item {
	position: relative;
	margin: 10px 0 15px 90px;
	padding: 15px;
}
.comment-item {
	border: 1px solid #D0D8DB;
	min-height: 80px;
	background: #FFF;
}
.new-comment .comment-item {
	background: #FAFAFA;
}
.comment-item:before,
.comment-item:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	border: 10px solid #D0D8DB;
	border-color: transparent #D0D8DB transparent transparent;
}
.comment-item:after {
	border-color: transparent #FFF transparent transparent;
	left: -19px;
}
.new-comment .comment-item:after {
	border-color: transparent #FAFAFA transparent transparent;
}
.new-comment .comment-item.red-border:before {
	border-color: transparent #E27C79 transparent transparent;
}
.user-avatar {
	position: absolute;
	left: -75px;
	top: 0;
}
.avatar-img {
	width: 55px;
	height: 55px;
	background: url(../img/avatar.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 100%;
	position: relative;
}
.avatar-img:before {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid #D0D8DB;
	border-radius: 100%;
}
.focus-on .user-avatar .avatar-img:before {
	border: 1px dashed #9AABB1;
}
.user-avatar .edit-avatar {
	position: absolute;
	width: 57px;
	height: 57px;
	top: -1px;
	left: -1px;
	line-height: 50px;
	font-size: 25px;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
	color: #6C868E;
	transition: 0.3s all;
	opacity: 0;
}
.focus-on .user-avatar.empty .edit-avatar {
	opacity: 0.7;
}
.focus-on .user-avatar:hover .edit-avatar {
	opacity: 1;
}
.focus-on .user-avatar i {
	display: inline-block;
	transition: 0.1s all;
}
.focus-on .user-avatar:hover i {
	transform: scale(1.2);
}
.comment-date {
	font-style: italic;
	font-size: 0.9em;
	color: #9AABB1;
	margin-left: 5px;
}
.comment-content {
	margin: 5px 0;
}
.mce-placeholder {
	position: absolute;
	top: 15px;
	color: #6C868E;
}
.focus-on .mce-placeholder {
	display: none;
}
.comment-item .mce-input {
	min-height: 78px;
	outline: none;
	padding: 15px;
	margin: -15px;
}
.comment-item .textarea-input {
	color: #4D5F65;
	border: 0;
	background: none;
	padding: 0;
	outline: none;
	width: 100%;
	min-height: 50px;
}
.mce-input em {
	font-style: italic;
}
.new-comment {
	padding-bottom: 10px;
}
.new-comment-footer {
	text-align: right;
	display: none;
}
.focus-on .new-comment-footer {
	display: block;
}
.new-comment-footer .inline-block {
	margin: 0 5px;
	position: relative;
	min-width: 350px;
}
.note-below-text {
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #6C868E;
	font-size: 12px;
	white-space: nowrap;
}
.new-comment input {
	padding: 6px;
	vertical-align: middle;
	border: 1px solid #D0D8DB;
	background: #FAFAFA;
	width: 100%;
}
.new-comment .red-border {
	border: 1px solid #E27C79;
}
.ajax-error {
	color: #E27C79;
	font-size: 0.9em
}
.comment-item .ajax-error {
	position: absolute;
	top: -19px;
	left: 0;
}
/* captcha */
.has-captcha .g-recaptcha {
	float: right;
	margin-top: -10px;
}
.has-captcha .new-comment-footer {
	text-align: left;
	padding: 10px 0 0 90px;
}
@media (max-width: 1200px) {
	.new-comment-footer .inline-block {
		min-width: 250px;
	}
}
@media (max-width: 992px) {
	.has-captcha .new-comment-footer {
		text-align: right;
	}
	.has-captcha .g-recaptcha {
		float: none;
		display: inline-block;
		margin-top: 25px;
	}
}
@media (max-width: 768px) {
	.new-comment-footer {
		padding-left: 90px;
	}
	.new-comment-footer .input-label {
		display: none;
	}
	.new-comment-footer .inline-block {
		display: block;
		margin: 0;
		min-width: auto;
	}
	.new-comment-footer .btn {
		width: 100%;
		margin-top: 30px;
	}
	.has-captcha .g-recaptcha {
		float: none;
		margin-top: 10px;
	}
}
/* since 2.0.0 */
