/* plyr player */

/* PIP Video and Audio */
.video_close_btn {
	position: absolute;
	float: left;
	right: 11px;
	z-index: 19;
	top: 1px;
	bottom: 0;
	margin-bottom: 37px;
	height: 15px;
	font-size: 27px;
	font-weight: 300;
	color: #000!important;
	opacity: 1;
}

.audio_close_btn {
	position: absolute;
	float: left;
	right: 11px;
	z-index: 19;
	top: 1px;
	bottom: 0;
	margin-bottom: 37px;
	height: 15px;
	font-size: 27px;
	font-weight: 300;
	color: #000 !important;
	opacity: 1;
}

.pip_audio{
	max-width: 375px;
	right: 0px;
	bottom: 68px;
	position: fixed;
	z-index: 100;
	background-color: #FFFFFF;
}

.pip_video{
	/*max-width: 320px;
	min-height: 100px;*/
	right: 11px;
	bottom: 72px;
	position: fixed;
	z-index: 100;
	background-color: #FFFFFF;
}

.pip_video .plyr--video
{
	min-width: 80px;
}

.pip_audio .flex-parent {
  display: flex;
  align-items: center;
}

.pip_video .flex-parent {
  display: flex;
  align-items: center;
  /*min-height: 100px;*/
}

.pip_audio .long-and-truncated-with-child-corrected {
  flex: 1;
  min-width: 225px;
  padding-right: 10px;
  padding-left: 10px;
}

.pip_video .long-and-truncated-with-child-corrected {
  flex: 1;
  min-width: 190px;
  padding: 10px;
}

.pip_video .plyr__volume, .pip_video .plyr__controls .plyr__controls__item.plyr__time
{
	display: none;
}

.pip_audio .long-and-truncated-with-child-corrected h6, .pip_audio .long-and-truncated-with-child-corrected span, .pip_video .long-and-truncated-with-child-corrected h6, .pip_video .long-and-truncated-with-child-corrected span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shadowpip 
{
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.pip_audio .plyr--audio .plyr__controls
{
	padding: 0px !important;
}
.pip_video .plyr--fullscreen-enabled [data-plyr=fullscreen]
{
	display: none;
}

@media (max-width: 783px) {
	.pip_video{
		/*max-width: 200px;
		min-height: 100px;*/
		right: 10px;
		bottom: 16px;
		position: fixed;
		z-index: 100;
		background-color: #FFFFFF;
	}

	.pip_audio{
		max-width: 375px;
		right: 0px;
		bottom: 33px;
		position: fixed;
		z-index: 100;
		background-color: #FFFFFF;
}
}
/* PIP Video and Audio */