/*-----------------blog-type-6----------*/

.blog-type-6 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-6 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-6 .inline-block_relative {
	position: relative;
}

.blog-type-6 .news_module_image_holder {
    margin: auto 0;
    position: relative;
}

.blog-type-6 .news_module_image_holder .image_holder_wrap {
	overflow: hidden;
}

.blog-type-6 .news_module_image_holder .image_holder_wrap a {
	display: block;
}

.blog-type-6 .news_module_image_holder:hover .image_holder_wrap a {
    transform: scale3d(1.07, 1.07, 1);
}

.blog-type-6 .post_title {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 3rem;
	text-transform: uppercase;
	max-width: 430px;
}

.blog-type-6 .post_title:not(:hover) {
	color: #ffffff;
}

.blog-type-6 .right_blog_home {
    position: absolute;
    padding: 40px;
	padding-top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
}

.blog-type-6 .content{
	font-size: 0;
	text-transform: uppercase;
	margin-bottom: -10px;
}

.blog-type-6 .date_added i{
	color: #aaa;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}

.blog-type-6 .date_added{
    color: #fff;
    font-size: 12px;
    line-height: 30px;
	display: inline-block;
	margin-right: 8px;
}

.blog-type-6 .content .date_added:last-child{
	margin-right:0;	
}

.blog-type-6 .content .date_added:not(:last-child){
	color: #b33a3a;
}

.blog-type-6 .bottom_blog .date_added{
	float:right;
	line-height:20px;
	font-size:12px;
	margin-left:20px;
	margin-bottom:10px;
}