.items {
  overflow: hidden;
  padding-bottom: 25px;
  float: left;
  width: 100%;
}

.items article {
  overflow: hidden;
  float: none;
  margin: 0;
  padding: 1.5%;
  width: 97%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 64em) {
  .items article {
    padding: 1.5%;
    width: 54.9%;
    float: right;
    clear: right;
  }
}

.items article.first {
  border-top: none;
}

.items article.detail {
  width: 100%;
}
@media (min-width: 64em) {
  .items article.detail {
    width: 97%;
  }
}

.items article .meta {
  line-height: 1.2em;
  margin-bottom: .5em;
  font-weight: 400;
}

.items article .meta span {
  font-weight: 700;
}

.items article h3 {
  margin-bottom: .25em;
}

.items article .time {
  margin-bottom: .25em;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}

.items article .media {
  position: relative;
  z-index: 10;
  min-width: 85px;
  min-height: 100px;
  float: right;
  margin-left: 2em;
}

.items article.detail {
  border: 0;
  line-height: 1.6em;
}

.items article.detail header img {
  clear: right;
  margin-top: 2em;
}
@media (min-width: 64em) {
  .items article.detail header img {
    clear: none;
    margin-top: 0;
  }
}

.items article.detail .summary {
  margin-bottom: 2em;
}

.series_heading {
  display: block;
  float: none;
  margin: 0 0 2em 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 64em) {
  .series_heading {
    float: left;
    clear: both;
    width: 39%;
    margin: 0 10px 0 0;
    padding: 1.5% 0;
  }
}
.series_heading h3 {
  margin-bottom: .25em;
}

.series_heading:last-child {
  margin-bottom: 0;
  min-height: auto;
}

.series_heading img {
  width: 100%;
  margin-bottom: 1em;
}

/* =Override
---------------------------------------------------------------------
*/
.items article .meta {
  font-family: "Lora", serif;
}

.items article .time {
  font-family: "Lora", serif;
  color: #baa78f;
}
