 .connect, .copy p {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}


.logo {
	  width: 200px;
}

strong, b {
    font-family: inherit;
}

.area.header .connect .connect-title, .area.header .connect {
	top: inherit;
}

.area.header .connect {
    bottom: 2rem;
    right: 2rem;
    top: inherit;
}

.block.event .box:last-child::after {
z-index: -1 !important;
}

  ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

.area.header .connect .connect-wrapper {
	bottom: 27px;
    right: 27px;
    top: inherit;
        -webkit-transform: translateY(-120%);
    transform: translateY(200%);
    padding-top: 1.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
}

.listen-live {
	    top: 27px;
    right: 27px;
    position: fixed;
    padding: padding: 1.6875rem;
    padding: 1.6875rem;
    font-size: 1.5625rem;
    text-transform: uppercase;
    color: #ca2c2c;
  -webkit-animation: neon1 1s ease-in-out infinite alternate;
  -moz-animation: neon1 1s ease-in-out infinite alternate;
  animation: neon1 1s ease-in-out infinite alternate;
}

.area.header .connect form input {
	    background: #fff !important;
    border: none;
    margin: 0.1rem 0;
    padding: 1.1rem !important;
    border: 1px solid !important;
    width: 40%;
}

.social-connect {
	    font-size: 2rem;
    padding-right: 0.5rem;
    margin: 0 0 1.5rem;
    display: inline-block;
}

.social-connect:first-child {
	padding-left: 0;
}

 .connect strong {
	 font-weight: bold;
 }


.connect p {
    margin-bottom: 1rem !important;
}

.audio {
	z-index: 1000000;
}

.area.header .connect form input[type=submit] {
    margin-left: 0;
        width: 40%;
         background: #000 !important;
    padding: 1.1rem;
}

.mc4wp-form-fields {
	width: 68%;
}

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 0 #ca2c2c, 0 0 0 #ca2c2c, 0 0 30px #ca2c2c, 0 0 40px #ca2c2c, 0 0 70px #ca2c2c, 0 0 80px #ca2c2c, 0 0 100px #ca2c2c, 0 0 150px #ca2c2c;
  }
  to {
    text-shadow: 0 0 0 #ca2c2c, 0 0 0 #ca2c2c, 0 0 0 #ca2c2c, 0 0 20px #ca2c2c, 0 0 35px #ca2c2c, 0 0 40px #ca2c2c, 0 0 50px #ca2c2c, 0 0 75px #ca2c2c;
  }
}


* {
  margin: 0 auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Radio Page */

.player {
  width: 100%;
  overflow: scroll;
  height: 100%;
  margin: 0 auto;
  font-family: helvetica;
}

.player .social-wrapper-player {
		position: absolute;
		right: 2rem;
		top: 2rem;
	}
	
	.player a {
		color: #000;
	}

.player .social-connect:last-child {
	padding-right: 0;
}


.player .play-icon {
  margin: 0 auto;
  display: block;
}
.player .play-icon img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20vh;
}
.player .buttons {
display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;
  /* height: 60px; */
  position: absolute;
  width: 100%;
  bottom: 2rem;
}
.player .buttons .show-info, .player .buttons .program {
  border: 1px solid #000;
  width: 50%;
  text-align: center;
  justify-items: center;
  font-family: helvetica;
  text-transform: uppercase;
  padding: 15px;
  font-size: 17px;
    cursor: pointer;
  /* letter-spacing: 0.1em; */
  margin: 0 2rem;
  font-weight: bold;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
  /* display: flex; */
  float: left;
}

.player ul {
	padding:0 2rem;
	width: 100%;
}

.player ul li {
  list-style: none;
  padding: 25px 0;
    border-bottom: 1px solid #5d5d5d;
    width: 100%;
}

.dark {
  background-color: #060606eb;
  color: #fff;
   font-weight: 100;
}
.dark .close-icon {
  width: 100px;
}
.dark .close-icon img {
  width: 100%;
}
.dark .text {
  font-size: 18px;
}
.dark .subtext {
  font-size: 14px;
}

.program-list, .info-list {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  height: 100%;
}
.program-list ul, .info-list ul {
  float: left;
}
.program-list .info-text, .info-list .info-text {
  float: left;
  line-height: 1.5;
  padding: 2rem;
}
.program-list .close-icon, .info-list .close-icon {
  float: right;
    margin: 2rem 2rem 0;
       cursor: pointer;
    width: 50px;
}

.show-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: block;
}


#audioplayer{
	margin-top: 20vh;
	width: 300px;
	height: 300px;
}

#pButton{
    height:300px; 
    width: 100%;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
    cursor: pointer;
}

.play{background: url('http://www.alexkatz.me/codepen/img/play.png') ;}
.pause{background: url('http://www.alexkatz.me/codepen/img/pause.png') ;}

#timeline{
	display: none;
	width: 400px;
	height: 20px;
	margin-top: 20px;
	float: left;
	border-radius: 15px;
	background: rgba(0,0,0,.3);
  
}
#playhead{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 1px;
	background: rgba(0, 0, 0,1);

}

@media screen and (max-width: 768px) {
	
	
.pause{background: url('http://www.alexkatz.me/codepen/img/play.png') ;}
	
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
}
	
	.player .buttons .show-info, .player .buttons .program {

    font-size: 4vw;

}
	.area.header .archive {
		    left: 10px;
    bottom: 10px;
    top: inherit;
    padding: 0 !important;
	}
	
 .area.header .logo {
width: 130px;
    top: 10px;
    left: 10px;
  }
  
 /* .block.event {
    padding-top: 5rem;
}*/
  
  .listen-live {
  top: 6px;
    right: 10px;
     font-size: 1.2rem;
    padding: 0 !important;

}

.area.header .connect {
    bottom: 10px;
    right: 10px;
    padding: 0;
    top: inherit;
}

.connect-title {
  padding: 0 !important;
	
}

.connect-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 2rem !important;
    left: 0;
    right: 0;
    bottom: 0!important;
    height: 100vh;
}


}
