/*
GRAY	#666666
WHITE	#ffffff
*/

#clevrPlayer {
	width: 100%;
	box-shadow: 0px 0px 8px 0px #FFF;
}
.vjs-clevr .vjs-poster {
  background-size: cover;
}
.vjs-clevr .vjs-big-play-button,
.vjs-clevr:hover .vjs-big-play-button,
.vjs-clevr .vjs-icon-placeholder,
.vjs-clevr:hover .vjs-icon-placeholder {
  /* background-color: rgba(255,217,40,0.4); */
  /* background-color: #001e44; */
  background-color: rgba(255,255,255,0.3);
  color: #ffffff;
}
/* .vjs-clevr .vjs-volume-level, */
/* .vjs-clevr .vjs-play-progress, */
/* .vjs-clevr .vjs-slider-bar, */
.vjs-clevr .vjs-control {
  background: #ffffff;
  background-color: rgba(102,102,102,0.5);
  color: #ffffff;
}
.vjs-clevr .vjs-volume-bar {
  background-color: rgba(255,255,255,0.5);
}
.vjs-clevr .vjs-big-play-button .vjs-icon-placeholder { font-size: 3em; }
.vjs-clevr .vjs-big-play-button {
	/* border: 3px solid #ffffff; */
	border: 0px;
	font-size: 3em;
	line-height: 3em;
	height: 3em;
	width: 3em;
	margin-top: -1.5em;
	border-radius: 50%;
}
.vjs-clevr:hover .vjs-big-play-button {
	/* border: 3px solid #ffffff; */
    background-color: rgba(255,255,255,0.5);
}
.vjs-icon-play:before, 
.video-js .vjs-play-control .vjs-icon-placeholder:before,
 .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: "\f102";
}
.vjs-clevr .clevr-title {
	background: none;
	color: #fff;
	font-size: 2.2em;
	text-shadow: 2px 2px 4px #000;
	padding: 0.5em;
	text-align: left;
}
.vjs-clevr .clevr-bug {
	background-color: rgba(255,0,0,0.8);
	color: #fff !important;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 0.5em;
	margin: 10px 10px 0px 0px;
}
.vjs-clevr .vjs-seek-to-live-control {
	/* background-color: inherit; */
	padding-left: 1.25em;
}
.vjs-clevr .vjs-icon-placeholder, .vjs-clevr .vjs-icon-placeholder:hover {
	background-color: inherit;
}
.vjs-clevr:hover .vjs-icon-placeholder {
	background-color: inherit;
}
.vjs-clevr .vjs-seek-to-live-control:hover {
	background-color: rgba(255,255,255,0.3);
}

.vjs-clevr .vjs-control-bar .vjs-chapters-button .vjs-menu ul.vjs-menu-content li.vjs-menu-item {
	text-align: left;
	justify-content: initial;
	padding: 0.2em;
	text-transform: none;
	font-size: 0.8em;
	line-height: 1em;
}

.vjs-clevr .vjs-control-bar .vjs-chapters-button .vjs-menu ul.vjs-menu-content li.vjs-menu-title {
	line-height: 1.25em;
	margin: 0em !important;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.vjs-clevr .vjs-big-play-button .vjs-icon-placeholder { font-size: 2em; }
	.vjs-clevr .vjs-big-play-button {
		font-size: 2em;
		line-height: 2em;
		height: 2em;
		width: 2em;
		margin-top: -1em;
	}
	.vjs-clevr .clevr-title {
		font-size: 1.2em;
		padding: 0.4em;
	}
	.vjs-clevr .clevr-bug {
		font-size: 0.8em;
		padding: 0.4em;
		margin: 6px 6px 0px 0px;
	}
	.vjs-clevr .vjs-overlay-top-left {
		max-width: 65%;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.vjs-clevr .vjs-big-play-button .vjs-icon-placeholder { font-size: 2.5em; }
	.vjs-clevr .vjs-big-play-button {
		font-size: 2.5em;
		line-height: 2.5em;
		height: 2.5em;
		width: 2.5em;
		margin-top: -1.25em;
	}
	.vjs-clevr .clevr-title {
		font-size: 1.6em;
		padding: 0.4em;
	}
	.vjs-clevr .clevr-bug {
		font-size: 1em;
		padding: 0.4em;
		margin: 10px 10px 0px 0px;
	}
	.vjs-clevr .vjs-overlay-top-left {
		max-width: 75%;
	}
}
