@charset "utf-8";
/* CSS Document */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 *
 * Revised by: Scott Starker
 * Date: 25th July 2013
 * Revised: 16th October 2013 - mobile
 * Revised: 2nd March 2019 - mobile
 */

@media only screen and (max-width: 480px) {

div.jp-player {
	margin-left: 50px;
}

div.jp-audio {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size: 1.25em;
	font-family: Verdana, Arial, sans-serif;
	/*line-height: 1.6;*/
	color: #666;				/* color of the 'time' font */
	/*border:1px solid #009be3;*/			/* blue */
	border: 3px solid #600000;		/* red */
	background-color: #eee;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: 14px;
	display: inline-block;
	position: relative;
	top: -20px;					/* position the bar - 3/1/19 */
	left: 110px;
	/*width: 420px;		main icon */
	/*width: 260px;				/* Scott Starker - before 3/1/19 */
	width: 100%;				/* Scott Starker - 3/1/19 */
}
div.jp-interface {
	position: relative;
	background-color:#eee;		/* main background color */
	width:100%;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: 14px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	/*height:80px;*/
	height: 55px;
}

/* @group CONTROLS */

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin-left: -10px;			/* horizontal - 3/1/19 */
	padding: 0;
	overflow:hidden;
}
div.jp-audio ul.jp-controls {
	width: 80px;
	/*padding:20px 20px 0 20px;*/
	padding: 8px 20px 0 20px;			/* height of play and stop buttons */
}
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play, a.jp-pause {
	width:40px;
	height:40px;
}
a.jp-play {
	background: url("../images/jplayer.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/jplayer.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/jplayer.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/jplayer.jpg") -41px -42px no-repeat;
}
a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}
a.jp-stop {
	background: url("../images/jplayer.jpg") 0 -83px no-repeat;
	margin-left:10px;
}
a.jp-stop:hover {
	background: url("../images/jplayer.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	background: url("../images/jplayer.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("../images/jplayer.jpg") -29px -112px no-repeat;
}
a.jp-next {
	background: url("../images/jplayer.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("../images/jplayer.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	/*top:32px;*/
	top:23px;							/* height of progress bar */
	/*height:15px;*/
	height:9px;							/* top to bottom of progress bar */
}
div.jp-audio div.jp-type-single div.jp-progress {
	left: 110px;						/* horizontal - 3/1/19 */
	width: 90px;	/*186px;			width of progress bar */
}
div.jp-seek-bar {
	background: url("../images/jplayer.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/jplayer.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* @end */

/* @group volume controls */


a.jp-mute, a.jp-unmute, a.jp-volume-max {
	width:0px;									/* Doesn't work with 3/1/19 so width: 0px */
	height:15px;
	margin-top:17px;
	display: none;
}
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: -20px;
}
div.jp-audio a.jp-volume-max {
	margin-left: 86px;
	margin-top: 0px;
	display: none;
}
a.jp-mute {
	background: url("../images/jplayer.jpg") 0 -170px no-repeat;
	display: none;
}
a.jp-mute:hover {
	background: url("../images/jplayer.jpg") -19px -170px no-repeat;
	display: none;
}
a.jp-unmute {
	background: url("../images/jplayer.jpg") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../images/jplayer.jpg") -79px -170px no-repeat;
	display: none;
}
a.jp-volume-max {
	background: url("../images/jplayer.jpg") 0 -186px no-repeat;
	display: none;
}
a.jp-volume-max:hover {
	background: url("../images/jplayer.jpg") -19px -186px no-repeat;
	display: none;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("../images/jplayer.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	/*top:37px;*/
	top: 12px;				/* volume bar height - 3/1/19 */
	left: -126px;			/* volume bar left - 3/1/19 */
}
div.jp-volume-bar-value {
	background: url("../images/jplayer.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	/*top:50px;*/
	top:34px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:10px;				/* distance between "times" - 3/1/19 */
	width:106px;			/* length of "times" - 3/1/19 */
}
div.jp-current-time, div.jp-duration {
	/*border: thin solid black;*/
	width:38px;
	margin-left: 100px;		/* left duration - 3/1/19 */
	margin-right: -86px;	/* right duration - 3/1/19 */
	/*font-size:.64em;*/
	font-size:.5em;
	/*font-style:oblique;*/
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}
div.jp-title {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title {
	border-top:none;
}
div.jp-title ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}
div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-jplayer audio, div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
	background-color: #000000;
	display: inline;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}
ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}
a.jp-repeat {
	background: url("../images/jplayer.jpg") 0 -290px no-repeat;
}
a.jp-repeat:hover {
	background: url("../images/jplayer.jpg") -30px -290px no-repeat;
}
a.jp-repeat-off {
	background: url("../images/jplayer.jpg") -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
	background: url("../images/jplayer.jpg") -90px -290px no-repeat;
}

/* @end */

/* @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;
}

}
/* @end */
