.btn.btn-podcast-play-one {
  border-radius: 50% !important;
  height: 70px;
  padding: 7px 16px;
  transition: all .25s ease-in-out;
  width: 70px; }
  .btn.btn-podcast-play-one:hover {
    transform: scale(1.1); }
  .btn.btn-podcast-play-one .ipodcast-play {
    font-size: 40px; }

.episode-participant h3 {
  border-bottom: 3px solid var(--secondary, #6d757e); }
.episode-participant p {
  font-size: 80%; }

dl.dl-horizontal {
  display: grid;
  grid-template-columns: auto 1fr; }
  dl.dl-horizontal dt {
    grid-column-start: 1;
    grid-column-end: 2; }
  dl.dl-horizontal dd {
    grid-column-start: 2;
    grid-column-end: 3;
    padding: 0 0 0 1em;
    margin-bottom: 0; }

.podcast-listenon img {
  filter: grayscale(0.5); }
  .podcast-listenon img:hover {
    filter: grayscale(0);
    transform: scale(1.1); }

a.participant-social-icons, .podcast-category a, a.episode-title, .category-title a,
a.participant-host, a.participant-guest {
  text-decoration: none; }

a.com-ipodcast-link-facebook:hover {
  color: #3b5998; }

a.com-ipodcast-link-instagram:hover {
  color: #C32AA3; }

a.com-ipodcast-link-twitter:hover {
  color: #0084b4; }

a.com-ipodcast-link-linkedin:hover {
  color: #007bb6; }

a.com-ipodcast-link-youtube:hover {
  color: #FF0000; }

a.com-ipodcast-link-snapchat:hover {
  color: #FFFC00; }

a.com-ipodcast-link-whatsapp:hover {
  color: #25D366; }

a.com-ipodcast-link-skype:hover {
  color: #00AFF0; }

a.com-ipodcast-link-tiktok:hover {
  color: #69C9D0; }

.podcast-info {
  font-size: 80%;
  font-weight: 700; }

.ipodcast-sound-wave {
  font-size: 32px;
  margin-right: 2px; }

.ipodcast-sound-wave:before {
  vertical-align: middle; }

.btn-podcast-play {
  font-size: 158%;
  padding: 0.3rem 0.6rem 0;
  margin-bottom: 2px; }

.podcast-episode-sidebar {
  position: sticky;
  top: 2rem;
  z-index: 1020; }
  .podcast-episode-sidebar .mod-ipodcast-participants .card {
    padding: 2rem; }

@media (min-width: 576px) {
  .com-ipodcast-episode .ipodcast-sound-wave {
    font-size: 64px;
    margin-right: 2px; } }
@media (max-width: 767px) {
  .btn-podcast-play span {
    display: none; }

  div.com-ipodcast-episode-theater .full-header > div {
    padding: 3rem; }

  div.com-ipodcast-category-blog .category-desc > img {
    width: 100%;
    max-width: 100%; } }
.com-ipodcast-categories .category-title {
  font-size: 1.1rem; }

.com-ipodcast-category-blog ul.tags {
  margin: 0; }
.com-ipodcast-category-blog .category-desc > img {
  max-width: 50%; }
.com-ipodcast-category-blog .podcast-info {
  font-size: 0.65rem; }

.com-ipodcast .card-title {
  font-size: 1rem; }

.v-vlite.v-video {
  aspect-ratio: 16/9;
  max-height: 30vh;
  margin: auto; }

[class^="ipodcast-"] {
  vertical-align: inherit; }

[dir=rtl] dl.dl-horizontal dd {
  padding: 0 1em 0 0; }

.podcast-player-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 40px;
  flex-basis: 0;
  flex-grow: 1; }
  .podcast-player-bar:before, .podcast-player-bar > div {
    background: url("../images/sound-wave/sound-wave-40px-gray.png");
    background-position: left center;
    background-repeat: repeat-x;
    content: '';
    top: 0;
    height: 40px;
    position: absolute;
    width: 100%; }
  .podcast-player-bar > .podcast-player-bar-played {
    z-index: 2;
    left: 0; }
  .podcast-player-bar > .wave-blue-light {
    background: url("../images/sound-wave/sound-wave-40px-blue-light.png"); }
  .podcast-player-bar > .wave-blue {
    background: url("../images/sound-wave/sound-wave-40px-blue.png"); }
  .podcast-player-bar > .wave-cyan {
    background: url("../images/sound-wave/sound-wave-40px-cyan.png"); }
  .podcast-player-bar > .wave-green {
    background: url("../images/sound-wave/sound-wave-40px-green.png"); }
  .podcast-player-bar > .wave-green-highlighter {
    background: url("../images/sound-wave/sound-wave-40px-green-highlighter.png"); }
  .podcast-player-bar > .wave-olive {
    background: url("../images/sound-wave/sound-wave-40px-olive.png"); }
  .podcast-player-bar > .wave-orange {
    background: url("../images/sound-wave/sound-wave-40px-orange.png"); }
  .podcast-player-bar > .wave-yellow {
    background: url("../images/sound-wave/sound-wave-40px-pink.png"); }
  .podcast-player-bar > .wave-pink {
    background: url("../images/sound-wave/sound-wave-40px-red.png"); }
  .podcast-player-bar > .wave-rose {
    background: url("../images/sound-wave/sound-wave-40px-rose.png"); }
  .podcast-player-bar > .wave-violet {
    background: url("../images/sound-wave/sound-wave-40px-violet.png"); }
  .podcast-player-bar > .wave-yellow {
    background: url("../images/sound-wave/sound-wave-40px-yellow.png"); }

body:not(.has-sidebar):not(.has-sidebar-right):not(.has-sidebar-left) .com-ipodcast-episode-theater .full-header {
  margin-bottom: 1rem;
  margin-left: calc(50% - 50vw);
  max-width: calc(100vw - 9px);
  width: 100vw; }

.com-ipodcast-episode-theater .full-header > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem;
  position: relative; }
  .com-ipodcast-episode-theater .full-header > div:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.8));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.8));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block; }
  .com-ipodcast-episode-theater .full-header > div > div {
    margin: 0 auto;
    max-width: 992px;
    position: relative;
    z-index: 2; }
    .com-ipodcast-episode-theater .full-header > div > div h1,
    .com-ipodcast-episode-theater .full-header > div > div h2,
    .com-ipodcast-episode-theater .full-header > div > div h2 a,
    .com-ipodcast-episode-theater .full-header > div > div .icons, .com-ipodcast-episode-theater .full-header > div > div a, .com-ipodcast-episode-theater .full-header > div > div .podcast-player {
      color: #FFF; }
    .com-ipodcast-episode-theater .full-header > div > div h2 {
      font-size: 3rem; }
    .com-ipodcast-episode-theater .full-header > div > div a {
      text-decoration: none; }
    .com-ipodcast-episode-theater .full-header > div > div .podcast-category, .com-ipodcast-episode-theater .full-header > div > div .podcast-info, .com-ipodcast-episode-theater .full-header > div > div .podcast-listenon, .com-ipodcast-episode-theater .full-header > div > div .podcast-hosts {
      color: rgba(255, 255, 255, 0.8); }
    .com-ipodcast-episode-theater .full-header > div > div .podcast-player-container {
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      margin: 2rem 0; }
    .com-ipodcast-episode-theater .full-header > div > div .podcast-listenon {
      padding-top: 1rem; }
.com-ipodcast-episode-theater .page-header {
  display: none; }

/*# sourceMappingURL=episodes.css.map */
