.single-post-section {
	padding-bottom: 0;
}

.single-post-head {
	padding-bottom: 30px;
}

.post-image-container {
	height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.post-img {
    width: 100%;
}

.post-featured-image-captcha {
    margin: 10px 0;
    color: #848484;
    font-size: 15px;
    line-height: 20px;	
}

.wp-caption .wp-caption-text {
	margin: 10px 0;
    color: #848484;
    font-size: 15px;
    line-height: 20px;
	text-align: left;
}

.wp-caption {
	max-width: 100%;
}

.post-title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
}

.post-content {
	font-size: 14px;
    line-height: 1.6;
	font-weight: 300;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-kerning: normal;
	position: relative;
	padding-bottom: 75px;
}

.post-content p, 
.post-content ul, 
.post-content ol, 
.post-content blockquote, 
.post-content figure, 
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
	max-width: 620px;
	margin: 0 auto;
	margin-bottom: 26px;
	font-size: 17px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
	font-weight: 700;
}
.post-content h1 {
	font-size: 25px;
}
.post-content h2 {
	font-size: 21px;
}
.post-content h3 {
	font-size: 18px;
}
.post-content h4 {
	font-size: 16px;
}
.post-content h5 {
	font-size: 14px;
}


.post-content p iframe {
	width: 100%;
}

.post-content ul {
	list-style-type: disc;
}

.post-content ol {
	list-style-type: decimal;
}

.post-content ul li, .post-content ol li {
	margin-left: 21px;
}

.post-content blockquote{
	position: relative;
}

.post-content blockquote:before{
	font-family: Georgia;
    content: "\201C";
    color: #278bc4;
    font-size: 6em;
    position: absolute;
    left: 10px;
    top: -50px;
}

.post-content blockquote:after{
	font-family: Georgia;
    content: "\201D";
    color: #278bc4;
    font-size: 6em;
    position: absolute;
    right: 10px;
    bottom: -108px;
}

.post-content blockquote p {
	word-wrap: break-word;
    background-color: #f5f5f5;
    padding: 30px;
    color: #222;
    font-style: italic;
    font-family: Georgia;
    font-size: 17px;
    margin-bottom: 30px;
    color: #278bc4;
}

.post-content li {
	padding-bottom: 10px;
}

.post-content strong {
	font-weight: 700;
}

.post-content figcaption {
	padding: 0 15px;
}

.post-content img {
	max-width: 100%;
    height: auto;
    object-fit: cover;
}

.container3 .post-description {
    width: 100%;
    text-align: center;
	font-size: 14px;
}


.p1-date {
	color: #aaaaaa;
}

.p1-author {
	font-weight: 700;
}

.p1-author-span {
	font-weight: 700;
}


.comment-block-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px auto;
	max-width: 620px;
}

.comment-form {
    width: 100%;
	margin: 0 auto;
	max-width: 620px;

}

.comment-form-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.comment-form-content {
    width: 100%;
    padding: 10px 10px;
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	box-sizing: border-box;

}
.comment-form-name {
    width: 74%;
    padding: 10px 10px;
	font-size: 17px;
}

.comment-form-button {
    width: 24%;
    background: none;
    background-color: #2488c1;
    border: none;
    outline: none;
    padding: 5px 15px;
}

.single-post-bottom {
	background-color: #f2f2f2;
	padding-top: 1px;
}

.post-same-news {
    margin: 15px 0;
}

.same-news-title {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin: 25px 0;
	color: #212226;
	text-transform: uppercase;
}

.same-news-posts {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.post-item3 {
    width: calc(33% - 10px);
}

.other-news-title {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin: 25px 0;
	color: #212226;
	text-transform: uppercase;

}

.other-news-posts{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;

}

.post-item4 {
    width: calc(16.6% - 5px);
}


.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
	position: absolute;
    bottom: 0;
    left: 170px;
}

.mashsb-container.mashsb-main.mashsb-stretched {
	display: none;
}

.post-views.entry-meta {
	display: none;
}

.pageviews-wrapper{
	display: none;
}


/* Метки */

.tags-title {
	font-size: 18px;
    font-weight: 700;
    margin: 10px auto;
	max-width: 620px;
}

.tags {
	list-style: none;
	margin: 0;
	overflow: hidden; 
	padding: 0;
	max-width: 620px;
	margin: 0 auto 15px;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #278bc4;
  color: white;
}

.tag:hover::after {
   border-left-color: #278bc4; 
}


@media (max-width: 450px) {
	.post-image-container {
		height: 250px;
	}
	
	
	.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.post-content p, 
	.post-content ul, 
	.post-content ol, 
	.post-content blockquote, 
	.post-content figure, 
	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4 {
		font-size: 15px;
	}
	
	.post-title {
		font-size: 25px;
	}
	
	.post-content blockquote {
		margin-bottom: 33px;
		font-size: 16px;
	}
	
	.post-content blockquote:after { 
		bottom: -100px;
	}
	
	.single-post-bottom .editors-choice-item {
		width: 100%;
	}
	
	.single-post-bottom .bp1-image-container {
		height: 180px;
	}
}
