@media all and (min-width: 600px) {

  .podcast-toggle-title {
    margin-top: 30px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-align: center;
  }

  .podcast-toggle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .podcast-toggle-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  .podcast-toggle-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }

  .podcast-active {
    border: 1px solid;
    text-align: center;
    width: 200px;
    background-color: var(--hyper);
    border-color: var(--hyper);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .podcast-active-text {
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
  }

  .podcast-active-text:hover {
    color: var(--white);
  }

  .podcast-inactive {
    border: 1px solid;
    text-align: center;
    width: 200px;
    background-color: var(--white);
    border-color: var(--hyper);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .podcast-inactive-text {
    color: var(--hyper);
    font-size: 12px;
    font-weight: 600;
  }

  .podcast-button-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 600px;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vw;
    margin-bottom: .5vw;
  }

  .podcast-button-apple {
    color: #FFF;
    background: #FFF;
    background-image: url("../images/buttons/apple-podcasts-badge.png");
    width: 250px;
    margin-left: 33px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
  }

  .podcast-button-spotify {
    color: #FFF;
    background: #FFF;
    background-image: url("../images/buttons/spotify-podcast-badge-blk-grn-330x80-1.png");
    width: 250px;
    margin-left: 33px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
  }

  .podcast-text {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding: 7px 10px 8px 10px;
    display: inline-block;
    height: 100%;
    width: 100%;
  }
}

@media all and (max-width: 599px) {
  .podcast-toggle-title {
    margin-top: 30px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-align: center;
  }

  .podcast-toggle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .podcast-toggle-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  .podcast-toggle-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }

  .podcast-active {
    border: 1px solid;
    text-align: center;
    width: 150px;
    background-color: var(--hyper);
    border-color: var(--hyper);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .podcast-active-text {
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
  }

  .podcast-active-text:hover {
    color: var(--white);
  }

  .podcast-inactive {
    border: 1px solid;
    text-align: center;
    width: 150px;
    background-color: var(--white);
    border-color: var(--hyper);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .podcast-inactive-text {
    color: var(--hyper);
    font-size: 12px;
    font-weight: 600;
  }

  .podcast-button-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 83%;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: .5vw;
    margin-left: 8%;
  }

  .podcast-button-apple {
    color: #FFF;
    background: #FFF;
    background-image: url("../images/buttons/apple-podcasts-badge.png");
    min-height: 50px;
    width: 95%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
  }

  .podcast-button-spotify {
    color: #FFF;
    background: #FFF;
    background-image: url("../images/buttons/spotify-podcast-badge-blk-grn-330x80-1.png");
    min-height: 50px;
    width: 95%;
    margin-left: 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
  }

  .podcast-text {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding: 7px 10px 8px 10px;
    display: inline-block;
    height: 100%;
    width: 100%;
  }
}

.owl-carousel {
  background-color: #FFFFFF;
}

.owl-item {
  cursor: pointer;
}
