.paradise-home .site-inner {
  padding-bottom: 10px;
}
.paradise-home .content .widget-title {
  background-color: #33495d;
  color: #fff;
  padding: 10px;
}
.home-middle .featured-content a,
.home-top .featured-content a {
  position: relative;
}
.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
  border: none;
  float: left;
  max-width: 100%;
}
.home-middle .featured-content .entry {
  width: 360px;
}
.content .home-bottom .featured-content .entry {
  border-bottom: 2px solid #ddd;
}
.content .home-bottom .featured-content .entry:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child {
  margin-bottom: 0;
}
.home-middle .featured-content .entry:nth-of-type(2n + 1) {
  clear: left;
  margin-right: 30px;
}
.home-middle .more-link,
.home-top .more-link,
.home-bottom .more-link {
  background-color: #f5f5f5;
  clear: both;
  color: #000;
  display: block;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 8px 10px;
  text-align: center;
  float: none;
}
.home-middle .more-link,
.home-top .more-link {
  width: 100%;
}
.home-bottom .more-link {
  width: 150px;
}
.home-middle .more-link:focus,
.home-middle .more-link:hover,
.home-top .more-link:focus,
.home-top .more-link:hover,
.home-bottom .more-link:focus,
.home-bottom .more-link:hover {
  background-color: #ad1606;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1180px) {
  .home-middle .featured-content .entry {
    width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-middle .featured-content .entry {
    width: 48.717948717948715%;
  }
  .home-middle .featured-content .entry:nth-of-type(2n + 1) {
    margin-right: 2.564102564102564%;
  }
}
@media only screen and (max-width: 840px) {
  .home-bottom.widget-area {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .home-middle .featured-content .entry {
    margin-right: 0;
    width: 100%;
  }
}