img {
	image-rendering: -webkit-optimize-contrast;
}

.debug {
 position: fixed;
 background: #fefefe;
 border: 1px dotted #333;
 color: #000;
 left: 50px;
 bottom: 50px;
 z-index: 999;
 max-height: 700px;
 overflow: auto;
}

.vod-header-container{
	width: 100%;
	background: #FFF;
	transition: all ease .3s;
/*	padding-bottom: 8px;*/
}

.vod-header-container.secondary-menu-wrap {
  border-top: 1px solid #dcdfec;
  /* height: 80px; */
}

.o-h .vod-header-container.secondary-menu-wrap {
  display: none;
}

.vod-header-container.visible,
.scrolled-down .vod-header-container {
  top: 0px;
	position: fixed;
	top: 0;
	z-index: 9999;
 
	/* transition: all ease .3s; */
}

.vod-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}

.vod-logo{
	margin-top: -5px;
	margin-left: 30px;
	max-width: 250px;
}

.vod-search{
	margin-right: 38px;
	width: 372px;
	display: flex;
	justify-content: flex-end;
	height: 34px;
	transition: 0.2s all;
}

.vod-search-box{
	width: 100%;
	position: relative;
	transition: 0.2s all;
}

.vod-search-box._active{
	width: 100%;
}

.search-btn{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 6px;
  top: 6px;
  cursor: pointer;
  display: block;
  transition: background 0.2s linear;
  background: url(../images/vod/search.svg) no-repeat center scroll;
  border: 0;
}

button.search-btn:focus {
  outline: none;
}

.search-backbox{
	overflow: hidden;
	width: 0;
	height: 0;
	display: none;
}



.close-btn{
	position: absolute;
	right: 10px;
	top: 14px;
	cursor: pointer;
	display: none;
	transition: 0.2s all;
}

.search-backbox._active{
	display: block;
	width: auto;
	height: auto;
}

.search-backbox._active .proclose{
  display: none !important;
}

.search-btn._active{
  background-image: url(../images/vod/close-small.svg);
  z-index: 50;
}

@media (min-width: 768px) {
  .search-btn._active{ 
    top: 8px;
    right: 8px
  }
}

.vod-input{
	height: 42px;
	border-radius: 30px;
	width: 0;
	visibility: hidden;
	transition: all ease .3s;
}

.vod-input._active{
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #DCDFEC;
	visibility: visible;
	padding-left: 35px;
	transition: all ease .3s;
}


.vod-search-box .orig{
	color: #000 !important;
}

.vod-search-box #ajaxsearchpro1_1 .probox .promagnifier, 
.vod-search-box #ajaxsearchpro1_2 .probox .promagnifier, 
.vod-search-box div.asp_m.asp_m_1 .probox .promagnifier{
	float: none;
	order: 1;
	background: none;
}


.vod-search-box #ajaxsearchpro1_1 .probox .promagnifier .innericon svg, 
.vod-search-box #ajaxsearchpro1_2 .probox .promagnifier .innericon svg, 
.vod-search-box div.asp_m.asp_m_1 .probox .promagnifier .innericon svg{
	fill: rgb(0,0,0);
}

.vod-search-box div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, 
.vod-search-box div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg, 
.vod-search-box div.asp_m.ajaxsearchpro .probox .proloading svg{
	width: 20px;
}


.vod-search-box #ajaxsearchpro1_1 .probox .proclose svg, 
.vod-search-box #ajaxsearchpro1_2 .probox .proclose svg, 
.vod-search-box div.asp_m.asp_m_1 .probox .proclose svg{
	fill: #FFF;
	background: #DADADA;
}

.vod-search-box div.asp_m.ajaxsearchpro .probox .proclose svg{
	width: 16px;
	height: 16px;
	padding: 2px;
}

#ajaxsearchprores1_1.vertical, 
#ajaxsearchprores1_2.vertical, 
div.asp_r.asp_r_1.vertical {
	padding: 0 !important;
	background: none !important;
	border: 2px solid #DCDFEC !important;
	border-radius: 20px !important;
}


#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a{
	color: #0F1048 !important;
}

.asp_w_container_1{
/*	display: none;*/
}

.asp_w_container_1._active{
	display: block;
}

 

.secondary-menu-wrap {
  position: fixed;
  left: 0;
  top: 72px;
  z-index: 555;
  width: 100%;
  height: 72px;
  border-top: 1px solid #dcdfec;
  background: #fff;
  transition: top 0.3s ease-in-out;
}

.secondary-menu-active.scrolled-down .secondary-menu-wrap {
  box-shadow: 0px 4px 4px rgb(29 140 242 / 8%);
}

.secondary-menu-active.banner-header-shown .header-banner {
  margin-top: 72px;
}
.secondary-menu-active.banner-header-shown .vod-hero {
  margin-top: 0;
}
.secondary-menu-active .vod-hero {
  margin-top: 72px;
}
 

.vod-hero .vod-slide__link {
  position: relative;
  z-index: 10;
  display: flex;
}

.vod-hero .slick-arrow:before{
	display: none;
}

.vod-hero .slick-arrow{
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	border-radius: 50px;
	top: -55px;
}

.vod-hero .slick-prev,
.vod-hero .slick-prev:hover,
.vod-hero .slick-prev:focus{
	z-index: 99;
	background-image: url(../images/vod/arrow-left.png);
}

.vod-hero .slick-next,
.vod-hero .slick-next:hover,
.vod-hero .slick-next:focus{
	z-index: 99;
	background-image: url(../images/vod/arrow-right.png);
}

.vod-hero .vod-slick-prev,
.vod-hero .vod-slick-next {
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 3.53439px 5.30159px rgba(157, 157, 157, 0.1);
}
.vod-hero .slick-active .vod-slick-prev {
  opacity: 1;
  pointer-events: all;
  left: -43px;
}
.vod-hero .slick-active .vod-slick-next {
  opacity: 1;
  pointer-events: all;
  right: -43px;
}

.vod-hero .slick-slide{
	margin: 0 12.5px;
	transition: transform 2s;
	transform: scale(1,.9);
}

.vod-hero .slick-slide.slick-current{
	transition: transform .3s;
	transform: scale(1,1);
  z-index: 5;
}

.vod-slide{
	position: relative;
	max-width: 1290px;
	margin: auto;
}

.vod-slide img.vs-img{
	width: 100%;
	aspect-ratio: 2.1094771241830066/1;
	object-fit: cover;
	border-radius: 10px;
}

.vod-slide-cnt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}

.vod-slide-cnt iframe{
	width: 100%;
	height: 100%;
}

.vod-slide-title{
font-weight: 700;
	font-size: 5rem;
	line-height: 71.2px;
	 	margin-left: 48px;
 	margin-top: 147px;
}

.vod-slide-title span{
	display: block;
	font-weight: 700;
}

.vod-slide-subtitle{
	font-size: 1.875rem;
	margin-top: 30px;
	line-height: 40px;
		margin-left: 48px;
}

.vod-slide-btn{
	color: #0F1048;
	font-weight: 600;
	text-decoration: none;
	width: 138px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	margin-top: 56px;
	margin-left: 48px;
	padding-bottom: 3px;
}

.vod-slide-btn:hover{
	color: #0F1048;
	text-decoration: none;
}

.vod-arrow{
	display: none !important;
}

.hero-vod{
  transition: padding-top 0.3s ease-in-out;
	width: 100%;
	height: 493px;
	/* background-image: url(../images/vod/vod-bg.jpg); replace image if/when needed */
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-vod video{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	z-index: 9;
	position: absolute;
	left: 0;
	top: 0;
}


.hero-vod:before{
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(24, 27, 52, 0) 0%, rgba(24, 27, 52, 0.7) 46.7%);
	left: 0;
	top: 0;
	z-index: 10;
}

.hero-vod_wrap{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background: linear-gradient(to left, rgba(15, 16, 72, 0) 0%, rgba(15, 16, 72, 0.7) 46.7%);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 101;
}

.hero-vod_content{
	width: 100%;
	max-width: 1301px;
	margin-left: auto;
	margin-right: auto;
}

h1.hero-vod_title{
	font-size: 2.8125rem;
	line-height: 30px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 34px;
}

p.hero-vod_subtitle{
	color: #FFF;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 28px;
	max-width: 590px;
	margin-bottom: 34px;
}
p.hero-vod_subtitle.sec-row {
	font-style: italic;
	margin-bottom:0;
}

.hero-vod_subtitle i{
	font-style: normal;
}

.hero-vod_btns{
	display: flex;
	align-items: center;
	margin-top: 34px;
}

.hero-vod_watch{
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 30px;
	color: #0F1048;
	padding: 8px 25px;
	width: auto;
	height: 46px;
	background: #FFFFFF;
	border-radius: 46px;
	display: block;
	text-align: center;
  transition: 0.3s ease all;
}


.sound-ico{
  border: 0;
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyOCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NTVfNDM3OTIpIj4KPHBhdGggZD0iTTE0LjMxNzQgMjMuNzk1OUMxNC40OTQ5IDIzLjkzNDQgMTQuNzE1IDI0LjAwMDEgMTQuOTM1MSAyNC4wMDAxQzE1LjA5ODQgMjQuMDAwMSAxNS4yNjg4IDIzLjk2MzYgMTUuNDE3OSAyMy44ODM0QzE1Ljc3MjkgMjMuNjkzNyAxNiAyMy4zMTQ1IDE2IDIyLjkwNlYzLjA5NTM3QzE2IDIuNjg2OSAxNS43NzI5IDIuMzA3NiAxNS40MTc5IDIuMTE3OTVDMTUuMDcgMS45MzU2IDE0LjYzNjkgMS45NjQ4IDE0LjMxNzQgMi4yMDU1Mkw2LjgyMDQ4IDcuNjk3OTFIMy4wNjQ5MUMyLjQ3NTY1IDcuNjk3OTEgMiA4LjE5Mzg5IDIgOC43OTIwMVYxNy4yMDkzQzIgMTcuODA3NCAyLjQ3NTY1IDE4LjMwMzQgMy4wNjQ5MSAxOC4zMDM0SDYuODIwNDhMMTQuMzE3NCAyMy43OTU5WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTI2Ljc2NDIgOS4zNTcxMkMyNi4yODgxIDguODgxMDQgMjUuNTE2OSA4Ljg4MTA0IDI1LjA0MDggOS4zNTcxMkwyMy41NjA2IDEwLjgzNzJMMjIuMDgwNCA5LjM1NzEyQzIxLjYwNDQgOC44ODEwNCAyMC44MzMxIDguODgxMDQgMjAuMzU3MSA5LjM1NzEyQzE5Ljg4MSA5LjgzMzE5IDE5Ljg4MSAxMC42MDQ4IDIwLjM1NzEgMTEuMDgwNUwyMS44MzcyIDEyLjU2MDVMMjAuMzU3MSAxNC4wNDA1QzE5Ljg4MSAxNC41MTY2IDE5Ljg4MSAxNS4yODc4IDIwLjM1NzEgMTUuNzYzOUMyMC41OTUxIDE2LjAwMTkgMjAuOTA2OSAxNi4xMjA5IDIxLjIxODggMTYuMTIwOUMyMS41MzA2IDE2LjEyMDkgMjEuODQyNCAxNi4wMDE5IDIyLjA4MDUgMTUuNzYzOUwyMy41NjA2IDE0LjI4MzhMMjUuMDQwOCAxNS43NjM5QzI1LjI3ODkgMTYuMDAxOSAyNS41OTA3IDE2LjEyMDkgMjUuOTAyNSAxNi4xMjA5QzI2LjIxNDQgMTYuMTIwOSAyNi41MjYyIDE2LjAwMTkgMjYuNzY0MiAxNS43NjM5QzI3LjI0MDMgMTUuMjg3OCAyNy4yNDAzIDE0LjUxNjYgMjYuNzY0MiAxNC4wNDA1TDI1LjI4NDEgMTIuNTYwNUwyNi43NjQyIDExLjA4MDVDMjcuMjQwMyAxMC42MDQ4IDI3LjI0MDMgOS44MzMxOSAyNi43NjQyIDkuMzU3MTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE4NTVfNDM3OTIiPgo8cmVjdCB3aWR0aD0iMjgiIGhlaWdodD0iMjYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: 28px;
	margin-left: 24px;
	border: none;
	cursor: pointer;
	background-size: contain;
	background-color: rgba(0,0,0,0);
	outline:none;
}

.sound-ico.unmute{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjA5NjkgMjYuMjc4OEMxNC4zIDI2LjQzMzIgMTQuNTUxOSAyNi41MDYzIDE0LjgwMzcgMjYuNTA2M0MxNC45OTA2IDI2LjUwNjMgMTUuMTg1NiAyNi40NjU3IDE1LjM1NjMgMjYuMzc2M0MxNS43NjI1IDI2LjE2NTEgMTYuMDIyNSAyNS43NDI2IDE2LjAyMjUgMjUuMjg3NlYzLjIyMDA5QzE2LjAyMjUgMi43NjUwOSAxNS43NjI1IDIuMzQyNTcgMTUuMzU2MyAyLjEzMTMyQzE0Ljk1ODEgMS45MjgxOSAxNC40NjI1IDEuOTYwNzIgMTQuMDk2OSAyLjIyODg3TDUuNTE2ODYgOC4zNDY5N0gxLjIxODc1QzAuNTQ0MzU5IDguMzQ2OTcgMCA4Ljg5OTQ2IDAgOS41NjU3MlYxOC45NDJDMCAxOS42MDgyIDAuNTQ0MzU5IDIwLjE2MDcgMS4yMTg3NSAyMC4xNjA3SDUuNTE2ODZMMTQuMDk2OSAyNi4yNzg4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE5LjUwNzMgMjAuNTE5OUMxOS40ODA4IDIwLjUyMTcgMTkuNDU1NCAyMC41MjI4IDE5LjQyOTEgMjAuNTIyOEMxOS4xNDIxIDIwLjUyMjggMTguODY1NCAyMC40MDkzIDE4LjY2MDkgMjAuMjA0NkwxOC41MTU2IDIwLjA1ODhDMTguMTM0NCAxOS42Nzg0IDE4LjA4OTYgMTkuMDc1NyAxOC40MTA2IDE4LjY0MzFDMTkuMjI0NCAxNy41NDU5IDE5LjY1MzkgMTYuMjQ1MiAxOS42NTM5IDE0Ljg4MDhDMTkuNjUzOSAxMy40MTMyIDE5LjE2NjMgMTIuMDM2NiAxOC4yNDM0IDEwLjg5OThDMTcuODkyMSAxMC40Njc3IDE3LjkyNDUgOS44NDAxMSAxOC4zMTgzIDkuNDQ2NTlMMTguNDYzMyA5LjMwMTI3QzE4LjY4MDQgOS4wODQxOSAxOC45NzEzIDguOTY1ODggMTkuMjg2MSA4Ljk4NDY1QzE5LjU5MjcgOS4wMDAwOSAxOS44NzkgOS4xNDQzOCAyMC4wNzM0IDkuMzgyMDNDMjEuMzUzNSAxMC45NDg0IDIyLjAyOTcgMTIuODUwMiAyMi4wMjk3IDE0Ljg4MUMyMi4wMjk3IDE2Ljc3MjUgMjEuNDMxNyAxOC41NzI5IDIwLjMgMjAuMDg2OEMyMC4xMTEgMjAuMzM5MSAxOS44MjE5IDIwLjQ5NzYgMTkuNTA3MyAyMC41MTk5Wk0yNC4wMDAyIDIzLjg3ODJDMjMuODAzNyAyNC4xMTA1IDIzLjUxOTQgMjQuMjQ5OSAyMy4yMTUyIDI0LjI2MjhDMjMuMjAwMyAyNC4yNjMzIDIzLjE4NTEgMjQuMjYzOCAyMy4xNjk2IDI0LjI2MzhDMjIuODgxOCAyNC4yNjM4IDIyLjYwNTYgMjQuMTUwMSAyMi40MDExIDIzLjk0NTZMMjIuMjU4NCAyMy44MDI5QzIxLjg1OTUgMjMuNDA0MiAyMS44MzI1IDIyLjc2NjYgMjIuMTk1MSAyMi4zMzVDMjMuOTQ3NyAyMC4yNTA3IDI0LjkxMzIgMTcuNjAzNSAyNC45MTMyIDE0Ljg4MDhDMjQuOTEzMiAxMi4wNDg3IDIzLjg3OTUgOS4zMjIzNiAyMi4wMDMyIDcuMjA0MDRDMjEuNjIyOCA2Ljc3NCAyMS42NDIxIDYuMTIzMDIgMjIuMDQ3IDUuNzE2NjNMMjIuMTg5NCA1LjU3Mzg5QzIyLjQwMDkgNS4zNjE0NCAyMi42NzU2IDUuMjQ0NDEgMjIuOTkwNiA1LjI1NDQ0QzIzLjI4OTggNS4yNjI5MyAyMy41NzI3IDUuMzk1MTMgMjMuNzcxNSA1LjYxODlDMjYuMDM5NSA4LjE3MjQxIDI3LjI4ODggMTEuNDYyIDI3LjI4ODggMTQuODgwOEMyNy4yODkzIDE4LjE3MDEgMjYuMTIxMyAyMS4zNjU2IDI0LjAwMDIgMjMuODc4MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(0,0,0,0);
	outline:none;
}

.replay-ico {
  background: url(../images/vod/replay.svg) no-repeat 0px -1px/cover scroll;
  border: 0;
  width: 26px;
  height: 26px;
  margin-left: 14px;
  background-size: contain;
}

.hero-vod_watch:hover{
	background: #6c6cff;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.vod-channels{
	width: 100%;
	max-width: 1376px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	outline: none !important;
}

h2.vod-channels-title{
	width: 100%;
	font-weight: 600;
	color: #0F1048;
	font-size: 2rem;
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 38px;
}

.vod-channel{
	width: calc(25% - 17px);
	max-width: 327px;
/*	height: 465px;*/
	border-radius: 4px;
	margin-right: 17px;
	margin-bottom: 17px;
	overflow: hidden;
	position: relative;
	transition: all ease .5s;
	outline: none !important;
}

.vod-channel:nth-child(4n){
	margin-right: 0;
}

.channel-wrapper{
	width: 100%;
	height: 100%;
}

.vod-channel-cnt{
	width: 100%;
	height: auto;
	background: linear-gradient(0deg, rgba(50, 51, 56, 0.8) 3.86%, rgba(15, 16, 72, 0) 98.18%, rgba(50, 51, 56, 0) 98.18%);
	position: absolute;
	left: 0;
	bottom: 0;
  padding-top: 0;
  padding-bottom: 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	transition: bottom ease .5s;
	box-sizing: border-box;
	border-bottom: 8px solid;
}

.vod-channel-content{
	z-index: 99;
	width: 100%;
	height: 100%;
}

.vod-channel.bg-6161FF .vod-channel-cnt{
	border-color: #6161FF;
}
.vod-channel.bg-452AEA .vod-channel-cnt{
	border-color: #452AEA;
}
.vod-channel.bg-CAA100 .vod-channel-cnt{
	border-color: #CAA100;
}
.vod-channel.bg-9D7B00 .vod-channel-cnt{
	border-color: #9D7B00;
}
.vod-channel.bg-00854D .vod-channel-cnt{
	border-color: #00854D;
}



.vod-channel-cnt::before {  
  	position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		transform-origin: 0 bottom 0;
		transform: scaleY(0);
		transition: 0.4s ease-out;

}

.vod-channel.bg-6161FF .vod-channel-cnt::before{
	background-color: #6161FF;
}
.vod-channel.bg-452AEA .vod-channel-cnt::before{
	background-color: #452AEA;
}
.vod-channel.bg-CAA100 .vod-channel-cnt::before{
	background-color: #CAA100;
}
.vod-channel.bg-9D7B00 .vod-channel-cnt::before{
	background-color: #9D7B00;
}
.vod-channel.bg-00854D .vod-channel-cnt::before{
	background-color: #00854D;
}

.vod-channel-cnt:hover::before,
.vod-channel:hover .vod-channel-cnt::before{
  	transform: scaleY(1);
}

.vod-channel:hover .vod-channel-cnt,
.vod-channel-cnt:hover{
	bottom: -1px;
}

@keyframes fadeInOutAnimation {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}

.vod-channel-sub{
	font-size: 1.125rem;
	line-height: 28px;
	padding: 0 20px;
	margin: 0;
	font-weight: 300;
  color: #FFF;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 1s;	
}

.vod-channel:hover .vod-channel-sub {
/*  margin-top: 2px;*/
  margin-bottom: 28px;
  max-height: 150px;
  opacity: 1;
  transition: all 1s;	
}

 

.vod-svg img{
	max-width: 100%;
}

.vod-channel-cnt .vod-watch{
	font-size: 1rem;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vod-channel-cnt .vod-watch span{
	margin-left: 9px;
	margin-right: 4px;
}

.vod-channels-title.editor-choice{
	font-weight: 600;
	font-size: 2rem;
	margin: 50px 0 0 0;
	line-height: 28px;
}

.vod-inner-carousel-container#lobby-carousel{
	margin-top: 0;
}

/* Taxonomy */
.vod-wrap-container {
  background: #F1F1F1;
}
.vod-inner-top-wrap{
	background: linear-gradient(to bottom, #0F1048 520px, #F1F1F1 401px);
  position: relative;
}
.vod-inner-top-wrap::before {
  content: "";
  position: absolute;
  background-color: #0F1048;
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
}

.vod-inner-top-wrap__container {
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.vod-back-btn{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	align-items: center;
	padding-top: 30px;
}

.vod-back-btn:hover{
	color: #FFF;
}

.video-content{
	margin-top: 30px;
	color: #333333;
  display: flex;
  flex-wrap: wrap;
}

.video-content__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.video-content-title,
p.video-content-title{
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 25px;
	margin-bottom: 15px;
}

.video-content-subtitle p {
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 22px;
  flex: 0 0 100%;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .video-content-subtitle {
    max-width: 70%;
  }
}

.vod-inner-container{
	width: calc(100% - 40px);
	max-width: 1230px;
	margin: 0 auto;
 
}

.vod-inner-hero{
	width: 100%;
	aspect-ratio: 2 / 1.015;
	aspect-ratio: 16 / 9;
 	background-size: cover;
 	background-repeat: no-repeat;
 	position: relative;

}

.vod-inner-hero iframe{
	width: 100%;
	height: 100%;
	display: block;
}

 
 

.vod-inner-bredcrumbs{
		padding-top: 60px;
	margin-bottom: 25px;
	color: #FFF;
	text-decoration: none;
	font-size: 1.25rem;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.375rem;

}

.term-elevate-show .vod-inner-bredcrumbs {
  margin-bottom: 50px;
}

.vod-catz-cnt{
	width: 60%;
	line-height: 1.4;
}
.vod-catz-cnt img.mobile-only {
		display: none;
	}

.vod-catz-cnt p {
	font-weight: 300;
	font-size: 1.5625rem;
	line-height: 28px;
}
.term-elevate-show .vod-catz-cnt p {
	font-size: 1.5625rem;
	line-height: 31px;
}

.vod-inner-bredcrumbs a{
	background: #FFFFFF;
	border-radius: 24px;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 14px;
	color: #000;
	width: 131px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px !important;
}
.vod-inner-bredcrumbs a svg {
	margin-left: 3px;
}
.vod-inner-bredcrumbs a svg,
.vod-back-btn svg {
  transition: all 0.3s ease-in-out;
}

.vod-inner-bredcrumbs a:hover,
.vod-back-btn:hover {
	text-decoration: none;
}

.vod-inner-bredcrumbs a:hover svg{
  transform: translateX(4px) !important;
}
.vod-back-btn:hover svg{
  transform: translateX(-4px) !important;
}

.vod-catz-cnt img{
	display: block;
	max-height: 200px;
	margin-bottom: 20px;
}

.play-inner-btn{
	position: absolute;
	width: 99px;
	height: 99px;
	left: calc(50% - 56px);
	top: calc(50% - 66px);
 	cursor: pointer;
 	opacity: 0.8;
}

.play-inner-btn.removed{
	visibility: hidden;
	display: none;
}

.play-inner-btn:hover{
	opacity: 1;
}


.vod-inner-carousel-container{
	margin-top: 60px;
}

.vic-title{
	font-weight: normal;
	display: flex;
	align-items: flex-end;
}

h2.vic-title,
.vic-title {
	color: #6C6CFF;
	font-size: 2rem;
	line-height: 29px;
	font-weight: 600;
}

.vic-title i{
	font-style: normal;
	display: flex;
	margin-left: 15px;
	letter-spacing: .85px;
}

.vic-subtitle{
	font-size: 1.5625rem;
	color: #0F1048;
	line-height: 30.78px;
	margin-top: 15px;
}

.vod-carousel{
	margin-top: 25px;
	margin-bottom: 100px;
}

.vod-carousel .slick-track {
  display: flex;
}

.vod-carousel .vodc-slide {
  height: auto;
}

@media (max-width: 767px) {
  .page-template-vod-lobby .vod-carousel {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .vod-inner-top-wrap__container {
    margin-top: 0;
  }
  .vod-wrap-container {
    padding-top: 50px;
  }
  .scrolled-down .vod-wrap-container {
    padding-top: 0;
  }
  .vod-inner-top-wrap::before {
    height: 105px;
  }
}

.vodc-slide{
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 10px;
	max-height: 230px;
}

.vodc-slide img{
	width: 100%;
	position: relative;
	border-radius: 4px;
}

.vodc-slide .vods-cover {
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 1440px) {
  .vod-carousel .vodc-slide {
    height: 205px;
  }
}
@media (max-width: 1199px) {
  .vod-carousel .vodc-slide {
    height: 175px;
  }
}
@media (max-width: 991px) {
  .vod-carousel .vodc-slide {
    height: auto;
  }
}

.vodc-slide img.play-vodc-btn {
  position: absolute;
  top: calc(50% - 22.5px);
}

.vodc-cnt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 1.375rem;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.grant .vodc-cnt {
	border: 4px solid  #6C6CFF;
}

 
.vod-cnt-title{
	padding: 67px 23px 23px;
/*	background: linear-gradient(0deg, rgba(15, 16, 72, 0.7) 3.86%, rgba(15, 16, 72, 0) 98.18%);*/
	background: linear-gradient(0deg, rgba(15, 16, 72, 0.8) 24%, rgba(15, 16, 72, 0) 98.18%);
	margin-bottom: 0;
}

.vodc-cnt-title p,
.vod-cnt-title h3 {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.play-vodc-btn{
	width: 45px;
	height: 45px;
}


.vod-inner-carousel-wrap .slick-list{
	padding:0 5% 0 0 !important;
}

 

.vod-inner-social{
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	right: -25px;
}

.video-content .vod-inner-social {
  position: relative;
  right: auto;
  flex-direction: row;
}

.video-content .vod-inner-social > a:not(:first-child) {
  margin-left: 12px;
}

.vod-inner-social-mobile{
	display: none;
}

.vod-inner-social-mobile a{
	margin-right: 5px;
}

.vod-inner-carousel-wrap .slick-prev{
  right: auto!important;
  left: -15px!important;
  opacity: 0;
	/* display: none;
	visibility: hidden;
	opacity: 0; */
}

.vod-inner-carousel-wrap .slick-arrow{
	width: 38px;
	height: 38px;
}

.vod-inner-carousel-wrap .slick-arrow:before{
	content: none;
}

.vod-inner-carousel-wrap .slick-prev, .vod-inner-carousel-wrap .slick-prev:hover, .vod-inner-carousel-wrap .slick-prev:focus {
  z-index: 99;
  left: 20px;
  background-image: url(../images/vod/arrow-left.png);
  opacity: 1;
  top: -1%;
  right: 4%;
  filter: drop-shadow(0px 4px 32px #6C6CFF);
  box-shadow: 0 0 9px 7px rgb(14 14 154 / 25%);
}

.vod-inner-carousel-wrap .slick-next, .vod-inner-carousel-wrap .slick-next:hover, .vod-inner-carousel-wrap .slick-next:focus {
  z-index: 99;
  right: 4%;
  background-image: url(../images/vod/arrow-right.png);
  opacity: 1;
  top: -1%;
  filter: drop-shadow(0px 4px 32px #6C6CFF);
  box-shadow: 0 0 9px 7px rgb(14 14 154 / 25%);
}

.vod-inner-carousel-wrap .slick-next:focus {
	outline: none;
}

.slick-prev{
	display: none;
}

.vic-title em,
.vic-title i,
h2.vic-title em,
h2.vic-title i {
		font-size: 1.5625rem;
		line-height: 31px;
		margin-left: 10px;
		font-weight: 500;
	}

/* Elevate tab section */
.tab-section {
	position: relative;
}
.tab-section:after {
	content:'';
	background: url('../images/present/gradient-end-tabs.png');
	width: 116px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(270deg, #F2F2F2 23.96%, rgba(242, 242, 242, 0.932292) 61%, rgba(242, 242, 242, 0) 100%);

}
.tab {
  overflow-x: auto;
  touch-action: pan-x;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  margin-top: 36px;
  margin-bottom: 32px;
/*  max-width: 1230px;*/
  padding-right: 116px;
}
.tab::-webkit-scrollbar {
  display: none;
}

.tab h3 {
  background: none;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.25rem;
  margin-right: 30px;
  flex: 0 0 auto;
  margin-bottom: 0;
  font-weight: 400;
}

.tab h3:hover,
.tab h3.active {
  color: #6c6cff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tabcontent {
  display: none;
  border: none;
}

@media (max-width:680px) {
	.tab {
		padding-right:27px;

	}
	.tab-section:after {
		width:27px;
	}
}
/* End Elevate tab section */

@media (max-width: 1600px) {
	.hero-vod_content{
		max-width: 1120px;
	}
}

@media (max-width: 1440px) {
	.vod-slide{
		max-width: 1120px;
	}

	.hero-vod{
		height: 564px;
	}

	.hero-vod_content{
		max-width: 1120px;
	}
	
	.vod-channels {
		max-width: 1120px;
	}
	/*.vod-channel {
		max-height:  400px;
	}*/

	/* .sound-ico {
		height: 25px;
		width: 25px;
	} */
	.vod-channel-sub {
		font-size: 1rem;
	}
	.term-elevate-show .vod-catz-cnt p {
		font-size: 1.375rem;
		line-height: 28px;
	}
}


@media (max-width: 1199px) {
	.vod-slide{
		max-width: 960px;
	}
	.secondary-menu-active.scrolled-down .secondary-menu-wrap {
      top: 0;
      z-index: 556;
  }
	.hero-vod_content,
	.vod-channels{
		max-width: 970px;
	}

	.vod-channel{
		width: calc(33.33333% - 11px);
		margin-right: 16.5px;
	}	 

	.vod-channel:nth-child(3n){
		margin-right: 0;
	}

	.vod-channel:nth-child(4n){
		margin-right: 16.5px;
	}

	.vod-slide-cnt{
		margin-top: 50px;
	}
	.vod-inner-social{
	 	flex-direction: row;
	 	right: 0;
	 	bottom: -30px;
	 	display: none;
	}

	.vod-inner-social a{
		margin-left: 10px;
	}

	.vod-inner-social-mobile{
		display: flex;
	}
}

@media screen and (max-width: 980px) {
	.vod-slide-cnt{
		padding-top: 20px;
		margin-top: 0;
	}

	.vod-slide-title{
    font-size: 2rem;
    line-height: 32px;
    margin-top: 80px;
	}

	.vod-slide-subtitle{
		font-size: 1.5rem;
		line-height: 24px;
		margin-top: 10px;
	}

	.vod-slide-btn{
		margin-top: 20px;
	}

	.vod-channels{
		width: calc(100% - 28px);
		margin-right: 0;

	}

	.vod-channel{
		width: calc(33.33333% - 20px);
    margin: 0 20px 20px 0;
	}
	.vod-slide img.vs-img {
		border-radius: 0;
	}
	 
 
}

@media (min-width: 768px) and (max-width: 1000px) {
  .hero-vod_content {
    width: calc(100% - 40px);
  }
}

@media (max-width: 991px) {
	.vod-slide{
    max-width: 600px;
  }
  .tab {
    margin-top: 14px;
    margin-bottom: 27px;
  }
  .tab h3 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .vod-slide {
    max-width: 100%;
  }
}
 


 
@media (hover: none) and (max-width: 767px) {
  .vod-channel:hover, 
  .vod-channel:focus, 
  .vod-channel:active,
  .vod-channel:link,
  .vod-channel:visited {
    transition: none !important;
    transform: none !important;
  }
  .vod-channel-cnt:hover::before, 
  .vod-channel:hover .vod-channel-cnt::before,
  .vod-channel-cnt:focus::before, 
  .vod-channel:focus .vod-channel-cnt::before,
  .vod-channel-cnt:active::before, 
  .vod-channel:active .vod-channel-cnt::before,
  .vod-channel-cnt:link::before, 
  .vod-channel:link .vod-channel-cnt::before,
  .vod-channel-cnt:visited::before, 
  .vod-channel:visited .vod-channel-cnt::before {
    transform: none;
    background-color: transparent;
    transition: none;
  }
  .vod-channel:hover .vod-channel-cnt, 
  .vod-channel-cnt:hover,
  .vod-channel:focus .vod-channel-cnt, 
  .vod-channel-cnt:focus,
  .vod-channel:active .vod-channel-cnt, 
  .vod-channel-cnt:active,
  .vod-channel:link .vod-channel-cnt, 
  .vod-channel-cnt:link,
  .vod-channel:visited .vod-channel-cnt, 
  .vod-channel-cnt:visited {
    bottom: 0;
    transition: none;
  }
}

@media screen and (max-width: 767px) {	
  .vod-header-container.secondary-menu-wrap {
    padding-left: 32px;
    padding-right: 32px;
  } 
	.vod-wrap-container {
		padding-top: 62px;
	}
  .vod-catz-cnt {
    width: 100%;
  }
	.vod-catz-cnt img.desktop-only {
		display: none;
	}
	.vod-catz-cnt img.mobile-only {
		display: block;
		max-height: 65px;
	}
  .vod-logo {
    padding: 16.5px 0;
    margin: 0;
  }
  .vod-logo img {
    max-width: 215px;
    position: relative;
    left: -10px;
  }
  /* .vod-header-container.secondary-menu-wrap {
    top: 72px;
  }  */
  .vod-header-container.secondary-menu-wrap,
  .vod-header-container.secondary-menu-wrap .vod-header {
    height: auto;
  }
  .vod-header{
		flex-wrap: wrap;
		height: auto;
    border: 0;
	}
  .vod-search {
    width: 100%;
    flex: 0 0 100%;
    height: auto;
  }
	.vod-search-box .close-btn,
	.vod-search-box._active .close-btn{
		display: none;
	}
	.search-backbox{
		display: block;
		width: auto;
		height: 0;
    transition: height 0.05s linear;
	}
  .search-backbox._active {
    height: 51px;
    padding-bottom: 15px;
  }

  /* .search-btn._active {
    left: auto;
    display: block;
  } */

	.vod-search-box{
		width: 100%;
	}

  .search-btn {
    top: -40px;
    right: 6px;
  }
	.vod-input{
		width: 100%;
		padding: 0;
		margin: 0;
		background: #FFFFFF;
		border: 1px solid #DCDFEC;
		visibility: visible;
		padding-left: 35px;
		transition: all ease .3s;
	}
	/* .search-btn{
		left: 10px;
		top: 12px;
		display: none;
	} */

	.vod-hero .slick-slide{
		transform: scale(1,1);
		margin: 0;
		height: 560px;
	}

	.vod-slide{
		height: 100%;
	}

	.hero-vod{
		height: 500px;
	}

  .hero-vod_btns {
    margin-top: 0;
  }

	.slick-slide img.vs-img{
		height: 100%;
		object-fit: cover;
	}

	.vod-slide-cnt{
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		background: linear-gradient(360deg, rgba(15, 16, 72, 0.7) 0%, rgba(15, 16, 72, 0) 93.18%);
	}

	.hero-vod_watch {
		font-size: 1rem;
		padding: 8px 20px;
	}

	.vod-slide-title{
		font-size: 2.5rem;
		margin-left:  0;
	}

	.vod-slide-title span{
		display: inline-block;
	}

	.vod-slide-subtitle{
		font-size: 1.25rem;
		text-align: center;
		margin-left:  0;
	}

	.vod-inner-bredcrumbs{
		margin: 0;
		padding: 24px 0;
	}

	.vod-hero .slick-dots li{
		margin: 0 4px;
		width: 8px;
		height: 8px;
	}

	.vod-hero .slick-dots li button{
		background: none;
		border: 1px solid #2C4546;
	}

	.vod-hero .slick-dots li.slick-active button{
		border-color: #0F1048;
		background: #0F1048;
	}

	.hero-vod{
		background-image: url(../images/vod/vod-bg-mob.jpg);
	}

	.hero-vod_wrap{
		background: linear-gradient(to bottom, rgba(15, 16, 72, 0) 0%, rgba(15, 16, 72, 0.7) 46.7%);
		padding-bottom: 41px;
		justify-content: flex-end;
	}

	.hero-vod_content{
		width: calc(100% - 40px);
		height: auto;
	}

	h1.hero-vod_title{
		font-size: 2.25rem;
		line-height: 40px;
		margin-bottom: 5px;
	}

	p.hero-vod_subtitle{
		font-weight: 400;
		font-size: 1rem;
		line-height: 28px;
    margin-bottom: 20px;
	}

	h2.vod-channels-title{
		margin: 0;
    font-size: 1.375rem !important;
    padding-left: 0px !important;
	}
	.vod-channels-title.editor-choice {
		margin-bottom: 16px;
		margin-top: 0;
	}
	.hero-vod_subtitle span{
		display: block;
	}

	.hero-vod_subtitle i{
		display: none;
	}



	.vod-channels{
		justify-content: center;
		margin-bottom: 0;
		margin-top: 40px;
		margin-right: 20px;
		margin-left: 20px;
		width: calc(100% - 40px);
	}

	.vod-channels#vod-channels{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-top: 16px;
	}

	 .vod-channel{
/*		height: 241.33px;*/
			width: 100%;
			max-width: 100%;
			margin:0;
			margin-bottom: 10px;
	}

  .vod-channel:hover, 
  .vod-channel:focus, 
  .vod-channel:active {
    transition: none !important;
    transform: none !important;
  }

  .vod-channel .vod-channel-cnt {
    transition: none;
  }
  
  .vod-channel-cnt:hover::before, 
  .vod-channel:hover .vod-channel-cnt::before,
  .vod-channel-cnt:focus::before, 
  .vod-channel:focus .vod-channel-cnt::before,
  .vod-channel-cnt:active::before, 
  .vod-channel:active .vod-channel-cnt::before {
    transform: none;
    background-color: transparent;
    transition: none;
  }
  .vod-channel:hover .vod-channel-cnt, 
  .vod-channel-cnt:hover,
  .vod-channel:focus .vod-channel-cnt, 
  .vod-channel-cnt:focus,
  .vod-channel:active .vod-channel-cnt, 
  .vod-channel-cnt:active {
    bottom: 0;
  }

	.channel-wrapper{
		object-fit: cover;
	}

	/*.vod-channel-cnt{
		top: 0;
		height: 100%;
    padding-bottom: 0;
	}*/

	.vod-channel-cnt {
		padding-bottom: 20px;
	}

	.vod-channel-sub,
  .vod-channel:hover .vod-channel-sub {
		display: none;
	}

	.vod-slide-subtitle{
		margin-top: 20px;
	}

	.vod-slide-btn{
		font-style: normal;
		font-weight: 700;
		font-size: 1rem;
		line-height: 24px;
		background: none;
		padding: 0;
		color: #FFF;
		width: 75px;
		padding-bottom: 3px;
		height: auto;
		margin: 25px auto;
		border-bottom: 1px solid #fff;
		border-radius: 0;
	}

	.vod-arrow{
		display: inline-block !important;
		width: 11px !important;
		height: 10px !important;
		margin-left: 5px;
	}

	.vod-slide-btn:hover{
		text-decoration: none;
		opacity: 0.8;
		color: #FFF;
	}

	.vod-slide-cnt iframe{
		position: absolute;
		top: 0;
		left: 0;
	}

  .vod-inner-carousel-wrap {
    margin-left: 20px !important;
  }

  .vod-inner-carousel-wrap .slick-arrow.slick-next,
  .vod-inner-carousel-wrap .slick-arrow.slick-prev {
    width: 33px;
    height: 33px;
    background-size: contain;
		top: -24px;
  }

  .vod-cnt-title {
    padding: 17px;
  }
  .vod-cnt-title p {
    font-size: 1rem;
    line-height: 1.2;
    max-height: inherit;

  }
  .video-content-subtitle p{
  	margin-bottom: 16px;
  }
  	.vod-catz-btn{
		display: none !important;
		visibility: hidden;
	}
	.vod-carousel {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 680px){

	.vod-inner-top-wrap{
		padding-bottom: 55px;
	}

	.vod-inner-container {
		width: calc(100% - 40px);
	}

	.vod-inner-top-wrap {
  background: linear-gradient(to bottom, #0F1048 370px, #F1F1F1 370px);
	}

	.vod-inner-hero{
		width: 100%;
		aspect-ratio: 1 / 1.6;
		aspect-ratio: 16 / 9;
 		background-size: cover;
 		background-position: center center;
 		background-repeat: no-repeat;
 		position: relative;
 		display: flex;
    overflow: hidden;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
	}



	.vod-inner-bredcrumbs,
	.vod-inner-bredcrumbs a{
		font-size: 1rem;
	}

	

	.play-inner-btn {
		width: 40px;
		height: 40px;
		left: calc(50% - 20px);
    top: calc(50% - 20px);
    z-index: 10;
	}


	.vod-slide-cnt{
		margin: 0;
		padding: 0 0 50px 0;
		display: flex;
		visibility: visible;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		color: #FFF;
		background: linear-gradient(360deg, rgba(15, 16, 72, 0.7) 0%, rgba(15, 16, 72, 0) 93.18%);
	}

	.vod-slide-title{
		font-weight: 700;
		font-size: 2.25rem;
		line-height: 32px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
 

	.vod-slide-subtitle{
		font-size: 1.125rem;
		line-height: 22px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		 
	}

	.vod-inner-carousel-container{
		margin-top: 22px;
	}

	.vod-carousel {
		margin-top:17px;
	}
  .vic-title em,
  .vic-title i,
	h2.vic-title em,
	h2.vic-title i{
		font-size: 1.375rem;
		line-height: 27px;
		margin-left: 10px;
	}

		.vic-title i {
			min-width: 110px;
		}

  .vic-title, 
	h2.vic-title {
		font-size: 1.25rem;
		line-height: 35.6px;
		margin: 0;
	}

	.vic-subtitle{
		font-size: 1.375rem;
		line-height: 27px;
		margin-top: 10px;
	}

	/*.vodc-slide img{
		top: -30px;
	}*/

	.vod-inner-carousel-wrap .slick-next, .vod-inner-carousel-wrap .slick-next:hover, .vod-inner-carousel-wrap .slick-next:focus {
	  right: 3%;
	}

	.slick-next:before{
		opacity: 0 !important;
	}

	.vod-inner-carousel-wrap .slick-dots li{
		margin: -20px 3px 0;
		width: 8px;
		height: 8px;
	}

	.vod-inner-carousel-wrap .slick-dots li button{
		background: none;
		border: 1px solid #2C4546;
	}

	.vod-inner-carousel-wrap .slick-dots li.slick-active button{
		border-color: #0F1048;
		background: #0F1048;
	}

	.vod-inner-hero iframe{
    aspect-ratio: 1 / 1;
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    left: -1px;
    top: -1px;
	}

	.term-elevate-show .vod-catz-cnt p {
		font-size: 1rem;
		line-height: 1.4;
	}


}


/* VOD Submenu smaller on mobile */
@media screen and (max-width: 767px){
.scrolled-down .basic-header-component .basic-header-content-wrapper {
	height: 60px;
}
.scrolled-down .basic-header-component .basic-header-content-wrapper .basic-header-content {
	height: 60px;
}
}


/*Editors choice !!in progress*/

.editors-slider{
	margin-top: 25px;
	margin-bottom: 100px;
}

.editors-slider .slick-track {
  display: flex;
}

.vod-inner-carousel-wrap .editors-slider .slick-list{
	padding: 0 0 0 0 !important;
	width: 95%;
}

.editors-slider .vodc-slide.editors-chice-slide {
  height: auto;
  max-height: 999px;
}

.editors-slider .vodc-slide.editors-chice-slide:hover{
	text-decoration: none;
}

.vodc-slide.editors-chice-slide .vodc-cnt{
	position: relative;
	overflow: auto;
	height: auto;
}

.editor-frame{
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.editor-frame iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all ease .3s;
}

.editor-frame iframe:hover{
	opacity: 1;
}

.editor-frame iframe.frame-op{
	opacity: 1;
	transition: all ease .3s;
}

.autoplay-cover{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	transition: all ease .3s;
	border-bottom: 8px solid #6161FF; 
}

.autoplay-cover.border-6161FF{
	border-color: #6161FF;
}
.autoplay-cover.border-452AEA{
	border-color: #452AEA;
}
.autoplay-cover.border-CAA100{
	border-color: #CAA100;
}
.autoplay-cover.border-9D7B00{
	border-color: #9D7B00;
}
.autoplay-cover.border-00854D{
	border-color: #00854D;
}
.autoplay-cover.border-025231{
	border-color: #00854D;
}


.autoplay-cover.hide-cover{
	opacity: 0;
}

.autoplay-cover img{
	max-width: 50px;
}

.vodc-slide.editors-chice-slide .vod-cnt-title{
	background: none;
	padding: 15px 0;
	font-size: 1.125rem;
	color: #333;
}

.editor-frame iframe .ytp-chrome-top, 
.editor-frame iframe .ytp-gradient-top, 
.editor-frame iframe .ytp-chrome-bottom{
	display: none;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
}

.vodc-slide img.play-vodc-btn{
	z-index: 99;
}

.vod-choice-bottom{
	margin-top: 8px;
}

.vod-choice-bottom,
.vod-duration-time{
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	color: #676879;
	font-weight: 400;
}

.vod-duration-time{
	margin-right: 16px;
}

.vod-duration-time svg{
	margin-right: 6px;
	opacity: 0.8;
}

.vod-inner-carousel-wrap.editors-carousel .slick-next, .vod-inner-carousel-wrap.editors-carousel .slick-next:hover, .vod-inner-carousel-wrap.editors-carousel .slick-next:focus, .vod-inner-carousel-wrap.editors-carousel .slick-prev, .vod-inner-carousel-wrap.editors-carousel .slick-prev:hover, .vod-inner-carousel-wrap.editors-carousel .slick-prev:focus{
	top: -38%;
	filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.1));
	box-shadow: 0px 3.71556px 5.57333px rgba(196, 196, 196, 0.2);
}

@media (max-width: 767px) {
  .page-template-vod-lobby .editors-slider {
    margin-top: 0;
    margin-bottom: 40px;
  }
}


@media (max-width: 1440px) {
  .editors-slider .vodc-slide {
    height: 205px;
  }
}

@media (max-width: 1199px) {
  .editors-slider .vodc-slide {
    height: 175px;
  }
}
@media (max-width: 991px) {
  .editors-slider .vodc-slide {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
	.editors-slider {
		margin-top: 0;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 620px) {
	.editor-frame iframe{
		display: none;
	}
}

#vimeo {
  height: 100%;
}

@media screen and (max-height: 850px) and (min-width: 992px) {
  .player-container {
    background-color: #000;
    display: flex;
    justify-content: center;
  }
  .vod-inner-hero {
    max-width: 1000px;
  }
}
@media screen and (max-height: 750px) and (min-width: 992px) {
  .vod-inner-hero {
    max-width: 850px;
  }
}

/* Color schemes */
.color-scheme-blue,
.color-scheme-purple,
.color-scheme-green,
.color-scheme-darkgreen {
  color: #fff;
 }
.color-scheme-yellow {
  color: #000;
}

.color-scheme-blue .playlist-video__sidebar path,
.color-scheme-blue .theatre-mode__info path,
.color-scheme-purple .playlist-video__sidebar path,
.color-scheme-purple .theatre-mode__info path,
.color-scheme-green .playlist-video__sidebar path,
.color-scheme-green .theatre-mode__info path,
.color-scheme-darkgreen .playlist-video__sidebar path,
.color-scheme-darkgreen .theatre-mode__info path {
  fill: #fff;
}

.color-scheme-purple .playlist-video,
.color-scheme-purple.theatre-mode,
.color-scheme-purple.playlist-video,
.color-scheme-purple .playlist-dropdown::after,
.color-scheme-purple .playlist-dropdown__content::after {
  background: #6161FF;
}
.color-scheme-purple .playlist-video__item {
  border-color: #6161FF;
}
.color-scheme-purple .playlist-dropdown__button,
.color-scheme-purple .playlist-dropdown__content {
  background-color: #CFCFF9;
}

.color-scheme-blue .playlist-video,
.color-scheme-blue.theatre-mode,
.color-scheme-blue.playlist-video,
.color-scheme-blue .playlist-dropdown::after,
.color-scheme-blue .playlist-dropdown__content::after {
  background: #452AEA;
}
.color-scheme-blue .playlist-video__item {
  border-color: #452AEA;
}
.color-scheme-blue .playlist-dropdown__button,
.color-scheme-blue .playlist-dropdown__content {
  background-color: #CFCFF9;
}

.color-scheme-yellow .playlist-video,
.color-scheme-yellow.theatre-mode,
.color-scheme-yellow.playlist-video,
.color-scheme-yellow .playlist-dropdown::after,
.color-scheme-yellow .playlist-dropdown__content::after {
  background: #CAA100;
}
.color-scheme-yellow .playlist-video__item {
  border-color: #CAA100;
}
.color-scheme-yellow .playlist-dropdown__button,
.color-scheme-yellow .playlist-dropdown__content {
  background-color: #F7F1D9;
}

.color-scheme-green .playlist-video,
.color-scheme-green.theatre-mode,
.color-scheme-green.playlist-video,
.color-scheme-green .playlist-dropdown::after,
.color-scheme-green .playlist-dropdown__content::after {
  background: #00854D;
}
.color-scheme-green .playlist-video__item {
  border-color: #00854D;
}
.color-scheme-green .playlist-dropdown__button,
.color-scheme-green .playlist-dropdown__content {
  background-color: #C6E9D5;
}

.color-scheme-darkgreen .playlist-video,
.color-scheme-darkgreen.theatre-mode,
.color-scheme-darkgreen.playlist-video,
.color-scheme-darkgreen .playlist-dropdown::after,
.color-scheme-darkgreen .playlist-dropdown__content::after {
  background: #025231;
}
.color-scheme-darkgreen .playlist-video__item {
  border-color: #025231;
}
.color-scheme-darkgreen .playlist-dropdown__button,
.color-scheme-darkgreen .playlist-dropdown__content {
  background-color: #C6E9D5;
}

@media (min-width: 1440px) {
  .color-scheme-purple .playlist-video__sidebar {
    background: #6161FF;
  }
  .color-scheme-blue .playlist-video__sidebar {
    background: #452AEA;
  }
  .color-scheme-darkgreen .playlist-video__sidebar {
    background: #025231;
  }
  .color-scheme-green .playlist-video__sidebar {
    background: #00854D;
  }
  .color-scheme-yellow .playlist-video__sidebar {
    background: #CAA100;
  }
  .playlist-container .playlist-video {
    background: #fff;
  }
}

/* Presents 2023 redesign */
.playlist-container {
  padding-top: 72px;
}

.scrolled-down .playlist-container {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .playlist-container {
    padding-top: 58px;
  }
}

.playlist-video {
  width: 100%;
  max-width: none;
  position: relative;
}

.playlist-video__container,
.playlist-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .playlist-video__container,
  .playlist-content  {
    height: auto;
    flex-direction: column-reverse;
  }
}

.playlist-video__sidebar,
.playlist-sidebar {
  display: flex;
  flex-direction: row;
  max-width: none;
  flex: 0 0 35.4%;
  padding-right: 80px;
  padding-right: 40px; /* Temp */
  padding-left: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.playlist-video__sidebar__container {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .playlist-video__sidebar,
  .playlist-sidebar {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
    padding: 32px 75px 32px 32px;
  }
  .playlist-sidebar {
    padding: 32px;
  }
  .playlist-video__sidebar__container {
    padding-left: 0;
  }
  .playlist-video__sidebar p {
    margin-bottom: 0;
  }
}

.playlist-video__item,
.playlist-video__item.playlist-item {
  flex: 0 0 61.3%;
  max-width: 61.3%;
  position: relative;
  height: 100%;
  margin-bottom: 0;
  /* test */
  right: -48px;
}
@media (max-width: 991px) {
  .playlist-video__item,
  .playlist-video__item.playlist-item {
    width: 100%;
    position: relative;
    flex: 0 0 100%;
    max-width: none;
    right: 0;
  }
}

.playlist-video__item iframe{
  aspect-ratio: 1 / 1;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .playlist-video__item iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}

.playlist-video__container,
.playlist-content,
.playlist-video__item {
  /* min-height: 500px; */
  height: 100%;
}
@media (max-width: 991px) {
  .playlist-video__container,
  .playlist-content,
  .playlist-video__item {
    min-height: auto;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-height: 750px) and (min-width: 992px) {
  .playlist-video__item {
    max-width: none;
  }
}

.playlist-video__title {
  font-size: var(--fs28);
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .playlist-video__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 8px 0;
    width: 100%;
  }
}

.playlist-video__back {
  top: -40px;
  position: relative;
}
.scrolled-down .playlist-video__back {
  top: -35px;
}
@media (max-width: 1399px) {
  .playlist-video__back,
  .scrolled-down .playlist-video__back {
    position: static;
    margin-bottom: 8%;
    display: inline-block;
  }
}


.playlist-video__subtitle {
  font-size: var(--fs16);
  line-height: 24px;
}
.playlist-video__subtitle p {
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.playlist-video__subtitle a {
  color: #000;
}
@media (max-width: 1199px) {
  .playlist-video__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

@media (max-width: 450px) {
  .playlist-video__item {
    position: fixed !important;
    top: 58px;
    border-bottom: 3px solid;
    z-index: 100;
    height: 213px;
  }
  .playlist-video {
    padding-top: 213px;
  }
  .playlist-video__sidebar {
    padding-top: 20px;
  }
  .scrolled-down .playlist-video {
    padding-top: 280px;
  }
  .playlist-video__item, .playlist-video__item.playlist-item {
    height: auto;
  }
}

.playlist-social {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .playlist-social {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 32px;
    display: flex;
    flex-direction: column;
  }
}

.playlist-social__link {
  margin-right: 15px;
  opacity: 1;
  transition: opacity 0.15s linear;
}
.playlist-social__link:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .playlist-social__link {
    margin-right: 32px;
    margin-top: 6px;
  }
  .playlist-social__link svg {
    width: 16px;
  }
}

.playlist-video__term {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .playlist-video__term {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin-bottom: 8px;
  }
}

.playlist-video__series {
  font-weight: 300;
  margin-left: 16px;
}

.playlist-content {
  margin-top: 56px;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .playlist-content {
    flex-direction: column;
    min-height: auto !important;
    margin-top: 26px;
  }
}

.playlist-items {
  width: 60%;
  max-width: 864px;
  height: 100%;
  padding-right: 32px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  /* Temp */
  position: relative;
  right: -48px;
}
@media (max-width: 991px) {
  .playlist-items {
    position: relative;
    max-width: none;
    left: auto;
    right: 0;
  }
}

.playlist-items--fade {
  opacity: 0;
}
@media (max-width: 991px) {
  .playlist-items {
    width: 100%;
    padding-left: 32px;
  }
}

.playlist-sidebar {
  align-items: flex-start;
  color: #000;
  font-size: 1.25rem;
  line-height: 2rem;
  padding-top: 0;
}

.playlist-sidebar__container {
  max-width: 412px;
  width: 100%;
  position: sticky;
  top: 180px;
  left: 0;
}
.scrolled-down .playlist-sidebar__container {
  top: 110px;
}
@media (max-width: 991px) {
  .playlist-sidebar__container {
    max-width: none;
  }
  .playlist-sidebar__container {
    position: static;
    top: 0;
  }
}

.playlist-sidebar__header {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
  width: 100%;
}

.playlist-sidebar__title {
  color: #000;
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 31px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .playlist-sidebar__title {
    margin-bottom: 0;
  }
  .playlist-sidebar__title,
  .playlist-sidebar__listen {
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 1.375rem;
  }
}

.playlist-sidebar__content {
  display: none;
}
@media (min-width: 992px) {
  .playlist-sidebar__content {
    display: block !important;
  }
}
.playlist-sidebar__content--active {
  display: block;
}

.playlist-sidebar__listen {
  margin-top: 40px;
}
.playlist-sidebar__listen__container {
  display: flex;
  align-items: center;
  height: 50px;
}
.playlist-sidebar__listen__link {
  margin-right: 16px
}
@media (max-width: 991px) {
  .playlist-sidebar__listen {
    margin-top: 26px;
  }
  .playlist-sidebar__listen p {
    margin-bottom: 10px;
  }
  .playlist-sidebar__header {
    padding-right: 0;
    justify-content: space-between;
  }
}

.playlist-sidebar__listen__logo {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.spotify-logo {
  position: relative;
  top: 2px;
}
.playlist-sidebar__listen__logo:hover {
  opacity: 0.7;
}
.playlist-sidebar__logos {

}
.playlist__sidebar__actions {
  display: flex;
}
@media (max-width: 991px) {
  .playlist-sidebar__listen__logo {
    width: 36px;
    height: 36px;
  }
  .playlist-sidebar__logo {
    max-width: max-content;
    height: auto;
    max-height: 30px;
    width: auto;
  }
}

.playlist-subscribe {
  margin-left: 16px;
  background: url('../images/icons/subscribe-sprite.png') -10px -10px no-repeat transparent;
  width: 37px;
  height: 37px;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .playlist-subscribe {
    display: none;
  }
}

.playlist-subscribe:hover {
  background-position:  -67px -10px;
}

.playlist__content-toggle {
  margin-left: 16px;
  background: none;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.playlist__content-toggle .toggle-plus {
  display: block;
}
.playlist__content-toggle .toggle-minus {
  display: none;
}
.playlist__content-toggle--active .toggle-plus {
  display: none;
}
.playlist__content-toggle--active .toggle-minus {
  display: block;
}
@media (min-width: 992px) {
  .playlist__content-toggle {
    display: none;
  }
}


/* Playlist item */
.playlist-item {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  .playlist-item {
    margin-bottom: 27px;
    flex-wrap: wrap;
  }
}

/* .playlist-item:hover {
  opacity: 0.8;
} */

.playlist-item__cover {
  flex: 0 0 330px;
  max-width: 330px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playlist-video__item .playlist-item__cover {
  background-color: #000;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .playlist-item__cover {
    flex: 0 0 250px;
    max-width: 250px;
  }
  .playlist-video__item .playlist-item__cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .playlist-item__cover {
    flex: 0 0 136px;
    max-width: 136px;
  }
  .playlist-video__item .playlist-item__cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.playlist-item__content {
  color: #000;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .playlist-item__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-left: 9px;
  }
}

.playlist-item__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  overflow: hidden;
  margin-bottom: 0;
}

.playlist-item__meta {
  line-height: 30px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .playlist-item__meta {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}

@media (max-width: 767px) {
  .playlist-item__text {
    margin-top: 10px;
    flex: 0 0 100%;
    font-size: 0.875rem;
    line-height: 20px;
  }
}

.playlist-item__text p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .playlist-item__text p {
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}

.playlist-item__title {
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 31px;
}
@media (max-width: 1199px) {
  .playlist-item__title {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
  }
}

.playlist-item__image {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 185px;
  border-radius: 4px;
}
.playlist-video__item .playlist-item__image {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .playlist-item__image {
    height: 140px;
  }
}
@media (max-width: 450px) {
  .playlist-item__image {
    height: 76px;
  }
  .playlist-video__item .playlist-item__image {
    height: 210px;
  }
}

.playlist-item__play {
  position: absolute;
  z-index: 10;
  max-width: 80px;
  transition: all 0.3s ease-in;
}
.playlist-item:hover .playlist-item__play {
  max-width: 100px;
}
@media (max-width: 767px) {
  .playlist-item__play {
    width: 33px;
    height: 33px;
  }
}

/* Playlist Dropdown */
.playlist-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 31px;
  overflow: hidden;
  padding-bottom: 4px;
}

.playlist-dropdown::after,
.playlist-dropdown__content::after {
  content: "";
  border-radius: 0 0 4px 4px;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 1;
}

.playlist-dropdown__content::after {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.playlist-dropdown--active .playlist-dropdown__content::after {
  opacity: 1;
}

.playlist-dropdown__content::after {
  bottom: -4px;
}

.playlist-dropdown::after {
  opacity: 1;
  transition: opacity 0.2s linear 0.2s;
  bottom: 2px;
}
.playlist-dropdown--active::after {
  opacity: 0;
  transition: none;
}

.playlist-dropdown__button {
  border-radius: 4px;
  color: #000;
  padding: 12px 16px 24px;
  font-size: 1rem;
  font-weight: 300;
  border: none;
  cursor: pointer;
  height: 56px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.playlist-dropdown__button:focus,
.playlist-dropdown__button:active {
  outline: none !important;
}
@media (max-width: 991px) {
  .playlist-dropdown__button {
    font-size: 0.875rem;
    height: 44px;
    line-height: 1;
    padding: 14px 16px 16px;
  }
}

.playlist-dropdown__button__icon,
.playlist-dropdown__button span {
  transform: rotate(0);
  pointer-events: none;
}
.playlist-dropdown--active .playlist-dropdown__button__icon {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .playlist-dropdown__button__icon {
    position: relative;
    top: -3px;
    transform: rotate(180deg);
  }
  .playlist-dropdown--active .playlist-dropdown__button__icon {
    transform: rotate(0deg);
  }
}

.playlist-dropdown__content {
  height: 0;
  position: relative;
  min-width: 160px;
  z-index: -1;
  width: 100%;
  font-size: 1rem;
  margin-top: -2px;
  transition: height 0.4s ease-out;
}

.playlist-dropdown__item {
  color: black;
  padding: 0 16px;
  text-decoration: none;
  display: block;
  line-height: 3rem;
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media (max-width: 991px) {
  .playlist-dropdown__item {
    font-size: 0.875rem;
    line-height: 2.5rem;
  }
}

.playlist-dropdown__item:hover {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.playlist-dropdown--active .playlist-dropdown__content {
  margin-top: -3px;
  z-index: 15;
  /* opacity: 1; */
  transition: height 0.5s ease-out;
}

.playlist-dropdown--active .playlist-dropdown__item {
  transition: opacity 0.2s linear 0.2s;
  opacity: 1;
}

.sc.my-agenda .container{
  padding: 0 0 0 15px;
}

/* CountDown Timer Live Page */

#timer-container {
  justify-items: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
	margin-bottom: -20px;
}

#timer-container video.timer-video.desktop-video {
	display: block;
  border-radius: 38px;
  padding: 15px;
}

#timer-container video.timer-video.mobile-video {
	display: none;
}

#timer-container #timer{
  position: absolute;
  font-size: 165px;
  left: 50%;
  min-width: 710px;
  transform: translate(-50%, 0px);
  top: 34%;
  margin-top: 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
}

.timer-digits{
  min-width: 215px;
  display: flex;
  justify-content: center;
}

#timer-container #timer-title{
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, 0px);
  margin: 0;
  font-size: 46px;
  color: #fff;
  letter-spacing: 1px;
}

.page-template-e24-day-of-event #timer-container #timer{
  display: flex;
}

#timer-container .monday-presents-logo-overlay {
  position: absolute;
  top: 8%;
  right: 4%;
  z-index: 100;
}

#timer-background-video-live {
  width: 100vw;
  max-width: 1375px;
}

@media (max-width: 1025px){

  #timer-container{
    justify-items: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #timer-background-video-live {
    width: 100vw;
    margin-top: 20px;
}

  #timer-container #timer{
    position: absolute;
    font-size: 100px;
    min-width: 420px;
    top: 39%;
    margin-top: 0;
  }
  
  #timer-container #timer-title{
    position: absolute;
    top: 31%;
    margin: 0;
    font-size: 36px;
  }
  
  #timer-container .monday-presents-logo-overlay {
    top: 13%;
    right: 4%;
    position: absolute;
    width: 160px;
  }

}

@media (max-width: 991px){

  #timer-container{
    justify-items: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  	width: 100%;
  }

  #timer-background-video-live {
    width: 100vw;
    margin-top: 20px;
}

  #timer-container #timer{
    position: absolute;
    font-size: 80px;
    min-width: 330px;
    top: 39%;
    margin-top: 0;
  }
  
  #timer-container #timer-title{
    position: absolute;
    top: 32%;
    margin: 0;
    font-size: 26px;
  }
  
  #timer-container .monday-presents-logo-overlay {
    top: 13%;
    right: 4%;
    position: absolute;
    width: 150px;
  }

}

@media (max-width: 767px){

  #timer-container{
    justify-items: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
	  margin-bottom: 0;
  }

  #timer-background-video-live {
    /*width: 100vw;*/
	width: auto;
    margin-top: 0px;
  	height: 56.269vw;
}

	#timer-container video.timer-video.desktop-video {
		display: none;
	}

	#timer-container video.timer-video.mobile-video {
		display: block;
	}
  
  #timer-container #timer{
    position: absolute;
    font-size: 48px;
    min-width: 200px;
    top: 40%;
    margin-top: 0;
  }
  
  #timer-container #timer-title{
    position: absolute;
    top: 33%;
    margin: 0;
    font-size: 16px;
    white-space: nowrap;
  }
  
  #timer-container .monday-presents-logo-overlay {
    top: 8%;
    right: 5%;
    position: absolute;
    width: 100px;
  }
}
/* TimeLine Items */

.timeline-item-popup {
  color: #000;
  position: absolute;
  opacity: 0;
  top: 100%;
  transition: none;
  z-index: -1;
}
.timeline-item-popup--open {
  opacity: 1;
  top: 0;
  z-index: 1000;
  transition: opacity 0.3s ease-out;
  width: 100vw;
  height: 100vh;
  position: fixed;
  backdrop-filter: blur(8px) brightness(0.2);
  -webkit-backdrop-filter: blur(8px) brightness(0.2);
}
.timeline-item-popup__backdrop {
  /* background: rgba(0,0,0,0.8); */
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  /*width: 100%;*/
  height: 100%;
  /*left: 370px;*/
	right: -370px;
  top: 72.5px;
  /* backdrop-filter: blur(4px); */
  position: fixed;
	transition: right 0.6s;
}
.timeline-item-popup.timeline-item-popup--open .timeline-item-popup__backdrop{
	right: 40px;
}
.timeline-item-popup__item {
  border-radius: 24px;
  max-width: 570px;
  width: 100%;
  height: calc(100vh - 72.5px);
  position: relative;
  display: flex;
  background: #fff;
  padding: 40px 60px 40px 0;
}
.timeline-item-popup__col {

}
.timeline-item-image-col {
  width: 208px;
  flex: 0 0 208px;
  /* background: url(../images/agenda-popup-image.svg) no-repeat -65px 0px #F0F3FF; */
  background-color: #6161FF;
  border-radius: 24px 0 0 24px;
}
.timeline-item-popup__content {
  background-color: #fff;
  padding: 5px 5px 0 40px;
  border-radius: 20px;
  font-size: 18px;
  width: 100%;
  overflow: auto;
}
.timeline-item-popup__close {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  top: 34px;
  right: 14px;
}
.timeline-item-popup__close:not(:hover):focus {
	outline: 0;
}
.timeline-item-popup__close svg {
  pointer-events: none;
}
/* .timeline-item-subtitle {
  border-radius: 6px;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 6px;
  margin-right: 6px;
  display: flex;
  background: #000;
  width: fit-content;
  color: #fff;
  height: 19px;
  align-items: center;
  justify-content: center;
}

.timeline-item-popup__cats.timeline-item-subtitle{
  border: 1px solid #000000;
} */
.timeline-item-popup__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 34px 0 28px 0;
  color: #000000;
}
.timeline-item-popup__cat{
  border-radius: 6px;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 6px;
  margin-right: 6px;
  display: flex;
  background: #000;
  width: fit-content;
  color: #fff;
  height: 19px;
  align-items: center;
  justify-content: center;
}
.timeline-item-popup__text{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 23.2px */
}
.timeline-item-popup__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000000;
  margin: 20px 0 27px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 0 0 0;
}
.timeline-item-popup__speakers {
  margin: 32px 0;
  min-height: 100px;
}
.timeline-item-box__content .timeline-item-popup__logo {
  display: none;
}
.timeline-item-popup__logo {
  height: 100%;
  margin-top: 32px;
  max-width: 151px;
  max-height: 65px;
  width: 100%;
  object-fit: contain;
}
.timeline-item-popup__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.timeline-item-popup__link {
  color: var(--main-brand-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: 'clig' off, 'liga' off;
  line-height: 145%; /* 20.3px */
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  margin-bottom: 16px;
}
.timeline-item-popup__link:last-child {
  margin-bottom: 0;
}
.timeline-item-popup__link:hover {
  color: var(--main-brand-primary);
}
.timeline-item-popup__link svg {
  margin-left: 4px;
  transition: all 0.15s ease-out;
}
.timeline-item-popup__link:hover svg {
  margin-left: 8px;
}
.timeline-item-popup__link--custom {
  background: url(../images/link_arrow.svg) right 6px no-repeat scroll;
  padding-right: 18px;
  transition: padding-right 0.15s ease-out;
}
.timeline-item-popup__link--custom:hover {
  padding-right: 22px;
}
@media (max-width: 767px) {
  .timeline-item-popup__item {
    margin: 0 15px;
  }
  .timeline-item-image-col {
    display: none;
  }
  .timeline-item-popup__content {
    border-radius: 24px;
    padding: 55px 28px;
    font-size: 14px;
  }
  .timeline-item-popup__speakers {
    margin: 24px 0;
  }
  .timeline-item-popup__logo {
    margin-top: 24px;
  }
  .timeline-item-popup__title {
    font-size: 26px;
    line-height: 130%;
    margin-top: 5px;
  }
  .timeline-item-popup__backdrop,
  .timeline-item-popup.timeline-item-popup--open .timeline-item-popup__backdrop{
    left: 0;
    transition: none;
  }
  .timeline-item-popup__backdrop{
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
  }
  .timeline-item-popup__item{
    height: auto;
    max-height: 93vh;
  }
	.powered-by-wrapper {
		margin-top: 18px;
	}
}

.timeline-events{
  width: 81vw;
	margin-top: 0;
}

.timeline-events.event-standby {
	margin-top: 15px;
}

.timeline-events.event-running {
	margin-top: 30px;
}

.sc.section-timeline{
	background-color: #000;
	margin: -2px auto 61px;
}

@media (min-width: 768px){
  .sc.section-timeline.box-it{
    max-width: 1345px;
    border-radius: 24px;
  }
  .page-template-e24-day-of-event .sc.section-timeline.box-it {
    max-width: none;
    border-radius: 0;
  }
}

@media (max-width: 767px){
	.sc.section-timeline {
		margin-bottom: 0;
	}
	.timeline-events.event-standby {
		margin-top: 8px;
	}
}


.timeline{
 background: #000000; 
/* height: 240px;*/
	min-height: 193px;
 display: grid; 
 grid-template-columns: 10fr 40fr;
 color: #ffffff;
 position:relative;
 z-index: 0;
 margin: 0 auto;
 max-width: 1375px;
 overflow: hidden;
 gap: 20px;
 border-radius: 24px;
}

.timeline-item {
	padding: 25px 0 0;
	/*min-width: 260px;*/
	min-width: 260px;
	max-width: 500px;
	transition: max-width 1s;
}

/*.timeline-events:not(.event-running) .timeline-item {
	min-width: 315px !important;
	max-width: 315px !important;
}*/

.timeline-item-above-title {
 display: flex;
 align-items: center;
 gap: 20px;
 font-size: 14px;
max-width: 200px;
}
.timeline-item-popup-trigger{
  cursor: pointer;
}
.timeline-item-title{
 font-size: 16px;
 font-weight: 600;
 /*min-height: 70px;*/
	min-height: 66px;
 margin-top: 10px;
 display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
max-width: 283px;
min-width: 283px;
}


.timeline-item-popup__conten::-webkit-scrollbar,
.agenda-popup__content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.timeline-item-popup__conten::-webkit-scrollbar-thumb,
.agenda-popup__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.timeline-item {
  position: relative;
}

.timeline-item .timeline-item-tooltip {
  opacity: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 8px 16px;
  position: absolute;
  transition: opacity .2s;
  font-size: 12px;
  font-weight: 400;
  left: -10%;
  top: 0px;
	box-sizing: border-box;
	font-style: normal;
	line-height: 16.2px;
}

.timeline-item:first-child .timeline-item-tooltip {
	left: 0;
}

.timeline-item-tooltip::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50px;
  rotate: 45deg;
  z-index: 10;
}

.timeline-item .timeline-item-tooltip.active {
  opacity: 1;
}

.timeline-item-title:hover {
	cursor: pointer;
}

.timeline-item-read-more{
 display: flex;
 align-items: center;
 gap: 3px;
 /*margin-top: 20px;*/
	margin-top: 11.5px;
	margin-bottom: 25px;
	max-width: fit-content;
}

.timeline-item__readmore {
 color: #ffffff;
 font-feature-settings: 'clig' off, 'liga' off;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 145%;
 letter-spacing: -0.14px;
}

.timeline-item-speaker{
 display: flex;
 gap: 10px;
 align-items: flex-start;
 margin: 15px 0;
}

.timeline-item-speaker-photo {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 8px;
  float: left;
  margin-right: 10px;
}

.timeline-item__readmore:hover {
 color: #ffffff;
 text-decoration: none;
}

.timeline-item__readmore:hover svg {
 margin-left: 3px;
 transition: all 0.15s ease-out;
}

.timeline-item-speaker-photo img {
	/*width: 38px;
	border-radius: 50%;*/
	height: 100%;
	object-fit: cover;
  border-radius: 8px;
}

.timeline-item-speaker-name{
  font-size: 18px;
  font-weight: 600;
  line-height: 26.1px;
  text-align: left;
  color: #000000;
  margin: 0 0 2px 0;
}

.timeline-item-speaker-position{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-align: left;
  margin: 0 0 2px 0;
}

.timeline-title {
font-size: 24px;
font-weight: 600;
/*padding: 30px 40px;*/
	padding: 25px 40px 30px;
background: #000000;
z-index: 100;
max-height: 190px;
  /* padding-left: 0 !important; */
  min-width: 240px !important;
  user-select: none;
}

/* @media (max-width: 1380px) {
  .timeline-title {
    padding-left: 20px !important;
  }
} */

.timeline-item-popup__knowledge, .timeline-item-popup__tracks, .timeline-item-popup__actions.share{
  margin-top: -20px;
}

.timeline-item-popup__products{
  margin-top: -10px;
}

.timeline-item-popup__knowledge > div,
.timeline-item-popup__tracks > div,
.timeline-item-popup__products > div{
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.timeline-item-popup__knowledge .more-info-item,
.timeline-item-popup__tracks .more-info-item{
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 5px 18px 5px 18px;
  border-radius: 22px;
  border: 1px solid #000000;
  height: 28px;
}

#timeline-title-mobile{
display: none;
}

.timeline-item-popup__above-title{
display: flex;
align-items: center;
}

.timeline-item-company-logo img{
max-width: 42%;
margin-top: 20px;
}

.timeline-events .slick-slide{
/*padding-right: 50px;*/
	padding-right: 32px;
}

.timeline-events .slick-list{
padding:0 16% 0 0 !important;
}

.timeline-shadow{
position: absolute;
height: 100%;
width: 260px;
z-index: 100;
top: 0;
}

.timeline #shadow-left{
left: 12%;
background-image: linear-gradient(to left, transparent, #000);
}

.timeline #shadow-right{
right: 0px;
background-image: linear-gradient(to right, transparent 0px, #000 200px, #000 200px, #000 100% );
}

.timeline-arrow {
 position: absolute;
 top: 10px;
 z-index: 1000;
 cursor: pointer;
}

.timeline #arrow-left{
left: 14%;
}

.timeline #arrow-right{
/*right: 30px;*/
	right: 37px;
}

.timeline-progress-bar{
  position: absolute;
  height: 2px;
  width: 80vw;
  background: #A3A5B0;
  left: 17%;
  top: 24px;
}

.timeline-item-time-after{
  font-size: 14px;
  display: none;
  max-width: fit-content;
}

.timeline-item-time-after::before{
  content: '';
  background: #fff;
  width: calc(100% - 110px);
  position: absolute;
  height: 2px;
  left: 89px;
  top: 9px;
}

.timeline-item-time-before{
  font-size: 14px;
  max-width: fit-content;
}

.timeline-item-time-before::before{
  content: '';
  background: #fff;
  width: calc(100% - 70px);
  position: absolute;
  height: 2px;
  left: 50px;
  top: 7px;
}

.page-template-day-of-event{
  overflow-x: hidden;
}

.timeline-progress-bar-pin{
  position: absolute;
  top: -8px;
  width: 18px;
  height: 18px;
  background: #000000;
  border-radius: 50%;
  transition: left .3s ease-in-out;
  border: 2px solid #6161FF;
  z-index: 1;
}

.timeline-progress-bar-togo{
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6161FF;
  transition: left .3s, width .3s;
}

#progress-bar-cover{
  position: absolute;
  top: 22px;
  right: 0px;
  width: 385px;
  height: 5px;
  background: #000;
  z-index: 1;
}

#progress-bar-cover::before{
  position: absolute;
  top: 0px;
  right: 0;
  width: 128px;
  height: 5px;
  background: red;
  z-index: 1;
}

.timeline-item-popup.timeline-item-popup--open{
  z-index: 1000000;
}

@media (max-width: 767px){
  .timeline-item-popup.timeline-item-popup--open .timeline-item-popup__backdrop {
    right: 0;
  }

  .timeline-item-popup.timeline-item-popup--open{
    opacity: 1;
    top: 0;
    z-index: 1000000;
    transition: opacity 0.3s ease-out, top 0.3s ease-out;
    width: 100vw;
    height: 100vh;
    position: fixed;
    backdrop-filter: blur(8px) brightness(0.2);
    -webkit-backdrop-filter: blur(8px) brightness(0.2);
  }

  .timeline-item-popup__item {
    margin: 0 10px;
    border-radius: 20px;
    padding: 0px 20px 40px 0;
    transition: top .3s;
    top: 100vh;
  }
  .timeline-item-popup.timeline-item-popup--open .timeline-item-popup__item{
    top: 0;
  }

 .timeline{
   background: #000000; 
   height: unset; 
   display: block; 
   color: #ffffff;
   padding-bottom: 28px;
   margin: 0;
}

.timeline-title{
 padding: 30px 20px 10px;
}

#timeline-title-mobile{
display: block;
}

#timeline-title-desktop{
 display: none;
}

.timeline-item{
  min-width: 82vw;
  position: relative;
  max-width: 68vw;
}

.timeline-item-above-title{
 display: block;
 font-size: 14px;
}

.timeline-item-duration{
 margin-bottom: 10px;
}

.timeline-item-title{
  max-width: unset;
  min-width: unset;
}

.timeline-events {
 padding-left: 30px;
 margin-top: 0;
 width: 100vw;
}

/* .timeline-item-read-more{
display:none;
} */

.timeline-shadow{
  width: 20px;
  top: 0;
  }
  
  .timeline #shadow-left{
  left: 0%;
  background-image: linear-gradient(to left, transparent, #000);
  }
  
  .timeline #shadow-right{
  right: 0px;
  background-image: linear-gradient(to right, transparent, #000);
  }

.timeline-arrow {
 display:none !important;
}

.timeline-progress-bar{
  width: 100vw;
  left: unset;
  top: 90px;
}

}

/* Theatre mode */
.theatre-mode {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -5;
  transition: opacity 0.3s linear;
}

.theatre-mode__video {
  position: relative;
  width: 100%;
  height: calc(100% - 78px);
  padding-top: 110px;
}
.page-template-e24-day-after-event .theatre-mode__video,
.single-elevate_session_24 .theatre-mode__video {
  padding-top: 160px;
}
.scrolled-down .theatre-mode__video {
  height: calc(100% - 120px);
  padding-top: 55px;
}
/* top mask */
.theatre-mode__video::before {
  content: "";
  background: #000;
  top: 55px;
  left: 0;
  width: 100%;
  height: 90px;
  position: absolute;
}
.page-template-e24-day-after-event .theatre-mode__video::before,
.single-elevate_session_24 .theatre-mode__video::before  {
  height: 153px;
  top: 37px;
}
.scrolled-down .theatre-mode__video::before {
  top: -21px;
}

.theatre-mode--active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 1;
  top: -38px;
}

.theatre-mode__video iframe {
  background: #000;
  width: 100%;
  height: 100%;
}

.theatre-mode__container {
  /*max-width: 1440px;*/
  margin: 0 auto;
  position: relative;
  background: #f0f3ff;
}

 .theatre-mode__container.theatre-mode__container--below{
  height: 100%;
}

.theatre-mode__close {
  position: absolute;
  top: 90px;
  left: 20px;
  background: none;
  border: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.scrolled-down .theatre-mode__close {
  top: 100px;
}

.theatre-mode__info {
  padding-top: 25px;
  margin: 0 32px;
}

.theatre-mode__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
}

.theatre-mode__meta {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.theatre-mode__meta__series {
  font-weight: 300;
  margin-left: 16px;
}

.theatre-mode__tax{
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}

.theatre-mode__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 25px;
}

#toggle-description{
  transition: rotate .3s;
  cursor: pointer;
}

.theatre-mode__container.theatre-mode__container--below.show-description {
    position: absolute;
    width: 100%;
    min-height: 320px !important;
    height: 35vh !important;
    bottom: -44px;
}

.rotate-180{
  rotate: 180deg !important;
}

.theatre-mode__content--below{
  display: block;
  padding-top: 5px;
}

.theatre-mode__speakers .agenda-box__speakers .speaker .speaker-name-flexy{
  padding-top: 2px;
}

.theatre-mode__speakers .speaker__name{
  font-size: 14px;
  margin: 0 0 -4px 0;
}

@media (min-width: 767px){
  .theatre-mode__speakers .agenda-box__speakers .speaker .speaker-name-flexy{
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
}

.speaker-name-flexy h4,
.speaker-name-flexy p{
  font-size: 14px !important;
}

.theatre-mode__speakers .agenda-box__speakers .speaker{
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.webinar-mode .theatre-mode__content {
  display: flex;
  justify-content: space-between;
}
.theatre-mode__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.theatre-mode__link svg {
  position: relative;
  top: -2px;
  margin-left: 2px;
}


@media (max-width: 767px) {

  .theatre-mode__content--below{
    padding-right: 30px;
  }

  .theatre-mode__content{
    padding-right: 50px;
	}

  .show-description{
    height: 500px !important;
    min-height: 67vh !important;
	}

	.theatre-mode__container.theatre-mode__container--below.show-description  {
		height: 60vh !important;
	}

	.arrow-up{
	  margin-bottom: 40px;
	}

  .theatre-mode__info {
    padding-top: 15px;
    overflow: auto;
  }

  .theatre-mode__title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    padding-right: 10px;
    overflow-y: visible;
    height: auto;
    margin-bottom: 10px;
  }

  .webinar-mode .theatre-mode__content {
    align-items: flex-start;
  }

  .theatre-mode__description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .theatre-mode__video { 
    height: calc(100% - 140px);
  }

  .theatre-mode__container.theatre-mode__container--below{
    height: 180px;
  }
}

.theatre-mode .playlist-social {
  margin-top: 0;
}

@media (min-width: 992px) {
  .playlist-video__sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .playlist-video__item, 
  .playlist-video__item.playlist-item,
  .playlist-items {
    right: 0;
  }
  .playlist-video__sidebar, 
  .playlist-sidebar {
    padding-right: 80px;
  }
  .playlist-video__sidebar {
    padding-top: 0;
    padding-bottom: 0;
    flex: 0 0 34%;
    margin-left: 30px;
  }
  .playlist-sidebar {
    flex: 0 0 auto;
  }
  .playlist-sidebar__content {
    min-width: 412px;
  }
}

@media (max-width: 767px) {
  .secondary-menu-wrap {
    top: 0;
  }
  .home .secondary-menu-wrap {
    top: 72px;
  }
  .playlist-video__item, .playlist-video__item.playlist-item {
    padding-top: 0;
  }
}