.spfs-aggregator {
  text-align: center;
}

.spfs-aggregator-title {
  margin: 30px 0;
}

.spfs-aggregator-post-list {
  list-style: none;
  margin: 0;
}

.spfs-aggregator-post-permalink {
  color:inherit;
  font-weight: inherit;
}

.spfs-aggregator img {
  margin: 0 auto 15px auto;
}

.spfs-aggregator-post-title {
  font-weight: 700;
}

.spfs-aggregator-post-date:before {
  content: "\f133";
  display: inline;
  font-family: 'FontAwesome';
  margin-right: 7px;
}

.spfs-aggregator-post-excerpt {
  padding: 15px;
}

.spfs-aggregator-rating {
  display: inline-block;
}

 @media screen and (min-width: 768px) {
  .spfs-aggregator-post-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4 - 20px);
  }
   .spfs-aggregator-post-wrap:not( .spfs-aggregator-post-wrap-first ) {
     margin-left: 15px;
   }
}
@media screen and (max-width:767px) {
  .spfs-aggregator-post-wrap {
    width: 100%;
  }
}
