/*
Theme Name:     Race Home 101 | 2025
Design:         Untitled Era LLC
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentynineteen
Version:        2.1
*/




/*--ADA--*/
.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translate(-100vw, -100vh);
}

.skip-to-content-link {
  background: #000;
  color: #fff !important;
  height: auto;
  padding: 11px 0;
  position: absolute;
  transition: transform 0.3s;
  font-weight: 700;
  width: 200px;
  margin-left: -100px;
  z-index: 9;
  text-align: center;
}

.skip-to-content-link:focus {
    transform: translate(0, 0);
}

/*--- GLOBAL ---*/
#wpadminbar {
/*  display: none !important;*/
  z-index: 99999999;
}

html {
  background: #000;
  color:#000;
  width: 100%;
  padding: 0;
  margin: 0;
  /*min-height: calc(100vh);*/
}

body {
  position: relative;
  display: block;
  padding-top: 66px;
  min-height: calc(100vh - 260px);
  /* background: #000; */
}

.body,
body {
  font-family: "MaisonNeue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1.p1,
h2.p1,
h3.p1,
h4.p1,
h5.p1,
h6.p1,
p.p1,
li.p1 {
  padding: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "MaisonNeue", sans-serif;
}

.h1,
h1 {
font-family: "MaisonNeue", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 133.333% */
letter-spacing: 0;
}

.h2,
h2 {
  font-family: "MaisonNeue", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  letter-spacing: 0;
}

.h3,
h3 {
  font-family: "MaisonNeue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.4;
}

.h4,
h4 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

.h5,
h5 {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

.h6,
h6 {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}

img {
    display: block;
}

a,
a:visited,
a:active {
  color:inherit;
  text-decoration:none;
  background:none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.section-block ul {
  padding: 0;
  padding-left: 1em;
}

.section-block a {
  text-decoration: underline;
}

ul, li {
  margin:0;
  padding: 0;
}

.bullet-container ul {
  padding-left: 20px;
}

.bullet-container ul li {
  padding: 0 0 10px;
}

.pointer {
  cursor: pointer;
}

.normal-weight {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black,
.xbold {
  font-weight: 800;
}

.line-height-1 {
  line-height:  1;
}

.underline,
.underlined {
  text-decoration: underline;
}

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

.italic {
  font-style: italic;
}

.no-float {
  float:none !important;
}

.opacity-zero {
  opacity: 0;
}

.opacity-full {
  opacity: 1;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.has-fullscreen-item {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

hr {
  height: 2px;
  width: 100%;
  background: #000;
  border:none !important;
  margin: unset;
}

.cleared {
  clear:both;
}

.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}

.entypo {
  font-family: 'entypo';  
}

.entypo2 {
  font-family: 'entypo2';  
}

.entypo-social-plus {
  font-family: 'entypo-social-plus';  
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.no-text-transform {
  text-transform: none;
}

.no-text-decoration {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.non-break {
    display: inline-block;
}

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

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

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

.center-elem {
  margin-left: auto !important;
  margin-right: auto !important;
}

.no-float {
  float: none;
}

.float-left {
  float:left !important;
}
  
.float-right {
  float:right !important;
}


a.black-color,
.black-color {
  color: #000;
}

a.white-color,
.white-color {
  color: #fff;
}

a.grey-color,
.grey-color {
  color: grey;
}

a.green-color,
.green-color {
  color: #98C233;
}

a.red-color,
.red-color {
  color: #0ff;
}



a.black-background,
.black-background {
  background: #000;
}

a.white-background,
.white-background {
  background: #fff;
}

a.grey-background,
.grey-background {
  background: grey;
}

a.green-background,
.green-background {
  background: #98C233;
}

a.red-background,
.red-background {
  background: #f00;
}




/*--FAQ--*/
.expand-button-container {
  cursor: pointer;
}

.expand-button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
/*  background: red;*/
  height: 10px;
  width: 10px;
  cursor: pointer;
}

.expand-button:before {
  content:'';
  background: #000;
  height: 2px;
  width: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.expand-button:after {
  content: '';
  background: #000;
  height: 10px;
  width: 2px;
  position: absolute;
  top: 0;
  right: 4px;
}

.faq-container .answer {
  max-height: 0px;
  overflow: hidden;
}

.faq-container.active .answer {
  max-height: 999px;
}

.faq-container.active .expand-button {
  position: 
}

.faq-container.active .expand-button:before {
  content:'';
  transform: rotate(90deg);
  opacity: 0;
}

.faq-container.active .expand-button:after {
  content:'';
  transform: rotate(90deg);
  opacity: 1;
}





/*--SSBA--*/
.single .ssba a {
  font-size: .75em;
  font-weight: normal;
  position: relative;
  top: .5em;
  display: inline-block;
}

.ssba img,
.ssba .ssba_tumblr_share img,
.ssba .ssba_google_share img,
.ssba .ssba_email_share img,
.ssba .ssba_facebook_share img,
.ssba .ssba_twitter_share img {
  display: none !important;
}

.ssba_email_share:after {
  content: "\e653";
  font-family: 'entypo-social-plus';
  line-height: 1 !important;
}

.ssba_facebook_share:after {
  content: "\e652";
  font-family: 'entypo-social-plus';
  line-height: 1;
}

.ssba_twitter_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after {
  content: "\e642";
}

.ssba_google_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after,
.ssba_google_share:after,
.ssba_email_share:after,
.ssba_facebook_share:after,
.ssba_twitter_share:after {
  /* font-size: 1em; */
  background-color: #0b1f2c;
  font-weight: normal;
  margin-left: 0.5em;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 999999999em;
  text-align: right;
  line-height: 1;
  display: inline-block;
  text-align: center;
  float: right;
  padding: .35em;
}



/*--WPCF7--*/
.wpcf7-form:not(.submitting) .wpcf7-spinner {
  display: none;
}

.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
  display: table;
  margin:  20px auto 0;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding:  0;
}

div.wpcf7-response-output {
  text-align: center;
  margin-top: 20px !important;
}

html div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-image: url(img/loader.gif);
}

div.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  margin: 0em auto 0;
  padding: 2em 0 0;
}

.contact-form-row {
  margin-bottom: 2em;
}

::-webkit-input-placeholder {
  color: #181818;
}

:-moz-placeholder {
  color: #181818;
}

::-moz-placeholder {
  color: #181818;
}

:-ms-input-placeholder {
  color: #181818;
}

.wpcf7 p {
  margin:0;
}

.contact-row {
  margin-bottom: 1.5em;
}

div.wpcf7 img.ajax-loader[style*="visibility: hidden;"] {
    display: none;
}

div.wpcf7 img.ajax-loader[style*="visibility: visible;"] {
    display: block;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
span.wpcf7-form-control-wrap,
span.wpcf7-not-valid-tip {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

div.wpcf7-validation-errors.wpcf7-response-output {
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 .third-column {
  width: 31.33%;
  margin-right: 3%;
}

.two-forms-column input {
  width: 35% !important;
  float: left;
  margin-right: 10% !important;
}

.two-forms-column span:last-of-type input {
  margin-right: 0% !important;
}

body .wpcf7 input[type=submit] {
  /* width: 200px; */
  /* max-width: 200px; */
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 input[type=password],
.wpcf7 textarea {
}

.wpcf7 .half-column input[type=text],
.wpcf7 .half-column input[type=email],
.wpcf7 .half-column input[type=phone],
.wpcf7 .half-column input[type=password],
.wpcf7 .half-column textarea {
}




/*--SLICK--*/
.slick-slider:not(.slick-initialized) > div:first-of-type {
  display: block;
}

.slick-slider:not(.slick-initialized) > div {
  display: none;
}

.slick-dots {
  padding: 0 !important;
  text-align: right;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li button {
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  margin-left: 12px;
  margin-top: 10px;
  padding: 0;
  background: #0A1839;
  height: 2px;
  width: 20px;
  border: none;
}

.slick-slide {
  position: relative;
}

.slick-prev,
.slick-next {
  color: #444349;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  height:50px;
/*   margin-top: -2%; */
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-next:hover {
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:before {
  content: " ";
}

.slick-next:before {
  content: " ";
}




/*--GRID--*/
.center-container {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  max-height: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.center-elm { 
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.bottom-elem {
  display: table-cell;
  vertical-align: bottom;
}

.middle-align,
.v-align {
  vertical-align: middle;
}

.bottom-align {
  vertical-align: bottom;
}

.zero-section-block {
  z-index: 9;
  position: relative;
}

#main {
  /*min-height: calc(100vh - 260px);*/
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.no-max-width {
  max-width: none !important;
}

.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
} 

.full-width-section {
  padding: 150px 0;
  width: 100%;
}

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 60px 0;
}

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 5em;
  column-count: 2;
  column-gap: 5em;              
}

.three-column-text {
  -webkit-column-count: 3;
  -webkit-column-gap: 5em;
  -moz-column-count: 3;
  -moz-column-gap: 5em;
  column-count: 3;
  column-gap: 5em;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

.clear {
  clear:both;
}

.fadeIn {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;  
}

::selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

body button, 
body .button, 
body input[type="button"] {
  box-sizing: border-box;
  display: table;
  padding: 15px 60px;
  font-weight: normal;
  border-radius: 4px;
  /*border: 2px solid #000;*/
  letter-spacing: 0em;
  max-width: none;
/*  width: auto;*/
  margin: unset;
  float: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  font-family: "MaisonNeue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
}

body button.whiteoutline, 
body .button.whiteoutline {
  border: 2px solid #fff;
  color: #fff;
}

body button.blackoutline, 
body .button.blackoutline {
  border: 2px solid #000;
  color: #000;
}


body button:hover, 
body .button:hover, 
body input[type="button"]:hover {
  background: #152F37;
}

select,
input[type=text],
input[type=email],
input[type=phone],
input[type=telephone],
input[type=tel],
input[type=password],
textarea {
  border:none;
  border-radius: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  resize: none;
  background: white;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
}

input[type=date] {
  border-radius: 0;
  width: 100%;
  padding: 10px 12px 10px;
  margin: 0;
  resize: none;
  background: transparent;
  border: 1px solid #D9DEE1;
  box-sizing: border-box;
}

input[disabled] {
  background: transparent;
}

textarea,
textarea:focus {
  border: none;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

body input.big-button,
body button.big-button,
body a.big-button {
  font-size: 1.125em;
  font-weight: 700;
  padding: .75em 0;
}

a.thin-buttons,
button.thin-buttons {
  max-width: 150px;
}



/*-- FAST TRANSITION --*/
.button,
#mobile-global-nav,
#mobile-nav-button .bar,
#mobile-nav-button .bar:after,
#mobile-nav-button .bar:before {
-webkit-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}


/*-- SLOW TRANSITION --*/

{
-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/*-- MEDIUM TRANSITION --*/

 {
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}







/*--HEADER--*/

#announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  background: #75777b;  
}

#announcement-bar h3 {
  color: #fff;
  padding: 9px 0;
  font-size: 16px;
}

#announcement-close {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  cursor: pointer;
}

.has-announcement {
  padding-top: 215px;
}

.has-announcement #global-header {
  top: 48px;
}

.has-announcement {
  padding-top: 
}

.has-announcement #global-header {
  /* top: 48px; */
}


#global-header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
/*  border-bottom: 1px solid #B0B3B7;*/
  position: fixed;
}
/*
body.admin-bar {
  
}

body.admin-bar #global-header {
  
}*/

#logo {
  display: block;
  width: 250px;
  float: left;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 0;
}

#logo img,
#logo svg {
  width:  100%;
  height: auto;
  display: block;
  position: relative;
}

#desktop-global-nav {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
  /* width: 80%; */
  /* overflow: hidden; */
}

#global-header #desktop-global-nav ul li:last-of-type {
  padding: 0px !important;
}

#global-header #desktop-global-nav ul li:last-of-type a {
  padding: 15px 60px !important;
  border-radius: 4px !important;
  background: #000 !important;
  color: #fff !important;
}

#desktop-global-nav ul li  {
  display: inline-block;
  margin: 0;
  margin-right: 60px;
  line-height: 1;
  padding: 42px 0 41px;
  position: relative;
}

#desktop-global-nav ul ul {
  max-height: 0;
  /* max-height: 1000000em; */
  position: absolute;
  padding-top: 19px;
  /* top: 70px; */
  left: 0;
  width: 300px;
  text-align: left;
  overflow: hidden;
  background: #1E1D1E;
  margin-left: -2em;
}

#desktop-global-nav ul li:hover a + ul {
    padding-top: 36px;
    padding-bottom: 15px;
}

#desktop-global-nav ul li ul li {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 10px 2em;
    position: relative;
    /* background: #fff; */
    margin-right: 0em;
}

#desktop-global-nav ul li li a {
  color: #fff;
}


#desktop-global-nav ul li:hover a + ul {
  max-height: 220px;
}

#mobile-global-nav ul ul {
  max-height:0;
  overflow: hidden;
}

#desktop-global-nav ul li li {
  padding: 0;
}

#desktop-global-nav ul li:last-of-type {
  margin-right: 0 !important;
}

.home #desktop-global-nav ul li a {
  color: #fff;
}

#global-header.active-header {
  background: #fff !important;
}

#global-header.active-header #desktop-global-nav ul li a {
  color: #000;
}

#desktop-global-nav ul li a {
  font-size: 18px;
  line-height: 1;
  /* color: #fff; */
  font-weight: 700;
}

#mobile-global-nav ul li.current-page-ancestor a,
#mobile-global-nav ul li.current-menu-item a,
#mobile-global-nav ul .current_page_parent a,
#mobile-global-nav ul li a:hover,

#desktop-global-nav ul li.current-page-ancestor a,
#desktop-global-nav ul li.current-menu-item a,
#desktop-global-nav ul .current_page_parent a,
#desktop-global-nav ul li a:hover {
/*  color: #2B90D5;*/
  border-bottom: 2px solid #000;
}



/*--FOOTER--*/
#footer-logo img {
  width: 100px;
  position: relative;
  top: 2em;
  left: 1em;
}

#global-footer .h3 {
  line-height: 1.5
}

#global-footer {
  width: 100%;
  text-align: left;
  position: relative;
}

#global-footer a {
  text-decoration: none;
}

#global-footer a:hover {
  text-decoration: none;
}

#global-footer hr {
}

#global-footer ul {
  display: block;
}

#global-footer ul li {
  display: block;
}

#global-footer ul li a {
  display: block;
}



/*--SIGNUP--*/
#signup-newsletter {
  top: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  position: fixed;
  z-index: 999999;
  text-align: center;
  /*display: none; */
  width: 800px;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.close-popupx {
  text-align: center;
  margin-top: 15px !important;
}

#signup-newsletter .response {
  margin-top: 15px;
}

#signup-newsletter .inner {
  padding: 30px 0;
}

#signup-newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  /*display: none;*/
}

#signup-newsletter input[type=email] {
  position: relative;
  margin: 0 auto 40px;
  background: #fff;
  font-size: 19px;
  color: #000;
  border: 2px solid #000;
  width: 75%;
  font-style: italic;
  letter-spacing: .2em;
  padding: 0 0 10px 0;
  font-family: "MaisonNeue", sans-serif;
}

#signup-newsletter input[type=submit] {
  position: relative;
}

#signup-newsletter ::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter :-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter ::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter :-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter .close {
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  line-height: 1;
}


/*--ANNOUNCEMENT--*/
#announcement-close {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 29px;
  cursor: pointer;
}

body:not(.has-announcement) {
  padding-top: 129px;
}

body.has-announcement {
  padding-top: 108px;
}

body.has-announcement #global-header {
  top: 41px;
}

body.has-announcement .nav-dropdown.active {
/*body.has-announcement .desktop-header-dropdown.active,*/
/*body.has-announcement #shop-dropdown.active {*/
  top: 108px !important;
  top: 125px !important;
}

#announcement-banner.expand-banner .inner {
  cursor: pointer;
}

.expand-announcement-btn {
  cursor: pointer;
}

.expanded-announcement.active {
  max-height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;  
}

.expanded-announcement {
  position: fixed;
  top: 41px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  z-index: 99999999;
  background: #FF0000;
  color: #fff;
  background: #000;
}

.expanded-announcement .inner {
  padding: 50px 0;
}

.the-announcement {
  font-size: 16px;
  line-height: 1.65;
}

.expanded-announcement .close-expand-announcement {
    width: auto;
    display: table !important;
    margin-top: 20px;
    min-width: 150px;
    cursor: pointer;
    margin: 20px auto !important;
}

#announcement-banner {
  background: #ff0005;
  background: #000;
  text-align: center;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

#announcement-banner .inner {
  padding: 16px 0 13px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
    line-height: 1;
    color: #fff;
    letter-spacing: .1em;
}



/*--BLUEIMP GALLERY--*/
html .blueimp-gallery > .close, html button.close {
  transform:rotate(0deg);
}

html .blueimp-gallery > .close:hover, html button.close:hover {
  transform:rotate(90deg);
  background: transparent;
  left: initial;
  border: none;
  box-shadow: none;
  top: 2em;
}

body.single-portfolio {
  overflow: visible !important;
}

.btn-default,
.modal-footer .btn+.btn {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 3em;
}

.modal-header .close {
    top: 0;
    left: 0;
}

html .blueimp-gallery > .close,
html button.close {
  z-index: 99999999;
  top: 30px !important;
  right: 30px;
  position: fixed;
  border: none;
  appearance: none;
  background: transparent;
  color: #000;
  border-radius: 0;
  line-height: 1;
  font-size: 2em;
  cursor: pointer;
  height: 40px;
  width: 40px;
  
  display: block;
  text-shadow: none;
  box-shadow: none;
  left: initial;
  transform-origin: 50% 50%;
padding: 0;opacity: 1;}

html .blueimp-gallery>.prev,
html .blueimp-gallery>.next {
    height: auto;
    width: auto;
    border: none;
    text-shadow: none;
    opacity: 1;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: block;
    background: none;
    margin: 0;
    color: #000;
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
}

html .blueimp-gallery>.prev:active,
html .blueimp-gallery>.prev:focus,
html .blueimp-gallery>.prev:hover,
html .blueimp-gallery>.prev {
  left: 30px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  
  border: none;
  box-shadow: none;  
  background-size: 100%;
  background-repeat: no-repeat;  
 }

html .blueimp-gallery>.next:active,
html .blueimp-gallery>.next:focus,
html .blueimp-gallery>.next:hover,
html .blueimp-gallery>.next {
  right: 30px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  left: initial;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

html .blueimp-gallery>.prev:hover {/* top: initial; */}

html .blueimp-gallery>.next:hover {

}

.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide>.slide-content {
    background: transparent;
}


.blueimp-gallery {
  background: rgba(255,255,255,.85);
  background-size: 130px;
}

.modal-content {
/*  padding-bottom: 0;
  border: none;
  background: transparent;
  background-color: transparent;
  position: relative;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: visible;*/
}

.modal.in .modal-dialog {
/*  z-index: 0;
  position: relative;
  background: transparent;
  background-color: transparent;
  max-width: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding:0;*/
}

.blueimp-gallery .modal-body {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.blueimp-gallery .modal-body img {
  /*height: 1000px;*/
  /*width: 1000px;*/
  /*padding-left: 0px;*/
  /*max-width: 1000px;*/
  /*display: block;*/
  /*margin: 0 auto;*/
  /*position: relative;*/
  /*z-index: 9999;*/
  /* background: url(dot-pattern.jpg); */
  /*background-repeat: repeat;*/
  /*background-size: 211px;*/
  /* outline: 1px solid; */
}
.blueimp-gallery .image-shadow {
  display: none !important;
/*  background: red;
  height: 1070px;
  width: 1000px;
  max-width: 1000px;
  max-height: 1000px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -500px;
  margin-left: -500px;
  z-index: -999999999999;
  display: block;*/
}

#blueimp-gallery .slides {
  height: calc(100%);
}

#blueimp-footer .title {
  margin-bottom: 10px;
margin-top: 10px;}

#blueimp-footer .desc {
  position: ;
}






/*
2.35:1  /  42.5531914893617%
padding-bottom: 42.5531914893617%;

16:9    /  56.25% 
padding-bottom: 56.25%;

4:3     /  75% 
padding-bottom: 75%;

3:2     /  66.66% 
padding-bottom: 66.66%;

8:5     /  62.5%
padding-bottom: 62.5%;
*/



/*--HOMEPAGE--*/
.home {
  
}





/*--ABOUT--*/
.page-id-5 {

}





/*--FAQ--*/
.faq-container {
  /* padding: 20px 0; */
  border-top: 2px solid #000;
  position: relative;
  border-top: 2px solid #000;
}

.faq-container:last-of-type {
  border-bottom: 2px solid #000;
  border-bottom: 2px solid #000;
}

.expand-button-container {
  cursor: pointer;
}

.faq-container .answer {
  max-height: 0px;
  overflow: hidden;
}

.faq-container.active .answer {
  max-height: 999px;
}

.faq-container.active .expand-button {
  position: 
}

.faq-container.active .expand-button:before {
  content:'';
  transform: rotate(90deg);
  opacity: 0;
}

.faq-container.active .expand-button:after {
  content:'';
  transform: rotate(90deg);
  opacity: 1;
}

.cta_section .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.vanfeed-container .text {
  z-index: 1;
  position: relative;
}
.vanfeed-container svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.vanfeed-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;  
}


.hpcontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;  
}

.center-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.home {
  padding-top: 0 !important;
}

.home #global-header {
  background: transparent;
}

.hpvideomain {
/*  height: 100vh;*/
}

.hpvideomain .text {
  z-index: 1;
  position: relative;
}

.hpvideo {
  z-index: 0;
  position: relative;
}

.minheight-50vh {
  min-height: 50vh;
}

.top-button .button {
  min-width: 260px !important;
}

.border-box {
  box-sizing: border-box;
}

@media all and (max-width: 1600px) {

}


@media all and (max-width: 1400px) {

}


@media all and (max-width: 1181px) {

  #wpadminbar {
    display: none !important; 
  }

	body {
    font-size: 16px;
    line-height: 1.6;
	}
	
	.h1, h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  
  .h2, h2 {
    font-size: 20px;
  }
  
  .h3, h3 {
    font-size: 14px;
  }
  
  .h4, h4 {
    font-size: ;
  }

  .h5, h5 {
    font-size: ;
  }

  .h6, h6 {
    font-size: ;
  }

  body button,
  body .button,
  body input[type="button"] {
    font-size: 18px;
  }


  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #mobile-nav-button {
    
  }

  #logo img {
    margin: 0 auto;
    image-rendering: auto;
  }

  #mobile-nav-button {
    display: block !important;
    color: #fff;
    background: transparent;
    font-weight: normal;
    text-align: center;
    float: left;
    padding: 0;
    top: 24px;
    right: 0px;
    position: absolute;
    /* outline: 1px solid red !important; */
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 4px;
  }

  #mobile-nav-button .bar {
    background: #000;
    width: 100%;
    height: 2px;
    position: relative;
    left: 0;
    top: 19px;
    margin-left: 0;
    margin: 0 auto;
    /* margin-bottom: 6px; */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Safari and Chrome */
    -moz-transform-origin: 100% 100%; /* Firefox */
    -o-transform-origin: 100% 100%; /* Opera */
  }

  #mobile-nav-button:hover .bar:after,
  #mobile-nav-button:hover .bar:before,
  #mobile-nav-button:hover .bar {
    background: ;
  }

  #mobile-nav-button .bar,
  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    width: 24px;
    height: 2px;
    position: relative;
    /* overflow: visible; */
    display: block;
    background: #fff;
  }

  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    position: absolute;
  }

  #mobile-nav-button .bar:after {
    content: ' ';
    background: #fff;
    top: 9px;
    position: relative;
    left: 0;
  }

  #mobile-nav-button .bar:before {
    content: ' ';
    background: #fff;
    top: -9px;
    /* position: relative; */
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button .bar:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    opacity: 0;
    transform: rotate(360deg);
  }

  #mobile-nav-button.active-mobile-nav-button .bar:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    top: 0px;
  }

  #mobile-nav-button.active-mobile-nav-button .bar {
      /* position: absolute; */
      /* top: 17px; */
      /* left: 8px; */
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #mobile-global-nav,
  #mobile-global-nav .menu-header-container {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
/*    height: 100%;*/
    background: #F7F7F7;
    z-index: 99;
    display: block;
    overflow: hidden;
  }

  #mobile-global-nav {
    max-height: 0;    
    display: block !important;
  }

  #mobile-global-nav.active-mobile-nav {
    top: 0px !important;
    z-index: 99;
    max-height: 5000px;
    overflow: visible;
  }

  #mobile-global-nav ul {
    margin: 0;
    padding: 0;  
    width: 100%;
    /* height: 100%; */
    margin-top: 162px;
  }

  #mobile-global-nav  li {
    width: 80%;
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    text-align: center;
  }

  #mobile-global-nav a {
    display: table;
    line-height: 1;
    color: #000;
    font-family: "MaisonNeue", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
  }

  #mobile-global-nav ul li:last-of-type a {
    padding: 15px 60px !important;
    border-radius: 4px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 18px;
    width: 400px;
    box-sizing: border-box;
    margin-top: 40px;
  }  

  #mobile-global-nav .dropdown-social {
    text-align: center;
  }

  #mobile-global-nav .dropdown-social a {
    display: inline-block;
    width: auto;
    margin: 0 .45em;
    font-size: 1.25em;
  }

  /*--FOOTER--*/

}

@media all and (max-width: 821px) {

  

  body {
    font-size: ;
  }
  
  .h1, h1 {
    font-size: ;
  }
  
  .h2, h2 {
    font-size: ;
  }
  
  .h3, h3 {
    font-size: ;
  }
  
  .h4, h4 {
    font-size: ;
  }

  .h5, h5 {
    font-size: ;
  }

  .h6, h6 {
    font-size: ;
  }

  body button,
  body .button,
  body input[type="button"] {
    font-size: ;
  }

  select,
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=phone],
  input[type=telephone],
  input[type=password],
  textarea {
    padding: 9px 16px;
    font-size: 14px;
  }  
  
  

  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/


  /*--FOOTER--*/

}

@media all and (max-width: 675px) {

}



@media all and (max-width: 480px) {

  {
    width:100%;
    margin:0;
    float: none;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }
  
  .h1, h1 {
    font-size: 22px;
    line-height: 28px;
  }
  
  .h2, h2 {
    font-size: 18px;
    line-height: 28px;
  }
  
  .h3, h3 {
    font-size: 12px;
  }
  
  .h4, h4 {
    font-size: ;
  }

  .h5, h5 {
    font-size: ;
  }

  .h6, h6 {
    font-size: ;
  }

  body button,
  body .button,
  body input[type="button"] {
    font-size: 16px;
    padding: 13px 40px;
  }


  select,
  input[type=text],
  input[type=email],
  input[type=phone],
  input[type=telephone],
  input[type=password],
  textarea {
    font-size: ;
  }
  


  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #mobile-nav-button {
    top: 13px;
  }

  #mobile-global-nav ul {
    margin-top: 132px;
  }

  #mobile-global-nav li {
    text-align: left;
  }

  #global-header {
    height: ;
  }

  #global-header #logo {
    width: 148px;
  }

  #mobile-global-nav li a {
    margin: 0;
    margin-left: 20px;
  }

  #mobile-global-nav ul li:last-of-type a {
    font-size: 16px !important;
    padding: 13px 40px !important;
    text-align: center;
    margin-top: 30px;
    width: calc(100% - 40px);
  }


  /*--FOOTER--*/
  #global-footer {

  }

  .hpcontainer {
    display: block;
  }

  .home .center-flex {
    display: block;

  }

  .cta_section:not(.flexmobile) .inner {
    display: block;
  }

  .top-button .button {
    min-width: 150px !important;
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box;
  }
  
  #global-footer .h3 {
    line-height: 2;
  }
}