/** Format the home page for random banner images **/
.home .site-content {
}
.home .entry-content:before {
    display:none;
}
.pdgmgc-hero {
  width: 100vw;
  height: 350px;
  background-size: cover;
  display: block;
  background-position: center;
  margin-left: -50px;
}
.pdgmgc-hero:hover div {
  opacity: 0.5;
  transition: opacity 1s;
}
.hero-caption {
  top: 300px;
  color: white;
  background: #888;
  opacity: 0;
  position: relative;
  margin: auto;
  transition: opacity 1s;
  text-align: center;
}
.home .content-area {
  padding-top: 0;
}
.home .listing-item {
  border-top: 6px solid rgba(70, 179, 70, 0.7);
  list-style-type: none;
  margin-left: -5em;
  padding-top: 0.5em;
}
.post-wrap {
  margin-bottom: 20px;
  padding: 0 30px;
}
.blog-featured {
	display:none;
}