
/*** 

====================================================================
	Blog Single
====================================================================

***/

.news-detail .news-block{
	padding: 0;
}

.news-detail .news-block .lower-content{
	padding: 35px 40px 25px;
}

.news-detail .news-block p{
	font-size: 14px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 30px;
	letter-spacing: .5px;
}

.news-detail .news-block h3{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}

.news-detail .news-block blockquote{
	position: relative;
	display: block;
	padding: 30px 85px;
	background-color: #ffefee;
	border-left: 2px solid #f44336;
	border-right: 2px solid #f44336;
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	color: #3c4858;
	letter-spacing: 1px;
	z-index: 5;
	background-image: url(../images/icons/quote-icon-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 40px;
}

/*post share options*/

.news-detail .post-share-options{
	position:relative;
	padding:15px 0px;
	border-top: 1px solid #dcdcdc;
}

.news-detail .post-share-options p{
	position:relative;
	color:#3f3e3e;
	font-size:14px;
	line-height: 20px;
	font-weight:500;
	letter-spacing: .5px;
	margin:0;
	display: inline-block;
}

.news-detail .post-share-options .tags{
	position: relative;
	display: inline-block;
}

.news-detail .post-share-options .tags li{
	position: relative;
	display: inline-block;
}

.news-detail .post-share-options .tags a{
	position:relative;
	font-size:13px;
	font-weight:400;
	line-height: 20px;
	color:#999999;
	letter-spacing: .5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-detail .post-share-options .tags a:hover{
	color: #f44336;
}

.news-detail .post-share-options .social-icon{
	position: relative;
	display: inline-block;
}

.news-detail .post-share-options .social-icon li{
	position: relative;
	display: inline-block;
	margin: 0 6px;
}

.news-detail .post-share-options .social-icon li a{
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #a7a7a7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-detail .post-share-options .social-icon li a:hover{
	color: #f44336;
}

/*==========================
		Author Box
===========================*/

.author-box{
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
}

.author-box .inner-box {
    position: relative;
    padding-left: 140px;
    min-height: 120px;
    padding-top: 1px;
}

.author-box .image-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 120px;
	width: 120px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.author-box .info{
	position: relative;
	display: block;
}

.author-box .info span{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #f44336;
	font-weight: 500;
}

.author-box .info h3{
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: #282e3e;
	font-weight: 500;
	margin-bottom: 5px;
}

.author-box .info h3 a{
	color: #282e3e;
}

.author-box .info p{
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #888888;
	font-weight: 400;
}

/*==========================
	Related Post
===========================*/

.related-post{
	position: relative;
	margin-top: 90px;
}

.related-post h3{
	position: relative;
	font-size: 19px;
	line-height: 1.2em;
	color: #3c4858;
	font-weight: 500;
	margin-bottom: 35px;
}

.related-post .row{
	margin: 0 -35px;
}

.related-post .news-block{
	padding: 0 35px;
}

.related-post .news-block .lower-content{
	padding: 25px 35px 35px;
}

.related-post .news-block .lower-content h3{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}

.related-post .news-block .lower-content p{
	margin-bottom: 20px;
}

.news-detail.style-two .news-block .lower-content{
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
}

.news-detail.style-two blockquote{
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	max-width: 560px;
	border: 0;
	border-left: 2px solid #8f8f8f;
	background-color: transparent;
	background-image: url(../images/icons/quote-icon-3.png);
	color: #636d79; 
}

.news-detail.style-two .comments-form,
.news-detail.style-two .comments-area .comments-box{
	box-shadow: none;
	padding: 0;
	padding-right: 70px;
}

.post-images{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.post-images .row{
	margin: 0 -2px;
}

.post-images .row .image{
	padding: 0 2px;
	margin-bottom: 4px;
}

.post-images .row .image img{
	display: block;
	width: 100%;
}

.blog-detail ol{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 25px;
}

.blog-detail ol li{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #888888;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 20px;
}

.blog-detail ol li a{
	position: relative;
	display: inline-block;
	color: #888888;
}

.blog-detail ol li:before{
	position: absolute;
	left: 0;
	top: 8px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	content: "";
	background-color: #a0d405;
}