/*-----------------blog-type-7----------*/

.blog-type-7 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-7 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-7 .post_title {
    font-size: 2rem;
    display: block;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    line-height: 2.4rem;
}

.blog-type-7 .news_module_image_holder {
    margin: auto 0;
    position: relative;
}

.blog-type-7 .news_module_image_holder .image_holder_wrap {
	overflow: hidden;
}

.blog-type-7 .news_module_image_holder .image_holder_wrap a {
	display: block;
}

.blog-type-7 .news_module_image_holder:hover .image_holder_wrap a {
    transform: scale3d(1.07, 1.07, 1);
}

.blog-type-7 .right_blog_home {
    background: #fff;
    margin-right: 20px;
    position: relative;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-type-7 .right_blog_home::before {
    content: '';
	position: absolute;
	left: 0;
	top: -30px;
	right: 0;
	background: #fff;
	height: 30px;
}

.blog-type-7 .content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	margin-bottom: 11px;
}

.blog-type-7 .date_added i{
    color: #666666;
    float: left;
    font-size:20px;
    letter-spacing: 1px;
    line-height: 30px;
	margin-right:10px;
}

.blog-type-7 .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-7 .content .date_added:last-child{
	margin-right:0;	
}

.blog-type-7 .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;
}