/*-----------------------------------*/
/* Post Audio */
/*-----------------------------------*/
.entry-content .col-md-4 {
    width: 100%;
}
a.jp-playlist-item {
    text-decoration: none !important;
}
.jp-playlist-inner {
    margin: 0 !important;
}
.jp-current-time,
.jp-duration,
.jp-stop,
.jp-repeat,
.jp-repeat-off,
.jp-shuffle,
.jp-volume-bar,
.jp-volume-max,
.post-audio .song_title div
{
	display: none !important;
}
.jp-controls.clearfix > li{
	list-style: none !important;
}
.jp-audio .inner{padding: 0 !important;}
.post-audio .jp-audio .inner{padding-top: 8px !important;}

.post-audio .jp-audio .inner{
    -webkit-box-shadow: 0 0 12px rgba(154,120,91,0.38);
    -moz-box-shadow: 0 0 12px rgba(154,120,91,0.38);
    box-shadow: 0 0 12px rgba(154,120,91,0.38);
}
.jp-audio a:hover,
.jp-audio a:focus,
.jp-audio a:active{
    outline: none;
}
.jp-interface, .jp-interface ul.jp-controls {position: relative !important;}
.jp-interface ul.jp-controls {position: relative;  margin: 13px 15px 0 !important; padding-bottom: 13px !important;}

.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
    width:25px;
    height:25px;
    background-image: url("../images/jp-controls.png");
    background-repeat: no-repeat;
}
/*.jp-interface ul.jp-controls a:hover {opacity:.8;}*/
.jp-previous.disabled, .jp-next.disabled {opacity: .4 !important;}

.jp-play {background-position: -25px 0;}
.jp-pause {background-position: 0 0; display: none;}
.jp-previous {background-position: 0 -25px;}
.jp-next {background-position: -25px -25px;}
.jp-mute {background-position: 0 -50px;}
.jp-unmute {background-position: -25px -50px;}
.jp-playlist-toggle {background-position: 0 -75px;}

.jp-play,
.jp-pause,
.jp-previous,
.jp-next {
    position: absolute;
    top:0;
    left:50%;
    margin-left: -12px;
}
.jp-previous{ margin-left: -50px;}
.jp-next{ margin-left: 26px;}

.jp-mute,
.jp-unmute{
    position: absolute;
    top:0;
    right:0;
}

.jp-progress {
	height:20px;
	overflow: hidden;
    width:100%;
}
.jp-seek-bar {
	width:100% !important;
	height:20px;
	cursor: pointer;
	background: #f4ece7;
    overflow: hidden;
}
.jp-play-bar {
	background: #e05033;
	width:0;
	height:20px;
	position: relative;
}
.jp-play-bar:after {
	content: '';
	display: block;
    background: #eaa08f;
	width:9px;
	height:20px;
	position: absolute;
	top:0;
	right:0;
}
.jp-current-time,
.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
.jp-current-time {
	float: left;
	display:inline;
}
.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}
.jp-playlist{
    display: none;
    padding-bottom: 8px;
}

.jp-playlist li {
	padding:5px 5px 6px 12px !important;
    margin: 0 5px !important;
	border-top:1px solid #eee;
	list-style: none !important;
}

.jp-playlist img{display: none !important;}
.song_title img{display: block; width: 100%;}

.jp-jplayer audio,
.jp-jplayer {
	width:0px;
	height:0px;
}
.jp-jplayer {
	background-color: #000000;
}
.song_title h2,.jp-playlist-item h2{
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #5c5146;
    padding-bottom: 0px;
    font-family: 'Open Sans',sans-serif !important;
    letter-spacing: 0px !important;
}
.song_title h3,.jp-playlist-item h3{
    font-size: 11px !important;
    color: #8e8071;
    margin: 0px !important;
    font-family: 'Open Sans',sans-serif !important;
    letter-spacing: 0px !important;
}
.jp-playlist-current h2,
.jp-playlist-current .item-artist{
    color: #C9B098;
}
.jp-playlist-item h2:hover ,.jp-playlist-item h3:hover{
	text-decoration: none;
}


/*-----------------------------------*/
/* Audio Player */
/*-----------------------------------*/

.widget-audio .song_title h2{font-size: 18px !important; padding: 18px 5px 3px 16px !important; letter-spacing: -1px !important; font-family: 'Open Sans',sans-serif !important;}
.widget-audio .song_title h3{padding: 0 5px 20px 18px !important; margin: 0px !important;font-family: 'Open Sans',sans-serif !important; letter-spacing: 0px;}