/*
  Theme Name: Auto Armor
  Theme URI: http://pushcrankpress.com
  Description: PushCrankPress Default Theme
  Version: 1.0
  Author: PushCrankPress (webmaster@pushcrankpress.com)
  Author URI: http://pushcrankpress.com
  Tags: Default, HTML5, CSS3, PHP, JS

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
  font-family: "Forever Freedom Regular";
  src: url("/wp-content/themes/autoarmor/fonts/Forever%20Freedom%20Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Forever Freedom Italic";
  src: url("/wp-content/themes/autoarmor/fonts/Forever%20Freedom%20Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Forever Freedom Outline";
  src: url("/wp-content/themes/autoarmor/fonts/Forever%20Freedom%20Outline.ttf") format("truetype");
}

@font-face {
  font-family: "Forever Freedom Outline Italic";
  src: url("/wp-content/themes/autoarmor/fonts/Forever%20Freedom%20Outline%20Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Hedley New Regular";
  src: url("/wp-content/themes/autoarmor/fonts/Hedley_New_Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Hedley New Bold";
  src: url("/wp-content/themes/autoarmor/fonts/Hedley_New_Bold.ttf") format("truetype");
}

/* ------------------------------------- */
/* -------------- Variables ------------ */
/* ------------------------------------- */

:root {

  /* --- Color --- */
  --black: #000000;
  --white: #FFFFFF;
  --blue: #0C75C4;
  --dark-blue: #0C548B;
  --gray: #2E2D2D;
  --lite-gray: #707070;
  --liter-gray: #8D8D8D;
  --trans-gray: rgba(45 ,45, 45, 0.82);

  /* --- Space --- */
  --space: 2.5rem;

  /* --- Wrappers --- */
  --wrapper-v: clamp(2.5rem, 12vw, 15rem);
  --wrapper-h: clamp(3.5rem, 6vw, 7.5rem);
  --wrapper-small: clamp(1.25rem, 5vw, 7.5rem);
  --wrapper-thin: clamp(1.25rem, 3vw, 3.75rem);
}

/* ------------------------------------- */
/* --------------- Resets -------------- */
/* ------------------------------------- */

html {
  background: #111;
}

html * {
  box-sizing: border-box;
  font-display: block;
}

body {
  background: var(--black);
}

a, a:hover, a:visited, a:active {
  color: inherit;
}

a:hover {
 cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

/* ------------------------------------- */
/* ---------- Utility Classes ---------- */
/* ------------------------------------- */

/* --- Wrappers --- */

.site--wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.block--wrapper {
  padding: clamp(2rem, 5vw, 2.5rem) clamp(2rem, 5vw, 5rem) 0 clamp(2rem, 5vw, 5rem);
}

.block--wrapper-full {
  padding: clamp(2rem, 5vw, 2.5rem) clamp(2rem, 5vw, 5rem) clamp(2rem, 5vw, 2.5rem) clamp(2rem, 5vw, 5rem);
}

/* --- Max --- */

.max-550 {
  max-width: 550px;
  margin: 0 auto;
}

.max-767 {
  max-width: 767px;
  margin: 0 auto;
}

.max-1024 {
  max-width: 1024px;
  margin: 0 auto;
}

.max-1170 {
  max-width: 1170px;
  margin: 0 auto;
}

.max-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

/* --- Stacks --- */

.stack-small > * + * {
  margin-block-start: 1.5rem;
}

.stack > * + * {
  margin-block-start: 3.5rem;
}

.stack-large > * + * {
  margin-block-start: 5rem;
}

.margin-fix {
  margin-block-start: 4rem;
}

/* --- Colors --- */

.color--white {
  color: white !important;
}

.color--black {
  color: black !important;
}

.color--ocean {
  color: var(--ocean) !important;
}

/* --- Misc Utility --- */

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.center-self {
  margin: 0 auto;
}

.block-anchor {
  display: block;
}

.negative-margin {
  position: relative;
  top: -25px;
  z-index: -1;
}

.block-wrapper {
  padding: clamp(2rem, 5vw, 5rem);
}

/* --- Type Classes --- */

html *,
p,
.copy {
  font-family: "Hedley New Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: white;
}

.section-title {
  font-family: "Forever Freedom Regular", sans-serif;
  font-size: 60px;
  letter-spacing: 4px;
}

.section-subtitle {
  font-family: "Hedley New Bold", sans-serif;
  font-size: 20px;
}

.blockquote-text {
  font-family: "Forever Freedom Italic", sans-serif;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 1;
}

.card-title {
  font-family: "Forever Freedom Italic", sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
}

/* --- Special Text --- */

.hero-heading-large {

}

.hero-heading-small {

}

.subheading {

}

.subtext {

}

/* --- Button Classes --- */

a.free-quote {
  display: grid;
  place-items: center;
  width: 190px;
  height: 40px;
  border-radius: 25px;
  background: var(--blue);
  font-family: "Hedley New Regular", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

a.free-quote.small {
  width: 130px;
  height: 25px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/* --- Flex & Grid --- */

.flex--wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* --- Misc Classes --- */

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

br.mobile-only {
  display: none;
}

/* ------------------------------------- */
/* -------- Repeatable Sections -------- */
/* ------------------------------------- */

section.general-information {
  text-align: center;
}

section.general-information .section-title {
  position: relative;
  top: 15px;
  margin-top: 0px;
}

section.general-information .section-icon {
  display: inline-block;
  max-width: 75px;
}

section.blockquote .stack {
  border-top: 3px solid var(--lite-gray);
  border-bottom: 3px solid var(--lite-gray);
  margin-top: clamp(2rem, 5vw, 2.5rem);
  margin-bottom: clamp(2rem, 5vw, 2.5rem);
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

section.information-cards {
  text-align: center;
}

section.information-cards .free-quote {
  margin-left: auto;
  margin-right: auto;
}

section.information-cards .cards--wrapper {
  column-gap: 2rem;
  row-gap: 5rem;
}

section.information-cards .flex-item {
  flex: 0 1 240px;
  margin: 0 auto;
}

/* ------------------------------------- */
/* ---------- Repeatable Styles -------- */
/* ------------------------------------- */

section.rules .stack {
  border-top: 3px solid var(--lite-gray);
  border-bottom: 3px solid var(--lite-gray);
  margin-top: clamp(2rem, 5vw, 2.5rem);
  margin-bottom: clamp(2rem, 5vw, 2.5rem);
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

hero .tagline.split-text {
  height: 240px;
}

hero .tagline.split-text .tagline-split {
  letter-spacing: 7px;
  user-select: none;
}

hero .tagline.split-text .tagline-split.one {
  font-family: "Forever Freedom Outline Italic";
  font-size: 130px;
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
}

hero .tagline.split-text .tagline-split.two {
  font-family: "Forever Freedom Italic";
  font-size: 150px;
}

.home.tagline-mobile {
  display: none;
  text-align: center;
  padding: 3rem;
  padding-top: 0rem;
}

.home.tagline-mobile .tagline-split.one {
  font-family: "Forever Freedom Outline Italic";
  font-size: 150px;
  line-height: 1;
}

.home.tagline-mobile .tagline-split.two {
  font-family: "Forever Freedom Italic";
  font-size: 150px;
  line-height: 1;
}


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

header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 200px;
  background: var(--black);
}

header .header--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header img.brand-image {
  max-height: 75px;
}

header .left-side {
  display: flex;
}

header .left-side img.brand-image {
  margin-right: 2rem;
}

/* Nav Menu Item Reset */

header nav.desktop ul {
  position: relative;
  top: 10px;
}

header nav.desktop li {
  display: inline-block;
  margin-right: 3rem;
  list-style: none;
}

header nav.desktop li a {
  text-transform: uppercase;
  font-family: "Hedley New Regular", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Burgers */

header .burger-menu-wrapper {
  display: none;
  position: relative;
  margin-left: 3rem;
  width: 40px;
}

header .burger-menu-wrapper:hover {
  cursor: pointer;
}

header .burger-patty {
  margin-bottom: 5px;
  width: 30px;
  height: 3px;
  background: white;
  opacity: 1;
}

header .burger-patty:last-of-type {
  margin-bottom: 0px;
}

header .burger-patty:nth-of-type(3) {
  position: absolute;
  bottom: 3px;
}

header .burger-menu-wrapper.open :where(.burger-patty:first-of-type, .burger-patty:last-of-type) {
  opacity: 0;
}

header .burger-menu-wrapper.open .burger-patty:nth-of-type(2) {
  transform: rotate(45deg);
}

header .burger-menu-wrapper.open .burger-patty:nth-of-type(3) {
  transform: rotate(-45deg);
}

/* Mobile Dropdown */

.mobile-menu--wrapper {
  display: none;
  position: absolute;
  right: 0;
  background: rgba(12, 84, 139, 0.98);
  width: 100%;
  height: 250px;
  color: white;
}

.mobile-menu--wrapper.open {
  display: block !important;
}

.mobile-menu--wrapper ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0;
  padding-left: 0;
  height: 100%;
  min-height: 250px;
  text-align: center;
}

.mobile-menu--wrapper li {
  list-style: none;
}

.mobile-menu--wrapper li a {
  font-weight: bold;
  text-transform: uppercase;
}

/* ------------------------------------- */
/* --------------- Hero ---------------- */
/* ------------------------------------- */

hero {
  display: block;
  background-repeat: no-repeat;
}

hero.interior {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-color: var(--black);
}

hero.contact-page {
  position: relative;
  background-size: cover;
}

.contact-page .tagline {
  position: absolute;
  bottom: 0;
  left: 10rem;
}

.contact-page .tagline .tagline-text {
  letter-spacing: 7px;
}

.contact-page .tagline .tagline-left {
  margin-right: 2rem;
  font-family: "Forever Freedom Italic";
  font-size: 175px;
}

.contact-page .tagline .tagline-right {
  font-family: "Forever Freedom Outline Italic";
  font-size: 175px;
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
}

.contact-page .tagline.mobile {
  display: none;
  position: static;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  text-align: center;
}

.contact-page .tagline.mobile span {
  line-height: 1;
}

.contact-page .tagline.mobile .tagline-left {
 margin-right: 0;
}

/* ------------------------------------- */
/* --------------- Home ---------------- */
/* ------------------------------------- */

hero.home-page {
  position: relative;
  width: 100%;
  background-color: var(--black);
  /* max-height: clamp(425px, 90vw, 900px); */
  height: auto;
  margin-bottom: -6rem;
}

hero.home-page .rhomboid {
  position: absolute;
  width: 1125px;
  height: 92.5%;
  transform: skew(-25deg) translateX(-60px);
  background: var(--gray);
  animation: slide 50s ease infinite;
}

@keyframes slide {
  0% {
    opacity: 0;
    left: 0;
  }
  5% {
    opacity: 1;
    left: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 0;
  }
  47%, 53% {
    left: 100px;
  }
}

hero.home-page .content-group {
  position: relative;
  bottom: 125px;
  z-index: 10;
}

hero.home-page .content-group .vehicle-and-tagline {
  position: relative;
  padding-bottom: 0;
}

hero.home-page .content-group .vehicle {
  position: relative;
  top: 149px;
  /* left: 208px; */
  left: 10vw;
  max-width: 950px;
}

hero.home-page .content-group .vehicle .vehicle-img {
  -webkit-filter: drop-shadow(-50px 50px 50px rgba(0,0,0, 0.75));
  filter: drop-shadow(-50px 50px 50px rgba(0,0,0, 0.75));
}

hero.home-page .content-group .overlays {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 100%;
}

hero.home-page .content-group .overlays .overlay {
  position: absolute;
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

hero.home-page .content-group .overlays .overlay.active {
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

/* --- Overlay Positions --- */

hero.home-page .content-group .overlay-1 {
  transform: translateX(14px) translateY(23px);
}

hero.home-page .content-group .overlay-1.active {
  transform: translateX(14px) translateY(-10px)
}

hero.home-page .content-group .overlay-2 {
  transform: translateX(14px) translateY(23px);
}

hero.home-page .content-group .overlay-2.active {
  transform: translateX(14px) translateY(-10px);
}

hero.home-page .content-group .overlay-3 {
  transform: translateX(14px) translateY(23px);
}

hero.home-page .content-group .overlay-3.active {
  transform: translateX(14px) translateY(-10px);
}

/* --- Rollout Text & Keyframes --- */

hero.home-page .vehicle .info-rollout {
  position: absolute;
  display: inline-block;
  user-select: none;
}

hero.home-page .vehicle .info-rollout-1 {
  transform: translate(700px, -489px);
}

hero.home-page .vehicle .info-rollout-2 {
  transform: translate(542px, -521px);
}

hero.home-page .vehicle .info-rollout-3 {
  transform: translate(490px, -541px);
}

hero.home-page .vehicle .icon-text {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
  opacity: 0;
  transition: opacity 0.75s;
}

hero.home-page .vehicle .icon {
  height: 55px;
}

/* --- Text and Icon Animation --- */

hero.home-page .vehicle .info-rollout.active .icon-text {
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 1s;
}

hero.home-page .vehicle .text {
  font-family: "Forever Freedom Italic", sans-serif;
  font-size: 42px;
  letter-spacing: 4px;
}

/* --- Circle Animation --- */

hero.home-page .vehicle .circle {
  position: absolute;
  top: 68px;
  left: -14px;
  width: 1rem;
  height: 1rem;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.75s;
  transition-delay: 1.25s;
}

hero.home-page .vehicle .info-rollout.active .circle {
  opacity: 1;
  transition: opacity 0.75s;
}

/* --- Line Animation --- */

hero.home-page .vehicle .line {
  width: 0px;
  height: 2px;
  border-radius: 5px;
  background-color: white;
  transition: width 0.75s;
  transition-delay: 0.75s;
}

hero.home-page .vehicle .info-rollout.active .line {
  width: 375px;
  transition: width 0.75s;
  transition-delay: 0.25s;
}

/* --- Tagline Style --- */

hero.home-page .content-group .tagline.split-text .tagline-split.one {
  line-height: 0;
}

hero.home-page .content-group .tagline.split-text .tagline-split.two {
  transform: translateX(127px);
}

/* --- Icon Bar --- */

hero.home-page .content-group .icon-bar {
  padding: 15px 0px;
  width: 100%;
  background-color: var(--blue);
}

hero.home-page .content-group .icon-bar .icon-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
}

hero.home-page .content-group .icon-bar .icon {
  transform: skew(-25deg) translateY(0px);
  width: 215px;
  height: 170px;
  background-color: var(--dark-blue);
  cursor: pointer !important;
  text-align: center;
  transition: transform 1s ease;
}

hero.home-page .content-group .icon-bar .icon.active {
  transform: skew(-25deg) translateY(-50px);
  transition: transform 1s ease;
}

hero.home-page .content-group .icon-bar .icon-text {
  transform: skew(25deg);
  pointer-events: none;
}

hero.home-page .content-group .icon-bar .icon-img {
  margin-top: 0.5rem;
  height: 91px;
  transform: skew(25deg) translateX(1rem);
  pointer-events: none;
}

section.cut-in-image {
  aspect-ratio: 18 / 7;
  background-size: cover;
  background-position: center;
}

/*Section Rollout Copy */

main.home-page .rollout-sections--wrapper {
  position: relative;
}

main.home-page .rollout-section > .stack {
  border-top: 0px solid var(--lite-gray);
  margin-top: 0;
  padding-top: 0px;
}

main.home-page .rollout-section {
  opacity: 0;
  transition: 0.75s all ease;
}

main.home-page .rollout-section.active {
  opacity: 1;
  transition: 0.75s all ease;
}

main.home-page .rollout-section:not(:first-of-type) {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

/* --- Flex Slider */

.flexslider {
  border-color: var(--black);
}

.flex-viewport {
  background-color: var(--black);
}

.slide-img {
	display: block;
	height: 250px;
	background-position: center;
  background-size: cover;
}

.flex-direction-nav a {
  opacity: 1 !important;
}

.flex-direction-nav a.flex-prev::before {
  content: '';
  background-image: url('/wp-content/uploads/2023/01/icon_flex-nav-left.svg');
}

.flex-direction-nav a.flex-next::before {
  content: '';
  background-image: url('/wp-content/uploads/2023/01/icon_flex-nav-right.svg');
}

.flex-direction-nav a {
  width: 47px;
  height: 47px;
}

.flex-direction-nav a::before {
  width: 47px;
  height: 47px;
  font-family: "flexslider-icon";
  font-size: 0px;
  content: ' ';
  color: rgba(0, 0, 0, 0.0);
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.0);
}

.flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -100px;
}

.flexslider .flex-direction-nav .flex-next {
  opacity: 1;
  right: -100px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -100px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -100px;
}

/* ------------------------------------- */
/* --------------- About --------------- */
/* ------------------------------------- */

hero.about-page {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-image: url('/wp-content/uploads/2023/01/img_about-hero-overlay.svg');
  background-color: transparent;
  z-index: 1;
}

hero.about-page .hero-content-container {
  position: absolute;
  bottom: 0;
  padding-bottom: 120px;
  width: 100%;
}

hero.about-page .hero-content-container p {
  max-width: 500px;
}

:where(.headline-mobile, hero.about-page) .tagline-bottom {
  font-family: "Forever Freedom Outline Italic";
  font-size: 93px;
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
  letter-spacing: 2px;
}

:where(.headline-mobile, hero.about-page) .tagline-top {
  font-family: "Forever Freedom Italic";
  font-size: 93px;
  line-height: 0.25;
  letter-spacing: 2px;
}

main.about-page .headline-mobile p {
  text-align: center;
}

main.about-page .headline-mobile .free-quote {
  margin-left: auto;
  margin-right: auto;
}

main.about-page .headline-mobile .hero-tagline {
  text-align: center;
}

main.about-page .overlay-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.hero-content-container.mobile {
  display: none;
}

main.about-page {
  position: relative;
}

main.about-page video {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

section.about-animation {
  position: relative;
  background-position: 212px calc(50% + 66px);
  background-size: 105%;
  background-repeat: no-repeat;
}

section.about-animation .interior-wrapper {
  display: flex;
}

section.about-animation .interior-wrapper .content--wrapper {
  position: relative;
  width: 150px;
}

section.about-animation .vertical-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 3rem;
  width: 50px;
}

section.about-animation .vertical-navigation img {
  margin-bottom: -1px;
}

section.about-animation .option {
  cursor: pointer !important;
  width: 34px;
  transform: rotate(0deg);
  filter: invert(0);
  transition: 1s all ease-in-out;
}

section.about-animation .option.active {
  transform: rotate(675deg);
  filter: invert(1);
  transition: 1s all ease-in-out;
}

section.about-animation .vertical-rule {
  width: 2px;
}

section.about-animation .subheading {
  font-family: "Forever Freedom Outline";
  font-size: 35px;
  text-stroke: 0.5px white;
  -webkit-text-stroke: 0.5px white;
  letter-spacing: 4px;
}

section.about-animation .blurb {
  max-width: 200px;
  text-transform: uppercase;
  opacity: 0;
}

section.about-animation .interior-wrapper .option-content {
  width: 200px;
}

section.about-animation .interior-wrapper .option-content:nth-of-type(1) {
  position: absolute;
  top: -12px;
}

section.about-animation .interior-wrapper .option-content:nth-of-type(2) {
  position: absolute;
  top: 208px;
}

section.about-animation .interior-wrapper .option-content:nth-of-type(3) {
  position: absolute;
  top: 427px;
}

/* ------------------------------------- */
/* -------------- Contact -------------- */
/* ------------------------------------- */

section.contact-free-quote {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 515px;
  background-position: left;
  background-size: cover;
}

section.contact-free-quote .content--wrapper {
  position: relative;
  text-align: center;
}

section.contact-free-quote .content {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}

section.contact-free-quote .section-title {
  margin-bottom: 0.5rem;
}

section.contact-free-quote .content--wrapper a {
  margin: 0 auto;
}

/* ------------------------------------- */
/* --------- Free Quote Page ----------- */
/* ------------------------------------- */

main.quote-page input[type="submit"] {
  background-color: var(--blue);
  text-transform: uppercase;
  font-size: 1.25em !important;
  font-weight: 600;
  border: none;
  padding: 13px 25px 10px 25px;
}

.gform_wrapper .gfield_required {
  color: var(--blue) !important;
}

.gform_wrapper :where(input, textarea) {
  background: var(--gray);
  border: none;
}

.gform_wrapper .gfield_checkbox label {
  transform: translateY(2px);
}

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

footer {
  border-top: 8px solid var(--blue);
  background: var(--gray);
}

footer .brand {
  width: 100%;
  max-width: 500px;
}

footer .social-icon-row {

}

footer .contact-row {
  border-top: 3px solid var(--lite-gray);
  border-bottom: 3px solid var(--lite-gray);
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
  row-gap: 2rem;
}

footer .contact-row img {
  margin-right: 1rem;
}

footer .contact-row .flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 calc(100% / 3);
  min-width: 320px;
}

footer .colophon {
  font-family: "Hedley New Regular", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--liter-gray);
  letter-spacing: 1px;
}

footer .colophon a {
  font-size: 0.8rem !important;
}

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


@media only screen and (max-width: 1400px) {
  hero.home-page .vehicle .info-rollout {
    opacity: 0;
  }
  hero .tagline.split-text .tagline-split {
    opacity: 0;
  }
  .home.tagline-mobile {
    display: block;
  }
  hero.home-page .content-group .icon-bar .icon-container {
    justify-content: space-around;
    max-width: 75%;
  }
  hero.home-page .content-group .icon-bar .icon-text {
      display: none;
  }
  hero.home-page .content-group .icon-bar .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 150px;
  }
  hero.home-page .rhomboid {
    height: 85%;
  }
}

@media only screen and (max-width: 1315px) {
  .flexslider .flex-direction-nav .flex-prev {
    left: 15px;
  }

  .flexslider .flex-direction-nav .flex-next {
    right: 15px;
  }

  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 15px;
  }

  .flexslider:hover .flex-direction-nav .flex-next {
    right: 15px;
  }
}

@media only screen and (max-width: 1150px) {
  hero.home-page .content-group .vehicle {
    left: 2vw;
  }
}

@media only screen and (max-width: 1050px) {
  section.contact-free-quote .content {
    position: static;
    transform: translateX(0%);
  }
  section.contact-free-quote .content .section-title {
    line-height: 1.25;
    margin-bottom: 1rem;
  }
  .contact-free-quote img {
    display: none;
  }
  hero.home-page .content-group .icon-bar .icon-container {
    justify-content: space-around;
  }
  hero.home-page .content-group .icon-bar .icon-text {
      display: none;
  }
  hero.home-page .content-group .icon-bar .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 150px;
  }
  hero.home-page .rhomboid {
    height: 80%;
  }
}


@media only screen and (max-width: 925px) {
  nav.desktop,
  header .right-side .free-quote {
    display: none;
  }
  header .burger-menu-wrapper {
    display: block;
  }
  .contact-page .tagline.desktop {
    display: none;
  }
  .contact-page .tagline.mobile {
    display: flex;
  }
  hero.about-page .hero-content-container {
    display: none;
  }
  hero.about-page {
    background-image: none;
  }
  hero.home-page .rhomboid {
    height: 75%;
  }
  .hero-content-container.mobile {
    display: block;
  }
}

@media only screen and (min-width: 926px) {
  .mobile-menu--wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  section.about-animation {
    background-image: url(/wp-content/uploads/2023/01/img_about-bg.webp);
    background-position: calc(50% + -58px) calc(41% + 88px);
    background-size: 230vw;
    background-repeat: no-repeat;
  }
  main.about-page .overlay-mobile {
    display: block;
  }
  section.about-animation .interior-wrapper {
    display: flex;
    justify-content: center;
  }
  hero.home-page .content-group .icon-bar .icon-container {
    max-width: 75%;
  }
  hero.home-page .content-group .icon-bar .icon {
    width: 125px;
    height: 125px;
  }
  hero.home-page .content-group .icon-bar .icon-img {
    height: 65px;
  }
  hero.home-page .content-group .icon-bar .icon img {
    width: 705px;
    transform: skew(25deg) translateX(0rem);
  }

  hero.home-page .content-group .overlay-1.active {
    transform: translateX(14px) translateY(0px)
  }
  hero.home-page .content-group .overlay-2.active {
    transform: translateX(14px) translateY(0px);
  }
  hero.home-page .content-group .overlay-3.active {
    transform: translateX(14px) translateY(0px);
  }
  br.mobile-only {
    display: block;
  }
  main.contact-page .tagline-text {
    font-size: 100px !important;
  }
}

@media only screen and (max-width: 500px) {
  header {
    height: 150px;
  }
  hero.home-page .content-group .icon-bar .icon {
    width: 95px;
    height: 105px;
  }
  hero.home-page .content-group .icon-bar .icon img {
    width: 45px;
  }
  .headline-mobile .tagline-bottom {
    font-size: 63px;
  }
  .headline-mobile .tagline-top {
    font-size: 63px;
  }
  main.contact-page .tagline-text {
    font-size: 80px !important;
  }
  .home.tagline-mobile .tagline-split.one {
    font-size: 115px;
  }

  .home.tagline-mobile .tagline-split.two {
    font-size: 115px;
  }
  .section-title {
    font-size: 44px;
    line-height: 1.25;
  }
  .blockquote-text {
    font-size: 44px;
    line-height: 1;
  }
}

@media only screen and (max-width: 400px) {
  .headline-mobile .tagline-bottom {
    font-size: 53px;
  }
  .headline-mobile .tagline-top {
    font-size: 53px;
  }
  .home.tagline-mobile .tagline-split.one {
    font-size: 85px;
  }

  .home.tagline-mobile .tagline-split.two {
    font-size: 85px;
  }
  hero.home-page .content-group .icon-bar .icon {
    width: 70px;
    height: 80px;
  }
  hero.home-page .content-group .icon-bar .icon img {
    width: 30px;
  }
}
