html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.podcast-player {
  margin-bottom: 1rem;
}
.podcast-player small a {
  display: inline-block;
  font-weight: bolder;
  text-decoration: none;
  border-bottom: 0;
  margin-top: 8px;
}
.podcast-player .mejs-audio {
  margin-bottom: 0;
}
.podcast-player .mejs-playpause-button {
  width: 6px !important;
}
.podcast-player .mejs-playpause-button button {
  background-image: none !important;
}
.podcast-player.mini .mejs-container {
  display: none !important;
}
.podcast-player.large {
  margin-bottom: 2rem;
}

.episode-header {
  display: table;
  width: 100%;
  color: #fff;
  background: black;
}
.episode-header .episode-artwork {
  position: relative;
  background-size: contain;
  color: #fff;
}
.episode-header .episode-artwork:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.episode-header .episode-artwork > .maintain-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.episode-header .episode-artwork #play-episode {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
}
.episode-header .episode-artwork #play-episode .dashicons {
  font-size: 100px;
  width: 100px;
  height: 100px;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
}
.episode-header .episode-artwork #play-episode .dashicons:not(.paused):before {
  content: "\f522";
}
.episode-header .episode-artwork #play-episode .dashicons.paused:before {
  content: "\f523";
}
.episode-header .episode-artwork-container,
.episode-header .episode-info {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .episode-header .episode-artwork-container,
  .episode-header .episode-info {
    display: block;
    width: 100% !important;
  }
}
.episode-header .episode-artwork-container {
  width: 45%;
}
.episode-header .episode-info {
  width: 55%;
  padding: 16px;
  text-align: center;
}
.episode-header .episode-info h4, .episode-header .episode-info h2 {
  margin: 0;
}
.episode-header a.episode-info {
  color: #fff;
}
.episode-header a.episode-info .description {
  text-align: justify;
  display: block;
  padding: 1em;
}

@media screen and (max-width: 480px) {
  #podcast-columns > div {
    display: block;
    width: 100% !important;
  }
}

/*# sourceMappingURL=cap-podcaster.css.map */
