/*******************************************
 * Audio Shortcode Player
*/

.jp-audio {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%);
	border: 1px solid #000;
	border-radius: 3pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	margin-bottom: 12px;
	overflow: hidden;
}

.jp-audio.player-size-normal {
	width: 340px;
}

.jp-audio.player-size-small {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(70%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%);
	height: 72px;
	width: 168px;
}

.jp-interface div.jp-controls {
	background-color: #1c6ba9;
	background: -moz-linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(32,122,192,1)),
		color-stop(100%,rgba(19,73,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%);
	border-radius: 4px;
	display: inline;
	float: left;
	height: 30px;
	margin: 5px 0 0 5px;
	overflow: hidden;
	padding: 0px !important;
	width: 55px;
}

.jp-interface .controls-group {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 250px;
}

.jp-audio.player-size-small .jp-interface div.jp-controls {
	width: 44px;
}

.jp-audio.player-size-small .jp-interface .controls-group {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%);
	border-radius: 0 0 6px 6px;
	width: 168px;
}

.jp-interface div.jp-controls:hover {
	background: -moz-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(46,65,80,1)),
		color-stop(100%,rgba(27,38,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* IE10+ */
	background: linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* W3C */
}

.jp-controls a {
	display: block;
	font-size: 0;
	padding: 0 25px 30px;
	text-indent: -500px;
	overflow: hidden;
}

.jp-progress {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px repeat-x scroll transparent;
	float: left;
	height: 5px;
	margin: 4px 0 0 5px;
	overflow: hidden;
	width: 205px;
}

.jp-seek-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px repeat-x scroll transparent;
	height: 5px;
	overflow: hidden;
}

.jp-play-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -183px repeat-x scroll transparent;
	height: 5px;
	overflow: hidden;
}

.jp-time-holder {
	float: left;
}
.jp-time-holder .jp-current-time {
	display: none;
	font-size: 10px;
	margin: 0 0 1px 5px;
}
.jp-time-holder .jp-duration {
	font-size: 10px;
	margin: 0 0 1px 5px;
}

.jp-controls .jp-play {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px 0px no-repeat;
}

.jp-controls .jp-play:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -80px no-repeat;
}

.jp-controls .jp-pause {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -40px no-repeat;
}

.jp-controls .jp-pause:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -120px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-play {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px 0px no-repeat;
}

.jp-audio.player-size-small .jp-progress {
	width: 128px;
}

.jp-audio.player-size-small .jp-controls .jp-play:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -80px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-pause {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -40px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-pause:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -120px no-repeat;
}

.jp-title {
	float: left;
	padding-left: 10px;
	width: 180px;
}

.jp-title ul {
	list-style-position: outside !important; /*IE 7 Fix */
	list-style-type: none;
	margin: 0 !important;
}

.jp-title ul li {
	float: left; /*IE 7 Fix */
}

.jp-title li.audio-title {
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	overflow: hidden;
	position: relative;
	width: 170px;
}

.jp-title li.audio-title span{
	display: block;
	left: 0;
	position: absolute;
	top: 2px;
	white-space: nowrap;
}

.jp-title li.audio-artist {
	font-size: 10px;
	line-height: 10px;
}

.jp-audio.player-size-small .jp-title {
	padding: 5px 0 5px 5px;
	width: 112px;
}

.jp-audio.player-size-small .jp-title ul {
	margin: 0 !important;
}

.jp-audio.player-size-small .jp-title li.audio-title {
	height: 17px;
	width: 110px;
}

.jp-audio.player-size-small .jp-title li.audio-title span{
	top: 0;
	line-height: normal;
}

.jp-volume-bar-value {
	height: 4px;
}

.jp-interface .controls {
	border-left: 1px solid gray;
	float: left;
	height: 44px;
	margin: 3px !important;
}

.jp-audio.player-size-small .jp-interface .controls {
	border-left: none;
	height: 20px;
	margin: 1px 3px 0 !important;
}

.jp-interface .controls ul.audio-control {
	height: 18px;
	line-height: 170%;
	list-style-position: outside !important; /*IE 7 Fix */
	margin: 0 0 3px 2px !important;
	width: 80px;
}

.jp-audio.player-size-small .jp-interface .controls ul.audio-control {
	float: left;
	margin: 0 !important;
	width: 100px;
}

.jp-interface .controls ul.audio-control.no-download {
	margin-top: 10px !important;
}

.jp-interface .controls ul.audio-control li {
	float: left;
	font-size: 0;
	list-style-type: none;
}

.jp-mute {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0 -191px no-repeat;
	display: block;
	height: 14px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -500px;
	width: 14px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-mute {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0 -191px no-repeat;
}

.jp-volume-max {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -16px -190px no-repeat;
	display: block;
	height: 16px;
	margin-top: 2px;
	overflow: hidden;
	text-indent: -500px;
	width: 18px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-volume-max {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -15px -190px no-repeat;
}

.jp-interface .controls .jp-volume-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px no-repeat;
	border-radius: 4px;
	height: 6px;
	margin: 7px 1px 0 0;
	width: 45px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-volume-bar {
	width: 60px;
}

.jp-volume-bar-value {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -183px no-repeat;
	border-radius: 4px 2px 4px 4px;
	height: 7px;
}

.jp-interface .controls .download {
	border-top: 1px solid gray;
	padding-top: 4px;
	width: 80px;
}

.jp-audio.player-size-small .jp-interface .controls .download {
	border-top: none;
	float: right;
	padding-top: 0;
	width: 57px;
}

.jp-interface .controls .download a {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -37px -191px no-repeat;
	font-size: 11px;
	margin-left: 5px;
	padding-left: 15px;
}

.jp-audio.player-size-small .jp-interface .controls .download a {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -40px -192px no-repeat;
	font-size: 10px;
	margin-left: 0;
	padding-left: 10px;
}

.controls .speaker-icon {
	height: 14px;
	width: 14px;
}

.jp-audio.player-size-small .controls .speaker-icon {
	width: 13px;
}/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

.noticon {
	font-family: "Noticons" !important;
}