/* Event and Offers Single CSS */
.entry {
  margin-top: 20px;
}
.entry-content,
h1, .post-dates p {
  margin: 0;
}
.post-dates {
  font-size: 16px;
  font-weight: 800;
}
@media only screen and (min-width: 781px) {
  .related-image {
    max-width: 200px;
    max-height: 200px;
    margin-right: 20px;
  }
  .related-image, .entry-header, .entry-content {
    float: left;
  }
  .entry-content,
  .entry-header {
    width: 70%;
  }

}
@media only screen and (max-width: 780px) {
  .related-image img {
    max-width: 100px;
  }


}
