/*-----------------blog-type-9----------*/

.blog-type-9 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-9 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-9 .post_title {
    font-size: 2rem;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 2.4rem;
}

.blog-type-9 .news_module_image_holder {
    margin: auto 0;
    position: relative;
}

.blog-type-9 .news_module_image_holder .image_holder_wrap {
	overflow: hidden;
	margin-bottom: 25px;
}

.blog-type-9 .news_module_image_holder .image_holder_wrap a {
	display: block;
}

.blog-type-9 .news_module_image_holder:hover .image_holder_wrap a {
    transform: scale3d(1.07, 1.07, 1);
}

.blog-type-9 .right_blog_home {
    position: relative;
	text-align: center;
}

.blog-type-9 .content{
	margin-bottom: 11px;
}

.blog-type-9 .date_added i{
    color: #666666;
    float: left;
    font-size:20px;
    letter-spacing: 1px;
    line-height: 30px;
	margin-right:10px;
}

.blog-type-9 .date_added{
	color: #999;
	line-height: 30px;
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.blog-type-9 .content .date_added:last-child{
	margin-right:0;	
}

.blog-type-9 .right_blog_home .read_more{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.2px;
	font-weight: 700;
	line-height: 20px;
	border-bottom: 2px solid;
	display: inline-block;
}