
#smartblog_block.blog_style2 .news_module_image_holder {
    width: 50%;
    padding: 0 15px;
}
#smartblog_block.blog_style2 .blog_content {
    width: 50%;
    float: left;
}
#smartblog_block.blog_style2 .blog_content .sds_post_title {
    margin: 0 0 12px;
}
#smartblog_block.blog_style2 .blog_content .blog_date {
    position: static;
    float: left;
    margin: 0 0 10px;
    background: var(--primary-bg-color);
    color: var(--primary-text-color);
}
#smartblog_block.blog_style2 .blog_content .blog_date span {
    color: var(--primary-text-color);
}
#smartblog_block.blog_style2 .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content {
    position: static;
    box-shadow: none;
    text-align: left;
    padding: 15px 0;
}
#smartblog_block.blog_style2 .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .desc{
	display:block;
	margin:0 0 15px;
}
#smartblog_block.blog_style2 .blog_inner .read_more{
	padding:0;
}
#smartblog_block.blog_style2 #smartblog-carousel .item .blog_post .blog_content .blog_inner .ttviews,#smartblog_block.blog_style2 #smartblog-carousel .item .blog_post .blog_content .blog_inner .blogcomment{
	float:right;
}
#smartblog_block.blog_style2 .sdsblog-box-content #smartblog-carousel .item .blog_post{
	margin:0 0 30px;
}
#smartblog_block.blog_style2 #smartblog-carousel .item.blog_post {
    padding: 0;
}

.blog_style3 #smartblog_block .blog_content .sds_post_title a {
    text-align: center;
}
.blog_style3#smartblog_block .blog_content p {
    text-align: center;
}
.blog_style3  #smartblog-carousel .blog_content .read_more {
    float: left;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.blog_style3#smartblog_block .blog_content .sds_post_title a {
    text-align: center;
}
#smartblog_block.blog_style3 .blog_date {
    position: relative;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: -15px 0 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: auto;
    background: var(--primary-bg-color);
}
#smartblog_block.blog_style3 .blog_date span{
    color: var(--primary-text-color);
}
.blog_style4  #smartblog-carousel .item.blog_post .blog_content {
    position: absolute;
    bottom: 10px;
    left: 25px;
    background: #fff;
    right: 25px;
    padding: 10px;
}
#smartblog_block.blog_style4  .blog_date {
    position: static;
    float: left;
    margin: -24px 0 0;
    background: var(--primary-bg-color);
}
#smartblog_block.blog_style4 .blog_date span,
#smartblog_block.blog_style5 .blog_date span {
    color: var(--primary-text-color);
}
#smartblog_block.blog_style4 .news_module_image_holder .icon.zoom {
    bottom: auto;
    top: 30px;
}
#smartblog_block.blog_style5  .blog_date {
    position: static;
    float: left;
    background: var(--primary-bg-color);
}
#smartblog_block.blog_style5  #smartblog-carousel .item.blog_post .blog_content {
    position: absolute;
    left: 25px;
    right: 25px;
    padding: 10px;
    bottom: -190px;
    background: #fff;
    transition: all 800ms ease-in-out;
}
#smartblog_block.blog_style5  #smartblog-carousel .item.blog_post:hover .blog_content {
    bottom: 10px;
}
#smartblog_block.blog_style5 .news_module_image_holder .icon.zoom {
    bottom: auto;
    top: 30px;
}
@media (max-width: 991px) {
    #smartblog_block.blog_style2   #smartblog-carousel{
        padding: 20px 5px;
    }
#smartblog_block.blog_style2 .news_module_image_holder {
    width: 100%;
    padding: 0;
}
#smartblog_block.blog_style2 .blog_content{
    width: 100%;
    padding: 0;
}
#smartblog_block.blog_style2 #smartblog-carousel .item.blog_post {
    padding: 0 15px;
}
}