/*
Theme Name: OrcimG Theme
Description: Custom theme developed by orcim
Author: Orcim
Version: 0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--body-text: #F9F9F9;
	--body-background: #0A0B10;
	--body-margin-top: 80px;
	
	--text-header: #8EA530;
	--text-sub-header: #F9F9F9; 
	--text-image-overlay: #F9F9F9;
	
	--form-header: #F9F9F9;
	--form-input-label: #F9F9F9;
	--form-field-text: #F9F9F9;
	--form-field-placeholder: #999999;
	--form-field-border: #8EA53066;
	--form-field-background: #3B3E5C55;
	
	--button-gradient-light: #8EA530;
	--button-gradient-light-hover: #9BB434;
	--button-gradient-dark: #748727;
	--button-gradient-dark-hover: #BB4809;
	--button-gradient-text: #F9F9F9;
	--button-gradient-text-hover: #F9F9F9;
	--button-transparent-border: #8EA530;
	
	--nav-background: #14151f;
	--nav-bottom-border: #8EA53055;
	--nav-text: #F9F9F9;
	--nav-text-hover: #8EA530;
	--nav-text-background: #14151f;
	--nav-text-background-hover: #14151f;
	--navbar-collapse-button: #8EA530;
	--navbar-burger-icon: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(142,165,48,1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	--footer-nav-shadow: #0A0B10;
	
	--channel-marquee-header: #8EA530;
	--channel-marquee-border: rgba(142, 165, 48, 0.6);
	--channel-marquee-sub-header: #F9F9F9;
	--channel-marquee-link-text: #F9F9F9;
	--channel-marquee-link-text-hover: #F9F9F9;
	--channel-marquee-link-background: #0A0B10;
	--channel-marquee-link-background-hover: rgba(142,165,48,0.6);
	
	--channel-card-text: #F9F9F9;
	--channel-card-text-background: #3B3E5C;
	
	--episode-runtime: #8EA530;
	--episode-play-arrow: #FFFFFF;
	
	--text-shadow: #111111;
	--link-text: #999999;
	--link-text-hover: #8EA530;

	--modal-light: #14151f;
	--modal-dark: #111111;

	--copyright-text: #999999;
	
	--danger: #D02F39;
	--warning: #E97019;
	--success: #2FD076;
}

[data-theme="light"] {
	--body-text: #08090A;
	--body-background: #f5f6fe;
	--body-margin-top: 80px;	
	
	--text-header: #3b49df;
	--text-sub-header: #08090A; 
	--text-image-overlay: #F9F9F9;
	
	--form-header: #08090A;
	--form-input-label: #08090A;
	--form-field-text: #08090A;
	--form-field-placeholder: #555555;
	--form-field-border: #3b49df;
	--form-field-background: #d1d6fa;
	
	--button-gradient-light: #3b49df;
	--button-gradient-light-hover: #4c59e2;
	--button-gradient-dark: #3542c9;
	--button-gradient-dark-hover: #7680e9;
	--button-gradient-text: #F9F9F9;
	--button-gradient-text-hover: #F9F9F9;
	--button-transparent-border: #3b49df;
	
	--nav-background: #d1d6fa;
	--nav-bottom-border: #3b49df66;
	--nav-text: #08090A;
	--nav-text-hover: #3b49df;
	--nav-text-background: #d1d6fa;
	--nav-text-background-hover: #d1d6fa;
	--navbar-collapse-button: #3b49df;
	--navbar-burger-icon: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(59,73,223,1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	--footer-nav-shadow: #3b49df66;
	
	--channel-marquee-header: #3b49df;
	--channel-marquee-border: rgba(59, 73, 223, 0.6);
	--channel-marquee-sub-header: #08090A;
	--channel-marquee-link-text: #08090A;
	--channel-marquee-link-text-hover: #08090A;
	--channel-marquee-link-background: #f5f6fe;
	--channel-marquee-link-background-hover: rgba(59, 73, 223, 0.6);
	
	--channel-card-text: #08090A;
	--channel-card-text-background: #f5f6fe;
	
	--episode-runtime: #7680e9;
	--episode-play-arrow: #FFFFFF;
	
	--text-shadow: #9ca6f5;
	--link-text: #999999;
	--link-text-hover: #3b49df;

	--modal-light: #d1d6fa;
	--modal-dark: #9ca6f5;
}

html {
	position: relative;
	min-height: calc(100vh-var(--body-margin-top));
	overflow-x: hidden;
}

.transition,
.transition *,
.transition *:before,
.transition *:after {
	transition: all 500ms !important;
}

body {
	color: var(--body-text) !important;
	background-color: var(--body-background) !important;
	padding-top: var(--body-margin-top);
	font-family: 'Poppins', sans-serif;
	height: 100%;
	overflow-x: hidden;
}

hr {
	background: linear-gradient(to right, var(--button-gradient-light), var(--body-background));
	height: 1px;
	width: 75%;
	margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  #mobile-check { display: none; }
}

@media only screen and (min-width: 768px){
	.main-page-video-block { width: 86vw !important; max-width: 1500px; }
}

#theme-toggle {
	height: 0;
	width: 0;
	visibility: hidden;
	display:inline-block;
}

#theme-toggle + label {
	content: '';
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 23px;
	background: var(--modal-dark);
	border: 1px solid var(--nav-text-hover);
	border-radius: 30px;
	position: relative;
	margin-left: 10px;
	display:inline-block;
}

#theme-toggle + label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 15px;
	height: 15px;
	background: var(--nav-text-hover);
	border-radius: 45px;
	transition: 0.3s;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}

#theme-toggle:checked + label {
	background: var(--modal-dark);
}

#theme-toggle:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

#theme-toggle + label:active:after {
	width: 15px;
}

.admin-hidden {
	height: 10px;
	width: 10px;
	background-color: #FF0000;
	border-radius: 25px;
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
}

.page-title {
	font-weight: 700;
	font-size: 2.7em;
	color: var(--text-header);
	letter-spacing: -1px;
	transform: scaleY(1.5);
	margin: 0.6em 0em 0.6em 0em;
	line-height: 0.8em;
	z-index: 11;
}

.page-sub-title {
	font-weight: 600;
	font-size: 1.0em;
	color: var(--text-sub-header);
	letter-spacing: 0px;
	transform: scaleY(1.5);
	line-height: 1.1em;
	margin: 1.5em 0em 0em 0em;
	z-index: 11;
}

.page-header {
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	color: var(--text-header);
	letter-spacing: -1px;
	transform: scaleY(1.5);
	line-height: 0.8em;
	z-index: 11;
}

.page-sub-header {
	text-align: center;
	font-weight: 600;
	font-size: 1.0em;
	color: var(--text-sub-header);
	letter-spacing: 0px;
	line-height: 1.1em;
	z-index: 11;
}

.main-video-overlay {
	background-color: var(--body-background);
    top:0;
    left:0;
    width:100%;
    height:100%;
	position: absolute;
	z-index: 10;
	cursor: default !important;
}	

.main-video-overlay-contents {  
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	text-align: center;
	opacity: 1.0;
	cursor: default !important;
}

.hidden {
	visibility: hidden;
}

.img-overlay-7 {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

.img-overlay-5 {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

.img-overlay-text {
	color: var(--text-image-overlay) !important;
}

.sidebar-menu h1 {
	display: block;
	font-weight: 700;
	color: var(--channel-marquee-header);
	font-size: 1.9em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	transform: scaleY(1.5);
	line-height: 0.8em;
	margin: 4px 0em 0.3em 0em;
}

.sidebar-menu p {
	display: block;
	font-weight: 600;
	color: var(--channel-marquee-sub-header);
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	transform: scaleY(1.5);
	line-height: 0.8em;
	margin: 1.0em 0em 0.3em 0em;
	padding: 0.3em 0em 0.5em 0em!important;
	border-bottom: 1px var(--channel-marquee-border) solid;
}

.sidebar-menu a {
	display: inline-block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	border-color: none; 
	padding: 0.5em 0em 0.5em 0em;
	font-weight: 700;
	font-size: 1.1em;
	color: var(--channel-marquee-link-text);
	text-transform: uppercase;
	letter-spacing: -1px;
	background-color: var(--channel-marquee-link-background);
	transition: 0.3s;
}

.sidebar-menu a:hover {
	text-decoration: none;
	color: var(--channel-marquee-link-text-hover);
	background-color: var(--channel-marquee-link-background-hover);
}

.parallax {
	height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 10;
}

.parallax h2 {
	text-align: center;
	font-weight: 700;
	font-size: 2.0em;
	color: var(--text-header);
	text-transform: uppercase;
	letter-spacing: -1px;
	transform: scaleY(1.5);
	line-height: 0.8em;
	z-index: 11;
	position: relative;
}

.parallax p {
	text-align: center;
	font-weight: 600;
	font-size: 1.0em;
	color: var(--text-sub-header);
	letter-spacing: 0px;
	line-height: 1.1em;
	z-index: 11;
	position: relative;
}

.episode-card {
	border: 10px var(--body-background) solid; 
	padding: 0px !important;
	margin: 0px 0px 30px 0px;
	transition: 0.3s;
}

.episode-card:hover {
	transform: scale(1.02);
}

.episode-card a {
	text-decoration: none !important;
}

.episode-card a:hover {
	text-decoration: none !important;
}

.episode-card img {
	min-width: 100%;
	min-height: 100%;
}

.episode-card .info {
	text-decoration: none;
	color: var(--channel-card-text);
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	padding: 0.5em 0em 0.5em 0em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 2px 0px 2px;
}

.episode-runtime {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	border-top-left-radius: 5px;
	padding: 0px 5px;
	color: var(--episode-runtime);
	font-size: 13px;
	z-index: 12;
}

.episode-overlay {
	position:relative;
}

.episode-card:hover .episode-overlay:before {
	background: rgba(0, 0, 0, 0.7);
}

.episode-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.0);
	z-index: 10;
	transition: 0.2s;
}

.episode-play-arrow {
	width: 0px; 
	height: 0px; 
	border-style: solid;
	border-width: 16px 0px 16px 30px;
	border-color: transparent transparent transparent var(--episode-play-arrow);
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 11;
	left: calc(50% - 15px);
	top: calc(50% - 16px);
	opacity: 0.5;
	transition: 0.3s;
}

.episode-play-circle {
	width: 50px; 
	height: 50px; 
	border: 4px var(--episode-play-arrow) solid;
	border-radius: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 11;
	left: calc(50% - 29px);
	top: calc(50% - 25px);
	opacity: 0.5;
	transition: 0.3s;
}

.episode-lock-top {
	width: 30px; 
	height: 24px; 
	border-style: solid;
	border-width: 8px 8px 0px 8px;
	border-color: var(--episode-play-arrow);
	border-radius: 25px 25px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 11;
	left: calc(50% - 15px);
	top: calc(50% - 27px);
	opacity: 0.7;
	transition: 0.3s;
}

.episode-lock-body {
	width: 50px; 
	height: 30px; 
	background-color: var(--episode-play-arrow);
	border-style: solid;
	border-width: 8px 8px 8px 8px;
	border-color: var(--episode-play-arrow);
	border-radius: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 11;
	left: calc(50% - 25px);
	top: calc(50% - 3px);
	opacity: 0.7;
	transition: 0.3s;
}

.episode-card:hover .episode-play-arrow,
.episode-card:hover .episode-play-circle,
.episode-card:hover .episode-lock-top, 
.episode-card:hover .episode-lock-body {
	opacity: 1.0 !important;
}

#channel-tabs .pill-yeet {
	background-color: var(--modal-dark);
}

#channel-tabs .pill-yeet > .active {
	background-color: var(--modal-light);
	color: var(--text-header) !important;
	font-weight: 700;
}

#channel-tabs .pill-yeet .nav-link {
	color: var(--text-sub-header);
	font-size: 1.2em;
	font-weight: 600;
}

.channel-card {
	/* background-color: var(--channel-card-text-background); */
	border: 10px var(--body-background) solid; 
	padding: 0px !important;
	margin: 0px 0px 0px 0px;
	transform: scale(1.0);
	transition: transform 0.3s;
}

.channel-card:hover {
	transform: scale(1.02);
}

.channel-card a {
	text-decoration: none;
}

.channel-card a:hover {
	text-decoration: none;
}

.channel-card img {
	width: 100%;
	position: relative;
}

.channel-card .info {
	text-decoration: none;
	color: var(--channel-card-text);
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 0.5em 0em 0.5em 0em;
	/* background-color: var(--channel-card-text-background); */
	display: flex;
	align-items: center;
	justify-content: center;
}

.channel-card .overlay {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 50%, var(--body-background));
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

.channel-card .overlay-text {
	color: var(--body-text);
	z-index: 11;
	position: absolute;
	width: 100%;
	font-weight: 700;
	font-size: 1.4em;
	left: 0;
	bottom: 0px;
}

.channel-card .social-media {
	font-size: 1.0em;
	margin: 0px 0px;
	padding-top: 3px;
	color: var(--link-text);
	transition: 0.2s;
	border-radius: 25px;
	background-color: var(--modal-light);
	height: 1.3em;
	width: 1.3em;
}

.channel-card .social-media:hover {
	color: var(--link-text-hover);
}

.channel-page-overlay {
	background-color: rgba(0, 0, 0, 0.30);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

.channel-page h1 {
	font-weight: 700;
	font-size: 2.0em;
	color: var(--text-sub-header);
	letter-spacing: -1px;
	transform: scaleY(1.5);
	margin: 1.0em 0em 1.0em 0em;
	line-height: 0.8em;
	z-index: 11;
	position: relative;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
}

.channel-page a {
	font-weight: 600 !important;
	padding: 0.5em 1.0em 0.5em 1.0em !important;
}

.channel-page p {
	color: var(--text-sub-header);
	position: relative;
	z-index: 11;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
}

.channel-about h2 {
	display: inline-block;
	font-size: 2.0em;
	color: var(--text-header);
	letter-spacing: 0px;
	transform: scaleY(1.5);
	line-height: 0.8em;
	z-index: 11;
	position: relative;
}

.channel-episodes-text {
	display: inline-block;
	font-weight: 700;
	font-size: 2.0em;
	color: var(--text-sub-header);
	letter-spacing: 0px;
	transform: scaleY(1.5);
	line-height: 0.8em;
	z-index: 11;
	position: relative;
}

.channel-about h3 {
	font-weight: 550;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 0.9em;
	z-index: 11;
	position: relative;
	color: var(--text-sub-header);
}

.channel-about .social-media {
	font-size: 1.5em;
	margin: 0px 1px 0px 1px;
	padding: 5px;
	color: var(--link-text);
	text-decoration: none;
	transition: 0.2s;
	background-color: var(--body-background);
	border-radius: 50%;
	width: 1.6em;
	height: 1.6em;
	border: 2px var(--modal-light) solid;
}

.channel-about .social-media:hover {
	color: var(--link-text-hover);
}

.accordion .card {
	background-color: var(--modal-light);
	color: var(--text-sub-header);
	border: 1px solid var(--nav-bottom-border);
}

.accordion .title {
	color: var(--channel-card-text);
	font-weight: 600;
	font-size: 1.2em;
}

.accordion .accordiontoggle {
	font-weight: 400;
	font-size: 1.2em;
	color: var(--channel-card-text);
	transition: 0.35s;
}

.navbar .navbar-light .navbar-brand {
    color: var(--body-text);
}

.navbar {
    font-size: 1.0em;
	font-weight: 600;
    background-color: var(--nav-background);
    border-width: 0px;
    border-radius: 0px;
	border-bottom: 1px var(--nav-bottom-border) solid;
	box-shadow: 0px 0px 6px 1px var(--footer-nav-shadow) !important;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: var(--nav-text);
    background-color: var(--nav-text-background);
	transition: color 0.2s;
	margin: 5px 0px 5px 0px;
	font-weight: 700;
	text-align: center;
}

.navbar .navbar-nav .dropdown-menu {
	background-color: var(--nav-background);
	border: 1px var(--nav-bottom-border) solid;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus{
    color: var(--nav-text-hover);
    background-color: var(--nav-text-background-hover);
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: var(--nav-text-hover);
}

.navbar-toggler {
	background-color: var(--navbar-background);
	border-color: var(--navbar-collapse-button);
}

.navbar .navbar-toggler-icon {
	background-image: var(--navbar-burger-icon);
}


.btn-main { 
	/* background: radial-gradient(circle, var(--button-gradient-light) 69%, var(--button-gradient-dark) 100%); */
	background-color: var(--button-gradient-light);
	border-color: none; 
	padding: 0.8em 2.5em 0.8em 2.5em;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	font-size: 1.1em;
	color: var(--button-gradient-text) !important;
	/* text-transform: uppercase; */
	z-index: 11;
	position: relative;
	outline: none !important;
	box-shadow: none !important;
	transition: 0.0s;
	border: 1px var(--button-gradient-light) solid;
} 
 
.btn-main:hover, 
.btn-main:focus, 
.btn-main:active, 
.btn-main.active, 
.open .dropdown-toggle.btn-main { 
	/* background: radial-gradient(circle, var(--button-gradient-light-hover) 69%, var(--button-gradient-dark-hover) 100%); */
	background-color: var(--button-gradient-light-hover);
	color: var(--button-gradient-text-hover) !important;
	outline: none !important;
	box-shadow: none !important;
	transform: scale(1.02);
} 
 
.btn-main:active, 
.btn-main.active, 
.open .dropdown-toggle.btn-main { 
	color: var(--button-gradient-text);
	background: var(--button-gradient-dark);
} 

.btn-green { 
	/* background: radial-gradient(circle, var(--button-gradient-light) 69%, var(--button-gradient-dark) 100%); */
	background-color: #8EA530 !important;
	border-color: none; 
	padding: 0.8em 2.5em 0.8em 2.5em;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	font-size: 1.1em;
	color: var(--button-gradient-text) !important;
	/* text-transform: uppercase; */
	z-index: 11;
	position: relative;
	outline: none !important;
	box-shadow: none !important;
	transition: 0.0s;
	border: 1px #748727 solid;
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
	/* background: radial-gradient(circle, var(--button-gradient-light-hover) 69%, var(--button-gradient-dark-hover) 100%); */
	background-color: #9BB434 !important;
	color: var(--button-gradient-text-hover) !important;
	outline: none !important;
	box-shadow: none !important;
	transform: scale(1.02);
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
	color: var(--button-gradient-text);
	background: radial-gradient(circle, #9BB434 69%, #748727 100%);
} 

.btn-signin { 
	background: transparent;
	border-color: none; 
	padding: 0.3em 1.0em 0.3em 1.0em;
	font-weight: 700 !important;
	font-size: 1.1em;
	color: var(--nav-text-hover) !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	z-index: 11;
	position: relative;
	outline: none !important;
	box-shadow: none !important;
	transition: 0.0s;
	border: 1px var(--button-transparent-border) solid;
} 
 
.btn-signin:hover, 
.btn-signin:focus, 
.btn-signin:active, 
.btn-signin.active, 
.open .dropdown-toggle.btn-signin { 
	background: var(--nav-background);
	color: var(--nav-text-hover) !important;
	outline: none !important;
	box-shadow: none !important;
} 
 
.btn-signin:active, 
.btn-signin.active, 
.open .dropdown-toggle.btn-signin { 
	color: var(--nav-text-hover);
	background: var(--nav-background);
}

.footer {
	background-color: var(--modal-light);
	margin: 20px 0px 0px 0px;
	padding: 3.5em 0em 0em 1em;
	text-align: center;
	border-top: 1px solid var(--nav-bottom-border);
	box-shadow: 0px 0px 6px 1px var(--footer-nav-shadow) !important;
}

.footer hr {
	background: linear-gradient(to right, var(--button-gradient-light), var(--modal-light));
	height: 1px;
	width: 75%;
	margin-left: 0px;
}

.footer .header {
	font-weight:700;
	color: var(--text-sub-header);
	font-size: 1.3em;
}

.footer .sub-header {
	font-weight:700;
	color: var(--text-sub-header);
	font-size: 1.3em;
}

.footer .paragraph {
	font-size: 1.1em;
	color: var(--body-text);
}

.footer .text-link {
	color: var(--body-text);
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	margin-bottom: 10px;
	transition: all 0.3s;
}

.footer .text-link:hover {
	color: var(--link-text-hover);
}

.footer .social-media {
	font-size: 1.5em;
	padding-top: 8px;
	color: #F9F9F9;
	border-radius: 250px;
	background-color: var(--modal-dark);
	height: 1.5em;
	width: 1.5em;
}

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

.footer .social-media .twitter {
	background-color: #1DA1F2;
}

.footer .social-media .instagram {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.footer .copyright {
	color: var(--copyright-text);
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 650;
}

.footer .copyright-link {
	color: var(--link-text);
	text-decoration: none;
	transition: 0.2s;
}

.footer .copyright-link:hover {
	color: var(--link-text-hover);
}

.marquee {
  width: 100%;
  overflow: hidden !important;
  background: var(--channel-marquee-link-background);
}

.marquee-container {
  height: 150px;
  width: 100%;
  overflow: hidden !important;
  margin-top: 7px;
}

.test {
	font-size: 5.0em;
	color: #FF0000;
	border: 1px #FF0000 solid;
}

.subscribe-page h1 {
	font-weight: 700;
	font-size: 2.0em;
	color: var(--text-sub-header);
	letter-spacing: -1px;
	transform: scaleY(1.5);
	margin: 1.0em 0em 1.0em 0em;
	line-height: 0.8em;
	z-index: 11;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.subscribe-page h2 {
	font-weight: 600;
	font-size: 1.4em;
	color: var(--text-sub-header);
	letter-spacing: -1px;
	margin: 1.0em 0em 1.0em 0em;
	line-height: 0.8em;
	z-index: 11;
	position: relative;
	padding-top: 0px;
}

.subscribe-page a {
	font-weight: 600 !important;
	padding: 0.5em 1.0em 0.5em 1.0em !important;
}


	.card-subscription {
		background-color: var(--modal-light);
		border: 1px var(--button-transparent-border) solid;
		box-shadow: not-included;
		transition: 0.2s;
	}
	.card-subscription .card-body p {
		font-size:1.2em;
	}
	.card-subscription .card-header {
		font-size: 2.8em;
		background-color: var(--modal-light);
		font-weight: 700;
		color: var(--nav-text);
		text-transform: uppercase;
		border: not-includedne;
	}
	.card-subscription .card-header .price {
		font-size: 0.5em;
		font-weight: 550;
		color: #DDDDDD;
		margin-top: -7px;
	}

	.card-subscription .card-footer {
		border: not-included;
		background-color: var(--modal-light);
		padding-bottom: 0px;
	}
	
	.card-subscription .included {
		color: #FFFFFF;
		font-size: 1.3em;
		display: block;
		line-height: 1.4em;
	}
	.card-subscription .included .fas {
		font-size: 0.7em;
	}
	
	.card-subscription .not-included {
		color: #888888;
		font-size: 1.3em;
		display: block;
		text-decoration: line-through;
		padding: 0px;
		margin: 0px;
		line-height: 1.4em;
	}
	.card-subscription .not-included .fas {
		font-size: 0.7em;
		transform: rotate(45deg);
	}
	
	.card-subscription .popular {
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--button-gradient-light);
        color: #F9F9F9;
        padding: 0.2em 0.6em;
        font-size: 1.0em;
		font-weight: 650;
		text-transform: uppercase;
        border-radius: 5px;
	}
	
	.subscribe-header {
		background-position: 50% 50%;
		background-size: cover;
		min-height: 400px;
	}

	@media screen and (max-width: 767px){   
		.subscribe-header {
			min-height: 400px;
		} 
		.subscribe-image-contents {
			margin-left: 10px;
		}
		.subscribe-page h1 {	
			font-size: 1.9em;
		}
		.subscribe-about {
			text-align: center;
		}
		.subscribe-about h2 {	
			font-size: 1.7em;
		}
		.subscribe-page button {	
			padding: 0.25em 0.5em 0.25em 0.5em !important;
		}
	}

	@media screen and (min-width: 768px) {      
		.subscribe-header {
			min-height: 500px;
		 } 
		.subscribe-image-contents {
			margin-left: 100px;
		}
		.subscribe-page h1 {	
			font-size: 2.5em;
		}
		.subscribe-about {
			text-align: center;
		}
	} 

	@media (min-width: 992px){      
		  .subscribe-header {
			min-height: 600px;  
		  } 
		.subscribe-image-contents {
			margin-left: 150px;
		}
		.subscribe-page h1 {	
			font-size: 2.7em;
		}
		.subscribe-about {
			text-align: left;
		}
	}

	@media (min-width: 1200px) {    
		 .subscribe-header {
		min-height: 750px;
		 } 
		.subscribe-image-contents {
			margin-left: 200px;
		}
		.subscribe-page h1 {	
			font-size: 2.7em;
		}
		.subscribe-about {
			text-align: left;
		}
	}

/* ANIMATIONS */

.animate {
	--slide-speed: 1000ms;
	--fade-speed: 1000ms;
	--zoom-speed: 1000ms;
}

.animate.slide-up {
	opacity: 0;
	transform: translate3d(0px, 50px, 0px);
}

.animate.slide-down {
	opacity: 0;
	transform: translate3d(0px, -50px, 0px);
}

.animate.slide-right {
	opacity: 0;
	transform: translate3d(50px, 0px, 0px);
}

.animate.slide-left {
	opacity: 0;
	transform: translate3d(-50px, 0px, 0px);
}

.animate.slide-up.visible, .animate.slide-down.visible, .animate.slide-right.visible, .animate.slide-left.visible {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition: all var(--slide-speed) ease;
}

.animate.fade-in {
	opacity: 0;
}

.animate.fade-in.visible {
	opacity: 1;
	transition: opacity var(--fade-speed) ease;
}

.animate.zoom-in {
	opacity: 0;
	transform: scale(0, 0);
}

.animate.zoom-in.visible {
	opacity: 1;
	transform: scale(1, 1);
	transition: all var(--zoom-speed) ease;
}

.animate.flash {
	opacity: 0;
}

.animate.flash.visible {
	animation: animateFlash 0.75s 3;
	opacity: 1;
}

@keyframes animateFlash {
  0%   { opacity: 0; }
  49%  { opacity: 0; }
  50%  { opacity: 1; }
  100%  { opacity: 1; }
}
