/* SVG - Início
/* ******************************************** */

.svg {
  display: block;
  position: relative;
  width: auto;
}

.svg svg {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
}

/* SVG - Fim
/* ******************************************** */

.widget {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.widget-section {
  display: block;
  position: relative;
  width: 100%;
}

.widget-section.dontshrink {
  flex-shrink: 0;
}

.widget-section:not(:last-child) {
  margin-bottom: 10px;
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .widget {
    flex-flow: row nowrap;
  }

  .widget-section {
    width: auto;
  }

  .widget-section.full {
    width: 100%;
  }

  .widget-section:not(:last-child) {
    margin-right: 10px;
    margin-bottom: initial;
  }
}

.widget-home {
  padding: 15px;
  width: calc(320px - 15px);
  margin: 0 auto;
  background-color: #f1f2f2;
  box-sizing: content-box;
}

.widget-home * {
  font-family: 'SourceSansPro';
  box-sizing: content-box;
}

.widget-home .widget-title {
  margin: 0;
  font-size: 24px;
  color: #5e5d5d;
  text-transform: uppercase;
  font-weight: 600;
}

.widget-home .widget-description {
  max-width: 70%;
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #444444;
  line-height: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 32px;
}

.widget-home .widget-text {
  max-width: 70%;
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #444444;
  line-height: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 32px;
}

.widget-home .widget-text p {
  margin: 0;
}

.widget-home .bold {
  font-weight: 600;
}

.widget-home .widget-info {
  max-width: 300px;
}

.widget-home .episodes-list {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.widget-home .episodes-list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 10px;
  width: calc(100% - 20px);
  height: 45px;
  border-radius: 4px;
  background-color: #332f2e;
  text-decoration: none;
}

.widget-home .episodes-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.widget-home .episodes-list-item .play {
  height: 30px;
  margin-right: 20px;
}

.widget-home .episodes-list-item .play::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: -10px;
  width: 2px;
  height: 25px;
  background-color: #fff;
}

.widget-home .episodes-list-item .play svg * {
  fill: #fff;
}

.widget-home .episodes-list-item .episode-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.widget-home .btn-ver-mais {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 4px;
  margin-top: 10px;
  color: #444444;
  font-size: 14px;
  text-decoration: none;
}

.widget-home .btn-ver-mais:hover {
  text-decoration: underline;
}

.widget-home .btn-ver-mais .plus-sign {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: solid 1px #0d9c93;
  color: #0d9c93;
}

.widget-home .btn-ver-mais:hover .plus-sign span {
  text-decoration: none;
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .widget-home {
    width: 100%;
  }
}

/* Episode Card - Início
/* ******************************************** */

.episode-card .episode-title {
  margin: 0;
  color: #332f2e;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.episode-card .episode-description {
  margin: 0;
  margin-top: 5px;
  color: #332f2e;
  font-size: 18px;
  font-weight: 300;
}


/* Episode Card One - Início
/* ******************************************** */

.episode-card-one {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 300px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #332f2e;
}

.episode-card-one .episode-card-left,
.episode-card-one .episode-card-right {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
}

.episode-card-one .episode-picture {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.episode-card-one .episode-info {
  padding: 20px;
  width: 100%;
  background-color: #8ddbff;
  box-sizing: border-box;
}

.episode-card-one .episode-number {
  position: absolute;
  top: 10px;
  right: 0;
  width: 125px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}

.episode-card-one .episode-number .blue {
  color: #8ddbff;
}

.episode-card-one .episode-actions {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.6250875350140056) 0%, rgba(255,255,255,0) 100%);
}

.episode-card-one .episode-play-pause {
  padding: 25px 0;
}

.episode-card-one .episode-play {
  height: 100px;
  border: none;
  background-color: transparent;
}

.episode-card-one .episode-play svg * {
  fill: #9EDEFC;
}

.episode-card-one .episode-share {
  display: none;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
}

.episode-card-one .episode-share svg * {
  fill: transparent;
  stroke-width: 3px;
  stroke: rgba(255, 255, 255, 0.5);
}

/* DEFAULT (>979px) */
@media only screen and (min-width: 979px) {
  .episode-card-one {
    flex-flow: row nowrap;
    align-items: flex-end;
    width: 320px;
  }

  .episode-card-one .episode-card-left,
  .episode-card-one .episode-card-right {
    display: flex;
    flex-flow: column;
    width: auto;
    height: 100%;
  }

  .episode-card-one .episode-card-left {
    width: 250px;
    flex-shrink: 0;
  }

  .episode-card-one .episode-picture {
    height: 250px;
  }

  .episode-card-one .episode-number {
    width: 70px;
    font-size: 20px;
  }

  .episode-card-one .episode-actions {
    justify-content: flex-end;
    position: relative;
    top: initial;
    left: initial;
    width: 70px;
    height: 100%;
    background: none;
  }

  .episode-card-one .episode-play-pause {
    padding: 10px;
  }

  .episode-card-one .episode-play {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
}


/* Episode Card One - Fim
/* ******************************************** */