/*
 Theme Name:   Cardano
 Theme URI:    http://www.cssigniter.com/ignite/themes/struct
 Description:  Custom-built Cardano theme. Child theme of Struct.
 Author:       Mike N Garrett
 Author URI:   http://rw.co/
 Template:     struct
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  cardano
*/

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-LightItalic.woff2') format('woff2'), url('fonts/Montserrat-LightItalic.woff') format('woff'), url('fonts/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Italic.woff2') format('woff2'), url('fonts/Montserrat-Italic.woff') format('woff'), url('fonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-BoldItalic.woff2') format('woff2'), url('fonts/Montserrat-BoldItalic.woff') format('woff'), url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

body {
	font-family: "Montserrat", sans-serif;
	color:#fff
}
/*
body p{
	color:#aaa
}
*/


.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.entry-content a.btn, .entry-content a.btn:hover {
	color: #FFF;
	display: inline-block;
	margin: 0.2rem 0.4rem;
}

.entry-content ul:not(.social-icons) li::before {
	content: none;
}

.entry-content ul:not(.social-icons), .entry-content ol:not(.social-icons) {
	padding-left: 1rem;
}

.entry-content ul:not(.social-icons) {
	list-style: circle;
}

.entry-content ol:not(.social-icons) {
	list-style: decimal;
}

.header {
	background-color: transparent !important;
}

.header-left {
	padding-right: 5%;
}

.navigation {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

/* Remove table-based clear since we're using flexbox. */
.navigation::after {
  content: none;
}

.sf-with-ul {
	cursor: pointer;
}

.navigation a.sf-with-ul {
	padding-right: 0;
}


/* Reposition dropdown arrows */

.navigation.sf-arrows .sf-with-ul:after {
	content: "";
}

.logo {
	width: 260px;
}

.logo img {
  vertical-align: top;
	margin:-5px 0 0 0;
		-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.navigation>li>a {
	padding: 16px 0;
	border: none;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 1px;
	margin-right: 0;
}

.navigation>li>a:hover, .navigation>li.sfHover>a, .navigation>li.sfHover>a:active, .navigation>li.current_page_item>a, .navigation>li.current-menu-item>a, .navigation>li.current-menu-ancestor>a, .navigation>li.current-menu-parent>a, .navigation>li.current>a {
	border: none;
	border-bottom-color: transparent !important;
	color: #3cc8c8 !important;
}

.navigation>li.current-lang>a {
	color: #FFF !important;
}


/* Language navigation styling */

.navigation>li.lang-item>a, .navigation>li.pll-parent-menu-item>a {
	border: none;
	padding: 16px 6px;
	font-weight: 400;
	color: #FFF;
}

.navigation>li.lang-item, .navigation>li.pll-parent-menu-item {
	border: 1px solid #576b75;
	padding: 0 14px;
}

.navigation>li.lang-item:hover, .navigation>li.pll-parent-menu-item:hover {
	background-color: rgba(37, 119, 117, 0.4);
	border-color: #257775;
}

.main {
	padding: 108px 0;
	min-height: 600px;
}


/* Baseline styles */

body {
	background-image: url(images/color-bg-blue-star.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #0b1e2c;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
	letter-spacing: 0.5px;
	font-family: "Montserrat", Sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}

.entry h1 {
	font-size: 40px;
}

.entry h2 {
	color: #3cc8c8;
	font-size: 32px;
	font-weight: 200;
}

.entry h3 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.3px;
}

.entry h4 {
	font-size: 20px;
	letter-spacing: 0;
}

.entry h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #3cc8c8;
}

.not-page-builder .entry-content p, .not-page-builder .entry-content li {
	font-size: 16px;
}

.not-page-builder .entry-content a {
	color: #FFF;
	text-decoration: underline;
}

.not-page-builder .entry-content a:visited {
	color: #bebec7;
}

.not-page-builder .entry-content a:hover, .not-page-builder .entry-content a:active {
	text-decoration: none;
	color: #3cc8c8;
}

.not-page-builder .entry-content ul, .not-page-builder .entry-content ol {
	margin-left: 1rem;
}

.not-page-builder .entry-content ul li, .not-page-builder .entry-content ol li {
	margin-bottom: 8px;
}

.not-page-builder .entry-content .fluid-width-video-wrapper {
	margin: 2rem 0;
}


/* Minor hack to pull video background up under the header */

body:not(.elementor-editor-active) .main .elementor .elementor-top-section .elementor-background-video-container,
body:not(.elementor-editor-active) .main .elementor .elementor-top-section .elementor-background-overlay {
	top: -95px;
}

.header {
  width: 100%;
  position: fixed;
}
.header.header--is-fixed {
	z-index: 9999;
	background: rgba(9, 26, 38, .95) !important;
}

.header.header--is-fixed img {
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.header.header--is-fixed.menu--is-open {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#mc_embed_signup form{padding:0 !important;}
#mc_embed_signup #mce-EMAIL{padding:10px 12px;line-height: 1;min-height: 0;height: auto;border:0;width:100%;}
#mc_embed_signup #mc-embedded-subscribe{padding:10px 12px;line-height: 1;min-height: 0;height: auto;width: auto;}



#load-report .report{padding:1em 0}
#load-report .report+.report{border-top:1px solid rgba(100,100,100,0.3)}
