.drip_optin_form input[type=submit] {
   -webkit-border-radius: 15px;
    border-radius: 15px; 
    background-color: blue;
    width: 15em;  height: 3em;
    color: white;
    border:0 none;
    margin-top: 15px;
}

.drip_optin_form label{
    color:black;
}

.bullets {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.eptitle {
    padding-bottom: 1%;
    font-weight: bold;
    font-size: 3vw;
    color: white;
}

.epdesc {
    font-size: 1vw;
    color: white;
    padding-bottom: 4%;

}

.episode-container {
  padding: 10%;
  margin-left: 20%;
  margin-right: 20%;
}



/* ======START FORMATTING FOR EJP LIVE CLIPS =======*/
/* Container for service icons on EJP Live Clips (eg. Soundcloud, Google Play, Spotify, etc)*/
.service-container {
  margin-left: 0 auto;
  font-size: 2vw;
  color: white;
  display: inline;
  text-align: center;
}

/* Service icons on EJP Live Clips (eg. Soundcloud, Google Play, Spotify, etc)*/
.fab {
  color: white;
  padding: 40px 25px 25px 25px;
}

/* Join Eric Pepin Live Text Styling*/


.ejp-text {
  font-size: 40px;
  padding-left: 10%;
  margin-left: -20px;
}

.ejp-description {
  padding-left: 10%;
}


/* Service icons on EJP Live Clips (eg. Soundcloud, Google Play, Spotify, etc)*/
.fab:hover {
  transform: scale(1.16);
  transition: ease-in-out;
  transition-duration: 0.3s;
}


/* Formatting: Photo Header on EJP Live Clips */
.main-header {
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(rgba(60,60,60,0.6),rgba(60,60,60,0.6))
}

/* Formatting: Soundcloud Player */
.soundcloud-container {
    padding: 2%;
    background: rgba(0,0,0,0.4);
    border-radius: 50px;
    margin-left: 5%;
    margin-right: 10%;
}

/* Flexbox for Related Episodes */
.content-container {
    display: flex;
    align-items: stretch;
    min-height: 100%;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
}

/* Mobile Header Formatting*/

@media screen and (max-width: 899px) {
  .fab {
      color: white;
      padding: 20px 10px 50px 10px;
  }
    
  .ejp-text {
    font-size: 32px;
    padding-top: 10%;
   
  }
  
  .ejp-description {
  padding-left: 0;
  margin: auto;
  }

  .service-container {
      margin-left: auto 0;
      font-size: 30px;
      color: white;
      display: inline;
      text-align: center;
      padding: 20%;
  }

  .epdesc {
      font-size: 16px;
      color: white;
      padding-bottom: 4%;
      font-family: basic-sans, sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-left: 10%;
      margin-right: 10%;
  }

  .eptitle {
      padding-top: 10%;
      padding-bottom: 1%;
      font-weight: bold;
      font-size: 40px;
      color: white;
      text-align: center;
      font-family: proxima-nova, sans-serif;
      margin-left: 5%;
      margin-right: 5%;
  }

  .episode-container {
      padding: 0;
      margin-left: 0;
      margin-right: 0;
  }

  .section2 {
  width: 100%;
  }
}

/* ======END FORMATTING FOR EJP LIVE CLIPS=======*/

.suggested-episode:hover {
  transform:scale(1.08);
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
