/* CUSTOM STYLES */

html {
    min-height: 600px!important;
}

body {
    /* width: 100vw;
    height: 100%; */
    /* min-height: 600px!important; */
    font-family: "Roboto", sans-serif;
    background: linear-gradient(-45deg, #9e34cf, #0b9dff, #c12875);
    background-size: 400% 400%;
    -webkit-animation: Gradient 7s ease infinite;
	-moz-animation: Gradient 7s ease infinite;
	animation: Gradient 7s ease infinite;
}

.podcast-result-footer {

}

.podcast-result-footer.hidden {
    display: none;
}

.podcast_result.hidden {
    display: none;
    opacity: 0;
    transform: translateY(-70px);
    transition: 1s ease-in-out;
    
}
.podcast_result {
    /* transform: translateY(0px); */
    /* transition: 1s ease-in-out; */
    /* opacity: 1; */
}

.sitecontent {
    overflow: visible;
}

.content {
    height: 100vh;
    background-position: center;
    background-size: 150%;
    background-repeat: no-repeat;
    position: absolute;
    max-width: 100vw;
    max-height: 100vh;
    min-height: 630px!important;
    min-width: 300px!important;
}

/* .waveform {
    max-width: 350px;
    overflow: hidden;
    margin-left: -10px;
    opacity: 0;
    position: relative;
    transition: 750ms ease-in-out;
}

.waveform_surprise {
    opacity: 0.6;
    transition: 750ms ease-in-out;
} */

svg {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}

#lottie {
    overflow: hidden;
    height: 100px;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,
h6 {
	font-family: 'Roboto';
	font-weight: 300;
}

.pageTitle {
    text-transform: uppercase;
    color: white;
    font-size: 50px;
    font-weight: 800;
    transform: skewX(-20deg) translateX(10%) rotate(-10deg);
    position: absolute;
    line-height: 100px;
    position: absolute;
}

.pageTitle .titleOne {
    background-color: #0eacd2;
    padding: 10px 30px;
    box-shadow: 3px 5px 5px #187a92;
    transition: 250ms ease-in-out;
}

.pageTitle .titleTwo {
    background-color: #0eacd2;
    margin-top: 10px;
    padding: 10px 30px;
    box-shadow: 3px 5px 5px #187a92;
    transition: 250ms ease-in-out;
}

.phone {
    position: absolute;
    top: 70%;
    left: 38%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    width: 750px;
}

.socialContainer {
    z-index: 999;
    margin-top: 20px;
}

.socialContainer .fab:before{
    font-size: 30px;
    color: white;
    padding: 10px 5px;
}

.socialContainer .fab:before:hover {
    color: orange;
}

.credit {
    position: absolute;
    bottom: 5%;
    right: 0;
    /* padding: 0 20px; */
    background-color: white;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;    
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
} 


.credit a {
    font-size: 12px!important;
    color: orange;
}

.credit a:hover {
    /* color: orange; */
    text-decoration: none;
}

.sitecontent p {
    margin: 0!important;
    padding: 0 10px;
}

.podcastTitle {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

.dropdown {
    color: white;
    margin-bottom: 30px;
    /* display: none!important; */
}

.dropdownTitle {
    font-weight: 500;
    color: #0eacd2;
    font-size: 17px;
    text-align: center;
}

#genreselect {
    background-color: lavender;
    width: 80%;
    max-width: 280px;
    margin: auto;
    display: flex;
    height: 33px;
    border: 2px solid white;
    /* -moz-appearance: none; */
}

#genreselect select {
    font-family: "Roboto"!important;
}

.confetti {
    opacity: 0;
    transition: 1s ease-in-out;
    width: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.confetti_surprise {
    opacity: 0.7;
    transition: 1s ease-in-out;
    width: 110%!important;
}

.circles {
    width: 100px;
    border-radius: 50% 50%;
    color: white; 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* default button state */
.goBtn {
    background-color: #f4429b;
    box-shadow: 5px 5px #c12875;
    border: none;
    color: white;
    border-radius: 50% 50%;
    padding: 25px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    margin: auto;   
    display: flex;
    outline: none;
    transition: 50ms ease-in-out;
    cursor: pointer;
    margin-bottom: 30px;
    /* display: none!important; */
}

/* adjusted button states */
.activeBtn:hover {
    cursor: pointer;
    box-shadow: 2px 2px #c12875;
    outline: none;
    background-color: #c12875;
    box-shadow: -6px -3px #f4429b;
    transition: 50ms ease-in-out;
}

.goBtn:active {
    border: none;
    outline: none;
    background-color: #c12875;
    box-shadow: -6px -3px #f4429b;
    transition: 50ms ease-in-out;
}

.goBtn:focus {
    border: none;
    outline: none;
}

#genreselect option {
    font-family: "Roboto";
}

.podcastUrl {
    text-transform: uppercase;
    color: orange;
    font-weight: 600;
}

.podcasts {
    position: absolute;
    top: 65%;
    left: 49%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    max-width: 310px;
    text-align: center;
    line-height: 45px;
}

.error_container {
    position: absolute;
    top: 50%;
    left: 49%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.errorCode {
    position: absolute;
    top: 65%;
    left: 49%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    /* max-width: 310px; */
    text-align: center;
    line-height: 45px;
}
/*

.podcasts {
    z-index: 2;
    border-radius: 5px 5px;
    max-width: 300px;
    text-align: center;
    line-height: 40px;
    margin: auto;
    background-color: #ffffff70;
}*/

.podcasts a {
    color: #37a4d2;
    text-shadow: 2px 2px 3px #fff;
    font-weight: bold;
}

.podcasts a:hover {
    color: orange;
    text-shadow: 2px 2px white;
    text-decoration: none;
}

.podcast_result {
    color: #fff;
    text-transform: uppercase;
}


.mainContainer {
    position: absolute;
    top: 45%;
    left: 49%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}

.ring1 {
    border-radius: 50% 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    transition: 1s ease-in-out;
}

.ring2 {
    border-radius: 50% 50%;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    transition: 1s ease-in-out;
}

.ring3 {
    border-radius: 50% 50%;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    transition: 1s ease-in-out;
}

.ring4 {
    border-radius: 50% 50%;
    width: 900px;
    height: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    transition: 1s ease-in-out;
}

.ring5 {
    border-radius: 50% 50%;
    width: 1100px;
    height: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    transition: 1s ease-in-out;
}

.ring6 {
    
    border-radius: 50% 50%;
    width: 1300px;
    height: 1300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    transition: 1s ease-in-out;
}

.ring_surprise {
    width: 900px;
    height: 900px;
    display: block;
    opacity: 0.5;
    transition: 300ms ease-in-out;
}

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(240, 255, 200);
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgb(240, 255, 200);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 255, 200, 0.1);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(49, 149, 243, 0.568);
      box-shadow: 0 0 0 0 rgba(49, 149, 243, 0.568);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgb(240, 255, 200);
        box-shadow: 0 0 0 50px rgba(49, 149, 243, 0.568);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(240, 255, 200);
        box-shadow: 0 0 0 0 rgba(49, 149, 243, 0.1);
    }
  }

  /* #lottie {
        width: 100%;
        overflow: hidden;
  } */

  /* SVG ARROW */

  /* svg {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  svg .draw-arrow {
    stroke-width: 2;
    stroke: white;
    fill: none;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: draw;
            animation-name: draw;
  }
  svg .draw-arrow.tail-1 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  svg .draw-arrow.tail-2 {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  
  @-webkit-keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  } */

  /* body {
    padding: 20px;
    text-align: center;
    background-color: #222;
  } */



  @media screen and (max-width: 319px){

    .pageTitle {
        font-size: 16px;
        line-height: 35px;
        top: 10%;
    }

    .phone {
        width: 150%;
        left: 27%;
    }

    .goBtn {
        font-size: 15px;
        padding: 10px;
    }

    .dropdownTitle {
        font-size: 12px;
    }

    .podcasts a {
        font-size: 15px;
        line-height: 20px;
    }

    .podcast_message {
        max-width: 100px;
    }


  }
  


@media screen and (min-width: 320px) and (max-width: 410px) {

    .pageTitle {
        font-size: 25px;
        line-height: 60px;
        top: 5%;
    }

    .pageTitle {
        font-size: calc(22px + 6 * ((100vw - 320px) / 680));
        line-height: 57px;
        top: 8%;
        left: 0;
  }

    .phone {
        top: 70%;
        left: 24%;
        width: 150%;
    }

    .mainContainer {
        top: 49%;
        left: 49%;
    }

    .goBtn {
        font-size: 20px;
        padding: 13px;
    }

    .dropdownTitle {
        font-size: 12px;
    }

    #genreselect {
        max-width: 210px;
        width: 75%;
    }

    .podcasts {
        top: 71%;
        left: 50%;
        line-height: 21px;
        max-width: 175px;
    }

    .podcasts a {
        font-size: 20px;
    }

    .credit {
        bottom: 7%;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .creditNote {
        text-align: center;
    }

    .socialContainer .fab:before {
        font-size: 18px;
        padding: 0px 5px;
    }

}

@media screen and (min-width: 411px) and (max-width: 479px) {

    .pageTitle {
        font-size: 25px;
        line-height: 60px;
        top: 8%;
    }

    
    .credit {
        bottom: 2%;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .pageTitle {
        font-size: calc(25px + 6 * ((100vw - 320px) / 680));
        line-height:60px;
        top: 3%;
        left: 0;
  }

    .phone {
        top: 70%;
        left: 24%;
        width: 160%;
    }

    .goBtn {
        font-size: 20px;
        padding: 20px;
    }

    .dropdownTitle {
        font-size: 17px;
    }

    #genreselect {
        max-width: 210px;
        width: 75%;
    }

    .podcasts {
        top: 68%;
        max-width: 200px;
        left: 51%;
    }

    .podcasts a {
        font-size: 28px;
        line-height: 30px;
    }

    .credit {
        bottom: 2%;
        width: 100%;
    }

    .creditNote {
        text-align: center;
    }

    .socialContainer .fab:before {
        font-size: 30px;
        padding: 0px 5px;
    }

}

@media screen and (min-width: 480px) and (max-width: 600px) {


    .mainContainer {
        left: 51%;
    }

    .pageTitle {
        font-size: 25px;
        line-height: 60px;
        top: 8%;
    }

    .phone {
        width: 130%;
        left: 30%;
    }

    .goBtn {
        font-size: 25px;
        padding: 20px;
    }

    .podcasts {
        top: 68%;
        max-width: 200px;
        left: 51%;
    }

    .podcasts a {
        font-size: 28px;
        line-height: 30px;
    }

    .credit {
        bottom: 2%;
    }
}

@media screen and (min-width: 601px) and (max-width: 800px) {

    .content {
        min-height: 700px!important;
    }
    .phone {
        width: 100%;
        left: 30%;
    }

    .pageTitle {
        position: absolute;
        font-size: 30px;
        line-height: 65px;
        top: 6%;
  }

  .goBtn {
    font-size: 30px;
  }

  .mainContainer {
      left: 47%;
      top: 42%;
  }

  .podcasts {
      left: 47%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1280px) {

    .pageTitle {
        position: absolute;
        top: 3%;
        left: 10%;
        font-size: 40px;
        line-height: 80px;
  }

  .podcasts {
      max-width: 275px;
      line-height: 35px;
  }

    .podcasts .podcast_result a {
        font-size: 30px;
        line-height: 35px;

    }
    .goBtn {
        font-size: 30px;
      }

    .phone {
        width: 750px;
    }

    .podcasts {
       top: 68%;
    }

    .podcasts a {
        font-size: 32px;
    }

}

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

    .mainContainer {
        left: 48%;
    }

    .goBtn {
        font-size: 25px;
    }


    /* .phone {
        width: 65%;
        left: 37%;
    } */

    .pageTitle {
        position: absolute;
        top: 5%;
        left: 10%;
        font-size: 406x;
        line-height: 90px;
  }

  .podcasts {
      position: absolute;
      top: 70%;
      left: 48%;
      margin-right: -50%;
      transform: translate(-50%,-50%);
      max-width: 250px;
      text-align: center;
      line-height: 40px;
  }

  .podcasts a {
      font-size: 35px;
  }

}

@media only screen and (max-width: 728px){
	.advert.cbc-rising-star-ad-wrap {
		transform: scale(0.55);
		transform-origin: 0;
	}

}


