/*
 Theme Name:   EII Child
 Description:  EII Child Theme
 Author:       Mark Hill
 Author URI:   https://eiienergy.com
 Template:     bootscore
 Version:      1.25
 Text Domain:  bootscore
*/

body {
	font-family: "Inter", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5d6778;
	padding-top: 69px;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.btn-primary {
	background: #3056d3;
	border-color: #3056d3;
}

.fixed-top {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	background: #ffffff !important;
}

.navbar { padding: 1rem 0; }
/*.navbar-brand { color: #ffffff; }*/

li.nav-item { padding: 0 10px; }

.navbar .nav-link {
	color: #5d6778;
	font-weight: 500;
}

.bg-blue { background: #3056d3; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Poppins",sans-serif;
	color: #252930;
	font-weight: 600;
}

section.about-section i.fas { color: #3056d3; }
section.stats-section { background: #3056d3; color: white; }

.btn-light {
	background: #f5f6fe;
	color: #3056d3;
}

.btn-light:hover {
	background: #f5f6fe;
	color: #3056d3;
}

.walletconnect {
	background: #ffdb24;
}

.btn {
	font-weight: 600;
	padding: 0.6rem 1.25rem;
	border: none;
}

.theme-bg-dark {
	background: #3056d3;
}

.site-headline {
	font-size: 3rem;
	color: #3056d3;
}
.site-tagline {
	font-size: 1.125rem;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.theme-bg-light {
	background: #f5f6fe;
}

.ud-about {
    background: #3056d3;
    padding: 120px 0;
}

.ud-about-content .tag {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    background: #3056d3;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.ud-about-wrapper {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ud-about-content-wrapper {
    padding: 70px;
}

.ud-about-content {
    max-width: 500px;
}

.about-section .item-inner {
	padding: 1.5rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	border: 1px solid #f5f6fe;
	height: 100%;
	background: #fff;
}
.about-section .item .icon-holder {
	width: 60px;
	height: 60px;
	background: #f5f6fe;
	display: inline-block;
	border-radius: 50%;
	padding-top: 15px;
}
.section-title {
	font-size: 2rem;
}
.section-intro {
	font-size: 1.125rem;
	color: #828d9f;
}

.w-full.max-w-sm.mx-auto.text-left.bg-white .px-6.py-4 + .px-6.py-4 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 15px;
	margin-bottom: 10px;
}

.page-header.theme-bg-dark .page-heading {
	color: #fff;
}
.page-heading {
	font-size: 2.5rem;
}
.page-header.theme-bg-dark .page-intro {
	color: #fff;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}
.page-intro {
	font-size: 1.125rem;
}
.single-col-max {
	max-width: 800px;
}

.theme-bg-shapes-right {
	position:absolute;
	height:100%;
	width:100%;
	right:0;
	top:0;
	overflow:hidden
}
.theme-bg-shapes-right:before {
	content:"";
	width:300px;
	height:150px;
	background:rgba(255,255,255,.1);
	position:absolute;
	right:-60px;
	top:0;
	border-radius:4px;
	-webkit-transform:skew(25deg, -10deg);
	transform:skew(25deg, -10deg);
	moz-transform-origin:top left;
	-webkit-transform-origin:top left;
	transform-origin:top left
}
.theme-bg-shapes-right:after {
	content:"";
	width:150px;
	height:600px;
	background:rgba(255,255,255,.15);
	position:absolute;
	right:0px;
	top:30px;
	border-radius:6px;
	-webkit-transform:skew(25deg, 10deg);
	transform:skew(25deg, 10deg);
	moz-transform-origin:top left;
	-webkit-transform-origin:top left;
	transform-origin:top left
}
.theme-bg-shapes-left {
	position:absolute;
	height:100%;width:100%;
	right:0;
	top:0;
	overflow:hidden
}
.theme-bg-shapes-left:before {
	content:"";
	width:300px;
	height:150px;
	background:rgba(255,255,255,.1);
	position:absolute;
	left:-90px;
	top:0;border-radius:6px;
	-webkit-transform:skew(25deg, -12deg);
	transform:skew(25deg, -12deg);
	moz-transform-origin:top left;
	-webkit-transform-origin:top left;
	transform-origin:top left
}
.theme-bg-shapes-left:after {
	content:"";
	width:150px;
	height:600px;
	background:rgba(255,255,255,.15);
	position:absolute;
	left:0px;
	top:30px;
	border-radius:4px;-webkit-transform:skew(-25deg, 10deg);transform:skew(-25deg, 10deg);moz-transform-origin:top left;
	-webkit-transform-origin:top left;
	transform-origin:top left
}

#secondary .card-header {
	margin-top: calc(-1*var(--bs-card-spacer-y));
	margin-right: calc(-1*var(--bs-card-spacer-x));
	margin-bottom: var(--bs-card-spacer-x);
	margin-left: calc(-1*var(--bs-card-spacer-x));
}

/*aside#secondary div.menu-social-links-container li a {
	text-decoration: none;
}*/
