/*-----------------blog-type-11----------*/

.blog-type-11 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-11 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-11 .post_title {
    font-size: 1.8rem;
    display: block;
	text-transform: capitalize;
	margin-top: 3px;
}

.blog-type-11 .date_created {
    font-size: 12px;
    color: #939393;
    text-transform: uppercase;
}

.blog-type-11 .show_author {
    font-size: 13px;
    color: #008d00;
    font-style: italic;
	margin-top: 8px;
}

.blog-type-11 .news_module_image_holder {
    margin: auto 0;
    position: relative;
}

.blog-type-11 .news_module_image_holder .image_holder_wrap {
	overflow: hidden;
	border-radius: 8px;
}

.blog-type-11 .news_module_image_holder .image_holder_wrap a {
	display: block;
}

.blog-type-11 .news_module_image_holder:hover .image_holder_wrap a {
    transform: scale3d(1.07, 1.07, 1);
}

.blog-type-11 .right_blog_home {
    height: 100%;
    background: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
}

.blog-type-11 .right_blog_home > p {
    line-height: 2.7rem;
    font-size: 1.4rem;
    color: #666;
	margin-top: 15px;
	margin-bottom: 0;
}

.blog-type-11 .right_blog_home .post_read_more {
	letter-spacing: 2.4px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	margin-top: 45px;
	display: table;
}

.blog-type-11 .right_blog_home {
	padding: 27px 30px;
}
.blog-type-11 .right_blog_home > p {
	line-height: 2.4rem;
}
.blog-type-11 .right_blog_home .post_read_more {
	margin-top: 15px;
}

.blog-type-11 .news_module_image_holder .image_holder_wrap {
	border-radius: 8px 8px 0 0;
}
.blog-type-11 .right_blog_home {
	border-radius: 0 0 8px 8px;
}