/*-----------------blog-type-10----------*/

.blog-type-10 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-10 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-10 .post_title {
    font-size: 2.4rem;
    display: block;
	text-transform: capitalize;
	margin-top: 8px;
}

.blog-type-10 .date_created {
    font-size: 12px;
    color: #939393;
    text-transform: uppercase;
}

.blog-type-10 .show_author {
    font-size: 13px;
    color: #008d00;
    font-style: italic;
	margin-top: 11px;
}

.blog-type-10 .news_module_image_holder {
    margin: auto 0;
    position: relative;
}

.blog-type-10 .news_module_image_holder .image_holder_wrap {
	overflow: hidden;
	border-radius: 8px;
}

.blog-type-10 .news_module_image_holder .image_holder_wrap a {
	display: block;
}

.blog-type-10 .news_module_image_holder:hover .image_holder_wrap a {
    transform: scale3d(1.07, 1.07, 1);
}

.blog-type-10 .right_blog_home {
    height: 100%;
    background: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
}

.blog-type-10 .right_blog_home > p {
    line-height: 2.7rem;
    font-size: 1.4rem;
    color: #666;
	margin-top: 15px;
	margin-bottom: 0;
}

.blog-type-10 .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;
}

@media (max-width: 1199px){
	.blog-type-10 .right_blog_home {
		padding: 30px;
	}
	.blog-type-10 .right_blog_home > p {
		line-height: 2.4rem;
	}
	.blog-type-10 .right_blog_home .post_read_more {
		margin-top: 15px;
	}
}

@media (max-width: 991px){
	.blog-type-10 .news_module_image_holder .image_holder_wrap {
		border-radius: 8px 8px 0 0;
	}
	.blog-type-10 .right_blog_home {
		border-radius: 0 0 8px 8px;
	}
}