/*!
Theme Name: chamber
Theme URI: http://underscores.me/
Author: The Grove
Author URI: https://thegrove.co
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chamber
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

chamber is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Google Font Include */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Poppins:wght@400;500;600&display=swap');


/* GLOBALS
============================================================================================= */
html,
body {
	height: 100%;
	min-height: 100%;
}
body {
	line-height: 1.7em;
	color: #323C62;
	font-size: 16px;
	font-family: 'Inter', sans-serif; 
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edeff9+0,f0dee2+100 */
	background: #edeff9; /* Old browsers */
	background: -moz-linear-gradient(left,  #edeff9 0%, #f0dee2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #edeff9 0%,#f0dee2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #edeff9 0%,#f0dee2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeff9', endColorstr='#f0dee2',GradientType=1 ); /* IE6-9 */
}
body.vision .site {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edeff9+0,edeff9+50,efe2e7+100 */
	background: #edeff9; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #edeff9 0%, #edeff9 50%, #efe2e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #edeff9 0%,#edeff9 50%,#efe2e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #edeff9 0%,#edeff9 50%,#efe2e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeff9', endColorstr='#efe2e7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
h1, .h1, h2, .h2, h3, .h3 {
	font-weight: 700;
	line-height: 1.4em;
}
h1,
.h1 {
	font-size: 40px;
}
h2,
.h2 {
	font-size: 35px;
}
h3,
.h3 {
	font-size: 30px;
}
h4,
.h4 {
	font-size: 25px;
}
a,
a:hover,
a:hover h2,
a:focus h2,
a:focus,
a:after,
a::before,
a:before,
a:hover:after,
a:focus:after,
a:hover:before,
a:focus:before,
a:hover::before,
a:focus::before,
button,
button:hover,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
select:focus,
select {
	text-decoration: none;
	outline: none;
	-webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	-moz-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	-o-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
a {
	color: #FA582C;
}
a:hover,
a:focus {
	color: #BC4625;
}
/* Typography */
.weight-light {
	font-weight: 300;
}
.weight-normal {
	font-weight: 400;
}
.weight-medium {
	font-weight: 500;
}
.weight-semi {
	font-weight: 600;
}
.weight-bold {
	font-weight: 700;
}
.weight-xtra {
	font-weight: 800;
}
h1 > strong,
.h1 > strong,
h2 > strong,
.h2 > strong,
h3 > strong,
.h3 > strong {
	font-weight: 900;
}
.lh-12 {
	line-height: 1.2;
}
/* Size */
.f13 {
	font-size: 13px;
	line-height: initial;
}
.f14 {
	font-size: 14px;
	line-height: initial;
}
.f15 {
	font-size: 15px;
	line-height: initial;
}
.f16 {
	font-size: 16px;
	line-height: initial;
}
.f17 {
	font-size: 17px;
	line-height: initial;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
	line-height: initial;
}
.f22 {
	font-size: 22px;
	line-height: initial;
}
.f23 {
	font-size: 23px;
	line-height: initial;
}
.f25 {
	font-size: 25px;
	line-height: initial;
}
.f35 {
	font-size: 35px;
	line-height: initial;
}
.f30 {
	font-size: 30px;
	line-height: initial;
}
.f40 {
	font-size: 40px;
	line-height: initial;
}
@media(max-width:991px) {
	h2,
	.h2 {
		font-size: 26px;
	}
	h3,
	.h3,
	.f30 {
		font-size: 22px;
	}
	.f35 {
		font-size: 26px;
	}
	.f40 {
		font-size: 28px;
	}
}
/* Colors */
.text-primary {
	color: #0D2CA9 !important; /* Dark Purple */
}
.text-secondary {
	color: #6679C9 !important; /* Less Dark Purple */
}
.text-light {
	color: #EEF0F9 !important; /* Light Purple */
}
.text-dark {
	color: #2F2F2F !important; /* Blackish */
}
.text-danger {
	color: #FA582C !important; /* Reddish */
}
.text-body {
	color: #323C62 !important;
}
.text-blue {
	color: #0021A5;
}
.text-blue-light {
	color: #334DB7;
}
.text-orange {
	color: #FB6B44;
}
.text-teal,
.text-teal a {
	color: #32BE9D;
}
.text-teal a:hover,
.text-teal a:focus {
	color: #FB6B44;
}
/* Buttons */
.btn,
button {
	padding: 10px 40px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	border-radius: 30px;
	border: transparent;
	outline: none;
}
.btn-primary {
	background-color: #FA582C;
	color: #FFF;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #BC4625;
}
.btn-secondary {
	background-color: #FFF;
	border: 1.5px solid #1AA080;
	color: #1AA080;
}
.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #1AA080;
	color: #FFF;
}
.bubble .follow {
	margin-top: -90px;
}
.bubble .follow > span {
	display: inline-block;
	width: 134px;
	height: 134px;
	background-color: #FFF;
	border-radius: 50%;
	text-align: center;
	padding: 50px 20px 20px 20px;
	color: #9AA7DB;
	font-size: 15px;
}
.bubble .follow > span i {
	font-size: 24px;
	padding-top: 5px;
}
@media(max-width:768px) {
	.bubble .follow {
		margin-top: -68px;
	}
}
/* Background Colors */
.bg-blue {
	background-color: #1935AB;
}
.bg-light {
	background-color: #FFF !important;
}
.bg-purp {
	background-color: #EDEFF9 !important;
}
.big-blue {
	background-image: url('img/big-blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1935AB;
}
/* Images */
.wp-block-image img,
.wp-block-image.img-fluid img {
	max-width: 100%;
	height: auto;
}
.br-5 {
	border-radius: 5px;
}

/* UTILITIES
============================================================================================= */
.right-arrow a,
.down-arrow a,
.up-arrow a {
	position: relative;
}
.right-arrow a::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400; 
	content: "\f35a";
	margin-left: 5px;
}
.down-arrow a::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400; 
	content: "\f358";
	margin-left: 5px;
}
.up-arrow a::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400; 
	content: "\f35b";
	margin-left: 5px;
}
.blue-arrow a::after {
	color: #32BE9D;
}
.orange-arrow a::after {
	color: #FB6B44;
}
.orange-arrow:hover a::after,
.orange-arrow a:focus::after {
	color: #BC4625;
}
@media(max-width:991px) {
	.mobile-space {
		height: 50px !important;
	}
}

/* HEADER 
============================================================================================= */
/* Socket */
.socket {
	height: 40px;
	border-bottom: 1.5px solid #FFF;
}
.socket > div,
.socket section:nth-child(2) {
	border-left: 1.5px solid #FFF;
	border-right: 1.5px solid #FFF;
}
.socket section {
	width: 150px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.socket section:first-child {
	flex-grow: 1 !important;
	justify-content: start;
}
.socket section:first-child p {
	white-space: nowrap;  
	overflow: hidden; 
	text-overflow: ellipsis;
	color: #FA582C;
}
.socket section ul {
	padding: 0;
	margin: 0 auto;
}
.socket section ul li {
	list-style: none;
	display: inline-block;
}
.socket section ul li a {
	color: #6679C9;
	padding: 0 5px;
}
@media(max-width: 991px) {
	.socket section:nth-child(2) {
		display: none;
	}
	.socket,
	.socket > div {
		border-color: #EEF0F9;
	}
}
/* Branding */
.site-branding img {
	max-width: 107px;
	height: auto;
}
/* Main Navigation */
.site-header {
	height: 152px;
	position: relative;
	z-index: 1030;
}
.site-header .main-navigation {
	padding: 0;
}
.site-header .main-navigation ul {
	list-style: none;
	padding: 0;
}
.site-header .main-navigation div > ul > li {
	display: inline-block;
	margin: 0 15px;
}
.site-header .main-navigation ul li a {
	padding: 5px 10px;
	font-weight: 600;
	font-size: 14px;
	color: #3E4667;
}
.site-header .main-navigation li.dropdown > ul.dropdown-menu {
	margin-top: 0;
	background-color: #EEF0F9;
	border-radius: 5px;
	padding: 10px;
}
.site-header .main-navigation > div > ul.nav > li > a {
	padding-bottom: 10px;
}
.site-header .main-navigation ul.nav li a:hover,
.site-header .main-navigation ul.nav li a:focus,
.site-header .main-navigation > div > ul.nav > li.current-menu-item > a,
.site-header .main-navigation div ul.nav li.current-menu-parent > a,
.site-header .main-navigation > div > ul.nav > li.current-menu-ancestor > a,
.site-header .main-navigation li.dropdown > ul.dropdown-menu li.current-menu-item a {
	color: #6679C9;
	background-color: transparent;
}
.site-header .main-navigation li.dropdown > ul.dropdown-menu a {
	color: #3E4667;
	font-size: 13px;
}
.site-header .main-navigation li.dropdown > ul.dropdown-menu a:hover,
.site-header .main-navigation li.dropdown > ul.dropdown-menu a:focus {
	opacity: 1;
	background-color: transparent;
	color: #6679C9;
}
.dropdown-toggle {
	position: relative;
}
.dropdown-toggle::after {
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	font-size: 11px;
	content: "\f078";
	color: #949BB7;
	top: 6px;
	right: -7px;
	border: none !important;
}
.site-header .custom-logo-alt {
	display: none;
}
.site-header .hamburger {
	right: 5px;
	top: 11px;
	outline: none !important;
}
.site-header .socket p {
	margin-bottom: 0;
}
/* Scrolled / Fixed */
body.scrolled .site-main {
	margin-top: 0px;
}
.site-header.fixed-top {
	position: fixed;
	height: auto;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.site-header.fixed-top .socket {
	display: none;
}
.site-header.fixed-top .identity {
	padding-top: 10px;
	padding-bottom: 10px;
}
.site-header .identity {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
.site-header .member-login a:hover,
.site-header .member-login a:focus,
.menu-header-socket-social-container a:hover,
.menu-header-socket-social-container a:focus {
	color: #FA582C !important;
}
@media(min-width:992px) {
	.site-header .hamburger {
		display: none;
	}
	.site-header .main-navigation li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	.site-header .main-navigation ul li.kyc a {
		border: 2px solid #FF734D;
		text-align: center;
		border-radius: 50px;
		height: 40px;
		color: #FF734D;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: -2px;
	}
	.site-header .main-navigation ul li.kyc a:hover,
	.site-header .main-navigation ul li.kyc a:focus {
		border-color: #6679C9
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.site-header .main-navigation ul li {
		margin: 0 2px;
	}
}
@media(max-width:991px) {
	.site-header {
		padding: 0;
		background-color: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1030;
		height: auto;
		border-bottom: 1px solid #EEF0F9;
	}
	.site-header .identity {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.site-branding img {
		max-width: 60px;
	}
	.site-header.cover {
		overflow-y: scroll;
		height: 100vh;
		background-color: #FFF;
		
		-webkit-transition: background-color 0.25s ease, height 0.25s ease;
		-moz-transition: background-color 0.25s ease, height 0.25s ease;
		-o-transition: background-color 0.25s ease, height 0.25s ease;
		transition: background-color 0.25s ease, height 0.25s ease;
	}
	.site-header .navbar-collapse.show > .nav-menu {
		padding-top: 50px;
	}
	.site-header .main-navigation {
		padding: 0;
	}
	.site-header .main-navigation ul {
		margin-top: 40px;
	}
	.site-header .main-navigation div > ul > li {
		margin: 0;
	}
	.site-header .main-navigation ul li a {
		padding: 15px 0;
		border-bottom: 1px solid #EEF0F9;
	}
	.site-header .main-navigation .dropdown-toggle.show::after {
		content: "\f077";
	}
	.dropdown-toggle::after {
		font-size: 17px;
		top: 16px;
		right: 5px;
	}
	.site-header .main-navigation ul li:last-child a {
		border-bottom: none;
	}
	.site-header .main-navigation li.dropdown > ul.dropdown-menu {
		margin-top: 0;
		background-color: #EEF0F9;
		border-radius: 0;
		padding: 10px;
		border: none;
	}
	.site-header .main-navigation ul.dropdown-menu li {
		display: block;
	}
	.site-header .main-navigation li.dropdown > ul.dropdown-menu a {
		padding: 5px;
		border: none;
		color: #3E4667;
	}
}

/* GENERICK BLOCKS
============================================================================================= */
/* WordPress Gallery */
.blocks-gallery-grid, 
.wp-block-gallery {
	justify-content: center;
}
.blocks-gallery-grid .blocks-gallery-image, 
.blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;
}
@media(min-width: 991px) {
	.blocks-gallery-grid.columns-6 .blocks-gallery-image, 
	.blocks-gallery-grid.columns-6 .blocks-gallery-item, 
	.wp-block-gallery.columns-6 .blocks-gallery-image, 
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - 0.83333em);
		margin-right: 1em;
	}
}
@media(min-width: 600px) and (max-width: 991px) {
	.blocks-gallery-grid.columns-6 .blocks-gallery-image, 
	.blocks-gallery-grid.columns-6 .blocks-gallery-item, 
	.wp-block-gallery.columns-6 .blocks-gallery-image, 
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(25% - 1em);
	}
}
/* Call to Action */
.cta {
	position: relative;
}
.cta .left-accent {
	position: absolute;
	top: 0;
	left: 0;
}
.cta .right-accent {
	position: absolute;
	top: 0;
	right: 0;
}
.radial-top {
	background-image: url('img/linear-background-8bit.png');
	background-repeat: no-repeat;
	background-position: center 90px;
}
/* Forms */
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400 !important;
	margin-bottom: 2px !important;
	font-size: 15px !important;
}
@media(max-width: 991px) {
	.cta .left-accent,
	.cta .right-accent {
		display: none !important;
	}
}
.gform_wrapper.gravity-theme .gfield_label .gfield_required {
	display: none;
}
.gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea {
	background-color: #EEEFF9;
	border: none;
	border-radius: 5px;
}
.gform_wrapper.gravity-theme .gform_footer button, 
.gform_wrapper.gravity-theme .gform_footer input, 
.gform_wrapper.gravity-theme .gform_page_footer button, 
.gform_wrapper.gravity-theme .gform_page_footer input {
	-webkit-appearance: none;
	padding: 10px 40px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	border-radius: 30px;
	border: transparent;
	outline: none;
	
	background-color: #FA582C;
	color: #FFF;
}
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_footer input:focus {
	background-color: #BC4625;
}

.cc-form .gform_wrapper.gravity-theme .gfield input.large, 
.cc-form .gform_wrapper.gravity-theme .gfield select.large,
.cc-form .gform_wrapper.gravity-theme .gfield textarea {
	background-color: #FFF;
}
/* Banners - Intros */
.intro {
	padding-top: 200px;
}
.intro.intro-main {
	background-image: url('img/home-hero-bg.jpg');
	background-size: cover;
}
.hero-vid > .wp-block-group__inner-container {
	margin-top: -280px;
}
@media(max-width:991px) {
	.home .intro {
		padding-top: 152px;
	}
	.hero-vid > .wp-block-group__inner-container {
		margin-top: 0;
		padding-top: 40px;
	}
}

/* ACF Blocks 
============================================================================================= */
/* Beliefs Grid */
.card {
	border: none;
}
.beliefs .card > a {
	display: block;
	position: relative;
	padding: 90px 36px 40px;
	background-image: url('img/beliefs-bg-default.png');
	background-size: cover;
	box-shadow: 0 8px 6px rgba(0,33,165,.25);
	border-radius: 5px;
}
.beliefs .card > a img {
	position: absolute;
	right: 35px;
	top: 40px;
}
.beliefs .card > a img.over {
	display: none;
}
.beliefs .card > a .num {
	color: #A6B1E0;
	font-size: 15px;
	font-weight: 700;
}
.beliefs .card > a .content {
	font-size: 19px;
	color: #334DB7;
}
.beliefs .card > a .content strong {
	font-weight: 900;
}
.beliefs .card > a .exit {
	color: #FB6B44;
	font-size: 14px;
	font-weight: 600;
}
.beliefs .card > a:hover,
.beliefs .card > a:focus {
	background-image: url('img/beliefs-bg-active.png');
}
.beliefs .card > a:hover img.over,
.beliefs .card > a:focus img.over {
	display: block;
}
.beliefs .card > a:hover img.up,
.beliefs .card > a:focus img.up {
	display: none;
}
.beliefs .card > a:hover .content,
.beliefs .card > a:focus .content {
	color: #FFF;
}
/* Videos Grid */
.oembed-vid {
	display: none;
}
.vid-modal .oembed-vid {
	display: block;
}
.vid-modal .modal-dialog {
	margin-top: 10%;
}
.vid-modal .modal-content {
	position: relative;
}
.vid-modal button.close {
	-webkit-appearance: none;
	opacity: 1;
	color: #FFF;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: -30px;
	background: none;
	padding: 5px;
}
.vid-modal .modal-body {
	padding: 0;
}

/* Slick Slider */
.slider-box {
	background-color: #2C48BC;
	border-radius: 5px;
	padding: 15px;
}
.slider-box .slick-wrap {
	position: relative;
	padding: 30px 30px 30px 25px;
}
.slider-box .slide p {
	font-size: 26px;
	line-height: 1.4em;
}
.slider-box .slide p strong {
	font-weight: 900;
}
.slider-box .slide h5 {
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}
.slick-nav {
	position: absolute;
	top: -78px;
	right: 0;
}
.slick-nav .slick-arrow {
	background: transparent;
	font-size: 36px;
	padding: 0;
	color: #FFF;
}
.slick-nav .slick-arrow:hover {
	color: #FA582C;
}
@media(max-width: 767px) {
	.slider-box .slick-wrap {
		padding-top: 60px;
	}
	.slick-nav {
		left: 0;
		top: -127px;
	}
	.slider-box .slide p {
		font-size: 18px;
	}
}
/* Video Embed */
.video-block {
	position: relative;
	max-width: 100%;
}
.video-block .video-poster {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.video-block .video-trigger {
	left: 0;
	right: 0;
	text-align: center;
}
.video-embed {
	position:absolute;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.video-embed iframe {
	display: none;
	margin: 0 auto;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-block .video-embed {
	padding-bottom: 0;
}
.video-block .video-embed.padd {
	padding-bottom: 56.25%;
}
/* Twitter feed */
.ctf-tweets {
	display: flex;
	justify-content: center;
}
#ctf .ctf-item {
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 10px;
	border: none !important;
	padding: 10px 20px;
	margin: 0 5px 10px;
	height: auto;
	max-width: 30%;
}
#ctf .ctf-context {
	padding-left: 0;
}
#ctf .ctf-tweet-actions, 
#ctf .ctf-tweet-content {
	margin-left: 0;
}
#ctf p.ctf-media-link, 
#ctf p.ctf-tweet-text {
	word-break: break-word;
	font-size: 14px;
}
@media(max-width:991px) {
	.ctf-tweets {
		display: block;
	}
	#ctf .ctf-item {
		max-width: none;
	}
	#ctf .ctf-tweet-actions, 
	#ctf .ctf-tweet-content {
		margin-top: 32px;
	}
}
/* Subscribe Modal */
/* #subscribeModal .modal-content {
	background-image: url('img/beliefs-bg-default.png');
	background-size: cover;
} */
.gform_wrapper.gravity-theme #gform_2 .gform_footer {
	padding-top: 0 !important;
}
/* CONTAINERS
============================================================================================= */
@media (min-width: 1400px) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container-xl, 
	.container-xxl {
		max-width: 1140px;
	}
}
.site-main {
	margin-top: -152px;
}
.slim-6 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.slim-7 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.slim-8 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.container.container-up {
	margin-top: -210px;
}
@media(max-width:991px) {
	.site-main {
		padding-top: 98px;
	}
	.container.container-up {
		padding-top: 50px;
		margin-top: 0px;
	}
}

/* PAGES
============================================================================================= */
/* Home */
.news .up {
	margin-top: -80px;
}
.news .row .bg-white {
	border-radius: 5px;
}
.news .subnews a {
	color: #FFF;
	font-size: 17px;
	font-weight: 500;
}
.news .subnews a:hover,
.news .subnews a:focus {
	color: #32BE9D;
}
@media(max-width: 991px) {
	.news .up {
		margin-top: 0px;
		padding-top: 30px;
	}
}
@media( max-width:575px ) {
	.news .row figure {
		border-radius: 5px;
	}
}
.buttons-inline .wp-bootstrap-blocks-button {
	display: inline-block;
}
.member-news strong {
	font-weight: 900;
	color: #171922;
}
.member-news a {
	color: #334DB7;
}
.social {
	background-image: url('img/linear-background-8bit.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.upcircles {
	background-image: url('img/linear-background-upcircles.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}
.circles-ends {
	background-image: url('img/alternating-accents.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/* About */
.videos-grid.vision h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.videos-grid.vision a.vid-trig p {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	max-width: 260px;
} 
.videos-grid.vision.text-light a {
	color: #E8EAF7;
} 
.videos-grid.vision.text-body a {
	color: #323C62;
} 
/* Vision */
.page-id-15 .page {
	background: url('img/vision-background.jpg') no-repeat center top #edeff9;
	background-size: 100%;
	background-repeat: no-repeat;
}
/* Team */
.reveal .more {
	display: none;
}
.reveal.show .eli {
	display: none;
}

/* Members */
.member-nav {
	padding: 36px 0 28px;
	background-color: rgba(102,121,201,.15);
	text-align: center;
}
.member-nav ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.member-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 0;
	max-width: 93px;
	margin: 0 20px;
	text-align: center;
	line-height: 1.2em;
}
.member-nav ul li a {
	color: #334DB7;
	font-size: 14px;
	font-weight: 600;
}
.member-nav ul li a:hover,
.member-nav ul li a:focus {
	color: #FB6B44;
}
.member-nav ul li a i {
	color: #FB6B44;
	padding-top: 8px;
	font-size: 16px;
}
@media(max-width: 991px) {
	.member-nav ul li {
		margin-bottom: 10px;
	}
}
/* Mining */
.facts .fact {
	display: block;
	position: relative;
	padding: 45px 36px;
	background-image: url('img/beliefs-bg-default.png');
	background-size: cover;
	box-shadow: 0 8px 6px rgba(0,33,165,.25);
	border-radius: 5px;
}
.facts .fact > div {
	display: flex;
	flex-direction: column;
}

/* Events */ 
.events-up {
	margin-top: -240px;
}
.main-event {
	background-color: #FFF;
	box-shadow: 0 8px 6px rgba(0,33,165, .25)
}
.main-event > div {
	height: 100%;
}
.event-grade {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40c2df+0,1b275b+100 */
	background: #40c2df; /* Old browsers */
	background: -moz-linear-gradient(top,  #40c2df 0%, #1b275b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #40c2df 0%,#1b275b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #40c2df 0%,#1b275b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40c2df', endColorstr='#1b275b',GradientType=0 ); /* IE6-9 */
}
.main-event .event-over {
	position: absolute;
	top: 0;
	right: 0;
}
.past-events .follow {
	margin-top: -74px;
}
@media(max-width:991px) {
	.events-up {
		margin-top: 0px;
		padding-top: 50px;
	}
}
/* Contact */
.contact-form .pipe {
	display: none;
	width: 2px;
	height: 40px;
	background-color: #BCBCBC;
	margin: 40px auto;
}
.contact-form .form-reveal {
	display: none;
}
.contact-form .gform_body {
	background-color: #FFF;
	padding: 30px;
}
.contact-form .option > div {
	max-width: 242px;
}
.contact-form .option a {
	color: #0D2CA9;
}
.contact-form .option a:hover, 
.contact-form .option a:focus {
	color: #FA582C;
}
.contact-form .down {
	margin-top: -20px;
}
#gform_wrapper_3 {
	display: none !important;
}
#gform_wrapper_3.form-show {
	display: block !important;
}
#gform_wrapper_3 #field_3_1 label {
	display: block;
	text-align: center;
	color: #323C62;
	font-size: 20px !important;
	margin-bottom: 15px !important;
	font-weight: 900 !important;
	
}
.contact-form .gform_confirmation_wrapper {
	padding: 15px;
	background-color: #FFF;
	text-align: center;
	margin: 10px auto;
}
/* Letters */
.letters p {
	margin-bottom: .5rem;
}
.letters ul {
	margin-bottom: 2.5rem;
}
/* Blog */
.blog-intro .gform_wrapper.gravity-theme form {
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}
.blog-intro .gform_wrapper.gravity-theme form .gfield input.large {
	background-color: #FFF;
	border-radius: 5px;
	padding-right: 114px;
}
.blog-intro .gform_wrapper.gravity-theme form .gform_footer {
	position: absolute;
	right: 17px;
	top: 30px;
	padding: 0;
	margin: 0;
}
.blog-intro .gform_wrapper.gravity-theme form .gform_footer input {
	position: relative;
	z-index: 1;
	margin: 0;
	background-color: transparent;
	color: #FA582C;
	padding: 0 20px 0 0;
	font-weight: 600;
}
.blog-intro .gform_wrapper.gravity-theme form .gform_footer::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400; 
	content: "\f35a";
	margin-left: 5px;
	position: absolute;
	z-index: 0;
	top: -6px;
	right: 0;
	color: #FA582C;
}
.posts-search {
	position: relative;
}
.posts-search input[type="text"] {
	border: none;
	background-color: #E8EAF7;
	border-radius: 5px;
	color: #323C62;
	height: 45px;
	padding: 0 60px 0 15px;
}
.posts-search button[type="submit"] {
	-webkit-appearance: none;
	bordeR: none;
	background: none;
	color: #6679C9;
	font-weight: 600;
	padding: 0 5px;
	vertical-align: middle;
	position: absolute;
	right: 8px;
	top: 14px;
	font-size: 18px;
}
.feed-post {
	border-bottom: 1px solid #eee;
}
.feed-post h2 a {
	color: #171922;
	font-size: 22px;
	font-weight: 900;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}
.post-navigation .nav-links > div {
	max-width: 212px;
	line-height: 1.4em;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
}
.post-navigation .nav-links > div .nav-subtitle {
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
}
@media(max-width:480px) {
	.post-navigation .nav-links > div .nav-title {
		display: none;
	}
}

.single h1 {
	text-align: left !important;
	color: #171922;
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 25px;
}
.single h3 {
	font-size: 22px;
}
.single h4 {
	font-size: 16px;
}
.single h5 {
	text-align: left !important;
	font-size: 18px;
}
.single .entry-content ul {
	padding-left: 0;
	margin-left: 15px;
}

/* Know Your Crypto */
.kyc-banner { 
	border-radius: 10px;
	padding: 50px;
	position: relative;
	z-index: 5;
}
.kyc-banner .featured-post {
	border-left: 1px solid #3E4667;
}
.kyc-banner .featured-content,
.kyc-banner .featured-post {
	padding: 0 30px;
}
.kyc-banner .featured-post h3 {
	line-height: 1.4em;
	font-size: 20px;
}
.kyc-banner .featured-post h3 a {
	color: #FFF;
	font-weight: 700;
}
.kyc-latest {
	position: relative;
	z-index: 0;
	margin-top: -60px;
	background-color: #FFF;
}
.kyc-latest .post {
	box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.kyc-latest .post h3 {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2em;
}
.kyc-latest .post h3 a {
	color: #171922;
}
.kyc-latest .post header {
	padding: 20px;
}
.kyc-latest .post .latest-meta {
	color: #949BB7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.kyc-banner .featured-post .latest-meta i,
.kyc-latest .post .view-post {
	font-size: 22px;
	transform: rotate(-45deg);
}
.kyc-latest .post-paginate ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
/* Recommended Posts */
.recommended-posts.kyc-latest {
	margin-top: 80px;
	background: transparent;
}
@media(min-width:768px) {
	
}
@media(max-width:767px) {
	.kyc-banner .featured-post {
		border-left: none; 
		border-top: 1px solid #3E4667;
		padding: 30px 0 0 0;
		margin-top: 10px;
	}
	.kyc-banner .featured-content {
		padding: 0;
	} 
}
/* FOOTER
============================================================================================= */
.site-footer {
	padding: 75px 0;
}
.site-footer h4 {
	font-size: 14px;
	font-weight: 900;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.site-footer ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-footer ul.menu li a {
	color: #6679C9;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}
.site-footer ul.menu li a:hover,
.site-footer ul.menu li a:focus {
	color: #3E4667;
}
.site-footer .menu-header-socket-social-container li {
	display: inline-block;
}
.site-footer .menu-header-socket-social-container ul.menu li a {
	font-size: 16px;
	margin-right: 5px;
}
.site-footer .copy {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4em;
	color: #4D5988;
}