/************************* AI Podcast (page-id-3664) *************************/
.no-hyphenation {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  word-break: normal;
}

body.page-id-3664 .pp-sub-widget {
  border: none;
  margin: 0;
  margin-top: -20px;
}
body.page-id-3664 .pp-sub-widget .pp-sub-h {
  display: none;
}
body.page-id-3664 .pp-sub-widget .pp-sub-t {
  display: none;
}
body.page-id-3664 .pp-sub-widget .pp-sub-l {
  display: none;
}
body.page-id-3664 .pp-sub-widget .pp-sub-bx {
  padding: 0;
  margin: 0;
}
body.page-id-3664 .pp-sub-widget .pp-sub-btn {
  box-shadow: none;
}
body.page-id-3664 .pp-sub-widget .pp-sub-m {
  padding: 0;
  margin: 0;
}
body.page-id-3664 .wp-playlist-current-item {
  display: none;
}

h3 {
  text-align: center;
}

/******************* Statistics ***********************/
div.stats {
  padding: 10px 20px;
  background: #d3f2ff;
}
div.stats .podcast-logo {
  float: left;
  margin-top: 10px;
  padding-right: 20px;
}
div.stats .stats-title-block {
  padding-bottom: 3px;
}
div.stats .stats-title-block .stats-title {
  padding-top: 5px;
  font-weight: bold;
  font-size: 18px;
}
div.stats .stats-title-block .stats-title-note {
  font-size: 14px;
  color: #aa0000;
}
@media (max-width: 564px) {
  div.stats .stats-title-block {
    clear: both;
  }
}
div.stats .stats-quantity {
  font-size: 17px;
  padding-left: 3px;
}
@media (max-width: 432px) {
  div.stats .stats-quantity {
    display: block;
    padding-left: 0px;
    padding-bottom: 5px;
  }
}

.subscribe-buttons {
  text-align: center;
  padding-bottom: 10px;
}
.subscribe-buttons a {
  padding: 0 5px;
}

/******************* Grid ***********************/
.grid {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 1%;
  row-gap: 10px;
}
.grid .gutter-sizer {
  display: none;
}
@media (min-width: 960px) {
  .grid {
    margin-left: -130px;
    margin-right: -130px;
    width: 960px;
    min-width: 960px;
  }
}
@media (min-width: 960px) {
  .grid .gutter-sizer {
    width: 1%;
  }
  .grid .grid-item {
    flex: 0 0 24.25%;
  }
  .grid .grid-item {
    margin-left: 0;
  }
}
@media (min-width: 700px) and (max-width: 959px) {
  .grid .gutter-sizer {
    width: 1%;
  }
  .grid .grid-item {
    flex: 0 0 24.25%;
  }
  .grid .grid-item {
    margin-left: 0;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .grid .gutter-sizer {
    width: 1.5%;
  }
  .grid .grid-item {
    flex: 0 0 32.3333333333%;
  }
  .grid .grid-item {
    margin-left: 0;
  }
}
@media (min-width: 350px) and (max-width: 499px) {
  .grid .gutter-sizer {
    width: 2%;
  }
  .grid .grid-item {
    flex: 0 0 49%;
  }
  .grid .grid-item {
    margin-left: 0;
  }
}
.grid .grid-item {
  position: relative;
  float: none;
  min-height: 230px;
  padding: 8px;
  font-size: 12px;
  background: #eef7ff;
  border: 1px solid #e1efff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.grid .grid-item .vid-title {
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid .grid-item .vid-title a {
  color: #000;
}
.grid .grid-item .vid-title a:hover {
  color: #00b6ff;
}
.grid .grid-item .vid-person {
  font-size: 13px;
  color: #aa0000;
  font-weight: normal;
}
.grid .grid-item .vid-tagline {
  font-size: 12px;
  color: #888;
  margin-top: 1px;
}
.grid .grid-item .vid-position {
  font-size: 10px;
  color: #888;
}
.grid .grid-item .vid-materials {
  font-size: 12px;
}
.grid .grid-item .thumb-youtube {
  position: relative;
}
.grid .grid-item .thumb-youtube:hover .caption {
  opacity: 1;
}
.grid .grid-item .thumb-youtube:hover img {
  filter: brightness(0.2);
}
.grid .grid-item img {
  display: block;
  margin: 0 auto 5px auto;
  z-index: 4;
  max-width: 100%;
  height: auto;
}
.grid .grid-item .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
}
.grid .grid-item .caption-text {
  z-index: 10;
  color: #fff;
  position: static;
  width: auto;
  text-align: center;
  font-size: 14px;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/***************************** Buttons ****************************/
.button {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1));
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 16px;
}

.button:enabled {
  cursor: pointer;
}

.button:enabled:hover {
  background-color: #8CF;
}

.button.is-checked,
.button.is-selected {
  background-color: #19F;
  color: white;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* hide radio inputs */
.button input[type=radio] {
  display: none;
}

/* ---- button-group ---- */
.button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}

.button-group .button:first-child {
  border-radius: 5px 0 0 5px;
}

.button-group .button:last-child {
  border-radius: 0 5px 5px 0;
}

/******************* All Episodes List ***********************/
.episodes-all {
  margin-top: 20px;
}
.episodes-all .episode-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.episodes-all .episode-title {
  font-size: 16px;
}
.episodes-all .episode-title a {
  color: #000;
}
.episodes-all .episode-title a:hover {
  color: #00b6ff;
}
.episodes-all .episode-meta {
  font-size: 13px;
  color: #666;
}
.episodes-all .ep-person {
  color: #800020;
  font-weight: 600;
}
.episodes-all .ep-tagline {
  color: #888;
}
.episodes-all .ep-links a {
  color: #00b6ff;
}

/*# sourceMappingURL=style-podcast.css.map */
