.ts-overlay-article.featured-post .sppb-addon-article h3,
.ts-overlay-article.post-md-title .sppb-addon-article h3,
.ts-overlay-article.post-sm-title .sppb-addon-article h3{
	display:none;
}


  .list-category-main .sppb-addon-article a.post-thumb img, .nspArt a.post-thumb img, .sppb-addon-article .nspImageWrapper img, .nspArt .nspImageWrapper img{
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 0;
}
.list-category-main .sppb-addon-article:hover a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
 .list-category-main .sppb-addon-article h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.list-category-main .sppb-addon-article a.post-thumb {
    overflow: hidden;
}

.list-category-main .sppb-addon-article > strong {
   font-weight: 400;
}

.sppb-addon-content{
  font-weight:400;
}
.ts-footer strong{
  font-weight:400;
}
.sppb-addon-content strong{
  font-weight:400;
}












