.cst-post-by-author .cst-title {
	font-size: 18px;
	font-weight: 700;
	font-family: Cabin;
	margin-bottom: 15px;
	line-height:28px;
	opacity: .7;
}

.cst-post-by-author ul.nectar_blog_posts_recent_extra {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
	font-size:0;
	margin-bottom:60px;
}

.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img {
	line-height: 40px;
	counter-increment: step-counter;
	position: relative;
	min-height: 55px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 28px;
}

.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img a {
	display: block;
	line-height: 26px;
	vertical-align: middle;
	font-weight: 500;
	-webkit-transition: color .4s cubic-bezier(.25,1,.2,1);
	transition: color .4s cubic-bezier(.25,1,.2,1);
}

.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img .popular-featured-img {
	overflow: hidden;
	border-radius: 5px;
	height: 65px;
	width: 65px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 50%;
	z-index: 10;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	-webkit-transform: none;
	transform: none;
	top: 0;
	display: inline-block;
	vertical-align: middle;
}

.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img .meta-wrap {
	width: calc(100% - 71px);
	padding-left: 25px;
	position: relative;
	-webkit-transform: none;
	transform: none;
	top: 0;
	display: inline-block;
	vertical-align: middle;
}

.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img .popular-featured-img img {
	display: block;
	margin-bottom: 15px;
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cst-post-by-author li.has-img .meta-wrap .post-title {
	z-index: 10;
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	font-family: Roboto;
	color: #000;
	-webkit-transition: color .4s cubic-bezier(.25,1,.2,1);
	transition: color .4s cubic-bezier(.25,1,.2,1);
}

.cst-post-by-author li.has-img .meta-wrap .post-date {
	z-index: 10;
	position: relative;
	display: block;
	margin-top: 6px;
	font-family: Roboto;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #000;
}

.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img a:hover .post-title {
	color:#b08f46;
}

@media only screen and (min-width: 1px) and (max-width: 999px){

	.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img .popular-featured-img {
		width: 80px;
		height: 80px;
	}

	.cst-post-by-author ul.nectar_blog_posts_recent_extra li.has-img .meta-wrap {
		width: calc(100% - 90px);
	}
}

}

@media only screen and (max-width: 690px){
	.cst-post-by-author .cst-title {
		line-height: 25.2px;
	}
}

