@import url(our-experts.css);
.back__link a{
	max-width: 214px;
	width: 100%;
	display: block;
}

.title__single .title-post {
    line-height: 1.2;
}

.category__single{
	margin-top: 50px;
}

.date__single{
	margin-top: 0;
}

.social__single i{
	margin-right: 30px;
}
.social__single .fa-share{
	color: #7f8080;
}

#news_tag .tag_title {
    border-bottom: 1px solid #BFBFBE;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#news_tag .list_tags {
    color: #FF3399;
}

#news_tag .list_tags a:hover {
    text-decoration: underline;
}

#news_tag .block__list--posts a {
    text-transform: capitalize;
}

.related__single.tag{
	padding-top: 15px;
}

.related__single h2{
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
}

.related__single .category a{
	display: inline-block;
	color: #FF3399;
	text-decoration: none;
	line-height: 0.8;
	border-right: 1px solid #FF3399;
	padding-right: 5px;
}
.related__single .category a:hover{
	text-decoration: underline;
}
.related__single .category a:last-child{
	border: none
}
@media screen and (max-width:  460px){
	.category__single{
		margin-top: 0;
	}
}