body.single-theepi-epi .theepi-epi {
  display: flex;
  flex-direction: row;
  margin-top: 2em;

  @media ( max-width: $media__medium ) {
    flex-direction: column;
  }

  .post-thumbnail, .post-content {
    flex-grow: 1;
  }
  .post-thumbnail {
    width: 33.333333%;
    min-width: 33.333333%;
    padding-right: 2.5em;

    @media ( max-width: $media__medium ) {
      padding-left: 0;
      width: 100%;
    }
  }
  .post-content {
    @media ( max-width: $media__medium ) {
      width: 100%;
    }
  }
}

body.single-theepi-epi .theepi-epi .post-content {

  .entry-title {
    margin-top: 0;
    line-height: 1;
  }
  .epi-list-data {
    list-style-type: none;
    margin: 2em 0 0 0;
    padding: 0;

    .epi-data-item {
      margin: 0 0 0.6em 0;
    }
    .data-label {
      font-weight: 700;
    }
    .data-value, .data-label {
      display: inline-block;
    }
  }
}
