/*----------------------------------------------------------------------------------------------
 *
 *	Global
 *
 *--------------------------------------------------------------------------------------------*/
.mejs-broadcast {
	display: none;
}

.mejs-time-rail span:nth-child(2) {
	display: block !important;
}
 
/*----------------------------------------------------------------------------------------------
 *
 *	Logo
 *
 *--------------------------------------------------------------------------------------------*/
.mejs-logo {
	position: absolute;	
	width: auto !important;
	height: auto !important;
	max-width: 150px;
	z-index: 9;
	cursor: pointer;
}

.mejs-logo img {
	display: block;
	opacity: 0.5;
}

.mejs-logo:hover img {
	opacity: 1;
}

.mejs-logo-topleft {
	top: 0;
	left: 0;
}

.mejs-logo-topright {
	top: 0;
	right: 0;
}

.mejs-logo-bottomleft {
	bottom: 40px;
	left: 0;
}

.mejs-logo-bottomright {
	bottom: 40px;
	right: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Privacy
 *
 *--------------------------------------------------------------------------------------------*/
.wpve-privacy-wrapper {
	position: relative;
}

.wpve-privacy {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	z-index: 9;
}

.mejs-privacy {
	color: #FFF;
	text-align: center;
	z-index: 999;
}

.wpve-privacy-consent-block,
.mejs-privacy-consent-block {
	margin: 15px;
	padding: 15px;
	background: #000;
	border-radius: 3px;
	opacity: 0.9;
}

.wpve-privacy-consent-block {
	position: relative;
    top: 50%;
    transform: translateY( -50% );
    -ms-transform: translateY(- 50% );
    -webkit-transform: translateY( -50% );
}

.wpve-privacy-consent-button,
.mejs-privacy-consent-button {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #F00;
	border-radius: 3px;
	cursor: pointer;
}

.wpve-privacy-consent-button:hover,
.mejs-privacy-consent-button:hover {
	opacity: 0.8;
}

.wpve-privacy-wrapper p {
	display: none;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Context Menu
 *
 *--------------------------------------------------------------------------------------------*/
.mejs-contextmenu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #333;
	z-index: 9999999999; /* make sure it shows on fullscreen */
}

.mejs-contextmenu-item {
	margin: 0;
	padding: 8px 12px;
	font-size: 12px;
	color: #222;		
	white-space: nowrap;
	cursor: pointer;
}