html {
  padding: 20px 5%;
  background-color: #f9f9f9;
}

h1, h2 {
  font-family: 'Poppins', sans-serif;
}

p {
  font-family: 'Lora', serif;
  line-height: 1.5;
}

.title p {
  font-family: 'Poppins', sans-serif;
  line-height: 2;
}

hr {
  border-top: 1px solid #E5E4E2;
}

figcaption {
  font-family: Arial;
color: gray;
font-size: 12px;
}


figure {
  width: 100%;
  padding: 0;
  margin: 0;
}

#episodes {
  border: 1px solid #E5E4E2;
  background-color: #ffffff;
  padding: 20px;
  clear: both;
}

.episode-description-left {
  float: left;
  width: 24%;
}

.episode-description-left figure img {
  width: 95%;
}

.episode-description-right {
  float: right;
  width: 74%;
  padding-left: 10px;
}


@media only screen and (max-width: 849px) {
  .episode-description-left {
    float: left;
    width: 100%;
  }

  .episode-description-left figure img {
    width: 100%;
  }

  .episode-description-right {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 20px!important;
  }

  audio {
    width: 100%;
  }

}

.listen {
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}

.listen ul {
  padding: 0;
}

.listen ul li {
  display: block;
  margin-left: 0px!important;
  padding: 5px 0px;
}

@media only screen and (min-width: 580px) {

  .listen {
    text-align: left;
  }

  .listen ul {
    display: block;
    margin: 20px 0px;
    padding: 0;
  }

  .listen ul li {
    margin-left: 0px!important;
    display: inline;
    padding-right: 10px;
  }
}


.pages ul {
  margin-top: 50px;
}

.pages ul li {
  display: inline;
  padding-right: 15px;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
}

.pages ul li a {
  text-decoration: none;
}


footer {
  margin-top: 30px;
}

footer p {
  font-style:italic;
}

span.active {
  font-weight: bold;
}
