
*:focus{
	outline:none !important;
}

html{
	height:100% !important;
}

html {
	  scroll-behavior: smooth;
	}

body{
	background-color: black;
}


header.hei-header{
	background-image: linear-gradient(black,rgba(0,0,0,0));
	z-index: 1000;
	position: absolute;
}

header.entry-header, header.woocommerce-products-header{
	background-image: none;
	z-index: 1;
	position: static;
}

@media only screen and (max-width: 991.98px) {
	header.hei-header {
		position: relative;
	}
}

@media (min-width: 992px){ 

	.collapse:not(.show){
		display: block !important;
	}
	
}

a.logo>img{
	height: 30px;
	width: auto;
}

div.featured-details{
	bottom:0px;
}

.video-gradient{
	top:0px;
	left:0px;
	z-index: 0;
}

a{
	transition: 0.2s all linear;
	color: #fce009;
}

a:hover{
	color: #dc3430;
}

.round{
	border-radius:50px;
}

.trans-button{
	background-color: rgba(252,224,9,1);
	color:black;
}

.trans-button:hover{
	background-color: #fce009;
	color:black
}

.ep-slider{
	overflow: visible !important;
}

.tns-ovh{
	overflow-x: visible !important;
	overflow:visible !important;
}

.ep{
	height: 200px;
	background-size: cover;
	background-position: center center;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 10px;
	overflow:hidden;
	z-index:1;
}

.ep-image{
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	transition: 0.2s linear all;
}

.ep-meta{
	margin:8px;
	display: flex;
	justify-content: flex-end;
	z-index: 2;
}

.ep-status{
	background-color: rgba(252,224,9,0.65);
	color:black;
	padding:1px 5px;
	border-radius: 5px;
}

.ep-preview{
	background-color: rgba(26, 216, 0, 0.65);
	color:white;
	padding:1px 5px;
	border-radius: 5px;
}

.ep-length{
	background-color: rgba(0,0,0,0.65);
	padding:1px 5px;
	border-radius: 5px;
	margin-left:8px;
}

.ep-title a{
	color: white;
	font-size: 14px;
}

.slider-control-container{
	left:0px;
	right:0px;
	top:180px;
	z-index: 100;
	pointer-events: none;
}

.control{
	display: flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height:40px;
	opacity: 0.75;
	pointer-events: auto !important;
}

.prev-control i{
	position: relative;
	left:-2px;
	top:1px;
}

.next-control i{
	position: relative;
	left:2px;
	top:1px;
}

.control[aria-disabled="true"]{
	visibility: hidden;
}

a.ep-link,a.ep-link:hover{
	color: #fff;
}

a.ep-link:hover div.ep-title{
	color: #fce009 !important;
}

a.ep-link:hover div.ep-image{
	transform: scale(1.1);
}

.featured-list{
	background-image: linear-gradient(red,black);
}

footer{
	clear:both;
	margin-top: auto;
}

/* Login Modal */

.login-form, .login-promo{
	width:60%;
	margin:0 auto;
}

img.modal-logo{
	width: 150px;
	height:auto;
}

/* Store */

main.site-main{
	padding-left:3rem;
	padding-right:3rem;
}

main.site-main{
	padding-top:80px;
}

.ticket-option{
	width:19%;
	background-color: white;
	border-radius: 5px;
	color: black;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.join-option{
	width:25%;
	background-color: white;
	border-radius: 5px;
	color: black;
	display: flex;
	flex-direction: column;
	text-align: center;
}

@media only screen and (max-width: 1300px) {
	.ticket-option,.join-option{
		width:39%;
		margin-bottom:20px;
		margin-left:10px;
		margin-right:10px;
	}
	.ticket-options,.join-options{
		flex-wrap: wrap;
		justify-content: center !important;
	}
}

@media only screen and (max-width: 992px) {
	.ticket-option,.join-option{
		width:47%;
	}
	main.site-main{
		padding-left:15px;
		padding-right:15px;
		padding-top:0px;
	}
	main.site-main .entry-summary{
		margin-top:0px;
	}

}

@media only screen and (max-width: 768px) {
	.ticket-option, .join-option{
		width:100%;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:30px;
	}

}

.ticket-option ul li,.join-option ul li{
	text-align: left;
}

.ticket-option h5,.join-option h5{
	display: flex;
	height: 120px;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: red;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding:20px;
	font-weight: 600;
	text-transform: uppercase;
}

.ticket-option:first-child h5,.join-option:first-child h5{
	background-color: #dc3430;
}

.ticket-option:nth-child(2) h5,.join-option:nth-child(3) h5{
	background-color: #af3341;
}

.ticket-option:nth-child(3) h5{
	background-color: #6e3359;
}

.ticket-option:nth-child(4) h5{
	background-color: #2c3372;
}

.ticket-option:nth-child(5) h5,.join-option:nth-child(2) h5{
	background-color: #003282;
}

.ticket-price{
	font-weight:600;
	font-size: 36px;
}

.price-divider{
	width:100px;
	height:3px;
	background-color:red;
	margin:10px auto 20px;
}

.ticket-option ul li{
	margin-bottom:8px;
}

.ticket-option:nth-child(1) li i,.join-option:nth-child(1) li i{
	color: #dc3430;
}

.ticket-option:nth-child(2) li i,.join-option:nth-child(3) li i{
	color: #af3341;
}

.ticket-option:nth-child(3) li i{
	color: #6e3359;
}

.ticket-option:nth-child(4) li i{
	color: #2c3372;
}

.ticket-option:nth-child(5) li i,.join-option:nth-child(2) li i{
	color: #003282;
}

.ticket-option:nth-child(1) a,.join-option:nth-child(1) a{
	background-color: #dc3430;
}

.ticket-option:nth-child(2) a{
	background-color: #003282;
}

.ticket-option:nth-child(3) a{
	background-color: #6e3359;
}

.join-option:nth-child(3) a{
	background-color: #af3341;
}

.ticket-option:nth-child(4) a{
	background-color: #2c3372;
}

.ticket-option:nth-child(5) a{
	background-color: #888;
}

.join-option:nth-child(2) a{
	background-color: #003282;
}

.ticket-option a:hover,.join-option a:hover{
	background-color: black !important;
	color: white !important;
}


h1.product_title{
	color: #fce009;
	font-weight: 700;
}

span.bundled_product_title_inner span.item_title{
	color: #dc3430;
	font-weight: 600;
}

button.single_add_to_cart_button{
	background-color: #fce009;
	color: black;
	text-transform: uppercase;
	font-weight: 500;
	border-width: 0px;
	border-radius: 50px;
	padding:8px 18px;
	transition: all 0.2s linear;
	margin-top:30px;
	font-size: 20px;
}

button.single_add_to_cart_button:hover{
	background-color: #dc3430;
	color: white;
}

p.price{
	font-size: 22px;
}

span.woocommerce-Price-amount{
	color: #dc3430;
	font-weight: 600;
}

div.woocommerce-product-details__short-description{
	margin-bottom:50px;
}

a.bundled_product_permalink{
	color: #fce009;
}

a.bundled_product_permalink:hover{
	color: #d1ba08;
}

span.edit-link{
	display: none;
}

div.add_gift_card_form{
	margin-top:30px !important;
}

a.about_paypal{
	display: none !important;
}

li.wc_payment_method.payment_method_paypal{
	
	margin-top:30px !important;
}

li.wc_payment_method.payment_method_paypal img{
	height: 50px !important;
	width: auto;
}

div.viewer{
	width:70%;
}

div.chat{
	width:30%;
}

.viewer-flex.chat-hidden div.viewer{
	width:100%;
}
.viewer-flex.chat-hidden div.chat{
	display: none !important;
}

.chat-toggle:hover{
	color: #d1ba08;
	cursor: pointer;
}

.chapter-toggle:hover{
	color: #d1ba08;
	cursor: pointer;
}

.social-facebook,.social-discord,.social-twitter{
	font-size: 40px;
}

.social-facebook{
	color: #4267B2;
}

.social-twitter{
	color: #00acee;
}

.social-discord{
	color: #7289da;
}

@media only screen and (max-width: 991.98px) {
	button.single_add_to_cart_button{
		display: inline-block;
		margin:0px auto !important;
		text-align: center;
	}
	form.cart{
	}
	div.viewer{
		width:100%;
		margin-bottom:30px;
	}
	
	div.chat{
		width:100%;
		height: 500px;
	}
	
	h1.product_title{
		margin-top:20px;
	}
	
}

.qsm-pagination.border{
	border:0px solid #fff !important;
	justify-content: flex-start !important;
}

.join-header{
	background-image:url('/images/join_bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	height: 800px;
	color: white;
}

.join-logos img{
	height: 250px;
}

div.join-chevron{
	left:0px;
	bottom:20px;
	font-size: 30px;
}

@media only screen and (max-width: 991.98px) {
	
	.join-logos img{
		height: 125px;
	}
	
}

.playlist-column{
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

.playlist-content{
	border-top:1px solid #8f8f8f;
	border-bottom:1px solid #8f8f8f;
}

.playlist-content a img{
	width: 25% !important;
	height: auto !important;
	flex-grow: 0;
}

.playlist-content a{
	cursor: pointer !important;
	color: white;
}

.playlist-content a.current-ep{
	background-color: rgba(255,255,255,0.1);
}



.pl-number{
	width: 10% !important;
	text-align: center;
	flex-grow: 0;
	color: #8f8f8f !important;
}

.pl-details{
	width:65% !important;
}

.playlist-content a:hover{
	background-color: rgba(255,255,255,0.1);
	color: #fce009 !important;
}

@media only screen and (max-width: 991.98px) {
	.playlist-column{
		position: static !important;
	}
	.featured-details h1, .episode-details h1{
		font-size: 24px;
	}
}

@media only screen and (min-width: 992px) {
	.featured-details{
		position: absolute;
	}
	
}

span.control{
	cursor: pointer !important;
}




h2.comments-title{
	font-size: 20px;
	font-weight: 600;
}

ol.comment-list{
	padding-left:0px;
	list-style-type: none;
}

ol.comment-list li.comment{
	padding:20px;
	
}
ol.comment-list>li.comment.thread-even{
	background-color: #000000;
}
ol.comment-list>li.comment.thread-odd{
	background-color: #181818;
}

ol.children{
	list-style-type:none;
	margin-top:10px;
}

ol.children>li{
	background-color: rgba(255,255,255,0.05);
}

ol.comment-list div.reply{
}

div.comment-metadata{
	font-size: 14px;
}

footer.comment-meta{
	margin-bottom:8px;
}

.reply-title{
	font-size: 20px;
	font-weight: 600;
}

p.comment-form-comment label{
	display: block;
}

a.day{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:10px;
}

a.chapter{
	font-weight: 600;
	color: white;
	margin-left:25px;
	margin-bottom:10px;
	font-size: 16px;
	line-height: 18px;
}

a.chapter:hover{
	color: #dc3430;
}

a.chapter,a.day{
	display: flex;
	flex-direction: row;
}

a.chapter i, a.day i{
	margin-right: 10px;
}

a.chapter div{
	position: relative;
	top:-3px;
}

a.chapter div span{
	font-weight: 400;
	color: #3d9cd2;
}

a.day div{
	position: relative;
	top:-5px;
}

div.day-divider{
	width: 100px;
	height:2px;
	background-color: #3d9cd2;
	margin:10px 0px 20px 0;
}

.credit-button{
	cursor: pointer;
}

.modal.credits-modal .modal-content { 
   background-image: url('/images/curtains.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-size: contain;
}

table.thwepo-extra-options{
	margin-top:20px;
	margin-bottom:20px;
}

label[for="recipient_email[0]"]{
	margin-right:10px;
}

.cmmp_history_pagination_bar ul li.cmmp_pagination_active a{
	background-color: #fce009 !important;
	color: black !important;
}

.cmmp_history_pagination_bar ul li a{
	color: #fce009 !important;
	margin-right: 8px !important;
}

.cmmp_history_pagination_bar ul li a:hover{
	color: black !important;
	background-color: white !important;
}

.certified-header{
	background-image:url('/images/popcorn_back.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	color: white;
	padding-top:100px;
	padding-bottom:50px;
}

.test-container{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	
}

.test-item{
	padding: 25px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin-bottom:40px;
}

.test-container .form-check input{
	position: relative;
	top:-3px;
}

.test-container .form-check input:checked + label{
	color: #fce009;
}

.test-container .form-check{
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
}
.test-container .form-check:last-child{
	border-bottom:0px solid #ccc;
}

@media only screen and (max-width: 991.98px) {
	.test-container{
		width:80%;
	}
	.test-container .fs-24{
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.test-container{
		width:90%;
	}
	.test-container .fs-24{
		font-size: 16px !important;
	}
}

.callout{
	border-radius: 15px;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

.callout img{
	transition: 0.2s all linear;
	z-index: 9;
	position: relative;
}

.callout:hover img{
	transform: scale(1.1);
}

.callout-title{
	top:0px;
	left:0px;
	z-index: 20;
}

div.wc-memberships-member-discount-message{
	display: none;
}

span.onsale{
	display: none;
}

div.woocommerce-product-gallery__image>a>img{
	width:100% !important;
}

div.woocommerce-product-gallery ol{
	margin-bottom:30px !important;
	overflow: hidden;
}

li.comment-author-tim-heidecker-presidant-of-vfa{
	background-color:rgba(66,144,203,0.35) !important;
}

li.comment-author-greggturkington{
	background-color:rgba(203, 183, 66, 0.35) !important;
}

.price.bundle .woocommerce-Price-amount{
	font-size: 15px !important;
}

.price.bundle br{
	display: none;
}

.price.bundle .subscription-details, .price.bundle .bundled_subscriptions_price_html{
	font-size: 15px !important;
}
.price.bundle .bundled_sub_price_html{
	padding-left:8px;
}