.single-recent-blog {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.single-recent-blog:last-child {
	margin-bottom: 0;
}
.single-recent-blog .post-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 70px;
	margin-right: 10px;
	margin-left: 10px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-recent-blog .post-thumbnail {
		margin-right: 10px;
	}
}
.single-recent-blog .post-content {
	position: relative;
	z-index: 1;
}
.single-recent-blog .post-content .post-title {
	color: #b7b7b7;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
}
.single-recent-blog .post-content .post-title:hover {
	color: #fff;
}
.single-recent-blog .post-content .post-date {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}
.single-recent-blog.style-2 .post-content .post-title {
	color: #303030;
}
.single-recent-blog.style-2 .post-content .post-title:hover {
	color: #69C6B5;
}
.single-recent-blog.style-2 .post-content .post-date {
	color: #707070;
}
.featured-post-area {
	position: relative;
	z-index: 1;
}
.featured-post-area::before {
	content: "";
	position: absolute;
	height: 50%;
	width: 100%;
	z-index: 5;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
}
.featured-post-area img {
	width: 100%;
}
.featured-post-area .post-content {
	position: absolute;
	width: 100%;
	padding: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
@media only screen and (max-width:767px) {
	.featured-post-area .post-content {
		padding: 30px;
	}
}
.featured-post-area .post-content h6 {
	color: #b7b7b7;
	font-weight: 400;
}
.featured-post-area .post-content h6 a {
	color: #b7b7b7;
	font-weight: 400;
}
.featured-post-area .post-content h6 a:focus, .featured-post-area .post-content h6 a:hover {
	color: #fff;
}
.featured-post-area .post-content .post-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
}
@media only screen and (max-width:767px) {
	.featured-post-area .post-content .post-title {
		font-size: 20px;
	}
}
.featured-post-area .post-content .post-title:focus, .featured-post-area .post-content .post-title:hover {
	color: #69C6B5;
}
.single-blog-area {
	position: relative;
	z-index: 1;
}
.single-blog-area.style-2 {
	background-color: #fff;
	padding: 21px 30px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}
.single-blog-area.style-2:last-child {
	margin-bottom: 0;
}
.single-blog-area.style-2 .post-content h6 {
	font-size: 12px;
	font-weight: 400;
	color: #b7b7b7;
	margin-bottom: 5px;
}
.single-blog-area.style-2 .post-content h6 a {
	font-size: 12px;
	font-weight: 400;
	color: #b7b7b7;
	margin-bottom: 0;
}
.single-blog-area.style-2 .post-content .post-title {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	color: #303030;
}
.single-blog-area.style-2 .post-content .post-title:focus, .single-blog-area.style-2 .post-content .post-title:hover {
	color: #69C6B5;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog-area.style-2 .post-content .post-title {
		font-size: 18px;
	}
}
.single-blog-area.style-2 .post-content p {
	margin-bottom: 0;
}
.single-blog-post-area {
	position: relative;
	z-index: 1;
}
.single-blog-post-area h6 {
	font-size: 16px;
	font-weight: 400;
	color: #b7b7b7;
	margin-bottom: 5px;
}
.single-blog-post-area h6 a {
	font-size: 16px;
	font-weight: 400;
	color: #b7b7b7;
	margin-bottom: 0;
}
.single-blog-post-area .post-title {
	font-size: 30px;
	color: #303030;
	display: block;
	margin-bottom: 25px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog-post-area .post-title {
		font-size: 24px;
	}
}
@media only screen and (max-width:767px) {
	.single-blog-post-area .post-title {
		font-size: 20px;
	}
}
.single-blog-post-area .post-title:focus, .single-blog-post-area .post-title:hover {
	color: #69C6B5;
}
.single-blog-post-area img {
	margin-bottom: 30px;
}
.single-blog-post-area p {
	font-size: 16px;
	margin-bottom: 0;
}
.pagination {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination .page-item .page-link {
	background-color: #fff;
	min-width: 46px;
	height: 46px;
	line-height: 44px;
	font-size: 16px;
	color: #707070;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	padding: 0 15px;
	margin: 0 10px;
	border: 1px solid #e1e1e1;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
	border-color: #69C6B5;
	background-color: #69C6B5;
	color: #fff;
}
.pagination .page-item.active .page-link {
	border-color: #69C6B5;
	background-color: #69C6B5;
	color: #fff;
}
.comment_area {
	position: relative;
	z-index: 1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 50px;
	padding-top: 50px;
}
.comment_area .comment-content .comment-author {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	min-width: 70px;
	margin-right: 20px;
	margin-left: 20px;
	height: 70px;
	border-radius: 50%;
}
.comment_area .comment-content .comment-author img {
	border-radius: 50%;
}
@media only screen and (max-width:767px) {
	.comment_area .comment-content .comment-author {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		min-width: 40px;
		margin-right: 10px;
		height: 40px;
	}
}
.comment_area .comment-content .comment-meta {
	margin-bottom: 30px;
}
.comment_area .comment-content .comment-meta .comment-date {
	font-size: 12px;
	color: #b7b7b7;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.comment_area .comment-content .comment-meta h6 {
	margin-bottom: 10px;
	font-size: 18px;
}
.comment_area .comment-content .comment-meta p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 2;
}
.comment_area .comment-content .comment-meta .reply {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #303030;
}
.comment_area .comment-content .comment-meta .reply:hover {
	color: #69C6B5;
}
.comment_area .single_comment_area {
	margin-bottom: 30px;
}
.comment_area .single_comment_area:last-of-type {
	margin-bottom: 0;
}
.comment_area .children .single_comment_area {
	margin-left: 50px;
	margin-top: 30px;
}
@media only screen and (max-width:767px) {
	.comment_area .children .single_comment_area {
		margin-left: 15px;
	}
}
.news-details-content {
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
	border-bottom: 1px solid #e1e1e1;
}
.news-details-content h6 {
	color: #b7b7b7;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
}
.news-details-content h6 a {
	color: #b7b7b7;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}
.news-details-content h6 a:hover {
	color: #69C6B5;
}
.news-details-content h2 {
	font-size: 36px;
	display: block;
	margin-bottom: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.news-details-content h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width:767px) {
	.news-details-content h2 {
		font-size: 24px;
	}
}
.news-details-content p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
}
 