.article-sec {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

.article-img {
	text-align: center;
}

.article-sec h1 {
	font-size: 28px;
	text-align: center;
	line-height: 34px;
	margin-bottom: 15px;
	color: #fff;
	margin-top: 21px;
}

.post-box-meta-single {
	text-align: center;
	font-size: 14px;
	color: #bdbdbd;
}

.article-sec .share-icons i {
	background: #fbfbfb;
	width: 25px!important;
	height: 25px!important;
	text-align: center;
	line-height: 27px!important;
	border-radius: 50%;
	margin-right: 3px;
	color: #3c3c3c;
	font-size: 13px;
	margin-right: 2px;
}

.article-content {
	font-size: 16px;
	font-family: revert;
	color: #c1c1c1;
}

.article-content {
	margin: 40px 0;
}

.post-tags a {
	background: #1a95f7;
	border: none;
	padding: 4px 10px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	border-radius: 4px;
}

.post-tags {
	border-bottom: 1px solid #3c3c3c;
	padding-bottom: 9px;
	border-top: 1px solid #3c3c3c;
}

.about-author {
	margin: 28px 0;
	background: #1b1b1b;
	padding: 14px 10px;
	border-radius: 2px;
	box-shadow: 1px 0 5px 3px #dedddd1f;
	color: #e4e4e4;
	font-weight: 400;
	font-size: 12px;
}

.author-info p {
	margin-bottom: 0;
	font-family: system-ui;
	letter-spacing: .3px;
}

.post-nav .prev-post {
	float: left;
	width: 50%;
	padding-right: 15px;
	padding: 0;
}

.prev-post {
	float: right;
	border-radius: 4px;
	padding: 4px 10px;
}

.post-nav .prev-post .post-img {
	float: left;
	margin-right: 15px;
}

.post-nav .post-img {
	display: block;
	width: 120px;
	height: 74px;
	overflow: hidden;
}

.post-nav .post-title {
	font-size: 12px;
	margin: 0;
	padding-top: 10px;
	font-family: system-ui;
}

.post-title a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .3px;
}

.post-nav .next-post span,.post-nav .prev-post span {
	font-weight: 700;
	color: #97989b;
	text-transform: uppercase;
	font-size: 12px;
}

.post-nav .next-post {
	float: right;
	width: 50%;
	text-align: right;
	padding-left: 15px;
}

.post-nav .next-post .post-img {
	float: right!important;
	margin-left: 15px;
}

.pre-nxt {
	margin-top: 40px;
}

.releated-articles {
	margin: 40px 0;
}

.releated-articles .single-leadbox h2 {
	-webkit-line-clamp: 1;
}

.textarea-blog-form {
	width: 100%;
	background: 0 0;
	font-size: 14px;
	height: 100px;
	border: 1px solid #636262;
	padding: 10px;
	letter-spacing: .3px;
	color: #dcdcdc;
}

.comment-submit {
	background: #1a95f7;
	color: #fff;
	border: none;
	padding: 10px 24px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 29px;
	letter-spacing: .3px;
}

.comment-respond {
	margin-bottom: 30px;
}

.request-song-sec label {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .6px;
}

.request-song-sec .form-control {
	background: 0 0;
	border: 1px solid #757575;
	border-radius: 2px;
	margin-top: 5px;
	color: #b9b9b9;
	font-size: 14px;
}

button.btn.request-submit {
	background: #1a95f7;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .5px;
	padding: 9px 46px;
	border-radius: 21px;
	margin-top: 13px;
}

.share-icons {
	text-align: center;
}

.share-icons i:hover {
	background: #1a95f7;
	color: #fff;
}


.single-leadbox h2 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-top: 16px;
}


a.youCover.icon2.loaded.side-v {
    padding: 0px;
    color: #fff;
}

.single-leadbox p {
	font-size: 14px;
	color: #d8d8d8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 5px;
	font-family: system-ui;
}


.youCover:before{
    display:none;
}