/* global css */
body {
	background-color: #12192B;
}

img {
	max-width: 100%;
	height: auto;
}

/* override m-global.css rule */
body > header.premium_programs {
	border-bottom: none;
}

header.premium_programs {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 100;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}

.creations header.premium_programs {
	background: none;
}

header .container {
	position: relative;
	display: inline-block;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	background: none;
	text-align: left;
	padding: 0;
}

header .full_width .container {
	max-width: 100%;
	padding: 0 50px;
}

header .sec_row .container {
	height: 50px;
	line-height: 40px;
}

header .container>div {
	display: inline-block;
}

header .container .hamburger {
	float: left;
	display: none;
}

header .container .hamburger a, header .container .close a {
	font-size: 0;
}

header .container .hamburger::before {
	display: inline-block;
	font-family: 'Genericons';
	content: '\f191';
	font-size: 20px;
	cursor: pointer;
	color: #E4C3A5;
	position: absolute;
	top: 6px;
	line-height: 40px;
}

header .container .close::before {
	display: inline-block;
	font-family: 'Genericons';
	content: '\f107';
	font-size: 20px;
	cursor: pointer;
	color: #E4C3A5;
	position: absolute;
	top: 6px;
}

header.mobile .container .hamburger::before {
	content: none;
}

.single.light header .container .hamburger::before {
	color: #333333;
}

header .container ul {
	display: inline-block;
	list-style-type:none;
    margin:0;
    padding:0;
    line-height: 40px;
    position: absolute;
}

header .more_cmenu_panel ul {
	list-style-type:none;
}

header .container li {
	display: inline-block;
	margin-right: 1px;
}

header .container li.hidden {
	display: none;
}

header .container li a {
	display:block;
	color: #F5D7B4;
	text-decoration: none;
	padding: 0 5px;
}

header .container .cinema li a {
	color: #FFFFFF;
}

header .container li a.expand::after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	margin-left: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

header .container li:hover a,
header .container li.is_active {
	background: rgba(255, 255, 255, 0.1);
}

/*Style for dropdown links*/
header .container li:hover ul a {
	background: #1A1D2F;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
}

li header .container li:hover ul a:hover {
	background: #1A1D2F;
	color: #FFFFFF;
}

header .container li ul {
	display: none;
	z-index: 110;
}
/*Make dropdown links vertical*/
header .container li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/
header .container li ul li a {
	width: auto;
	white-space: nowrap;
  	overflow: hidden;
	min-width: 180px;
	padding: 0 20px;
}

header .container ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
/*End style for dropdown links*/

header .container .mobile_cmenu {
	display: none;
	float: right;
}

header .container .mobile_cmenu a {
	color: #FFFFFF;
}

header .more_menu_panel, header .more_cmenu_panel {
	display: none;
	position: absolute;
	top: 45px;
	background-color: #12192B;
	left: 0;
	width: 100%;
	z-index: 500;
}

header.premium_programs_home .more_menu_panel {
	top: 90px;
}

header .more_cmenu_panel {
	top: 100px;
	text-align: left;
	padding: 0 20px 30px 20px;
}

header .more_menu_panel > div {
	max-width: 1260px;
	margin: auto;
}

header.full_width .more_menu_panel > div {
	max-width: 100%;
	padding: 0 50px;
	margin: 0;
}

header .more_menu_panel ul {
	list-style-type: none;
	margin-bottom: 20px;
}

header .more_menu_panel .col {
	float: left;
	width: 20%;
	text-align: left;
}

header .more_menu_panel .title a,
header .more_cmenu_panel .title a {
	color: #F5D7B4;
	font-size: 17px;
	font-weight: normal;
}

header .more_menu_panel li a,
header .more_cmenu_panel li a {
	color: #FFFFFF;
}

header .container .saved_video.hidden {
	display: none;
}

header .ad_row .container {
	max-width: 100%;
	width: 100%;
	padding: 0px;
}

header .ad_row .container img {
	width: 100%;
	height: 10vw;
}

header.mobile .ad_row.homepage_header {
	height: 90px;
}

header.mobile .ad_row .container {
	background: url(https://img.theepochtimes.com/assets/uploads/2021/12/01/Holiday-350x80.jpg) no-repeat;
	background-size: 100%;
}

header.mobile .ad_row .container {
	width: 100%;
	height: 90px;
}

/* .light header .top_row.homepage_header {
	background-color: #f0f0f0;
} */
header .top_row.homepage_header {
	padding: 2px 0;
	background-color: #12192B;
}

header .top_row.homepage_header .container {
	max-width: 100%;
	padding: 0;
	text-align: center;
}

header .top_row.homepage_header .logo {
	width: 180px;
	float: none;
}

header .top_row .container {
	text-align: right;
}

header .top_row .logo {
	float: left;
	width: 200px;
	margin-top: 8px;
	text-align: left;
}

header .top_row .logo.homepage {
	margin-top: 10px;
}

header img {
	max-width: 100%;
}

header .top_row {
	padding: 0;
}

.single header .top_row,
.premium_page header .top_row {
	margin-bottom: 30px;
}

.single header.premium_programs_v3 .top_row {
	margin-bottom: 0;
}

header .top_row div.aboutus {
	float: left;
	margin-left: 20px;
}

header .top_row div.aboutus a {
	color: #FCD6B3;
}

header button {
	background: transparent;
}

.single.light header button {
	color: #333333;
}

header .icon {
	font-size: 0;
	vertical-align: middle;
}

header .icon:before {
	font-size: 17px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #FCD6B3;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header .save_icon:before {
	content: "\f1c4";
}

header .home_icon:before {
	content: "\f192";
}

header .newsletter {
	display: none;
}

header .no_ads {
	display: none;
	background-color: #12192B;
}

header .sec_row {
	padding-top: 0;
	background-color: #12192B;
}

.single header .sec_row:first-child,
.category header .sec_row:first-child {
	padding-top: 10px;
}

header .sec_row .container:first-child,
.single header .sec_row:first-child, /* cinema page has black background */
.category header .sec_row:first-child /* cinema page has black background */ {
	background-color: #12192B;
}

main.premium_programs_home .live_container {
	position: absolute;
	top: 20px;
	left: 50px;
	z-index: 10;
}

main.premium_programs_home .live_container .one_post {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
}

header .right .text {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #F5D7B4;
}

header #login_wrapper iframe {
	height: 40px;
	max-width: 100%;
}
header #login_wrapper, header .container .saved_video {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}

header .sec_row .search {
	border: none;
	cursor: pointer;
}

header .sec_row .saved_video {
	cursor: pointer;
}

header .video_logo {
	width: 8%;
	max-width: 400px;
	min-width: 180px;
	transition: width 1s;
}

header .title a {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	margin-right: 10px;
}

header .video_logo img {
	vertical-align: top;
	padding-top: 10px;
}

.live_container .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.live_container .label {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	background: #ec0000;
	padding: 0px 5px;
	border-radius: 2px;
}

header .show_info {
	display: inline-block;
	width: 100%;
	text-align: left;
}

header .show_info .avatar {
	float: left;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
	width: 80px;
}

header .show_info .show_name {
	color: #FCD6B3;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 25px;
	line-height: 30px;
	margin-top: 17px;
	text-transform: uppercase;
}

header .show_info .host_name {
	color: #EEEEEE;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

header .search_panel {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(19, 32, 65, 0.95);
	z-index: 200;
	height: 100%;
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
}

header .search_panel .search_block {
	position: relative;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20% 20px 5%;
}

header .search_panel form {
	position: relative;
}

header .search_panel button {
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 1px solid #385499;
	border-radius: 3px;
	padding: 14px 15px 8px;
	margin-right: 10px;
	cursor: pointer;
	border: none;
	background: transparent;
	outline: none;
}

header .buttons .search_icon {
	vertical-align: middle !important;
}

header .search_icon:before {
	content: "\f129";
	font-size: 17px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #FCD6B3;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-bottom: 3px;
}

header .search_block .search_icon:before {
	font-size: 24px;
	margin-right: 10px;
}

header .search_block .searchtext {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #FCD6B3;
	width: calc(100% - 40px);
	height: 35px;
	padding: 0 10px;
	padding-right: 120px;
	border: none;
	outline: none;
	background-color: transparent;
	border-bottom: 2px solid #FCD6B3;
}

header .search_block .searchtext::-webkit-input-placeholder {
	/* Edge */
	color: #FCD6B3;
}

header .search_block .searchtext:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FCD6B3;
}

header .search_block .searchtext::placeholder {
	color: #FCD6B3;
}

header .search_block .submit {
	position: absolute;
	top: 3px;
	right: 3px;
	font-family: 'Roboto', sans-serif;
	background-color: #FCD6B3;
	padding: 5px 30px;
	color: #000;
	margin-left: 10px;
	width: auto;
	height: auto;
	border: none;
	cursor: pointer;
}

header .search_panel .close {
	margin: 0 auto;
	outline: none;
}

header .search_panel .close .close_icon {
	display: inline-block;
	height: 28px;
	width: 28px;
	border: 1px solid;
	border-radius: 50%;
	padding: 5px;
	font-size: 0;
	margin-bottom: 10px;
}

header .search_panel .close .close_icon:before {
	content: "\f107";
	font-size: 14px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #FCD6B3;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header .links a {
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0 5px;
}

.single.light header .links a {
	color: #333333;
}

main .container {
	padding: 0 50px;
}

#footer {
	padding: 64px 0 0px;
	text-align: center;
	background: linear-gradient(180deg, #12192B 0%, #000000 100%);
}

.light #footer {
	background: linear-gradient(180deg, #F0F0F0 0%, #F0F0F0 100%);
}

#footer.premium_program a {
	background-color: transparent;
}

#footer.premium_program .container .copyright {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #e7e7e7;
	color: #e7e7e7;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin: 56px 0 94px;
	clear: both;
}

.pagination .page-numbers {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #195bbc !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #195bbc !important;
	color: #fff !important;
}

.post_list {
	display: inline-block;
	width: 100%;
}

.post_list .one_post {
	display: inline-block;
	width: 24.1%;
	float: left;
	/* margin-right: 1.2%; */
	color: #fff;
}

.post_list .one_post:nth-child(4n) {
	margin-right: 0;
}

.one_post .image {
	position: relative;
	font-size: 0;
}

.one_post .image .image_wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	background: #000;
}

.one_post .image img {
	width: 100%;
}

.premium_programs_home .one_post .image img,
.premium_programs_cat .one_post img,
.coming_soon .one_post .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.premium_programs_cat .right_col .one_post .image img {
	position: relative;
}

.one_post .image .shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.one_post .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	/* height: 66px; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 23px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-right: 8px;
}

.one_post .title a {
	color: #fff;
}

.one_post .title strong {
	font-variation-settings: 'wght' 700, 'opsz' 40;
}

.top_block .one_post .title {
	-webkit-line-clamp: 3;
}

.one_post .date {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	margin-right: 5px;
}

.light .one_post .date {
	color: #333333;
}

.top_featured.one_post .date {
	color: #FCD6B3;
}

.premium_programs_home .one_post .date .time_diff {
	padding-right: 5px;
}

.one_post .show_name {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 12px;
	text-transform: uppercase;
}

.one_post .show_name a {
	color: #eee;
}

.light .one_post .show_name a {
	color: #333333;
}

.one_post .premium_icon {
	display: none;
}

.premium_programs .ymk_social .share_link {
	margin: 0 10px 0 10px;
}

.premium_programs .new_line .share_link {
	margin-left: 0;
}

.premium_programs_cat .share_link {
	margin-right: 10px;
	margin-left: 0;
}

.premium_programs .ymk_social .share_link .share, .premium_programs .ymk_social .cmt_link .comments {
	font-size: 15px;
	line-height: 12px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
}

.premium_programs .ymk_social .share_link >span:before,
.premium_programs .ymk_social .invite_link >span:before,
.premium_programs .ymk_social .copy_url >span:before,
.premium_programs .ymk_social .twitter_link >span:before,
.premium_programs .ymk_social .facebook_link >span:before,
.premium_programs .ymk_social .cmt_link >span:before {
	font-size: 18px;
	font-family: 'Genericons';
	line-height: 17px;
	color: #FFFFFF;
	margin-right: 4px;
	vertical-align: text-bottom;
}

.premium_programs.light .ymk_social .share_link >span:before, 
.premium_programs.light .ymk_social .invite_link >span:before, 
.premium_programs.light .ymk_social .copy_url >span:before,
.premium_programs.light .ymk_social .twitter_link >span:before,
.premium_programs.light .ymk_social .facebook_link >span:before,
.premium_programs.light .ymk_social .cmt_link >span:before {
	color: #333333;
}

.premium_programs .ymk_social .share_link >span:before {
	content: '\f1c3';
}

.premium_programs .ymk_social .cmt_link >span:before {
	content: '\f1c2';
}

.premium_programs .ymk_social .invite_link span:before {
	content: "\f144";
	color: #000;
}
.premium_programs .ymk_social .copy_url span:before {
	content: "\f13f";
	font-size: 25px;
}
.premium_programs .ymk_social .twitter_link span:before {
	content: "\f17c";
}
.premium_programs .ymk_social .facebook_link span:before {
	content: "\f12d";
}

@media screen and ( max-width: 1000px) {
	header .sec_row .one_post {
		display: none;
	}
	header .buttons .text {
		display: none !important;
	}
}

@media screen and ( max-width: 700px) {
	.post_list .one_post {
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
	}
	.post_list .one_post .image {
		float: left;
		width: 45%;
	}
	.live .post_list .one_post .image {
		width: 100%;
	}
	.post_list .one_post .text {
		float: left;
		width: 55%;
		padding-left: 10px;
	}
	.live .post_list .one_post .text {
		width: 100%;
	}
	.post_list .one_post .title {
		margin-top: 0;
		height: auto;
		-webkit-line-clamp: 3;
		margin-bottom: 5px;
	}
	header .search_panel .block {
		padding: 40% 20px 5%;
	}
}

@media screen and ( max-width: 540px) {
	.pagination .page-numbers {
		font-size: 12px;
	}

	header .container .logo {
		width: calc(100% - 170px);
		max-width: 200px;
		margin-top: 14px;
	}
	header .container {
		padding: 0 15px;
	}
	header .container .sec_row {
		display: none;
	}
	.eet_video_icon {
		position: absolute;
		width: 40px;
		height: 40px;
		bottom: 10px;
		left: 10px;
	}
}

/* global css */

/* premium_programs_home css */
main.premium_programs_home {
	position: relative;
	width: 100%;
}

main.premium_programs_home > div.container {
	position: relative;
	width: 100%;
	margin: -50px auto 0 auto;
}

.premium_programs_home.epochtv_cinema .container {
	margin: 0 auto;
}

.premium_programs_home .top_block {
	position: relative;
	margin-bottom: 15px;
}

.top_ad_banner .premium_programs_home .top_block {
	padding-top: 12vw;
}

.top_ad_banner .premium_programs_home.mobile .top_block {
	padding-top: 90px;
}

.premium_programs_home .top_block_container {
	position: relative;
	overflow: hidden;
	background-color: #12192B;
	cursor: pointer;
}

.premium_programs_home .top_block .banner {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.premium_programs_home .top_block .video_fit_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	display: none;
}

.premium_programs_home .top_block .vjs-big-play-button {
	display: none;
}

.premium_programs_home .video-js .vjs-unmute-btn {
	display: none;
}

.premium_programs_home .top_block .vjs-poster {
	display: none;
}

.premium_programs_home .top_block .buttons {
	position: absolute;
	right: 90px;
	bottom: 90px;
	z-index: 10;
}

.premium_programs_home .top_block .buttons>div {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: background 0.8s ease;
	margin: 0 10px;
}

.premium_programs_home .top_block .play_btn {
	background: url(/assets/themes/eet/images/premium/EpochTV_Play.png) no-repeat;
	background-size: contain;
}

.premium_programs_home .top_block .play_btn.pause {
	background: url(/assets/themes/eet/images/premium/EpochTV_Stop.png) no-repeat;
	background-size: contain;
}

.premium_programs_home .top_block .mute_btn {
	opacity: 0;
	background: url(/assets/themes/eet/images/premium/EpochTV_Mute.png) no-repeat;
	background-size: contain;
}

.premium_programs_home .top_block .mute_btn.unmute {
	background: url(/assets/themes/eet/images/premium/EpochTV_Unmute.png) no-repeat;
	background-size: contain;
}

.premium_programs_home .top_block img {
	width: 100%;
	transition: opacity 0.8s ease;
}

.premium_programs_home .top_block .overlay_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	z-index: 3;
	background: linear-gradient(180deg, rgba(18, 25, 43, 0) 0%, rgba(18, 25, 43, 0.85) 49.03%, #12192B 100%);
}

.premium_programs_home .top_block .top_featured {
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
	/* z-index: 5; */
	color: #fff;
	text-align: center;
	transition: bottom 1s;
	display: none;
}

.premium_programs_home .top_block.playing .top_featured {
	bottom: 25px;
}

.premium_programs_home .top_block.playing .mute_btn {
	opacity: 1;
}

.premium_programs_home .top_block.playing .banner img {
	opacity: 0;
}

.premium_programs_home .top_block.playing .date,
.premium_programs_home .top_block.playing .show_name,
.premium_programs_home .top_block.playing .desc {
	opacity: 0;
}

.premium_programs_home .top_block .container {
	text-align: left;
}

.premium_programs_home .top_block .text {
	width: 40%;
	max-width: 450px;
}

.premium_programs_home .top_block .show_name a {
	color: #d11a35;
}

.premium_programs_sp .top_block .show_name a {
	color: #FFFFFF;
}

.premium_programs_home .top_block .title {
	font-size: 35px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	letter-spacing: -0.4px;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 0;
	max-height: 139px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: font-size 1s;
}

.premium_programs_home .top_block .desc {
	color: #FFFFFF;
	font-family: 'ET Text';
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: -0.2px;
	line-height: 22px;
}

.light .premium_programs_home .top_block .desc {
	color: #FFFFFF;
}

.light .premium_programs_home.mobile .top_block .desc {
	color: #333333;
}

.slick-arrow {
	position: absolute;
	top: 41%;
	cursor: pointer;
	z-index: 3;
}

.premium_programs_home .top_block .slick-arrow:before {
	content: '';
	position: relative;
	width: 50px;
	height: 50px;
	display: inline-block;
	border: solid #FCD6B3;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.slick-prev {
	left: -22px;
}

.premium_programs_home .top_block .slick-prev:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.slick-next {
	right: -22px;
}

.premium_programs_home .top_block .slick-arrow:before {
	width: 25px;
	height: 25px;
	border: solid transparent;
	border-width: 0 3px 3px 0;
}
.premium_programs_home .top_block .slick-next:before {
	top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.premium_programs_home .top_block .slick-disabled.slick-next:before {
	opacity: 0.2;
}

.slick-slide {
	margin: 0 7.5px;
	text-align: center;
}

.slick-dots {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	padding: 0;
	color: #FCD6B3;
	cursor: pointer;
	border: 1px solid;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.slick-dots li.slick-active {
	background: #FCD6B3;
	opacity: .9;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	border: 0;
	outline: none;
	color: transparent;
	background: transparent;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	border: none;
	color: #FCD6B3;
}

.premium_programs_home .show_list {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
}

.premium_programs_home .show_list.casts_crews {
	margin-bottom: 0;
}

.premium_programs_home .slick-slide {
	margin: 0 4.5px;
}

.premium_programs_home .show_list .slider {
	display: inline-block;
	width: 19%;
}

.premium_programs_home .show_list .slider img {
	width: 100%;
}

.premium_programs_home .sec {
	margin-bottom: 40px;
	clear: left;
}

.premium_programs_home .sec.show, .premium_programs_home .show_list_wrap {
	margin-bottom: 15px;
}

.premium_programs_home .block_title,
.premium_programs_cat .latest .block_title {
	position: relative;
	color: #F5D7B4;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
}

.cinema .premium_programs_home .block_title {
	font-size: 20px;
}

.light .premium_programs_home .latest .block_title,
.light .premium_programs_cat .latest .block_title {
	color: #333333;
}

.premium_programs_home .latest .block_title .expires_days {
	color: #555;
}

.premium_programs_home .block_title a,
.premium_programs_cat .latest .block_title a {
	color: #F5D7B4;
}

.light .premium_programs_home .latest .block_title a,
.light .premium_programs_cat .latest .block_title a {
	color: #333333;
}

.premium_programs_home .latest .block_title span,
.premium_programs_cat .latest .block_title span {
	position: relative;
	z-index: 3;
}

.premium_programs_home .latest .block_title span.heading,
.premium_programs_cat .latest .block_title span.heading {
	padding-right: 10px;
}
.premium_programs_home .latest .block_title span.right,
.premium_programs_cat .latest .block_title span.right {
	padding-left: 10px;
}

.premium_programs_home .post_list .slick-arrow,
.premium_programs_sp .post_list .slick-arrow,
.premium_programs_cat .post_list .slick-arrow {
	top: 15%;
}

.premium_programs_home.epochtv_cinema .post_list .slick-arrow {
	top: 41%;
}

.premium_programs_home .post_list .one_post, .premium_programs_cat .post_list .one_post {
	text-align: left;
}

.premium_programs_home .post_list .one_post:nth-child(4n) {
	margin-right: 4.5px;
}

.premium_programs_home .series_list .card:nth-child(4n) {
	margin-right: 15px !important;
}

.premium_programs_home .series_list .card:nth-child(4n+1) {
	clear: none !important;
}

.premium_programs_home .series_list .card:nth-child(2n+1) {
	clear: none !important;
}

.premium_programs_home .sec.show {
	display: inline-block;
	width: 100%;
}

.premium_programs_home .sec.hide {
	display: none;
}

.premium_programs_home .show_more,
.premium_programs_cat .show_more {
	text-align: right;
	margin-top: 0px;
}

.premium_programs_home .show_more a,
.premium_programs_cat .show_more a,
.premium_page.coming_soon .show_more a {
	color: #FCD6B3;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 400;
}

.premium_programs_home .show_more .arrow_right,
.premium_programs_cat .show_more .arrow_right,
.coming_soon .show_more .arrow_right {
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.premium_programs_home .show .block_title {
	display: inline-block;
	margin-bottom: 30px;
	width: 180px;
	float: left;
}

.premium_programs_home .show .post_list {
	float: right;
	width: calc(100% - 215px);
}

.premium_programs_home .show .block_title .avatar {
	height: 110px;
	border-radius: 50%;
	margin-right: 20px;
	width: 110px;
	display: block;
	margin: 0 auto;
}

.premium_programs_home .show .block_title .show_name {
	color: #FCD6B3;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	line-height: 22px;
	margin-top: 17px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_home .show .block_title .host_name {
	color: #EEEEEE;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_home .schedule .table_wrapper{
	overflow-y: hidden;
	overflow-x: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-top: 20px;
}

.premium_programs_home .schedule .title a {
	color: #FFFFFF;
}

.light .premium_programs_home .schedule a {
	color: #1A1D2F;
}

.premium_programs_home .schedule .table_wrapper::-webkit-scrollbar {
	display: none
}

.premium_programs_home .table {
	display: table;
	width: 100%;
	min-width: 900px;
	text-align: left;
}

.premium_programs_home .table .col {
	display: table-cell;
	width: 14.28%;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	background: #0E1526;
}

.light .premium_programs_home .table .col {
	background: rgba(255, 255, 255, 0.85);
}

.premium_programs_home .table .col:nth-child(even) {
	background: #161E31;
}

.light .premium_programs_home .table .col:nth-child(even) {
	background: rgba(255, 255, 255, 0.82);
}

.premium_programs_home .table .col .date {
	font-size: 17px;
	padding: 3px;
	text-align: center;
	background: #385499;
}

.light .premium_programs_home .table .col .date {
	color: #1A1D2F;
	background: rgba(26, 29, 47, 0.05);
}

.premium_programs_home .table .date .weekday {
	font-size: 15px;
	text-transform: uppercase;
}

.premium_programs_home .table .col:nth-child(even) .date {
	background: #253662;
}

.light .premium_programs_home .table .col:nth-child(even) .date {
	background: rgba(26, 29, 47, 0.1);
}

.premium_programs_home .table .col .row {
	font-size: 15px;
	margin: 20px 0;
	padding: 0 10px;
}

.premium_programs_home .table .title {
	line-height: 19px;
}

.premium_programs_home .table .col .time {
	font-family: 'Roboto', sans-serif;
	color: #FCD6B3;
}

.light .premium_programs_home .table .col .time {
	color: #BE6600;
}

.premium_programs_home .table .live,
.premium_programs_home .table .premiere {
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	line-height: 21px;
	padding: 0 5px;
	margin-left: 5px;
}

.premium_programs_home .table .live,
.premium-program-single .live_status.live,
main.premium_programs_home .one_post .live_status.live {
	background: #E40033;
}

.premium_programs_home .table .premiere,
.premium-program-single .live_status.premiere,
main.premium_programs_home .one_post .live_status.premiere {
	background: #916D2B;
}

.premium_programs_home .schedule .note {
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 21.6px;
	padding-top: 4px;
}

.premium_programs_home .exclusive_video .text,
.premium_programs .trending_video .text,
.premium_programs_home .channel_lists .text {
	text-align: left;
}

.light .premium_programs_home .block_title, .light .premium_programs_home .block_title a {
	color: #333333;
}

.light .premium_programs_home .top_ten .block_title span {
	background: #f0f0f0;
}

.premium_programs_home .top_ten .block_title span {
	position: relative;
	z-index: 3;
	padding-right: 5px;
	background: #12192B;
	padding-right: 10px;
}

.premium_programs_home .top_ten img.number_icon {
	width: 20%;
	float: left;
	margin-left: 0;
	height: 100%;
}
/* 
.premium_programs_home .top_ten img.post_img {
	width: 80%;
	float: right;
	margin-right: 0;
	height: 80%;
} */

.premium_programs_home .top_ten .image {
	width: 100%;
	display: inline-block;
}

.premium_programs_home .top_ten .one_post:last-child .image {
	width: 120%;
}

.premium_programs_home .top_ten .one_post:last-child img.number_icon {
	width: 25%;
	height: 80%;
}

.premium_programs_home .top_ten .one_post:last-child img.post_img {
	width: 75%;
	height: 80%;
}

.premium_programs_home .top_ten .one_post:last-child .text {
	margin-top: -9%;
}

.premium_programs_home .top_ten .image_wrapper {
	float: right;
	width: 80%;
	padding-bottom: 45%;
	background-color: transparent;
}

.premium_programs_home .top_ten .image_wrapper::after {
	clear: both;
}

.premium_programs_home .top_ten .one_post .text {
	text-align: left;
}

.premium_programs_home .documentaries .d_image {
	width: 100%;
	height: 100%;
	max-height: 550px;
	overflow: hidden;
}

.premium_programs_home .documentaries .d_image_each {
	float: left;
	padding-right: 5px;
}

.premium_programs_home .documentaries .d_image_each img {
	width: 100%;
	max-height: 550px;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.premium_programs_home .documentaries .d_image_each::after {
	clear: both;
}

.premium_programs_home .documentaries .with_default_link .default {
	width: 100%;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
	object-position: top;
}

.premium_programs .slick-disabled.slick-prev img,
.premium_programs .slick-disabled.slick-next img {
	display: none;
}

.light .top_featured.one_post .title a {
    color: #FFFFFF;
}

.premium_programs_home .schedule {
	position: relative;
}

.premium_programs_home .schedule .row .trailer {
	display: none;
}

.premium_programs_home .trailer_video_box {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 340px;
	z-index: 120;
	padding: 10px;
	background: #385499;
}

.premium_programs_home #trailer_info {
	display: flex;
	font-size: 15px;
	font-family: "ET Text";
	padding: 10px 0;
}

.premium_programs_home #trailer_info .time {
	display: flex;
	color: #FCD6B3;
	align-items: center;
	border-right: 1px solid;
	padding-right: 10px;
	flex: 0 0 50px;
	line-height: 1.4;
}

.premium_programs_home #trailer_info .col {
	padding-left: 10px;
	color: #fff;
	line-height: 1.4;
}

.premium_programs_home #trailer_info .channel_name {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.premium_programs_home.mobile .exclusive_video.post_list .one_post:nth-child(n+5) {
	display: none;
}
.premium_programs_home.mobile .channel_lists.post_list .one_post:nth-child(n+5) {
	display: none;
}

@media screen and ( max-width: 1400px) {
	.premium_programs_home .top_block .top_featured {
		bottom: 18%;
	}

	.premium_programs_home .top_block .buttons {
		right: 50px;
	}
}

@media screen and ( max-width: 1300px) {
	.premium_programs_home .top_block .top_featured {
		bottom: 20%;
	}

	.premium_programs_home .top_block .title {
		font-size: 30px;
	}
}

@media screen and ( max-width: 1200px) {
	.premium_programs_home .top_block .buttons {
		bottom: 80px;
	}
}

@media screen and ( max-width: 1140px) {
	.premium_programs_home .top_block .title {
		font-size: 25px;
		line-height: 35px;
		height: 72px;
	}
	.premium_programs_home .top_block .desc {
		height: 61px;
		-webkit-line-clamp: 3;
	}
	.premium_programs_home .top_block .text {
		width: 56%;
	}
	.premium_programs_home .top_block .buttons {
		bottom: 60px;
	}
}

@media screen and ( max-width: 1024px ) {
	header .sec_row.homepage_header .one_post {
		display: none;
	}

	.premium_programs_home.desktop .show {
		margin-bottom: 20px;
	}

	.premium_programs_home.desktop .exclusive_video .slick-list {
		height: 300px;
	}

	.premium_programs .desktop .trending_video .slick-list {
		height: 300px;
	}

	.premium_programs_home.desktop .channel_lists .slick-list {
		height: 300px;
	}

	.premium_programs_home.desktop .channel_lists.post_list .one_post {
		min-height: 300px;
	}

	.premium_programs_home .one_post .date {
		font-size: 12px;
	}

	.premium_programs_home .share_link .share, .premium_programs_home .cmt_link .comments {
		font-size: 12px;
	}

	.premium_programs_home.desktop .channel_lists .share_link {
		margin: 0 20px 0 15px;
	}

	.premium_programs_home .top_block .top_featured {
		bottom: 24%;
	}
}

@media screen and ( max-width: 900px) {
	.premium_programs_home .top_block .overlay_bottom {
		display: none;
	}

	.premium_programs_home .top_block .top_featured {
		position: unset;
		padding-bottom: 100px;
	}

	.premium_programs_home .top_block .text {
		width: 100%;
		max-width: 100%;
	}

	.premium_programs_home .show .block_title {
		width: 140px;
	}

	.premium_programs_home .show .block_title .avatar {
		width: 80px;
		height: 80px;
	}

	.premium_programs_home .show .post_list {
		width: calc(100% - 170px);
	}

	.premium_programs_home .top_block.playing .date {
		opacity: 1;
	}
	
	.premium_programs_home .top_block.playing .show_name {
		opacity: 1;
	}
	
	.premium_programs_home .top_block.playing .desc {
		opacity: 1;
	}

	.light .premium_programs_home .top_block .desc {
		color: #333333;
	}

	.premium_programs_home .top_block .buttons {
		bottom: 10px;
	}
	.light .top_featured.one_post .title a {
		color: #333333;
	}
	.light .top_featured.one_post .date {
		color: #333333;
	}
	.light .premium_programs_sp .top_block .show_name a {
		color: #333333;
	}
}

@media screen and ( min-width: 850px) {
	.premium_programs_home .top_block.playing .title {
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
}

@media screen and ( max-width: 700px) {
	.premium_programs_home .top_block .buttons {
		bottom: 0;
	}

	.premium_programs_home .exclusive_video.post_list .one_post:nth-child(n+5) {
		display: none;
	}
	.premium_programs_home .channel_lists.post_list .one_post:nth-child(n+5) {
		display: none;
	}

	.premium_programs_home .top_ten .one_post {
		padding-right: 5px;
	}

	.premium_programs_home .top_ten .one_post .text {
		width: 100%;
		margin-top: 10px;
	}

	.premium_programs_home .show .post_list {
		width: 100%;
	}

	.premium_programs_home .show .show_more {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.premium_programs_home .show .block_title {
		width: 100%;
	}

	.premium_programs_home .show .block_title .avatar {
		margin-left: 0;
		float: left;
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}

	.premium_programs_home .show .block_title .show_name {
		text-align: left;
		font-size: 25px;
	}

	.premium_programs_home .show .block_title .host_name {
		text-align: left;
	}

	/* desktop small width start */
	.premium_programs_home.desktop .exclusive_video .one_post .image {
		float: none; 
		width: 100%;
	}

	.premium_programs_home.desktop .exclusive_video .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.premium_programs_home.desktop .exclusive_video .one_post:nth-child(n+5) {
		display: block;
	}

	.premium_programs_home.desktop .channel_lists .one_post .image {
		float: none; 
		width: 100%;
	}

	.premium_programs_home.desktop .channel_lists .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_home.desktop .channel_lists .one_post:nth-child(n+5) {
		display: block;
	}

	.premium_programs_home.desktop .show .show_more {
		text-align: right;
	}

	.premium_programs .desktop .trending_video .one_post .image {
		float: none; 
		width: 100%;
	}

	.premium_programs .desktop .trending_video .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	/* desktop small width end */
}

@media screen and ( min-width: 540px) {
	.premium_programs_home .series_list .one_post .image,
	.premium_programs_cat .series_list .one_post .image {
		float: none;
		width: 100%;
	}
	
	.premium_programs_home .series_list .one_post .text,
	.coming_soon .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.premium_programs_home .series_list .one_post .title {
		margin-top: 15px; 
	}

	.premium_programs .trending_video .one_post .image {
		float: none;
		width: 100%;
	}
	
	.premium_programs .trending_video .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.premium_programs .trending_video .one_post .title {
		margin-top: 15px; 
	}	
}
@media (max-width: 110px) {
	#login_wrapper .user-small-icon {
		margin-right: 0;
	}
}
@media screen and ( max-width: 540px) {
	.premium_programs_home #top_slideshow .slick-arrow {
		margin: 0;
	}

	.premium_programs_home .top_block .buttons {
		bottom: 40px;
		right: 10px;
	}

	.premium_programs_home .top_block .buttons>div {
		width: 35px;
		height: 35px;
		margin: 0 5px;
	}

	.premium_programs_home .top_block .top_featured {
		padding-bottom: 20px;
	}

	.premium_programs_home .container {
		padding: 0 15px;
	}

	.premium_programs_home .show .block_title .avatar {
		height: 60px;
		width: 60px;
		margin-right: 15px;
	}
	.premium_programs_home .show .block_title .show_name {
		font-size: 20px;
		line-height: 21px;
		margin-top: 10px;
	}
	.premium_programs_home .top_block .banner.desktop {
		display: none;
	}
	.premium_programs_home .top_block .banner.mobile {
		display: block;
	}
	.slick-list {
		padding: 0 20% 0 20% !important;
	}
	.premium_programs .trending_video .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .top_ten .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .series_list .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .documentaries .slick-list {
		padding:0 20% 0 0 !important;
	}
	.premium_programs_home .show_list .slider {
		margin: 0 5px;
	}
	.premium_programs_home .series_list .one_post .image {
		float: unset;
		width: 100%;
	}
	.premium_programs_home .series_list .one_post .text {
		float: unset;
		width: 100%;
		padding-left: 0;
	}
	.premium_programs .trending_video .one_post .image {
		float: unset;
		width: 100%;
	}
	.premium_programs .trending_video .one_post .text {
		float: unset;
		width: 100%;
		padding-left: 0;
	}
	.slick-slide img {
		opacity: 0.7;
	}
	.slick-current img {
		opacity: 1;
	}
	.slick-prev {
		left: 0;
	}
	.premium_programs_home .one_post .show_name {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		width: calc(100% - 40px);
		line-height: 30px;
		float: right;
	}
	.premium_programs_home .live .one_post .show_name {
		width: inherit;
	}
	
	.premium_programs_home .one_post.top_featured .show_name {
		float: none;
	}
	.premium_programs_home .show .block_title {
		width: 100%;
	}
	.premium_programs_home .show_more {
		display: block;
	}
	.premium_programs_home .latest {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.premium_programs_home .schedule {
		margin-bottom: 60px;
	}

	.premium_programs_home .table .live {
		font-size: 12px;
	}
}

@media screen and ( max-width: 425px) {
	.premium_programs_home .top_block .buttons {
		bottom: 40px;
	}
	.premium_programs_home .top_block.playing .buttons {
		bottom: 60px;
	}
	.premium_programs_home .top_block .banner {
		width: 100%;
	}
	.premium_programs_home .top_block.playing .banner {
		width: 90%;
	}
}

/* start premium cat style */
.premium_programs_cat .top_banner {
	position: relative;
	padding-bottom: 48%;
	overflow: hidden;
	background-color: #12192B;
}

.cinema .premium_programs_cat .top_banner {
	background-color: #000;
}

.premium_programs_cat .top_banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top_ad_banner .premium_programs_cat .top_banner img {
	top: 10vw;
}

.premium_programs_cat.mobile .top_banner img {
	top: 0;
}

.top_ad_banner .premium_programs_cat.mobile .top_banner img {
	top: 90px;
}

.premium_programs_cat .top_banner .logo_img img {
	margin: 0px 0px 10px 60px;
	position: static;
	width: auto;
}

.premium_programs_cat .top_banner .overlay_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(180deg, rgba(18, 25, 43, 0) 0%, rgba(18, 25, 43, 0.7) 49.03%, #12192B 100%);
}

.light .premium_programs_cat .top_banner .overlay_bottom {
	background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 49.03%, #f0f0f0 100%);
}

.premium_programs_cat .icon {
	display: inline-block;
	color: #FCD6B3;
	font-family: 'Genericons';
	/* background-color: #12192B; */
	width: 55px;
	height: 55px;
	border-radius: 50%;
	/* vertical-align: text-bottom; */
}

.premium_programs_cat span.save:before {
	font-size: 48px;
	content: "\f157";
}

.premium_programs_cat span.share:before {
	font-size: 46px;
	content: "\f1a3";
}

.cinema .premium_programs_cat .top_banner .overlay_bottom {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 49.03%, #000000 100%);
}

.creations .premium_programs_cat .top_banner .overlay_bottom {
	background: none;
}

.premium_programs_cat .align_center {
	font-family: 'ET Text', sans-serif;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff;
}

.term-tv-series .premium_programs_cat .align_center {
	padding: 0 30px;
}

.top_ad_banner .term-tv-series .premium_programs_cat .align_center {
	padding: 20vw 30px;
}

.premium_programs_cat .top_banner .description {
	position: absolute;
	width: 40%;
	max-width: 450px;
	left: 0;
	bottom: 5%;
}

.premium_programs_cat .top_banner .description .text {
	margin: 0px 0px 20px 60px;
	color: #FFFDFD;
	font-size: 16px;
	line-height: 22px;
}

.premium_programs_cat .container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.premium_programs_cat .about_section {
	/* max-width: 1260px; */
	margin: 0 auto;
	padding: 0 30px;
}

.premium_programs_cat .top_article {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}

.premium_programs_home .top_article {
	display: inline-block;
	width: 100%;
}

.premium_programs_home .top_article .left_col,
.premium_programs_cat .top_article .left_col {
	float: left;
	width: calc(50% - 40px);
	font-size: 0;
	margin-right: 40px;
}

.premium_programs_home .top_article .left_col .image {
	position: relative;
}

.premium_programs_home .top_article.two_cols .left_col {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.premium_programs_home .top_article .right_col,
.premium_programs_cat .top_article .right_col {
	position: relative;
	float: right;
	width: calc(50% - 40px);
}

.premium_programs_cat .top_article .right_col {
	font-family: 'ET Text';
}

.premium_programs_home .top_article.two_cols .right_col {
	width: calc(50% - 20px);
}

.premium_programs_cat .top_article .right_col .eet_video_icon {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	right: 0;
	top: 40%;
	margin: 0 auto;
	background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
	background-size: cover;
}

.premium_programs_cat .top_article .feature,
.premium_programs_home .top_article .feature {
	padding-right: 10%;
}

.premium_programs_cat .align_center img {
	display: inline-block;
	width: 100%;
}

.premium_programs_cat .top_article  .feature .date,
.premium_programs_home .top_article  .feature .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.premium_programs_cat .top_article .feature .title,
.premium_programs_home .top_article .feature .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 40px;
	letter-spacing: -0.4px;
	line-height: 46px;
	padding: 12px 0 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.premium_programs_cat .align_center .block_title.first_page {
	margin-top: 50px;
}

.premium_programs_cat .sub_title,
.premium_programs_home .top_article .sub_title {
	color: #EEEEEE;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.light .premium_programs_cat .sub_title {
	color: #333333;
}

.premium_programs_cat .sub_title .time_diff,
.premium_programs_home .top_article .sub_title .time_diff {
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
}

.premium_programs_cat .channel {
	font-size: 12px;
	line-height: 15px;
}

.premium_programs_cat .top_article .feature .desc,
.premium_programs_home .top_article .feature .desc {
	display: block;
	display: -webkit-box;
	height: 88px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'ET Text';
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	color: #FFFFFF;
}

.premium_programs_cat .top_post .image {
	position: relative;
}

.premium_programs_home .top_post .image img,
.premium_programs_cat .top_post .image img {
	width: 100%;
}

.premium_programs_cat .tags,
.premium_programs_cat .sec {
	position: relative;
	margin-top: 20px;
	clear: left;
}

.premium_programs_cat .tags {
	position: relative;
	margin-top: 20px;
}

.premium_programs_cat .tags span {
	display: inline-block;
	position: relative;
	color: #FFFAFA;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 39.36px;
	z-index: 3;
	padding-right: 10px;
	margin-bottom: 10px;
}

.light .premium_programs_cat .tags span {
	color: #333333;
}

.premium_programs_cat .card_list {
	display: inline-block;
	width: 100%;
}

.premium_programs_cat .card_list .card {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.premium_programs_cat .card .image .container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	background: #000;
}

.premium_programs_cat .card .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
}

.premium_programs_cat .card_list .card:nth-child(5n+1) {
	clear: both;
}

.premium_programs_cat .card_list .card:nth-child(5n) {
	margin-right: 0;
}

.premium_programs_cat .card .image {
	font-size: 0;
}

.premium_programs_cat .card .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-top: 10px;
}

.premium_programs_cat .card .title {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 77px;
	font-size: 18px;
	line-height: 21px;
	padding: 14px 0 6px;
}

.premium_programs_cat .card .sub_title {
	padding-top: 6px;
}

.premium_programs_cat .title a {
	color: #fff;
}

.premium_programs_home .feature a {
	color: #fff;
}

.premium_programs_cat footer {
	padding: 100px 0;
}

.premium_programs_cat footer img {
	display: block;
	margin: 0 auto;
}

.premium_programs_cat .show_list {
	display: inline-block;
	width: 100%;
	margin-bottom: 75px;
}

.premium_programs_cat .show_list .slider {
	float: left;
	width: 19.2%;
}

.premium_programs_cat .series_list .slick-arrow {
	top: 15%;
}

.premium_programs_cat .series_list .card {
	margin-right: 15px !important;
	text-align: left;
}

.premium_programs_cat .series_list .card:nth-child(4n) {	
	margin-right: 15px !important;	
}	

.premium_programs_cat .series_list .card:nth-child(4n+1) {	
	clear: none !important;	
}	
	
.premium_programs_cat .series_list .card:nth-child(2n+1) {	
	clear: none !important;	
}

.premium_programs_cat .tabs {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	line-height: 27px;
	border-bottom: 1px solid #888;
	padding: 0 30px;
	margin-bottom: 30px;
}

.premium_programs_cat .tabs .tablink {
	margin-right: 40px;
}

.premium_programs_cat .tabs a {
	color: #fff;
}

.light .premium_programs_cat .tabs a {
	color: #333333;
}

.premium_programs_cat .tabs a.active {
	border-bottom: 6px solid #8689D3;
}

.premium_programs_cat .tabcontent {
	display: none;
}

.premium_programs_cat .tabcontent.active {
	display: block;
}

.premium_programs_cat .top_block {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.premium_programs_cat .top_article .feature .title,
	.premium_programs_home .top_article .feature .title {
		font-size: 25px;
		line-height: 28px;
		padding: 10px 0;
	}
	.premium_programs_cat .top_article .feature .sub_title {
		margin-bottom: 10px;
	}
	.premium_programs_cat .card_list .card {
		display: inline-block;
		width: 49%;
		margin-right: 2%;
		padding-bottom: 8px;
	}
	.premium_programs_cat .card:nth-child(2n) {	
		margin-right: 0;	
	}	
	premium_programs_cat .card:nth-child(2n+1) {	
		clear: both;	
	}
}

.premium_programs_cat .block_title {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.premium_programs_cat .block_title .avatar {
	float: left;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
	width: 80px;
}
.premium_programs_cat .block_title .show_name {
	color: #FCD6B3;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 25px;
	line-height: 30px;
	margin-top: 17px;
	text-transform: uppercase;
}
.premium_programs_cat .block_title .show_name {
	color: #FCD6B3;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}
.premium_programs_cat .block_title .host_name {
	color: #EEEEEE;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.premium_programs_cat .align_center .tags {
	position: relative;
}

.premium_programs_cat .align_center .tags span {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 21.6px;
	z-index: 3;
	padding-right: 10px;
	background: #12192B;
}

.cinema .premium_programs_cat .align_center .tags span {
	background: #000000;
}

.premium_programs_cat .align_center .tags:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #283B6B;
}
@media only screen and (max-width: 640px) {
	.premium_programs_cat.mobile .top_banner {
		padding-bottom: 106%;
	}
	.premium_programs_cat .top_banner .overlay_bottom {
		display: none;
	}
	.premium_programs_cat .align_center {
		top: 260px;
		left: 0;
		padding: 30px 15px 0;
		margin-bottom: 0;
	}
	.premium_programs_cat .top_article {
		font-size: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.premium_programs_cat .top_article .left_col, .premium_programs_cat .top_article .right_col,
	.premium_programs_home .top_article .left_col, .premium_programs_home .top_article .right_col,
	.premium_programs_home .top_article.two_cols .left_col,
	.premium_programs_home .top_article.two_cols .right_col {
		width: 100%;
	}
	.premium_programs_cat .top_article .feature {
		padding: 0;
	}
	.premium_programs_cat .top_article .feature .title,
	.premium_programs_home .top_article .feature .title {
		font-size: 25px;
		font-weight: 600;
		letter-spacing: -0.3px;
		line-height: 35px;
		padding: 8px 0 0;
	}
	.premium_programs_home .top_article.two_cols .left_col .one_post {
		padding-bottom: 20px;
	}
	.premium_programs_cat .top_article .feature .sub_title {
		margin: 20px auto;
	}
	.premium_programs_cat .top_article .feature .desc {
		height: 66px;
		-webkit-line-clamp: 3;
	}
	.premium_programs_cat .top_article .right_col {
		padding: 20px 0 0;
	}
	.premium_programs_cat .top_article .right_col .eet_video_icon {
		width: 50px;
		height: 50px;
	}
	.premium_programs_cat .align_center .block_title.first_page {
		margin-top: 0;
		padding: 10px;
	}
	.premium_programs_cat .align_center .tags:after {
		content: '';
		position: absolute;
		top: 13px;
		left: 0;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #283B6B;
	}	
	.premium_programs_cat .block_title {
		margin-bottom: 5px;
	}
	.premium_programs_cat .block_title.first_page {
		padding-top: 60px;
	}
	.premium_programs_cat .block_title .premium_logo {
		display: block;
		max-width: 295px;
		padding-bottom: 34px;
	}
	.premium_programs_cat .block_title .avatar {
		height: 60px;
		width: 60px;
		margin-right: 15px;
	}
	.premium_programs_cat .block_title .show_name {
		font-size: 20px;
		line-height: 21px;
		margin-top: 10px;
		width: calc(100% - 80px);
		float: left;
	}
	.premium_programs_cat .block_title .host_name {
		width: calc(100% - 80px);
		float: left;
	}
	.premium_programs_cat .align_center .tags {
		margin: 15px 0;
	}
	.premium_programs_cat .align_center .tags:after {
		left: 15px;
		width: calc(100% - 30px);
	}
	.premium_programs_cat .align_center .tags span {
		margin-bottom: 0;
	}
	.premium_programs_cat .card_list .card {
		display: inline-block;
		width: 100%;
		padding: 20px 0 0;
		margin-right: 0;
	}
	.premium_programs_cat .card_list .card:first-child {
		padding-top: 0;
	}
	.premium_programs_cat .card_list .card .image {
		float: left;
		width: 45%;
	}
	.premium_programs_cat .card_list .card .text {
		float: left;
		width: 55%;
		padding: 0 0 0 10px;
	}
	.premium_programs_cat .card_list .text .title,
	.premium_programs_cat .post_list .text .title {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: -0.2px;
		line-height: 21px;
		height: 63px;
		padding: 0;
		margin-top: 0;
	}
	.premium_programs_cat .card_list .card .sub_title,
	.premium_programs_cat .post_list .card .sub_title {
		margin-bottom: 0;
	}
	.premium_programs_cat .card_list .card .sub_title .channel {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		width: 80%;
		line-height: 30px;
		float: right;
	}
	.premium_programs_cat footer {
		padding: 176px 0 60px;
	}
	.premium_programs_cat .show_list {
		margin-bottom: 40px;
	}
	.premium_programs_cat .series_list {
		margin-bottom: 40px;
	}
}
/* end premium cat style */

/* premium cat about start*/
.premium_programs_cat .about {
	width: 100%;
	position: relative;
	display: inline-block;
}

.premium_programs_cat .about_the_show .content {
	word-break: keep-all;
}

.premium_programs_cat .about_the_show .content::after {
	border-right: 1px solid #283B6B;
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 100%;
}

.premium_programs_cat .about .title {
	color: #FCD6B3;
	font-size: 18px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

.premium_programs_cat .about .content {
	color: #fff;
	font-size: 16px;
	margin: 20px 0 20px 0;
	position: relative;
	padding-right: 20px;
}

.light .premium_programs_cat .about .content {
	color: #000;
}

.premium_programs_cat .align_center .tags .about_btn {
	display: none;
}

@media only screen and (max-width: 1300px) {
	.premium_programs_cat .about_the_show {
		width: 49%;
	}

	.premium_programs_cat .about_the_editor {
		width: 49%;
	}
}

@media only screen and (max-width: 640px) {
	.premium_programs_cat .about_section .block_title.first_page {
		padding-top: 30px;
	}

	.premium_programs_cat .align_center .tags .about_btn {
		display: inline-block;
		cursor: pointer;
		padding: 10px 0;
	}

	.premium_programs_cat .align_center .tags .all_video_btn {
		cursor: pointer;
		border: none;
		padding: 10px 0;
		margin-right: 30px;
	}

	.premium_programs_cat .align_center .tags .all_video_btn.active {
		border-bottom: 1px solid #FCD6B3;
	}

	.premium_programs_cat .align_center .tags .about_btn.active {
		border-bottom: 1px solid #FCD6B3;
	}

	.premium_programs_cat .about_section {
		display: none;
	}

	.premium_programs_cat .about_section.active {
		z-index: 1;
		display: block;
	}

	.premium_programs_cat .all_videos.hide {
		display: none;
	}

	.premium_programs_cat .align_center .pagination.hide {
		display: none;
	}

	.premium_programs_cat .align_center .tags.multi_btn::after {
		content: none;
	}

	.premium_programs_cat .about .about_the_show, .premium_programs_cat .about .about_the_editor {
		float: none;
		width: 100%;
	}

	.premium_programs_cat .about_the_show .content::after {
		border-bottom: 1px solid #283B6B;
		border-right: none;
		content: '';
		position: absolute;
		top: unset;
		bottom: -10px;
		left: 0;
		width: 95%;
		height: 1px;
	}

	.premium_programs_cat .about .about_the_editor .content {
		margin: 20px 0;
	}
}

@media only screen and (max-width: 600px) {
	.premium_programs_cat .about {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 320px) {
	.premium_programs_cat .about_section .block_title .show_name {
		font-size: 18px;
	}
}

/* premium cat about end*/

main.premium_programs_saved_video .container {
	min-height: 100vh;
}

/* single post start */
body.single {
	background: #12192B;
}

main.premium-program-single,
main.premium_programs_cat {
	max-width: 100%;
	/* padding: 30px 0 0 0; */
}

.single header.premium_programs,
.cinema header.premium_programs {
	position: relative;
	background: transparent;
	background-color: #12192B;
	z-index: 100;
}

.premium-program-single .main_container {
	max-width: 1260px;
	margin: 0 auto;
}

.premium-program-single .main_container .col.left {
	width: 70%;
	padding-right: 20px;
	margin-bottom: 30px;
}

.premium-program-single .main_container .col.right {
	width: 30%;
	margin-bottom: 30px;
}
/* add share button for popup*/

.sharing_popup_container .telegram {
	background: url(/assets/themes/eet/images/telegram-icon.png) no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

.sharing_popup_container .telegram>a:after {
	content: "Telegram";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .fb {
	background-color: #1877f2;
}

.sharing_popup_container .fb::before {
	content: "\f12d";
	font-family: 'Genericons';
	font-size: 17px;
	line-height: 25px;
	display: block;
	color: #fff;
}

.sharing_popup_container .fb>a:after {
	content: "Facebook";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .twitter {
	background-color: #1da1f2;
}

.sharing_popup_container .twitter::before {
	content: "\f17c";
	font-family: 'Genericons';
	font-size: 17px;
	line-height: 25px;
	display: block;
	color: #fff;
}

.sharing_popup_container .twitter>a:after {
	content: "Twitter";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container #copy_current_url{
	padding: 0;
	margin-top: 0;
	background: #fff;
}

.sharing_popup_container .copy_link{
	display: inline-block;
	width: 100%;
	background: #2078bf;
	color: white;
	padding: 0 25px;
	vertical-align: top;
	line-height: 31px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin-bottom: 15px;
}

#social_popup_overlay {
	z-index: 10000 !important;
}

@media only screen and (max-width: 540px) {
	.sharing_popup_container .minds {
		display: none;
	}

	.sharing_popup_container .mewe {
		display: none;
	}
}

/* add share button for popup end*/

.premium-program-single .video {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}

.premium-program-single .featured_caption {
	text-align: center;
	color: #aaa;
	font-size: 14px;
}

.premium-program-single .hidden {
	display: none;
}

.premium-program-single .video_fit_container {
	background: #000;
}

.premium-program-single .video_fit_container .vjs-countdown {
	right: 0;
	left: auto;
	color: #520D09;
	background: linear-gradient(90deg, #F5D5B3 0%, #D69D62 90%);
	padding: 4px 8px;
	border-radius: 4px 0 0 4px;
}

.premium-program-single #show_offer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
}

.premium-program-single .loading_ring {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	margin: auto;
}

.premium-program-single .loading_ring:after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #FCD6B3;
	border-color: #FCD6B3 transparent #FCD6B3 transparent;
	animation: loading_ring 1.1s linear infinite;
}


.premium-program-single .videobox {
	position: relative;
	max-width: 1159px;
	margin: 0 auto;
}

.premium-program-single .video_col_2 .videobox,
.premium-program-single .video_col_2 .leftcol {
	position: unset;
	float: left;
	width: 71.5%;
}

.premium-program-single .video_col_2 #show_offer {
	min-height: 700px;
}

.premium-program-single .video_col_2 #chatbox {
	float: right;
	width: 28%;
}

.premium-program-single .video_col_2 #chatbox.hidden {
	display: none;
}

.premium-program-single #chatbox .header {
	/* position: relative; */
	font-size: 13px;
	color: #dff1ff;
	padding: 12px 16px 11px;
	line-height: 17px;
	background: #051931;
	border: 1px solid #01294c;
	width: 100%;
	float: left;
}

.premium-program-single #chatbox .header .watching::before {
	content: '\f1b8';
	font-family: 'Genericons';
	font-size: 14px;
	color: #64BAF9;
	vertical-align: middle;
}

.premium-program-single .header .invite,
.premium-program-single .post_info .invite {
	background: #FCD6B3;
	color: #351900;
	border-radius: 4px;
	padding: 4px;
	display: none;
}

.premium-program-single #chatbox .header .live_status,
.premium-program-single #chatbox .header .chat_label,
.premium-program-single .post_info .live_status,
.premium-program-single .post_info .chat_label {
	margin-right: 10px;
}

.premium-program-single .featured_img.video_col_2 .chat_label {
	float: left;
}

.premium-program-single .invite {
	margin-right: 10px;
}

.premium-program-single .post_info .invite {
	margin: 0 10px;
}

.premium-program-single .invite::before{
	content: "\f144";
	font-family: 'Genericons';
	vertical-align: text-bottom;
}

.premium-program-single .post_info .expand {
	vertical-align: middle;
}

.premium-program-single #chatbox .header .close:before {
	content: '\f107';
	font-family: 'Genericons';
	cursor: pointer;
}

.premium-program-single #chatbox .body {
	height: auto;
	width: 100%;
	float: right;
}

.premium-program-single .preview_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.premium-program-single .main_container .post_content {
	width: 100%;
	margin: 0 auto;
}

.premium-program-single .post_content .article {
	width: 80%;
	max-width: 1159px;
	margin: 0 auto;
	margin-top: 40px;
}

.premium-program-single .main_container .article_content ul, 
.premium-program-single .main_container .article_content ol {
	padding-left: 1.8rem;
	margin-bottom: 25px;
}

.premium-program-single .main_container .article_content ul li, 
.premium-program-single .main_container .article_content ol li {
	list-style-type: unset;
	line-height: 25px;
	margin-bottom: 8px;
	font-size: 17px;
}

.premium-program-single .post_content .article .title {
	text-align: center;
	max-width: 800px;
	width: 80%;
	color: #fff;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: italic;
	line-height: 58px;
	letter-spacing: -0.4px;
	font-size: 45px;
	margin: 0 auto;
}

.premium-program-single .post_info {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin: 15px 0 0;
	padding: 0;
}

.premium-program-single .video_col_2 .post_info {
	float: left;
	width: 71%;
	padding: 0;
}

.premium-program-single .post_info>span {
	margin-right: 10px;
}

.premium-program-single .channel_date {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	line-height: 16px;
	font-size: 13px;
}

.premium-program-single .channel_name {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
}

.premium-program-single .live_status,
main.premium_programs_home .one_post .live_status {
	font-family: 'Roboto', sans-serif;
	line-height: 16px;
	font-size: 14px;
	padding: 5px 5px;
	border-radius: 2px;
	display: none;
}

main.premium_programs_home .one_post .live_status {
	position: absolute;
	bottom: 0;
	z-index: 50;
	color: white;
}

.premium-program-single .live_status:before,
main.premium_programs_home .one_post .live_status:before {
	content: '\f1bb';
	font-family: 'Genericons';
	font-size: 14px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}

.premium-program-single .post_info .live_chat {
	position: relative;
	color: #FFF9FA;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 8px;
	background: #252D3F;
	border-radius: 4px;
	float: right;
	cursor: pointer;
	display: none;
}

.premium-program-single .post_info .live_chat.visible {
	display: inline;
}

.premium-program-single .post_info .live_chat .tooltip {
	visibility: hidden;
	background-color: black;
	font-size: 12px;
	color: #C7C7C7;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 1;
  }
  
  .premium-program-single .post_info .live_chat:hover .tooltip {
	visibility: visible;
  }

.premium-program-single .channel_ymk_social {
	float: right;
}

.premium-program-single .post_date {
	display: none;
}

.premium-program-single .post_date>span {
	margin-right: 10px;
}

.premium-program-single .save_video,
.premium-program-single .cast_video {
	display: inline-block;
	margin-left: 30px !important;
	font-size: 15px;
	color: #fff;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

.premium-program-single .save_video span:before,
.premium-program-single .cast_video span:before {
	font-size: 18px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #FCD6B3;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.premium-program-single .save_video span:before {
	content: "\f1a7";
}

.premium-program-single .cast_video span:before {
	content: "\f1bf";
	margin-right: 6px;
}

.premium-program-single .donate span:before {
	margin-right: 4px;
}

.premium-program-single .save_video .saved {
	display: none;
}

.premium-program-single .save_video .saved:before {
	content: "\f1a8";
	color: #FCD6B3;
}

.premium-program-single .save_video.active .save {
	display: none;
}

.premium-program-single .save_video.active .saved {
	display: block;
}

.premium-program-single .info .social_bar a.cast_video {
	display: none;
}

.premium-program-single .article_content {
	max-width: 800px;
	width: 80%;
	height: 100%;
	overflow: hidden;
	margin-top: 29px !important;
	color: #fff;
	margin: 0 auto;
}

.premium-program-single .article_content p {
	font-family: 'ET Text';
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 25px;
}

.premium-program-single .article_content a {
	color: #218cff !important;
}

.premium-program-single #bottom_comments_premium {
	width: 100%;
	margin-top: 100px;
}

.premium_programs #remark-side-panel {
	color: #fff;
	z-index: 10;
	width: 100%;
	min-width: 100%;
	background: transparent;
}

.premium_programs .post_content #remark-side-panel {
	position: relative;
	display: block;
}

.premium_programs #remark-side-panel .remark-wrapper {
	height: calc(100% - 80px);
}

.premium_programs #remark {
	height: 100%;
}

#remark-side-panel .login_wrapper {
	color: #000;
}

#remark-side-panel #hide_show_comments {
	display: none;
}

.premium_programs #remark-side-panel .close a:before {
	color: #fff;
}

.premium_programs #remark .root_theme_eetwdark .root__pinned-comments p {
	color: #000000;
}

#hide_show_comments a {
	color: #fff;
}

.donation-box {
	display: none;
}

.premium-program-single .post_content .article-below-offers {
	display: none;
	text-align: center;
}

.premium-program-single .post_content .article-below-offers iframe {
	max-width: 1159px;
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
}

.premium-program-single #social_popup_overlay {
	z-index: 10000;
}

.premium-program-single .share_dropdown {
	display: none !important;
}

body.single.premium_programs #footer {
	background: #12192B;
}

body.light.single.premium_programs #footer {
	background: #f0f0f0;
}

footer.premium_program#footer .container {
	max-width: 1050px;
	color: #FFFDFD;
	padding-top: 30px;
}

.light footer.premium_program#footer .container {
	color: #333333;
}

footer.premium_program#footer .link_menu {
	width: 30%;
	text-align: center;
	margin: 0 0 35px 0;
}

footer.premium_program#footer .link_menu .subscribe {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}

footer.premium_program#footer .link_menu .offer {
	font-size: 16px;
	margin-bottom: 15px;
}

footer.premium_program#footer .sub-btn {
	cursor: pointer;
	background: linear-gradient(0deg, #DC463E, #DC463E), rgba(255, 255, 255, 0.4);
	border: none;
	width: 80%;
	padding: 10px 16px;
	height: 44px;
	margin-bottom: 8px;
	color: #FFFDFD;
	font-size: 16px;
}

footer.premium_program#footer .ad-container .sub-btn {
	width: 14%;
}

footer.premium_program#footer .link_menu .access {
	font-size: 12px;
	margin-bottom: 20px;
}

footer.premium_program#footer .full_menu_items {
	width: 70%;
	float: right;
	text-align: left;
	margin-top: 0;
	border-left: none;
}

footer.premium_program#footer .full_menu_items .col {
	padding-bottom: 30px;
}

footer.premium_program#footer .full_menu_items .col>span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
}

footer.premium_program#footer .full_menu_items>span {
	padding-left: 10%;
	width: 25%;
}

footer.premium_program#footer ul.sub-menu li {
	line-height: 2.0;
}

footer.premium_program#footer a {
	color: #e7e7e7;
}

.light footer.premium_program#footer a {
	color: #333333;
}

footer.premium_program img {
	max-height: 40px;
	max-width: 80%;
}

footer.premium_program#footer .ad {
	display: inline-block;
	background: #081A37;
	width: 100%;
	padding: 48px 0;
}

footer.premium_program#footer .ad .ad-container {
	max-width: 1050px;
	margin: auto;
}

footer.premium_program#footer .ad .title {
	font-weight: 600;
	font-size: 28px;
	float: left;
	width: 20%;
	color: #FFF;
	line-height: normal;
}

footer.premium_program#footer .ad .text {
	color: #FFFDFD;
	float: left;
	width: 60%;
	text-align: left;
}

footer.premium_program#footer ul.sub-menu li {
    list-style: none;
}

footer.premium_program#footer .app_store {
    margin: 0;
}

.premium-program-single .watching, .premium-program-single .views {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

.premium-program-single .header .watching {
	color: #64BAF9;
}

.premium-program-single .watching.hide {
	display: none;
}

.premium-program-single #chatbox .header .close {
	font-size: 13px;
	color: #dff1ff;
	opacity: 1;
}

@media only screen and (max-width: 1160px) {
	.premium-program-single .post_content #bottom_comments_premium {
		width: 80%;
	}
	.premium-program-single #show_offer {
		min-height: 700px;
	}
}

@media only screen and (max-width: 1300px) {
	.premium-program-single.paid .main_container {
		max-width: 900px;
	}
	.premium-program-single.paid .main_container .post_content #bottom_comments_premium {
		width: 90%;
	}
}

@media only screen and (max-width: 1000px) {
	.single header .top_row,
	.premium_page header .top_row {	
		margin-bottom: 0;	
	}

	.premium-program-single .videobox,
	.premium-program-single .video_col_2 .videobox {
		width: 100%;
	}

	.premium-program-single .videobox {
		float: left;
	}

	.premium-program-single #chatbox,
	.premium-program-single .video_col_2 #chatbox {
		width: 100%;
	}

	.premium-program-single #chatbox {
		touch-action: none;
		overscroll-behavior: contain;
		float: right;
		/* height: 100%;
		overflow: hidden; */
	}

	.premium-program-single .post_info {
		width: 100%;
		padding: 0 15px 6px;
		float: left;
		font-weight: normal;
		font-size: 13px;
	}

	.premium-program-single #chatbox + .post_info {
		border-bottom: 1px solid #017CD6;
	}

	.premium-program-single .post_info .watching {
		color: #64BAF9;
	}

	.premium-program-single .post_info .watching::before {
		content: '\f1b8';
		font-family: 'Genericons';
		font-size: 14px;
		color: #64BAF9;
		vertical-align: middle;
	}

	.premium-program-single .post_info .invite::before {
		vertical-align: middle;
	}

	.premium-program-single .post_info .expand::after {
		content: '';
		width: 10px;
		height: 10px;
		display: inline-block;
		border: solid #0093FD;
		border-width: 0 2px 2px 0;
		margin-left: 6px;
		margin-bottom: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	#chatbox .header .live_status {
		display: none;
	}

	#footer.onlive {
		display: none;
	}
}

@media only screen and (max-width: 770px) {
	.premium-program-single #show_offer {
		min-height: 950px !important;
	}
}

/* single end */

/* single mobile start */
@media only screen and (max-width: 540px) {
	.premium-program-single .featured_caption {
		width: 100%;
		margin-bottom: 10px;
	}

	.premium-program-single .post_content .video {
		width: 100%;
	}

	.premium_programs header .container .nav_menu {
		top: 88px;
	}

	/* post single page css start */
	/* header modify */

	.premium-program-single .video_fit_container iframe {
		width: 100%;
	}

	.premium-program-single .post_content .article {
		margin-top: 0px;
		width: 100%;
		padding: 0 15px;
	}

	.premium-program-single .post_content .article .title {
		width: 100% !important;
		color: #FFFFFF;
		font-family: 'Source Serif';
		font-weight: inherit;
		font-variation-settings: 'wght' 600, 'opsz' 40;
		font-size: 25px;
		font-style: italic;
		letter-spacing: -0.3px;
		line-height: 35px;
		margin: 0 auto;
	}

	.premium-program-single .article .author {
		margin-top: 30px;
		width: 100%;
	}
	.premium-program-single .post_info .channel_date {
		display: none;
	}

	.premium-program-single .post_info .channel_name {
		display: none;
	}
	.premium-program-single .post_info .channel_ymk_social {
		float: none;
	}
	.premium-program-single .post_date {
		display: block;
		color: #fff;
		margin-bottom: 10px;
	}
	.light .premium-program-single .post_date {
		color: #333333;
	}
	.premium-program-single .saved_video {
		display: inline-block;
		margin-left: 11px !important;
	}

	.premium-program-single .saved_video span.saved {
		font-size: 11px;
		line-height: 12px;
		display: block;
		margin-top: 9px;
	}

	.premium-program-single .saved_video img {
		width: 11px;
	}

	span.premium_social {
		display: block;
		height: 30px;
		width: 170px;
		text-align: center;
		margin: 0 auto;
	}

	span.channel_ymk_social {
		float: left;
	}

	.epochtv_cinema_single .info.post_content {
		padding: 0;
	}

	.epochtv_cinema_single .post_content .article_content {
		width: 100%;
		color: #FFFFFF;
		font-family: 'ET Text';
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 30px;
		height: 100%;
	}

	.premium-program-single .post_content #bottom_comments_premium {
		background-color: transparent;
		display: none;
	}


	.premium-program-single .article_content p {
		line-height: 22px;
		font-size: 16px;
	}

	.premium-program-single .article_content a {
		color: #218cff !important;
	}

	.premium-program-single .article_addition {
		position: absolute;
		top: 45px;
		right: 10px;
		z-index: 10000;
		background-color: #12192b;
		width: 15px;
		text-align: right;
	}

	.single footer.premium_program a {
		background-color: transparent !important;
	}

	.premium-program-single .post_content iframe {
		width: 100%;
		margin-top: 0;
	}

	footer {
		display: block;
		margin-top: -10px;
	}

	body.single footer .logo a {
		background-color: transparent;
	}

	footer.premium_program#footer {
		width: 100%;
		background: linear-gradient(180deg, #12192B 0%, #000000 100%);
	}

	.light footer.premium_program#footer {
		background: linear-gradient(180deg, #f0f0f0 0%, #f0f0f0 100%);
	}

	footer .bottom_logo .logo {
		width: 197px;
		height: 54.96px;
	}

	footer, footer a, .premium_programs footer a {
		background-color: transparent;
	}

	.premium_programs #remark-side-panel {
		bottom: 0;
		height: 100%;
		background-color: #12192b;
		border-color: #12192b;
		z-index: 10000;
	}

	.premium_programs.cinema #remark-side-panel {
		background-color: #000000;
		border-color: #000000;
	}

	.premium_programs #remark-side-panel .remark-wrapper {
		height: 100%;
		padding: 0;
	}

	.premium_programs #remark-side-panel #remark {
		height: 100%;
		overflow: hidden;
	}

	footer.premium_program img.logo {
		max-height: 24px;
	}

	footer.premium_program#footer .link_menu {
		width: 100%;
	}

	footer.premium_program#footer .full_menu_items {
		width: 100%;
		border-left: none;
		margin-top: 0;
	}

	footer.premium_program#footer .full_menu_items>span {
		padding-left: 0;
	}
	
	footer.premium_program#footer .full_menu_items>span {
		width: 50%;
	}

	footer.premium_program#footer .ad .title {
		width: 100%;
	}
	
	footer.premium_program#footer .ad .text {
		width: 100%;
		line-height: 1.4;
		padding: 20px;
	}

	footer.premium_program#footer .ad-container .sub-btn {
		width: 90%;
	}

	footer.premium_program#footer .link_menu {
		width: calc(100% - 60px);
		margin: 30px auto;
		line-height: 1;        
	}

	footer.premium_program#footer .full_menu_items {
		width: calc(100% - 60px);
		margin: auto;
		font-family: 'Roboto', sans-serif;
		font-size: 0;
	}

	footer.premium_program#footer .full_menu_items .col {
		display: inline-block;
		vertical-align: top;    
	}

	footer.premium_program#footer .full_menu_items .col span {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
	}  
	footer.premium_program#footer a {
		font-size: 14px;
	}
	footer.premium_program#footer a.totop {
		font-size: 0px;
	}
}

@media only screen and (max-width: 320px) {
	.premium-program-single .post_content .article .title {
		width: 80%;
	}

	.premium-program-single .article_content {
		width: 80%;
	}

	.premium-program-single .article_addition {
		right: 4px;
	}
}

@media only screen and (max-width: 280px) {
	.premium-program-single .article_content {
		width: 80%;
	}

	.premium-program-single .article_addition {
		right: 10px;
	}
}
/* single mobile end */

/* saved videos  */
body.page-template-template-premium-saved-video header {
	position: relative;
}

.premium_programs_saved_video .container {
	position: relative;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.premium_programs_saved_video .hide {
	display: none;
}

.premium_programs_saved_video .block_title {
	display: inline-block;
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}

.premium_programs_saved_video .buttons {
	float: right;
	text-align: right;
	margin-top: 10px;
}

.premium_programs_saved_video .edit_btn, .premium_programs_saved_video .cancel_btn {
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: none;
	outline: none;
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	background: none;
}

.premium_programs_saved_video .delete_btn {
	cursor: pointer;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	background: transparent;
	text-decoration: underline;
}

.premium_programs_saved_video .one_post {
	position: relative;
	padding-bottom: 60px;
	margin-right: 1.2%;
}

.premium_programs_saved_video .one_post:nth-child(4n+1) {
	clear: both;
}

.premium_programs_saved_video .one_post .check {
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	z-index: 10;
	width: 35px;
	height: 35px;
	background: url(/assets/themes/eet/images/icon_check_gray.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.premium_programs_saved_video .one_post .check.checked {
	background: url(/assets/themes/eet/images/icon_check_blue.png) no-repeat;
	background-size: contain;
}

.premium_programs_saved_video .show_more_wrapper {
	clear: both;
	text-align: center;
}

.premium_programs_saved_video .show_more {
	display: none;
	text-align: center;
	color: #FCD6B3;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	cursor: pointer;
}

.premium_programs_saved_video .show_more .arrow_right {
	border: solid #FCD6B3;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: text-top;
}


.premium_programs_saved_video .loading_ring {
	display: none;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.premium_programs_saved_video .loading_ring:after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #FCD6B3;
	border-color: #FCD6B3 transparent #FCD6B3 transparent;
	animation: loading_ring 1.1s linear infinite;
}

.premium_programs_saved_video .post_list {
	margin-top: 30px;
}

@keyframes loading_ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


@media only screen and (max-width: 700px) {
	.premium_programs_saved_video .one_post {
		padding-bottom: 20px;
	}
}

@media screen and ( max-width: 540px) {
	.premium_programs_saved_video .container {
		padding: 0 15px;
	}

	.premium_programs_saved_video .block_title {
		display: block;
	}
}

/* search */
.result .search_section_title {
	margin: 20px auto 10px auto;
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

.result .channel_section .channel_row {
	padding: 10px 20px;
	border-radius: 5px;
}

.result .channel_section .channel_row_container {
	margin: 20px auto;
	width: 100%;
}

.result .channel_section .channel_row_container :hover {
	background-color: #222E48;
	border-color: #222E48;
}

.channel_row .channel_image{
	float: left;
	width: 22.5%;
	margin-left: 1.5%;
}

.channel_row .channel_image img{
	height: 140px;
	width: 140px;
	border-radius: 50%;
}
.channel_row .clear{
	clear: both;
}

.channel_row .channel_info{
	margin-top: 5px;
	float: left;
	width: 70%;
}

.channel_row .channel_info .channel_name a{
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
}

.channel_row .channel_info .channel_about_show{
	margin-top: 20px;
	line-height: 20px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.channel_row .channel_info .channel_about_show a{
	color: #DEDEDE;
}

.premium_programs_search  {
	padding-top: 50px;
	min-height: 70vh;
}

.premium_programs_search .noresult {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #FCD6B3;
}

.premium_programs_search form[name='searchform'] {
	display: block;
	width: 65%;
	padding-bottom: 20px;
	color: #FCD6B3;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
}

.premium_programs_search form #searchMain {
	position: relative;
}

.premium_programs_search form #searchMain input {
	display: block;
	width: 100%;
	height: 43px;
	color: #FCD6B3;
	background-color: #243c6e;
	border: none;
	padding-left: 10px;
}

.premium_programs_search form #searchMain input::-webkit-input-placeholder {
	/* Edge */
	color: #FCD6B3;
}

.premium_programs_search form #searchMain input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FCD6B3;
}

.premium_programs_search form #searchMain input::placeholder {
	color: #FCD6B3;
}

.premium_programs_search form #searchMain button {
	position: absolute;
	right: 0;
	top: 0;
	width: 125px;
	font-size: 14px;
	line-height: 16px;
	height: 43px;
	color: #000;
	border: none;
	cursor: pointer;
	background-color: #FCD6B3;
}

.premium_programs_search form #sortOptions {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.premium_programs_search form #sortOptions #total {
	display: inline-block;
}

.premium_programs_search form #sortOptions .sort_part {
	display: inline-block;
	float: right;
}

.premium_programs_search .container {
	position: relative;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
}

.top_ad_banner .premium_programs_search .container {
	padding-top: 10vw;
}

.premium_programs_search .one_post {
	margin-bottom: 25px;
	margin-right: 1.2%;
}

.premium_programs_search .one_post:nth-child(4n+1) {
	clear: both;
}

.premium_page .container {
	position: relative;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}

.premium_page .post_list {
	margin-bottom: 20px;
}

.premium_page .post_list .one_poster {
	width: calc(20% - 1.6px);
	margin-right: 2px;
	position: relative;
	float: left;
}

.premium_page .post_list .one_poster:nth-child(5n) {
	margin-right: 0;
}

.premium_page .post_list .one_poster:nth-child(5n+1) {
	clear: both;
}

.premium_page .post_list .one_post .image {
	width: 100%;
}

.premium_page .post_list .overlay_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(178.69deg, rgba(100, 97, 97, 0) 7.75%, rgba(100, 97, 97, 0.5) 98.88%);
	opacity: 0;
}

.premium_page .post_list .overlay_shadow:hover {
	opacity: 1;
}

.premium_page.coming_soon .block_title {
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.premium_page.coming_soon .block_title a {
	color: #FCD6B3;
}

.premium_page.coming_soon .right a {
	color: #FCD6B3;
}

.light .premium_page.coming_soon .block_title,
.light .premium_page.coming_soon .block_title a,
.light .premium_page.coming_soon .right a {
	color: #333333;
}

.premium_page.coming_soon .post_list .one_poster {
	width: calc(20% - 19.2px);
	margin-right: 24px;
	color: #fff;
}

.premium_page.coming_soon .post_list .one_post {
	text-align: left;
	color: #fff;
}

.premium_page.coming_soon .post_list .one_poster:nth-child(5n) {
	margin-right: 0;
}

.premium_page.coming_soon .post_list .one_poster:nth-child(5n+1) {
	clear: both;
}

.light .premium_page.coming_soon .post_list .one_post,
.light .premium_page.coming_soon .post_list .one_poster {
	color: #333333;
}

.premium_page.coming_soon .one_poster .coming_soon_date {
	color: #FCD6B3;
	text-align: center;
	margin-bottom: 5px;
}

.light .premium_page.coming_soon .one_poster .coming_soon_date {
	color: #333333;
}

.premium_page.coming_soon .one_poster .text {
	font-family: 'ET Text';
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	letter-spacing: -0.2px;
	line-height: 23px;
	margin-top: 4px;
	margin-bottom: 24px;
}

.premium_page.coming_soon .one_poster .title {
	font-size: 18px;
	height: 66px;
	-webkit-line-clamp: 3;
}

.premium_page.coming_soon .one_poster .title a {
	color: #FFFFFF;
}

.premium_page.coming_soon .one_poster .excerpt {
	font-size: 16px;
	height: 66px;
	-webkit-line-clamp: 3;
	display: none;
}

.premium_page.coming_soon .slick-slide {
	margin: 0 4.5px;
}

@media screen and ( max-width: 900px) {
	/* search */
	.result .channel_row .channel_image {
		width: 25%;
		margin-right: 10px;
	}
	.result .channel_row .channel_image img {
		height: auto;
		width: auto;
	}
}

@media screen and ( max-width: 700px) {
	.premium-program-single.sticky {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 10000;
	}

	.premium_programs_search .one_post {
		margin-bottom: 0;
	}

	.premium_programs_search form #sortOptions .sort_part {
		float: none;
	}

	.premium_programs_search form[name='searchform'] {
		width: 100%;
	}

	.premium_page .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.premium_page .post_list .one_poster {
		width: calc(33.3% - 1.3px);
	}

	.premium_page.coming_soon .post_list .one_poster {
		width: calc(33.3% - 6.7px);
		margin-right: 10px;
	}

	.premium_page .post_list .one_poster:nth-child(5n) {
		margin-right: 2px;
	}

	.premium_page.coming_soon .post_list .one_poster:nth-child(5n) {
		margin-right: 10px;
	}

	.premium_page .post_list .one_poster:nth-child(3n),
	.premium_page.coming_soon .post_list .one_poster:nth-child(3n) {
		margin-right: 0;
	}

	.premium_page .post_list .one_poster:nth-child(5n+1),
	.premium_page.coming_soon .post_list .one_poster:nth-child(5n+1) {
		clear: unset;
	}

	.premium_page .post_list .one_poster:nth-child(3n+1),
	.premium_page.coming_soon .post_list .one_poster:nth-child(3n+1) {
		clear: both;
	}

	/* search */
	.result .search_section_title {
		font-size: 16px;
	}
	.result .channel_section .channel_row {
		width: auto;
	}
	.result .channel_row .channel_info {
		margin-top: 0px;
	}
	.result .channel_row .channel_info .channel_about_show {
		margin-top: 0px;
	}
	.channel_row .channel_image{
		margin-left: auto;
	}
	.sec.result .post_list{
		margin-top: 10px;
	}
}

@media screen and (max-width: 540px) {
	.premium_programs_search .container {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
	}

	.top_ad_banner .premium_programs_search .container {
		padding-top: 90px;
	}

	.premium_page .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.premium_page .post_list .one_poster {
		width: calc(50% - 1px);
	}

	.premium_page.coming_soon .post_list .one_poster {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.premium_page .post_list .one_poster:nth-child(5n),
	.premium_page .post_list .one_poster:nth-child(3n) {
		margin-right: 2px;
	}

	.premium_page.coming_soon .post_list .one_poster:nth-child(5n),
	.premium_page.coming_soon .post_list .one_poster:nth-child(3n) {
		margin-right: 10px;
	}

	.premium_page .post_list .one_poster:nth-child(2n),
	.premium_page.coming_soon .post_list .one_poster:nth-child(2n) {
		margin-right: 0;
	}

	.premium_page .post_list .one_poster:nth-child(5n+1),
	.premium_page.coming_soon .post_list .one_poster:nth-child(5n+1) {
		clear: unset;
	}

	.premium_page .post_list .one_poster:nth-child(3n+1),
	.premium_page.coming_soon .post_list .one_poster:nth-child(3n+1) {
		clear: unset;
	}

	.premium_page .post_list .one_poster:nth-child(2n+1),
	.premium_page.coming_soon .post_list .one_poster:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 400px) {
	/* search */
	.result .channel_row .channel_info .channel_about_show {
		display: none;
	}
}

/* light mode begin */
header .switch_theme {
	font-size: 14px;
	color: #F5D7B4;
}

header .switcher {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 14px;
	margin-right: 5px;
	background-color: transparent;
	border: 1px solid #FCD6B3;
	border-radius: 25px;
	transition: .25s -.1s;
	cursor: pointer;
	vertical-align: text-top;
}

.single.light header .switcher {
	border-color: #333333;
}

header .switcher .circle {
	position: absolute;
	border-radius: 20px;
	background-color: #FCD6B3;
	height: 18px;
	width: 18px;
	top: -3px;
	left: 18px;
	right: -1px;
	z-index: 1;
	cursor: pointer;
	transition: left .4s .2s, right .5s, background .35s -.1s;
}

.single.light header .switcher .circle {
	background-color: #333333;
}

header .switch_theme .light {
	display: none;
}

body.light {
	background: #f0f0f0;
}

body.cinema.light {
	background: #f0f0f0;
}

body.light .sec {
	color: #000;
}

body.trans {
	transition: background 0.5s
}

.light header .switch_theme .light {
	display: inline-block;
}

.light header .switch_theme .dark {
	display: none;
}

.light header .switcher .circle {
	left: -1px;
	right: 24px;
	transition: left .5s, right .4s .2s;
}

.light .sec .one_post .title a {
	color: #333333;
}

.light .sec .one_post .show_name a {
	color: #333333;
}

.light .sec .one_post .date {
	color: #333333;
}

.light .premium_programs_home .top_block .overlay_bottom {
	background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
}

.light .share_link .share, .light .cmt_link .comments {
	color: #444;
}

.light .share_link >span:before, .light .cmt_link >span:before {
	color: #444;
}

.light .block_title .show_name {
	color: #333333 !important;
}

.light .block_title .host_name {
	color: #333333 !important;
}

.light .premium_programs_home .show_more .arrow_right {
	color: #333333;
}

.light .premium_programs_home .show_more a {
	color: #333333;
}

.light .premium_programs_cat {
	background: #f0f0f0;
	color: #333333;
}

.light .premium_programs_cat .title a {
	color: #333333;
}

.light .premium_programs_cat .align_center .sub_title {
	color: #333333;
}

.light .premium_programs_cat .top_article .feature .desc {
	color: #333333;
}

.light .premium_programs_cat .align_center .tags span {
	background: #f0f0f0;
	color: #333333;
}

.light .premium_programs_cat .top_article .feature .newest {
	color: #333333;
}

.light .premium-program-single .post_content .article .title {
	color: #333333;
}

.light .premium-program-single .article_content {
	color: #333333;
}

.light .premium-program-single .post_info {
	color: #333333;
}

.light .premium-program-single .live_status {
	color: #fff;
}

.light .premium-program-single .save_video {
	color: #333333;
}

.light .premium-program-single .save_video span:before,
.light .premium-program-single .cast_video span:before {
	color: #333333;
}

.light header .show_info .show_name {
	color: #333333;
}

.light header .show_info .host_name {
	color: #333333;
}

.light #remark-side-panel {
	color: #333333;
}

.light .premium_programs_home .schedule .note {
	color: #333333;
}

.light .slick-dots li {
	border: 1px solid #333333;
}

.light.premium_programs #remark-side-panel {
	background-color: #f0f0f0;
}

.light .premium-program-single #remark-side-panel .close a:before {
	color: #f0f0f0;
}

.light #remark-side-panel .close a:before {
	color: #333333;
}

.page-template-template-premium-search header {
	background: transparent;
}

.page-template-template-premium-saved-video header {
	background: transparent;
}

.light.page-template-template-premium-search header .top_row {
	background: #12192B;
}

.light .premium_programs_search form[name='searchform'] {
	color: #333333;
}

.light.page-template-template-premium-saved-video header .top_row,
.premium_page.light header .top_row {
	background: #12192B;
}

.light .premium_programs_saved_video .block_title {
	color: #333333;
}

.light .premium_programs_saved_video .edit_btn, .light .premium_programs_saved_video .cancel_btn {
	color: #333333;
}
.light .premium_programs_saved_video .delete_btn {
	color: #333333;
}

.light .premium_programs_saved_video a {
	color: #333333;
}

.light .premium_programs_saved_video .one_post .show_name {
	color: #333333;
}

/* light mode end */

/* aboutus page */
main.premium_about {
	width: 100%;
	height: 1100px;
	background-size: cover;
	background-image: url('/assets/themes/eet/images/premium/premiumvideo_aboutus_bg_desktop.jpg');
}

.premium_about .main_content {
	position: absolute;
	display: block;
	margin-top: 150px;
	max-width: 800px;
	width: 90%;
	margin: 150px calc(50% - 400px);
	background-color: #0F1D41;
	color: #fff;
	opacity: 90%;
	height: 800px;
}

.premium_about .title {
	font-size: 25px;
	margin: 70px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #FCD6B3;
}

.premium_about .content {
	margin: 70px;
	border-top: 1px solid #1e2f56;
	padding-top: 30px;
	height: 700px;
	font-family: 'ET Text';
}

.premium_about .content p {
	color: #ebf7ff;
}

.premium_about .content div {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and ( max-width: 1024px) and (min-height: 1366px) {
	main.premium_about {
		height: 1400px;
	}
}

@media screen and ( max-width: 900px) {
	main.premium_about {
		height: 1100px;
	}
	.premium_about .main_content {
		width: 85%;
		margin: 150px 7.5%;
	}
}

@media screen and ( max-width: 800px) {
	.premium_about .main_content {
		height: 700px;
	}
}

@media screen and ( max-width: 800px) and (min-height: 1280px) {
	main.premium_about {
		height: 1280px;
	}
}

@media screen and ( max-width: 700px) {
	.premium_about .main_content {
		height: 700px;
	}
}

@media screen and ( max-width: 600px) {
	main.premium_about {
		background-image: none;
		background-color: #0F1D41;
		height: 900px;
	}

	.premium_about .main_content {
		margin: 50px 20px 0;
		width: calc(100% - 40px);
	}

	.premium_about .title {
		margin: 35px 0 20px;
	}

	.premium_about .content {
		margin: 20px 0;
	}
}

@media screen and ( max-width: 500px) {
	.premium_about .content {
		font-size: 20px;
		margin-top: 10px;
		height: 500px;
	}

	.premium_about .content p {
		font-size: 17px;
	}
}

@media screen and ( max-width: 414px) and ( min-height: 732px) {
	main.premium_about {
		height: 740px;
	}
}

@media screen and ( max-width: 375px) and ( min-height: 812px) {
	main.premium_about {
		height: 820px;
	}
}

@media screen and ( max-width: 384px) {
	main.premium_about {
		height: 700px;
	}

	.premium_about .main_content {
		height: 500px;
	}
}

@media screen and ( max-width: 320px) and ( min-height: 568px) {
	main.premium_about {
		height: 600px;
	}

	.premium_about .main_content {
		height: 600px;
	}
}
/* aboutus page end*/

.premium-program-single .vjs-live-error-msg {
	background: rgba(0, 0 ,0, 0.75) !important;
}

.premium-program-single .vjs-live-error-msg .vjs-modal-dialog-content {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.premium-program-single .vjs-volume-bar.vjs-slider-horizontal {
	margin-top: 19px !important;
}

#player-container-live .video-js .vjs-seek-to-live-control {
	height: 38px;
}

#player-container-live .vjs-seek-to-live-control .vjs-icon-placeholder:before {
	font-size: 12px;
}

.premium-program-single .vjs-live .vjs-time-control {
	display: none !important;
}

/* premium_programs special programs start css */
main.premium_programs_sp {
	width: 100%;
}

.premium_programs_sp .one_post .title {
	text-align: left;
	margin-top: 15px;
}

.premium_programs_sp .container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.premium_programs_sp .top_block {
	position: relative;
	margin-bottom: 30px;
	/* padding-top: 40px; */
}

.top_ad_banner .premium_programs_sp .top_block {
	padding-top: 12vw;
}

.premium_programs_sp.mobile .top_block {
	padding-top: 0;
}

.top_ad_banner .premium_programs_sp.mobile .top_block {
	padding-top: 90px;
}

.premium_programs_sp .top_block_container {
	position: relative;
	padding-top: 45%;
	overflow: hidden;
	background-color: #12192B;
}

.premium_programs_sp .top_block .banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.premium_programs_sp .top_block .video_fit_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.premium_programs_sp .top_block .vjs-big-play-button {
	display: none;
}

.premium_programs_sp .video-js .vjs-unmute-btn {
	display: none;
}

.premium_programs_sp .top_block .vjs-poster {
	display: none;
}

.premium_programs_sp .top_block .buttons {
	position: absolute;
	right: calc(50% - 600px);
	bottom: 50px;
	z-index: 10;
}

.premium_programs_sp .top_block .buttons>div {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: background 0.8s ease;
	margin: 0 10px;
}

.premium_programs_sp .top_block .play_btn {
	background: url(/assets/themes/eet/images/premium/EpochTV_Play.png) no-repeat;
	background-size: contain;
}

.premium_programs_sp .top_block .play_btn.pause {
	background: url(/assets/themes/eet/images/premium/EpochTV_Stop.png) no-repeat;
	background-size: contain;
}

.premium_programs_sp .top_block .mute_btn {
	opacity: 0;
	background: url(/assets/themes/eet/images/premium/EpochTV_Mute.png) no-repeat;
	background-size: contain;
}

.premium_programs_sp .top_block .mute_btn.unmute {
	background: url(/assets/themes/eet/images/premium/EpochTV_Unmute.png) no-repeat;
	background-size: contain;
}


.premium_programs_sp .top_block .banner.mobile {
	display: none;
}

.premium_programs_sp .top_block img {
	width: 100%;
	transition: opacity 0.8s ease;
}

.premium_programs_sp .top_block .overlay_bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 20%;
	z-index: 3;
	background: linear-gradient(180deg, rgba(18, 25, 43, 0) 0%, rgba(18, 25, 43, 0.7) 49.03%, #12192B 100%);
}

.light .premium_programs_sp .top_block .overlay_bottom {
	background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.85) 49.03%, #F0F0F0 100%);
}

.premium_programs_sp .top_block .top_featured {
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
	z-index: 5;
	color: #fff;
	text-align: center;
	transition: bottom 1s;
}

.premium_programs_sp .top_block.playing .top_featured {
	bottom: -80px;
}

.premium_programs_sp .top_block.playing .mute_btn {
	opacity: 1;
}
.premium_programs_sp .top_block.playing .banner img {
	opacity: 0;
}

.premium_programs_sp .top_block .container {
	text-align: left;
}

.premium_programs_sp .top_block .text {
	width: 40%;
	max-width: 450px;
}

.premium_programs_sp .top_block .title {
	font-size: 35px;
	font-style: italic;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	letter-spacing: -0.4px;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 20px;
	max-height: 139px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: font-size 1s;
}

.premium_programs_sp .top_block .desc {
	color: #FFFFFF;
	font-family: 'ET Text';
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: -0.2px;
}

.light .premium_programs_sp .top_block .desc {
	color: #333333;
}

.light .premium_programs_sp.mobile .top_block .desc {
	color: #333333;
}

.premium_programs_sp .container {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
}

.premium_programs_sp .show_list, .premium_programs_sp .show_list_less {
	display: inline-block;
	width: 100%;
	margin-bottom: 75px;
}

.premium_programs_sp .show_list_less {
	text-align: center;
}

.premium_programs_sp .show_list .slider, .premium_programs_sp .show_list_less .slider {
	display: inline-block;
	width: 19%;
}

.premium_programs_sp .channel_lists .text {
	text-align: left;
}

.premium_programs_sp .series_list .one_post {
	margin-right: 7.5px;
	text-align: left;
}

.premium_programs_sp .sec {
	margin-bottom: 15px;
}

.premium_programs_sp .latest .block_title {
	position: relative;
	color: #FCD6B3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.light .premium_programs_sp .latest .block_title {
	color: #333333;
}

.light .premium_programs_sp .latest .block_title span {
	background: #f0f0f0;
}

.premium_programs_sp .latest .block_title span {
	position: relative;
	z-index: 3;
	background: #12192B;
	padding-right: 10px;
}

.premium_programs_sp .latest .block_title:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #283B6B;
}

.light .premium_programs_sp .latest .block_title:after {
	border-bottom: 1px solid #333333;
}

.premium_programs_sp .sec.show {
	display: inline-block;
	width: 100%;
}

.premium_programs_sp .show_more {
	text-align: right;
	margin-top: 0px;
}

.premium_programs_sp .show_more a {
	color: #FCD6B3;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 400;
}

.premium_programs_sp .show_more .arrow_right {
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.premium_programs_sp .show .block_title {
	display: inline-block;
	margin-bottom: 30px;
	width: 180px;
	float: left;
}

.premium_programs_sp .show .block_title .avatar {
	height: 110px;
	border-radius: 50%;
	margin-right: 20px;
	width: 110px;
	display: block;
	margin: 0 auto;
}

.premium_programs_sp .show .block_title .show_name {
	color: #FCD6B3;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	line-height: 22px;
	margin-top: 17px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_sp .show .block_title .host_name {
	color: #EEEEEE;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.premium_programs_sp .one_post .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.premium_programs_sp .show .post_list {
	float: right;
	width: calc(100% - 215px);
}

.light .premium_programs_sp .show_more a {
	color: #333333;
}

.epochtv_cinema .top_block .one_slide {
	display: none;
}

.epochtv_cinema .top_block .one_slide:first-child {
	display: block;
}

.epochtv_cinema .top_block .one_slide.slick-slide {
	display: block;
}

.epochtv_cinema .top_block .banner img {
	position: relative;
	z-index: 2;
	transition: opacity 0.8s ease;
}

.premium_programs_home #top_slideshow .one_slide.more {
	display: none;
}

.premium_programs_home #top_slideshow.slick-initialized .one_slide.more {
	display: block;
}

#top_slideshow .slick-slide {
	margin: 0;
}

#top_slideshow .slick-arrow {
	background: transparent;
	text-align: center;
	width: 50px;
	margin-left: 30px;
	margin-right: 30px;
}

#top_slideshow .slick-arrow:before {
	top: 40%;
	border: solid #FFFFFF;
	border-width: 0 3px 3px 0;
}

#top_slideshow .slick-prev {
	left: 0;
}

#top_slideshow .slick-next {
	right: 0;
}

#top_slideshow .slick-dots {
	position: absolute;
	margin-top: -100px;
}

.top_block.playing #top_slideshow .slick-arrow {
	opacity: 0;
}

#top_slideshow .slick-dots li {
	border: 2px solid #FFFFFF;
	width: 20px;
	height: 20px;
	z-index: 5;
}

.epochtv_cinema .top_block .slick-list, .premium_programs_home .top_block .slick-list {
	padding: 0 !important;
}

@media only screen and (max-width: 1260px) {
	header .container li.expand {
		display: none;
	}
	header .sec_row .container,
	header .more_menu_panel > div,
	header.full_width .more_menu_panel > div {
		max-width: 100%;
		padding: 0 30px;
	}
	header .more_menu_panel .col {
		width: 33%;
	}
	header .more_menu_panel .col.expand {
		display: none;
	}
	main .container {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1260px) {
	header .more_menu_panel .col .tablet {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	header .sec_row .container {
		padding: 0 20px;
	}
	header .sec_row.homepage_header .container {
		padding-right: 10px;
	}
	header .container ul.menu {
		display: none;
	}
	header .container .hamburger {
		display: block;
		width: 40px;
	}
	header .container .mobile_cmenu {
		display: block;
	}
	header .container .close  {
		width: 40px;
	}
	header .container .saved_video, header .container .search {
		display: none;
	}
	header .more_menu_panel .col .mobile_hide {
		display: none;
	}
	.single header .more_menu_panel > div {
		margin: 0;
	}
	header .more_menu_panel .col {
		width: 50%;
		padding-left: 10px;
	}
	header .more_menu_panel .col:first-child {
		padding-left: 0;
	}
}

@media only screen and (min-width: 900px) {
	header .more_menu_panel .col .mobile {
		display: none;
	}
}

@media screen and ( max-width: 1400px) {
	.premium_programs_sp .top_block .top_featured {
		bottom: 10%;
	}

	.premium_programs_sp .top_block .buttons {
		right: 50px;
	}
}

@media screen and ( max-width: 1300px) {
	.premium_programs_sp .top_block .top_featured {
		bottom: 5%;
	}

	.premium_programs_sp .top_block .title {
		font-size: 30px;
	}
}

@media screen and ( max-width: 1140px) {
	.premium_programs_sp .top_block .top_featured {
		bottom: 4%;
	}
	.premium_programs_sp .top_block .title {
		font-size: 25px;
		line-height: 35px;
		height: 72px;
		margin-bottom: 10px;
	}
	.premium_programs_sp .top_block .desc {
		margin-top: 20px;
		height: 61px;
		-webkit-line-clamp: 3;
	}
	.premium_programs_sp .top_block .text {
		width: 56%;
	}
}

@media screen and ( max-width: 1024px) {
	.premium_programs_sp.desktop .channel_lists.post_list .one_post {
		min-height: 300px;
	}

	.premium_programs_sp.desktop .one_post .date {
		font-size: 12px;
	}

	.premium_programs_sp.desktop .share_link .share, .premium_programs_sp.desktop .cmt_link .comments {
		font-size: 12px;
	}
}

@media screen and ( max-width: 850px) {
	.premium_programs_sp .top_block .top_featured {
		position: unset;
		padding-bottom: 30px;
	}
	.premium_programs_sp .top_block .text {
		width: 100%;
		max-width: 100%;
	}

	header.premium_programs.mobile .container .hamburger {
		margin-top: 0;
		float: left;
		margin-top: 10px;
		text-align: left;	
	}

	.premium_programs_sp .show .block_title {
		width: 140px;
	}

	.premium_programs_sp .show .block_title .avatar {
		width: 80px;
		height: 80px;
	}

	.premium_programs_sp .show .post_list {
		width: calc(100% - 170px);
	}
}

@media screen and ( min-width: 850px) {
	.premium_programs_sp .top_block.playing .title {
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.premium_programs_sp .top_block.playing .date {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .show_name {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .desc {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .date {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .show_name {
		opacity: 0;
	}

	.premium_programs_sp .top_block.playing .desc {
		opacity: 0;
	}
}

@media screen and (max-width: 700px) {
	.premium_programs_sp .show .block_title {
		width: 100%;
	}

	.premium_programs_sp .show .block_title .avatar {
		margin-left: 0;
		float: left;
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}

	.premium_programs_sp .show .block_title .show_name {
		text-align: left;
		font-size: 25px;
	}

	.premium_programs_sp .show .block_title .host_name {
		text-align: left;
	}

	.premium_programs_sp .show .show_more {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.premium_programs_sp .show .post_list {
		width: 100%;
	}

	.premium_programs_sp .channel_lists.post_list .one_post:nth-child(n+5) {
		display: none;
	}

	/* small desktop version start */
	.premium_programs_sp.desktop .channel_lists .one_post .image {
		float: none;
		width: 100%;
	}

	.premium_programs_sp.desktop .channel_lists .share_link {
		margin: 0 15px 0 15px;
	}

	.premium_programs_sp.desktop .channel_lists .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_sp.desktop .channel_lists .one_post:nth-child(n+5) {
		display: block;
	}

	.premium_programs_sp.desktop .show .show_more {
		text-align: right;
	}

	#top_slideshow .slick-dots {
		margin-top: -70px;
	}
	/* small desktop version end */
}

@media screen and (max-width: 540px) {
	header.premium_programs.mobile .container .hamburger {
		margin-top: 10px;	
	}

	.premium_programs_sp .container {
		padding: 0 15px;
	}

	.premium_programs_sp .top_block .banner.mobile {
		display: block;
	}

	.premium_programs_sp .top_block_container {
		padding-top: 85%;
	}

	.premium_programs_sp .top_block .buttons {
		right: 10px;
	}

	.premium_programs_sp .top_block .buttons>div {
		width: 35px;
		height: 35px;
		margin: 0 5px;
	}

	.premium_programs_sp .series_list .one_post .image {
		float: unset;
		width: 100%;
	}

	.premium_programs_sp .series_list .one_post .text {
		float: unset;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_sp.desktop .channel_lists .share_link {
		margin: 0 30px 0 15px;
	}
}

@media screen and (min-width: 540px) {
	.premium_programs_sp .series_list .one_post .image {
		float: none;
		width: 100%;
	}

	.premium_programs_sp .series_list .one_post .text {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.premium_programs_sp .series_list .one_post .title {
		margin-top: 15px;
	}
}
/* premium_programs special programs end css */


/* cinema */
body.cinema {
	background: #000;
}

body.cinema footer {
	background: #000 !important;
}

body.light.cinema footer {
	background: #f0f0f0 !important;
}

header.premium_programs_v3 .container {
	max-width: 100%;
	padding: 0px 50px;
	text-align: left;
}

header.premium_programs_v3 .ad_row .container {
	max-width: 100%;
	padding: 0;
}

header.premium_programs_v3 .container .hamburger {
	width: 35px;
}

header.premium_programs_v3 .search_btn {
	float: right;
}

header.premium_programs_v3 .top_row.homepage_header #login_wrapper {
	width: 285px;
}

header.premium_programs_v3 .epochtv_logo {
	width: 150px;
	margin-top: 10px;
}

.epochtv_cinema .top_banner img {
	width: 100%;
}

.epochtv_cinema .post_list .one_post .image {
	width: 100%;
}

.epochtv_cinema .post_list .one_post {
	padding-bottom: 0;
}

.epochtv_cinema .one_post .detail, .coming_soon .one_poster .detail {
	display: none;
} 

.epochtv_cinema .block_title:after {
	display: none;
}

.epochtv_cinema .sec.full .video_post_list {
	max-height: 100%;
}

.epochtv_cinema .video_post_list .one_post {
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.epochtv_cinema .preview_video_box, .coming_soon .preview_video_box {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 340px;
	z-index: 120;
	background: #11192C;
	border: 3px solid #A8BAEF;
}

/* .light .epochtv_cinema .preview_video_box {
	background: #F0F0F0;
} */

.epochtv_cinema .one_post .excerpt, .coming_soon .preview_video_box .excerpt {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	color: #D3D5D9;
}

.epochtv_cinema #preview_info .title, .coming_soon #preview_info .title {
	height: auto;
	max-height: 69px;
	font-size: 16px;
	color: #fff;
}

.epochtv_cinema #preview_info .text, .coming_soon #preview_info .text {
	padding: 0 20px 30px;	
}

.epochtv_cinema .middle_block {
	position: relative;
	display: inline-block;
	width: 100%;
}

.epochtv_cinema .middle_block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.epochtv_cinema .middle_block .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 24px;
	margin-bottom: 10px;
}

.epochtv_cinema .middle_block .text {
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	width: 50%;
	text-align: left;
	padding: 30px 0;
	z-index: 100;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	background: linear-gradient(270deg, rgba(17, 25, 44, 0) 0%, #000 20%, #000 100%);
}

.light .epochtv_cinema .middle_block .text { 
	padding: 30px 15px;
	color: #333333;
	background: none;
}

.epochtv_cinema .middle_block .text_wrapper {
	max-width: 500px;
	width: 80%;
}

.epochtv_cinema .middle_block .image {
	width: 60%;
	float: right;
}

.epochtv_cinema .middle_block .video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}

.epochtv_cinema .middle_block .video_fit_container .player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.epochtv_cinema .top_block {
	position: relative;
	overflow: hidden;
	/* padding-top: 0; */
}

.top_ad_banner .epochtv_cinema .top_block {
	padding-top: 15vw;
}

@media screen and ( max-width: 540px) {
	.epochtv_cinema .top_block {
		padding-top: 0;
	}
	.top_ad_banner .epochtv_cinema .top_block {
		padding-top: 90px;
	}
}

body.single.light header .top_row .hamburger::before {
	color: #333333;
}

header.premium_programs.mobile .sec_row {
	display: none;
}

body.light .epochtv_cinema .expend,
body.light .epochtv_cinema .expend a {
	color: #333333;
}
body.light .premium-program-single .info .title,
body.light .premium-program-single .info .article_content,
body.light .premium-program-single .col.left .title.heading,
body.light .premium-program-single .block_title,
body.light .premium-program-single .cinema_info span {
	color: #333333;
}
body.light .premium-program-single .expend {
	color: #333333;
	background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #f0f0f0 50%, #f0f0f0 100%);
}
body.light .share_link >span:before, .light .cmt_link >span:before
.page-template-template-epochtv-cinema {
	color: #FCD6B3;
}
.premium_programs.light .ymk_social .share_link .share,
.premium_programs.light .ymk_social .cmt_link .comments,
.premium_programs.light .ymk_social .share_link >span:before {
	color: #333333;
}
body.light .epochtv_cinema_single .casts_crews .name, 
body.light .epochtv_cinema_single .casts_crews .role,
body.light .premium-program-single .show_info .show_name,
body.light .premium-program-single .show_info .host_name {
	color: #333333;
}
body.light input[id=scription_tab_checkbox]:checked ~ .scription_tab_checkbox {
	color: #333333;
	border-bottom: 1px solid #333333;
}
.one_post .image .price_label {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
	background: url(/assets/themes/eet/images/icon_rent_2.png) no-repeat;
	background-size: contain;
}

.one_post .image .premium_label, .top_post .image .premium_label {
	position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 18px;
    z-index: 50;
	content: url(/assets/themes/eet/images/premium-logo.png);
}

body.free_user .premium_label {
	display: none;
}

.one_post .image .live_label,
.top_article .image .live_label {
	position: absolute;
	color: #520D09;
	background: linear-gradient(90deg, #F5D5B3 0%, #D69D62 90%);
	bottom: 0;
	padding: 4px 8px;
	width: 100%;
	font-size: 13px;
	text-align: center;
	z-index: 50;
	opacity: 0.9;
	-webkit-line-clamp: 1;
	height: 30px;
	display: none;
}

@media screen and (max-width: 900px) {
	main.premium_programs_home .live_container {
		top: 10px;
		left: 10px;
	}

	.premium_programs_home .container {
		padding: 20px 0;
	}
	.premium_programs_home .block_title,
	.premium_programs_home .top_featured .container,
	.premium_programs_home .live .top_article .right_col,
	.premium_programs_home .live .top_article.two_cols .text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.premium_programs_home .live .top_article.two_cols .right_col {
		padding-left: 0;
		padding-right: 0;
	}
	header .right {
		max-width: 30%;
	}
	.epochtv_cinema .video_post_list .one_post {
		width: 32%;
	}
	.epochtv_cinema .middle_block .image {
		float: none;
		width: 100%;
	}
	.epochtv_cinema .middle_block .text {
		position: relative;
		width: 100%;
		padding: 15px 20px;
		background: #000;
	}
	.epochtv_cinema .middle_block .text_wrapper {
		width: 100%;
	}
	.light .epochtv_cinema .middle_block .text { 
		padding: 15px;
	}
	#top_slideshow .slick-dots {
		margin-top: -60px;
	}

	.single header .sec_row.homepage_header .container {
		padding: 0 0 0 20px;
	}

	/* override m-global.css */
	header .container .hamburger a:before,
	header .container .close a:before {
		font-size: 0;
	}
	header .video_logo img {
		max-height: 20px;
	}
	body > header {
		background: none;
	}
	header .container>div {
		line-height: inherit;
		height: inherit;
	}
	header .container>div.right {
		float: right;
	}
	.premium_programs_search {
		padding-top: 20px;
	}
}

@media screen and (max-width: 700px) { 
	.epochtv_cinema .video_post_list .one_post {
		width: 49%;
	}
}

.single header.premium_programs_v3 .container {
	max-width: 1260px;
	padding: 0px;
	text-align: left;
}

.single header.premium_programs_v3 .ad_row .container {
	max-width: 100%;
	padding: 0;
}

.epochtv_cinema_single .videobox {
	max-width: 100%;
	transition: width 1s ease;
}

.epochtv_cinema_single .info {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.epochtv_cinema_single .info .col.left {
	width: 80%;
	padding-right: 40px;
	margin-bottom: 30px;
}

.premium-program-single .col.left .title.heading {
	color: #fff;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: italic;
	font-size: 36px;
	line-height: 1.2;
}

.premium-program-single .post_content .title.heading h1 {
	font-size: unset; 
	line-height: unset;
	margin-bottom: unset;
}

.premium-program-single .col.left .article_content {
	max-width: 100%;
	margin: 0;
}

.premium-program-single .article.full .article_content {
	margin-bottom: 70px;
}

.epochtv_cinema_single .info .col.right {
	width: 20%;
	margin-bottom: 30px;
}

.premium-program-single .block_title {
	color: #FCD6B3;
	margin-bottom: 10px;
}

.premium-program-single .col.right .one_post {
	width: 100%;
	margin-bottom: 20px;
}

.light .premium-program-single .col.right .one_post {
	color: #333333;
}

.premium-program-single .col.right .one_post .image_wrapper {
	padding-bottom: 0;
}

.premium_programs_cat .show_info {
	display: inline-block;
	text-align: left;
}

.premium-program-single .show_info {
	text-align: left;
}

.premium-program-single .show_info .avatar,
.premium_programs_cat .show_info .avatar {
	float: left;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
	width: 60px;
}

.premium-program-single .show_info .show_name,
.premium_programs_cat .show_info .show_name {
	display: inline-block;
	color: #FCD6B3;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 17px;
	text-transform: uppercase;
}

.premium-program-single .show_info .host_name {
	color: #EEEEEE;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.epochtv_cinema_single .info .right button {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	width: 100%;
	padding: 12px;
	border: none;
	outline: none;
	background: linear-gradient(0deg, #FCD6B3, #FCD6B3), rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	margin-bottom: 30px;
	cursor: pointer;
}

.premium-program-single #share_now {
	margin: 30px 0;
	clear: both;
	float: none;
}

.premium-program-single .info .social_bar a {
	background: #283144;
	border-radius: 4px;
	padding: 7px 15px;
	display: inline-block;
	line-height: 1;
	vertical-align: text-bottom;
	color: #FCD6B3;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0 !important;
	font-family: 'Roboto', sans-serif;
}

.light .premium-program-single .info .social_bar a {
	background: #e0e0e0;
	color: #333333;
}

.premium-program-single .info .social_bar a.invite_link {
	background: #F3C13C;
	color: #000;
	display: none;
}

.premium-program-single .info .social_bar .share_link {
	margin-left: 0;
}

.premium-program-single .donate {
	margin-left: 30px;
	font-size: 15px;
	color: #000 !important;
	font-family: 'Roboto', sans-serif;
	background: #FCD6B3 !important;
}

.premium-program-single .donate span:before {
	content: "\f19a";
	font-size: 18px;
	display: inline-block;
	font-family: 'Genericons';
	font-weight: 100;
	color: #000 !important;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.premium_programs header .donate {
	background: #F5D7B4;
	border-radius: 4px;
	padding: 5px;
	line-height: 1;
	margin-left: 8px;
	display: none;
}

.premium_programs header .donate a {
	color: #000000;
}

.premium-program-single .post_list .one_post .image {
	width: 100%;
}

.premium-program-single .main_container > div.right .one_post .image {
	width: 50%;
	padding-right: 10px;
}

.premium-program-single .main_container > div.right .one_post .text {
	width: 50%;
}

.premium-program-single .main_container > div.right .one_post .title {
	font-size: 14px;
	margin: 0 0 10px 0;
	height: 46px;
	-webkit-line-clamp: 2;
}

/* .premium_programs .right .ymk_social .share_link >span:before,
.premium_programs .right .ymk_social .cmt_link >span:before,
.premium_programs .right .ymk_social .share_link .share, 
.premium_programs .right .ymk_social .cmt_link .comments {
	color: #FFFFFF;
} */

.premium_programs .right .ymk_social .share_link {
	margin-left: 0;
}

.premium-program-single .video_content_tab {
	margin-top: 100px;
	text-align: center;
}

.premium-program-single .video_content_tab label {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #AAADB6;
	padding: 5px 0;
	margin: 0 15px;
	cursor: pointer;
}

.premium-program-single .video_content_tab #bottom_comments_premium {
	margin-top: 0;
	max-width: 800px;
}

.premium-program-single .video_content_tab_wrapper {
	display: none;
	text-align: left;
}

input[id=comment_tab_checkbox]:checked ~ .comment_tab_checkbox {
	color: #FCD6B3;
	border-bottom: 1px solid #FCD6B3;
}

input[id=scription_tab_checkbox]:checked ~ .scription_tab_checkbox {
	color: #FCD6B3;
	border-bottom: 1px solid #FCD6B3;
}

input[id=comment_tab_checkbox]:checked ~ #comment_tab {
	display: flex;
}

input[id=scription_tab_checkbox]:checked ~ #scription_tab {
	display: flex;
}

.premium-program-single .info .article_content {
	width: 100%;
	color: #fff;
	max-height: 100px;
	transition: height 1s ease;
}

.premium-program-single  .article_content p {
	font-family: 'ET Text';
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
}

.premium-program-single .article_content .descTooggle {
	margin-bottom: 70px;
}

.premium-program-single .expend {
	position: relative;
	top: -70px;
	color: #fff;
	cursor: pointer;
	padding-top: 70px;
	margin-bottom: -50px;
	background: linear-gradient(180deg, rgba(23, 15, 6, 0) 0%, #12192B 50%, #12192B 100%);
}

.cinema .epochtv_cinema_single .expend {
	background: linear-gradient(180deg, rgba(23, 15, 6, 0) 0%, #000000 50%, #000000 100%);
}

.premium-program-single .expend span::after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	margin-left: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.light .premium-program-single .expend span::after {
	border-color: #333333;
}

.premium-program-single .expend .less::after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	vertical-align: sub;
}

.premium-program-single .article.full .article_content {
	max-height: 100%;
}

.premium-program-single .article.full .expend {
	background: transparent;
}

.premium-program-single .photos .row > .column,
.premium-program-single .videos .row > .column {
	padding: 0 8px;
	position: relative;
}

.premium-program-single .photos .row:after,
.premium-program-single .videos .row:after {
	content: "";
	display: table;
	clear: both;
}
  
.premium-program-single .photos .column,
.premium-program-single .videos .column {
	float: left;
	width: 25%;
}

.premium-program-single .photos img,
.premium-program-single .videos img {
	width: 100%;
}

.premium-program-single .videos .eet_video_icon {
	width: 40px;
	height: 40px;
	left: 15px;
	bottom: 13px;
}

.premium-program-single .modal {
	display: none;
	position: fixed;
	z-index: 150;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

.light .premium-program-single .modal {
	background-color: #f0f0f0;
}

.premium-program-single .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

.premium-program-single .modal .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.light .premium-program-single .modal .close {
	color: #333333;
}

.premium-program-single .modal .close:hover,
.premium-program-single .modal .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
  
.premium-program-single .modal .one_slide {
	display: none;
}
  
.premium-program-single .photos .cursor,
.premium-program-single .videos .cursor {
	cursor: pointer;
}

.premium-program-single .photos .prev,
.premium-program-single .photos .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 40px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.premium-program-single .photos .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
  
/* On hover, add a black background color with a little bit see-through */
.premium-program-single .photos .prev:hover,
.premium-program-single .photos .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.premium-program-single .photos .numbertext {
	color: #f2f2f2;
	font-size: 24px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.premium-program-single .photos img,
.premium-program-single .videos img {
	margin-bottom: -4px;
}
  
.premium-program-single .photos .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}
  
.premium-program-single .photos .active {
	opacity: 1;
}
  
.premium-program-single .photos img.hover-shadow {
	transition: 0.3s;
}
  
.premium-program-single .photos .hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.epochtv_cinema_single .cinema_info {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.epochtv_cinema_single .cinema_info span{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #AAADB6;
	margin-right: 10px;
}

.epochtv_cinema_single .casts_crews .one_post {
	text-align: center;
}

.epochtv_cinema_single .casts_crews .slick-slide img {
	object-fit: cover;
	width: 100%;
}

.epochtv_cinema_single .casts_crews .avatar {
	display: flex;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 10px;
} 

.epochtv_cinema_single .casts_crews .name {
	color: #EEEEEE;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
} 

.epochtv_cinema_single .casts_crews .role {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #AAADB6;
}

.premium-program-single .premium_programs_home {
	margin-top: 40px;
}

.premium-program-single #remark-side-panel {
	height: calc(150vh - 179px);
	overflow-y: auto;
}

.premium-program-single.epochtv_cinema_single #remark-side-panel {
	height: calc(350vh - 179px);	
}

@media screen and (max-width: 1260px) { 
	.epochtv_cinema_single .info {
		padding: 0 20px;
	}
}

@media screen and (max-width: 700px) {
	.epochtv_cinema_single .info .col.left .title.heading {
		font-size: 25px;
		text-align: left;
	}
	.epochtv_cinema_single .info {
		margin-top: 10px;
	}
	.epochtv_cinema_single .block_title {
		margin-left: 15px;
	}
	.epochtv_cinema_single .info .col.left {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.epochtv_cinema_single .info .col.right {
		width: 100%;
	}
	.epochtv_cinema_single .videobox .video_fit_container {
		margin-bottom: 0;
	}
	.epochtv_cinema_single .post_list .one_post .text,
	.coming_soon .post_list .one_post .text,
	.episode_list .post_list .one_post .text {
		width: 100%;
	}
	.epochtv_cinema_single .post_list .one_post .title {
		margin-top: 15px;
	}
	.epochtv_cinema_single .related_list .image_wrapper {
		padding-bottom: 0;
	}
	.premium-program-single #share_now {
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */  
		overflow-x: scroll;
		margin-top: 0px;
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	.premium-program-single #share_now::-webkit-scrollbar {
		display: none;
	}
	.premium-program-single #share_now .ymk_social {
		display: flex;
	}
	.premium-program-single #share_now a {
		width: 100%;
		min-width: fit-content;
	}
	.premium-program-single #share_now .cast_wrapper {
		width: 100%;
		min-width: fit-content;
	}
	.premium-program-single #share_now .cast_wrapper a {
		margin-bottom: 0;
	}
	.premium-program-single .premium_programs_home {
		margin-top: 10px;
	}
	.epochtv_cinema_single .info, .epochtv_cinema_single .info .col.left, .epochtv_cinema_single .info .col.right {
		margin-bottom: 0px;
	}
	.epochtv_cinema_single .info .right button {
		margin-bottom: 10px;
	}
}

#panel_overlay, #header_panel_overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0.9;
	z-index: 150;
	height: 100%;
}

#header_panel_overlay {
	display: none;
	background-color: transparent;
	opacity: 1;
}

.premium_programs .category_panel {
	position: fixed;
	display: none;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60%;
	height: 100%;
	text-align: center;
	background-color: #000;
	background-image:url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10% 10%;
	z-index: 200;
	color: #FFFDFD;
	font-family: 'Roboto', sans-serif;
	overflow: scroll;
}

.premium_programs .category_panel .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 300;
}

.premium_programs .category_panel .close:before {
	font-family: "genericons";
	content: "\f107";
	font-size: 20px;
	color: #FFFDFD;
	cursor: pointer;
}

.episode_list .main_container {
	color: #FFFDFD;
	text-align: left;
}

.episode_list .section {
	position: relative;
	max-width: 1159px;
	margin: 30px 20px;
}

.episode_list .videobox {
	position: relative;
}

.episode_list .videobox .logo_img {
	position: absolute;
	max-width: 50%;
	left: 0;
	bottom: 30px;
}

.episode_list .play_btn, .premium_programs_cat .play_btn {
	display: inline-block;
	width: 100px;
	height: 40px;
	background-color: #FFE142;
	margin-left: 60px;
}

.premium_programs_cat .play_btn {
	width: 150px;
	height: 50px;
}

.episode_list .play_btn .play_txt {
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding: 8px 25px 10px 0px;	
}

.premium_programs_cat .play_btn .play_txt {
	float: right;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	padding: 4px 50px 10px 0px;	
}

.episode_list .play_btn .play_arrow, .premium_programs_cat .play_btn .play_arrow {
	float: left;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #181818;
	margin-top: 10px;
	margin-left: 25px;
}

.premium_programs_cat .play_btn .play_arrow {
	margin-top: 15px;
}

.episode_list .info .col.left {
	width: 60%;
	padding-right: 20px;
	max-width: 700px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.episode_list .info .col.right {
	width: 30%;
	margin-bottom: 30px;
	margin-right: 20px;
}

.episode_list .info .clear {
	clear: both;
}

.episode_list .info .resolution {
	padding: 0 10px;
	border: 1px solid #fff;
}

.episode_list .info .cinema_info {
	display: block;
	margin-bottom: 20px;
}

.episode_list .info .cinema_info span {
	margin-right: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.episode_list .info .content {
	font-weight: 400;
	font-size: 18px;
	line-height: 23.44px;
}

.episode_list .info .label {
	color: #888;
}

.episode_list .info .categories {
	margin-top: 10px;
}

.episode_list .episodes .block_title {
	font-weight: 600;
	font-size: 28px;
	padding: 10px 0 60px;
	border-bottom: 3px solid #494949;
}

.episode_list .episodes .block_title .right {
	font-weight: 500;
	font-size: 26px;
	color: #bbb;
}

.episode_list .episodes .post_list {
	background-color: #12192B;
	margin-bottom: 50px;
}

.episode_list .one_episode {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	color: #FFFDFD;
}

.episode_list .one_episode .index {
	width: 50px;
	float: left;
	text-align: center;
	margin-top: 50px;
	font-weight: 700;
	font-size: 20px;
}

.episode_list .one_episode .image {
	margin-top: 10px;
	width: 180px;
	float: left;
}

.episode_list .one_episode .text {
	margin-top: 10px;
	float: right;
	width: calc(100% - 265px);
}

.episode_list .one_episode .title a {
	font-weight: 700;
	font-size: 20px;
	line-height: 23.44px;
	color: #FFFDFD;
}

.episode_list .one_episode .content {
	font-weight: 400;
	font-size: 14px;
	line-height: 80%;
}

.episode_list .one_episode .content a {
	color: #FFFDFD;
}

.episode_list .post_list .one_post {
	margin:0 4.5px 16px;
	width: 23%;
}

.episode_list .post_list .one_post:nth-child(4n+1) {
	clear: both;
}

.episode_list .premium_programs_home .block_title {
	font-weight: 600;
	font-size: 28px;
	padding: 20px 0 20px;
	border-top: 3px solid #494949;
}

.light .premium_programs .category_panel {
	background-color: #f0f0f0;
	color: #333333;
}

.light .episode_list .main_container {
	color: #333333;
	background-color: #f0f0f0;
}

.light .episode_list .info .resolution {
	border: 1px solid #333333;
}

.light .episode_list .info .label,
.light .episode_list .block_title .right {
	color: #666;
}

.light .one_post .title a {
	color: #333333;
}

.light .preview_video_box .one_post .title a {
	color: #FFFFFF;
}

@media screen and (max-width: 700px) { 
	.episode_list .info .cinema_info {
		display: flex;
		justify-content: space-around;
	}
	.episode_list .section {
		margin: 0px;
	}
	.episode_list .info .col.left {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		margin-left: 0;
	}
	.episode_list .info .col.right {
		width: 100%;
		margin-right: 0;
	}
	.episode_list .info {
		margin-top: 10px;;
		padding: 0 20px;
	}
	.episode_list .play_btn {
		margin-left: 20px;
	}
	.episode_list .episodes .post_list {
		margin-bottom: 10px;
	}
	.episode_list .post_list .one_post {
		width: 100%;
		margin: 0;
	}
	.episode_list .episodes .block_title {
		padding-top: 0;
	}
	.episode_list .episodes .block_title .left {
		padding-left: 20px;
	}
	.episode_list .episodes .block_title .right {
		padding-right: 20px;
	}
	.episode_list .premium_programs_home .block_title {
		padding-left: 20px;
	}
	.episode_list .one_episode .index {
		width: 0;
	}
	.episode_list .one_episode .image {
		width: 100%;
	}
	.episode_list .one_episode .image .image_wrapper {
		width: 100%;
		padding-bottom: 0;
	}
	.episode_list .one_episode .title {
		font-family: 'Source Serif';
		font-weight: inherit;
		font-variation-settings: 'wght' 600, 'opsz' 40;
		font-size: 18px;
		margin-top: 0;
		height: 66px;
		line-height: 23px;
		margin-bottom: 5px;
	}
	.episode_list .one_episode .text {
		width: 100%;
		padding: 0 20px;
	}
}

.video-js.vjs-liveui .vjs-subs-caps-button {
	display: block !important;
}

/* single-series-playlist start */
.premium-program-single.episode_list .main_container {
	max-width: 1200px;
	margin-top: 24px;
}

.premium-program-single.episode_list .video {
	display: block;
}

.premium-program-single.episode_list .videobox {
	max-width: 1200px;
}

.premium-program-single.episode_list .section {
	margin: 32px 0 0 0;
	max-width: 100%;
}

.premium-program-single.episode_list .info .col.left {
	margin-left: 0;
	width: 66%;
	max-width: 790px;
}

.premium-program-single.episode_list .info .col.right {
	margin-top: 50px;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
}

.premium-program-single.episode_list .info .content {
	font-family: 'ET Text';
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	margin-top: 20px;
}

.premium-program-single.episode_list .episodes .block_title {
	margin-bottom: 33px;
	padding: 0;
	border-bottom: none;
}

.premium-program-single.episode_list .block_title .left {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 28px;
	line-height: 34px;
	color: #F5D7B4;
	float: none;
}

.premium-program-single.episode_list .block_title .right {
	background: #E26448;
	border-radius: 2px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	margin-left: 12px;
	padding: 0 4px;
	vertical-align: middle;
	float: none;
}

.premium-program-single.episode_list .episodes .post_list {
	background: unset;
	margin-bottom: 20px;
}

.premium-program-single.episode_list .one_episode {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #444444;
	margin-top: 0;
}

.premium-program-single.episode_list .one_episode .index {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 56px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	text-align: left;
	padding: 23px 10px;
	margin: 0 48px 0 0;
}

.premium-program-single.episode_list .one_episode .image {
	margin-top: unset;
}

.premium-program-single.episode_list .one_episode img {
	display: block;
}

.premium-program-single.episode_list .one_episode .text {
	margin-top: 0;
	float: left;
	margin-left: 48px;
	width: calc(100% - 330px);
}

.premium-program-single.episode_list .one_episode .title a {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
}

.premium-program-single.episode_list .one_episode .content {
	font-family: 'ET Text';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #D3D3D3;
	margin-top: 12px;
	display: block;
}

.premium-program-single.episode_list .premium_programs_home {
	margin-top: 0;
}

.premium-program-single.episode_list .premium_programs_home .block_title {
	padding: 0;
	border-top: unset;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 28px;
	line-height: 34px;
	color: #F5D7B4;
	float: none;
	margin-bottom: 28px;
}

.premium-program-single.episode_list .premium_programs_home .one_post {
	width: calc(20% - 16px + 3px);
	margin: 0 16px 0 0;
}

.premium-program-single.episode_list.episode_list .post_list .one_post:nth-child(4n+1) {
	clear: none;
}

.premium-program-single.episode_list .premium_programs_home .one_post:nth-child(5n+6) {
	clear: both;
}

.premium-program-single.episode_list .premium_programs_home .one_post:nth-child(5n) {
	margin-right: 0;
	clear: none;
}

.premium-program-single.episode_list .premium_programs_home .one_post .title {
	font-size: 17px;
	line-height: 24px;
	margin-top: 12px;
	padding-right: 
	0;
}

@media screen and (max-width: 1240px) {
	.premium-program-single.episode_list .section {
		margin: 32px 20px 0 20px;
	}

	.premium-program-single.episode_list .premium_programs_home,
	.premium-program-single.episode_list .episodes {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.premium-program-single.episode_list .videobox {
		float: none;
	}
}

@media only screen and (max-width: 700px) {
	.premium-program-single.episode_list .section {
		padding: 0;
		margin: 0;
	}

	.premium-program-single.episode_list .episodes .block_title,
	.premium-program-single.episode_list .premium_programs_home .block_title {
		padding: 0 20px;
	}

	.premium-program-single.episode_list .info {
		padding: 0 20px;
		margin-top: 32px;
	}

	.premium-program-single.episode_list .info .col.left {
		width: 100%;
	}

	.premium-program-single.episode_list .info .col.right {
		margin-top: 0;
	}

	.premium-program-single.episode_list .episodes .block_title .left {
		padding-left: 0;
	}

	.premium-program-single.episode_list .one_episode .index {
		display: none;
	}

	.premium-program-single.episode_list .one_episode .title {
		height: auto;
	}

	.premium-program-single.episode_list .one_episode img {
		width: 100%;
	}

	.premium-program-single.episode_list .one_episode .text {
		width: 100%;
		margin-left: 0; 
		padding: 20px;
	}

	.premium-program-single.episode_list .premium_programs_home .one_post {
		width: 100%;
		margin: 0;
	}
}
/* single-series-playlist end */

@media screen and (max-width: 1400px) and (min-width: 1240px) {
	header .full_width .container {
		padding: 0 10px;
	}
}
