/*
 * Skin for jPlayer Plugin (http://jplayer.org/)
 * jPlayer Version: 2.1.0
 *
 * Skin Name: AivahThemes jPlayer
 * Author: @aivahthemes (www.aivahthemes.com)
 * Description: A responsive CSS3 jPlayer skin, custom designed by AivahThemes.
 * Version: 1.0
  */
/* DEMO STYLES
----------------------------------------------- */
/* GENERAL
----------------------------------------------- */
.jp-jplayer {
  width: 0;
  height: 0;
  background-color: #000000;
}
.jp-audio {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 0px;
  font-size: 12px;
  color: #fff;
  line-height: 13px;
}
.jp-audio a { text-decoration: none; color: #d2d6db; }
.jp-audio a:hover { color: #ffffff; }

.jp-interface {
  position: relative;
  height: 30px;
  width: 100%;
  background-color: #222222;
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

/* CONTROLS
----------------------------------------------- */
.jp-controls {
  float: left;
  width: 30px;
  height: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.jp-controls:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 30px;
  border-left: 1px solid rgba( 255, 255, 255, 0.2 );
  border-right: 1px solid rgba( 0, 0, 0, 0.2 );
}
.jp-controls li {
  float: left;
  margin-left:0;
}
.jp-controls a {
  position: absolute;
  top: 0;
}
.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
  z-index: 1;
  outline: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px
}

.jp-pause {
  display: none;
}

.jp-mute,
.jp-unmute {
  display: block;
  position: absolute;
  right: 55px;
}

/* PROGRESS BAR
----------------------------------------------- */
.jp-progress {
  position: absolute;
  padding: 0 95px 0 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 7px;
}
.jp-seek-bar,
.jp-play-bar {
  width: 0px;
  height: 5px;
  border-radius: 1px;
}
.jp-seek-bar {
  cursor: pointer;
  position: relative;
  z-index: 999;
  background: #464849;
}
.jp-seek-bar:before {
  content: " ";
  display: block;
  background: transparent;
  border: 1px solid;
  border-color: #212424 #262929 #262929;
  height: 5px;
  width: 100%;
  position: relative;
  top: -1px;
  left: -1px;
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
}
/* VOLUME BAR
----------------------------------------------- */
.jp-volume-bar {
  float: right;
  z-index: 99;
  position: relative;
  margin: 12px 10px 12px;
  width: 40px;
  height: 7px;
  cursor: pointer;
  background: #262929;
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.jp-volume-bar:before {
  content: " ";
  position: absolute;
  top: -12px;
  left: -35px;
  width: 0;
  height: 30px;
  border-left: 1px solid rgba( 255, 255, 255, 0.2 );
  border-right: 1px solid rgba( 0, 0, 0, 0.2 );
}
.jp-volume-bar-value {
  width: 0px;
  height: 5px;
  margin: 1px;
  border-radius: 1px;
}
/* Diagonal Background Bars */
.jp-play-bar,
.jp-volume-bar-value {
  -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  background-size: 7px 7px;
  background-color: #fcc500;
}
/* TIME HOLDER
----------------------------------------------- */
.jp-time-holder {
  display: none;
  visibility: hidden;
}
/* TIME HOLDER
----------------------------------------------- */
.jp-toggles {
  display: none;
  visibility: hidden;
}
/* PLAYLIST
----------------------------------------------- */
.jp-playlist {
  width: 95%;
  margin: 0 auto;
  font-size: 13px;
  background-color: #3a3b3c;
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 3px 3px;
}
.jp-playlist a {
  display: block;
}
.jp-playlist ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.jp-playlist li {
  width: 100%;
  padding: 5px 10px;
  border-top: 1px solid #3d3f40;
  border-bottom: 1px solid #323334;
}
.jp-playlist li:first-child {
  border-top: none;
}
.jp-playlist li:last-child {
  border-bottom: none;
}
.jp-free-media {
  float: right;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 1px;
  display: block;
}
.jp-free-media:hover {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.jp-free-media a {
  display: inline;
}
.jp-free-media a:first-child:before,
.jp-free-media a:last-child:after {
  content: " ";
}
.jp-playlist-current a {
  font-weight: bold;
  color: white;
}
.jp-playlist-current .jp-free-media a {
  font-weight: normal;
}


/* RADIO SKINNING for Musicplay Theme
----------------------------------------------- */
.jp-radio .jp-interface {
	background: #f0f0f0;
	box-shadow:0 0 1px 0px rgba(0, 0, 0, 0.5);
}

.jp-radio {
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	color: #444444 !important;
}
.jp-radio.jp-audio a {
  text-decoration: none;
  transition: 		none;
  color: #666666;
}
.jp-radio.jp-audio a:hover {
  color: #00A8E8;
}

.jp-radio .jp-progress {
	margin: 0;
	height: 50px;
	padding:0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex:1 0 70%;
}

.jp-radio .jp-thumb { margin-right: 10px; }
.jp-radio .artist-thumb { display: none; }

.jp-image img[src="(unknown)"],
.jp-image img[src=""] {
    display: none;
}

.jp-radio .jp-play,
.jp-radio .jp-pause,
.jp-radio .jp-mute,
.jp-radio .jp-unmute,
.jp-radio .jp-interface,
.jp-radio .jp-controls { height:50px;  }

.jp-radio .jp-play,
.jp-radio .jp-pause {
	left:5px;
}


.jp-radio .jp-time-holder {
	display: flex;
	padding: 0;
	visibility: visible;
	font-size: 12px;
	flex: 1 0 10%;
	justify-content: center;
	letter-spacing: 1px;
}
.jp-radio .jp-inner {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jp-radio .jp-volume-bar:before {
	display: none;
}

.jp-radio .jp-volume-bar {
	display: flex;
	align-items: center;
	margin: 0;
	height: 5px;
	float: none;
	flex:1 0 50px;
	background-color: rgba(0,0,0,0.15);
	-o-box-shadow: none;
	box-shadow: none;
}

.jp-radio .jp-volume-bar-value {
	background-color: #222222;
	height: 5px;
	margin: 0;
	box-shadow: none;
}

.jp-radio .jp-play,
.jp-radio .jp-pause {
	top: 50%;
	width: 30px;
	height: 30px;
	z-index: 3;
	margin-top: -15px;
	font-size: 20px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #222222;
}
.jp-radio .jp-play:hover,
.jp-radio .jp-pause:hover { color: #666666; }

.jp-radio .jp-controls {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 0 80px;
}
@media only screen and ( max-width: 768px ) {
	.jp-radio .jp-controls { flex-grow: 0; flex-basis: 40px;}
}
.jp-radio .jp-controls:after { display: none; }
.jp-radio .jp-time-holder:after { display: none; }

.jp-radio .jp-toggles {
	display: block;
	float:right;
	visibility: visible;
}

.jp-radio .jp-mute,
.jp-radio .jp-unmute {
	right: auto;
	left: 55px;
	top: 50%;
	width: 20px;
	margin-top: -8px;
	font-size: 16px;
	line-height: 16px;
	color: #222222;
}

.jp-radio .jp-mute:hover,
.jp-radio .jp-unmute:hover { color: #666666; }

.jp-radio {
	bottom: 0;
	display: block;
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 1000;
}

.jp-close-btn {
	position:absolute;
	top: -30px;
	left:12px;
	width: 40px;
	height: 30px;
	color:#444444;
	font-size:22px;
	line-height:30px;
	background: #f0f0f0;
	border-style: solid;
	border-color:#E0E0E0;
	border-width:1px 1px 0 1px;
	text-align:center;
	z-index: 2000;
	cursor: pointer;
}
.jp-radio .jp-title {
	font-size: 14px;
	line-height: 16px;
}
.jp-radio .jp-desc {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.pm-data {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pm-data-thumb img {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0,0,0,0.1);
}
.pm-data-info {
	margin-left: 15px;
}
.pm-data-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.pm-data-info a { color: #222222; }
.pm-data-info a:hover { color: #666666; }

.pm-data-info .artist-thumb { display: none; }

