#smart-blog-custom .sds_post_title{
    font-weight:normal;
    font-size:14px;
    text-transform:uppercase;	
    line-height:20px;
    margin-bottom:24px;
}
#recent_article_smart_blog_block_left{
    float:left;
    width:100%;
    margin-bottom: 15px;
}
#smart-blog-custom .image_holder_wrap{
    padding-top: 25px;
    position: relative;
}
#smart-blog-custom .right_blog_home{
    border: 1px solid #616367;
    margin: 10px;	
}
#smart-blog-custom .image_holder_wrap i{
    display:none;
    position:absolute;
    width:30px;
    height:30px;
    border-radius:3px;
    background:#33a752;
    color:#fff;
    text-align:center;
    line-height:30px;
    right:10px;
    bottom:10px;
    transform:scale(0,0);	
    transition: all 0.15s ease-in-out 0s; 
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;	
}
#smart-blog-custom .news_module_image_holder:hover .image_holder_wrap i{
    transform:scale(1,1);
}
#smart-blog-custom .news_module_image_holder{
    display: inline-block;
    margin-top: 60px;
    position:relative;
    transition: all 0.3s ease-in-out 0s; 
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;	
}
#smart-blog-custom .date_added{
    color:#999999;
    font-size:12px;
    margin-bottom:11px;	
    position:absolute;
    height:22px;
    line-height:22px;
    padding:0 22px;
    top:-11px;
    background:#fff;
    left:50%;
    transform:translateX(-50%);
}
#smart-blog-custom .content p{
    font-size:12px;
    line-height:20px;	
    text-align:justify;
    margin-bottom:0;
    color:#999999;
}

.articleContent {
    overflow: hidden;
}
.articleContent img{
    max-width: 100%;
    padding: 0;
}.sdsarticleCat .r_more{
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out 0s; 
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.sdsarticleCat .r_more:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
#recent_article_smart_blog_block_left .block_content{
    float:left;
    width:100%;	
}
#recent_article_smart_blog_block_left .block_content ul li{
    border-bottom: 0 none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}
#recent_article_smart_blog_block_left .block_content ul li:last-child{
    margin:0;
}	

#recent_article_smart_blog_block_left .block_content ul li a.image{
    float:left;	
    margin-right:15px;	
}
#recent_article_smart_blog_block_left .block_content ul li a.title{
    line-height:18px;
    font-size:12px;
    display: block;
    margin-bottom:5px;	
    margin-top:10px;
    text-align: justify;
}
#recent_article_smart_blog_block_left .block_content ul li a.read-more{
    display:table;
    padding:5px;
    background:#141414;
    color:#fff;
    font-size:12px;
    margin-top:8px;	
}
#recent_article_smart_blog_block_left .block_content ul li a.read-more:hover{
    background:#ee5561;
}
#recent_article_smart_blog_block_left .block_content ul li .info{
    color:#ee5561;
}
.sdstitle_block a{
    display: table;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.info-category span i{
    margin-right:5px;
}
.info-category span{
    font-size:12px;
    margin-right:0px;	
    line-height:18px;

}
.info-category span,.info-category span a{
    color:#ee5561;
}
.info-category span a:hover{
    text-decoration:underline;	
}
.info-category{
    margin-bottom:10px;	
}
.sdsarticle-des .lipsum p{
    margin-bottom:30px;	
}
.sdsarticle-des .lipsum{
    font-size:12px;
    line-height:20px;
}
.sdsarticle-des{
    font-size:12px;
    line-height:24px;	
}
.page-item-title h1{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
#sdsblogArticle .sdsblogArticle-inner, #sdsblogArticle .sdsarticleBottom {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom:15px;
}
#content.block{
    margin-bottom:30px;
}	
#commentform{
    margin-bottom:30px;	
    display:table;
}
#post_images img:hover{
    opacity:0.8;	
    transition: all 0.15s ease-in-out 0s; 
    -webkit-transition: all 0.15s ease-in-out 0s; 
    -ms-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
}
.right_blog_cat{
    min-height:152px;	
}
.smartblogcomments .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.smartblogcomments .success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.error.smartblogcomments .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
#respond .error {
    color: #DD0000;
    display: inline-block;
    font-size: 11px;
    margin: 0 8px;
    margin-top:10px;
}
.sdsarticleHeader {
    margin: 20px 0 15px;
}
#module-smartblog-category .sdstitle_block:not(.title_block) {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}