/* ****************************** */
/* Development */
/* ****************************** */
/*
@media only screen and (max-width: 1400px) {
    body:not(.logged-in) .off-canvas-wrapper > div{
        display: none;
    }

    body:not(.logged-in) .off-canvas-wrapper:after{
        content: "The website is still not optimized for lower resolutions. Min (1400px)";
        text-align: center;
        width: 100%;
        display: block;
        padding: 125px 20px;
        font-family: 'EuclidSquare-Bold';
        font-size: 40px;
    }
}
*/
.password-protected footer{
    display: none;
}

.password-protected .content{
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.password-protected .header-type-minimal{
    display: none;
}

.overlapping-image{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

/* ****************************** */
/* GRID */
/* ****************************** */

body img.gform_ajax_spinner {
    display: none !important;
}

body{
	font-family: 'EuclidSquare-Regular';
}


html {
  scroll-behavior: smooth;
}

input[type=submit]{
    cursor: pointer;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
i[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
   -moz-appearance: none;
   appearance: none;  
}

input:focus,
input:active{
    box-shadow: none !important;
	outline: none !important;
}

ol {
    counter-reset: section;
    list-style-type: none;
    margin-left: 0;
}

ol li::before {
    counter-increment: section;
    content: counters(section, ".") ". ";
    position: absolute;
    margin-left: -35px;
    color: #00c7f6;
    font-family: 'EuclidSquare-Bold';
}

ol li{
    margin-bottom: 10px;
}

.inline{
    display: inline-block;
}

.menu .active>a{
    background: unset;
    color: inherit;
}

@media only screen and (max-width: 1000px) { /* MOBILE */
	ol li::before{
		position: static;
		margin-left: 0;
		margin-right: 10px;
		display: inline-block;
	}
}

.toggle .toggle-inner {
    display: none;
 }

.slick-slide:active,
.slick-slide:focus{
    outline: none !important;
}

.slick-dots li.slick-active i:before{
    color: #00c7f6;
}

.slick-dots li i:before{
    transition: .5s;
}

@media only screen and (min-width: 1001px) { /* DESKTOP */
	.only-mobile{display: none !important;}
	.mobile-only{display: none !important;}
}
@media only screen and (max-width: 1000px) { /* MOBILE */
	.only-desktop{display: none !important;}
	.desktop-only{display: none !important;}
}

.content .inner-content,
.footer .inner-footer,
.top-bar{
    max-width: 1440px;
    /* max-width: 1340px; */
    margin: 0 auto;
	padding: 26px;
}

.hyperspace-collapsible .collapseomatic,
.cta-button a{
	border: 2px solid #ff2a68;
    border-radius: 12px;
    color: #ff2a68;
    font-size: 18px;
    padding: 14px 15px;
}

h1, h2{
    font-family: 'EuclidSquare-Bold';

}

h1, h2{
    font-size: 48px;
    line-height: 57px;
	margin-bottom: 30px;
}

h3{
    font-weight: bold;
    font-family: 'EuclidSquare-Bold';
    font-size: 20px;
	margin-top: 25px;
}

h4{
    font-family: 'EuclidSquare-Regular';
    font-size: 20px;
    margin-top: 25px;
}

p{
	font-family: 'EuclidSquare-Regular';
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 20px;
}

a{
    color: #00c7f6;
}

a:hover{
    border-color: #00c7f6;
    color: #00c7f6;
}

h6{
    font-size: 14px;
    color: white;
    margin-top: 25px;
    margin-bottom: 25px;
}

h6 a{
	color: white;
	text-decoration: underline;
}

h6 a:hover{
	color: black;
	text-decoration: none;
}

li strong{
    font-family: 'EuclidSquare-Bold';
}

.wpb_text_column ul{
    padding-left: 12px;
}

.wpb_text_column ul li{
    list-style: none;
    font-family: 'EuclidSquare-Regular';
    line-height: 31px;
    font-size: 17px;
}

.wpb_text_column ul li strong{
    font-family: 'EuclidSquare-Bold';
}

.wpb_text_column ul li:before{
    content: "";
    background: #ff2f6b;
    border-radius: 50%;
    width: 12px;
    display: block;
    height: 12px;
    position: absolute;
	margin-left: -28px;
    margin-top: 10px;
}

.entry-content > .vc_row{

}

.entry-content > .vc_row.no-padding{
    padding:  0 !important;
}

.top-bar-right .menu-social-icons-container{
    float: left;
}

.gform_validation_container{
    display: none !important;
}

body .main{
    min-height: 166px;
}

p strong{
    font-family: 'EuclidSquare-Bold';
}

@media only screen and (max-width: 1000px) {
	.inner-content > .main{
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}
	h2{
		font-size: 30px;
		line-height: 38px;
	}
}

/* ****************************** */
/* HEADER */
/* ****************************** */

.header-type-minimal .logo-wrapper,
.header-type-standard .logo-wrapper{
	width: auto;
	float: left;
}

.menu,
.header-type-standard .logo-wrapper{
    height: 64px;
}

.header-type-minimal .logo-wrapper{
    height: 75px;
}

.header-type-minimal .logo-wrapper img,
.header-type-standard .logo-wrapper img{
	height: 100%;
	width: auto;
}

.top-bar, .top-bar ul{
    background: transparent;
}

.menu li{
    display: inline-block;
	margin-left: 18px;
}

.menu{
    margin: 0;
    padding: 0;
}

.header-side-menu ul li,
.menu li{
    padding-top: 25px;
}

.menu li a{
    font-size: 17px;
    padding: 0;
    color: #000;
}

.header-side-menu ul li{
    margin-right: 17px;
	margin-left: 0;
}

.header-side-menu ul li a{
    padding: 0;
}

.header-side-menu ul li a i{
    color: #000;
    font-size: 20px;
}

.header-side-menu ul li a:hover i{
    color: #FF2A68;
}

.header-side-menu .cta-button{
    padding-top: 25px;
    margin-left: 5px;
}

.header-side-menu .cta-button{
    float: right;
}

.header-side-menu .menu-top-right-menu-container{
    float: left;
}

.header-type-minimal .top-bar-right{
    position: absolute;
    right: 41px;
    top: 47px;
}

.header-type-minimal{
    position: relative;
}

.page-template-template-full-width .content .inner-content{
    padding-top: 0;
}

.top-bar.header-type-minimal{
    padding: 0;
	z-index: 5;
}

.footer .left-footer .menu li.no-hover a:hover{
	color: white !important;
}

.header .menu li.no-hover > a:hover{
    color: unset !important;
}

/* HEADER SUBMENUS - DESKTOP ONLY*/

@media only screen and (min-width: 1311px) {

	.menu li.menu-item{
		position: relative;
	}

	.menu li.menu-item .sub-menu{
		position: absolute;
		background: #231f20;
		display: none;
		z-index: 9;
		margin: 0;
	}

	.menu > li.menu-item > .sub-menu{
		margin-top: 20px;
	}

	.menu li.menu-item > .sub-menu > li > .sub-menu{
		left: 100%;
		top: 0;
	}

	.menu li.menu-item:hover > .sub-menu{
		display: block;
	}

	.menu li.menu-item:hover > .sub-menu > li:hover{
		background: #00c7f6;
	}

	.menu li.menu-item .sub-menu li{
		display: block;
		white-space: nowrap;
		margin: 0;
		padding: 0;
	}


	.menu li.menu-item .sub-menu li a{
		color: white;
		padding: 15px 20px;
	}

}

/* ****************************** */
/* HEADER REDESIGN 11-12-18 */
/* ****************************** */

.header .menu > li.menu-item > .sub-menu > li{
    margin-bottom: 20px;
}

.header .menu > li.menu-item > .sub-menu > li:last-child{
    margin-bottom: 10px;
}

.header .menu li.menu-item .sub-menu{
    background: white;
}

.header ul#menu-main-menu.menu > li.menu-item > .sub-menu {
    box-shadow: 0px 9px 13px rgba(0,0,0,0.21);
}

.header .menu > li.menu-item > .sub-menu{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header .menu > li.menu-item .sub-menu a{
    color: black;
    font-size: 17px;
}

.header .menu > li.menu-item .sub-menu .sub-menu{
    position: static;
    display: block;
}

.header .menu > li.menu-item .sub-menu .sub-menu li.menu-item a{
    font-size: 15px;
    padding: 10px 35px 10px 35px;
}

.header .menu li.menu-item:hover > .sub-menu > li:hover{
    background: inherit;
}

.header .menu li > a:hover{
    color: #FF2A68 !important;
}

/* ****************************** */
/* FIXED HEADER */
/* ****************************** */

.header{
    height: 116px;
}

.header .top-bar.header-type-standard{
    position: fixed;
    width: 100%;
    z-index: 8;
    max-width: unset;
    background: white;
}

.header .top-bar.header-type-standard .top-bar-right{
    display: inline-block;
    float: right;
}

@media only screen and (max-width: 1310px){
    .header .top-bar.header-type-standard .top-bar-right{
        display: none;
    }
}

.header-inner-wrapper{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.header .top-bar.header-type-standard .menu-main-menu-container{
    float: left;
}

.menu-wrapper{
	float: left;
}

/* ****************************** */
/* RESPONSIVE HEADER */
/* ****************************** */

@media only screen and (max-width: 1310px) {
    .header-type-minimal .top-bar-right{
        right: 50%;
        transform: translatex(50%);
    }
    .header-type-minimal .logo-wrapper{
        height: 100px;
    }
    body.header-minimal .entry-content{
        margin-top: 181px; 
    }
}



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

	.header-type-standard .top-bar-left .menu li{
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.header .menu > li.menu-item .sub-menu a,
	.header-type-standard .top-bar-left .menu li a{
		color: white;
		font-size: 20px;
		padding: 20px;
	}
	.header-type-standard .top-bar-right{
		display: none;
	}
	.header .menu > li.menu-item > .sub-menu > li > a{
		font-size: 24px;
	}

	.header-type-standard .top-bar-left .menu li.current-menu-item a{
		color: #FF2A68 !important;
	}

	.header .menu > li.menu-item .sub-menu .sub-menu li.menu-item a{
		font-size: 18px;
	}
}


/* ****************************** */
/* RESPONSIVE HEADER REDESIGN 11-12-18 */
/* ****************************** */

.scroll-header.top-bar.header-type-standard {
    padding-bottom: 10px;
    padding-top: 10px;
}

.top-bar.header-type-standard{
    transition: .3s;
}

.header-side-menu .cta-button{
    padding-top: 20px;
}

.header .top-bar.header-type-standard:not(.scroll-header){
    background: unset;
}

.header .top-bar.header-type-standard.scroll-header ul li a i{
    color: black;
}

.header .top-bar.header-type-standard.scroll-header .cta-button a{
    color: #ff2a68;
    border-color: #ff2a68;
}

.header .top-bar.header-type-standard.scroll-header ul li a:hover i{
    color: #ff2a68;
}

.header .top-bar.header-type-standard.scroll-header .cta-button a:hover{
    background-color: #ff2a68;
    color: white;
}



@media only screen and (max-width: 1310px) {
	.header-type-standard .top-bar-left .menu li{
		text-align: left;
	}

	.header .menu li.menu-item .sub-menu{
		background: inherit;
		margin: 0;
	}

	.header .menu > li.menu-item .sub-menu a{
		color: white;
	}

	.header .menu > li.menu-item > a{
		font-size: 24px;
		font-family: 'EuclidSquare-Bold';
	}

	.header .menu > li.menu-item > .sub-menu > li{
		margin: 0;
	}
}


/* *************** HAMBURGER *************** */

@media only screen and (max-width: 1310px) {
	/*
	.hamburger .close-menu{
		display: none;
	}

	.hamburger.active .open-menu{
		display: none;
	}

	.hamburger.active .close-menu{
		display: block;
		margin-top: -05px;
	}
	*/
	
	body:not(.menu-open) #mobile-hidden-menu{
		display: none;
	}

	body #mobile-hidden-menu{
		height: 100vh;
		position: fixed;
		background: black;
		left: 0;
		top: 0;
		padding: 50px 20px;
		overflow-y: scroll !important;
		/* width: 100%; */
	}
	
	body.menu-open{
		overflow-y: hidden;
	}

	body.menu-open #mobile-hidden-menu a.hamburger img{
		width: 36px;
		height: 36px;
	}
	body.menu-open #mobile-hidden-menu a.hamburger{
		position: absolute;
		margin-top: -10px;
		margin-right: 0px;
	}

	body.menu-open .top-bar-left > a.hamburger{
		display: none;
	}

	.hamburger > div > img{
		vertical-align: top;
	}
	
	.header .menu > li.menu-item.menu-item-has-children:after{
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		color: white;
		position: absolute;
		right: 0;
		top: 0;
		width: 15px;
		height: 15px;
		margin-top: 20px;
		margin-right: 20px;
		font-weight: 900;
		font-size: 20px;
	}

	.header .menu > li.menu-item.menu-item-has-children{
		position: relative;
	}
	
	.header .menu > li.menu-item > .sub-menu{
		display: none;
	}
	
	.header .menu > li.menu-item.hyperspace-button.main-feed a{
		border-color: #FF2A68;
		color: #FF2A68;
		background: transparent !important;
		margin-top: 30px;
		margin-bottom: 0px !important;
	}

	.header .menu > li.menu-item.hyperspace-button.main-feed{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
	}
}

/* ****************************** */
/* PAGE */
/* ****************************** */

body article .entry-content .wpb_text_column:not(.crypto-exchange-buttons) a:not(.hp-btn){
	color: #00c7f6;
    border-bottom: 1px solid transparent;
}

body article .entry-content .wpb_text_column:not(.crypto-exchange-buttons) a:not(.hp-btn):hover{
    border-color: #00c7f6;
}

body:not(.home) article .entry-content .wpb_text_column:not(.large-text) h2{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
}

body.page-template-template-legal article .entry-content .wpb_text_column:not(.large-text) h3{
    font-family: 'EuclidSquare-Regular';
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 20px;
}

body.page-template-template-legal article .entry-content .wpb_text_column:not(.large-text) h2{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .page .main,
    .page .sidebar{
        width: 100%;
        padding-bottom: 50px;
    }
	.page .sidebar{
		margin-left: 0;
		padding-left: 0;
	}
    .page .entry-content > .vc_row{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	
}

/* ****************************** */
/* HOME - TITLE BLOCK */
/* ****************************** */

.home-title-block{
    max-width: 550px;
}

.home-title-block .wpb_text_column h1{
    font-weight: bold;
    color: white;
}

.home-title-block h1{
    line-height: 120%;
    font-size: 49px;
}

.home-title-block p{
    color: white;
    font-size: 17px;
    line-height: 180%;
    margin-top: -20px;
    font-family: 'EuclidSquare-Regular';
}

.signup-banner{
    text-align: center;
}

.signup-banner p{
    font-family: 'EuclidSquare-Regular';
    font-size: 24px;
    margin: 0;
}

.signup-banner h2{
    font-family: 'EuclidSquare-Bold';
}

#monthly-income-number p{
    width: auto;
    display: inline-block;
    background: #00c7f6;
    color: white;
    font-family: 'EuclidSquare-Bold';
    font-size: 5.5rem;
    padding: 15px 20px;
    border-radius: 20px;
    margin: 0;
    line-height: 100%;
    transition: 1s all;
}

#monthly-income-number{
    margin-top: -20px;
}

@media only screen and (max-width: 1000px){
	#monthly-income-number p{
		background: none !important;
	}
}

.signup-banner{
	transition: 1s;
}

.signup-banner .description{
    margin-top: -20px;;
}

.signup-banner .description p{
    line-height: 180%;
}

/* ****************************** */
/* HOME - PERSON SLIDER */
/* ****************************** */

.person-slider-item .col{
    width: 50%;
    float: left;
}

.person-slider-item .title{
    font-family: 'EuclidSquare-Bold';
    font-size: 28px;
    margin-bottom: 15px;
    padding-left: 25px;
    
}

.person-slider-item .subtitle{
    font-family: 'EuclidSquare-Bold';
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 15px;
    padding-left: 25px;
}

.person-slider-item .desc{
    font-family: 'EuclidSquare-Regular';
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.person-slider-item .icon-row{

}

.person-slider-item .icon-row .icon{
    margin-bottom: 15px;
}

.person-slider-item .icon-row .icon span{
    font-family: 'EuclidSquare-Regular';
    padding-left: 25px;
}

.person-slider-item .icon-row .icon i{
    position: absolute;
    margin-left: 0;
    font-size: 25px;
}

.person-slider-item .image-container{
    position: relative;
}


.person-slider-item .featured-text{
    position: absolute;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    text-align: center;
    top: 0;
    right: 0;
}

.person-slider-item .featured-text span{
    color: white;
    font-family: 'EuclidSquare-Bold';
    font-size: 28px;
    padding-top: 33px;
    display: block;
    
}

.person-slider .person-slider-item{
	cursor: pointer;
}

#person-slider .person-slider-item{
    transition: 0.5s;
}

#person-slider .person-slider-item:not(.slick-center){
    opacity: 0.2;
    -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Safari */
    transform: scale(0.8);
}

#person-slider .person-slider-item:not(.slick-center){

}

.person-slider{
    width: 130%;
	margin-left: -15%;
}

.person-slider .person-slider-item:active,
.person-slider .person-slider-item:focus{
    outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
.person-slider .person-slider-item{
    width: 33%;
    float: right;
}

.person-slider{
    width: 130%;
    padding-right: 80px;
    margin-left: -200px;
}
*/

.person-slider-item .col.details-container{
    width: 55%;
}

.person-slider-item .col.image-container{
    width: 45%;
}

.person-slider-item .toggle-inner .subtitle,
.person-slider-item .toggle-inner .desc{
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 1001px) { /* DESKTOP */
	#person-slider .person-slider-item{
		width: 650px !important;
	}
}
@media only screen and (max-width: 1000px) { /* MOBILE */
	#person-slider .person-slider-item{
		width: 370px !important;
	}
}


.person-slider-item .title,
.person-slider-item .subtitle,
.person-slider-item .desc,
.person-slider-item .icon-row .icon span{
    padding-left: 35px;
}

.person-slider-item .icon-row .icon i{
    margin-left: 0;
}

.person-slider button.slick-prev{
    left: 100px;
}

.person-slider button.slick-next{
    right: 100px;
}

.person-slider button.slick-prev,
.person-slider button.slick-next{
    position: absolute;
    top: 70px;
    font-family: 'font-awesome-4' !important;
}

.person-slider button{
    color: transparent;
    z-index: 5;
    cursor: pointer;
}

.person-slider button:focus,
.person-slider button:active{
    outline: none;
}

.person-slider button:after{
    width: 50px;
    height: 50px;
    display: block;
    content: " ";
    background-color: black;
}

.person-slider button.slick-prev:after{
    background: url(/wp-content/uploads/2018/11/angle-left.svg);
    left: -20px !important;
    width: 25px !important;
    position: absolute;
}

.person-slider button.slick-next:after{
    background: url(/wp-content/uploads/2018/11/angle-right.svg);
    right: -20px !important;
    width: 25px !important;
    position: absolute;
}

.person-slider button:after{
    width: 25px;
    background-repeat: no-repeat !important;
}

@media only screen and (min-width: 1001px) {
	.person-slider .slick-prev, .person-slider .slick-next{
		display: none !important;
	}
}

.person-slider-item .toggle .toggle-title{
    border: 2px solid;
    border-radius: 8px;
    padding: 15px 0;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1000px) {
	.person-slider button.slick-prev:after, 
	.person-slider button.slick-next:after{
		width: 100px !important;
		height: 300px !important;
		background-size: 35px 35px !important;
	}

	.person-slider button.slick-prev:after{
		background-position: left top;
		left: 0px !important;
	}
	.person-slider button.slick-next:after{
		background-position: right top;
		right: 0px !important;
	}
}

/* ****************************** */
/* HOME HERO BUTTON */
/* ****************************** */

#home-hero .hyperspace-button{
    padding-left: 80px;
}

@media only screen and (max-width: 1000px){
    #home-hero .hyperspace-button{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* ****************************** */
/* HOME MOBILE BLOCK CAROUSEL */
/* ****************************** */

.home-mobile-carousel .slick-slide:not(.slick-current) img{
    display: none !important;
}

.home-mobile-carousel .slick-track{
    background: black;
}

.home-mobile-carousel .slick-list{
    overflow: visible !important;
}

.home-mobile-carousel-item{
    max-width: 100%;
    padding: 100px 30px 80px 30px;
    margin: 0 auto;
    background: #000;
    margin-top: 0;
}

.home-mobile-carousel-item img{
    position: absolute;
    top: -170px;
    width: 300px;
}

.home-mobile-carousel-item li,
.home-mobile-carousel-item p,
.home-mobile-carousel-item h2{
    color: white;
}

.home-mobile-carousel-item strong{
    font-family: 'EuclidSquare-Bold';
}

.home-mobile-carousel-item h2{
    font-size: 23px;
    line-height: 30px;
    max-width: 230px;
    margin-bottom: 20px;
}

.home-mobile-carousel-item p{
    font-size: 14px;
    line-height: 23px;
}


.home-mobile-carousel ul.slick-dots{
    background: #000;
    padding-bottom: 38px;
    margin-bottom: 38px;
}

.home-mobile-carousel .ultsl-record:before{
    background: #000;
}

.home-mobile-carousel ul.slick-dots .slick-active i{
    color: #FF2A68 !important;
}

.ult-carousel-wrapper .slick-dots li i{
    opacity: 1;
}

.home-mobile-carousel ul.slick-dots{
    z-index: 25;
}

.home-mobile-carousel .slick-list{
    z-index: 8;
}

/* ****************************** */
/* CUSTOM ICONS */
/* ****************************** */

i.custom-icon{
    width: 25px;
    height: 25px;
}

i.custom-icon.hyperspace{
    background: url(/wp-content/uploads/2018/11/icon-hyperspace.png);
    background-size: 25px 25px;
}

i.custom-icon.arrow-down-white{
    background: url(/wp-content/uploads/2018/11/angle-bottom.svg);
    background-size: contain;
}


/* ****************************** */
/* HOME - JOIN THE WAITLIST CTA BLOCK */
/* ****************************** */

.cta-block h2{
    text-align: center;
}

.cta-block h2 a{
    color: white;
}

.cta-block i{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey( -50% );
    font-size: 70px;
}

.cta-block a{
    width: 100%;
    height: 100%;
    background: #ff2f6b;
    display: block;
    padding: 35px;
}

.cta-block a > span{
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

/* ****************************** */
/* HOME - OVERLAPPING ROW BLOCK */
/* ****************************** */

.dark-row p,
.dark-row h2, 
.dark-row h3,
.dark-row ul li{
    color: white;
}

.dark-row p span strong{
    font-size: 22px;
}

.overlapping-image{
    margin: 0;
    padding: 0;
    /*
	margin-bottom: -30px;
    margin-top: -30px;
	*/
}

.overlapping-row{
    overflow: visible !important;
}

.overlapping-row .vc_column-inner{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dark-row h3{
    color: #ff2a68;
    font-family: 'EuclidSquare-Bold';
    font-size: 24px;
}

.overlapping-image img{
    max-width: unset;
    width: 100%;
}

@media only screen and (min-width: 1001px) {
    .overlapping-image img{
        max-width: unset !important;
    }
}

.overlapping-row p strong{
    font-family: 'EuclidSquare-Bold';
}

/* ****************************** */
/* BREADCRUMBS */
/* ****************************** */

.breadcrumbs{
    display: block;
    width: 100%;
    padding-left: 30px;
    color: #a6a2a2;
	margin-top: 26px;
	margin-bottom: 52px;
}

.breadcrumbs span.sep{
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs p{
	margin-bottom: 0;
}

.breadcrumbs a{
    color: #a6a2a2;
}

@media only screen and (max-width: 1000px) {
	.breadcrumbs{
		padding-left: 0;
	}
}
/* ****************************** */
/* SIDEBAR */
/* ****************************** */

.sidebar{
    width: 25%;
    padding-left: 46px;
}

.sidebar .title{
    font-weight: 900;
    line-height: 120%;
    font-size: 50px;
	margin-top: -10px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	.sidebar .background{
		display: none;
	}

}

@media only screen and (max-width: 1000px){
	.sidebar h1.title,
	h1{
		font-size: 30px;
		line-height: 38px
	}
}

/* ****************************** */
/* SCROLLBAR */
/* ****************************** */
/*
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ff2a68;
  outline: 1px solid #555;
}
*/
/* ****************************** */
/* FOOTER CTA */
/* ****************************** */

.cta-row h3{
    margin-bottom: 20px;
    font-family: 'EuclidSquare-Bold';
    font-size: 19px;
    line-height: 31px;
}

.cta-row p{

}

/* ****************************** */
/* ZENDESK HOME FORM */
/* ****************************** */

.zendesk-form {
    background: #ff2f6b;
    width: 600px;
    height: 1000px;
    margin-bottom: -200px;
    border-radius: 38px;
    padding: 60px;
    float: right;
    margin-top: 50px;
}

.zendesk-form h2{
    color: white;
    line-height: 57px;
    margin-bottom: 20px;
}

.zendesk-form label{
    display: none;
}

.zendesk-form input{
    border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid white;
    padding-left: 0;
    padding-bottom: 24px;
    padding-top: 24px;
    display: block;
}

.zendesk-form input:focus,
.zendesk-form input:active{
    border: none;
    background: transparent;
    border-bottom: 2px solid white;
    box-shadow: none;
    outline: none;
}

.zendesk-form .zrf-form form p{
    margin: 0;
}

.zendesk-form input,
.zendesk-form input::placeholder{
    color: white;
    font-size: 17px;
    font-family: 'EuclidSquare-Bold';
}

.zendesk-form input[type="submit"]{
    width: 100%;
    border: 2px solid white;
    border-radius: 14px;
    padding: 15px;
    font-family: 'EuclidSquare-Regular';
    margin-top: 50px
}

.ginput_recaptcha{
    margin-top: 50px
}


.zendesk-form input[type="submit"]:hover{
    background: white;
    color: #ff2f6b;
}

.zendesk-form input[type="submit"]{
    transition: .5s;
}

.zendesk h6 a{
    color: white;
    border-bottom: 1px solid white;
}

.zendesk h6 a:hover{
    color: white;
}

@media only screen and (max-width: 1000px) {
	.zendesk-form{
		max-width: calc( 100% + 60px);
		margin-top: 0;
		border-radius: 0;
		margin-right: -30px;
		margin-left: -30px;
		padding: 50px;
		height: 850px;
		margin-bottom: -200px;
		margin-top: -30px;
	}

	.zendesk-form h2{
		font-size: 23px;
		line-height: 34px;
	}

	.zendesk-form input[type="submit"]{
		margin-top: 30px;
	}

	.zendesk-form .ginput_recaptcha{
		margin-top: 35px;
	}

	.zendesk-form input,
	.zendesk-form input::placeholder{
		font-size: 14px;
		font-family: 'EuclidSquare-Regular';
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1001px) {
    .zendesk-form{
        max-width: 100%;
    }
}

.zendesk-form input[type=text]{
    margin-bottom: 0;
}

.zendesk-form .captcha-field .validation_message{
    margin-top: -70px !important;   
}

.zendesk-form .gfield_error .validation_message{
    position: absolute;
    line-height: 140%;
    margin-top: 0;
    font-size: 14px;
    color: white;
    margin-bottom: 0;
    background: #000;
    border-radius: 10px;
    padding: 3px 5px;
    margin-top: -35px;
    left: -40px;
    display: block;
    width: 150px;
    text-align: center;
    z-index: 99;
}

.zendesk-form .gfield_error .validation_message:before{
    content: "";
    position: absolute;
    top: 50%;
    left: calc( 100% - 1px );
    margin-top: -6px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

@media only screen and (max-width: 1500px) {
    .zendesk-form .gfield_error .validation_message{
        left: -80px;
    }
}

@media only screen and (max-width: 1200px) {
    .zendesk-form .gfield_error .validation_message{
        margin-top: 5px;
        right: 10px;
        left: unset;
        display: block;
        width: 150px;
        text-align: center;
        background: rgba(0,0,0,0.8);
    }
    .zendesk-form .gfield_error .validation_message:before{
        top: 0%;
        right: 50%;
        left: unset;
        margin-top: -10px;
        border-color: transparent transparent rgba(0,0,0,0.8) transparent;
    }
    .zendesk-form .captcha-field .validation_message{
        margin-top: -30px !important; 
    }
}

/* ****************************** */
/* GFORMS */
/* ****************************** */

.gform_body ul{
    padding: 0;
}


.validation_error{
    display: none;
}


/* ****************************** */
/* FOOTER */
/* ****************************** */

.footer{
    background: #000;
}

.footer .left-footer > div{
    width: calc( 100% / 4 - 3px );
    display: inline-block;
    vertical-align: top;
}

.footer .left-footer .menu{
    height: auto;
}

.footer .left-footer .menu li{
    display: block;
    padding: 0;
    padding-bottom: 16px;
    width: 100%;
}

.footer .left-footer .menu li a{
    color: white;
	font-size: 16px;
	line-height: 31px;
}

.footer .left-footer .menu li a:hover{
    color: #ff2a68;
}

.footer .left-footer .menu li.menu-title a{
    font-weight: 900;
    margin-bottom: 20px;
	font-family: 'EuclidSquare-Bold';
}

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

.footer .right-footer{
    text-align: right;
}

.footer .menu li{
    padding: 0;
}

.footer-text,
.footer .menu li a i{
    color: white;
}

.footer .menu li a:hover i{
    color: #ff2a68;
}

.footer .right-footer .menu{
    height: auto;
    display: block;
}

.footer .right-footer .menu li{
    margin-left: 18px;
}

.footer .right-footer .footer-text{
    color: #ff2a68;
    font-weight: 700;
    font-size: 18px;
	margin-top: 18px;
	font-family: 'EuclidSquare-Bold';
}

.footer .right-footer .cta-button a{
    display:  inline-block;
    margin-top: 21px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer .right-footer .cta-button a:hover{
    background: #ff2a68;
    color: black;
    border-color: #ff2a68;
}

.header-side-menu .cta-button a:hover{
    background: #ff2a68;
	color: white;
    border-color: #ff2a68;
}

.footer .right-footer .cta-button a,
.header-side-menu .cta-button a{
    
}


@media only screen and (max-width: 1000px) {
	.footer-copy{
		padding: 22px !important;
		padding-bottom: 80px !important;
	}
	.footer-copy p{
		font-size: 14px;
		line-height: 23px;
	}
	.overlapping-bg-wrapper .overlapping-bg{
		top: -120px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.left-footer{
		display: none;
	}

	.footer .right-footer .footer-text,
	.footer .right-footer .menu{
		text-align: center;
	}

	.footer .right-footer .cta-button a{
		width: 100%;
		text-align: center;
	}

	.footer .right-footer .menu li:first-child{
		margin: 0;
	}

	.footer .right-footer{
		margin-top: -50px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 1000px) {
	.footer.floater-set{
		padding-bottom: 70px;
	}
	.footer .standard-footer .right-footer{
		margin-top: 0;
	}
}

/* ****************************** */
/* HYPERSPACE NOTICE */
/* ****************************** */

.hyperspace-notice {
    background: #ff2b68;
    padding: 20px 25px;
    color: white;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.hyperspace-notice > p{
    display: none;
}

.hyperspace-notice .notice-title{
    text-transform: uppercase;
    font-family: 'EuclidSquare-Bold';
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

/* ****************************** */
/* HYPERSPACE BUTTON */
/* ****************************** */

.hyperspace-button a{
    border-radius: 12px;
    border: 2px solid;
    padding: 10px 30px; 
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    font-family: 'EuclidSquare-Regular';
}


body.page-template-default .entry-content .hyperspace-button{
    margin-bottom: 35px;
    margin-top: 35px;
}

@media only screen and (max-width: 1310px) {
    .hyperspace-button a{
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 16px !important;
        border-radius: 8px;
    }
}

.hyperspace-button.center{
    text-align: center;
}

.hp-pink a,
.hp-fb a{
    color: #ff2f6b;
}

.hp-pink a:hover,
.hp-fb a:hover{
    background: #ff2f6b;
	border-color: #ff2f6b;
    color: black;
}

.hp-blue a,
.hp-tw a{
    color: #00C7F6;
}

.hp-blue a:hover,
.hp-tw a:hover{
    background: #00C7F6;
    color: black;
    border-color: transparent;
}

/* ****************************** */
/* OVERLAPPING FOOTER */
/* ****************************** */

.overlapping-bg-wrapper{
    position: relative;
}

.overlapping-bg-wrapper{
	margin-top: 120px;
}

@media only screen and (min-width: 1000px) {
	


}

.overlapping-bg-wrapper .overlapping-bg{
    background: url(/wp-content/uploads/2018/11/Footer.svg);
    padding-bottom: 170px;
    padding-top: 150px;
    width: 100%;
    position: absolute;
    z-index: 13;
    background-size: cover;
    position: top center;
    top: -150px;
    background-repeat: no-repeat;
}

.inner-footer.fullwidth{
    width: 100%;
    max-width: unset !important;
    padding: 0;
}

.footer .inner-footer.standard-footer-with-bg{
    position: relative;
    z-index: 10;
}

.overlapping-bg-wrapper{
    z-index: 5;
}

.footer-copy{
    padding-top: 35px;
    padding-bottom: 50px;
    position: relative;
    z-index: 30 !important;
    text-align: center;
    color: white;
}

.footer-copy a{
    color: #ff2f6b;
}


.footer{
    z-index: 1 !important;
    position: relative;
}

.footer-copy{
    padding-bottom: 0 !important;
}

/* ****************************** */
/* GET UPDATES FLOATER */
/* ****************************** */

#get-updates{
    transition: 0.5s;
    margin-left: -380px;
    position: fixed;
    margin-top: 300px;
    z-index: 9999;
}

#get-updates:hover{
    margin-left: -370px;
}

#get-updates label{
    display: none;
}

#get-updates .form{
    width: 380px;
    background: black;
    padding: 20px 70px 10px 70px;
    text-align: center;
}

#get-updates .form,
#get-updates .tab{
    display: inline-block;
    height: 213px;
    vertical-align: top;
}

#get-updates .tab{
    height: 214px;
    margin-left: -5px;
    cursor: pointer;
}

#get-updates .tab img{
    height: 100%;
}

#get-updates .form p{
    color: white;
    font-size: 19px;
    font-family: 'EuclidSquare-Bold';
    text-align: justify;
    letter-spacing: 0.4px;
}

#get-updates .form input[type=submit]{
    background: transparent;
    font-size: 19px;
    border: 2px solid white;
    border-radius: 12px;
    width: 100%;
    padding: 15px 30px;
    margin-top: 5px;
}

#get-updates .form input[type=submit]:hover{
    background: white;
    color: black;
}


#get-updates .form input[type=text]::placeholder{
    color: white;
    font-family: 'EuclidSquare-Regular';
}

#get-updates .form input[type=text]{
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    padding: 10px 0;
    outline: none !important;
    box-shadow: none;
    margin-top: -5px;
	color: white;
}

#get-updates .form input[type=text]:focus,
#get-updates .form input[type=text]:active{
    border-color: #ffc900;
}

#get-updates.active{
    margin-left: 0;
}

#get-updates.forcefully-closed,
#get-updates.inactive{
    margin-left: -380px !important;
}

#get-updates.footer-active{
    margin-left: 0;
}

#get-updates .gform_confirmation_wrapper {
    color: #ffc900;
    font-family: 'EuclidSquare-Bold';
    font-size: 40px;
    margin-top: 30px;
}

#get-updates img.gform_ajax_spinner {
 display: none !important;
}

/* When the button is inactive: Show the closed version and hide the open one */

#get-updates.inactive .tab img.status-closed{
    display: block;
}

#get-updates.inactive .tab img.status-open{
    display: none;
}

/* When the button is active: Show open version, hide closed version */

#get-updates.active .tab img.status-closed{
    display: none;
}

#get-updates.active .tab img.status-open{
    display: block;
}

@media only screen and (max-width: 1310px) {
	#get-updates{
		margin-top: 0;
		bottom: -270px;
		width: 100%;
		max-width: 400px;
		margin-left: 0 !important;
		margin-bottom: calc( -100% - 24px );
	}

	#get-updates .form,
	#get-updates .tab{
		width: 100%;
		height: auto;
		float: left;
	}

	#get-updates .tab img{
		width: 100%;
		margin-left: 4px;
		max-width: 400px;
	}

	#get-updates .form{
		padding-right: 40px;
		padding-left: 40px;
		padding-bottom: 280px;
	}

	#get-updates .form{
		background-image: url(/wp-content/uploads/2018/12/pic4-300x285.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center 220px;
		/* height: 475px; */
	}

	#get-updates .form input[type=text],
	#get-updates .form p{
		text-align: center;
	}
	#get-updates.forcefully-closed,
	#get-updates.inactive{
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		bottom: -475px;
	}
	#get-updates.active:not(.forcefully-closed){
		margin-bottom: 0;
	}

}

/* ****************************** */
/* REGULAR AND YOUTUBE MODALS */
/* ****************************** */

.flex-video.widescreen, 
.responsive-embed.widescreen{
    height: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -8px;
}

.ult-overlay.ult-open iframe, 
.ult-overlay.ult-open object{
    height: 600px;
}

.youtube-modal .ult_modal-body{
    padding: 0;
}

.ult-overlay-close-inside{
    background-image: url(/wp-content/themes/HyperSpace/assets/images/Close-white.svg);
}

.ult-overlay-close{
    width: 30px;
    height: 30px;
}

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

	.youtube-modal > .ult_modal{
		width: calc( 100% - 40px );
	}

	.youtube-modal .ult-overlay-close.popup-top-right{
		top: -10px;
		right: -10px;
		left: unset;
		background: #ff2a68;
		padding: 7px;
		border-radius: 50%;
		z-index: 99999999;
	}

}

/* ****************************** */
/* PARALLAX OBJECTS */
/* ****************************** */

.parallax-object{
    position: absolute;
    right: 50%;
}

.parallax-object img{
    position: absolute;
}

/* ****************************** */
/* MOBILE STICKY CTA BUTTON */
/* ****************************** */

@media only screen and (max-width: 1000px) {
	#join-waitlist-sticky{
		position: fixed !important;
		bottom: 0;
		z-index: 9999;
		left: 0 !important;

	}
	#join-waitlist-sticky a > span{
		padding-left: 00px;
		padding-right: 60px;
	}
	#join-waitlist-sticky.cta-block h2 a{
		padding: 5px;
		font-size: 28px;
	}

	#join-waitlist-sticky.cta-block i{
		right: 65px;
	}
}

/* ****************************** */
/* PERSON SLIDER */
/* ****************************** */

@media only screen and (max-width: 1000px) {
    .person-slider-item .col.image-container,
    .person-slider-item .col.details-container{
        width: calc( 100% );
        margin: 0 auto !important;
        text-align: center;
    }
    
    .image-wrapper{
        max-width: 160px;
        margin: 0 auto;
    }
    .person-slider-item .title, .person-slider-item .subtitle, .person-slider-item .desc, .person-slider-item .icon-row .icon span{
        padding: 0;
    }
	.person-slider-item .featured-text{
        right: 20%;
        width: 70px;
        height: 70px
    }
    
    .person-slider-item .featured-text span{
        font-size: 16px;
        padding-top: 23px;
    }
    
    .person-slider-item .icon-row{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
		text-align: left;
		padding-left: 10px;
    }
    
    .person-slider-item .icon-row .icon span{
        padding-left: 35px;
    }
    
    .person-slider-item .subtitle,
    .person-slider-item .desc{
        display: none;
    }
    .person-slider-item .mobile-only .subtitle, 
    .person-slider-item .mobile-only .desc{
        display: block !important;
    }
    .footer-copy{
        margin-bottom: 30px;
    }
}

.floater{
    overflow: visible !important;
}

/* ****************************** */
/* HYPERSPACE COLLAPSIBLE */
/* ****************************** */

.hyperspace-collapsible .collapseomatic {
    background: none;
    margin-top: 20px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    transition: .5s;
}

.hyperspace-collapsible .collapseomatic:hover{
    background: #ff2a68;
    color: black;
    text-decoration: none;
}

.hyperspace-collapsible .collapseomatic_excerpt, 
.hyperspace-collapsible .collapseomatic_content{
    margin: 0;   
}

.hyperspace-collapsible.behavior-mobile-only .collapseomatic{
    display: none;
}

.hyperspace-collapsible.behavior-mobile-only .collapseomatic_excerpt, 
.hyperspace-collapsible.behavior-mobile-only .collapseomatic_content{
    display: block !important;
}

/* ****************************** */
/* INNER PAGE TITLE CSS */
/* ****************************** */

.inner-page-title > *{
    font-size: 22px;
    text-transform: uppercase;
    color: #00c7f6;
    margin: 0;
    padding: 16px 0;
    border-bottom: 2px solid #00c7f6;
    border-top: 2px solid #00c7f6;
    margin-bottom: 40px;
}

.inner-page-title > h2{
    margin-bottom: 30px;
    margin-top: 50px;
}

.inner-page-title:first-child h2{
    margin-top: 0;
}

/* ****************************** */
/* TOGGLE FAQ ELEMENTS */
/* ****************************** */

.vc_toggle {
    margin: 0;
    border-bottom: 2px solid #00c7f6;
    padding: 30px 0;
}

.vc_toggle:first-child{
    border-top: 2px solid #00c7f6;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    padding-left: 0;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
    margin-top: 40px;
    margin-bottom: 0;
}

.vc_toggle .vc_toggle_title{
    padding-right: 50px;
}

.vc_toggle .vc_toggle_title > *:not(i){
    font-family: 'EuclidSquare-Bold';
    text-transform: uppercase;
    font-size: 18px;
    color: #00c7f6;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon{
    right: 20px;
    left: unset;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before{
    display: none !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after{
    background: url(/wp-content/themes/HyperSpace/assets/images/expand.svg);
    height: 50px;
    width: 50px;
    visibility: visible !important;
    background-size: 100% 100% !important;
}

.vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after{
    background: url(/wp-content/themes/HyperSpace/assets/images/collapse.svg);
}

@media only screen and (max-width: 1000px) {
	.vc_toggle .vc_toggle_title > *:not(i){
		max-width: calc( 100% - 20px );
		display: block;
		margin-top: 8px;
	}

	.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after{
		width: 40px;
		height: 40px;
	}
}

/* ****************************** */
/* TEAM MEMBERS */
/* ****************************** */

.team-member{
    width: calc( 25% - 3px - ( 60px * 1.5 ) );
    display: inline-block;
    margin-right: 60px;
    margin-left: 60px;
	margin-bottom: 80px;
    position: relative;
	vertical-align: top;
    vertical-align: top;
}

.team-member:nth-child(4n+4){
    margin-right: 0;
}

.team-member:nth-child(4n+5){
    margin-left: 0;
}

.team-member:first-child{
    margin-left: 0;
}

.team-member .team-member-image{
    position: relative;
}

.team-member .team-member-image > .image-hover,
.team-member .team-member-image > .image-original{
    
}

.team-member .team-member-image > .image-hover{
    position: absolute;
    max-width: 100%;
    opacity: 1;
}

.team-member:hover .team-member-image > .image-hover{
    opacity: 0;
}

.team-member:hover .team-member-image > .image-original{
    opacity: 1;
}

.team-member .team-member-details{
    text-align: center;
	margin-top: 35px;
}

.team-member .team-member-details .team-member-name > *{
    font-size: 20px;
    font-family: 'EuclidSquare-Bold';
}

.team-member .team-member-button a{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #00c7f6;
    text-align: center;
    border-radius: 50%;
    padding-top: 18px;
    transition: .5s;
    border: none !important;
}

.team-member .team-member-button i{
    color: white;    
}

.team-member.recruit{
	cursor: pointer;
}

.team-member.recruit .team-member-image{
    min-height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.team-member.recruit .team-member-button a{
    background: none;
    margin-top: 25px;
}

.team-member.recruit .team-member-image > *{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
    letter-spacing: 0.5px;
    color: white;
}

.dark-row .team-member .team-member-details{
    color: white;
}

.team-block .slick-prev, .team-block  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -50px;
    z-index: 5;
}

.team-block .slick-next{
    background-image: url(/wp-content/themes/HyperSpace/assets/images/arrow-left.svg);
    left: 0;
}

.team-block .slick-prev{
    background-image: url(/wp-content/themes/HyperSpace/assets/images/arrow-right.svg);
    right: 0;
}

.dark-row .team-block .slick-next{
    background-image: url(/wp-content/themes/HyperSpace/assets/images/arrow-left-white.svg);
}

.dark-row .team-block .slick-prev{
    background-image: url(/wp-content/themes/HyperSpace/assets/images/arrow-right-white.svg);
}

.team-block.expanded .team-member.slick-cloned{
    display: none;
}
/*
.team-block-type-carousel .team-member{
    width: unset;
}

*/

@media only screen and (max-width: 1000px) {
	.team-member{
		margin: 0;
		width: 100%;
		padding-right: 65px;
		padding-left: 65px;
	}

	.team-member .team-member-image >  .image-hover{
		
	}

	.team-member .team-member-button a{
		margin-right: 55px;
		top: 50%;
	}

	.team-member:hover .team-member-image > .image-original{
		opacity: 1;
	}
	
	.team-member.recruit{
		display: none;
	}
}


/* ****************************** */
/* TEAM MEMBER TOGGLE SHOW ALL ON CLICK */
/* ****************************** */
@media only screen and (max-width: 1000px) {
	.team-block.expanded .slick-track{
		width: auto !important;
		transform: none !important;
	}
	.team-block.expanded .team-member{
		width: 100% !important; 
	}

	.team-block.expanded .team-block-inner-wrapper{ 
		overflow: hidden;
		height: 340px;
	}

	.team-block.expanded .team-member{
		margin-bottom: 80px;
	}
	.team-block.expanded .team-member:last-child{
		margin-bottom: 0;
	}

	.team-block.expanded .slick-prev, 
	.team-block.expanded .slick-next{
		display: none !important;
	}
	
	.team-block .expand-team{
		margin-top: 50px;
	}
}

/* ****************************** */
/* TEAM MEMBER CAROUSEL */
/* ****************************** */

.team-block-type-carousel .team-member{
	margin: 0;
    padding-left: 60px;
    padding-right: 60px;
}

.team-block-type-carousel{
    margin-left: -60px;
    margin-right: -60px;
}

.team-block-type-carousel .team-member .team-member-button a{
	right: 15%;
}

.team-block-type-carousel .slick-dots{
    text-align: center;
    margin-top: 25px;
}

.team-block-type-carousel .slick-dots li{
    display: inline-block;
    width: 12px;
    cursor: pointer;
	margin: 6px;
}

.team-block-type-carousel .slick-dots li:before{
    background: transparent;
    border: 2px solid #fff;
    transition: .5s;
	margin: 0;
}

.team-block-type-carousel .slick-dots li.slick-active:before{
    border: 2px solid #00c7f6;
}


.team-block-type-carousel .slick-dots li button{
    display: none;
}

/* ****************************** */
/* STATUS BLOCK */
/* ****************************** */

.hp-status{
    background: #00c7f6;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.hp-status p {
    margin: 0;
    color: white;
    font-family: 'EuclidSquare-Bold';
}

/* ****************************** */
/* 404 PAGE */
/* ****************************** */

.error404 h1 > span.title{
    font-size: 220px;
    margin-bottom: 20px;
    display: block;
}

.error404 h1 > span{
    color: #ff2f6b
}

.error404 .wpb_text_column > div strong{
    font-family: 'EuclidSquare-Bold';
}

.error404 .hyperspace-button{
    display: inline-block;
}

@media only screen and (max-width: 1000px) {
	.error404 .parallax-object{
		width: 400px;
		bottom: 150px;
		right: -100px;
	}

	.error404 .featured-image{
		width: 140%;
		margin-left: -50px;
	}

	.error404 .parallax-object{
		right: 100px;
		text-align: right !important;
	}

	.error404 h1 > span.title{
		font-size: 100px;
		margin-top: 25px;
	}

	.error404 .helpful-links,
	.error404 p,
	.error404 h2,
	.error404 h1{
		text-align: center;
	}

	.error404 h1 > br{
		display: none;
	}

	.error404 h1{
		margin-bottom: 20px;
	}

	.error404 h2 {
		font-size: 24px;
		margin: 0;
	}

	.error404 .helpful-links{
		margin-top: 50px;
	}

	.error404 .grid-margin-x>.main.small-12{
		width: 100%;
	}

	.error404 .hyperspace-button{
		width: 100%;
	}
}
/* ****************************** */
/* INNER PAGE HEADER IMAGES */
/* ****************************** */

.header-image.desktop-only,
.header-image.desktop-only .vc_single_image-wrapper.vc_box_border_grey,
.header-image.desktop-only .vc_figure,
.header-image.desktop-only img{
    width: 100%;
}

@media only screen and (max-width: 1000px) {
	.header-image{
		max-width: unset;
		width: 140%;
		margin-left: -20%;
	}
}
/* ****************************** */
/* CONTACT FORM GLOBAL CSS */
/* ****************************** */

.gform_wrapper > form ul > li label{
    font-size: 18px;
}

.gform_wrapper > form input::placeholder,
.gform_wrapper > form textarea::placeholder{
    font-size: 16px;
}

.gform_wrapper > form ul > li.gfield_contains_required > label{
    font-size: 16px;
    font-family: 'EuclidSquare-Bold';
}

.gform_wrapper > form .gform_footer input{
    font-size: 20px;
}

/* ****************************** */
/* RESPONSIVE HEADER FIX */
/* ****************************** */

@media only screen and (max-width: 1310px) {
    
	.top-bar .mobile-only, .tab.mobile-only {
		display: block !important;
	}
	.tab.desktop-only {
		display: none !important;
	}
	 .hamburger {
		position: absolute;
		right: 26px;
		margin-top: 20px;
		z-index: 9999;
	}

	body:not(.menu-open) .hamburger {
		background: white !important;
		margin-top:0 !important;
		margin-right: -20px;
	}
	
	.hamburger > .open-menu {
		padding: 20px;
	}

	body.menu-open .top-bar-left > .hamburger {
		display: none !important;
	}

	#mobile-hidden-menu::-webkit-scrollbar {
		background: #000;
	}
	
	#mobile-hidden-menu::-webkit-scrollbar-track {
		background: #000;
	}
	
	#mobile-hidden-menu::-webkit-scrollbar-thumb {
		background: #ff2a68;
	}
	.header #mobile-hidden-menu .menu li.no-hover > a:hover{
		color: #FF2A68 !important;
	}
	#mobile-hidden-menu > div{
		margin-top: 30px;
	}
}


@media only screen and (max-width: 1200px) {
	.team-member-image .image-original img{
		margin: 0 auto;
		display: none;
	}

	.team-member-image .image-hover{
		left: 50%;
		transform: translatex(-50%);
	}

	.team-member .team-member-button a{
		right: 10%;
	}
	
	.team-member .team-member-image > .image-hover{
		display: block;
		opacity: 1 !important;
		position: static;
		transform: none !important;
		text-align: center;
	}
	.team-member .team-member-image > .image-hover > img{
		display: inline-block;
	}
}


@media only screen and (max-width: 1000px) {
	.team-member .team-member-image > .image-hover > img{
		/* max-width: 300px; */
	}
}


@media only screen and (max-width: 1200px) and (min-width: 1001px){
    .page .entry-content > .vc_row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 1200px){
    #join-our-team .wpb_text_column,
    #about-header.vc_row.vc_column-gap-35 > .vc_column_container{
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px){
    .sidebar h1.title{
        padding-left: 30px;
    }
    .page .main{
        width: 100%;
        margin: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

ul > li.gfield_contains_required > label{
    left: -5px !important;
}

.inv-recaptcha-holder .grecaptcha-badge{
    display: none;
}

.gfield_description.validation_message{
    color: white;
    opacity: 0.8;
    margin-top: -15px;
    font-size: 12px;
}