@font-face {
  font-family: Poppins;
  src: url(../../fonts/poppins/Poppins-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Kalnia;
  src: url(../../fonts/Kalnia/Kalnia-Regular.ttf);
  font-weight: normal;
}
::selection {
  background: #FF0200;
}

body,
a,
a:visited,
a:hover {
  color: #F1F1F1;
  font-family: "Poppins", "Open Sans", "SansSerif";
  font-size: 14px;
}

html {
  overflow-x: hidden;
}

body {
  background: #2A282B;
  background: black;
}

.post,
.page {
  margin: 0;
}

h1, h2, h3 {
  font-family: "Kalnia", "Open Sans", "SansSerif";
}

.page-title {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 118px 16px 32px 16px;
}
@media only screen and (min-width: 600px) {
  .page-wrapper {
    padding: 120px 32px 40px 32px;
    min-height: calc(100vh - 53px - 102px);
  }
}
.home .page-wrapper {
  padding-top: 60px;
}
@media only screen and (min-width: 600px) {
  .home .page-wrapper {
    padding-top: 0;
  }
}

.heading-title {
  font-size: 32px;
}

i {
  font-family: "Font Awesome";
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 16px 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: black;
  border-bottom: 1px solid #2F2F2F;
}
@media only screen and (min-width: 768px) {
  .site-header {
    background: transparent;
    border-bottom: none;
    position: fixed;
  }
}
body:not(.home) .site-header {
  background: black;
}
.site-header .site-branding img {
  height: 64px;
}
.site-header .main-navigation {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .site-header .main-navigation {
    background: black;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 4px;
    opacity: 0.9;
    border-bottom: 1px solid white;
  }
}
.site-header .main-navigation .nav-menu {
  gap: 16px;
}

@media only screen and (min-width: 600px) {
  .menu-menu-container {
    display: inline-block;
    padding: 12px 24px;
    background: #F1F1F1;
    border-radius: 24px;
    width: auto;
  }
}
.menu-menu-container a {
  color: #9B9B9B;
}

footer {
  border-top: 1px solid #444145;
  padding: 24px 16px;
}
footer .footer-container {
  display: flex;
  text-align: left;
  max-width: 1440px;
  margin: 0 auto;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  footer .footer-container {
    flex-direction: row;
  }
}
footer .footer-container .footer-column {
  flex: 0 0 20%;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-column.logo {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-column:not(.logo) {
    order: 2;
  }
}
footer .footer-container .footer-column i {
  color: #FF0200;
}
footer .footer-container .footer-column-title {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  footer .footer-container .footer-column-title {
    margin-bottom: 16px;
    margin-top: 0;
  }
}
footer .footer-container .footer-column span {
  display: block;
}
footer .footer-container .footer-column span + span {
  margin-top: 8px;
}
footer .footer-container .footer-column img {
  width: 100%;
}
footer .copyright {
  display: block;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  footer .copyright {
    margin-top: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .menu-toggle {
    font-size: 0;
    height: 32px;
    width: 32px;
    border: none;
    background: none;
    position: relative;
    z-index: 999;
  }
  .menu-toggle .hamburger-lines {
    height: 26px;
    width: 32px;
    position: absolute;
    top: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .menu-toggle .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #F1F1F1;
  }
  .home .menu-toggle .hamburger-lines .line {
    background: white;
  }
  .scrolled .menu-toggle .hamburger-lines .line {
    background: #F1F1F1;
  }
  .scrolled .toggled .menu-toggle .hamburger-lines .line {
    background: white;
  }
  .menu-toggle .hamburger-lines .line.line1 {
    transform-origin: 0 0;
    transition: transform 0.4s ease-in-out;
  }
  .menu-toggle .hamburger-lines .line.line2 {
    transition: transform 0.2s ease-in-out;
  }
  .menu-toggle .hamburger-lines .line.line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .toggled .menu-toggle .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  .toggled .menu-toggle .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .toggled .menu-toggle .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  .menu-menu-1-container:after {
    content: "";
    opacity: 0;
    transition: 0.1s;
  }
  .toggled .menu-menu-1-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .toggled .menu-menu-1-container:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.9;
    transition: 0.1s;
  }
  .toggled .menu-menu-1-container .nav-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 40px;
  }
  .site-header .toggled .menu-menu-1-container .nav-menu a {
    color: white;
    background-image: none;
    font-size: 30px;
    line-height: 2;
    -webkit-text-fill-color: white;
  }
  .toggled .menu-menu-1-container .nav-menu a:hover:before {
    background: white;
  }
}
.intro-container {
  position: relative;
  text-align: center;
}
.intro-container:after {
  background: black;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.intro-container .intro-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
  min-width: 200px;
}
.intro-container .intro-text h2 {
  font-family: Kalnia;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .intro-container .intro-text h2 {
    font-size: 32px;
  }
}
.intro-container .intro-text .button-container {
  border-top: 1px solid white;
}
.intro-container .intro-text .button-container a {
  border: 1px solid white;
  padding: 20px 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .intro-container .intro-text .button-container a {
    padding: 20px 32px;
  }
}

.about-us {
  background: black;
  padding: 60px 0;
}
.about-us .image-content {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .about-us .image-content {
    flex-direction: row;
  }
}
.about-us .image-content .image-container {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
.about-us .image-content .image-container img {
  position: relative;
}
.about-us .image-content .content-container {
  align-items: center;
  display: flex;
}
.about-us .image-content .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
}
.about-us .image-content .content .heading-title {
  display: block;
  text-align: left;
  position: relative;
  z-index: 1;
}
.about-us .image-content .content .heading-title:after {
  content: "";
  background-image: url("../../images/brush-stroke.png");
  position: absolute;
  width: 130px;
  height: 50px;
  background-position: center;
  background-size: cover;
  left: 0;
  z-index: -1;
  filter: brightness(0.8);
}

.why-us {
  padding: 60px 0;
}
.why-us .center-title {
  display: block;
  position: relative;
  text-align: center;
}
.why-us .center-title:after {
  content: "";
  background-image: url("../../images/brush-stroke.png");
  position: absolute;
  width: 130px;
  height: 50px;
  background-position: center;
  background-size: cover;
  top: 0;
  z-index: -1;
  filter: brightness(0.8);
}
.why-us .qualities-container {
  padding: 24px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  gap: 64px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .why-us .qualities-container {
    flex-direction: row;
  }
}
.why-us .qualities-container .quality {
  display: flex;
  flex-direction: column;
  position: relative;
}
.why-us .qualities-container .quality:not(:last-child):after {
  content: "";
  height: 2px;
  width: 100%;
  top: calc(100% + 32px);
  background: #2F2F2F;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .why-us .qualities-container .quality:not(:last-child):after {
    left: calc(100% + 32px);
    top: 0;
    height: 100%;
    width: 2px;
  }
}
.why-us .qualities-container .quality .quality-title {
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}
.why-us .qualities-container .quality .quality-description {
  font-size: 14px;
}

.quote-container {
  text-align: center;
  padding: 60px 0;
}
.quote-container .quote {
  display: inline-block;
  font-size: 32px;
  font-family: Kalnia;
  font-style: italic;
  max-width: 830px;
}

.bikes-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bikes-container .bike-card {
  border-radius: 4px;
  box-sizing: border-box;
  flex: 0 0 100%;
  margin-bottom: 16px;
  background: #444145;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .bikes-container .bike-card {
    flex: 0 0 calc(50% - 32px);
    margin-left: 32px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .bikes-container .bike-card {
    flex: 0 0 calc(33% - 32px);
  }
}
.bikes-container .bike-card .sold-label-container {
  position: absolute;
  top: 0;
  right: 24px;
}
.bikes-container .bike-card .sold-label-container .sold-label {
  background: #FF0200;
  color: white;
  padding: 8px 16px;
  position: relative;
  display: block;
  z-index: 1;
}
.bikes-container .bike-card .sold-label-container .sold-label:after {
  content: "";
  z-index: -1;
  height: 100%;
  width: calc(100% + 32px);
  background: #FF0200;
  position: absolute;
  left: -16px;
  top: 0;
  transform: skew(-10deg);
}
.bikes-container .bike-card h2 {
  margin: 0;
}
.bikes-container .bike-card .price {
  color: #a5a5a5;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}
.bikes-container .bike-card .attributes {
  color: #a5a5a5;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.bikes-container .bike-card .card-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.bikes-container .bike-card .card-content .view-bike {
  border-radius: 4px;
  height: 48px;
  display: block;
  margin-top: 16px;
}
.bikes-container .bike-card .card-content .view-bike a {
  line-height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
.bikes-container .bike-card .card-content .view-bike a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #FF0200;
  border: 1px solid #FF0200;
  transform: skew(-10deg);
  transition: 0.3s;
  z-index: -1;
}
.bikes-container .bike-card .card-content .view-bike a:hover:before {
  background: transparent;
  transition: 0.3s;
}

.page-template-page-bike .gallery-and-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-bike .gallery-and-info {
    flex-direction: row;
  }
}
.page-template-page-bike .gallery-and-info .gallery-container {
  flex: 1 1 auto;
}
.page-template-page-bike .gallery-and-info .bike-info-container .specs {
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  padding: 24px;
  flex: 0 0 auto;
  min-width: 300px;
  height: fit-content;
}
.page-template-page-bike .gallery-and-info .bike-info-container .specs .price {
  font-size: 32px;
  border-bottom: 1px solid white;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.page-template-page-bike .gallery-and-info .bike-info-container .specs .price:after {
  content: "";
  background-image: url("../../images/brush-stroke.png");
  position: absolute;
  width: 100%;
  height: 50px;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-template-page-bike .gallery-and-info .bike-info-container .specs .build,
.page-template-page-bike .gallery-and-info .bike-info-container .specs .mileage {
  display: block;
  margin-bottom: 12px;
}
.page-template-page-bike .gallery-and-info .bike-info-container .cta-contact {
  display: block;
  margin-top: 16px;
  position: relative;
}
.page-template-page-bike .gallery-and-info .bike-info-container .cta-contact:hover {
  color: #FF0200;
  transition: 0.3s;
}
.page-template-page-bike .gallery-and-info .bike-info-container .cta-contact:hover:after {
  background: transparent;
  transition: 0.3s;
}
.page-template-page-bike .gallery-and-info .bike-info-container .cta-contact:after {
  content: "";
  position: absolute;
  background: #FF0200;
  border: 1px solid #FF0200;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .page-template-page-bike .gallery-and-info .bike-info-container .cta-contact:after {
    transform: skew(-10deg);
    left: -6px;
  }
}
.page-template-page-bike .gallery-and-info .bike-info-container .cta-contact a {
  padding: 24px 0;
  display: block;
  text-align: center;
  text-decoration: none;
}
.page-template-page-bike .tabs {
  padding: 80px 0;
}
.page-template-page-bike .tabs .tab-headings {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: auto;
  justify-content: center;
}
.page-template-page-bike .tabs .tab-headings .tab-heading {
  padding: 12px 4px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-template-page-bike .tabs .tab-headings .tab-heading {
    padding: 12px 24px;
  }
}
.page-template-page-bike .tabs .tab-headings .tab-heading:hover {
  cursor: pointer;
}
.page-template-page-bike .tabs .tab-headings .tab-heading:hover:not(.active):before {
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  width: 100%;
  border: 1px solid white;
  top: 0;
  left: 0;
  transform: skew(-20deg);
}
.page-template-page-bike .tabs .tab-headings .tab-heading.active:before {
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  width: 100%;
  background: #FF0200;
  top: 0;
  left: 0;
  transform: skew(-20deg);
}
.page-template-page-bike .tabs .tab-content {
  padding: 24px 0;
}
.page-template-page-bike .tabs .tab-content:not(.active) {
  display: none;
}

.content {
  color: #F1F1F1;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content {
    flex-direction: row;
  }
}
.content .pre-heading {
  color: #a5a5a5;
  display: block;
  text-align: center;
}
.content h2 {
  margin: 0;
  text-align: center;
}
.content .content-left,
.content .content-right {
  flex: 1 1 calc(50% - 16px);
}
.content .content-left p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content textarea {
    max-width: 355px;
  }
}
.content input {
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .content input {
    max-width: 355px;
  }
}
.content input,
.content textarea {
  max-width: 100%;
}
.content input:focus,
.content textarea:focus {
  outline: none;
}
.content .wpcf7-submit {
  background: #FF0200;
  border-color: #FF0200;
  color: white;
  transition: 0.3s;
  width: 100%;
}
.content .wpcf7-submit:hover {
  background: #cc0200;
  border-color: #cc0200;
  cursor: pointer;
  transition: 0.3s;
}
.content .wpcf7-spinner {
  display: none;
}
.content video {
  border-radius: 4px;
  display: block;
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
