/*---------------- Start Smart-Blog Block Css -------------------*/
#smartblog_block .news_module_image_holder .icon.zoom {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    z-index: 1;
    border-radius: 50%;
}
#smartblog_block .news_module_image_holder .icon.zoom:hover i {
	border-color: var(--secondary-bg-color);
    color: var(--secondary-text-color);
    background: var(--secondary-bg-color);
}
#smartblog_block .icon i {
    border: 2px solid #e6e6e6;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    padding: 9px 10px;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    margin: 0;
    line-height: 18px;
}
#smartblog_block .news_module_image_holder:hover .icon i {
	transform:scale(1);
	transition: all 0.3s ease 0s;
}
#smartblog_block .news_module_image_holder:hover .icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#smartblog_block .news_module_image_holder {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	width: 100%;
	float: left;
	position: relative;
}
#smartblog_block .news_module_image_holder .image-inner {
    width: 100%;
    float: left;
    position: relative;
}
#smartblog_block .news_module_image_holder a:not(.zoom) {
    vertical-align: top;
    background: #111;
}
#smartblog_block .news_module_image_holder:hover img {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0.5;
}
#smartblog_block .news_module_image_holder img {
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
/*--------zoom icon------------*/
#smartblog_block {
	margin: 0 0 80px;
	position: relative;
	text-align: center;
}
#smartblog-carousel .item.blog_post {
	padding: 0 15px;
}
#smartblog_block .blog_date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: auto;
	background: var(--primary-bg-color);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.10);
	padding: 7px 12px;
}
#smartblog_block .day_date {
    color: var(--primary-text-color);
    float: left;
    line-height: 16px;
}
#smartblog_block .day_month {
    font: 400 13px/16px var(--secondary-font);
    color: var(--primary-text-color);
    float: left;
    margin-left: 5px;
}
#smartblog_block .blog_content .sds_post_title {
	float: left;
	margin: 15px 0 12px;
	width: 100%;
}
#smartblog_block .blog_content .sds_post_title a {
	font: 500 16px/18px var(--primary-font);
	float: left;
	width: 100%;
	color:#222;
	text-align: left;
}
#smartblog_block .blog_content .sds_post_title a:hover {
    color: var(--primary-bg-color);
}
#smartblog_block .blog_content p {
	margin: 0 0 15px;
	font: 400 13px/20px var(--secondary-font);
	color: #666;
	float: left;
	width: 100%;
	text-align: left;
}
#smartblog-carousel .blog_content .read_more {
	color: #111111;
	float: left;
	width: auto;
	text-align: left;
	font: 400 13px/16px var(--secondary-font);
	position: relative;
}
#smartblog-carousel .blog_content .read_more:hover{
    color: var(--primary-bg-color);
}
#smartblog-carousel .blog_content .read_more::after {
    content: "\e409";
    font-size: 16px;
    float: right;
    width: 17px;
    font-family: 'Material icons';
}
#smartblog-carousel {
	float: left;
	width: 100%;
	background: #fff;
    padding: 30px 15px;
    box-shadow: 1px 2px 3px 0 #e5e5e5;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -o-box-shadow: 1px 2px 3px 0 #e5e5e5;
}
#sdsblogArticle {
    margin-bottom: 20px;
}
#sdsblogArticle .post-info span .material-icons {
    font-size: 16px;
    vertical-align: middle;
}
#sdsblogArticle {
    margin: 0 0 10px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 2px 3px 0 #e5e5e5;
    padding: 30px;
}
#module-smartblog-details .articleContent {
    margin: 0 0 15px;
    float: left;
    width: 100%;
}
#sdsblogArticle img {
    max-width: 100%;
    width: 100%;
}
#sdsblogArticle h1 {
    color: #111111;
    font: 500 18px/22px var(--primary-font);
    margin: 0 0 10px;
    padding: 0;
	float:left;
	width:100%;
}
#sdsblogArticle .post-info {
    display: block;
    margin: 0 0 10px;
}
#sdsblogArticle .post-info span span {
    display: inline-block;
}
#sdsblogArticle .sdsarticle-des {
    margin: 0;
    text-align: justify;
    line-height: 24px;
}
#respond {
    color: #808080;
	float: left;
	width: 100%;
}
#respond .comment-reply-title {
    color: #222222;
    float: left;
    font: 500 18px/20px var(--secondary-font);
    margin: 20px 0;
    width: 100%;
}
#respond #commentInput {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
#respond #commentInput .right {
    padding: 10px 0 0;
    text-align: right;
}
#respond .captcha input[type="text"] {
    max-width: 85px;
}
#respond td {
    padding: 5px;
    vertical-align: top;
}
#respond td:first-child {
    padding-top: 8px;
}
.smartblogcomments .success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
	float: left;
	width: 100%;
}
.smartblogcomments .attention {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    color: #333;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
.smartblogcomments .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
#articleComments {
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
}
#articleComments #comments {
	float: left;
	width: 100%;
}
#articleComments .commenttitle {
    font: 500 14px var(--secondary-font);
    margin: 10px 0;
}
#articleComments .commentList {
    margin: 0;
    position: relative;
	padding:0;
	float: left;
	width: 100%;
}
#articleComments .commentList li {
	border-top: 1px solid #e5e5e5;
	float: left;
	margin: 10px 0 0;
	padding: 15px 0 15px 110px;
	position: relative;
	width: 100%;
}
#articleComments .commentList li .avatar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	left: 10px;
	padding: 0;
	position: absolute;
	top: 18px;
}
#articleComments .commentList li .reply {
    height: auto;
    text-align: right;
}
#articleComments .commentList li .reply .comment-reply-link {
    cursor: pointer;
}
#articleComments .commentList li .reply .comment-reply-link:hover {
    text-decoration: underline;
    color: #111111;
}
#articleComments .commentList li .name,
#articleComments .commentList li .name a {
    font-size: 13px;
    font-weight: bold;
}
#articleComments .commentList li .created {
    margin: 0 0 10px;
}
#articleComments .commentList li p {
    font-size: 15px;
    font-weight: 500;
}
#sdsblogCategory {
	float: left;
	margin: 0 0 30px;
	width: 100%;
	padding: 30px;
	background: #ffffff;
}
#sdsblogCategory .imageFeatured {
    border: medium none;
    max-width: 100%;
    padding: 0;
}
#sdsblogCategory .catDesc p {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 15px;
    margin: 0;
}
#smartblogcat {
	float: left;
	width: 100%;
	padding: 30px;
	background: #fff;
}
#smartblogcat .sdsarticleCat {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}
#smartblogcat .sdsarticleCat:last-child {
	margin: 0;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader {
    margin: 0;
    padding: 0;
    display: block;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block {
    margin: 0 0 10px;
    width: 100%;
    border: none;
    background: none;
    height: auto;
    padding: 0;
	float: left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a {
    color: #111111;
    font: 500 16px/20px var(--primary-font);
    padding: 0;
    width: 100%;
    float: left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a:hover {
    color: #111111;
}
#smartblogcat .sdsarticleCat .articleContent {
    display: block;
    position: relative;
    overflow: hidden;
}
#smartblogcat .blog_desc .sdsreadMore .more .r_more::after {
    content: "\E409";
    font-family: material icons;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .articleContent .imageFeaturedLink img {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
#smartblogcat .sdsarticleCat .blogdetail {
    display: block;
    margin: 0 0 10px;
    line-height: 22px;
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat .blogdetail > span {
    float: left;
    margin: 0 15px 0 0;
}
#smartblogcat .sdsarticleCat .blogdetail > span.ttpost {
    display: none;
}
#smartblogcat .sdsarticleCat .blogdetail .blogcomment a {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .blogdetail .viewed {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: #808080;
    display: block;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    line-height: 24px;
}
#smartblogcat .sdsarticleCat .sdsreadMore .more {
    display: inline-block;
}
#smartblogcat .blog_desc .blogdetail span .material-icons {
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: #808080;
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.blog_pagination {
    float: left;
    width: 100%;
}
.blog_pagination .pagination li a:hover {
    color: #fff;
    background: #333333;
    border-color: #333333;
}
#reply-title #cancel-comment-reply-link {
  float: right;
}
@media (max-width: 1200px) {
	#smartblog_block {
		margin: 0 0 50px;
	}
}
@media (max-width: 991px) {
	#smartblog_block #smartblog-carousel .item .news_module_image_holder .blog-hover {
		background: rgba(0, 0, 0, 0.2);
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
	}
    #smartblogcat {
        padding: 20px;
    }
    #sdsblogCategory {
        padding: 20px;
    }
	#smartblog-carousel .item.blog_post {
		float:left;
		width:100%;
	}
}
@media (max-width: 767px) {
 	#smartblog_block {
        margin: 0 0 20px;
    }
    #commentform .form-group .col-md-7 {
        width: 100%;
    }
    #smartblogcat .sdsarticleCat .articleContent {
        float: left;
        width: 100%;
        margin: 0 0 30px;
    }
    #smartblogcat .sdsarticleCat .blog_desc {
        float: left;
        width: 100%;
    }
}
@media (max-width: 543px) {
    .blog_pagination .pagination {
        text-align: center;
    }
    #smartblogcat {
        padding: 15px;
    }
    #sdsblogCategory {
        padding: 15px;
    }
    #smartblog-carousel { 
        padding: 15px 0;
    }
	#smartblog_block #smartblog-carousel .item .blog_post .blog_content .sds_post_title a {
		font-size: 16px;
		line-height: 18px;
	}
}
/*---------------- End Smart-Blog Block Css -------------------*/