#blog-posts {
	width: 100%;
}

#blog-posts h2 {
	text-align: center;
	padding: 30px 0 20px;
}

#blog-posts article {
	/* border-bottom: 1px solid #eaeaea; */
	margin-top: 20px;
}

#blog-posts article {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
}

#blog-posts article:hover {
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}

#blog-posts article.post .user-image {
	position: absolute;
	top: -60px;
	width: 100%;
}

#blog-posts article.post .row {
	position: relative;
}

#blog-posts article.post .user-image,
#blog-posts article.post .title {
	padding: 20px;
	padding-bottom: 10px;
    position: relative;
}

#blog-posts article.post .user-image img {
	padding-top: 10px;
	width: 60px;
}

#blog-posts article.post .user-image img {
	height: auto;
	border-radius: 50%;
}

#blog-posts article.post .title h {
	padding: 10px 0;
}

article.category .title h4 {
	margin-bottom: 0
}

#blog-posts article.post .title h4 a,
article.category .title h4 a {
	color: #68686f;
}

#blog-posts article.post .title h4 a:hover,
article.category .title h4 a:hover {
	color: #8e8d91;
}

#blog-posts article.post .title p {
	color: #a6a6a6;
	font-size: 14px;
}

#blog-posts article.post .info {
	width: 200px;
	border-left: 1px solid #f6f6f6;
}

#blog-posts article.post .info {
	padding: 5px 0;
}

#blog-posts article.post .info span.comments {
	position: relative;
	display: block;
	line-height: 40px;
	width: 60px;
	margin: 5px auto 15px;
	background: #bac2c9;
	text-align: center;
	color: #fff !important;
	border-radius: 3px;
}

#blog-posts article.post .info span.comments:after {
	content: '';
	display: block;
	position: absolute;
	transform: rotate(45deg) translateX(-50%);
	background: #bac2c9;
	width: 15px;
	height: 15px;
	bottom: -10px;
	left: 60%;
}

#blog-posts article.post span {
	color: #6c7980;
}

#blog-posts article.post i {
	font-size: 14px
}

#blog-posts article.post p {
	margin: 0;
}

#blog-posts article.post .arrows span {
    margin-left: 10px;
}

#blog-posts article.post hr {
	margin: 5px 0;
	border-top: 1px solid #f6f6f6;
}

#blog-posts article.post .info {
	font-size: 12px;
}

#blog-posts article.post .comments,
#blog-posts article.post .freshness {
    font-size: 20px;
    text-align: right;
}

#blog-posts article.post .freshness {
	font-size: 14px;
}

#blog-posts .post-thumb {
	vertical-align: middle;
	height: 150px;
	overflow: hidden;
}

#blog-posts .post-thumb img {
	object-fit: cover;
    object-position: center;
	width: 100%;
	height: 150px;
}

#blog-posts article.post .post-preview {
	padding: 35px 10px 0;
}

#blog-posts article.post .post-details {
	border-top: 1px solid #cccccc;
	padding: 10px 15px 5px;
	color: #cccccc;
}

#blog-thumb {
	padding-top: 350px;
	background-size: cover;
	background-position: center center;
}

#blog-thumb #title {
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	position: relative;
	transform: none;
	padding: 20px 0;
}

#blog-thumb #title h2 {
	text-align: left;
	margin-bottom: 0
}

#blog-post.card .card-content,
#blog-aside.card .card-content {
	width: 100%;
	padding: 20px;
}

#blog-post.card .bottom {
	padding-left: 20px
}

#blog-aside.card,
#blog-post.card {
	border: none;
}

#blog-post.card {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#blog-aside img {
	width: 60%;
	margin: 0 auto;
	border: 1px solid lightgrey;
	border-radius: 50%;
}









