/* Start Main Navigation*/
#site-header > div.header-inner.section-inner{
	z-index:999;
	height:70px !important;
}
/*Start Navigation Movement on Scroll*/
#site-header {
	z-index:999;
	transition: transform 0.5s ease;
	box-shadow: 0px 0px 20px 3px #494949;
}
.hidden-nav {
	transform: translateY(-100%);
}
/*End Navigation Movement on Scroll*/
/* Start Logo - CAUTRON CSS Codes*/
.custom-logo{
	position:fixed;
	left:46.5px;
	top:-13.3px !important;
	max-width:350px !important;
	min-height:97px!important;
	height:auto !important
}
@media only screen and (max-width:1000px) and (min-width:783px){
.custom-logo{
	position:fixed;
	left:46.5px !important;
	top:-13.3px !important;
	min-width:210px !important;
	height:auto !important
 }
}
@media only screen and (max-width:783px) and (min-width:600px){
.custom-logo{
	left:30px !important;
	top:-13.3px !important;
	min-width:210px !important;
	height:auto !important
	}
}
@media only screen and (max-width:600px) {
.custom-logo{
	left:25px !important;
	top:-11.5px !important;
	min-width:200px !important;
	min-height:94px!important;
	height:auto !important
}
}
div.site-description{
	display:none !important;
}
/* End Logo - CAUTRON CSS Codes*/

body > div.menu-modal.cover-modal.header-footer-group.show-modal.active > div > div > div.menu-top > nav > ul > li > div > a,
body > div.menu-modal.cover-modal.header-footer-group.show-modal.active > div > div > div.menu-top > nav > ul > li > ul > li> div > a,
svg.svg-icon
{
	color:white
}
body > div.menu-modal.cover-modal.header-footer-group.show-modal.active > div
{
	background-color:dodgerblue;
	margin-top:-10px
}
#site-header > div.header-inner.section-inner
{
	padding-top:31px !important;
}

/* Start H1 Entry Titles - Cube CSS Codes*/
h1.entry-title
{
	margin-top:-1.45em !important;
	font-size:1.3em !important;
	background-color:dodgerblue;
	text-align:center !important;
	padding-top: 17px;
	color:white;
	height:2.7em;
	margin-left:-10em;
	margin-right:-10em;
	margin-bottom:-10em !important;
}
@media only screen and (max-width:800px)
{
	h1.entry-title
	{
		margin-top:-0.8em !important
	}
}
/* End H1 Entry Titles - Cube CSS Codes*/

@media screen and (max-width:999px)
{
	#site-header > div.header-inner.section-inner > div.header-titles-wrapper > button.toggle.search-toggle.mobile-search-toggle
	{
		display:none;
	}
		#site-header > div.header-inner.section-inner > div.header-titles-wrapper > div > div > a > img
	{
		position:fixed;
		left:15px;
		top:40px;
		width:2.2em !important;
		height:auto !important;
	}
	#site-header > div.header-inner.section-inner > div.header-titles-wrapper > div > div.site-description
	{
		display:flex;
		font-size:1.1em;
		position:fixed;
		left:75px;
		top:16px;
	}
	#site-header > div > div > button.toggle.nav-toggle.mobile-nav-toggle
	{
		margin-right:0.4em;
		margin-bottom:0.4em;
		color:default;
	}
		#site-header > div > div > button.toggle.nav-toggle.mobile-nav-toggle:hover
	{
		color:dodgerblue;
	}
.dashicons, .dashicons-before:before
	{
		font-size:1.3em!important;
	}
}
#search-form-1
{
	height:82px;
	box-shadow:none
}
#search-form-1:active
{
	border:none
}
@media screen and (max-width:400px)
{
#post-16 > div.post-inner > div > div:nth-child(2) > div > div
	{
	  width:120%;
		margin-left:-29px;
	}
}
/* End Main Navigation - Cube CSS Codes*/
div.ancestor-wrapper a
{
	color:white !important;
}

/* START MAIN PAGE - Cube CSS Codes*/

/* Start Home Page Announcement */
.homepage-entrance-announcement
{
	height:1.5em;
}
.homepage-entrance-announcement p strong > a:nth-child(1)
{
	background-color: yellow !important;
	color:black !important;
	border-radius:0.9em !important
}
.homepage-entrance-announcement p strong > a:nth-child(1):hover
{
	background-color:orange !important;
	color:white !important;
}
.homepage-entrance-announcement p strong > a:nth-child(1):active
{
	color:white !important;
	font-size:13px!important;
	padding-top:5px!important;
	padding-bottom:5px!important;
	padding-right:18.5px!important;
	padding-left:18.5px!important;
	margin-left:2.9px!important;
	margin-right:2.9px !important;
}
@media only screen and (min-width:790px)
{
.homepage-entrance-announcement
	{
		height:2.63em
	}
.homepage-entrance-announcement p
	{
		font-size:0.65em !important;
	}
}
@media only screen and (max-width:550px)
{
.homepage-entrance-announcement
 p > a:nth-child(2)
	{
		display:none;
	}
}
.homepage-entrance-announcement p > a:nth-child(2):hover
{
	color:skyblue;
}
/* End Home Page Announcement */
/* Start First Image Main Page - Cautron CSS Codes*/
.homepage-first-image,
.homepage-first-image span,
.homepage-first-image img{
	border-radius:15px !important;
	box-shadow: 0px 0px 18px 0.2px lightgray;
}
.homepage-first-image:hover,
.homepage-first-image span:hover,
.homepage-first-image img:hover{
		box-shadow: 0px 0px 50px 10px gray;
		transition-duration:0.7s;
	}
@media screen and (max-width:550px)
{
.homepage-first-image span,
.homepage-first-image img
{
	height: 50% !important;
}
.homepage-first-image
	{
	margin-top:-40px !important;
	height:180px;
	}
}
@media screen and (max-width:800px)
{
.homepage-first-image
	{
		box-shadow:none !important;
	}
.homepage-entrance-cover-inner-child-one h2,
.homepage-entrance-cover-inner-child-one p
	{
		text-align:center;
	}
}
/* End First Image Main Page - Cautron CSS Codes*/

/* Start headlines - Cautron CSS Codes*/
.cautron-verse-entry-title-one
{
	font-weight:600 !important
}
@media screen and (max-width:800px){
.cautron-verse-entry-title-one
{
	font-size:32px !important;
}
}

/*Entry content white space bug correction */
div.wp-block-cover.alignfull.is-light.cautron-entry-cover
{
	margin-top:-6.3px !important
}
@media (max-width:650px)
{
	div.wp-block-cover.alignfull.is-light.cautron-entry-cover
{
	margin-top:1.45em !important
}
}
/* End Bug Correction */

.entrance-twin-buttons-child-one a:hover
{
	box-shadow: 0px 0px 10px 0px lightgray;
 padding-top:1.17em;
	color:white;
	border:purple;
	background-color: purple !important;
}
.entrance-twin-buttons-child-two a:hover
{
box-shadow: 0px 0px 10px 1px #ededed;
animation: shake 3s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*End Twin Buttons of Main Page */

/* H2 Titles on Main Page*/
div.post-inner > div > h2,
#post-16 > div.post-inner > div > div > div > h2
{
	color:dodgerblue !important;
	font-weight:700 !important;
}
.crypto-headline-main-page
{
	color:dodgerblue !important;
	font-weight:800 !important;
}
#post-16 > div.post-inner > div > div > div > h2 > strong,
.crypto-headline-main-page > strong
{
	color:black;
}
/* Start Triplet Cards on Home Page*/
div.wp-block-cover.is-light.cautron-cards-mainpage,
div.wp-block-cover.is-light.cautron-cards-mainpage img
{
	box-shadow: 0px 0px 15px 1px lightgray;
		border-radius:15px !important;
	max-width:375px;
	margin-left:auto;
	margin-right:auto;
}
.wp-block-cover.is-light.cautron-cards-mainpage:hover
{
	padding-bottom: 10px!important;
	transition-duration:1s;
	box-shadow: 0px 0px 20px 3px gray
}
@media(max-width:600px)
{
.cautron-cards-mainpage-child-one,
.cautron-cards-mainpage-child-two
	{
		margin-bottom:-10px !important
	}
}
#post-16 > div.post-inner > div > div.is-layout-flex.wp-container-9.wp-block-columns.alignwide.cautron-cards-mainpage > div:nth-child(1) > div > div > p:nth-child(5) > strong > a
{
	background-color:#21742e
}
#post-16 > div.post-inner > div > div.is-layout-flex.wp-container-9.wp-block-columns.alignwide.cautron-cards-mainpage > div:nth-child(1) > div > div > p:nth-child(5) > strong > a:hover
{
	background-color:green;
}
#post-16 > div.post-inner > div > div > div:nth-child(3) > div > div > p> strong > a
{
	color:#0290ff;
	background-color:white;
}
#post-16 > div.post-inner > div > div > div:nth-child(3) > div > div > p> strong > a:hover
{
	background-color:#41deff;
	color:white;
}
/* End Triplet Cards on Home Page*/

/* Start Collection Verteron Promotion on the Main Page*/
#post-16 > div.post-inner > div > div.wp-block-cover.alignwide.is-light.cautron-vertical-collection-card strong > a
{
	background-color:white;
	color:black
}
#post-16 > div.post-inner > div > div.wp-block-cover.alignwide.is-light.cautron-vertical-collection-card strong > a:hover
{
	color:white;
	background-color:black;
}
.cautron-vertical-collection-card p a:hover
{
	color:black
}
.cautron-vertical-collection-card,
.cautron-vertical-collection-card span
{
	border-radius:1.5em !important;
}
.cautron-vertical-collection-card:hover
{
		box-shadow: 0px 0px 30px 3px silver;
	transition-duration:0.5s
}
.cautron-vertical-collection-card-img-home-page img
{
	border-radius:1em !important;
		box-shadow: 0px 0px 30px 5px black;
}
.cautron-vertical-collection-card-img-home-page img:hover
{
		box-shadow: 0px 0px 20px 2px black;
	transition-duration:0.5s;
}
/* End Collection Verteron Promotion on the Main Page*/

/* Start Home Page Blog Carrousel */
.home-page-blog-posts
{
	margin-top:55px !important;
	margin-bottom:70px !important
}
.home-page-blog-posts figure,
.home-page-blog-posts article
{
	border-radius:13px;
	margin-top:0px !important;
}
.home-page-blog-posts article:hover
{
	box-shadow: 0px 0px 20px 0px lightgray !important
}
.home-page-blog-posts h2 
{
	text-align:center !important;
	font-size:15px !important;
	font-weight:700 !important;
}
/* End Home Page Blog Carrousel */

/* Crypto Tools on Main Page*/
#ccpw-accordion-block-328 > div,
#ccpw-accordion-block-544 > div,
#ccpw-accordion-block-548 > div
{
	box-shadow:none !important
}
@media only screen and (max-width:550px)
{
	#post-16 > div.post-inner > div > div:nth-child(6) > div
	{
		width:100% !important;
	}
}
div.coin-container.ccpw-block.ccpw-main-accordion.style-1
{
	border-radius:0.7em;
}
#apecoin
{
	border-radius:2em;
}
/* END MAIN PAGE - Cube CSS Codes*/

/*START BLOG PAGES - CAUTRON CSS CODES*/

/* Learning Main Page */
.post-has-image img
{
	border-radius:1em;
}
/*Learn Button*/
#post-19 strong > a,
#post-370 strong > a,
#post-2435 strong > a,
#post-16 strong > a
{
	background-color:dodgerblue;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	border-radius:20px;	
}
#post-19 strong > a:hover,
#post-370 strong > a:hover,
#post-2435 strong > a:hover,
#post-16 strong > a:hover
{
	background-color:steelblue;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	border-radius:20px;	
}
/*End Learn Button*/
#post-19 > div.post-inner > div > div:nth-child(1) > div > div > div:nth-child(2) > div > figure > a > img
{
  animation: shake 3s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* Blog Enterance Triplets -Cautron Cards-*/
.wp-block-cover.is-light.cautron-cards,
.wp-block-cover.is-light.cautron-cards img
{
	border-radius:15px !important;
	max-width:375px;
	margin-left:auto;
	margin-right:auto;
}
.wp-block-cover.is-light.cautron-cards:hover
{
	padding-bottom: 10px!important;
	transition-duration:1s;
	box-shadow: 0px 0px 20px 3px gray
}
/* End Blog Enterance Triplets*/

/* Start Blog Category Pages*/
.wpnbha .post-thumbnail img:hover
{
	box-shadow: 0px 0px 15px 2px gray
}
#post-2171 h2,
#post-2185 h2,
#post-2192 h2,
#post-2221 h2
{
	color:dodgerblue;
	font-weight:600;
}
a.more-link
{
	color:steelblue;
}
a.more-link:hover
{
	color:dodgerblue;
	font-weight:600;
}
/* End Blog Category Pages*/

/*Blog Articles */
header > div > div.entry-categories,
#site-header > div.header-inner.section-inner > div.header-navigation-wrapper > div,
div.author-bio,
hr.styled-separator,
#jp-relatedposts > div > div time,
#jp-relatedposts > div > div > p,
div.comments-wrapper
{
	display:none !important;
}
img.jp-relatedposts-post-img,
div.wp-block-image.blog-post-img img
{
	border-radius:0.45em !important;
	transition-duration:1s;
	box-shadow: 0px 0px 20px 5px lightgray
}
div.wp-block-image.blog-post-img img:hover
{
	border-radius:0.45em !important;
	box-shadow: 0px 0px 20px 5px gray
}
#jp-relatedposts > div > div > h4,
#jp-relatedposts > div > div > h4 > a,
a.previous-post,
a.next-post
{
	font-size:17px !important;
	margin-top:10px !important;
	text-decoration:none !important;
	font-weight:600 !important
}

nav.pagination-single
{
	margin-top:5px;
	margin-bottom:35px;
}
/*END BLOG PAGES - CAUTRON CSS CODES*/

/*START All GALAXIES */
#post-370 h1
{
	background-color:purple;
}
.cautron-vertical-collection-card-img img
{
	border-radius:0.5em !important;
	transition-duration:1s;
	box-shadow: 0px 0px 20px 5px lightgray
}
.cautron-vertical-collection-card-img img:hover
{
	border-radius:0.45em !important;
	box-shadow: 0px 0px 20px 5px gray
}

#post-370 > div.post-inner
{
	padding-top:0px !important
}
@media (min-width:800px)
{
	#post-370 > div.post-inner > div > div.wp-block-cover.alignfull.is-light.cautron-entry-cover > div > div > div:nth-child(1)
	{
		margin-top:-5.5px !important
	}
	/* Start Collections Cards of Galaxies Page */
	.cautron-cards-child-one
	{
		margin-top:-45px !important;
		margin-bottom:-40px !important
	}
}
@media (max-width:800px)
{
.cautron-cards-child-one
	{
		margin-top:-9px !important;
		margin-bottom:70px !important;
	}
.wp-block-cover.is-light.cautron-cards
{
	margin-bottom:-20px !important
}
}
/* End Collection Cards of Galaxies Main Page */

/* Start Collection Verteron */

/*start buy now button*/
.button-core-one a
{
	background-color:#FFD900;
	color:black;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
	padding-right:30px;
	border-radius:20px;	
}
.button-core-one a:hover
{
	background-color:orange;
	color:white;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
	padding-right:30px;
	border-radius:20px;	
}
.button-core-two a 
{
    background-color: dodgerblue;
    color: white;
  padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
	padding-right:30px;
    border-radius: 20px;
}
.button-core-two a:hover
{
    background-color: steelblue;
    color: white;
  padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
	padding-right:30px;
    border-radius: 20px;
}
/*end buy now button */

/*Start Verteron page vertical alignment */
@media (min-width:850px)
{
.verteron-galaxy-container-one
{
	margin-bottom:6px !important
}
.verteron-galaxy-container-two
	{
	margin-bottom:6px !important
	}
.verteron-sub-category-cards-coulmn-one
{
	margin-bottom:-90px !important;
	margin-top:-50px !important
}
.verteron-sub-category-cards-coulmn-two
{
	margin-bottom:0px !important
}
.verteron-validator
{
	margin-top:30px !important
}
.verteron-galaxy-container-four
{
	margin-bottom:50px !important
}
.holders-channel-verteron-page
{
	margin-bottom:60px !important
}
}
@media (max-width:750px)
{
.verteron-galaxy-container-one,
.verteron-galaxy-container-two
{
	margin-bottom:-26px !important
}
.verteron-sub-category-cards-coulmn-one
{
	margin-top:-10px !important
}
.verteron-sub-category-cards-coulmn-two
{
	margin-bottom:80px !important
}
.verteron-validator
{
	margin-bottom:35px !important
}
.verteron-galaxy-container-four
{
	margin-bottom:50px !important
}
.holders-channel-verteron-page
{
	margin-bottom:53px !important
}
}
/*End Verteron page vertical alignment */

.buy-on-rarible-button a
{
	background-color:#ffda00 !important
}
.buy-on-mintable-button a
{
	background-color:#a854ff !important
}
.buy-on-rarible-button a:hover
{
	background-color:#ffa900 !important
}
.buy-on-mintable-button a:hover
{
	background-color: purple !important
}
/*Start Validator */
.cautron-validator{
	margin-top:0px !important;
}
.wp-block-cover.alignwide.is-light.cautron-validator,
.wp-block-cover.alignwide.is-light.cautron-validator > span,
.wp-block-cover.alignwide.is-light.cautron-validator img,
.wp-image-3906.has-parallax
{
	border-radius:2em
}
.wp-block-cover.alignwide.is-light.cautron-validator:hover
{
	box-shadow: 0px 0px 40px 5px gray;
	transition-duration:1s;
}
.wp-block-cover.alignwide.is-light.cautron-validator > div > div > div > div,
.wp-block-cover.alignwide.is-light.cautron-validator > div > div > div > div > div,
.wp-block-cover.alignwide.is-light.cautron-validator > div > div > div > div > div > div
{
	margin-top:10px;
	margin-bottom:0px;
}
#sngmbhSerialcodesValidator > div
{
	margin-left:-17px;
	margin-top:-15px;
	padding-left:0px;
}
#sngmbhSerialcodesValidator > div > div.sngmbh_container > div > div > button
{
	margin-left:5px;
	margin-top: 0.6px;
	border-radius:5px;
	height:32px;
}
#sngmbhSerialcodesValidator > div > div:nth-child(2) > center
{
	font-size:15px;
	text-align:left;
	margin-left:16px
}
/*End Validator */
.veteron-video-cover,
.veteron-video-cover video
{
	border-radius:10px !important
}
@media (max-width:750px)
{
.stone-video-cover
	{
		min-height:280px !important;
		margin-top:0px;
	}
}
.holders-channel-verteron-page span,
.holders-channel-verteron-page
{
	border-radius:30px;
}
.holders-channel-verteron-page:hover
{
	box-shadow: 0px 0px 30px 2px gray;
	transition-duration:1s
}

.nft-platform-cards
{
	margin-bottom:0px !important
}

@media (max-width:700px)
{
.nft-platform-cards
	{
		margin-bottom:80px !important
	}
}
/* End Collection Verteron */



/* END COLLECTIONS */

/* START TOOLS*/
/* Start Coverter - Cube CSS Codes*/
#post-693 > div> div > div
{
	margin-top:1em;
	border-radius:1em
}
#post-693 > div > div > div.wp-block-cover.alignwide.is-light.converter:hover
{
		box-shadow: 0px 0px 30px 2px lightgray;
		transition-duration:0.7s;
}
#post-693 > div.post-inner > div > div.wp-block-cover.alignwide.is-light.converter > span
{
	border-radius:1em;
	box-shadow: 0px 0px 30px -1px gainsboro
}
#post-693 > div > div > div > div > div > div > h2 
{
	font-weight:600;
	margin-top:0px;
}
#post-693 > div > div > div > div > div > div > h2 > strong
{
	color:dodgerblue;
	font-weight:700 !important
}
#ccpw-703
{
	box-shadow:none
}
#crypto_amount,
#ccpw-703 > div > span > span > span
{
	border-radius:5px !important;
	margin-top:0.2em
}
#select2-crypto_dd-results >li,
	#select2-fiat_dd-results > li:nth-child(1)
	{
		margin-left:0px !important;
		font-size:0.7em !important;
		border-radius:0.2em
	}
#select2-fiat_dd-results > li:nth-child(1) > ul li
{
	margin-left:0px !important;
	font-size:1.15em !important;
	border-radius:0.2em
}
	#ccpw-703 > h2
	{
		margin-top:3em;
	}
body > span > span > span.select2-search.select2-search--dropdown > input
{
	border-radius:0.3em
}
	#ccpw-703 > h2
{
	font-weight: 650;
}
#ccpw-703 > h2 > div.cmc_cal_rs
{
	color:dodgerblue;
}
#post-693 > div.post-inner > div > div.wp-block-cover.alignwide.is-light.converter > div > p
{
	margin-left:9px;
}

#ccpw-703 > div:nth-child(3) > span.cal_lbl
{
	background-color:dodgerblue;
}

@media only screen and (max-width:1000px)
{
	#ccpw-price-card-756 > div > div
{
	min-width:100% !important;
}
}
div.ccpw-card-body
{
	box-shadow:none !important;
}
div.coin-container
{
	border-radius:0.7em;
	box-shadow: 0px 0px 9px 0.1px lightgray
}
 div.ccpw-multi-price-header
{
	color:dodgerblue
}
/* End Coverter - Cube CSS Codes*/
/* Start Currency Table - Cube CSS Codes*/
#post-788 > div.post-inner > div > div.wp-block-cover.alignwide.is-light.mt-0 > div
{
	padding-top:0px;
	margin-top:-25px
}

#ccpw-datatable-791_processing,
#ccpw-coinslist_wrapper .dataTables_wrapper div.dataTables_processing
{
	display:none !important;
}
#ccpw-datatable-791 > thead > tr > th
{
	background-color:dodgerblue!important;
	color:white;
	font-family:ubuntu;
}
#ccpw-datatable-791 > tbody > tr
{
	font-family:ubuntu;
	font-weight:550 !important
}
#post-788 > div.post-inner > div > h2
{
	color:black;
	font-weight:700
}
#post-788 > div.post-inner > div > h2 > strong
{
	color:dodgerblue;
}
@media only screen and (min-width:715px)
{
	#post-788 > div.post-inner > div > div > div
{
	width:120%;
}
}
@media only screen and (max-width:715px)
{
	#post-788 > div.post-inner > div > div > div
{
	width:110%;
}
}
#ccpw-datatable-791,
#ccpw-datatable-791_wrapper
{
	border-radius:6px;
	border:none !important;
	box-shadow: 0px 0px 25px 2px gainsboro;
}
#ccpw-datatable-791:hover,
#ccpw-datatable-791_wrapper:hover
{
			box-shadow: 0px 0px 60px 5px gainsboro;
		transition-duration:0.7s;
}
a.paginate_button
{
	height:1px !important;
	border-radius:1em !important;
	border: 1px solid dodgerblue !important;
}
#ccpw-datatable-791_previous,
#ccpw-datatable-791_wrapper > div > div> a.paginate_button.previous
{
	color:white !important;
	background-color:dodgerblue;
}
#ccpw-datatable-791_next,
#ccpw-datatable-791_wrapper > div> div > a.paginate_button.next
{
	color:dodgerblue !important;
}
/* End Currency Table - Cube CSS Codes*/

/* Start Rapid Contact*/
#post-372 > header > div > h1
{
	background-color:orange;
}
#post-372 > div.post-inner > div > div,
#post-372 > div.post-inner > div > div > span
{
	border-radius:1em !important
}
/* End Rapid Contact*/

/*Start NFT Holders Channel - Cautron CSS Codes*/
/*Start Stone and Enterance Paragraphs */
@media(min-width:750px)
{
	#post-374 h1
{
	background-color:dodgerblue;
	z-index:999 !important
}
.holders-channel-first-container
{
	margin-top:-50px !important;
	margin-bottom:-80px !important;
}
.holders-channel-inner-container-child-two
{
z-index:-1 !important;
}
}
@media only screen and (max-width:1000px) and (min-width:780px)
{
.holders-channel-inner-container-child-two video
	{
		max-height:70% !important;
		margin-top:75px !important
	}
}
@media(max-width:700px)
{
.holders-channel-inner-container-child-one
	{
		margin-top:65px !important;
!important;
		margin-bottom:-70px !important
	}
.holders-channel-inner-container-child-two
	{
		margin-bottom:-200px !important;
		z-index:-1 !important;
	}
	.holders-channel-inner-container-child-two video
	{
		max-height:70% !important;
		border-radius:2em !important;
	}
}
/*End Stone and Enterance Paragraphs */
#post-374 > div.post-inner > div > h2,
#post-374 > div.post-inner > div > p
{
	padding-left:10px
}
#post-374 > div.post-inner > div > div.wp-block-cover.alignwide.is-light > div > p > strong > a
{
	color:#00487ffc
}
#post-374 > div.post-inner > div > div.wp-block-cover.alignwide.is-light > div > p > strong > a:hover
{
	color:cyan
}
.holders-channel-container,
.holders-channel-container span
{
	border-radius:1em;
}
.holders-channel-container:hover
{
	box-shadow: 0px 0px 20px 3px dimgray;
	transition-duration:1s
}
h2.forminator-title
{
	font-weight:700 !important;
	font-size:18px !important;
}
h3.forminator-subtitle
{
	font-weight:600 !important;
	font-size:15px !important;
}
input,
#select-1 > div > span > span.selection > span,
span.forminator-error-message,
textarea,
button.forminator-button
{
	border-radius:0.5em !important;
	height:2em;
}
body > span > span
{
	border-radius:0.5em
}
#consent-1 > div > div > label > span,
#consent-2 > div > div > label > span,
#consent-3 > div > div > label > span,
#consent-4 > div > div > label > span
{
	border-radius:0.3em;
}
#consent-1 > div > div p a
{
	color:#00487ffc
}
#consent-1 > div > div p a:hover
{
	color:cyan
}
.forminator-button
{
	text-transform:capitalize;
	font-weight:600 !important;
	letter-spacing:0px;
	font-size:16px !important
}
/*END NFT Holders Channel - Cautron CSS Codes*/
/* START 404 Not Found CSS */
#site-content
{
	min-height:35em !important;
}
@media (max-width:1052px)
{
.section-inner.thin.error404-content h1 
{
	margin-top: -3.4em !important;
	z-index:9999 !important;
}
}
.section-inner.thin.error404-content h1 
{
	border-radius: 0.5em;
}
.section-inner.thin.error404-content div.intro-text
{
	margin-top: 27rem !important;
	font-weight:600;
}
.section-inner.thin.error404-content form.search-form
{
	margin-top:70px !important;
}
.section-inner.thin.error404-content input.search-submit
{
	padding-top:6px !important;
	margin-top:-1px;
}
#infinite-handle > span > button
{
	border-radius:0.5em !important;
	text-decoration:none !important;
}
/* End 404 Not Found CSS */

/**Start Footer**/
/*Margin Control For Computer Footer*/
@media(min-width:1250px){
.footer-widgets{
	margin-left:0px !important
}
}
.footer{
	margin-top:100px !important;
}
.footer-nav-widgets-wrapper{
	margin-top:0px !important;
}
/*Start Computer Footer Menu*/
.computer-footermenu
{
	margin-top:0px !important;
	padding:0px !important;
	border-bottom: solid 0.95px;
}
.computer-footermenu a
{
	margin-left:-35px;
	color:white !important;
	background:none !important;
	padding:0px !important;
	font-size:15px;
}
.computer-footermenu h3 a
{
	font-weight:650 !important;
	font-size:18px !important;
}
.computer-footermenu a:hover
{
	font-weight:650 !important;
}
.computer-footermenu-inner{
 padding:0px !important;
}
/*End Computer Footer Menu*/
/*Start Footer Logo*/
.footer-logo img{
	width:13.2em !important;
	margin-top:-46px !important
}
@media(max-width:699px){
.footer-logo img{
	margin-top:-80px !important;
}
}
.footer-inner-1-text  {
	padding-top:10.3px
}
.powered-by-cautron-software{
	margin-top:100px !important
}
@media(max-width:800px){
	.powered-by-cautron-software{
	margin-top:45px !important
}
}
/* Start Subscribe Area */
.footer-subscribe.wp-block-jetpack-mailchimp input
{
	height:50px !important;
	margin-top:30px;
	border:none !important;
	border-radius:12px !important;
}
.footer-subscribe.wp-block-jetpack-mailchimp button
{
	height:50px !important;
	padding:0px !important;
	color: gray !important;
	font-weight:600 !important;
	text-decoration:none !important; }
@media (max-width:800px){
	.footer-subscribe.wp-block-jetpack-mailchimp button
{
	margin-top:-15px;
}
}
#mailchimp-button-block-14:hover
{
	color:white!important;
	background-color:orange !important
}
@media (max-width:750px)
{
.footer-subscribe.wp-block-jetpack-mailchimp input,
.footer-subscribe.wp-block-jetpack-mailchimp button
{
	max-width: 300px !important;
}
}
/* End Subscribe Area */
/*Social Icons*/
.widget-content li
{
	padding:3px;
	border-radius:10px !important
}
/* Copyright */
#site-footer > div > div > p.footer-copyright > a:after
{
	content: ' from Cautron Software';
	font-weight: lighter;
}
.footer-copyright{
	margin-top:40px;
	margin-bottom:40px;
}
/*Align Center and Margin Adjustment for Mobile */
@media screen and (max-width:800px)
{
.footer,
.footer p,
.footer img,
.widget-content ul,
.footer-social-icons,
.footer input,
.footer-credits{
justify-content:center!important;
		text-align:center!important;
	align-self:center !important;
		align-items:center!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	.footer-inner-2
	{
		margin-top:40px !important
	}
		.footer-inner-3
	{
		margin-top:40px !important;
		margin-bottom:5px!important;
	}
}
@media (max-width:1000px)
{
.footer-top
{
	border-bottom:none;
}
}
/**End Footer**/
/**** START ROOT CSS ****/
/*Margin Control For Mobile and Computer*/
@media(min-width:1000px){
 .computer-less-margin-top{
	margin-top: 0px !important;
	padding-top:0px !important;
}
 .computer-less-margin-bottom{
	margin-bottom: 0px  !important;
	padding-bottom:0px !important;
}
}
@media(max-width:1000px){
 .mobile-reduce-margin-top{
	margin-top:-50px !important;
	padding-top:0px !important;
}
 .mobile-less-margin-top{
	margin-top:-100px !important;
	padding-top:0px !important;
}
 .mobile-less-margin-bottom{
	margin-bottom:-100px !important;
	padding-bottom:0px !important;
}
 .mobile-lesser-margin-top{
	margin-top:-150px !important;
	padding-top:0px !important;
}
 .mobile-lesser-margin-bottom{
	margin-bottom:-150px  !important;
	padding-bottom:0px !important;
}
 .mobile-negative-margin-top{
	margin-top:-250px !important;
	padding-top:0px !important;
}
 .mobile-negative-margin-bottom{
	margin-bottom:-250px  !important;
	padding-bottom:0px !important;
}
}
/* Padding Control for Mobile */
@media(max-width:1000px){
	.mobile-no-padding{
		padding:0px !important
	}
}
/**Start Device Visibilitiy Conditions**/
/*Display Computer Only*/
@media(max-width:1000px){
	.computer-only{
		display:none !important;
	}
}
/*Display Tablet Only*/
@media (max-width:500px), (min-width:1000px){
  .tablet-only{
    display:none !important;
  }
}
/*Display Tablet and Mobile Only*/
@media (min-width:1000px){
  .tablet-and-mobile-only{
    display:none !important;
  }
}
/*Display Mobile Only*/
@media(min-width:500px){
	.mobile-only{
		display:none !important;
	}
}
/**End Device Visibilitiy Conditions**/
/* Start CSS Root Selectors
 + .computer-less-margin-top
 + .computer-less-margin-bottom
 + .mobile-reduce-margin-top
 + .mobile-less-margin-top
 + .mobile-less-margin-bottom
 + .mobile-lesser-margin-top
 + .mobile-lesser-margin-bottom
 + .mobile-negative-margin-top
 + .mobile-negative-margin-bottom
 + .mobile-no-padding
 + .computer-only
 + .tablet-only
 + .tablet-and-mobile-only
 + .mobile-only
End CSS Root Selectors */
/**** END ROOT CSS ****/