/*
 * 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
----------------------------------------------- */
#skin-wrapper { margin-bottom:20px; }

/* 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;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -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 {
  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;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  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;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -khtml-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
}
/* VOLUME BAR
----------------------------------------------- */
.jp-volume-cont{
    width:70%;

    position: relative;
    left: 60%;
}
.jp-volume-bar {
  z-index: 99;
  position: relative;
  top:-38px;
  left:64%;
  transform: translateY(-50%)translateX(-50%);
  margin: 12px 10px 12px;
  width: 100px;
  height: 7px;
  cursor: pointer;
  background: #262929;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -khtml-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  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;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
/* Diagonal Background Bars */
.jp-play-bar,
.jp-volume-bar-value {
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -khtml-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -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);
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px 7px;
  -o-background-size: 7px 7px;
  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;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.jp-playlist a {
  display: block;
}
.jp-playlist ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -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: #272f75;
	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;
  -webkit-transition:	none;
  -moz-transition: 	none;
  transition: 		none;
  color: #ffffff;
}
.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:80px;  }

.jp-radio .jp-play,
.jp-radio .jp-pause {
	left:5px;
}


.jp-radio .jp-time-holder {
	display: flex;
	padding: 0;
	visibility: visible;
	font-size: 13px;
	font-weight: bold;
	flex: 1 0 10%;
	justify-content: center;
	letter-spacing: 1px;
}
.jp-radio .jp-inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	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;
	background-color: rgba(0,0,0,0.15);
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.jp-radio .jp-volume-bar-value {
	background-color: #e82225;
	height: 5px;
	margin: 0;
	box-shadow: none;
}

.jp-radio .jp-play,
.jp-radio .jp-pause {
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
	width: 30px;
	height: 30px;
	z-index: 3;
	margin-top: -15px;
	font-size: 40px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #ffffff;
}
.jp-radio .jp-play:hover,
.jp-radio .jp-pause:hover { color: #272f75; }

.jp-radio .jp-controls {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 0 80px;
}

.bttn-play{
  background-color:#e82225;
  border: 12px #272f75 solid;
  border-radius: 100%;
  width: 38%;
  height: 120px;
  position: absolute;
  top:-40px;
  left: 50%;
  transform: translateX(-50%);
}

.jp-artwork{
  width:38%;
  background-color:#ffffff;
  border: 12px #272f75 solid;
  border-radius: 5%;
  position: absolute;
  top:-40px;
  left: 50%;
  transform: translateX(-50%);
}

.jp-onair{
  width: 22%;
  padding: 5px 10px;
  background-color:#e82225;
  color:#ffffff;
  text-align: center;
}

.jp-artis{
  width: 100%;
  position: relative;
  top:12px;
  font-size: 1.3em;
  color: #ffffff;
  text-transform: capitalize;
}
.jp-song{
  width: 100%;
  position: relative;
  top:16px;
  font-size: 1em;
  color: #ffffff;
  text-transform: capitalize;
}

.jp-ads-player{
  font-size: 1.3em;
  color: #ffffff;
  position: relative;
  top:66%;
}

#artwork img{
    width: 100%;
}

@media only screen and ( max-width: 768px ) {
	.jp-radio .jp-controls { flex-grow: 0; flex-basis: 40px;}
	
	.hidden-sm-down{display:none;}
	
       .jp-artwork{
        width:100%;
        background-color:#ffffff;
        border: none;
        border-radius: none;
        top:0px;
        left:0px;
        transform: translateX(0%);
       }
	
	  .bttn-play{
        background-color:#272F75;
        border: none;
        border-radius: none;
        width: 100%;
        height: 90px;
        position: absolute;
        top:0px;
        left:0px;
        transform: translateX(0%);
	   }
	   
	  .jp-onair{
        width: 60%;
	   }
}
.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: 13px;
	line-height: 14px;
	font-weight: bold;
}
.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; }


