/*-------------------------------------------------------------------------------------
Theme Name: ABIQE | CDN
Theme URI: https://me1970.com/
Description: 
Author: Morten Ellegaard
Author URI: https://me1970.com/
Version: 01/10/2022 1.0.0
Tags: 

License:
License URI:

General comments (optional).

-------------------------------------------------------------------------------------*/

@page {
margin: 0cm !important;
}

/*-----------------------------------------------------------------------------------*/
/*	FONT
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: National;
    font-weight: 100;
    src: url(fonts/national-light.woff2) format("woff2"), url(fonts/national-light.woff) format("woff"), url(fonts/national-light.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 100;
    font-style: italic;
    src: url(fonts/national-light-italic.woff2) format("woff2"), url(fonts/national-light-italic.woff) format("woff"), url(fonts/national-light-italic.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 300;
    src: url(fonts/national-book.woff2) format("woff2"), url(fonts/national-book.woff) format("woff"), url(fonts/national-book.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 300;
    font-style: italic;	
    src: url(fonts/national-book-italic.woff2) format("woff2"), url(fonts/national-book-italic.woff) format("woff"), url(fonts/national-book-italic.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 400;
    src: url(fonts/national-regular.woff2) format("woff2"), url(fonts/national-regular.woff) format("woff"), url(fonts/national-regular.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 400;
    font-style: italic;
    src: url(fonts/national-regular-italic.woff2) format("woff2"), url(fonts/national-regular-italic.woff) format("woff"), url(fonts/national-regular-italic.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 500;
    src: url(fonts/national-semibold.woff2) format("woff2"), url(fonts/national-semibold.woff) format("woff"), url(fonts/national-semibold.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 500;
    font-style: italic;
    src: url(fonts/national-semibold-italic.woff2) format("woff2"), url(fonts/national-semibold-italic.woff) format("woff"), url(fonts/national-semibold-italic.ttf) format("truetype")
}

@font-face {
    font-family: BrandonGrotesque-Black;
    font-weight: 700;
    src: url(fonts/brandon-grotesqu/BrandonGrotesque-Black.woff2) format("woff2"), url(fonts/brandon-grotesqu/BrandonGrotesque-Black.woff) format("woff"), url(fonts/brandon-grotesqu/BrandonGrotesque-Black.ttf) format("truetype")
}

.national {
    font-family: National, Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.helvetica {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.brandon-grotesqu {
    font-family: BrandonGrotesque-Black, "Arial Black", "Arial Bold", sans-serif
}

.font-light {
    font-weight: 100
}

.font-book {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-semibold {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}


/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/
/*

▄▄▄▄▄▄▄   ▄ ▄ ▄▄▄▄▄▄▄ 
 █ ▄▄▄ █ █ █▄▀ █ ▄▄▄ █ 
 █ ███ █ ▄▄▄▄█ █ ███ █ 
 █▄▄▄▄▄█ █▀█ ▄ █▄▄▄▄▄█ 
 ▄▄ ▄  ▄▄▀ ▄▄▄ ▄▄▄ ▄▄  
  ▀▄█▄█▄▀ █▄█ ▀ █▀▄▄▀█ 
 ▄█   █▄▄▀▀ ▄▀ ▀█▀▄ ▄▀ 
 ▄▄▄▄▄▄▄ ██▄▄▄██▀▄▀▄▄▀ 
 █ ▄▄▄ █  █  ▄▄ ▀ █ █▀ 
 █ ███ █ ▀▄ ▄ ▄▄ █▄█▀█ 
 █▄▄▄▄▄█ ██ ▀▀  ▄▄▀ ▄  
 
 */

@media only screen  {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-touch-callout: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

div {
    margin:0;
    padding: 0;
}

::selection{
	color: #fff;
	background-color: #ccc;
}

::-moz-selection{
	color: #fff;
	background-color: #ccc;
}

.clear { 
	clear: both; 
}

	
/*-----------------------------------------------------------------------------------*/
/*	Font Family
/*-----------------------------------------------------------------------------------*/
	
.kobenhavn-stencil {
		font-family: kobenhavn-stencil, serif;
	}
	
.kobenhavn-sans {
		font-family: kobenhavn-sans, serif;
	}
	
/*-----------------------------------------------------------------------------------*/
/*	Font Sizes
/*-----------------------------------------------------------------------------------*/
	
.fs-1-0 {
	font-size: 1em;
}
	
.fs-1-2 {
	font-size: 1.2em;
}
	
.fs-1-4 {
	font-size: 1.4em;
}
	
.fs-1-6 {
	font-size: 1.6em;
}
	
.fs-2-0 {
	font-size: 2em;
}
	
/*-----------------------------------------------------------------------------------*/
/*	Font Weights
/*-----------------------------------------------------------------------------------*/
    
.fw-100 {
	font-weight:100;
}
    
.fw-200 {
	font-weight:200;
}
    
.fw-300 {
	font-weight:300;
}
    
.fw-400 {
	font-weight:400;
}
    
.fw-500 {
	font-weight:500;
}
    
.fw-600 {
	font-weight:600;
}
    
.fw-700 {
	font-weight:700;
}
    
.fw-800 {
	font-weight:800;
}
    
.fw-900 {
	font-weight:900;
}
	
/*-----------------------------------------------------------------------------------*/
/*	Font Weights
/*-----------------------------------------------------------------------------------*/
	
.fs-italic {
	font-style: italic;
}

.fs-normal {
	font-style: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	Document Setup & Common Classes
/*-----------------------------------------------------------------------------------*/

div {
    margin:0;
    padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
}

#bodycolor {
	background-color: #fff;
	}

hr {
	background-color: #fff;
	height: 1px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 15px 0;
	float: left;
}

form {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #666;
	text-decoration: underline;
}
    
a.source {
        font-size:1.4em;
        color: #000;
    }
    
a.source:hover {
        text-decoration: underline;
        color: #333;
    }

/*-----------------------------------------------------------------------------------*/
/*	Headings 
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	}

h1 {
	font-size: 4em;
	font-weight:900;
	color:#000;
}
	
h2 {
	font-size: 3em;
    font-weight:500;
	margin: 10px 0;
    text-align: center;
    max-width: 90%;
	-webkit-text-stroke: 1px #333; 
}
    	
h3 {
	font-weight:500;
	margin: 50px 0 0 0;
}

h4 {

}

	
h5 {
	
}

h6 {
	
}
	
		
/*-----------------------------------------------------------------------------------*/
/*	Colour
/*-----------------------------------------------------------------------------------*/	

.lgray {
	background-color:lightgray;
	}
    
/*-----------------------------------------------------------------------------------*/
/* Width
/*-----------------------------------------------------------------------------------*/	
    
    .w50 {
        width:50%;
    }

/*-----------------------------------------------------------------------------------*/
/*	Margins
/*-----------------------------------------------------------------------------------*/	

.m100 {
	margin: 100px 0;
	}

	
/*-----------------------------------------------------------------------------------*/
/*	Theme Layout
/*-----------------------------------------------------------------------------------*/

#wrap {
	margin-top: 0;
	margin-bottom: 0;
	}
	
#content {
	margin: 0;
	padding-top: 260px; 
}
				
#maincol {
	width: 100%;
	margin: 0;
}
	
#post__fullWrap {
	width:100%;
	float:left;
	display: block;
	/*padding: 0 0 50px 0;*/
	padding: 0 0 0 0;
	color: #000;
	}

#post__wrap {
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:10px;
	}


/*-----------------------------------------------------------------------------------*/
/*	Media
/*-----------------------------------------------------------------------------------*/

img {
	padding: 0;
	margin: 0;
    max-width: 100%;
    height: auto;
}

#noborder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 600px;
    z-index:-1000;
    object-fit: cover;
    object-position: center center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

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

header {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	height: 101px;
	position: fixed;
	z-index: 1000;
	opacity:0;
    background-color: rgba(255,255,255,0.8);    
	}
	
.show {
  opacity: 1;
}
	
.transition {    
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
	
.black, .black:before, .black:after {
	background-color: #000 !important;
}
	
.responsive-open .responsive-hamburger-icon.black {
	background-color: transparent !important;
}
	
.blue {
        color: blue;
    }
    
.yellow {
        color: darkorange;
    }
	
/*-----------------------------------------------------------------------------------*/
/*	HERO 
/*-----------------------------------------------------------------------------------*/
	
#hero {
	padding: 0 13px;
	height: 600px;
	width:calc(100% - 26px);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    position: relative;
    z-index: -1100;
	}
	
.hero__content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 200px 0 0 0;
	}

.brand-title {
	font-size: 3em;
	font-weight:600;
	text-transform:uppercase;
	}

.hero-text p {
	font-size: 3.3em;
	color:white;
	text-transform:uppercase;
}
	
.brand-sub__title {
	font-size: 2em;
	margin: 20px 0;
	}
	
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}
	
sup.trademark {
    font-size: 30%;
	top: -1.4em;
}
	
sup.version {
    font-size: 50%;
	top: -0.6em;
}
	
/*-----------------------------------------------------------------------------------*/
/*	Prev Next Post Links
/*-----------------------------------------------------------------------------------*/
    
#prevNextPost {
	position: absolute;
	color: #000;
	right: 60px;
	top: 15px;
	}
	
#prevNextPost a {
	font-weight:bold;
	font-size:1.2em;
	}

/*-----------------------------------------------------------------------------------*/
/*	p Styles
/*-----------------------------------------------------------------------------------*/

section p {
		margin: 20px 0;
		color:#666;
	}

/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/

#entry {
	margin-bottom:10px;
	}
	
#entry #contentWrap {
	max-width: 980px;
	margin-left:auto;
	margin-right:auto;
	}

/*-----------------------------------------------------------------------------------*/
/* QR Code
/*-----------------------------------------------------------------------------------*/
 
.myqrcode img {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100px;
}
	
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/

footer {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 32px;*/
	height: 0;
	text-align: center;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #fff;
    border-top: 1px solid #ccc;
}

#copyright {
	text-transform:uppercase;
	margin: 0;
	padding:8px;
	}

/*-----------------------------------------------------------------------------------*/
/* Sticky Footer
/*-----------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	} 

html, body, #wrap {
	height: 100%;
	}

body > #wrap {
	height: auto;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
	}

#main {
	/*padding-bottom: 33px;*/
	padding-bottom: 0;
	}

#footer-wrap {
	position: relative;
	/*margin-top: -33px;
	height: 33px;*/
	margin-top: 0;
	height: 0;
	clear:both;
	} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	

* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}

/*-----------------------------------------------------------------------------------*/
/*	grid-template
/*-----------------------------------------------------------------------------------*/
	
/*
.flexgrid {
	flex:1;
	height: 1200px;
	min-height: -webkit-fill-available;
	min-width: 100%;
 	display: grid;
	grid-template-columns: repeat(10, calc(10% - 10px));
	grid-template-rows: repeat(20, calc(5% - 10px));
	grid-gap: 10px;
	align-content: center;
	justify-content: center;
	margin: 0 0 30px 0;
	clear: both;
	float: left;
	background-color: #000;
}
	
.item1a {
	grid-column: 1 / 3;
	grid-row: 1 / 6;
}

.item1b {
	grid-column: 1 / 3;
	grid-row: 6 / 9;
}

.item1c {
	grid-column: 1 / 3;
	grid-row: 9/ 15;
}

.item1d {
	grid-column: 1 / 3;
	grid-row: 15 / 21;
}

.item2a {
	grid-column: 3 / 5;
	grid-row: 1 / 4;
}

.item2b {
	grid-column: 3 / 5;
	grid-row: 4 / 15;
	background-image: url("images/blockchain.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item2c {
	grid-column: 3 / 5;
	grid-row: 15 / 18;
}

.item2d {
	grid-column: 3 / 5;
	grid-row: 18 / 21;
}

.item3a {
	grid-column: 5 / 7;
	grid-row: 1 / 4;
}

.item3b {
	grid-column: 5 / 6;
	grid-row: 4 / 7;
}

.item3c {
	grid-column: 6 / 7;
	grid-row: 4 / 7;
}

.item3d {
	grid-column: 5 / 7;
	grid-row: 7 / 15;
}

.item3e {
	grid-column: 5 / 6;
	grid-row: 15 / 18;
}

.item3f {
	grid-column: 6 / 7;
	grid-row: 15 / 18;
}

.item3g {
	grid-column: 5 / 9;
	grid-row: 18 / 21;
	background-image: url(https://unsplash.it/411/?random);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item4a {
	grid-column: 7 / 9;
	grid-row: 1 / 4;
	background-image: url(https://unsplash.it/439/?random);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item4b {
	grid-column: 7 / 9;
	grid-row: 4 / 9;
	background-image: url(https://unsplash.it/409/?random);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item4c {
	grid-column: 7 / 9;
	grid-row: 9 / 18;
	background-image: url(https://unsplash.it/419/?random);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item5a {
	grid-column: 9 / 11;
	grid-row: 1 / 8;
	background-image: url(https://bplan.knoxium.com/wp-content/uploads/2021/02/AdobeStock_321588747.mp4);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
    
.item5b {
	grid-column: 9 / 11;
	grid-row: 8 / 15;
}

.item5c {
	grid-column: 9 / 11;
	grid-row: 15 / 18;
}

.item5d {
	grid-column: 9 / 11;
	grid-row: 18 / 21;
}

.flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	background-color: #222;
	color: #fff;
	border-radius: 30px;
	position:relative;
}

.bottom_text {
	font-size:18px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: calc(100% - 20px);
}

.span_ca, .span_a, .span_cb, .span_b {
	font-size:80px;
}

.span_a {
	margin:0 10px 0 0;
}

.span_cb {
	margin:0 0 0 10px;
}

.span_ca, .span_a {
	color: lightpink;
}

.span_cb, .span_b {
	color: orange;
	font-weight: 900;
}

.fas, .fal {
	font-size:20px;
	margin:-20px 0 0 0
}

.fa-badge-check, .fa-fingerprint {
	color:green;
}

.fa-camera {
	color:yellow;
}

.fa-head-vr {
	color:#ffb133
}

.fa-video {
	color:#80c1ff
}
*/
    

/*-----------------------------------------------------------------------------------*/
/*	STICKY
/*-----------------------------------------------------------------------------------*/    
    
article > aside {
    position: sticky;
    top: 101px;
    width: 30%;
    height: calc(100vh - 101px);
}

figure {
    margin-left: 30%;
    min-height: calc(100vh - 101px);
}
	
figure:first-of-type {
    margin-top: calc(-100vh + 101px);
}


/* * * * * * * * * * * * * * * * * * * * * * *\
|* Coloring and styling so things look cute  *|
\* * * * * * * * * * * * * * * * * * * * * * */
article > aside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-bottom: 1px solid #666;
}

figure {
    padding:150px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #666;
    font-size:1.8em;
    font-weight:200;
	line-height:1.6em;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}
    
.attachment_image img {
        width:auto;
        max-height: 200px;
    }

	
/*-----------------------------------------------------------------------------------*/
/*	PLUGINS CSS OVERWRITE
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Progress Bar CSS
/*-----------------------------------------------------------------------------------*/

span.progressbar_title{
        font-size: 0.8em;
    }
    
span.textRight {
	float: right;
	color: #000;
	}
	
.progress_container {
	margin-left:auto;
	margin-right:auto;
    margin: 0 0 80px 0;
	}
	
.progressbar {
	margin-bottom: 20px;
}

.progressbar p.title {
	text-align: left;
	color: #000;
	line-height: 20px;
	margin: 0;
	padding-bottom:10px;
	width:100%;
    font-size: 0.4em;
    font-weight: 500;
}

.progressbar .bar-container {
	position: relative;
	height: 40px;
	clear: both;
}

.progressbar .bar-container.shadow {
	-moz-box-shadow: 0 5px 7px -3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 5px 7px -3px rgba(0,0,0,.5);
	box-shadow: 0 5px 7px -3px rgba(0,0,0,.5);
}

.progressbar .backgroundBar {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.progressbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.progressbar .targetBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-animation: Animation 2s infinite ease-in-out;
	-moz-animation: Animation 2s infinite ease-in-out;
	animation: Animation 2s infinite ease-in-out;
}

.progressbar .targetBar.loader {
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
}

.progressbar .bar-container.border .bar, .progressbar .bar-container.border .targetBar, .progressbar .bar-container.border .backgroundBar {
	border-bottom: 3px solid rgba(0,0,0,.2);
}

.progressbar .progress-percent {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	position: absolute;
	right: 15px;
}
	
}

@media only screen and (max-width: 1024px) {
h2 {
	font-size: 2em;
}

figure {
	padding: 50px;
	border-bottom: 1px solid #666;
	font-size: 1.4em;
	font-weight: 200;
}

}

@media only screen and (max-width: 600px) {

    
#hero {
	height: 400px;
	}

.hero__content {
    padding: 100px 0 0 0;
}

.brand-title {
	font-size: 2.4em;
	}

.hero-text p {
	font-size: 1.8em;
}
		
figure {
	padding: 10px;
	border-bottom: 1px solid #666;
	font-size: 1.4em;
	font-weight: 200;
}

figure:first-of-type {
	margin-top: 0;
}
    
article > aside {
	position: relative;
	top: 0px;
	height: 500px;
}




@media only screen and (max-width: 400px) {


h2 {
	font-size: 1.4em;
}

#hero {
	height: 400px;
	}

.hero__content {
    padding: 100px 0 0 0;
}
     
.brand-title {
	font-size: 2em;
	}

.hero-text p {
	font-size: 1.4em;
}
		
figure {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #666;
	font-size: 1.2em;
	font-weight: 200;
}

figure:first-of-type {
	margin-top: 0;
}
    
article > aside {
	position: relative;
	top: 0px;
	height: 400px;
}
    
    }
}
