.site-footer a{
	color: #fff;
}

.podcast-streamers {
padding-right: 2em;
}

.streaming {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.podcast-streamers{
	width: 100%;
	height: auto;
	list-style: none;

}
.streaming-services-list{
	 background-color: #000;
	 border-radius: 10px;
	 padding: 5px;
	 width: 140px;
	height: 45px;
	list-style: none;
	margin: 10px;
}


.streaming-services-list li{
    list-style: none;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.streaming-services-list li a{
    color: #fff;
}

.podcast_stream_name{
	display: inline-block;
    font-size: .75rem;
    font-weight: 600;
	position: relative;
	top: -10px;
}


.footer-3cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {.podcast_stream_name{
	visibility:collapse;
	height: 0vh;
	margin: 0px;
	padding:0px;
}
}

@media screen and (max-width: 1024px) {.streaming-services-list{
	 background-color: #000;
	 border-radius: 10px;
	 padding: 5px;
	 width: 35px;
	height: 35px;
	list-style: none;
	margin: 5px;
	}}

