/* RELATED POSTS*/

.related-posts {
	float: left;
	position: relative;
}

.blog-related-post {
	float: left;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
}

.blog-related-post .image-box {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 4px;
}

.blog-related-post .blog-post-content {
	float: left;
	position: relative;
	padding-top: 15px;
}

.blog-related-post .post-category {
	float: left;
	width: 100%;
	margin: 0;
}

.blog-related-post ul.post-categories {
	list-style: none;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}

.blog-related-post ul.post-categories li {
	float: left;
	margin: 0;
	position: relative;
}

.blog-related-post ul.post-categories li:not(:last-child):after {
	content: '';
	position: relative;
	float: left;
	padding: 0;
	background: #8e8e8e;
	width: 3px;
	height: 3px;
	border-radius: 100px;
	margin: 0 5px;
	margin-top: 17px;
}

.blog-related-post ul.post-categories li a {
	width: auto;
	float: left;
	color: #222;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 10px;
	text-align: center;
	margin: 10px 0 0 0;
	position: relative;
}

.blog-related-post .post-title {
	float: left;
	width: 100%;
	position: relative;
}

.blog-related-post .post-title h3,
.blog-related-post .post-title a {
	color: #222;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	margin: 10px 0 15px 0;
	float: left;
	width: 100%;
}

.blog-related-post .post-title a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.blog-related-post .post-meta {
	float: left;
	width: 100%;
	position: relative;
}

.blog-related-post .post-meta p {
	color: #222;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.5px;
	position: relative;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.blog-related-post .post-meta p a {
	color: #222;
}

.blog-related-post .post-content p {
	font-size: 14px;
	color: #717171;
	float: left;
}

.blog-related-post .post-content p:last-child {
	margin-bottom: 0;
}
