/* -------------------------------------------------------------- Chakra Petch */

/* chakra-petch-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/chakra-petch-v11-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/chakra-petch-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/chakra-petch-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/chakra-petch-v11-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/chakra-petch-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* -------------------------------------------------------------- Variables */

:root {
	--transparant: rgba(0,0,0,0);
	--focusblack: #101012;
	--black: #080809;
	--black25: rgba(8,8,9,.25);
	--black40: rgba(8,8,9,.4);
	--black80: rgba(8,8,9,.8);
	--black95: rgba(8,8,9,.95);
	--white: #f5f5f5;
	--lightgrey: #d0d0d3;
	--mediumgrey: #88888c;
	--grey: #606069;
	--focusgrey: #343446;
	--darkgrey: #262633;
	--ultragrey: #14141b;
	--orange: #ff9000;
	--orange25: rgba(255,144,0,.25);
	--orange40: rgba(255,144,0,.4);
	--green: #10d66d;
	--green25: rgba(16,214,109,.25);
	--green40: rgba(16,214,109,.4);
	--yellow: #ffb70b;
	--lightblue: #dce3ff;
	--blue: #1f166f;
	--brightred: #e72828;
	--brightred25: rgba(231,40,40,.25);
	--red: #b00019;
	--border-radius-large: 8px;
	--border-radius-medium: 4px;
	--border-radius-small: 2px;
	--font-size-micro: .6rem;
	--font-size-mini: .7rem;
	--font-size-ultrasmall: .8rem;
	--font-size-extrasmall: .85rem;
	--font-size-small: .9rem;
	--font-size-standard: .95rem;
	--font-size-base: 1rem;
	--font-size-medium: 1.1rem;
	--font-size-focus: 1.2rem;
	--font-size-large: 1.4rem;
	--font-size-extralarge: 1.8rem;
	--fadegradient: linear-gradient(to bottom, rgba(8,8,9,0) 0%,rgba(8,8,9,.75) 50%,rgba(8,8,9,1) 100%);
	--floatshadow: 0 4px 20px rgba(8,8,9,.6);
}

/* -------------------------------------------------------------- CSS Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, h7, p, a, img, strong, b, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,li {
	list-style: none;
}

body {
	line-height: 1;
}

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, *, *:before, *:after {
	   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* :focus {outline: none;}

*, * :active {
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

/* -------------------------------------------------------------- Body */

html, body {
	height: 100%;
}

html {
	  overflow-y: scroll; 
}

body {
	-webkit-text-size-adjust: none;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	width: 100%;
	color: var(--white);
	background-color: var(--black);
	text-rendering: optimizeLegibility;
	font-variant-ligatures: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------- Fonts */

h1,h2,h3,h4,h5 {
	float: left;
	width: 100%;
	line-height: 1.1em;
}

h1 {
	margin: 0 0 20px 0;
	font-size: var(--font-size-focus);
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--white);
}

h2 {
	margin: 0 0 14px 0;
	font-size: var(--font-size-medium);
	font-weight: 600;
	line-height: 1.1em;
	color: var(--white);
}

h3 {
	margin: 0 0 14px 0;
	font-size: var(--font-size-medium);
	color: var(--white);
}

h4 {
	margin: 0 0 8px 0;
	font-size: var(--font-size-mini);
	text-transform: uppercase;
	letter-spacing: .1em;
}

h5 {
	margin: 0 0 8px 0;
	font-size: var(--font-size-ultrasmall);
	text-transform: uppercase;
	letter-spacing: .1em;
}

b,strong {
	font-weight: 600;
}

p {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
	font-size: var(--font-size-standard);
	line-height: 1.25em;
	color: var(--mediumgrey);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

ul {
	float: left;
	width: calc(100% - 40px);
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 14px 40px;
	word-wrap: break-word;
}

li {
	float: left;
	width: 100%;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: 500;
	font-size: var(--font-size-standard);
	line-height: 1.25em;
	color: var(--mediumgrey);
}

del {
	text-decoration: line-through;
}

a,a:active,a:visited {
	text-decoration: none;
	color: var(--lightgrey);
	transition: all .2s;
}

a:hover {
	color: var(--white);
}

::-webkit-input-placeholder {
	color:var(--mediumgrey);
}

::-moz-placeholder {
	color:var(--mediumgrey);
}

:-ms-input-placeholder {
	color:var(--mediumgrey);
}

input:-moz-placeholder {
	color:var(--mediumgrey);
}

input,
button,
textarea {
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: var(--black25);
}

@media (max-width: 800px) {
	h1 {
		font-size: var(--font-size-small);
	}
	
	h2 {
		font-size: var(--font-size-focus);
	}
	
	h3 {
		font-size: var(--font-size-base);
	}
	
	h5 {
		font-size: var(--font-size-mini);
	}
	
	p {
		font-size: var(--font-size-small);
	}
	
	li {
		font-size: var(--font-size-small);
	}
}

/* -------------------------------------------------------------- BTC */

.hidden {
	display: none !important;
}

/* -------------------------------------------------------------- BTC */

.btc {
	font-size: .9em;
	letter-spacing: .05em;
	line-height: 1em;
	color: var(--mediumgrey);
}

.price-data {
	letter-spacing: .05em;
}

/* -------------------------------------------------------------- Site */

.site {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	padding: 90px 0 0 0;
}

@media (max-width: 800px) {
	.site {
		padding: 66px 0 0 0;
	}
}

/* -------------------------------------------------------------- Light */

.light {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: #181818;
	background: linear-gradient(to bottom, rgba(24,24,24,1) 0%,rgba(0,0,0,0) 100%);
	z-index: -1;
}

@media (max-width: 800px) {
	.light {
		height: 150px;
	}
}

/* -------------------------------------------------------------- Section */

section {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}

@media (max-width: 800px) {
	section {
		margin: 0 0 40px 0;
	}
}

/* -------------------------------------------------------------- Holder */

.holder {
	margin: 0 auto;
	width: 100%;
	max-width: 760px;
	padding: 0 40px 0 40px;
}

.cover-holder {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	padding: 0 40px 0 40px;
}

.video-holder {
	margin: 0 auto;
	width: 100%;
	max-width: 760px;
	padding: 0 40px 0 40px;
}

.grid-holder {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	padding: 0 40px 0 40px;
}

.filters-holder {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	padding: 0 40px 0 40px;
}

.connect-holder {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	padding: 0 40px 0 40px;
}

@media (max-height: 1100px) and (min-height: 960px) {
	.cover-holder {
		max-width: 520px;
	}
}

@media (max-height: 960px) {
	.cover-holder {
		max-width: 480px;
	}
}

@media (max-width: 800px) {
	.holder {
		width: 100%;
		max-width: 600px;
		padding: 0 14px 0 14px;
	}
	
	.cover-holder {
		width: 100%;
		max-width: 280px;
		padding: 0 14px 0 14px;
	}
	
	.video-holder {
		width: 100%;
		max-width: 600px;
		padding: 0;
	}
	
	.grid-holder {
		width: 100%;
		max-width: 800px;
		padding: 0 10px 0 10px;
	}
}

/* -------------------------------------------------------------- Header */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 10px 40px 10px 40px;
	background: var(--black95);
	z-index: 9998;
}

.nav {
	float: right;
}

.nav a,.nav a:active,.nav a:visited,
.nav-item {
	float: left;
	padding: 0 14px 0 14px;
	font-size: var(--font-size-mini);
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--lightblue);
	cursor: pointer;
	transition: all .2s;
}

.nav a:hover,
.nav-item:hover {
	color: var(--white);
}

.socials {
	float: right;
	margin: 0 -14px 0 0;
}

.socials a,.socials a:active,.socials a:visited {
	float: left;
	padding: 0 14px 0 14px;
	font-size: var(--font-size-mini);
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--lightblue);
	cursor: pointer;
	transition: all .2s;
}

.socials-title {
	display: none;
}

.socials i {
	line-height: 40px;
}

.socials a:hover {
	color: var(--white);
}

.wallet {
	float: right;
	margin: 0 -14px 0 0;
}

.wallet a,.wallet a:active,.wallet a:visited {
	float: left;
	margin: 0 14px 0 14px;
	padding: 0 14px 0 14px;
	font-size: var(--font-size-mini);
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--lightblue);
	border: 1px solid var(--lightblue);
	cursor: pointer;
	transition: all .2s;
}

.wallet a:hover {
	color: var(--white);
	border: 1px solid var(--white);
}

@media (max-width: 800px) {
	header {
		width: 100%;
		height: 46px;
		padding: 8px 14px 8px 14px;
		overflow: hidden;
		transition: height 0.5s ease;
	}
	
	header.open {
		height: 100%;
		opacity: 1;
	}
	
	.nav {
		opacity: 0;
	}
	
	.nav.open {
		float: left;
		width: 100%;
		margin: 20px 0 0 0;
		transition: opacity 250ms ease;
		transition-delay: 250ms;
		opacity: 1;
	}
	
	.nav a,.nav a:active,.nav a:visited,
	.nav-item {
		width: 100%;
		padding: 15px 0 15px 0;
		font-size: var(--font-size-medium);
		line-height: 1em;
		text-align: center;
		border-bottom: 1px solid var(--darkgrey);
	}
	
	.socials {
		margin: 0;
		opacity: 0;
	}
	
	.socials.open {
		float: left;
		width: 100%;
		transition: opacity 250ms ease;
		transition-delay: 250ms;
		opacity: 1;
	}
	
	.socials a,.socials a:active,.socials a:visited {
		float: left;
		width: 50%;
		padding: 15px 0 15px 0;
		line-height: 1em;
		text-align: center;
		border-bottom: 1px solid var(--darkgrey);
	}
	
	.socials-title {
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
		font-size: var(--font-size-micro);
		text-transform: uppercase;
		letter-spacing: .05em;
		text-align: center;
	}
	
	.socials i {
		font-size: var(--font-size-medium);
		line-height: 1em;
	}
	
	.wallet {
		opacity: 0;
	}
	
	.wallet.open {
		float: left;
		width: 100%;
		transition: opacity 250ms ease;
		transition-delay: 250ms;
		opacity: 1;
	}
	
	.wallet a,.wallet a:active,.wallet a:visited {
		float: left;
		margin: 15px 0 15px 0;
		padding: 0 14px 0 14px;
		font-size: var(--font-size-mini);
		line-height: 38px;
		text-transform: uppercase;
		letter-spacing: .05em;
		border: 1px solid var(--lightblue);
	}
}

/* -------------------------------------------------------------- Logo */

.logo a, .logo a:active, .logo a:visited {
	position: relative;
	float: left;
	height: 40px;
	padding: 0 0 0 44px;
	font-size: var(--font-size-ultrasmall);
	text-transform: uppercase;
	letter-spacing: .15em;
	color: var(--white);
	line-height: 40px;
	overflow: hidden;
	background: -webkit-linear-gradient(#ffffff, #aaaaaa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 800px) {
	.logo a, .logo a:active, .logo a:visited {
		height: 30px;
		padding: 0 0 0 44px;
		font-size: var(--font-size-mini);
		line-height: 30px;
	}
}

/* -------------------------------------------------------------- Icon */

.icon {
	position: absolute;
	top: 8px;
	left: 0;
	width: 28px;
	height: 24px;
	background-image: url(img/ordinal.png) !important;
	background-image: url(img/ordinal.svg), linear-gradient(transparent, transparent) !important;
	background-size: cover !important;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.icon {
		background-image: url(img/ordinal.png) !important;
		background-image: url(img/ordinal.svg), linear-gradient(transparent, transparent) !important;
		background-size: cover !important;
	}
}

@media (max-width: 800px) {
	.icon {
		top: 3px;
	}
}

/* -------------------------------------------------------------- Hamburger */

.hamburger {
	position: absolute;
	display: none;
	top: 3px;
	right: 4px;
	width: 44px;
	height: 40px;
	font: inherit;
	overflow: visible;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .2s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 9px;
}

.hamburger-inner {
	top: 50%;
	display: block;
}

.hamburger-inner:after,.hamburger-inner:before {
	position: absolute;
	width: 24px;
	height: 1px;
	transition-timing-function: ease;
	transition-duration: .2s;
	transition-property: transform;
}

.hamburger-inner:after,.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger:hover .hamburger-inner,.hamburger:hover .hamburger-inner:after,.hamburger:hover .hamburger-inner:before,
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
	background-color: #fff;
}

.hamburger.is-active:hover .hamburger-inner,.hamburger.is-active:hover .hamburger-inner:after,.hamburger.is-active:hover .hamburger-inner:before,
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}

.hamburger-inner:before {
	top: 0px;
}

.hamburger-inner:after {
	bottom: 0px;
}

.hamburger--squeeze .hamburger-inner:before {
	  transition: top 50ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze .hamburger-inner:after {
	  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 4px;
	  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	  bottom: 4px;
	  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	  transform: rotate(-45deg);
}

@media (max-width: 800px) {
	.hamburger {
		display: block;
	}
}

/* -------------------------------------------------------------- Home */

.home a,.home a:active,.home a:visited {
	float: left;
	padding: 0 10px 0 10px;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 60px;
	color: #fff;
	transition: all .3s;
}

.home a:hover {
	color: #ccc;
}

@media (max-width: 800px) {
	.home a,.home a:active,.home a:visited {
		font-size: 1em;	
	}
}

/* -------------------------------------------------------------- Social */

.social a,.social a:active,.social a:visited {
	float: right;
	padding: 0 10px 0 10px;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 60px;
	color: #fff;
	transition: all .3s;
}

.social a:hover {
	color: #ccc;
}

@media (max-width: 800px) {
	.social a,.social a:active,.social a:visited {
		font-size: 1em;	
	}
}

/* -------------------------------------------------------------- Menu */

.menu {
	float: right;
}

.menu a,.menu a:active,.menu a:visited {
	display: inline-block;
	padding: 0 10px 0 10px;
	font-weight: 600;
	font-size: .7em;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.menu a:hover {
	color: #ccc;
}

@media (max-width: 800px) {
	.menu a,.menu a:active,.menu a:visited {
		font-size: .7em;	
	}
}

/* -------------------------------------------------------------- Mint */

.mint a,.mint a:active,.mint a:visited {
	float: left;
	width: 100%;
	padding: 0 20px 0 20px;
	font-weight: 600;
	font-size: .7em;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.mint a:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------- Mint */

.mint-button a,.mint-button a:active,.mint-button a:visited {
	float: left;
	width: 100%;
	padding: 0 20px 0 20px;
	font-weight: 600;
	font-size: .7em;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.mint-button a:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------- Intro */

.intro {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}

/* -------------------------------------------------------------- Video */

.video {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}

video {
	float: left;
	width: 100%;
	max-height: 100%;
	margin: 0 0 20px 0;
}

.video-control {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	border: 0;
	background-color: rgb(0,0,0,0);
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.video-control-play {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 100%;
	text-align: center;
}

.video-control-play .video-control-label {
	display: inline-block;
	padding: 0 20px 0 20px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: .9em;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgb(0,0,0,0.5);
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.video-control-label i {
	margin: 0 5px 0 0;
	font-size: 1.1em;
}

.video-control-play .video-control-label:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
	display: none;
}

.video-control.playing {
}

@media (max-width: 800px) {
	.video {
		margin: -20px 0 40px 0;
	}
}

/* -------------------------------------------------------------- Details */

.details {
	float: left;
	width: calc(100% + 40px);
	margin: 20px 0 20px -20px;
}

.detail {
	position: relative;
	float: left;
	width: calc(50% - 40px);
	margin: 20px;
}

@media (max-width: 800px) {
	.details {
		float: left;
		width: 100%;
		margin: 20px 0 20px 0;
	}
	
	.detail {
		width: 100%;
		margin: 10px 0 10px 0;
	}
}

/* -------------------------------------------------------------- Whitelist */

.whitelist ::-webkit-input-placeholder {
	color:#999;
}

.whitelist ::-moz-placeholder {
	color:#999;
}

.whitelist :-ms-input-placeholder {
	color:#999;
}

.whitelist input:-moz-placeholder {
	color:#999;
}

.whitelist {
	float: left;
	width: 100%;
	padding: 20px;
}

.whitelist input {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #999;
	background-color: #000;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .2s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.whitelist input:focus {
	border: 1px solid #fff;
}

.error input {
	border: 1px solid #c42228;
}

.error input:focus {
	border: 1px solid #c42228;
}

.success input {
	border: 1px solid #0bc878;
}

.success input:focus {
	border: 1px solid #0bc878;
}

.result {
	float: left;
	width: 100%;
	overflow-wrap: break-word;
}

.good-result {
	font-weight: 600;
	color: #0bc878;
}

.bad-result {
	font-weight: 600;
	color: #c42228;
}

/* -------------------------------------------------------------- Enter */

.enter {
	float: left;
	width: 100%;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: .8em;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	background-color: #000;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .2s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.enter:hover {
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
}

.error .enter {
}

/* -------------------------------------------------------------- Grid */

.grid {
	float: left;
	width: 100%;
}

.status {
	display: none;
}

.item {
	position: relative;
	float: left;
	width: calc(10% - 8px);
	margin: 4px;
	border: 1px solid #000;
}

.item.selected {
	border: 1px solid #fff;	
}

.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.item .meta {
	display: none;
}

.item:hover .meta {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 6px;
	font-size: .7em;
	line-height: 1em;
	background-color: #000;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
	z-index: 1;
}

.hidden {
	display: none !important;
}

.filters {
	float: left;
	width: 100%;
	margin: 0 0 26px 0;
}

.filters h2 {
	margin: 0 0 10px 0;
	text-align: center;
}

.filters input {
	float: left;
	width: 100%;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #999;
	background-color: var(--black80);
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .2s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.filters input:focus {
	border: 1px solid #fff;
}

@media (max-width: 1280px) and (min-width: 960px){
	.item {
		width: calc(12.5% - 8px);
		margin: 4px;
	}
}

@media (max-width: 960px) and (min-width: 800px){
	.item {
		width: calc(20% - 8px);
		margin: 4px;
	}
}

@media (max-width: 800px) and (min-width: 480px){
	.filters {
		margin: 0 0 16px 0;
	}
	
	.item {
		width: calc(25% - 8px);
		margin: 4px;
	}
}

@media (max-width: 480px){
	.filters {
		margin: 0 0 16px 0;
	}
	
	.item {
		width: calc(33.33% - 8px);
		margin: 4px;
	}
}

/* -------------------------------------------------------------- Connect */

.connect {
	float: left;
	width: 100%;
	margin: 0 0 26px 0;
}

.connect-buttons {
	float: left;
	width: calc(100% + 8px);
	margin: 0 0 0 -4px;
}

.connect-buttons button {
	float: left;
	width: calc(33.33% - 8px);
	margin: 4px;
	padding: 0 20px 0 20px;
	font-weight: 600;
	font-size: var(--font-size-mini);
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid var(--white);
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.connect-buttons button:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

.wallet-header {
	float: left;
	width: 100%;
}

.wallet-details {
	float: left;
	width: 100%;
}

.wallet-address {
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
	font-size: var(--font-size-mini);
	color: var(--mediumgrey);
	overflow-wrap: break-word;
}

@media (max-width: 800px){
	.connect-buttons button {
		width: calc(100% - 8px);
	}
}

/* -------------------------------------------------------------- Front */

.front {
	float: left;
	width: 100%;
}

.cover {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100%;
	margin: 0 0 40px 0;
}

/* -------------------------------------------------------------- Single */

.single {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100%;
	margin: 0 0 40px 0;
}

iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.info {
	float: left;
	width: 100%;
	text-align: center;
}

/* -------------------------------------------------------------- Image */

.image {
	float: left;
	width: 100%;
}

.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.planet-name {
	float: left;
	width: 100%;
	line-height: 1.4em;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.planet-orbit-time {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 1.4em;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.inscriptionid {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: .6em;
	line-height: 1.4em;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.explorers {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

.explorers a,.explorers a:active,.explorers a:visited {
	display: inline-block;
	height: 30px;
	margin: 0 5px 0 5px;
	padding: 0 10px 0 10px;
	font-weight: 600;
	font-size: .6em;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

/* -------------------------------------------------------------- Links */

.links {
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
}

.links a,.links a:active,.links a:visited {
	display: inline-block;
	height: 40px;
	margin: 0 5px 0 5px;
	padding: 0 20px 0 20px;
	font-weight: 600;
	font-size: .7em;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.links a:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

.links a img {
	width: 38px;
	height: 38px;
	object-fit: cover;
	display: block;
}

/* -------------------------------------------------------------- View */

.view a,.view a:active,.view a:visited {
	display: inline-block;
	height: 40px;
	margin: 0 5px 0 5px;
	padding: 0 20px 0 20px;
	font-weight: 600;
	font-size: .7em;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.view a:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------- Marketplaces */

.marketplaces {
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
	text-align: center;
}

.details .marketplaces {
	margin: 20px 0 0 -5px;
	text-align: left;
}

/* -------------------------------------------------------------- Gamma */

.gamma a,.gamma a:active,.gamma a:visited {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 5px;
	padding: 4px;
	border: 1px solid #fff;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.gamma .marketplace {
	display: block;
	width: 30px;
	height: 30px;
	background: url('gamma.png?v=00003');
	background-size: cover;
}

.gamma a:hover {
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------- Magic Eden */

.magiceden a,.magiceden a:active,.magiceden a:visited {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 5px;
	padding: 4px;
	border: 1px solid #fff;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.magiceden .marketplace {
	display: block;
	width: 30px;
	height: 30px;
	background: url('magiceden.png?v=00003');
	background-size: cover;
}

.magiceden a:hover {
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------- Orbit */

.orbit {
	float: left;
	width: 100%;
}

.planet-header {
	float: left;
	width: 100%;
	padding: 4px 0 4px 0;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .02em;
	border-bottom: 1px solid #333;
}

.planet-row a,.planet-row a:active,.planet-row a:visited {
	float: left;
	width: 100%;
	padding: 4px 0 4px 0;
	font-size: .9em;
	border-bottom: 1px solid #333;
}

.planet-row a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.planet-number {
	float: left;
	width: 50px;
}

.planet-orbit {
	float: left;
	width: calc(100% - 50px);
	text-align: right;
}

/* -------------------------------------------------------------- Rename */

.name-your-planet {
	float: left;
	width: 100%;
}

.name-your-description {
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
}

.name-your-planet input {
	float: left;
	width: 100%;
	margin: 0 0 28px 0;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #999;
	background-color: var(--black80);
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .2s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.name-your-planet input:focus {
	border: 1px solid #fff;
}

.name-your-planet button {
	float: left;
	width: 100%;
	margin: 0 0 28px 0;
	padding: 0 20px 0 20px;
	font-weight: 600;
	font-size: var(--font-size-mini);
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	border: 1px solid var(--white);
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.name-your-planet button:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------- Rename */

.renameformsection {
	overflow-wrap: break-word;
}

.rename-costs {
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
}

.rename-row {
	float: left;
	width: 100%;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #999;
}

.rename-title {
	float: left;
	font-size: .9rem;
}

.rename-value {
	float: right;
	font-size: .9rem;
}