.blog #post-area.blog-list article .post-wrapper .post-featured-img img {
	border-radius: 5px;
}
.blog span.byline {
	margin-left: 45px;
}
.blog .entry-meta.clearfix:before {
	content: '';
	position: absolute;
	background: url(../images/folder.png) no-repeat center;
	height: 40px;
	width: 40px;
	border: solid 1px;
	border-radius: 50px;
}
.blog .excerpt {
	color: #748494;
}
.blog #post-area.blog-list article .post-wrapper .more-link {
	font-weight: 600;
	font-size: 15px;
	width: 180px;
	height: 55px;
	background: #00a79d;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	padding-top: 20px;
	line-height: 1;
}
.blog #post-area.blog-list article .post-wrapper .more-link:hover {
	background: #9e1f63;
}
.blog #post-area.blog-list article .post-wrapper .more-link:hover .continue-reading {
	border-bottom: none;
}
.blog #post-area.blog-list article .post-wrapper {
	border-bottom: none;
}
.blog #post-area.blog-list article .entry-meta a {
	color: #9e1f63;
}
.blog #post-area.blog-list article .entry-meta a:hover {
	color: #00a79d;
	text-decoration: none;
}
.blog form.search-form {
	position: relative;
}
.blog .widget.widget_search .search-field {
	background: #efefef;
	color: #bdc3ca;
	border: none;
	border-radius: 3px;
}
.blog .widget_search .search-submit {
	display: inline-block;
	background: url(../images/search-icon.png) no-repeat center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -99999px;
	width: 55px;
}
.blog .widget .widget-title {
	color: #071e57;
	font-size: 24px;
}
.blog .cat-item a:hover {
	color: #00a79d;
}
.blog .cat-item a {
	color: #7a7c7f;
}
.blog li.cat-item {
	font-size: 16px;
	padding: 15px 0;
	border-bottom: solid 1px #efefef;
}
.blog .widget_recent_entries a {
	font-size: 18px;
	color: #071e57;
}
.blog .widget_recent_entries li {
	border-bottom: solid 1px #efefef;
	padding: 15px 0;
}
.blog .widget_recent_entries a:hover {
	color: #4a83fb;
}
.blog span.post_count {
	float: right;
	background: #00a79d;
	width: 32px;
	height: 24px;
	border-radius: 12px;
	text-align: center;
	padding-top: 3px;
	margin-top: -3px;
	color: #fff;
}
