
.single-coin-page h1, .single-coin-page h2, .single-coin-page h3{
	font-family: Marcellus, sans-serif;
}
.single-coin-page span, .single-coin-page p, .single-coin-page a{
	font-family: Lato, sans-serif;
}

.image img, .image picture{
	width: 100%;
}

/*.elementor-location-footer .elementor-section:first-child{display: none;}*/

.section.light{
	background:#F9F9F9;
}

.gtg{
	background-image:linear-gradient(to bottom, #f8f8fb, #fff, #fafafb, #f8f8fb);
}
.gtg-dark{
	background-image:linear-gradient(to bottom, #F3F6FB, #F6F6FB, #fafafa, #F3F6FB);
}

.wgw{
	background-image:linear-gradient(to bottom, #FFF, #F6f6fb, #fff);	
}

.wtg{
	background-image:linear-gradient(to bottom, #FFF, #fff, #F8FBFF, #F9F9F9);
}
.wtg-deep{
	background-image: linear-gradient(to bottom, #FFF, #F8FBFF, #F0F0F0, #e0e0e0);
}

.gtw{
	background-image:linear-gradient(to top, #FFF, #fff, #F9F9F9, #F9F9F9);
}

.border-bottom{
	border-bottom: 1px solid #e2e2e2;
}

.border-bottom.padded{
	padding-bottom: 60px;
}


.single-coin-page .pretitle{
	color: #83755c !important;
    font-family: "Lato", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

.single-coin-page .section-title, .single-coin-page h2{
	font-family: "Marcellus", Sans-serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    color: #001c38 !important;
    text-transform: capitalize !important;
}

.elementor-location-header{
	background: rgba(0,0,0,0) !important;
}

.nav-container{
	background: rgba(0,0,0,0) !important;
}
.nav-container.elementor-sticky--active.elementor-sticky--effects{
	background: rgb(27,27,27) !important;
}

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

.text-left{
	text-align:left;
}

.text-constrain{
	width: 100%;
	margin: 0 auto;
}

.buttons{
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.buttons.center{
	justify-content: center;
}

.buttons a{
	margin:0 0 18px 0;
}

.grid-items{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
    flex-basis: 0;
    margin: 0 -18px;
    flex-direction: column;
}

.grid-item{
	width: 100%;
	min-width: 100%;
	padding: 0 18px;
}

.grid-item .item-card{
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 24px;
	border-radius: 5px;
	box-shadow: 0 3px 18px rgba(0,0,0,.04);
}

.grid-item .item-card .card-tag{
	margin: 0px 0px 12px 0px;
    padding: 6px 12px 6px 12px;
    background-color: #83755C26;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    font-size: 12px !important;
}
.grid-item .item-card .description{
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-top: 12px;
}

.grid-item .item-card .card-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.grid-item .item-card .image{
	width: 100%;
	margin: 0 auto;
	margin-top: 24px;
	display: block;
}

.overflow-content h3{
	font-size:20px;
	line-height:26px;
}

.d-flex {
	display: flex;
} 

.flex-column {
	flex-direction: column;
	gap: 12px;
}

.flex-column > * {
	margin: 0;
}

.coin-card--container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 45px 0;
}

.coin-card {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	padding: 28px 28px 45px 28px;
	z-index: 1;
}

.coin-card .card-coin--title {
	min-height: 50px;
}

.coin-card .card-coin--title, .coin-card .card-coin--title a {
	font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
	font-weight: bold;
	color: #1B1B1B;
	text-transform: capitalize;
}

.coin-card .card-coin--title a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 4;
}

.coin-card .card-coin--desc {
	position: relative;
	font-family: "Lato", Sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #1B1B1B;
	height: 135px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.coin-card .card-coin--desc:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	z-index: 3;
}

.coin-card .card-coin--link-row {
	display: inline-block;
	padding-right: 14px;
	position: relative;
	background-image: url(https://noblegoldinvestments.com/wp-content/uploads/2021/10/chevron-gold.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	margin-bottom: 24px;
	color: #ED9F27;
	font-size: 18px;
	font-weight: 700;
	line-height: 22.5px
}

.coin-card .image {
	margin-top: auto;
	margin-bottom: 0;
}

.related-coins {
	background-color: #f2f2f2;
}

.coin-header-row div:last-child {
	flex-grow: 0;
	flex-shrink: 2;
	flex-basis: 200px;
	text-align: right;
	padding: 24px 0;
}

@media (min-width: 768px){
	.grid-item .item-card .image{
		width: 90%;
	}
	.grid-items{
		flex-direction: row;
	}
	.grid-item{
		width: 50%;
		min-width: 50%;
		padding: 0 18px;
	}
}

@media (min-width: 1024px){
	.buttons-center, .buttons{
		flex-direction: row;
	}
	.buttons a{
		margin: 0 18px 0 0;
	}
	.buttons.center a{
		margin: 0 9px;
	}

	.text-constrain{
		width: 90%;
	}

	.grid-3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
		align-items: stretch;
	}
	.coin-header-row {
		display: flex;
    	gap: 10vw;
    	align-items: center;
	}
}

@media (min-width: 1180px){
	.grid-item{
		width: 33.333%;
		min-width: 33.333%;
		padding: 0 18px;
	}
	.text-constrain{
		width: 80%;
	}
}



.mt-3{
	margin-top: 18px;
}

.mt-4{
	margin-top: 24px;
}

.mt-5{
	margin-top: 30px;
}

.mt-8{
	margin-top: 48px;
}

.mb-3{
	margin-bottom: 18px;
}

.mb-4{
	margin-bottom: 24px;
}

.mb-5{
	margin-bottom: 30px;
}

.mb-8{
	margin-bottom: 48px;
}


.container{
	width: 1180px;
	margin: 0 auto;
	display: block;
	max-width: 90%;
}

.hero{
	background-color: rgb(0,28,56);
	position: relative;
    margin-top: -90px;
	background-image: url(/wp-content/uploads/2021/10/Circles.svg);
	background-position: 84% calc(50% + 30px);
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 780px;
    padding-top: 90px;
    padding-bottom: 30px;
}

.hero .container{
	display: flex;
	flex-direction:column;
	align-items: center;
	height: 100%;
}

.hero .hero-left, .hero .hero-right{
	width: 100%;	
}

.hero .content {
	display: block;
	margin: 24px 0 36px;
}

.hero .content p{
	color: rgb(189,189,189);
	font-weight: 400;
	font-size: 18px;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.breadcrumbs li{
	list-style-type: none;
	margin-right: 6px;
}

.breadcrumbs li, .breadcrumbs a{
	color: #ed9f27 !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.hero .hero-image{
	text-align: right;
	height:100%;
	width:90%;
	margin-left:auto;
}

.hero .hero-image picture, .hero .hero-image img{
	height:100%;
	width:auto;
	object-fit:contain;
}

.split-content-section{

}

.split-content{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.split-content.second-split-content{
	margin-top: 72px;
}

.split-content .left, .split-content .right{
	width: 100%;
}

.section.section-padded{
	padding: 48px 0;
}

.gen-specs-block{
	display:block;
}

.gen-specs-block .left, .gen-specs-block .right{
	width:100%;
	display:block;
}

.section-label{
	font-weight:bold;
	font-size:13px;
	display:block;
	text-transform:uppercase;
	margin-bottom:6px;
}

.section-label.lg{
	font-size:15px;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #e2e2e2;
}

.gen-specs-block .spec-list{
	display:block;
	margin-bottom:12px;
	padding-left: 12px !important;
	padding-top:9px;
}

.gen-specs-block .left  .spec-list li{
	font-size:15px;
	line-height:24px;
}

@media (min-width: 1024px){

	.gen-specs-block{
		display:flex;
	}

	.gen-specs-block .left{
		width:275px;
		padding-right:25px;
		border-right:1px solid #e2e2e2;
	}

	.gen-specs-block .right{
		width:calc(100% - 300px);
	}

	.gen-specs-block .right .contain{
		width:92%;
		margin-left:auto;
	}

	.split-content.second-split-content{
		margin-top: 90px;
	}
	.split-content{
		flex-direction: row;
	}
	.split-content .left, .split-content .right{
		width: 50%;
	}

	.split-content .left .constrain{
		width: 90%;
	}
	.split-content .right .constrain{
		width: 90%;
		margin-left: auto;
	}

	.hero .left-contain{
		width: 90%;
		display: block;
	}
	.hero .hero-right{
		width: 50%;
		height:100%;
	}
	 .hero .hero-left{
		width: 50%;
	}

	.section.section-padded{
		padding: 60px 0;
	}
}


@media (min-width: 1180px){
	.section.section-padded{
		padding: 72px 0;
	}
	.split-content.second-split-content{
		margin-top: 120px;
	}
}


@media (min-width: 1440px){
	.section.section-padded{
		padding: 90px 0;
	}
	.text-constrain{
		width: 66%;
	}
}

/*Accordion stuff*/


button.accordion {
  width: 100%;
  background-color: #333;
	border: none;
  border-bottom: 1px solid #efefef; 
  outline: none;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px !important;
  	font-family: Marcellus, sans-serif;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  content: "\25BC";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\25B2";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #000;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.content-contain{
	padding: 24px;
}

.accordion-content.first-content{
	max-height: 500px;
	transition:  max-height 0.2s ease-in-out;
}

.accordion-content.active{

}

.elementor-kit-6 h1{
	font-size:42px;
	line-height:48px;
}

@media (min-width: 640px){
	.elementor-kit-6 h1{
		font-size:42px;
		line-height:48px;
	}
}

/*@media (min-width: 760px){*/

/*}*/

@media (min-width: 1024px){
	.hero .container{
		flex-direction:row;
	}
	.elementor-kit-6 h1{
		font-size:54px;
		line-height:60px;
	}
}

@media (min-width: 1180px){
	.elementor-kit-6 h1{
		font-size:60px;
		line-height:66px;
	}
}


@media (max-width:640px){
	.single-coin-page{
		padding-top:78px;
	}
	.hero{
		height:auto;
		padding:60px 0;
		background-image:none !important;
	}
	.hero .hero-left{
		position:relative;
		z-index: 10;
	}
	.hero .hero-left .left-contain{
		text-align:center;
	}
	.hero .content{
		margin:18px 0;
	}
	.breadcrumbs{
		justify-content: center;
	}
	.hero .hero-right{
		position:absolute;
		z-index: 2;
		width:100%;
		top:0;
		height:100%;
	}
	.hero .hero-image{
		width:100%;
		height:100%;
		margin:0;
		opacity:.125;
	}

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