/* ------------------------------------------------
   entry
*/

.entry-posted-on,
.entry-terms,
.entry-term .btn,
.entry-term .tag {
  font-size: 12px;
}
.entry-term:not(:last-child),
.entry-terms-label {
  margin-right: 1em;
}
.entry-term .btn,
.entry-term .tag {
  font-weight: normal;
  background: #EEE;
}
.entry-term .tag {
  background: #DEB7E2;
  color: #FFF;
}
.entry-posted-on {
  margin-right: 1em;
}
.entry-thumbnail img {
  height: auto;
}

/* ------------------------------------------------
   single entry
*/
.single-entry  .entry-title {
  font-size: 24px;
  margin: 0;
}
.single-entry > * > :first-child {
  margin-top: 0;
}
.single-entry > * {
}
.single-entry-h {
  margin-bottom: 2em;
}
.single-entry .entry-thumbnail {
  margin-bottom: 2em;
}

/*
@media screen and (min-width: 1024px) {
  .single-entry-h > :not(:last-child),
  .single-entry-f > :not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .single-entry-h > :not(:last-child),
  .single-entry-f > :not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-entry-h > :not(:last-child),
  .single-entry-f > :not(:last-child) {
    margin-bottom: 10px;
  }
} */

/* ------------------------------------------------
   archive entry
*/
.archive-entry-container {
  margin-bottom: -2em;
}
.blog .archive-entry-container,
.category .archive-entry-container,
.post-type-archive-genre .archive-entry-container,
.post-type-archive-voice .archive-entry-container,
.post-type-archive-school .archive-entry-container,
.voice-list.archive-entry-container {
  margin-bottom: 0;
}

.archive-entry {
  margin: 0 0 2em;
}
.archive-entry > a {
  display: block;
}  
.archive-entry .-fig {
  line-height: 0;
  margin-bottom: .5em;
}
.archive-entry .-fig img {
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .archive-entry .-fig img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .archive-entry .entry-posted-on,
  .archive-entry .entry-author,
  .archive-entry .entry-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .archive-entry .-fig img {
    height: 110px;
  }
}

.archive-entry .entry-title,
.archive-entry .entry-summary {
  max-height: 3em;
  line-height: 1.5;
  overflow-y: hidden;
  margin: 0;
}
.archive-entry .entry-title a {
  color: inherit;
  text-decoration: none;
}
.archive-entry .entry-meta {
  margin-bottom: .5em;
}
.archive-entry .entry-terms {
  height: 24px;
  overflow-y: hidden;
}
.archive-entry .entry-summary {
  margin: 10px 0;
}
.archive-entry .entry-summary p {
  margin: 0;
}

/* ------------------------
   blog
 */
.archive-entry.blog .-fig {
  position: relative;
}
.archive-entry.blog .entry-author {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.64);
  color: #FFF;
  padding: .5em 1em;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}

/* ------------------------
   post
*/
.blog .archive-entry.post .entry-title,
.category .archive-entry.post .entry-title {
  font-size: inherit;
  margin: 1em 0;
}
.archive-entry.post {
  margin: 0;
}
.archive-entry.post a {
  padding: 1em 0;
  border-bottom: 1px solid #EEE;
  color: inherit;
  text-decoration: none;
}
.archive-entry.post:first-child a {
  border-top: 1px solid #EEE;
}

/* ------------------------
   voice
*/
.archive-entry.voice > a {
  font-size: 14px;   
  display: flex;
  justify-content: space-between;
  border: 1px solid #EEE;
  padding: 1em;
  color: inherit;
  text-decoration: none;
}
.archive-entry.voice > a .-fig {
  flex: 0 0 138px;
  max-width: 138px;
  margin-right: 10px;
}
.archive-entry.voice > a .-fig img {
  height: 92px;
  object-fit: cover;
}
.archive-entry.voice > a .-cnt {
  flex-grow: 1;
}
.archive-entry.voice > a .entry-title {
  margin-bottom: .5em;
}
.archive-entry.voice .-school {
  background: #CE93D8;
  display: inline-block;
  padding: .5em 1em;
  color: #FFF;
  border-radius: 1em;
  line-height: 1;
  margin-right: 1em;
  margin-bottom: .5em;
}
.archive-entry.voice .-name {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .archive-entry.voice .entry-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-entry.voice .entry-title {
    font-size: 16px;
  }
}

/* ------------------------
   instructor
*/
.entry.instructor .entry-thumbnail {
  text-align: center;
}
.entry.instructor .entry-term a {
  color: inherit;
}
.entry.instructor .entry-thumbnail img {
  width: 240px;
  height: 240px;
  object-fit: cover;
}
.archive-entry.instructor .entry-thumbnail {
  display: block;
}
.archive-entry.instructor {
  text-align: center;
}
.entry.instructor .entry-title {
  text-align: center;
}
.entry.instructor .-block {
  margin-bottom: 0;
}
.entry.instructor .-block:not(:first-child) {
  padding-top: 1.5em;
}
.entry.instructor .-block:not(:last-child) {
  border-bottom: 1px solid #EEE;
  padding-bottom: 1.5em;
}
.entry.instructor .-block h2 {
  color: #CE93D8;
  font-size: inherit;
  magin-bottom: 1em;
}

@media screen and (min-width: 768px) {  
  .single-entry.instructor {
    border: 1px solid #EEE;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .single-entry.instructor .entry-title {
    font-size: 40px;
    text-align: center;
    margin: 0;
  }
  .archive-entry.instructor .entry-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .archive-entry.instructor .entry-thumbnail img {
    width: 100%;
    height: 165px;
    object-fit: cover;
  }
  .archive-entry.instructor .entry-title {
    font-size: 14px;
  }
}


/* ------------------------
   genre
*/
.archive-entry.genre {
  margin-bottom: 48px;
}
.archive-entry.genre .-fig img {
  width: 300px;
  height: 300px;  
  object-fit: cover;
  box-shadow: 8px 8px #deb7e2;
}
.archive-entry.genre .entry-title,
.archive-entry.genre .entry-summary {
  max-height: unset;
  line-height: 2;
}
.archive-entry.genre .entry-title {
  color: #CE93D8;
}
.archive-entry.genre .-f {
  text-align: right;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .archive-entry.genre {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 8px;
  }
  .archive-entry.genre:not(:first-child) .-cnt {
    border-top: 1px solid #DDD;
  }
  .archive-entry.genre .-fig {
    flex: 0 0 300px;
    max-width: 300px;
    order: 2;
    margin-left: 7%;
  }
  .archive-entry.genre .-fig,
  .archive-entry.genre .-cnt {
    padding-top: 40px;
  }
  .archive-entry.genre .-cnt {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .archive-entry.genre .-fig {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* ------------------------
 */
.archive-entry.school.-map,
.archive-entry.school > a {
  border: 1px solid #EEE;
  padding: 1em;
  color: inherit;
}
.archive-entry.school > a {
  display: block;
  text-decoration: none;
}
.archive-entry.school.-map a {
  text-decoration: underline;
}
.archive-entry.school.-map a:hover {
  color: #CE93D8;
}
.archive-entry.school .-fig {
  margin: 0;
}
.archive-entry.school .-fig iframe,
.archive-entry.school .-fig img {
  border: 0;
  height: 200px;
  width: 100%;
}
.archive-entry.school .-cnt > * {
  padding: .5em 0;
}
.archive-entry.school .-cnt > :not(:last-child) {
  border-bottom: 1px solid #EEE;
}
.archive-entry.school .entry-title {
  max-height: unset;
}
.archive-entry.school h2 {
  text-align: center;
  font-weight: normal;
}

/* ------------------------
 */
.archive-entry.column .entry-term .tag,
.single-column .entry-term .btn {
  background: #B388FF;
  color: #FFF;
}
.archive-menu.-column a {
  display: inline-block;
  border: 2px solid #B388FF;
  padding: .5em 1em;
  border-radius: 2em;
  color: #B388FF;
  text-decoration: none;
}
.archive-menu.-column .is_current a {
  background: #B388FF;
  color: #FFF;
}
.single-column .nav-previous a::before,
.single-column .nav-next a::after {
  border-color: #B388FF;
  color: #B388FF;
}
.-post-type-column a.page-numbers,
.-post-type-column span.page-numbers {
  border-color: #B388FF;
  color: #B388FF;
}
.-post-type-column .page-numbers.current {
  background: #B388FF;
  color: #FFF;
}
