.single-event .post-image-wrap {
  display: block;
  float: none;
  margin-bottom: 35px;
}
@media only screen and (max-width: 960px) {
  .single-event .post-image-wrap {
    margin: 0 0 35px 0;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .single-event .post-image-wrap {
    margin: 0 auto 35px auto;
    width: 100%;
  }
}
.single-event .entry-content-wrap {
  display: block;
  float: none;
  width: 100%;
}
.single-event .sevenrooms-button-wrap {
  margin: 0 0 25px 0 !important;
  text-align: left !important;
}
