/* ------------------------------------------------
   entry
*/
/* ------------
 */
.entry-terms,
.entry-term .btn {
  font-size: 12px;
}
.entry-term:not(:last-child),
.entry-terms-label {
  margin-right: 1em;
}
.entry-term .btn {
  font-weight: normal;
  background: #EEE;
}
.entry-terms-block {
  margin-top: 15px;
}
.entry-thumbnail img {
  height: auto;
}
.entry-posted-on {
  font-size: 12px;
}
.entry-term.-border {
  border: 1px solid #000;
  border-radius: 1em;
  padding: 0 1em;
}
.entry-title {
  margin: 0;
}
.entry-content img {
  height: auto;
}

.ly-main-h .entry-published,
.ly-main-h .entry-term {
  font-size: 12px;
  margin-right: 1em;
}

/* ------------------------------------------------
 */
.entry.-person .-terms dt {
  display: inline-block;
  background: #EEE;
  padding: .25em 0;
  width: 6em;
  text-align: center;
  margin: 0 .5em 0 0;
}
@media screen and (min-width: 768px) {
  .entry.-person .-terms dt {
    font-size: 12px;
  }
  .entry.-person .-terms dd {
    display: inline;    
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .entry.-person .-terms dt {
    font-size: 11px;
  }
  .entry.-person .-terms dd {
    font-size: 12px;
    margin: 0;
  }
}

/* ------------------------------------------------
 */
.entries .-person a {
  border: 2px solid #EEE;
  background: #FFF;
  display: block;
  color: inherit;
  text-decoration: none;
}
.entries .-person a:hover {
  border-color: #000;
  opacity: 1;
}
.entries .-person .-h {
  background: #EEE;
  text-align: center;
  padding: 0 .25em;
  height: 2.5em;
  line-height: 2.25;
  overflow-y: hidden;
}
.entries .-person a:hover .-h {
  background: #000;
  color: #FFF;
}
.entries .-person .-fig {
  text-align: center;
}
.entries .-person .-fig img {
  object-fit: cover;
}

/* ------------------------------------------------
 */
.entry.-single.-person {
  position: relative;
}
.entry.-single.-person .-fig img {
  object-fit: cover;
}
.entry.-single.-person .entry-term.-border {
  padding: .5em 2em;
  border-radius: 1.25em;
  font-weight: normal;
  font-size: 12px;
  cursor: initial;
  margin-bottom: .5em;
}
.entry.-single.-person .entry-term.-border:hover {
  opacity: 1;
}
.entry.-single.-person .entry-content > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .entry.-single.-person {
    border: 2px solid #EEE;
  }
  .entry.-single.-person .-cnt {
    flex-grow: 1;
  }
  .entry.-single.-person .-terms.-school dd {
    font-size: 14px;
  }
  .entry.-single.-person .entry-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry.-single.-person .-fig {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry.-single.-person .-fig img {
    width: 100%;
    height: 250px;
    border-radius: 125px;
  }
  .entry.-single.-person .-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .entry.-single.-person .entry-content {
    margin-top: 30px;
  }
  .entry.-single.-person .-terms dd {
    display: inline;    
  }
}

/* ------------------------------------------------
 */
.entry-nav.-blog h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-nav {
    margin-top: 40px;
  }
  .entry-nav > :not-last-child {
    margin-top: 10px;
  }
  .entry-nav.-blog .back-index {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry-nav {
    margin-top: 20px;
  }
  .entry-nav > :not-last-child {
    margin-top: 10px;
  }
  .entry-nav.-blog .back-index {
    margin-top: 20px;
  }
}

  
