.forest {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/forest.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 75px;
  text-align: center;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .forest {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .forest {
    padding-top: 150px;
    background: url(/wp-content/themes/rainforestconnection/assets/images/banners/forest-mobile.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.forest__content {
  max-width: 1135px;
  width: 90%;
  margin: 0 auto;
}
.forest__banner {
  display: inline-block;
  text-align: center;
  list-style: none;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 2.8rem;
  color: #ffffff;
  margin: 0;
  margin: 0 auto 65px;
  line-height: 5.5rem;
  max-width: 1200px;
}
@media screen and (max-width: 1800px) {
  .forest__banner {
    max-width: 940px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .forest__banner {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .forest__banner {
    font-size: 2rem;
    line-height: 3.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .forest__banner {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.forest .forest-player {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .forest .forest-player {
    position: relative;
    padding-bottom: 40px;
  }
}
.forest .forest-player.without-spectro .forest-player__left {
  width: auto;
  margin: 0 auto;
}
.forest .forest-player.without-spectro .forest-player__right {
  display: none;
}
.forest
  .forest-player.without-spectro
  .forest-player__button.icon-play
  .forest-player__button-label_play {
  display: inline-block;
}
.forest
  .forest-player.without-spectro
  .forest-player__button.icon-pause
  .forest-player__button-label_pause {
  display: inline-block;
}
.forest .forest-player__left,
.forest .forest-player__right {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.forest .forest-player__left {
  width: 9%;
  margin-right: 1%;
}
@media only screen and (max-width: 767px) {
  .forest .forest-player__left {
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: (-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
.forest .forest-player__right {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .forest .forest-player__right {
    width: 100%;
  }
}
.forest .forest-player__button {
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 0;
  padding: 0;
  text-align: center;
}
.forest .forest-player__button:before {
  font-size: 3.6rem;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1025px) {
  .forest .forest-player__button {
    transition: all 0.3s;
  }
}

@media only screen and (min-width: 1025px) {
  .forest .forest-player__button:hover {
    color: #fa4e00;
  }
}
@media only screen and (max-width: 767px) {
  .forest .forest-player__button.icon-play .forest-player__button-label_play {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .forest .forest-player__button.icon-pause .forest-player__button-label_pause {
    display: inline-block;
  }
}
.forest .forest-player__button-label {
  display: none;
  font-family: "PT Sans";
  font-size: 2.2rem;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 7px;
  font-weight: bold;
}
.forest .forest-player__waveform canvas {
  cursor: pointer;
}
