/* SIMPLE PODCAST PRESS PLAYER Version 2.0.3.5*/
@font-face {
  font-family: 'fontello';
  src: url("font/fontello_25440500.eot");
  src: url("font/fontello_25440500.eot#iefix") format('embedded-opentype'), url("font/fontello_25440500.woff") format('woff'), url("font/fontello_25440500.ttf") format('truetype'), url("http://middlemarketexecutive.com/wp-content/plugins/simple-podcast-press/responsive_audio_player/css/font/fontello.svg?25440500#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontawsome';
  src: url("../../../../../ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot");
  src: url("../../../../../ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot") format('embedded-opentype'), url("../../../../../ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff") format('woff'), url("../../../../../ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf") format('truetype'), url("../../../../../ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* .site-title {display:none;} */
/* Float Clearing
--------------------------------------------- */
audio:before, audio:after, buttons:before, buttons:after, sppbuttons:before, sppbuttons:after, spp-optin-box:before, spp-optin-box:after
{
	content: " ";
	display: table;
}
	
 .download-box .audioplayer {
    background:  #005360; none repeat scroll 0 0;
    height: 2.5em;
}
.audioplayer
{
top: 5px; 
    height: 70px; /* 40 */
	color: #ffffff;
	/* margin-bottom: 10px; */
	/* text-shadow: 1px 1px 0 #fff; */
	position: relative;
	z-index: 1;
	background: #005360;
	/* -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0 ), 0 0 1.25em rgba( 0, 0, 0, .13 ); comment 20 */
	/* -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0), 0 0 1.25em rgba( 0, 0, 0, .13 );   comment 20 */
	/* box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0), 0 0 1.25em rgba( 0, 0, 0, .13 );   comment 20 */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
		
}
	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}
	.audioplayer-mini audio
	{
		display: none;
	}
	.audioplayer > div
	{
		position: absolute;
	}
	.audioplayer-playpause
	{
		width: 3.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border-right: 0px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #005360;
		}
		.audioplayer-playpause a
		{
			display: block;
		}
 .download-box	.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{
					border: 0.25em double #ffffff; /* 4 */
		}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 0;
			height: 0;
			border: 0.5em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #ffffff;
			content: '';
			position: absolute;
			top: 50%;
			left: 60%;
			margin: -0.5em 0 0 -0.25em; /* 8 4 */
			font-size:35px;
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.75em; /* 12 */
			height: 0.75em; /* 12 */
			position: absolute;
			top: 50%;
			left: 60%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
			font-size:35px;
		}
		.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40%;
				height: 100%;
				background-color: #ffffff;
				content: '';
				position: absolute;
				top: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}
	.audioplayer-time
	{
		width: 4.375em; /* 70 */
		height: 100%;
		line-height: 6.0em; /* 38 */
		text-align: center;
		z-index: 2;
		top: 0;
	}
		.audioplayer-time-current
		{
			border-left: 0px solid #111;
			border-left-color: rgba( 0, 0, 0, .25 );
			left: 50px; /* 40 */
		}
		.audioplayer-time-duration
		{
			border-right: 0px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
			right: 67px; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}
	.audioplayer-bar
	{
		height: 0.875em; /* 14 */
		background-color: #005360;
		cursor: pointer;
		z-index: 1;
		top: 54%;
		right: 8em; /* 110 */
		left: 6.7em; /* 110 */
		margin-top: 0.462em; /* 7 */
	}
		.audioplayer-bar-loaded
		{
			background-color: #005360;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #041987;
			z-index: 2;
		}
		.audioplayer-novolume .audioplayer-ba
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
	.download-box .audioplayer-volume {
		cursor: pointer;
	}
	.audioplayer-volume
	{
		background-size: cover;
		width: 4.0em; /* 40 */
		height: 100%;
		border-left: 0px solid #111;
		border-left-color: rgba( 0, 0, 0, .25 );
		text-align: left;
		text-indent: -9999px;
		z-index: 2;
		top: 0;
		right: 0;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			background-color: #005360;
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
	.audioplayer-volume-button a
			{
				width: 0.313em; /* 5 */
				height: 0.375em; /* 6 */
				display: block;
				position: relative;
				z-index: 1;
				top: 40%;
				left: 35%;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
				//	content: '';
					//position: absolute;
				}
				.download-box .audioplayer-volume-button a:before {
					border: 0.5em solid transparent; /* 8 */
					border-left: none;
					border-right-color: #ffffff;
				}
				.audioplayer-volume-button a:before
				{
					width: 0;
					height: 0;
					//border: 0.5em solid transparent; /* 8 */
					//border-left: none;
					//border-right-color: #ffffff;
					z-index: 2;
					top: 50%;
					right: -0.25em;
					margin-top: -0.5em; /* 8 */
				}
	.download-box .audioplayer-volume-adjust
		{
		display: block;
		cursor: default;
		}
	.audioplayer-volume-adjust
		{
			height: 6.25em; /* 100 */
			display:none;
			cursor: default;
			position: absolute;
			left: 0;
			right: -1px;
			top: -9999px;
			background: #005360;
			background: -webkit-gradient( linear, left top, left bottom, from( #005360 ), to( #005360 ) );
			background: -webkit-linear-gradient( top, #005360, #005360 );
			background: -moz-linear-gradient( top, #005360, #005360 );
			background: -ms-radial-gradient( top, #005360, #005360 );
			background: -o-linear-gradient( top, #005360, #005360 );
			background: linear-gradient( top, #005360, #005360 );
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}
	 .download-box .audioplayer-volume-adjust > div {
		cursor: pointer;
		display:block;
		}
	.audioplayer-volume-adjust > div
			{
				width: 40%;
				height: 80%;
				background-color: #005360;
				display:none;
				position: relative;
				z-index: 1;
				margin: 30% auto 0;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100%;
					height: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background: #041987;
					background: -webkit-gradient( linear, left top, right top, from( #041987 ), to( #041987 ) );
					background: -webkit-linear-gradient( left, #041987, #041987 );
					background: -moz-linear-gradient( left, #041987, #041987 );
					background: -ms-radial-gradient( left, #041987, #041987 );
					background: -o-linear-gradient( left, #041987, #041987 );
					background: linear-gradient( left, #041987, #041987 );
				}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto;
				bottom: 100%;
			}
		
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}
	.audioplayer-play,
	.audioplayer-pause,
	.audioplayer-volume a
	{
		/* -moz-filter: drop-shadow( 1px 1px 0 #000 ); */
		/* -ms-filter: drop-shadow( 1px 1px 0 #000 ); */
		/* -o-filter: drop-shadow( 1px 1px 0 #000 ); */
		/* filter: drop-shadow( 1px 1px 0 #000 ); */
	}
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{
		/* -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 ); */
		/* -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 ); */
		/* box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 ); */
	}
	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{
		-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	}
	.audioplayer-volume-adjust
	{
		-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	}
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	}
.player_container{
	font-size:17px !important;
    margin-top: 25px;
	margin-bottom: 45px;
	line-height: 100% !important;
		clear: both;
}
.spp_player_textabove{
	margin-bottom: 7px;
}
/* responsiveness */
@media only screen and ( max-width: 32.5em ) /* 520 */
{
	body
	{
		/* -webkit-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );  */
		/* -moz-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, 5 );  */
		/* box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );  */
	}
	.playertitle {
		font-size: 10px;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		line-height: 12px;
	}
	.audioplayer-volume {
		display:none;
	}
	.audioplayer-time-duration{
		right: 40px;
	}
	.audioplayer-time-current{
		  left: 40px;
	}
}
@media screen and (min-width:520px) and (max-width:700px) {
.audioplayer-time-duration{
		right: 40px;
	}
	.audioplayer-time-current{
		  left: 40px;
	}
}
@media screen and (max-width:420px) {
		.playertitle {
				font-size: 12px;
				width: 57% !important;
				margin-left: auto;
				margin-right: auto;
				line-height: 12px;
				left: -7px !important;
			}
	.playerpitch {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;
		width: 25px !important;;
	}
.playerpitch1 {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;;
		width: 28px !important;;
	}
.playerpitch2 {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;;
		width: 25px !important;;
	}
	.audioplayer-bar {
			left: 5.7em;
			right: 5.2em;
		}
}
/* portrait phone */
@media screen  and (min-width:420px) and (max-width:700px) {
		.playertitle {
				font-size: 14px;
				width: 67% !important;
				margin-left: auto;
				margin-right: auto;
				line-height: 12px;
				left: 0px !important;
			}
	.playerpitch {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;
		width: 25px !important;;
	}
.playerpitch1 {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;;
		width: 28px !important;;
	}
.playerpitch2 {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;;
		width: 25px !important;;
	}
	.audioplayer-bar {
			left: 5.7em;
			right: 5.2em;
		}
}
/* landscape phone and portrait tablet (>= 480px < 960px) */
@media screen and (min-width:480px) and (max-width:1200px) {
	.playertitle {
    color: white;
	font-size:14px !important;
    position: relative !important;
    top: 33px;
    width: 67% !important;
    z-index: 999;
}
	.playerpitch {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;
		width: 25px !important;;
	}
.playerpitch1 {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;;
		width: 28px !important;;
	}
.playerpitch2 {
		cursor: pointer;
		float: right;
		font-size: 12px;
		right: 11px !important;;
		width: 25px !important;;
	}
.audioplayer-volume {
		display:none;
	}
    .download-box 
    {
        font-weight: normal !important;
        /* text-align: center !important; */
    }
}



.playertitle {
    color: white;
    left: 68px;
    position: relative !important;
    top: 35px;
    width: 69%;
    z-index: 999;
    font-size: 17px;
    line-height: 90% !important;
}
.playerpitch:hover {
	background-color: #2accff !important;
}
.playerpitch1:hover {
	background-color: #2accff !important;
}
.playerpitch2:hover {
	background-color: #2accff !important;
}
.playerpitch {
    border: 1px solid;
    cursor: pointer;
    float: right;
    padding: 3px;
    position: relative !important;
    right: 83px;
    top: 7px;
    width: 40px;
    z-index: 1000;
	text-align :center;
}
.playerpitch1 {
    border: 1px solid;
    cursor: pointer;
    float: right;
    padding: 3px;
    position: relative !important;
    right: 83px;
    top: 7px;
    width: 40px;
    z-index: 1000;
	text-align :center;
}
.playerpitch2 {
    border: 1px solid;
    cursor: pointer;
    float: right;
    padding: 3px;
    position: relative !important;
    right: 83px;
    top: 7px;
    width: 40px;
    z-index: 1000;
	text-align :center;
}
	.download-box .playerpitch, .download-box .playerpitch1, .download-box .playerpitch2{
		display:none !important;
	}
.download-box .playertitle{
	display:none;
}
.download-box .audioplayer-bar {
	margin-top: -0.438em; /* 7 */
}
.download-box .audioplayer-time {
	line-height: 2.375em; /* 38 */
}
 .download-box .audioplayer-playing .audioplayer-playpause a, .download-box .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	font-size:1.6rem;
}
 .download-box .audioplayer-volume{
	width: 2.5em; /* 40 */
	background-image: none;
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
}
 .download-box .audioplayer-time-current{
	left: 2.5em; /* 40 */
}
 .download-box .audioplayer-time-duration {
	right: 2.5em; /* 40 */
}
.download-box .audioplayer-volume-button a:before,
.download-box .audioplayer-volume-button a:after
{
	content: '';
	position: absolute;
}
.download-box	.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{
					width: 0.313em; /* 5 */
					height: 0.313em; /* 5 */
					border-width: 0.25em 0.25em 0 0; /* 4 */
					left: 0.563em; /* 9 */
					top: -0.063em; /* 1 */
					-webkit-border-radius: 0 0.938em 0 0; /* 15 */
					-moz-border-radius: 0 0.938em 0 0; /* 15 */
					border-radius: 0 0.938em 0 0; /* 15 */
					-webkit-transform: rotate( 45deg );
					-moz-transform: rotate( 45deg );
					-ms-transform: rotate( 45deg );
					-o-transform: rotate( 45deg );
					transform: rotate( 45deg );
}
a {
  outline:none !important;
}