.txtTOD { font-size: 18px; text-transform: uppercase; font-weight: bold; color: #8eadc1 }
.txtNAME { font-size: 36px; font-weight: bold; }
.txtHOST { font-size: 18px; }

@media screen and (max-width: 860px) {   
.txtTOD { font-size: 14px; text-transform: uppercase; font-weight: bold; color: #8eadc1 }
.txtNAME { font-size: 18px; font-weight: bold; }
.txtHOST { font-size: 13px; }
}

.kw {
	display: block;
	float: left;
	padding: 3px 10px 2px 10px;
	margin-right: 10px;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #8c93ad;
	font-weight: 400;
	border-radius: 3px;
	margin-top: 10px;
}

.kw:hover {
	text-decoration: none;
	background-color: #163476;
	color: #fff;
}

.podcast-menu {
     padding: 0px;
     margin-top: -37px;
     
}
 .podcast-menu li a {
     padding: 7px 22px 3px 22px;
     font-size: 16px;
     color: #fff;
     border-radius: 10px 10px 0px 0px;
}
 .podcast-menu  li a:hover {
     border-radius: 10px 10px 0px 0px;
     color: #fff;
     background-color: #3b4050;
}

 .podcast-menu li  {
     margin-bottom: -1px;
     margin-left: -1px;
     color: #ced1e8;
     background: #444e8a;
     border: 1px #999 solid;
     border-radius: 10px 10px 0px 0px;

}

 .podcast-menu  li .active {
     border-bottom: 4px #ffffff solid;
     margin-bottom: -3px;
     color: #000;
     background: #ffffff;
}

.socialbuttons i { color: #888; }


/* content area */

.rightside { background: #cbcedd; padding: 10px;}


.controls {
    padding: 30px 0 15px;
    text-align: center;
}

.controls .btn {
    margin-bottom: 15px;
}

@media screen and (min-width: 990px) {
    .controls .mark-controls {
        display: inline;
    }
}

.lead {
    text-align: center;
    padding: 20px;
}

#waveform {
    width: 100%;
    }

#progress-bar {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -10px;
    left: 5%;
    width: 90%;
}

#drop {
    border: 3px dashed #ddd;
    padding: 30px;
}

#drop.wavesurfer-dragover {
    border-color: #333;
}


@media only screen and (min-width: 768px) {
  .desktop-alignright {
    text-align: right;
  }
}


	
.podcastphoto img{
	border-radius: 6px;
	border: 2px #fff solid;
	box-shadow: 0 0 12px #191d2c;
	width: 100%;
}
.toparea { background-color: #070b17; }



.datepub { color: #7d8dab; font-size: small; }

.razor_head { padding:4px 0px;  font-size: 14px;}

.pc_title { font-size: 16px; font-weight: 600; line-height: 16px; }
.pc_host { font-size: 13px; font-weight: 400; line-height: 16px; margin-top: 0px;}	
.pc_name { font-size: 15px; font-weight: 700; line-height: 13px; margin-top: 5px;}	
.showimg2 { border-radius: 5px; border: 2px #fff solid; }	

.epiHover:hover { background-color: #5c6996; }

.epiHover:hover a{ text-decoration: none; color: #fff; }

/*
.showtitle h1 { color: #ffffff; font-size: 26px; line-height: 28px; padding: 0; margin: 0; text-overflow: ellipsis; 
overflow: hidden;  white-space: nowrap; }
*/

.showtitle h1 { color: #ffffff; font-size: 26px; line-height: 28px; padding: 0; margin: 0; }
.showtitle h2 { color: #758bc7; font-size: 16px; line-height: 19px; padding: 0; margin: 0; }

.followepisodes { font-size: 36px; font-weight: bold; }
.followepisodes { padding: 0px; margin: 0px; }
.followepisodes span { background-color: #3b4050; color: #c3c7d5; display: block; width: 100%; text-align: center; font-size: 15px; text-transform: uppercase; }
.followepisodes .col { margin: 5px; padding: 0px; text-align: center; border: 1px #999 solid; border-radius: 5px; margin-bottom: 20px; }

.glow {
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
  }
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 3px #9554b3;
    }
    to {
      text-shadow: 0 0 20px #07c6f6;
    }
    }


.links { text-align: right; position: absolute; top: 70px; right: 0px; z-index: 1 }
.links a {
    display: inline;
	font-size: 13px;
	text-align: center;
	line-height: 14px;
	color: #adb2bb;
	margin: 3px 10px;
	}
.links a:hover {
	color: #fff;
	text-decoration: none;
}
.links a i {
	font-size: 18px; padding-right: 8px;
	}
	
@media screen and (max-width: 1000px) {
	
	.showtitle h1 { font-size: 24px; line-height: 22px; padding: 0; margin: 0; }
	
    .links{
        margin-top: 15px; margin-bottom: 10px; 
    }
    .links a {
	    padding: 5px 10px;
	    font-size: 15px;
    }
    
    .hide { display: none!important; }
    
       
    .wave { margin-bottom: 50px; }
    
}

@media screen and (max-width: 768px) {
    
    .hidesm { display: none!important; }
	.followepisodes { margin-top: -30px; }
	.podcast-menu { margin-top: 5px; }    
}

@media screen and (min-width: 992px) {
    
    .hidelg { display: none!important; }
    
}



