#smart-blog-custom .sds_post_title{
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;	
	line-height:20px;
	margin-bottom:12px;
}

#smart-blog-custom .image_holder_wrap{
	margin-bottom:25px;	
	position:relative;
}
#smart-blog-custom .right_blog_home{
	max-width:315px;
	margin:0 auto;	
}
#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{
    border: 2px solid #f2f2f2;
    display: table;
    margin: 30px auto 0;
    padding: 35px 30px;
    text-align: center;
	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 .news_module_image_holder:hover{
	border-color:#ee5561;	
}
#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:#666666;
	text-align-last:center;
}

#smart-blog-custom a.r_more{
	color:#33a752;	
	font-weight:bold;
}
#smart-blog-custom a.r_more:hover{
	text-decoration:underline;
}
.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{
	float:left;
	width:100%;	
	display:flex;
	align-items:center;
	margin-bottom:15px;
}
#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:13px;
	display:table;
	margin-bottom:5px;	
	margin-top:-3px;
}
#recent_article_smart_blog_block_left .block_content ul li a.read-more{
	display:table;
	padding:5px;
	background:#eee;
	color:#666;
	font-size:12px;
	margin-top:8px;	
}
#recent_article_smart_blog_block_left .block_content ul li a.read-more:hover{
	background:#ee5561;
	color:#fff;
}
#recent_article_smart_blog_block_left .block_content ul li .info{
	color:#ee5561;
}
.sdstitle_block a{
	display: table;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    text-transform: uppercase;
	margin-bottom:10px;
}
.info-category span i{
	margin-right:5px;
}
.info-category span{
	font-size:12px;
	margin-right:7px;	
	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;	
}
.smartblogcomments #reply-title{
	margin-bottom:20px;	
}
.sdsarticle-des .lipsum{
	font-size:12px;
	line-height:20px;
	text-align:justify;
}
.sdsarticle-des{
	font-size:12px;
	line-height:24px;	
	text-align:justify;
}
.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 #ddd;
    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;
}