/*
Theme Name:     CCC | 2026T
Design:         Untitled Era LLC
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentynineteen
Version:        2.111
*/


/*--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: #DBD6CF;
  /*background: #202020;*/
  color:#000;
  width: 100%;
  padding: 0;
  margin: 0;
  /*min-height: calc(100vh);*/
}


body.no-banner {
  padding-top: 114px;
}

body.single-car {
  padding-top: 0px !important;
}

body {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 15px;
  font-weight:normal;
  line-height: 1.65;
  position: relative;
  display: block;
  min-height: calc(100vh - 260px);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

h1.p1,
h2.p1,
h3.p1,
h4.p1,
h5.p1,
h6.p1,
p.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: "trade-gothic-next", sans-serif;
}

.h1.xl {
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-size: 278px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.05em;
  line-height: .8;
}

.h1,
h1 {
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.15;
}

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

.h3,
h3 {
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

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

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

.h6,
h6 {
  font-size: 12px;
  font-weight: bold;
  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 {
  color:inherit;
  text-decoration:none;
  background:none;
}

.rte a:not(.button),
.styled-link a:not(.button) {
  text-decoration: underline;
}

.styled-link a:not(.button) {
  font-weight: 700;
}

a:not(.button):hover {
  text-decoration: none;
  color: #838383;
}

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

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

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

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

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

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

.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: 4em 0;
}

.cleared {
  clear:both;
}

.tradegothiccond {
  font-family: "trade-gothic-next-condensed", sans-serif;
}

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


.nested-black-color *,
a.black-color,
.black-color {
  color: #202020;
}

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

.nested-offwhite-color *,
a.offwhite-color,
.offwhite-color {
  color: #B5B5B5;
}

.nested-greyish-color *,
a.greyish-color,
.greyish-color {
  color: #B5B5B5;
}

.nested-grey-color *,
a.grey-color,
.grey-color {
  color: #8E8D8D;
}

.nested-tan-color *,
a.tan-color,
.tan-color {
  color: #DBD6CF;
}



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

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

a.offwhite-background,
.offwhite-background {
  background: #B5B5B5;
}

a.grey-background,
.grey-background {
  background: #8E8D8D;
}

a.tan-background,
.tan-background {
  background: #DBD6CF;
}

.textshadow {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, .75);
  position: relative;
  z-index: 1;
}



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

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

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

.expand-button {
  position: absolute;
  top: 25px;
  right: 25px;
  /* background: red; */
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.expand-button:before {
  content:'';
  background: #909090;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 9px;
}

.expand-button:after {
  content: '';
  background: #909090;
  height: 20px;
  width: 2px;
  position: absolute;
  top: 0;
  right: 9px;
}

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





/*--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: #DBD6CF;
}

.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"] {
  font-family: "trade-gothic-next", sans-serif;
  display: table;
  font-size: 15px;
  padding: 20px 65px;
  font-weight: normal;
  border-radius: 0;
  border: 1px solid #202020;
  letter-spacing: 0em;
  max-width: none;
  width: auto;
  margin: 0;
  float: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body .button:hover {
  background: #202020 !important;
  color: #DBD6CF !important;
}

.button.smallerbtn {
  padding: 16px 25px;
}


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: bold;
  padding: .75em 0;
}

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

.two-buttons .button {
  display: inline-block;
  margin-right: 24px;
}

.two-buttons .button:last-child {
  margin-right: 0;
}



/*-- FAST TRANSITION --*/
a:not(.button),
.button,
#global-header,
#global-header *,
.car-thumb *,
.thumb-hover,
#mobile-nav-button .bar,
#mobile-nav-button .bar:after,
#mobile-nav-button .bar:before,
#mobile-nav-button .bar.middle-bar {
-webkit-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */


-webkit-transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */


}


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







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

/*--HEADER--*/
.current_page_item a {
  font-style: italic !important;
}

/*body.single-car:not(.has-banner) #global-header #logo svg path,*/
body.light-header #global-header #logo svg path {
  fill: #DBD6CF !important
}

/*#global-header.active-header #logo svg path,*/
body.dark-header #global-header #logo svg path {
  fill: #202020 !important;
}

/*body.single-car:not(.has-banner) #global-header .brand-text,*/
/*body.single-car:not(.has-banner) #global-header .menu-toggle,*/
body.light-header #mobile-global-nav .membersonly-btn,
body.light-header #mobile-global-nav .nav-menu a {
  color: #fff;
}

body.light-header #mobile-global-nav .member-link,
body.light-header #global-header .brand-text,
body.light-header #global-header .menu-toggle {
  color: #DBD6CF;
}

/*html body:not(.page-id-7884) #global-header.active-header .brand-text,*/
/*html body:not(.page-id-7884) #global-header.active-header .menu-toggle,*/

/*html body:not(.home) #global-header.active-header .brand-text,*/
/*html body:not(.home) #global-header.active-header .menu-toggle,*/
body.dark-header #mobile-global-nav .membersonly-btn,
body.dark-header #mobile-global-nav .member-link,
body.dark-header #mobile-global-nav .nav-menu a,
body.dark-header #global-header .brand-text,
body.dark-header #global-header .menu-toggle {
  color: #202020;
}

body.light-header #global-header.active-header-clicked,
body.light-header #global-header.active-header,
body.light-header.has-banner #global-header {
  background: rgba(0, 0, 0, 0.55);
}

body.dark-header #global-header.active-header-clicked,
body.dark-header #global-header.active-header,
body.dark-header.has-banner #global-header {
  background: rgba(255, 255, 255, 0.55);
  background: rgba(219, 214, 207, .55);

}

body #global-header.active-header-clicked,
body #global-header.active-header,
body.has-banner #global-header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);   
}

#global-header.site-header{
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 999;
  border-radius: 10px;
  overflow: hidden;
}

#global-header .header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
}

#global-header .brand-text,
#global-header .menu-toggle{
  flex: 0 0 92px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}

#global-header .brand-text{
  justify-content: flex-end;
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#global-header #logo{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#global-header #logo svg{
  height:75px;
  width: auto;
  display: block;
}

#global-header .menu-toggle{
  justify-content: flex-start;
  background: none;
  border: 0;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 0;
}

.menu-toggle__open {
  padding-left: 2px;
}

html.has-menu-open .menu-toggle__open {
  padding-left: 0px;  
}

.menu-toggle__close{display:none;}
html.has-menu-open .menu-toggle__open{display:none;}
html.has-menu-open .menu-toggle__close{display:inline;}

#mobile-global-nav{
  display: block;
  /*padding: 0 18px 0;*/
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 320ms ease, opacity 200ms ease;
}

html.has-menu-open #mobile-global-nav{
  /*padding: 0 18px 16px;*/
  max-height: 80vh;
  opacity: 1;
}

#mobile-global-nav .nav-menu {
  list-style: none;
  /*margin: 80px 0 0;*/
  padding: 0;
  text-align: center;
}

#mobile-global-nav .nav-menu li{
  margin-top: -7px;
}

#mobile-global-nav .nav-menu a {
  text-decoration: none;
  font-size: .9em;
  letter-spacing: -.065em;
  /*font-weight: 300;*/
  /*font-size: 45px;*/
  /*line-height: 1.05;*/
}

#mobile-global-nav .nav-menu a:hover,
#mobile-global-nav .nav-menu a:focus-visible{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

#mobile-global-nav .dropdown-social{
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

#global-header #mobile-global-nav.hide{
  display: block !important;
}









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

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

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

#global-footer .social-container a {
  color: red;
  text-decoration: none;
  margin:0 .25em;
  font-size: 1.25em;
}

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

#global-footer hr {
  margin: 4em 0 3em;
  height: 1px;
}

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

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



/*--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: unset !important;bottom: 20px !important;
  right: 2em;
  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: 2%;
  top: 50%;
  transform: translateY(-50%);
  
  border: none;
  box-shadow: none;  
  background: https://cdn.shopify.com/s/files/1/0550/6819/7015/t/2/assets/redhalftone-arrow-left.png);
  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: 2%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  left: initial;
  background: https://cdn.shopify.com/s/files/1/0550/6819/7015/t/2/assets/redhalftone-arrow-right.png);
  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,.95);
  /* background: url(redhalftone-bg-pattern-white_invert.png); */
  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% - 150px);
}

#blueimp-footer {
  height: 150px;
text-align: center;}

#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--*/
.hero-full{
  position: relative;
  /* min-height: 100vh; */
  /* min-height: 100svh; */
  overflow: hidden;
}

.hero-full__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Optional dark overlay for readability */
.hero-full::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}

.hero-full__content{
  position: relative;
  z-index: 3;
  /* min-height: 100vh; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-full__inner{
  width: 100%;
}





/*FLEET*/
.car-thumb {
  height: 600px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.thumb-hover {
  opacity: 0;
  position: absolute;
  bottom: 00%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  cursor: pointer;
}

.fleet-car-hover-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.hover-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.hover-icon {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.thumb-hover h2 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 100%;
  /* outline: 1px solid; */
  cursor: pointer;
  width: 90%;
  left: 5%;
}

.news-post .xlarge-wrapper,
.event-item .xlarge-wrapper {
  overflow: hidden;
}

.thumb-bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.news-post:hover .thumb-bg-hover,
.event-item:hover .thumb-bg-hover,
.car-thumb:hover .thumb-bg-hover {
  height: 110%;
  width: 110%;
  left: -5%;
  top: -5%;
  height: 105%;
  width: 105%;
  left: -2.5%;
  top: -2.5%;
}

.car-thumb:hover .thumb-hover {
  opacity: 1;
  z-index: 999;
}

.fleet-item-1,
.fleet-item-2,
.fleet-item-3,
.fleet-item-4,
.fleet-item-5,
.fleet-item-6 {
  vertical-align: top;
  float: none;
  float: left;
}

.fleet-item-2,
.fleet-item-3,
/*.fleet-item-4,*/
.fleet-item-5,
.fleet-item-6
 {
  height: 300px;
}

.fleet-item-4,
.fleet-item-1 {
  width: 65%;
}

.fleet-item-4 {
  float: right;}

.fleet-item-2,
.fleet-item-3,
/*.fleet-item-4,*/
.fleet-item-5,
.fleet-item-6 {
  width: 35%;
}

/*--SINGLE CAR--*/
.car-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.single-fleet {
  position: relative;
}

.single-fleet::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 60%; /* give yourself room to fade */
  z-index: 1;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Soft fade instead of hard edge */
  mask-image: linear-gradient(
    to right,
    rgba(32,32,32,1) 0%,
    rgba(32,32,32,1) 60%,
    rgba(32,32,32,0) 100%
  );

  -webkit-mask-image: linear-gradient(
    to right,
    rgba(32,32,32,1) 0%,
    rgba(32,32,32,1) 60%,
    rgba(32,32,32,0) 100%
  );
  background: rgba(32, 32, 32, .5);
}

.car-swiper { 
  width: 100%; 
  height: 100svh;
  z-index: 0;
}

.car-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fills, crops */
  display: block;
}

.car-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.hero-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  text-decoration: none;
}


/*--main sections--*/
.has-garnish .garnish-text {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin-bottom: 8px;
  /*font-size: clamp(278px, 10vw, 100vw);*/
  white-space: nowrap;
}

.gallery-strip__scroller{
  display: flex;
  gap: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.gallery-strip__item{
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.gallery-strip__item img{
  height: 50vh;
  width: auto;
  display: block;
}

/*two col img*/
.image-text-row {
  display: flex;
  align-items: stretch; /* equal height columns */
}

/* Reverse layout */
.image-text-row.reverse {
  flex-direction: row-reverse;
}

/* Image column */
.image-text-row .image-col {
  display: flex;
}

.image-text-row .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* full-height crop */
  display: block;
}

/* Text column */
.image-text-row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.image-text-row .text-col.justify-center {
  justify-content: center;  
}

/* Mobile */
@media (max-width: 821px) {
  .image-text-row,
  .image-text-row.reverse {
    flex-direction: column;
  }

  .image-text-row .image-col,
  .image-text-row .text-col {
    width: 100%;
  }

  .image-text-row .image-col img {
    height: auto; /* prevent cropping on stacked layout */
  }
}

.image-list-row:last-of-type {
  padding-bottom: 0 !important;
}

.image-list-row {
  display:flex;
  border-top:1px solid #202020;
  align-items:flex-start;
}

.image-list-title{
  width: 25%;
  padding-right:20px;
}

.image-list-copy{
  width: 75%;
}

/* When a button exists, convert row to 3 columns */
.image-list-row.has-button .image-list-copy{
  width:auto;
  flex:1;              /* take remaining space */
}

.image-list-cta{
  margin-left:24px;
  white-space:nowrap;
}

.image-list-cta .button{
  display:inline-block;
}

/* last item bottom border (optional) */
.image-list-item:last-child .image-list-row{
  border-bottom:1px solid #202020;
}

@media (max-width:768px){
  .image-list-row{
    flex-direction:column;
  }

  .image-list-title,
  .image-list-copy{
    width:100%;
    padding-right:0;
  }

  .image-list-title{
    padding-bottom:10px;
  }

  .image-list-cta{
    margin-left:0;
    padding-top:14px;
    white-space:normal;
  }
}





.image-list-row{
  display:flex;
  align-items:flex-start;
}

.image-list-title{
  flex: 0 0 40%;
  padding-right:20px;
}

.image-list-copy{
  flex: 1 1 auto;
  padding-right:40px; /* spacing before Apply */
}

.image-list-cta{
  flex: 0 0 90px;   /* fixed width column */
  text-align:right;
}

@media (max-width: 768px){

  .image-list-row{
    flex-direction: column;
  }

  .image-list-title,
  .image-list-copy,
  .image-list-cta{
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
  }

  .image-list-cta{
    margin-top: 12px;   /* spacing above Apply */
    text-align: left;
  }

}


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

  #wpadminbar {
    display: none !important; 
  }

  .h1.xl {
    font-size: 200px;
    letter-spacing: -.065em;
    line-height: .8;
  }

  .h1,
  h1 {
    font-size: 40px;
    line-height: 1.15;
  }

  .h2,
  h2 {
    font-size: 26px;
    line-height: 1.25;
  }

  .h3,
  h3 {
    font-size: 16px;
    line-height: 1.25;
  }

  .h4,
  h4 {
    font-size: 12px;
    line-height: 1.5;
  }

  .h5,
  h5 {
    font-size: 11px;
    line-height: 1.25;
  }

  .h6,
  h6 {
    font-size: 11px;
    line-height: 1.25;
  }

	body {
    font-size: 14px;
	}
	
  #global-header .brand-text,
  #global-header .menu-toggle {
    font-size: 11px;
  }

  #mobile-global-nav .nav-menu a {

  }

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


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

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #global-header #logo svg {
    height: 60px;
  }

  #global-header.site-header {
    width: 350px;
  }

  

  /*--FOOTER--*/


  /*--CARS--*/
  .thumb-hover {
    opacity: 1;
    position: relative;
    background: transparent;
  }

  .fleet-car-hover-text {
    z-index: 2;
  }

  .thumb-hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
  }

  .fleet-item-2,
  .fleet-item-3,
  /*.fleet-item-4,*/
  .fleet-item-5,
  .fleet-item-6
   {
    height: 400px;
    width: 50%;
  }

  .fleet-item-4, .fleet-item-1 {
    width: 100%;
  }

  #car-modal-info.active {
    width: 75%;
  }

  #car-modal-info .inner {
    width: 75vw;
  }

  #car-slider .slick-arrow {
    display: none !important;
  } 
}

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

  

  body {
    font-size: ;
  }
  
  .h1.xl {
    font-size: 150px;
  }

  .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: 
  }


  .has-garnish .garnish-text {
    margin-bottom: 32px;
  }

  /*--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: 1.5;
  }
  
  .h1.xl {
    font-size: 73px;
    letter-spacing: -.065em;
    line-height: .8;
  }

  .h1,
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .h2,
  h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .h3,
  h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  .h4,
  h4 {
    font-size: 12px;
    line-height: 1.5;
  }

  .h5,
  h5 {
    font-size: 10px;
    line-height: 1.25;
  }

  .h6,
  h6 {
    font-size: 10px;
    line-height: 1.25;
  }

  body button,
  body .button,
  body input[type="button"] {
    font-size: 14px;
    padding: 17px 25px;
    width: 100%;
    box-sizing: border-box;
  }

  .button.smallerbtn {
    padding: 16px 25px;
  }

  .two-buttons .button {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .two-buttons .button:last-of-type {
    margin-bottom: 00px;
  }


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


  /*--HEADER--*/
  #global-header {
    height: ;
  }

  #global-header #logo {
    width: ;
  }

  #mobile-global-nav li a {
    font-size: ;
  }

  #global-header #logo svg {
    height: 70px;
  }


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

  }

  #announcement-banner .inner {
       line-height: 1.5;
     max-width: calc(100% - 30px);
  }

  /*--CARS--*/
  .car-thumb {
    height: 220px;
    width: 100%;
  } 

  #car-desc {
    width: 100%;
    margin-bottom: 40px;
  }

  #car-details {
    width: 100%;
  }

  .car-modal-close {
    top: 275px;
    width: 13px;
  }  

  .thumb-hover h2 {
    font-size: 23px;
    margin-top: -10px;
  }

  .hide-btn.right-arrow-hover, .show-btn.left-arrow-hover {
    width: 100%;
  }

  .hide-btn.right-arrow-hover svg,
  .show-btn.left-arrow-hover svg {
    width: 30px !important;
  }

  #global-header.site-header {
    position: fixed;
    transform: none;
    /*border-radius: 0px 0px 10px 10px;*/
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }

  .gallery-strip__item img {
    height: 36vh;
  }

  #mobile-global-nav .nav-menu a {
    text-decoration: none;
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
  }

  .has-garnish .garnish-text {
    margin-bottom: 9px;
  }
  
  .menu-toggle__open {
    padding-left: 1px;
  }
  
  html.has-menu-open .menu-toggle__open {
    padding-left: 0px;  
  }
  
  .single-fleet::before {
    display: none !important;
  }
  
  .single-car #main {
    background: #202020;
  }
  .car-swiper {
    width: 100%;
    height: 40svh;
    padding-top: 120px;
    z-index: 0;
  }
  
  .single-fleet {
    display: flex;
    flex-direction: row-reverse;    
    flex-direction: column;
  }

  .single-fleet .car-wrapper {
    order: 2;
    position: relative;
  }
  
  .single-fleet .swiper {
    order: 1;
  }
}