/* Update color scheme */
:root {
	--primecolor: #0041D9;
	--light: #ffffff;
	--dark: #1a1a1a
	--transparent: rgba(0,0,0,0);
}

/**********************************
Custom font made from Font Awesome
**********************************/

@font-face {
    font-family: 'wptv_startup';
    src: url('../fonts/wptv_startup.eot?32881450');
    src: url('../fonts/wptv_startup.eot?32881450#iefix') format('embedded-opentype'), url('../fonts/wptv_startup.woff2?32881450') format('woff2'), url('../fonts/wptv_startup.woff?32881450') format('woff'), url('../fonts/wptv_startup.ttf?32881450') format('truetype'), url('../fonts/wptv_startup.svg?32881450#wptv_startup') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "wptv_startup";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play:before {
    content: '\e800';
}

.icon-right-open:before {
    content: '\e801';
}

.icon-left-open:before {
    content: '\e802';
}

.icon-down-open:before {
    content: '\e803';
}

 .icon-content-lock:before {
    content: '\1f512';
}

.icon-right-dir:before {
    content: '\e804';
}

.icon-cancel:before {
    content: '\e805';
}

.icon-ellipsis2:before {
    content: '\e806';
}

.icon-angle-left:before {
    content: '\f104';
}

.icon-angle-right:before {
    content: '\f105';
}

.icon-ellipsis:before {
    content: '\f141';
}
.icon-download:before {
     content: '\f019'; 
}

/***********************************
 End Custom font made from Font Awesome 
************************************/

/* Not Skin Specific */
.wptv .wptv_main {
    position: relative;
}

.wptv .wptv_clearfix {
    clear: both !important;
}

.wptp-flip-h {
    -moz-transform: scale(-1, 1) !important;
    -webkit-transform: scale(-1, 1) !important;
    -o-transform: scale(-1, 1) !important;
    -ms-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important;
    display: inline-block;
}

.wptv_center {
    width: min-content !important;
    margin: 0 auto !important;
    text-align: center;
}

.wptv span.wptv_play_button,
.wptv span.wptv_back_button {
	display:inline-block;
    border: 0 !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    height: 32px !important;
    line-height: 22px !important;
    font-size: 16px !important;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.wptv span.wptv_play_button button,
.wptv span.wptv_back_button button {
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: inherit;
    text-transform: inherit;
    outline: none;
    vertical-align: initial;
}

.container {
    /* Override Bootstrap */
    width: 100% !important;
}


.wptv .wptv_cat_title {
    padding: 0;
	padding-left: calc(5% - 10px);
    font-weight: 700 !important;
    margin-bottom: 11px !important;
}

.wptv .wptv_cat_title span:nth-of-type(1) {
    line-height: 1.5x !important;
}

.wptv_aspect-ratio-box {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.wptv.wptv_template {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wptv.wptv_template .details {
	padding: 15px 0 25px;
	color:var(--light);
}

.wptv.wptv_template .details h1 {
	margin:0 0 10px;
}

.wptv.wptv_template .details p {
	margin:0;
}

.wptv_aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Skin 1 */

.recommended-videos-container {
/* 	padding:0 25px;
	border:1px solid rgba(255,255,255,0.25);
	backdrop-filter: blur(10px);
	border-radius:10px; */
}
.recommended-videos-wrapper {
	overflow:hidden;
}
.recommended-videos-container .wptv.wptv_category-container {
	overflow:visible!important;
}

.wptv .wptv-background {
    height: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    padding-top: 56.25% !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 3px;
    position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}

.wptv .wptv-background::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 4.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wptv .wptv-background:hover::after {
  opacity: 0.5;
}

.wptv a.wptv_video-slide {
    display: block !important;
    text-decoration: none !important;
    color: transparent !important;
}

.wptv a.wptv_video-slide:hover {
    cursor: pointer !important;
}

.wptv.wptv_category-container {
	padding: 20px 10px;
    overflow: hidden !important;
}

.wptv .wptv_video-slide-details {
	text-align: center !important;
	color: var(--light) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	position: absolute !important;
	width: 100% !important;
	height:100%;
	top: 50% !important;
	left: 0 !important;
	transform: translateY(-50%);
}

.wptv .wptv_overlay2 {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;
	z-index:999;
}

.wptv .wptv_video-details {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color:#fff;
	padding:20px 30px;
}
.wptv_details_title {
	font-size:16px;
	line-height:120%;
	width:100%;
	display:block;
}

.wptv_year-rating-genres {
	display: flex;
	flex-wrap: wrap;
	gap:5px;
	align-items:center;
	line-height:110%;
	font-size:13px;
}
.wptv_details_duration {
	display:block;
	width:100%;
}
.wptv_details_rating {
	display:inline-block;
	padding:2px 3px;
	border-radius:3px;
	background:#ccc;
	color:#1a1a1a;
	font-weight:bold;
}
.wptv_details_genres {
	text-transform:capitalize;
}

.wptv h4.wptv_vid_title {
    margin-bottom: 10px !important;
    padding: 15px !important;
}

.video-number {
	position: absolute;
    z-index: 99;
    bottom: -5px;
    right: 15px;
	letter-spacing:-15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12vw;
    line-height: 82%;
    font-family: 'Poppins';
    font-weight: bold;
    text-stroke: 2px rgba(255, 255, 255, 0.5);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
}

.wptv .wptv_video-slide-details h4 {
    margin: 0 auto !important;
    font-weight: 500 !important;
    font-size: 14px !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	text-align:center;
	left:0;
	right:0;
	display:block;
}

.wptv .wptv_show-vs-drop {
    font-size: 30px !important;
    line-height: 20px !important;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.wptv .wptv_video-slide .wptv_overlay:hover {
    opacity: 1 !important;
	color:#fff;
}

.wptv .wp_tv_startup-video-description-drop {
    width: 100% !important;
	height:auto;
}

.wptv .wptv_drop-display {
    background:transparent!important;
	border:1px solid rgba(255,255,255,0.25);
	border-radius:8px;
	backdrop-filter: blur(15px);
    margin: 20px auto 0;
    width: 1300px;
	max-width:100%;
    height: 100%;
	overflow:hidden;
}

.wptv_dropdown_container {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:40px;
}

.wptv_drop-thumbnail {
	width:500px;
	max-width:100%;
	border-radius:8px;
	overflow:hidden;
}


@media only screen and (max-width:600px) {
    .wptv .wptv_drop-display {
        background-size: 150% !important;
    }
}
@media (max-width: 767px) {
	.e-con.e-flex {--flex-wrap:no-wrap!important;} /*Fix skin 2 mobile view*/
}
@media only screen and (max-width: 768px) {
	.recommended-videos-container {
		padding:0 15px;
	}
}


/*** Slick Slider ***/
.wptv .slick-slider {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

.wptv .video-list-slider {
    overflow: visible !important;
}

.wptv .slick-arrow {
	height:40px;
	width:40px;
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    cursor: pointer !important;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:50%;
	opacity:0.75;
}

.wptv button.slick-arrow.slick-override:before {
	display:none;
}
.wptv button.slick-arrow.slick-override i {
	font-size:20px;
	color:#fff;
}

.wptv button.slick-next.slick-override {
    right: -5px !important;
	background:#000!important;
}

.wptv button.slick-prev.slick-override {
    left: -5px !important;
	background:#000!important;
}

.wptv button.slick-next.slick-override:hover, .wptv button.slick-prev.slick-override:hover {
	background:var(--primecolor)!important;
}

.wptv .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wptv .slick-slide {
    margin: 0 10px !important;
	padding: 5px 0;
}

.wptv .slick-slide .wptv_video-slide {
    transition: transform .2s !important;
}

.wptv .slick-slide .wptv_video-slide:hover {
    transform: translate3d(0, 0, 0) scale(1.03) !important;
    z-index: 4 !important;
}

.wptv .slick-list {
    position: relative !important;
    display: block !important;
	margin:0 15px!important;
}

.wptv .wptv_video-slide {
    position: relative !important;
    float: left !important;
    z-index: 3 !important;
}

.wptv .slick-slider {
    overflow: visible !important;
}

.wptv .slick-next::before,
.wptv .slick-prev::before {
    content: none !important;
}
/* end slick slider */


/* Skin 1 and 2 */
.wptv .wptv_overlay {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
}

.wptv .wptv_close-video-drop {
    font-size: 25px !important;
    top: 10px !important;
    cursor: pointer !important;
    z-index: 20 !important;
    display: block !important;
    position: absolute !important;
    right: 10px !important;
	margin:0!important;
}
.wptv .wptv_close-video-drop:hover {
	opacity:0.75;
}

.wptv .wptv_drop-details {
	width:calc(100% - 525px);
	max-height:450px;
	overflow:overlay;
}
.wptv .wptv_play {
	margin-bottom:25px;
}
.wptv .wptv_play .wptv_play_button {
	border:1px solid var(--primecolor)!important;
}
.wptv .wptv_play .wptv_play_button:hover {
	border:1px solid var(--light)!important;
	color:var(--light);
	background:transparent!important;
}

.wptv .wptv_dd_title {
    margin-right: 25px !important;
}

.wptv_yrg-skin-3 {display:flex;flex-wrap:wrap;align-items:center; margin-bottom:15px; gap:5px; font-size:14px; color:#fff;}
.wptv_yrg-skin-3 .wptv_dd_year {font-weight:500; line-height:100%;}
.wptv_yrg-skin-3 .wptv_dd_rating {font-weight:bold; line-height:100%; padding:1px 3px; border-radius:3px; display:inline-block; background:#ccc; color:var(--dark);}
.wptv_yrg-skin-3 .wptv_dd_genres {text-transform:capitalize; line-height:100%;}

@media (max-width:600px) {
    .wptv .wptv_dd_title {
        margin-right: 0 !important;
    }
	.wptv .wptv_drop-details .wptv_dd_title {
		font-size:23px!important;
	}
}


/* skin 2 */
.wptv .wptv_tile_title {
    color: var(--light) !important;
    text-decoration: none !important;
    font-size: 20px !important;
	margin-bottom:10px;
}

.wptv_tile_year-rating-genre {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:5px;
}
.wptv_tile_year-rating-genre span {
	font-size:14px;
	color:var(--light);
	line-height:100%;
}
.wptv_tile_rating {
	display:inline-block;
	padding:2px 4px;
	border-radius:3px;
	background:#ccc;
	color:#111!important;
	font-weight:bold;
}
.wptv_tile_rating span {
	color:var(--dark);
}

.wptv_tile_genres {
	text-transform:capitalize;
}

.wptv_tile_desc {
	width:100%;
	position:relative;
	font-size:16px;
	margin-top:10px;
}
.wptv_tile_duration {
	display:block;
	width:100%;
	font-size: 15px;
	color:#fff;
	line-height:100%;
}

.wptv .wptv_play_icon, .wptv .wptv_more_icon {
    position: absolute !important;
    left: 15px !important;
    z-index: 2 !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5) !important;
    line-height: 1;
    transition: .3s;
}

.wptv .wptv_play_icon {
    bottom: 10px !important;
}
.wptv .wptv_more_icon {
	bottom: 10px;
	left:50px!important;
}

.wptv.wptv_skin_2 span>.icon-play.wptvfont {
    font-size: 16px !important;
    position: relative !important;
    top: 7px !important;
    left: 5px !important;
}

.wptv .icon-ellipsis2.wptvfont {
    font-size: 22px !important;
    position: relative;
    left: -3px;
    top: -1px;
}

.wptv .wptv_tile_length {
    font-size: 13px !important;
    line-height: 13px !important;
    margin: 0 12px 0 0 !important;
    color: #44576b !important;
}

.wptv .wptv_dropdown {
    text-decoration: none !important;
    overflow: hidden;
    position: absolute !important;
    display: none;
    left: 0;
	background:transparent;
	border-radius:8px;
	backdrop-filter: blur(15px);
	border:1px solid rgba(255,255,255,0.25);
    width: 100%;
    z-index: 100;
}
.wptv_tile_video_container {
	position:relative;
}
.wptv .wptv_tile_details {
	padding:15px 15px 20px;
}

.wptv .wptv_tile_info {
    width: 100%;
    background: rgba(0,0,0,0.5);
	backdrop-filter:blur(25px);
	border:1px solid rgba(255,255,255,0.25);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
	transition:0.3s;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	border-radius:3px;
}
.wptv .wptv_tile_info:hover {
	opacity:1;
	z-index:9999!important;
	margin-top:0;
}
.wptv_tile_buttons {
	display:flex;
	gap:5px;
}

.wptv_open_dropdown-container {
	position:relative;
	margin:0 5px 30px!important;
	transition:0.3s;
}
.wptv_open_dropdown-container:hover {
	transform:scale(1.02);
	z-index:9999;
}

.wptv_skin_2 .wptv_tile.wptv_open_dropdown {
    position:relative;
	margin:0!important;
	transition:0.3s;
	border:1px solid transparent;
	border-radius:3px;
}
.wptv_skin_2 .wptv_tile.wptv_open_dropdown:hover {
	border:1px solid rgba(255,255,255,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.wptv_skin_2 .wptv_tile.wptv_open_dropdown:hover .wptv_tile_hero {
	border-radius:0!important;
}

.wptv_skin_2 .wptv_tile.wptv_open_dropdown:hover + .wptv_tile_info {
	opacity:1;
	z-index:9999!important;
}

.wptv .wptv_dropdown_inner {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: none;
    height: 100%;
    width: 100%;
}


/* Skin 2 and 3 */
.wptv ul.wptv_main>li {
    transition: height 350ms ease !important;
    -webkit-transition: height 350ms ease !important;
}

.wptv .wptv_tile_hero {
    height: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    padding-top: 56.25% !important;
    position: relative !important;
    line-height: 1.95 !important;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-radius:3px;
}

.wptv .wptv_title_hero:hover {
    cursor: pointer !important;
}

.wptv .wptv_tile {
    margin: 0 10px !important;
}

.wptv ul.wptv_main>li.expanded .wptv_tile_info::after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-bottom: 20px solid #fff !important;
    clear: both !important;
    -webkit-transition: border-bottom .15s ease-out !important;
    transition: border-bottom .15s ease-out !important;
    margin: 11px 0 0 70px !important;
}

.wptv.wptv_container {
    position: relative !important;
    width: 100%;
}

.wptv.wptv_container ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
}

.wptv li {
    -webkit-transform-style: flat !important;
    -moz-transform-style: flat !important;
    -o-transform-style: flat !important;
    -ms-transform-style: flat !important;
    transform-style: flat !important;
}

.wptv.wptv_container li {
    display: inline-block !important;
    vertical-align: top !important;
    width: 20% !important;
    -webkit-transform-style: flat !important;
    -moz-transform-style: flat !important;
    -o-transform-style: flat !important;
    -ms-transform-style: flat !important;
    transform-style: flat !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media all and (max-width: 1200px) {
    .wptv.wptv_container li {
        width: 25% !important;
    }
}

@media all and (max-width: 800px) {
    .wptv.wptv_container li {
        width: 50% !important;
    }
}

@media all and (max-width: 600px) {
    .wptv.wptv_container li {
        width: 100% !important;
    }
}


/* Skin 3 */
.wptv_skin_3 .wptv_watch_now_button {
    position: absolute;
    top: 140px;
    left: -8px;
    z-index: 10 !important;
    background-image: url('../images/mftnbg-watch.png');
    font-family: "Open Sans" !important;
    color: white !important;
    font-size: 17px !important;
    text-transform: none !important;
    border: 0;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
    outline: none;
    margin: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 10px;
    padding-bottom: 21px;
    line-height: 22px;
    border-radius: 0;
    font-weight: 600;
    font-style: normal;
    letter-spacing: initial;
}

.wptv_skin_3 .wptv_watch_now_button:active {
    background-image: url('../images/mftnbg-watch.png') !important;
}

.wptv_skin_3 .wptv_watch_now_button:hover {
    color: black !important;
}

.wptv_skin_3 .wptv_tile.wptv_open_dropdown {
    position: relative !important;
}

.wptv_skin_3 form {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.wptv_skin_3.wptv_container li {
    width: 33.333% !important;
}

/* Hero Slider | Browse 4 */
.wptv_hero-container {background:#1a1a1a;}
.wptv-hero-slider {position:relative; z-index:99;}

.wptv_hero-bg {position:relative; z-index:1; padding-left:20%;}
.wptv_hero-bg:before {content:''; position:absolute; top:0; left:0; z-index:2; width:100%; height:100%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.3) 50%);}
.wptv_hero-bg:after {content:''; position:absolute; bottom:0; left:0; z-index:2; width:100%; height:20%; background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);}
.wptv_big-rating {position: absolute; bottom: 20%; right: 0; z-index: 3; color: #fff; padding: 20px 40px 20px 15px; backdrop-filter: blur(15px); background: rgba(0, 0, 0, 0.2);
	border-left: 5px solid var(--primecolor); font-size: 18px; line-height: 100%; font-weight: 500; font-family: 'Poppins';}
.hero-thumbnail img {width:100%;}

.wptv_hero-details {position:absolute; bottom:5%; left:5%; z-index:10; color:#fff; width:900px; max-width:100%;}
	.wptv_hero-title {font-size:45px; line-height:120%; color:#fff; font-weight:bold; margin-bottom:15px;}
	.wptv_hero-year-rating-genres {display:flex; flex-wrap:wrap; align-items:center; gap:15px; font-size:15px;}
		.wptv_hero-duration {line-height:120%;}
		.wptv_hero-year {line-height:120%;}
		.wptv_hero-rating {display:inline-block; padding:2px 4px; border-radius:2px; background:#ccc; color:#000; font-weight:bold; line-height:100%;}
		.wptv_hero-genres {line-height:120%; text-transform:capitalize; display:block; width:100%;}
		.wptv_hero-desc {display:block; width:100%; margin:15px 0 40px;}
		.wptv_hero-play-button a {display:inline-block; padding:10px 15px; background:#fff; color:#1a1a1a!important; border:1px solid #fff; border-radius:3px; cursor:pointer; font-weight:500;}
		.wptv_hero-play-button a:hover {color:#fff!important; background:transparent;}
		.fa-solid {margin-right:5px; display:inline-block; width:15px; height;15px;}

a.wptv_arrow-btn {display:flex; justify-content:center; align-items:center; width:40px; height:40px; border-radius:50%; background:#000; opacity:0.75; border:1px solid rgba(255,255,255,0.5);
	color:#fff!important; font-weight:bold; font-size:20px; position:absolute; top:50%; transform:translateY(-50%); z-index:3; cursor:pointer;}
a.wptv_arrow-btn:hover {background:var(--primecolor);}
a.wptv_arrow-btn:focus {outline:none!important;}
	a.wptv_hero-back {left:10px;}
	a.wptv_hero-next {right:10px;}

.mute-icon {position:absolute; bottom:calc(18% - 4px); right:130px; z-index:999; font-size:23px; line-height:100%; cursor:pointer; transform:translateY(-50%); color:#fff;
	display:flex; width:50px; height:50px; justify-content:center; align-items:center; border-radius:50%; background:rgba(0,0,0,0.5); padding-right:10px;}

@media only screen and (max-width: 1400px) {
	.mute-icon {top:100px; right:15px;}
	.wptv_hero-title {font-size:40px;}
	.wptv_hero-details {width:65%;}
}
@media only screen and (max-width: 1100px){
	.wptv_hero-title {font-size:30px;}
	a.wptv_hero-back {left:5px;}
	a.wptv_hero-next {right:5px;}
}
@media only screen and (max-width: 1024px) {
	.wptv_hero-details {position:relative; top:0; bottom:auto; left:0; background:#1a1a1a; padding:50px; width:100%;}
	.wptv_hero-bg {padding:0;}
	.wptv_hero-bg:before {display:none;}
	.mute-icon {top:auto; bottom:5%; left:53px; transform:none; padding-right:0; font-size:17px; width:35px; height:35px;}
	.wptv_big-rating {display:none;}
	
/* 	skin 2 */
	.wptv .wptv_tile_title {font-size:18px!important;}
	.wptv .wptv_tile_info {position:relative; z-index:1; opacity:1; margin-top:-57%;}
	.wptv .wptv_tile_info:hover {margin-top:-57%!important;}
	.wptv_open_dropdown-container:hover {transform:none!important;}
}
@media only screen and (max-width: 800px) {
	.wptv_hero-details {padding:35px;}
	.wptv_hero-title {font-size:28px;}
	.mute-icon {left:38px;}
}
@media only screen and (max-width: 600px) {
	.wptv_hero-details {padding:25px;}
	.wptv_hero-title {font-size:27px;}
	.wptv_hero-year-rating-genres {font-size:14px;}
	.mute-icon {left:28px;}
}
/* End Hero Slider | Browse 4 */

/* Watch Live */
.main-content-tvg {display: flex; justify-content: space-between; flex-wrap: wrap; border: 1px solid rgba(255, 255, 255, 0.25); padding:15px; border-radius: 10px; backdrop-filter: blur(15px);}
	
.program-details-column {flex: 1; margin-right: 20px;}
.program-details-tvg {margin: 20px 0; color:#fff;}
.program-image-tvg img {width: 100%; height: auto; border-radius: 8px;}
.program-description-tvg {width: 100%; max-width: 100%; padding: 25px 0;}
	
.h2-tvg {font-size: 30px; margin-bottom: 10px;}
.p-tvg {margin-bottom: 10px;}

/* TV Guide scrollable content */
.tv-guide-column {flex: 1;}
.tv-guide-row {max-height: 720px; overflow: auto; padding: 10px 15px 0 0;}
.tv-card {width: 100%; transition: transform 0.3s; color: #fff; margin-bottom: 5px; padding: 10px; display: flex; align-items: center;}
.tv-card:hover {background: rgba(255, 255, 255, 0.25);}
.tv-card img {width: 40%; max-width: 300px; height: auto; border-radius: 5px;}
.tv-card p {font-size: 16px; font-weight: 500; flex: 1; padding: 20px; margin: 0;}

.tv-card-title {font-size: 0.9rem; margin-top: 5px;}
.tvg-section-heading {background-color: var(--primecolor); color: #FFFFFF; font-weight: bold; padding: 10px; border-radius: 5px; text-transform: uppercase;}

.next-up-tvg, .current-tvg {position: absolute; z-index: 2;}
.current-tvg {background-color: #F89D2D;}

.active-tvg {position: relative; background: rgba(255, 255, 255, 0.2);}
.active-tvg::after {content: "NOW"; position: absolute; top: 15px; left: 15px; background-color: #F89D2D; color: white; padding: 2px 5px; border-radius: 3px; font-size: 12px; font-weight: bold;}

.up-next-tvg {position: relative;}
.up-next-tvg::after {content: "NEXT UP"; position: absolute; top: 15px; left: 15px; background-color: #115FAB; color: white; padding: 2px 5px; border-radius: 3px; font-size: 12px; font-weight: bold;}

/* Responsive Styles */
@media (max-width: 1024px) {
	.tv-guide-row {max-height: 430px;}
	.h2-tvg {font-size: 27px;}
}
	
@media (max-width: 768px) {
	.main-content-tvg {flex-direction: column; padding: 15px;}
	.program-details-column, .tv-guide-column {width: 100%; margin:0;}
	.program-image-tvg {max-width: 550px; margin:0 auto;}
}

@media (max-width: 480px) {
    .header {flex-direction: column; text-align: center;}
	.tv-card {padding: 10px; margin-bottom: 10px; background: rgba(255, 255, 255, 0.1);}
	.tv-card p {padding: 10px;}
	.h2-tvg {font-size: 25px;}
}

/* Login, Register, Forget Password */
.input-box {
	position: relative;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	height: 51px;
	border-radius: 3px;
	margin-bottom: 25px;
	display: flex;
	justify-content:space-between;
	overflow:hidden;
}
.input-box i.bx {
	display:block;
	width:50px;
	height:49px;
	color:var(--light);
	font-size:25px;
	text-align:center;
	line-height:50px;
}
.input-box input[type="text"], .input-box input[type="password"], .input-box input[type="email"] {
	width:calc(100% - 50px);
	height:49px!important;
	color:var(--light);
	border-radius:0!important;
}

.wptv-panel-heading, .WpTvRegisterFormHaeding {
	color:var(--light);
	margin-bottom:15px;
}

.wptv-panel{
    padding-top: 5px;
    padding-bottom: 5px;
}
.wptv-panel a, .wptv-login-container a, .wptv-container a {
	color:var(--light);
}
.wptv-panel a:hover, .wptv-login-container a:hover, .wptv-container a:hover {
	color:var(--primecolor);
}

.wptv-container {
	background-color:transparent;
	backdrop-filter: blur(25px);
	padding: 50px 30px;
	border-radius: 8px;
	border:1px solid rgba(255,255,255,0.5);
	width: 50%;
	max-width: 100%;
	min-width: 100%;
	display: block;
	margin: auto;
	color:var(--light);
}

.wptv-container.buyplan-popup {
	border:none;
	background:rgba(0,0,0,0.5);
	backdrop-filter:blur(5px);
}

.wptv-container h2 {
	color:var(--light);
	text-align: center;
	margin-bottom: 20px;
}

.wptv-container label {
	display: block;
	margin-bottom: 8px;
	text-align: left;
}

.wptv-container input[type="text"],
.wptv-container input[type="password"],
.wptv-container input[type="email"]
{
	padding: 10px;
	border: none;
	background:transparent!important;
}

.wptv-container button[type="submit"], .wptv-container input[type="submit"] {
	width: 100%;
	height: 50px;
	padding: 12px;
	background-color: var(--primecolor);
	color: var(--light);
	border: 1px solid var(--primecolor);
	border-radius:3px;
	cursor: pointer;
	transition:0.3s;
	display:block;
	margin:0 auto;
}

.wptv-container button[type="submit"]:hover, .wptv-container input[type="submit"]:hover {
	background-color: transparent;
	border:1px solid var(--light);
	color:var(--light);
}

.wptv-message {
	display: block;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	max-width: 300px;
	width: 100%;
  }

.WpTvBuyBtn, .WpTvLoginBtn {
	width: 100%;
	padding: 12px;
	background: var(--primecolor);
	color: var(--light);
	font-size:14px;
	border: 1px solid var(--primecolor);
	border-radius: 3px;
	cursor: pointer;
}


  .WpTvLoginBtn:hover, .WpTvBuyBtn:hover {
	background: transparent;
	border:1px solid #fff;
	color:var(--light)!important;
   }

   .WpTvDownloadLinkBtn {
	display:inline-block;
	padding: 12px 15px;
	margin-top:15px;
	background: var(--primecolor);
	color: var(--light);
	font-size:14px;
	border: 1px solid var(--primecolor);
	border-radius: 3px;
	cursor: pointer;
  }

  .WpTvDownloadLinkBtn:hover {
	background: transparent;
	border:1px solid var(--light);
	color:var(--light)!important;
  }

.password-container-92 {
    position: relative;
    width: 100%;
}

.toggle-password-92 {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.toggle-password-92 i {
    font-size: 18px;
}

/* Next and back button */
.next.button-next, .previous.button-back {
	box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid var(--primecolor);
    background: var(--primecolor);
	color:var(--light);
}
.next.button-next:hover, .previous.button-back:hover {
	border:1px solid var(--light);
	color:var(--light);
	background:transparent;
}
           
/* Apply styles to radio buttons with the "custom-radio" class */

.wptv-custom-radio {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.wptv-custom-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}

/* Define the custom radio button style */
.wptv-custom-radio input[type="radio"] + label {
  width:49%;
  color: var(--light);
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  text-align: center;
}

/* Style for checked radio buttons */
.wptv-custom-radio input[type="radio"]:checked + label {
  box-shadow: 0 0 10px 0px var(--light);
}


/* Style for the "card-errors" class as a card error alert */
#card-element {
	background: transparent;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.card-errors {
  color: #721c24; /* Dark red text color */
  padding: 10px;
  font-weight: bold;
}
.wptv-plan-title h5{
    color: var(--light);
    font-size: 18px;
	line-height: 100%;
	padding:10px;
    background: var(--primecolor);
    border-radius: 5px;
}

 /* trailer widnow */
.wptv-trailer-notification {
  background-color: #f0f0f0;
  color: #333;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  font-size: 16px;
  text-align: center;
}



.lock-icon-92 {
    position: absolute;
    bottom: 0px; /* Adjust as needed */
    right: 0px;  /* Adjust as needed */
    font-size: 50px; /* Adjust the size as needed */
    color: #fff; /* Change color as needed */
}

/* Responsive */
@media only screen and (max-width: 1400px) {
	.video-number {font-size:15vw;}
}
@media only screen and (max-width: 1200px) {
	.wptv .wptv_drop-details {
		width:55%;
		padding-right:15px;
	}
	.wptv_drop-thumbnail {
		width:45%;	
	}
	.video-number {font-size:20vw;}
}
@media only screen and (max-width: 1024px) {
	.video-number {font-size:28vw;}
}
@media only screen and (max-width: 768px) {
	.wptv .wptv_drop-details {
		width:100%;
		padding:0;
	}
	.wptv_drop-thumbnail {
		width:100%;
		margin:0 0 25px;
		order:-1;
	}
}
@media only screen and (max-width: 600px) {
	.video-number {font-size:49vw;}
}
@media only screen and (max-width: 450px) {
	.wptv-custom-radio input[type="radio"] + label {
		width:100%;
	}
	.wptv_dropdown_container {
		padding:40px 20px 25px;
	}
}