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

 Theme Name:   Google Lead Theme
 Theme URI:    https://dot48.com/
 Description:  Clean, Responsive & Magical
 Author:       Robert Cumberland • DOT48 New York
 Author URI:   https://dot48.com/
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  goolge_lead_theme

                                        
                                        
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _       _   _  
(_) (_) (_) (_) (_) (_) (_)     (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
 _   _   _   _   _   _   _   _   _   _  
(_) (_) (_) (_) (_) (_) (_) (_) (_) (_) 
     ___   ____   _____  _  _   ___     
    \   \ / __ \ )__ __() () ( / _ \    
    | ) ( ))__((   | |   \_  | ) _ (    
    /___/ \____/   )_(     )_( \___/    
                                        

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

@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; 
}


/*-----------------------------------------------------------------------------------*/
/*	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;

	display: flex; 
  	flex-direction: column;
  	margin: 0;
  	min-height: 100vh;
}

#bodycolor {
	background-color: #fff;
	}

hr {
	background-color: #fff;
	height: 1px;
	width: 100%;
	border: 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: none;
}
    
a.source {
        font-size:1.4em;
        color: #000;
    }
    
a.source:hover {
        color: #333;
    }

.gray {
	background-color: #ccc;
	margin: 50px 0 !Important;
}

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

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

h1 {
	font-size: 2.8em;
	font-weight:900;
	color: transparent;
}

h1.myH1.brandon-grotesqu {
	font-size: 2.4em;
	font-weight:300;
	position: fixed;
	color: #000;
	top: 26px;
	left: 256px;
	z-index: 1050;
	text-transform: uppercase;
}
	
h2 {
	font-size: 3em;
    font-weight:500;
	margin: 10px 0;
    text-align: center;
    max-width: 90%;
	-webkit-text-stroke: 1px #333;
}

h2.sticky {
	font-family: rig-solid-bold-inline, sans-serif;
	font-weight: 700;
	font-style: normal;
}
    	
h3 {
	font-weight:500;
	margin: 50px 0 0 0;
	-webkit-text-stroke: 0px; 
}

h4 {
    font-size:0.6em;
}

	
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;
	flex: 1;
	}
	
#content {
	margin: 0;
	padding: 10px 0 0 0; 
}
				
#maincol {
	width: 100%;
	margin: 0;
}
	
#post__fullWrap {
	width:100%;
	float:left;
	display: block;
	padding: 0 0 50px 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: 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;
}

.text-black {
	color: #000 !important;
}
	
.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.brandon-grotesqu {
	font-size: 3em;
	text-transform:uppercase;
	}

.hero-text.national p {
	font-weight:300;
	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: super;
}

sub { 
  vertical-align: super;
  font-size: 0.6em;
	font-weight: 400;
}
	
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-content-home .column.full-width, #entry-content-home .column.half-width {
	height: 500px;
	text-align:center;
	line-height: 500px !important;
	text-transform:uppercase;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
    margin:10px;
	}
	
#entry-content-home .column.full-width {
	width: calc(100% - 20px);
	clear: both;
    float:left;
	}
	
#entry-content-home .column.half-width {
	width:calc(50% - 20px);
	float:left;
	}
	
#entry-content-home span.verticalText a {
	letter-spacing:0em;
	font-weight:300;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	padding: 10px;
	}
	
#entry-content-home span.verticalText a:hover {
	color: #cccccc;
	}
	
#entry-content-home a.full-frame {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	}
	
#entry-content-home a.full-frame:hover {
	background-color: #ffffff;
	opacity: 0.4;
	}
	
span.verticalText{
		position: relative;
		z-index:5;
        padding:10px 20px;
        border-radius: 5px;
	}
    
span.verticalText.title_bg_custom{
		opacity:0.8;
	}

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

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

footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	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;
	}

#footer-wrap {
	position: relative;
	margin-top: -33px;
	height: 33px;
	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;
	}

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

.box {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	text-align: center;
  	min-height: calc(100vh - 120px);
}

.box div {
  	display: flex;
  	justify-content: center;
}

.dots {
	font-size: 50px;
	letter-spacing:10px;
	line-height:28px;
}


div span span.dot48 {
	background:transparent;
	font-size: 50px;
	letter-spacing:10px;
	-webkit-animation-name: change-color;
   	animation-name: change-color;
   	-webkit-animation-duration: 4s;
   	animation-duration: 4s;
   	-webkit-animation-delay: 0s;
   	animation-delay: 0;
   	-webkit-animation-iteration-count: infinite;
   	animation-iteration-count: infinite;
	 transition: transform 1s cubic-bezier(0.5, 0.01, 0, 0.08), opacity 0s;
  	-webkit-transition: transform 1s cubic-bezier(0.5, 0.01, 0, 0.08), opacity 0s;
  	-moz-transition: transform 1s cubic-bezier(0.5, 0.01, 0, 0.08), opacity 0s;
  	-o-transition: transform 1s cubic-bezier(0.5, 0.01, 0, 0.08), opacity 0s;
}
	
@keyframes change-color {
    25% 		{ color: red;  }
  	50% 		{ color: black; }
  	75% 		{ color: red; }
  	100% 	{ color: black; }
}

@keyframes sk-bounce {
            0%, 100% {
                transform: scale(0.0);
                -webkit-transform: scale(0.0);
            }
            50% {
                transform: scale(1.0);
                -webkit-transform: scale(1.0);
                background-color: #ec407a;
            }
        }


	
}


/*-----------------------------------------------------------------------------------*/
/*	MEDIA CSS
/*-----------------------------------------------------------------------------------*/


@media only screen and (max-width: 2560px), only screen and (max-device-width: 2560px) {
	
}

@media only screen and (max-width: 1680px), only screen and (max-device-width: 1680px) {
	
}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
		
}

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

}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

}

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

}

@media only screen and (max-width: 400px), only screen and (max-device-width: 480px) {
    
}

@media only screen and (max-width: 300px), only screen and (max-device-width: 340px) {

}