@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,600|Material+Icons&display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Icons');

#wpadminbar{
	opacity: 0;
	transition: all 0.5s;
}

#wpadminbar:hover{
	opacity: 1;
}

body{
	display: block;
	position: fixed;
	font-family: 'Montserrat', sans-serif;
	top: 0px;
	left: 0px;
	background-color: #000;
	height: 100vh;
	color:#fff;
	width: 100%;
	margin: 0;
	padding: 0;
}

.top-bar{
	display: block;
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.top-bar img{
	max-width: 200px;
}
 
 .main-copy{
	 display: block;
	 position: relative;
	 margin: 0 auto 0 auto;
	 font-size: 24px;
	text-align: center;
	  }

.button-style{
	display: none;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 0px auto 10px auto;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3236+0,87484a+99 */
	background: #ff3236; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3236 0%, #87484a 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff3236 0%,#87484a 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff3236 0%,#87484a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3236', endColorstr='#87484a',GradientType=0 ); /* IE6-9 */
	border-width: 1px;
	border-color: #373737;
	border-style: solid;
	line-height: 1em;
	font-size:22px;
	border-radius: 4px 4px 0 0;
	font-weight: 700;
	padding: 8px 8px 6px 8px;
	box-shadow: 0px 0px 31px black;
	text-align: center;
}

.main-copy a{
	text-decoration: none;
	color: #fff;
}

.stop-btn{
	display: none;
}

.show{
	display: flex;
}

.hide{
	display: none;
}

.icon{
	display: inline-block;
	position: relative;
	margin: 2px 0 0 8px;
}

.icon img{
	width: 24px;
	height: 24px;
}

.podcast_section{
	font-size: 14px;
	display: block;
	position: relative;
	margin:0 auto 0 auto;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.73);
	width: calc(100% - 40px);
	height: calc(100vh - 40px);
	margin: 21px;
	box-shadow: 0px 0px 31px black;
	border-style: solid;
	border-width: 1px;
	border-color: #373737;
	overflow-y: scroll;
}

.podcast_section h3{
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 10px 0;
}

.playPodcast.active{
	padding-bottom: 0;
	background-color: #480000;
	}

.playPodcast.active .podCastPlayer{
	display: block;
	position: relative;
	margin: 10px 0 0 -10px;
	width: calc(100% + 20px);
	background-color: #ff0000;
}

.date{
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color:#999;
	display: inline-block;
	padding: 5px 10px 0 10px;
	margin-top: 5px;
}

.playPodcast{
	line-height: 1em;
	padding: 10px;
	border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #373737;
    display: block;
    position: relative;
    width: calc(100% - 20px);
    font-size: 14px;
}

.acc-head{
	text-transform: uppercase;
	padding: 10px;
	border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #373737;
    text-align: left;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    transition: all 0.5s;
}

.acc-head .material-icons{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	position: relative;
	top: 0;
	margin-left: 5px;
	transform: rotate(0);
	transition: all 0.5s;
	float: right;
}

.acc-head.active{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262626+0,000000+100 */
background: #262626; /* Old browsers */
background: -moz-linear-gradient(top,  #262626 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #262626 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #262626 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.acc-head.active .material-icons{
	transform: rotate(45deg);
	
}

.acc-head:last-child{
	border-bottom: none;
}

.acc-body{
	display: none;
	max-height: 240px;
	overflow-y: scroll;
    background-color: #272727;
}