/*
 * Sidebar term headings (see _includes/sidebar-nav.html).
 * Only shown when the site holds more than one term's posts.
 */

.sidebar-termLabel {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding: 18px 0 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 18px;
}
.sidebar-termLabel:first-of-type {
  border-top: 0;
  margin-top: 8px;
}
