.mejs-container {
	clear: both !important;
	max-width: 100% !important;
}

.mejs-container * {
	font-family: Helvetica, Arial !important;
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: #222 !important;
}

.mejs-time {
	font-weight: normal !important;
	word-wrap: normal !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	display: table;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0073aa !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33) !important;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0 !important;
}

.mejs-overlay-loading {
	background: transparent !important;
}

/* Override theme styles that may conflict with controls. */
.mejs-controls button:hover {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.me-cannotplay {
	width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
	display: inline-block !important;
	max-width: 400px !important;
}

.audio-details .embed-media-settings {
	overflow: visible !important;
}

.media-embed-details .embed-media-settings .setting span {
	max-width: 400px !important;
	width: auto !important;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
	display: inline-block !important;
}

.media-embed-details .embed-media-settings {
	padding-top: 0 !important;
	top: 28px !important;
}

.media-embed-details .instructions {
	padding: 16px 0 !important;
	max-width: 600px !important;
}

.media-embed-details .setting p,
.media-embed-details .setting .remove-setting {
	color: #a00 !important;
	font-size: 10px !important;
	text-transform: uppercase !important;
}

.media-embed-details .setting .remove-setting {
	padding: 0 !important;
}

.media-embed-details .setting a:hover {
	color: #dc3232 !important;
}

.media-embed-details .embed-media-settings .checkbox-setting {
	float: none !important;
	margin: 0 0 10px !important;
}

.wp-video {
	max-width: 100% !important;
	height: auto !important;
}

.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
	margin-top: 18px !important;
}

video.wp-video-shortcode,
.wp-video-shortcode video {
	max-width: 100% !important;
	display: inline-block !important;
}

.video-details .wp-video-holder {
	width: 100% !important;
	max-width: 640px !important;
}

.wp-playlist {
	border: 1px solid #ccc !important;
	padding: 10px !important;
	margin: 12px 0 18px !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.wp-admin .wp-playlist {
	margin: 0 0 18px !important;
}

.wp-playlist video {
	display: inline-block !important;
	max-width: 100% !important;
}

.wp-playlist audio {
	display: none !important;
	max-width: 100% !important;
	width: 400px !important;
}

.wp-playlist .mejs-container {
	margin: 0 !important;
	max-width: 100% !important;
}

.wp-playlist .mejs-controls .mejs-button button {
	outline: 0 !important;
}

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

.wp-playlist-dark {
	color: #fff !important;
	background: #000 !important;
}

.wp-playlist-caption {
	display: block !important;
	max-width: 88% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.wp-playlist-item .wp-playlist-caption {
	text-decoration: none !important;
	color: #000 !important;
	max-width: -webkit-calc(100% - 40px) !important;
	max-width: calc(100% - 40px) !important;
}

.wp-playlist-item-meta {
	display: block !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.wp-playlist-item-title {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.wp-playlist-item-album {
	font-style: italic !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.wp-playlist-item-artist {
	font-size: 12px !important;
	text-transform: uppercase !important;
}

.wp-playlist-item-length {
	position: absolute !important;
	right: 3px !important;
	top: 0 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.rtl .wp-playlist-item-length {
	left: 3px !important;
	right: auto !important;
}

.wp-playlist-tracks {
	margin-top: 10px !important;
}

.wp-playlist-item {
	position: relative !important;
	cursor: pointer !important;
	padding: 0 3px !important;
	border-bottom: 1px solid #ccc !important;
}

.wp-playlist-item:last-child {
	border-bottom: 0 !important;
}

.wp-playlist-light .wp-playlist-caption {
	color: #333 !important;
}

.wp-playlist-dark .wp-playlist-caption {
	color: #ddd !important;
}

.wp-playlist-playing {
	font-weight: bold !important;
	background: #f7f7f7 !important;
}

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

.wp-playlist-dark .wp-playlist-playing {
	background: #000 !important;
	color: #fff !important;
}

.wp-playlist-current-item {
	overflow: hidden !important;
	margin-bottom: 10px !important;
	height: 60px !important;
}

.wp-playlist .wp-playlist-current-item img {
	float: left !important;
	max-width: 60px !important;
	height: auto !important;
	margin-right: 10px !important;
	padding: 0 !important;
	border: 0 !important;
}

.rtl .wp-playlist .wp-playlist-current-item img {
	float: right !important;
	margin-left: 10px !important;
	margin-right: 0 !important;
}

.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.wp-audio-playlist .me-cannotplay span {
	padding: 5px 15px !important;
}
