/* @override 
	http://somakat.local/wp-content/themes/getwid-somakat/css/mediaplayer.css?* */

#main .wp-playlist-light {
	background-color: rgba(255, 255, 255, .75);
	font-family: "Work Sans",sans-serif;
	padding: 30px;
	max-width: 600px;
	margin-top: 40px;
}

/* Captions - Track titles / subtitles, time */
.wp-playlist-light .wp-playlist-caption,
.wp-playlist-light .wp-playlist-item-length {
  
}

#main .wp-playlist-light .wp-playlist-current-item img {
	display: none;
}

/* Captions - Current track */
#main .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width:420px) {
	#main .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title {
		font-size: 24px;
		text-overflow: "-";
		overflow: visible;
		white-space: normal;
		line-height: 1em;
	}
}


/*.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title::before {
	content: "Now Playing: ";
	font-weight: 300;
}*/

.wp-playlist-light .wp-playlist-item-album {
  font-style: normal;
}

#main .wp-playlist-light .wp-playlist-item-artist {
  text-transform: none;
  opacity: .8;
}

/* Playlist items */

.wp-playlist-light .wp-playlist-caption,
.wp-playlist-light .wp-playlist-item-title {
	font-size: 16px;
}
#main .wp-playlist-light .wp-playlist-item-title {

}

#main .wp-playlist-light .wp-playlist-item {
  padding: 10px 10px;
  border-bottom-color: #efefef;
}

#main .wp-playlist-light .wp-playlist-item:last-child {
  
}

#main .wp-playlist-light .wp-playlist-playing {
  border-bottom-color: #db4e88;
  border-bottom-width: 3px;
  /*background-color: rgba(255, 255, 255, .5);*/
  background: none;
  background-color: rgba(100, 100, 100, .1);
}

#main .wp-playlist-light .wp-playlist-item-length {
  top: 10px;
}




/* Player background */
.mytheme-mejs-container.mejs-container,
#main .mejs-controls,
#main .mejs-embed,
#main .mejs-embed body {
  background-color: #efefef;
}

/* Player controls */
#main .mejs-button > button {
  background-image: url("/wp-content/themes/getwid-somakat/css/mejs-controls-dark.svg");
}

#main .mejs-time {
  color: #000000;
}

/* Progress and audio bars */

/* Progress and audio bar background */
#main .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#main .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #fff;
}

/* Track progress bar background (amount of track fully loaded)
  We prefer to style these with the main accent color of our theme */
#main .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(219, 78, 136, 0.075);
}

/* Current track progress and active audio volume level bar */
#main .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#main .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #60b4b9;
}

/* Reduce height of the progress and audio bars */
#main .mejs-time-buffering,
#main .mejs-time-current,
#main .mejs-time-float,
#main .mejs-time-float-corner,
#main .mejs-time-float-current,
#main .mejs-time-hovered,
#main .mejs-time-loaded,
#main .mejs-time-marker,
#main .mejs-time-total,
#main .mejs-horizontal-volume-total,
#main .mejs-time-handle-content {
  height: 4px;
}

#main .mejs-time-handle-content {
  top: -6px;
}

#main .mejs-time-total {
  margin-top: 7px;
}

#main .mejs-horizontal-volume-total {
  top: 18px;
}
#main .mejs-time-float {
	display: none !important;
}
#main .mejs-time-handle {
	display: none !important;
}
