/*
 * @version		$Id: yendifvideoshare.css 1.2.7 07-03-2019 $
 * @package		Yendif Video Share
 * @copyright   Copyright (C) 2014-2019 Yendif Technologies PVT Ltd
 * @license     GNU/GPL http://www.gnu.org/licenses/gpl-2.0.html
*/

/**************************************************************************
 GENERAL
/*************************************************************************/
.yendif-video-share .radio,
.yendif-video-share .checkbox {
	padding-left: 0;
}

.yendif-video-share .radio input[type="radio"],
.yendif-video-share .checkbox input[type="checkbox"] {
	margin: 2px;
}

.yendif-video-share .yendif-block {
	display: block;	
}

.yendif-video-share .yendif-margin-right {
	margin-right: 5px;
}

.yendif-video-share .yendif-margin-bottom {
	margin-bottom: 9px;
}

.yendif-responsive-media {
	position: relative !important;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 56.25%;
}

.yendif-responsive-media object,
.yendif-responsive-media embed,
.yendif-responsive-media iframe,
.yendif-responsive-media img {
	position: absolute !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	margin: auto !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}

.yendif-responsive-media .yendif-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	z-index: 2;
}

.yendif-no-permission-content {
	position: absolute;
	width: 100%;
	height: 50px;
	margin: auto;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333333;
	color: #EEE;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	z-index: 3;
}

.yendif-thumbnail {
	position: relative;
	display: block;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 56.25%;
}

.yendif-thumbnail .yendif-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 1;
}



.yendif-thumbnail .yendif-play-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	margin: -15px 0px 0px -15px;
	padding: 0px;
	top: 50%;
	left: 50%;
	z-index: 2;
}

.yendif-thumbnail .yendif-duration {
	position: absolute;
	padding: 2px 5px;
	right: 0;
	bottom: 0;
	background-color: #666;
	color: #FFF;
	font-size: 11px;
	z-index: 3;
}

.yendif-video-share .caption h4 {
	margin: 8px 0;
	font-weight: normal;
}

.yendif-video-share.video form {
	margin: 0;
}

.yendif-video-share .yendif-upload-preloader,
.yendif-video-share .yendif-upload-success,
.yendif-video-share .yendif-upload-failed {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
}

.yendif-video-share .yendif-upload-preloader {
	background:url('../images/spinner.gif') no-repeat center center;
}

.yendif-video-share .yendif-upload-success {
	background:url('../images/tick.png') no-repeat center center;
}

.yendif-video-share .yendif-upload-failed {
	background:url('../images/publish_x.png') no-repeat center center;
}

.yendif-video-share .yendif-preloader {
	display: inline-block;
	background :url('../images/spinner.gif') no-repeat center center;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

/**************************************************************************
 POPUP
/*************************************************************************/
.yendif-video-share-popup .mfp-content {
	border:10px solid #fcfcfc;
	border-radius:5px;	
	z-index: 999999 !important;
}

.yendif-video-share-popup .mfp-content .mfp-iframe-scaler {
	position: relative;
}

.yendif-video-share-popup .mfp-iframe-scaler iframe {
	background:  url('../images/loader.gif') no-repeat center #000000;
}

.yendif-video-share-popup .mfp-title-bar {		
	background:#fcfcfc !important;		
	right:0;	
	position: relative !important;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
	z-index:999999;
	height:auto;
}

.yendif-video-share-popup .mfp-title-bar h2 {
	margin: 0 !important;	
	color: #000000 !important;
	line-height: 40px !important;
	word-break: break-all;
}

.yendif-video-share-popup .mfp-close {		
	color: transparent !important;
	background: url('../images/close.png') no-repeat !important;
	width: 16px !important;
	height: 18px !important;
	line-height: 0 !important;		
	top:0 !important;
	right: 0 !important;		
	cursor:pointer;
}

.yendif-video-share-popup .mfp-arrow {	
	background: url('../images/arrows.png') no-repeat center 30px !important;	
	margin-top: -44px !important;			
}

.yendif-video-share-popup .mfp-arrow:hover {
	background-position: center -370px !important;
}

.yendif-video-share-popup .mfp-arrow.mfp-arrow-right {
	background-position: center -170px !important;
}

.yendif-video-share-popup .mfp-arrow.mfp-arrow-right:hover {
	background-position: center -580px !important;
}

.yendif-video-share-popup .mfp-arrow:before,
.yendif-video-share-popup .mfp-arrow:after,
.yendif-video-share-popup .mfp-arrow .mfp-b
.yendif-video-share-popup .mfp-arrow .mfp-a {
	display: none !important;
}

.yendif-video-share-popup .mfp-bottom-bar {
	margin-top:11px !important;	
}

.yendif-video-share-popup .mfp-bottom-bar .mfp-counter {	
	color: #e1f5fe !important;	
	text-align:center;
	left:0;
	margin-top: 10px;
}

.yendif-video-share-popup .mfp-iframe-holder .mfp-content {
	max-width: 71% !important;
}

.yendif-video-share-popup .mfp-container,
.yendif-video-share-popup.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.yendif-video-share-popup.mfp-ready .mfp-container {
    opacity: 1;
}
.yendif-video-share-popup.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.yendif-video-share-popup.mfp-removing .mfp-container, 
.yendif-video-share-popup.mfp-removing.mfp-bg {
	opacity: 0;
}

@media only screen and (max-width : 1024px) {
	.yendif-video-share-popup .mfp-title-bar h2 {
		font-size: 17px !important;
		line-height: 25px !important;
	}
}

/**************************************************************************
 RATINGS
/*************************************************************************/
.yendif-ratings,
.yendif-ratings-small {
	margin: 0;
	padding: 0;	
}

.yendif-ratings-stars {
	position: relative;
	display: inline-block;
	width: 110px;
    margin: 0 !important;
    padding: 0 !important;  
	font-size: 1em;      
    vertical-align: middle;
	overflow: hidden;
}

.yendif-ratings-info {
	position: relative;
    margin: 0 !important;
    padding: 0 0 0 10px !important;  
	font-size: .9em; 
	color: #666;
    vertical-align: middle;	
}

.yendif-ratings-stars,
.yendif-ratings-stars .yendif-current-ratings,
.yendif-ratings-star a,
.yendif-ratings-info {
    height: 22px;
    line-height: 22px;
}

.yendif-ratings-small .yendif-ratings-stars,
.yendif-ratings-small .yendif-ratings-stars .yendif-current-ratings,
.yendif-ratings-small .yendif-ratings-star a,
.yendif-ratings-small .yendif-ratings-info {
    height: 17px;
    line-height: 17px;
}

.yendif-ratings-small .yendif-ratings-stars {
    width: 85px;
}

.yendif-ratings-star {
	display: inline;
    background-position: 0 !important;
    background-image: none;    
    margin: 0 !important;
    padding: 0 !important;
}

.yendif-ratings-stars,
.yendif-ratings-star a:hover,
.yendif-ratings-stars .yendif-current-ratings {
    background-image: url(../images/star.png) !important;
    background-color: transparent !important;
    background-repeat: repeat-x !important;
}

.yendif-ratings-stars .yendif-current-ratings,
.yendif-ratings-star a:hover {
    background-position: left -1000px;
}

.yendif-ratings-small .yendif-ratings-stars,
.yendif-ratings-small .yendif-ratings-stars .yendif-current-ratings,
.yendif-ratings-small .yendif-ratings-star a:hover {
    background-image: url(../images/star_small.png) !important;
}

.yendif-ratings-stars .yendif-current-ratings,
.yendif-ratings-star a {
	position: absolute;    
    top: 0;
    left: 0;    
	border: medium none;
    text-indent: -1000em !important;
    outline: none;
    overflow: hidden;
	cursor: pointer;
}

.yendif-ratings-stars .yendif-current-ratings {
    background-position: left center;
    z-index: 1;
}

.yendif-ratings-star a {
    margin: 0;
    padding: 0;
}

.yendif-ratings-star a:hover {
    background-position: left bottom !important;
}

.yendif-ratings-star a:focus,
.yendif-ratings-star a:active {
    background: none !important;
}

.yendif-ratings-star a.yendif-star-5 {
    width: 10%;
    z-index: 12;
}

.yendif-ratings-star a.yendif-star-10 {
    width: 20%;
    z-index: 11;
}

.yendif-ratings-star a.yendif-star-15 {
    width: 30%;
    z-index: 10;
}

.yendif-ratings-star a.yendif-star-20 {
    width: 40%;
    z-index: 9;
}

.yendif-ratings-star a.yendif-star-25 {
    width: 50%;
    z-index: 8;
}

.yendif-ratings-star a.yendif-star-30 {
    width: 60%;
    z-index: 7;
}

.yendif-ratings-star a.yendif-star-35 {
    width: 70%;
    z-index: 6;
}

.yendif-ratings-star a.yendif-star-40 {
    width: 80%;
    z-index: 5;
}

.yendif-ratings-star a.yendif-star-45 {
    width: 90%;
    z-index: 4;
}

.yendif-ratings-star a.yendif-star-50 {
    width: 100%;
    z-index: 3;
}

/**************************************************************************
LIKES & DISLIKES
/*************************************************************************/
.yendif-likes-dislikes,
.yendif-likes-dislikes span {
	display: inline-block;
	text-shadow: none;
	line-height: 14px !important;
	vertical-align: middle;
}

.yendif-like-btn,
.yendif-dislike-btn {
	display: inline-block;
	margin-right: 3px;
	padding: 3px 6px;
	background-color: #787869;
	color: #F2F2F2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	cursor: pointer;
}

.yendif-like-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/like.png');
}

.yendif-like-icon.active {
	background: url('../images/like_active.png');
}

.yendif-dislike-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/dislike.png');
}

.yendif-dislike-icon.active {
	background: url('../images/dislike_active.png');
}

.yendif-like-dislike-divider {
	display: inline-block;
	width: 1px;
	height: 16px;
	margin: 0 5px;
	background-color: darkgray;
}

.yendif-like-count,
.yendif-dislike-count {
	display: inline-block;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
}

/****---- GDPR Consent POPUP ------- background: #999;opacity: 0.8;***/
.gdpr-consent-overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	background-color: #43333391;
	overflow: auto;
}

.gdpr-consent-overlay .gdpr-overlay-content{
	color: white;
    background: black;
    margin: auto;
    width: 60%;
    padding: 15px;
	border-radius: 6px;
	position:relative;
}

.gdpr-consent-overlay .gdprcookie-intro h1{
    color: #fff;
    font: bold 17px Quicksand,sans-serif;
	text-align: center;
}

.gdpr-consent-overlay .gdprcookie-intro p{
    line-height: 16px;
    font-size: 15px;
    text-align: center;
}

.gdprcookie-buttons {
	padding: 10px;
}

.gdpr-consent-overlay .gdprcookie-buttons button{
	border: none;
    background: red;
    color: white;
    font-size: 13px;
    padding: 10px;
    border-radius: 3px;
    margin:auto;
  	display:block;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.gdpr-consent-overlay .gdprcookie-buttons button:hover{
	background: red;
    color: white;
    transition: all 0.3s ease-in;
}

@media only screen and  (max-width: 720px) {

	.gdpr-consent-overlay .gdpr-overlay-content {
		width:80%;
	}

}

@media only screen and  (max-width: 480px) {

	.gdpr-consent-overlay .gdpr-overlay-content{
		width:100%;
		height:100%
	}
	
	.gdpr-consent-overlay .gdpr-overlay-content,
	.gdprcookie-intro,
	.gdprcookie-buttons {
		padding-top: 7px;;
	}
	
	.gdpr-consent-overlay .gdprcookie-buttons button {
		padding:5px;
	}
	
	.gdpr-consent-overlay .gdprcookie-intro p,
	.gdpr-consent-overlay .gdprcookie-intro h1 {
		font-size: 10px;
		line-height: 13px;
	}

}


/**************************************************************************
 Video.js
/*************************************************************************/

.yendifplayers {
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25%;
}
.yendifplayesr object, .yendifplayers embed, .yendifplayers iframe, .yendifplayers video {
    position: absolute !important;
    margin: 0px !important;
    padding: 0px !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/** Playlist **/
.yendif-playlist-container{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yendif-playlist-container {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.yendif-playlist-container .yendif-playlist-player {
	-webkit-box-flex: 0;
}

.yendif-playlist-container .vjs-playlist {
	-webkit-box-flex: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.yendif-playlist-container .vjs-playlist {
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.vjs-playlist.bottom {
	position: relative;
	width: 100% !important;
}

.vjs-playlist {
	position: absolute;
	margin: 0;
	padding: 0;
    top: 0;
    right: 0px;
	background-color: #333;
    color: #fff;
}

.vjs-playlist.bottom {
	position: relative;
	width: 100% !important;
}

.vjs-playlist-vertical {
	overflow-x: hidden;
    overflow-y: auto;
}

.vjs-playlist .vjs-playlist-item-list {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.vjs-playlist .vjs-playlist-item {
    position: relative;
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #141414;    
    cursor: pointer;
    overflow: hidden;
}

.vjs-playlist .vjs-playlist-item.first {
	border-top: none;
}

.vjs-playlist .vjs-playlist-item:hover,
.vjs-playlist .vjs-playlist-item.vjs-selected {
	background-color: #030303;
	color: #999;
}

.vjs-playlist .vjs-playlist-item:focus {
	outline: none !important;
}

.vjs-playlist-thumbnail {
	display: block;
    position: relative;
    width: 100%;
    min-height: 30px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.vjs-playlist-thumbnail img {
	float: left;
    position: relative;
	width: 75px;
    height: 50px;
    margin: 7px 0px 7px 7px;
    background-color: #010101;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;   
}

.vjs-playlist-thumbnail img:empty {
	background: url( '../images/placeholder.jpg' );
	background-size: contain;
}

.vjs-playlist-title-container {
	margin-left: 84px;
    padding: 3px;
}

.vjs-playlist-title-container cite.vjs-playlist-name,
.vjs-playlist-title-container .vjs-playlist-description {
	padding: 3px;
    line-height: 16px;
}

.vjs-playlist-title-container .vjs-playlist-name {
	color: #CCC;
}

.vjs-playlist-title-container .vjs-playlist-description {
	color: #999;
}

.vjs-playlist-now-playing-text,
.vjs-up-next-text {
	display:none !important;
}

.vjs-playlist time.vjs-playlist-duration {
	position: absolute;   
    padding: 2px 4px;
    top: 7px;
    left: 7px;
	background: #181818;
    background: rgba( 0, 0, 0, 0.8 );
    color: #DDD;
    font-size: 10px;
    font-weight: bold;
}


/** Playlist **/
.vjs-playlist.white {
	background-color: #fff;
}

.vjs-playlist.white cite {
	color: #454545;
}

.vjs-playlist.white .vjs-playlist-item {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;    
}

.vjs-playlist.white .vjs-playlist-item.vjs-selected,
.vjs-playlist.white .vjs-playlist-item:hover {
	background-color: #EEE;
}

.vjs-playlist.white .vjs-playlist-item.vjs-selected {
	border-top: none;
}

/*.vjs-youtube-mobile .vjs-poster {
	display: none;
}

.vjs-youtube-mobile .vjs-big-play-button,
.vjs-youtube-mobile .vjs-resize-manager {
	 display: none !important;
}
*/

/**************************************************************************
 Media Queries
/*************************************************************************/

@media only screen and  (max-width: 480px) {
	
	.vjs-playlist {
		position: relative !important;
		width: 100% !important;
	}
	
	.yendif-playlist-player {
		width: 100% !important;
	}

}

