*, a, p, html, body, h1,h2,h3,h4,h5,h6,button,input, .header.light-header .thb-full-menu > li > a, .header.dark-header .thb-full-menu > li > a {
	color: #17ff00!important;
	font-family: vcr_osd_monoregular, monotype;
}
.thb-full-menu {
	justify-content: space-around;
   flex-wrap: wrap;
}

.thb-full-menu .menu-item {
 min-width: 15%
}

svg {
	fill: #17ff00!important;
	stroke: #17ff00!important;
}

.white-header .mobile-toggle span, .header.light-header .mobile-toggle span, .white-header .thb-full-menu.thb-underline > li > a::before, .header.light-header .thb-full-menu.thb-underline > li > a::before, .white-header .thb-full-menu.thb-line-through > li > a::before, .header.light-header .thb-full-menu.thb-line-through > li > a::before, .white-header .music_toggle span, .header.light-header .music_toggle span {
    background: #17ff00!important;
}

#mobile-menu.dark .thb-mobile-close span {
    background: rgba(23,255,0,0.6);
}

.post-detail .entry-footer {
    border-bottom: 2px solid #17ff00;
    margin-top: 30px;
}

body {
	background-color: #000;
	overflow-x: hidden;
}

.subfooter.dark {
    background: #000;
    color: #fff;
}

#loading-vid, 
#enter-vid,
#hyper-vid,
#looping-vid {
	display: none;
}

body.custom-background #wrapper div[role="main"], #footer {
	background: none!important;
}

:not(.home) #looping-vid {
	display: block;
	min-height: 100vh;
	min-width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
}

.v-header{
  height:100vh;
  display:flex;
  align-items:center;
	justify-content: center;
  color:#fff;
}

.container{
  max-width: 100%;
	max-height: 100%;
  margin:auto;
  text-align:center;
}

.planets-logo-container {
	max-width: 125px;
	width: 100%;
	display: block;
	position: relative;
	top: 1%;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 99;
	margin: 0 auto;
	text-align: center;
}


.fullscreen-video-wrap{
	 position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.fullscreen-video-wrap video {
  min-width: 100%; 
  min-height: 100%; 
	
  width: auto;
  height: auto;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#enter-vid {
	cursor: pointer;
}

.planets-group {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	padding: 4% 2%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	max-width: 1440px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	transition: ease-in-out all 4s;
}

.planets-group.animate {
	top: 0;
	left: 0;
	transform: translate(0,0);
	width: 100%;
	height: 100%;
	align-items: center;
}

.planet {
	display: block;
	position: relative;
	transform: scale(0);
	max-width: 80%;
	top: 0;
	margin-right: 0;
	transition: all ease-in-out 4s;
}

.planet-image-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.planet img {
	z-index: 2;
	max-width: 80%;
	border-radius: 100%;
	background-color: black;
	background: black;
	border: 1px solid black;
		box-shadow: 0px 0px 5px 5px rgba(0,0,0,1),0px 0px 3px 3px rgba(0,0,0,1) inset;
}

.planet:before {
		display:block;
    content:'';
    position:absolute;
		opacity:0;
    width:82%;
    height:100%;
		top: 50%;
  	left: 50%;
 		transform: translate(-50%,-50%);
		border-radius: 100%;
		box-shadow: 0px 0px 5px 5px rgba(0,0,0,1),0px 0px 3px 3px rgba(0,0,0,1) inset;
	transition: all ease-in-out 4s;
} 

.planet.animate:before {
	opacity: 1;
}

.planet:after {
	content: '';
	display: block;
	position: absolute;
	opacity:0;
	width:50%;
	height: 50%;
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index: 3;
	border-radius: 100%;
	/*box-shadow: -10px 10px 10px 4px #000 inset, 2px 2px 20px 2px #000;
   //animation: backandforth 3s linear;
  // animation-iteration-count: infinite;*/
  transition: all ease-in-out 4s;
}

.planet.animate:after {
	opacity: 0.25;
}

/*@keyframes backandforth {
	0%{left:50%;} 
	33%{left:49%;}
	66%{left:51%;}
	100%{left:50%;}}*/

.planet.animate {
	transform: scale(1);
}

/*
#planet_1.animate {
	top: -27%;
	margin-right: 0;
}

#planet_2.animate {
	top: -10%;
	margin-right: 0;
}

#planet_3.animate {
	top: 0;
	margin-right: 0;
}

#planet_4.animate {
	top: 1%;
	margin-right: 0;
}

#planet_5.animate {
	top: 25%;
		margin-right:0;
}

#planet_6.animate {
	top: 2%;
		margin-right:0;
}

#planet_7.animate {
	top: -23%;
	margin-right:0;
}*/

.planet-text {
	font-size: 0;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
  left: 50%;
  transform: translate(-50%);
	opacity: 0;
	padding: 0;
	transition: all ease-in-out 3s;
}

.planet-text.animate {
	opacity: 1;
	font-size: 1.25rem;
}

.planet-title a {
	color: #00ff00!important;
	font-weight: normal;
}

 .planet.animate .planet-title {
	opacity: 1;
 	font-size: 1.25rem;
 }

@media screen and (max-width: 768px) {
	
	
.planet.animate .planet-title {
	font-size: 1rem;
}
	
}

@media screen and (max-width: 500px) {	
	
	.fullscreen-video-wrap{
  height: auto; 
  overflow-y: scroll;
}
	
	#loading-vid, #enter-vid {
	/*min-height: 90%!important;*/
	max-height: 120%!important;
}

	
#looping-vid {
	min-height: 200%!important;
	max-height: 200%!important;
}


	.planets-group {
		flex-direction: column;
		position: relative;
		padding: 50px 10% 5% 10%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		transform: scale(0);
		align-items: center;
		transition: ease-in-out all 4s;
	}

	.planets-group.animate {
		transform: scale(1);
	}
	
	.planet {
		width: 80px!important;
		transition: ease-in-out all 100ms;
	}
	
	.planet.animate .planet-title {
		font-size: 0.8rem!important;
	}
	
	.planet-text {
		top: 110%;
	}

	/*
	#planet_1.animate {
		top: 0;
		margin-right: 0;
	}

	#planet_2.animate {
		top: 0;
		margin-right: 0;
	}

	#planet_3.animate {
		top: 0;
		margin-right: 0;
	}

	#planet_4.animate {
		top: 0;
		margin-right: 0;
	}

	#planet_5.animate {
		top: 0;
		margin-right:0;
	}

	#planet_6.animate {
		top: 0;
		margin-right:0;
	}

	#planet_7.animate {
		top: 0;
		margin-right:0;
	}
*/
	
}


/* older than video css */

.vc_custom_1419240516480 {
    background-color: rgba(0,0,0,0)!important;
}

iframe {
	width: 100%!important;
}

.jetpack_subscription_widget {
    text-align: center;
}

#subscribe-email input {
    width: 50%;
}

#respond, .jetpack-likes-widget-wrapper, .jetpack-likes-widget-loaded {
	visibility: hidden;
	display: none;
}

#respond textarea {
	background: none 0% 0% / auto repeat scroll padding-box border-box rgb(15, 15, 15);
  color: #fff;
}


/*
	.format-standard.has-post-thumbnail header {
		width: 66.666%;
		display: inline-block;
	}

	.format-standard.has-post-thumbnail figure {
		width: 33.3333%;
		float: right;
	}

	.format-standard.has-post-thumbnail figure img {
		width: 225px!important;
	}

	.format-standard.has-post-thumbnail figure::after {
		clear: both;
	}*/

/*@media (max-width: 778px) {*/
	
	.post-detail.format-standard.has-post-thumbnail figure {
	margin: 0 auto;
	max-height: 100%!important;
	max-width: 100%;
	margin-bottom: 25px;
	text-align: center;
}
	.post-detail.format-standard.has-post-thumbnail figure img {
		max-width: 50%!important;
		margin: 0 auto;
	}


@media (min-width: 1024px) {
	.sidebar {
			width: 100%!important;
			margin-left: 0!important; 
	}
}

.thb-secondary-menu {
	display: none;
	visibility: hidden;
}

.mobile-menu-bottom {
	padding: 10px 0;
}

.thb-mobile-menu {
    margin: 0 0 10px!important;
}

#footer, .sub-footer {
	 transform: scale(1.01);
}

.footer-meta {
	display: block;
	position: relative;
	z-index: 999999999;
}

.footer-meta p {
	color: #fff!important;
}

.site-footer__links a, .site-footer__links, .hidden-footer__link:hover, .hidden-footer__link a:hover {
  color: rgba(255,255,255,1)!important;
}

.hidden-footer__link, .hidden-footer__link a {
  color: rgba(0,0,0,0)!important;
  transition: 0.5s!important;
}

.related-posts {
	background: rgba(0,0,0,0)!important;	
	background: transparent!important;	
}