.audioPlayerBlock {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 310px;
	height: 93px;
	background: #404040;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 6px 5px 6px 0px rgba(0,0,0,0.31);
	box-shadow: 6px 5px 6px 0px rgba(0,0,0,0.31);
	visibility: hidden;
}
.audiojs .close {
	position: absolute;
	color: white;
	top: 2px;
	right: 6px;
	border-radius: 40%;
	padding: 5px;
	cursor: pointer;
}
.audiojs .play-pause {
	position: absolute;
	top: 13px;
	left: 13px;
	color: white;
	font-size: 50px;
}
.audiojs .play {
	display: block;
}
#audio_player progress {
	width: 200px;
	height: 11px;
	margin-top: 60px;
	margin-left: 75px;
	border-radius: 5px;
	background: #5a5a5a;
	border-color: #5a5a5a;
	color: white;
}
#audio_player progress::-moz-progress-bar {
	background: white;
	border-radius: 5px;
}
#audio_player progress::-webkit-progress-bar {
	border-radius: 5px;
}
#audio_player progress::-webkit-progress-value {
	background: white;
	border-radius: 5px;
}
.audiojs .songtitle {
	margin-top: 30px;
	margin-left: 77px;
	color: white;
	position: fixed;
}

.dailybeats-player-text-centered {
	text-align: center;
}
.dailybeats-player-drop-shadow {
	-webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}

/* YouTube video for the Beat Pages */
.dailybeats-player-youtube-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.dailybeats-player-youtube-video-style {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Licenses for the Beat Pages */
.dailybeats-player-licenses {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.dailybeats-player-licenses-cart {
	width: 330px;
	text-align: center;
	margin-top: 40px;
}
.dailybeats-player-card-layout {
	display: inline-block;
	position: relative;
	border-radius: 6px;
	color: rgba(0, 0, 0, 0.87);
	background: #fff;
	max-width: 80%;
	width: 500px;
	margin: auto;
}
.dailybeats-player-card-header {
	margin: -20px 20px 0px 20px;
	background-color: #ee3940;
	border-radius: 6px;
}
.dailybeats-player-card-header h3 {
	color: white;
	padding: 25px 0px;
	text-align: center;
}
.dailybeats-player-card-content {
	padding: 5px 30px 30px 30px;
}
.dailybeats-player-card-content hr {
	margin-bottom: 25px;
	margin-top: 25px;
}
