/*! Affino Skin for jPlayer 2.9.2  */

/*
* Skin for jPlayer Plugin (jQuery JavaScript Library)
* http://www.jplayer.org
*
* Skin Name: Affino 2020 - Audio Listing
*
* default accent color: #333;
*/
.jp-audio *:focus,
.jp-audio-stream *:focus {
	outline: none; 
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner {
	border: 0; 
}

.jp-audio,
.jp-audio-stream {
	/*font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #000;*/
	background-color: #eee; 
}

.jp-audio {
	width: 100%;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jp-audio .jp-type-single {
	max-width: 1200px;
	width: 100%;
	float: none;
	margin: auto;
}
.jp-audio .jp-type-single:not([class*="aor-PLR"]) {
	padding-left: 20px;
	padding-right: 20px;
}

.jp-audio-stream {
	width: 182px; 
}

.jp-interface {
	position: relative;
	background-color: #eee;
	width: 100%; 
	min-height: 50px;
}

.jp-audio .jp-info-thumb {
	width:auto;
	max-width:33.333%;
	max-height:50px;
	float: left;
}

.jp-audio .jp-info-thumb+.jp-info-title{
	float:left;
	width: 66.666%;
	padding-left: 15px;
	font-weight: bold;
	font-size: .9em;
	line-height: 120%;
}

.jp-audio-stream .jp-interface {
	height: 30px; 
	min-height: 30px;
}

/* @group CONTROLS */
.jp-controls-holder {
	clear: both;
	width: 440px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	top: -8px;
}

.jp-interface .jp-controls {
	margin: 0;
	padding: 0;
	overflow: hidden; 
}

.jp-audio .jp-controls {
	width: 100%;
}

.jp-audio-stream .jp-controls {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 142px; 
}

.jp-controls button {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer; 
}

.jp-audio .material-icons:hover{
	cursor:pointer;
}

.jp-play:not(.material-icons) {
	background: url("../image/play_arrow.svg") center center no-repeat; 
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	border-radius: 2px;
}

.jp-state-playing .jp-play:not(.material-icons) {
	background: url("../image/pause.svg") center center no-repeat; 
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
}

.jp-rewind:not(.material-icons) {
	background: url("../image/replay_30.svg") center center no-repeat; 
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	border-radius: 2px;
}
.jp-ffwd:not(.material-icons) {
	background: url("../image/forward_30.svg") center center no-repeat; 
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	border-radius: 2px;
}
.jp-prev:not(.material-icons) {
	background: url("../image/skip_previous.svg") center center no-repeat; 
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	border-radius: 2px;
}
.jp-next:not(.material-icons) {
	background: url("../image/skip_next.svg") center center no-repeat; 
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	border-radius: 2px;
}

.jp-play:not(.material-icons):hover,
.jp-rewind:not(.material-icons):hover,
.jp-ffwd:not(.material-icons):hover,
.jp-prev:not(.material-icons):hover,
.jp-next:not(.material-icons):hover {
	color:white;
	cursor:pointer;
}


/* @end */
/* @group progress bar */
.jp-progress {
	overflow: hidden;
}

.jp-audio .jp-progress {
	position: absolute;
	top: 0px;
	height: 2px;
}

.jp-audio .jp-type-single .jp-progress {
	left: 0;
	width: 100%; 
	z-index: 2;
	overflow: visible;
}

.jp-seek-bar {
	background-color: transparent;
	width: 0px;
	height: 100%;
	cursor: pointer; 
}

.jp-play-bar {
	background-color: #333;
	width: 0px;
	height: 100%; 
	position: relative;
	overflow: visible !important;
}

.jp-play-bar::after{
	content: '';
	position: absolute;
	right: 0;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: black;
	transform: translate(50%,-50%);
	top: 50%;
}

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
	display: none; 
}

.jp-volume-controls {
	position: relative;
}

.jp-audio-stream .jp-volume-controls {
	left: 70px; 
}

.jp-play-controls button {
	display: block;
	margin-right:5px;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer; 
}

.jp-play-controls span {
	display: block;
}
.jp-play-controls span:not(.jp-ffwd):not(.jp-ffwd10) {	
	margin-right:20px;
}

.jp-type-single:not(.sample) .jp-rewind10,
.jp-type-single:not(.sample) .jp-ffwd10 {
	display:none;
}

.jp-type-single.sample .jp-rewind,
.jp-type-single.sample .jp-ffwd {
	display:none;
}

.jp-mute,
.jp-volume-max {
	width: 24px;
	height: 24px; 
	cursor: pointer;
	margin-right: 5px;
}

.jp-volume-max {
	left: 74px; 
}

.jp-mute:not(.material-icons), .jp-mute:not(.material-icons):focus {
	background: url("../image/volume_up.svg") center center no-repeat transparent; 
	background-size: 100% 100%;
}

.jp-state-muted .jp-mute:not(.material-icons) {
	background: url("../image/volume_off.svg") center center no-repeat transparent; 
	background-size: 100% 100%;
}

.jp-state-muted .jp-mute:not(.material-icons):focus {
	background: url("../image/volume_off.svg") center center no-repeat transparent; 
	background-size: 100% 100%;
}

.jp-volume-max:not(.material-icons) {
	background: url("../image/volume_up.svg") center center no-repeat transparent; 
	background-size: 100% 100%;
}

.jp-volume-max:not(.material-icons):focus {
	background: url("../image/volume_up.svg") center center no-repeat transparent; 
	background-size: 100% 100%;
}

.jp-volume-bar {
	overflow: hidden;
	background-color: #cdcdcd;
	width: 100px;
	height: 6px;
	cursor: pointer; 
	border-radius: 4px;
}

.jp-volume-bar-value {
	background-color: #333;
	width: 0px;
	height: 6px; 
}

/* @end */
/* @group current time and duration */
.jp-current-time {
	display: inline;
	cursor: default; 
}

.jp-duration {	
	display: inline;	
	cursor: pointer; 
}

.jp-details {
	font-weight: bold;
	text-align: center;
	cursor: default; 
}

.jp-details {
	width: 100%;
	background-color: #ccc;
	border-top: 1px solid #009be3; 
}

.jp-type-single .jp-details {
	border-top: none; 
}

.jp-details .jp-title {
	margin: 0;
	padding: 5px 20px;
	font-size: .72em;
	font-weight: bold; 
}

/* @end */

.jp-jplayer audio,
.jp-jplayer {
	width: 0px;
	height: 0px; 
}

.jp-jplayer {
	background-color: #000000; 
}


/* @group NO SOLUTION error feedback */
.jp-no-solution {
	padding: 5px;
	font-size: .8em;
	background-color: #eee;
	border: 2px solid #009be3;
	color: #000;
	display: none; 
}

.jp-no-solution a {
	color: #000; 
}

.jp-no-solution span {
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: bold; 
}


@media screen and (max-width:799px){ 
	.jp-play-controls span:not(:last-of-type) {	
		margin-right:8px;
	}
	.jp-play-controls span {	
		width:22px;
		height:22px;
	}
}

@media screen and (max-width:599px){
	.jp-info {	
		width:calc(100% - 150px);
		align-items: flex-start;
	}
	.jp-info-title {
		padding-bottom: 25px;
	}
	.jp-play-controls span:not(:last-of-type) {	
		margin-right:5px;
	}
	.jp-play-controls {	
		width:150px;
	}
	.jp-volume-controls {	
		display:none;
	}
	.jp-time-controls{
		width:0;
	}
	.jp-time-control{
		position: absolute;
		left: 95px;
		bottom:0;
	}
	.jp-audio .jp-info-thumb {	
		width:80px;	
		max-height:80px;	
	}
}

@media screen and (max-width:479px){
	.jp-audio {	
		padding: 12px 0;
	}
	.jp-info {	
		width:calc(100% - 24px);
	}
	.jp-play-controls {	
		width:24px;
	}
	.jp-play-controls span:not(.jp-play) {	
		display: none;
	}
	.jp-play-controls span.jp-play {	
		margin-right:0;
	}
	.jp-time-control{
		left: 60px;
	}
	.jp-audio .jp-info-thumb+.jp-info-title{	
		padding-left: 10px;
	}
	.jp-audio .jp-info-thumb {	
		max-width:50px;	
		max-height:50px;
	}
}