.mejs-container {
	position: relative;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
}
.blog_audio.mejs-container {
	height: 40px !important;
}
.mejs-container.wp-audio-shortcode {
	height: 30px !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.blog_holder.masonry .mejs-container {
	border: none;
}
.mejs-mediaelement,
.qode_call_to_action.in_grid {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.me-plugin {
	position: absolute;
}
.mejs-embed,
.mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.mejs-fullscreen {
	overflow: hidden !important;
}
.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}
.mejs-clear {
	clear: both;
}
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.blog_holder.masonry .mejs-mediaelement {
	border: none;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.mejs-poster img {
	padding: 0;
	border: 0;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
}
.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 40px;
	border: 0;
}
.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 14px 15px 13px;
	padding: 0;
	position: absolute;
	width: 12px;
	height: 13px;
	border: 0;
	background: 0 0;
}
.mejs-controls .mejs-pause button,
.mejs-controls .mejs-play button,
.mejs-controls .mejs-stop button {
	background-repeat: no-repeat;
	background-position: center;
}
.no-svg .mejs-controls .mejs-button button {
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/controls.png);
}
.mejs-controls .mejs-button button:focus {
	outline: 0;
}
.mejs-container .mejs-controls .mejs-time {
	color: #000;
	display: block;
	height: 40px;
	width: auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 40px;
	display: block;
	float: left;
	margin: 0;
	width: auto;
}
.mejs-controls .mejs-play button {
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/play.png);
}
.mejs-controls .mejs-pause button {
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/pause.png);
}
.mejs-controls .mejs-stop button {
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/stop.png);
}
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	height: 8px;
	margin: 16px 15px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #ddd;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(
		-45deg,
		rgba(224, 222, 222, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(224, 222, 222, 0.15) 50%,
		rgba(224, 222, 222, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -webkit-gradient(
		linear,
		0 100%,
		100% 0,
		color-stop(0.25, rgba(224, 222, 222, 0.15)),
		color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(224, 222, 222, 0.15)),
		color-stop(0.75, rgba(224, 222, 222, 0.15)),
		color-stop(0.75, transparent),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		-45deg,
		rgba(224, 222, 222, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(224, 222, 222, 0.15) 50%,
		rgba(224, 222, 222, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -moz-linear-gradient(
		-45deg,
		rgba(224, 222, 222, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(224, 222, 222, 0.15) 50%,
		rgba(224, 222, 222, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -ms-linear-gradient(
		-45deg,
		rgba(224, 222, 222, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(224, 222, 222, 0.15) 50%,
		rgba(224, 222, 222, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		rgba(224, 222, 222, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(224, 222, 222, 0.15) 50%,
		rgba(224, 222, 222, 0.15) 75%,
		transparent 75%,
		transparent
	);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@-moz-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@-ms-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@-o-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
	margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #1abc9c;
	margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background-color: #1abc9c;
	cursor: pointer;
	top: 0;
	text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 36px;
	height: 15px;
	top: -35px;
	margin-left: -18px;
	text-align: center;
	color: #000;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	display: none;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}
.mejs-controls .mejs-time-rail span {
	width: 100%;
}
.mejs-container.wp-audio-shortcode,
.mejs-container.wp-audio-shortcode * {
	font-family: inherit;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #1abc9c;
}
.wp-audio-shortcode
.mejs-controls
.mejs-horizontal-volume-slider
.mejs-horizontal-volume-total,
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #ddd;
}
.mejs-container.wp-audio-shortcode,
.mejs-container.wp-audio-shortcode .mejs-controls,
.mejs-embed body,
.wp-audio-shortcode .mejs-embed {
	background: #fff;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail > span {
	width: calc(100% - 30px);
}
.wp-audio-shortcode
.mejs-controls
.mejs-horizontal-volume-slider
.mejs-horizontal-volume-current {
	top: 0;
	background-color: #1abc9c;
}
.wp-audio-shortcode .mejs-controls .mejs-replay button {
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/play.png);
}
.wp-audio-shortcode .mejs-time-rail .mejs-time-hovered.negative {
	display: none;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
	background: 0 0;
	margin-left: 0;
}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-volume-button {
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/sound.png);
	background-repeat: no-repeat;
	background-position: center;
}
.mejs-controls .mejs-unmute button {
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/mute.png);
	background-repeat: no-repeat;
	background-position: center;
}
.mejs-controls .mejs-volume-button {
	position: relative;
}
.mejs-controls .mejs-volume-button button {
	width: 18px;
	height: 16px;
	margin: 12px 6px 12px 11px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background-image: url(/wp-content/themes/bridge-child/assets/img/icons/sound.png);
	background-repeat: no-repeat;
	background-position: center;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	cursor: N-resize;
	margin: 0;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 40px;
	width: 45px;
	position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 16px;
	width: 35px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background-color: #ddd;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 16px;
	width: 40px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background-color: #1abc9c;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}
.me-cannotplay a {
	color: #fff;
	font-weight: 700;
}
.me-cannotplay span {
	padding: 15px;
	display: block;
}
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
