/*
	Theme Name: JJ Classics
	Theme URI: http://www.slash7.nl
	Description: Development
	Version: 1.0.0
	Author: Slash7
	Author URI: http://www.slash7.nl
	Tags: Dev

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.button {
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -ms-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.button-primary {
  color: #fff;
  background: #DC0026;
}

.button-primary:hover {
  color: #fff;
  background: #ff1039;
}

.button-white {
  color: #1F1C1C;
  background: #fff;
}

.button-white:hover {
  background: #e6e5e5;
}

.jj-cars {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jj-car {
  width: 100%;
}

.jj-car a {
  position: relative;
  display: block;
  text-align: center;
}

.jj-car a::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.jj-car h3 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
  left: 0;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.jj-car h3::before {
  display: none;
}

.jj-car img {
  width: 100%;
}

.jj-car span {
  position: absolute;
  z-index: 2;
  bottom: 52px;
  left: 50%;
  display: inline-block;
  padding: 3px 10px 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.jj-car span.jj-car-new {
  background: #DC0026;
}

.jj-car span.jj-car-sold {
  background: #1F1C1C;
}

@media (min-width: 992px) {
  .jj-car {
    width: 50%;
  }
}

#jj-contact-form {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 120px;
}

#jj-contact-form .wpcf7 {
  position: relative;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  margin: 30px auto !important;
  padding: 30px !important;
  border-radius: 5px;
  background: #fff;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  #jj-contact-form .wpcf7 {
    max-width: 500px;
    margin: 60px auto !important;
  }
}

.jj-contact-form-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

.jj-contact-form-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 64px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

h3 + .wpcf7 {
  margin-top: 30px;
}

.jj-form-page {
  max-width: 100%;
}

.jj-col-contact {
  -webkit-flex-basis: 100% !important;
  -moz-flex-basis: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}

@media (min-width: 992px) {
  .jj-col-contact {
    -webkit-flex-basis: 0 !important;
    -moz-flex-basis: 0 !important;
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
  }
  .jj-col-contact form {
    margin-right: 60px;
  }
}

.jj-col-maps {
  height: 400px;
  margin-top: 60px;
  -webkit-flex-basis: 100% !important;
  -moz-flex-basis: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}

@media (min-width: 992px) {
  .jj-col-maps {
    height: auto;
    margin-top: 0;
    -webkit-flex-basis: 0 !important;
    -moz-flex-basis: 0 !important;
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
  }
}

.acf-map {
  width: 100%;
  height: 100%;
}

.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  padding: 6px 12px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  border: 1px solid #eee;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  outline: none;
}

.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border: 1px solid #e74c3c;
}

.wpcf7-form label {
  width: 100%;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
}

@media (min-width: 992px) {
  .wpcf7-form label {
    font-size: 0.875rem;
  }
}

.wpcf7-form .button {
  display: block;
  padding: 15px 20px;
  font-family: "Raleway", "Arial", sans-serif;
  text-align: center;
  border-color: transparent;
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: #e74c3c;
}

.wpcf7-form .ajax-loader {
  position: absolute;
  margin: -32px 0 0 4px;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 12px;
}

.wpcf7-form .wpcf7-validation-errors {
  color: #f1c40f;
  border: 1px solid #f1c40f;
  background: #fffbe7;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  color: #2ecc71;
  border: 1px solid #2ecc71;
  background: #f1fff7;
}

.lang-tag-input-name,
.lang-tag-input-email,
.lang-tag-input-subject,
.lang-tag-input-send,
.lang-tag-input-message {
  display: none;
  width: 0;
  height: 0;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form .wpcf7-validation-errors {
  display: none !important;
}

.page-footer {
  padding: 60px 0;
  background: #1F1C1C;
}

.page-footer h4 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-footer h4::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin-bottom: 15px;
  background: #DC0026;
}

.page-footer p {
  margin: 0;
  color: #fff;
}

.page-footer p.copy {
  margin-top: 30px;
  opacity: 0.5;
}

.page-footer p.bold {
  font-weight: 700;
}

.page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-footer ul a {
  color: #fff;
}

.page-footer img {
  max-width: 100%;
  max-height: 100%;
}

.page-footer-col {
  margin-top: 60px;
}

.page-footer-col + .page-footer-col {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .page-footer-col {
    margin-top: 0;
  }
  .page-footer-col + .page-footer-col {
    margin-top: 60px;
  }
}

.tnp-subscription-minimal {
  position: relative;
}

.tnp-subscription-minimal label {
  display: none;
}

.tnp-email {
  width: 100% !important;
  height: auto !important;
  padding: 10px 20px !important;
  color: #fff !important;
  font-size: 12px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 0 !important;
  border-radius: 30px !important;
  outline: none !important;
}

.tnp-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  padding: 10px 20px !important;
  color: #1f1c1c !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff !important;
  border-radius: 30px !important;
}

.jj-socialmedia li {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.jj-socialmedia li + li {
  margin-left: 5px;
}

.jj-socialmedia a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.jj-socialmedia img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  max-width: 30px;
  max-height: 30px;
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jj-fb {
  background-color: #3b5998;
}

.jj-fb:hover {
  background-color: #4c70ba;
}

.jj-insta {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.jj-insta img {
  z-index: 1;
  width: 20px !important;
}

.jj-insta:hover a::after {
  background: rgba(255, 255, 255, 0.15);
}

.jj-insta a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.jj-linkedin {
  background-color: #0077b5;
}

.jj-linkedin:hover {
  background-color: #0099e8;
}

.newsletter-form-button-text {
  display: none;
  width: 0;
  height: 0;
}

html.no-scroll .page-header {
  z-index: 9999;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-content {
  padding-bottom: 90px;
}

@media (min-width: 992px) {
  .page-content {
    padding-bottom: 120px;
  }
}

.jj-grid {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jj-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

input[type=text],
input[type=email] {
  -webkit-appearance: none;
}

.page-header {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  background-size: cover;
  background-position: center;
  background-color: #1F1C1C;
}

.page-header h1 {
  margin: 30px 0 60px;
}

@media (min-width: 992px) {
  .page-header h1 {
    margin: 60px 0 90px;
  }
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header-content {
  padding: 20px 0;
  margin: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (min-width: 992px) {
  .page-header-container {
    margin-top: 99px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-header-col {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .page-header-col {
    width: 45%;
    margin-bottom: 0;
  }
  .page-header-col + .page-header-col {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .page-header-col {
    width: 50%;
  }
  .page-header-col + .page-header-col {
    width: 50%;
  }
}

.page-header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .page-header-info {
    padding: 30px 60px;
  }
}

@media (min-width: 1200px) {
  .page-header-info {
    padding: 60px;
  }
}

.page-header-info p {
  color: #fff;
}

.page-header-cta {
  display: none;
  padding: 50px 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #DC0026;
}

.page-header-cta a {
  color: #fff;
  font-weight: 700;
}

@media (min-width: 992px) {
  .page-header-cta {
    display: block;
  }
}

.page-header-image {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

@media (min-width: 992px) {
  .page-header-image {
    display: block;
  }
}

.page-header-image-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.page-header-slider {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid rgba(220, 0, 38, 0.5);
  border-bottom: 1px solid rgba(220, 0, 38, 0.5);
}

@media (min-width: 992px) {
  .page-header-slider {
    margin: 0 -60px;
    padding: 40px 60px;
    border: 1px solid rgba(220, 0, 38, 0.5);
  }
}

.page-header-slider h2 {
  color: #fff;
  font-size: 1.5rem;
}

.page-header-slider h2::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 0 15px;
  background: #DC0026;
}

@media (min-width: 992px) {
  .page-header-slider h2 {
    font-size: 1.7rem;
  }
}

.page-header-slider h3 {
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.page-header-slider h3::before {
  display: none;
}

.page-header-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #DC0026;
  font-size: 28px;
  text-align: center;
  border: 1px solid #DC0026;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -ms-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.page-header-slider .slick-arrow:hover {
  color: #1F1C1C;
  background: #DC0026;
}

.page-header-slider .slick-next {
  right: 0;
}

.page-header-slider .slick-prev {
  right: 70px;
}

.page-header-slider .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .page-header-slider .slick-initialized .slick-slide {
    display: block;
  }
}

.page-header-slide {
  margin-top: 60px;
  outline: none;
}

@media (min-width: 992px) {
  .page-header-slide-info, .page-header-slide-image {
    float: left;
  }
}

.page-header-slide-info {
  margin-top: 30px;
  order: 1;
}

@media (min-width: 992px) {
  .page-header-slide-info {
    width: 25%;
    margin-top: 0;
  }
}

.page-header-slide-image {
  order: 0;
}

@media (min-width: 992px) {
  .page-header-slide-image {
    width: 75%;
    padding-left: 30px;
    margin-top: -30px;
  }
}

.page-header-slide-image img {
  max-width: 100%;
}

.page-header-slide-image-bg {
  display: none;
}

.page-header-slide .button {
  margin-top: 40px;
}

.page-header-home {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-header-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 60px;
  color: #fff;
}

@media (min-width: 992px) {
  .page-header-text {
    padding: 0 60px 60px 0;
  }
}

.page-header-text p {
  margin-bottom: 0;
}

.page-header-text p + p {
  margin-top: 15px;
}

.page-header-block {
  display: none;
  width: 360px;
  padding: 30px;
  margin-bottom: -60px;
  background: #DC0026;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-header-block h4 {
  margin: 20px 0 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .page-header-block h4 {
    font-size: 1.5rem;
  }
}

.page-header-block p {
  margin: 20px 0 0;
  color: #fff;
  font-weight: 700;
}

.page-header-block .button {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-header-block {
    display: block;
  }
}

.page-header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.page-header-overlay::before {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 700px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8), #000);
}

.page-header .logo {
  position: relative;
  z-index: 3;
  width: 180px;
  height: 78px;
}

@media (min-width: 992px) {
  .page-header .logo {
    width: auto;
    height: auto;
  }
}

.page-header .logo img {
  max-width: 100%;
  max-height: 100%;
}

.page-navigation {
  display: none;
}

@media (min-width: 992px) {
  .page-navigation {
    position: static;
    display: block !important;
    padding-top: 0;
    margin-right: 90px;
    margin-left: auto;
    background: none;
  }
}

.page-navigation ul {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 992px) {
  .page-navigation li {
    display: inline-block;
  }
  .page-navigation li.current-menu-item a::before {
    width: 100%;
    border: 1px solid #DC0026;
  }
}

@media (min-width: 992px) {
  .page-navigation li + li {
    margin-top: 0;
    margin-left: 60px;
  }
}

.page-navigation a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.page-navigation a::after {
  content: '\E315';
  position: absolute;
  right: 20px;
  font-family: 'Material Icons';
  color: #DC0026;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .page-navigation a {
    display: inline-block;
    padding-left: 0;
    font-size: 1.3rem;
  }
  .page-navigation a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 50%;
    width: 0;
    border: 1px solid transparent;
    -webkit-transition: width 0.3s, border 0.3s;
    -moz-transition: width 0.3s, border 0.3s;
    -ms-transition: width 0.3s, border 0.3s;
    -o-transition: width 0.3s, border 0.3s;
    transition: width 0.3s, border 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-navigation a:hover::before {
    width: 100%;
    border: 1px solid #DC0026;
  }
  .page-navigation a::after {
    display: none;
  }
}

.page-navigation-toggle, .page-navigation-toggle-mobile {
  width: 20px;
  height: 21px;
  margin-right: 10px;
  cursor: pointer;
}

.page-navigation-toggle.toggled .bar-one, .page-navigation-toggle-mobile.toggled .bar-one {
  margin-top: 5px;
  background: #fff;
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -moz-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  -o-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}

.page-navigation-toggle.toggled .bar-two, .page-navigation-toggle-mobile.toggled .bar-two {
  opacity: 0;
}

.page-navigation-toggle.toggled .bar-three, .page-navigation-toggle-mobile.toggled .bar-three {
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
  -moz-transform: rotate(-45deg) translate(3px, -3px);
  -ms-transform: rotate(-45deg) translate(3px, -3px);
  -o-transform: rotate(-45deg) translate(3px, -3px);
  transform: rotate(-45deg) translate(3px, -3px);
}

.page-navigation-toggle .bar-one,
.page-navigation-toggle .bar-two,
.page-navigation-toggle .bar-three, .page-navigation-toggle-mobile .bar-one,
.page-navigation-toggle-mobile .bar-two,
.page-navigation-toggle-mobile .bar-three {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 1;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.page-navigation-toggle .bar-two,
.page-navigation-toggle .bar-three, .page-navigation-toggle-mobile .bar-two,
.page-navigation-toggle-mobile .bar-three {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .page-navigation-toggle, .page-navigation-toggle-mobile {
    display: none;
  }
}

.page-navigation-toggle {
  position: relative;
  z-index: 2;
}

.page-navigation-toggle-mobile {
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 15px;
}

.page-navigation .menu-main-container {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .page-navigation .menu-main-container {
    width: 750px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .page-navigation .menu-main-container {
    width: auto;
    padding-top: 0;
    margin: 0;
    border-top: 0;
  }
}

.page-navigation-mobile {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

@media (min-width: 992px) {
  .page-navigation-mobile {
    display: none !important;
  }
}

.page-navigation-mobile ul {
  list-style: none;
  padding-left: 0;
}

.page-navigation-mobile li {
  display: block;
}

.page-navigation-mobile li + li {
  margin-top: 15px;
}

.page-navigation-mobile a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

.page-navigation-mobile a::after {
  content: '\E315';
  position: absolute;
  right: 15px;
  font-family: 'Material Icons';
  color: #DC0026;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.page-navigation-mobile a.logo {
  margin: 20px 0 20px 15px;
  padding-left: 0;
}

.page-navigation-mobile a.logo::after {
  display: none;
}

@media (min-width: 992px) {
  .page-language {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
    padding-right: 20px;
    cursor: pointer;
  }
  .page-language::before {
    background-image: url("/wp-content/themes/jenjclassics/img/nl.svg");
  }
}

.page-language a, .page-language span {
  color: #fff;
  padding: 5px 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.page-language span {
  display: none;
}

@media (min-width: 992px) {
  .page-language span {
    display: block;
  }
  .page-language span::after {
    display: inline-block;
    position: absolute;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "\E313";
    top: 50%;
    right: 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.page-language-mobile {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.page-language-mobile a {
  font-size: 1rem;
}

.page-language-mobile .current-lang {
  display: none;
}

@media (min-width: 992px) {
  .page-language-mobile {
    display: none;
  }
}

.lang-item-nl a::before, .lang-item-en a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}

.lang-item-nl a::before {
  background-image: url("/wp-content/themes/jenjclassics/img/nl.svg");
}

.lang-item-en a::before {
  background-image: url("/wp-content/themes/jenjclassics/img/en.svg");
}

span.lang-item-nl::before, span.lang-item-en::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}

span.lang-item-nl::before {
  background-image: url("/wp-content/themes/jenjclassics/img/nl.svg");
}

span.lang-item-en::before {
  background-image: url("/wp-content/themes/jenjclassics/img/en.svg");
}

.language-dropdown {
  display: none;
  list-style: none;
}

@media (min-width: 992px) {
  .language-dropdown {
    position: absolute;
    z-index: 20;
    left: -15px;
    display: none;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
  }
  .language-dropdown li {
    min-width: 120px;
  }
}

.jj-tabs {
  border-bottom: 1px solid #eee;
}

.jj-tabs span {
  position: relative;
  display: inline-block;
  padding: 0 0 8px;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 992px) {
  .jj-tabs span {
    padding: 0 0 18px;
    font-size: 12px;
  }
}

.jj-tabs span::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 3px;
  background: transparent;
  -webkit-transition: width 0.3s, background 0.3s;
  -moz-transition: width 0.3s, background 0.3s;
  -ms-transition: width 0.3s, background 0.3s;
  -o-transition: width 0.3s, background 0.3s;
  transition: width 0.3s, background 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.jj-tabs span.active {
  font-weight: 700;
}

.jj-tabs span.active::before {
  width: 100%;
  background: #DC0026;
}

.jj-tabs span + span {
  margin-left: 20px;
}

@media (min-width: 992px) {
  .jj-tabs span + span {
    margin-left: 30px;
  }
}

.jj-tabs-content {
  display: none;
  margin-top: 30px;
}

.jj-tabs-content.active {
  display: block;
}

html, body {
  color: #1F1C1C;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", "Arial", sans-serif;
}

h1, .h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  color: #1F1C1C;
  font-size: 2rem;
  font-family: "Montserrat", "Arial", sans-serif;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  margin: 0;
  color: #DC0026;
  font-size: 1.5rem;
}

h3::before, .h3::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin-bottom: 15px;
  background: #DC0026;
}

h3 + p, .h3 + p {
  margin-top: 30px;
}

h3.title-white, .h3.title-white {
  color: #fff;
}

h3.title-white::before, .h3.title-white::before {
  background: #fff;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.7rem;
  }
}

h4, .h4 {
  color: #1F1C1C;
  font-size: 1rem;
}

a {
  color: #DC0026;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

.page-default {
  margin-top: 90px;
}

@media (min-width: 992px) {
  .page-default {
    margin-top: 120px;
  }
}

.content-margin .page-content {
  margin-top: 90px;
}

@media (min-width: 992px) {
  .content-margin .page-content {
    margin-top: 180px;
  }
}

.content-margin .page-default {
  margin-top: 0;
}

@media (min-width: 992px) {
  .content-margin .page-header {
    height: 820px;
  }
}

.content-margin .page-header h1 {
  margin: 60px 0;
}

@media (min-width: 768px) {
  .content-margin .page-header h1 {
    width: 260px;
  }
}

@media (min-width: 992px) {
  .content-margin .page-header h1 {
    margin: 60px 0 0;
  }
}

.content-margin .page-header h2 {
  margin: 0 0 20px;
  color: #DC0026;
  font-size: 16px;
}

.img-url {
  display: none;
}

.back-to-archive {
  color: #fff;
  font-size: 10px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.back-to-archive i,
.back-to-archive span {
  display: inline-block;
  vertical-align: middle;
}

.back-to-archive i {
  margin: -2px 7px 0 0;
  color: #DC0026;
  font-size: 16px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.back-to-archive:hover {
  color: #fff;
}

.back-to-archive:hover i {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.back-to-archive::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin: 15px 0;
  background: #DC0026;
}

.single-cars .page-header {
  position: relative;
  padding-bottom: 60px;
  background-position: bottom;
}

@media (min-width: 992px) {
  .single-cars .page-header {
    padding-bottom: 160px;
  }
}

.single-cars .page-header .container {
  position: relative;
  z-index: 1;
}

.single-cars .page-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}

.single-cars .page-header h1 {
  margin: 30px 0 0;
}

@media (min-width: 992px) {
  .single-cars .page-header h1 {
    margin: 100px 0 0;
  }
}

.jj-detail-images {
  display: none;
}

@media (min-width: 992px) {
  .jj-detail-images {
    margin: -40px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .jj-detail-images-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.jj-detail-images-col.lt-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.jj-detail-images-slick {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .jj-detail-images-slick {
    display: none;
  }
}

.jj-detail-images-slick .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.jj-detail-images-slick .slick-prev {
  left: 0;
}

.jj-detail-images-slick .slick-next {
  right: 0;
}

.jj-detail-images-rest {
  display: none;
}

.jj-detail-image {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  overflow: hidden;
}

.jj-detail-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.jj-detail-image-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(31, 28, 28, 0.9);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.jj-detail-image-button span {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .jj-detail-big-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (min-width: 992px) {
  .jj-detail-small-images {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .jj-detail-small-images .jj-detail-images-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .jj-detail-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

.jj-detail-info {
  padding-right: 60px;
  margin-top: 60px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.jj-detail-summary {
  width: 360px;
}

.jj-detail-cta {
  padding: 30px;
  background: #DC0026;
}

.jj-detail-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.jj-detail-cta p {
  margin: 20px 0 0;
  color: #1F1C1C;
  font-size: 20px;
  font-weight: 700;
}

.jj-detail-cta a {
  display: block;
  padding: 10px 0;
  margin-top: 20px;
  color: #1F1C1C;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  border-radius: 30px;
}

.jj-detail-table {
  display: table;
  padding: 30px;
  font-size: 15px;
  background: #f6f6f6;
}

.jj-detail-table-row {
  display: table-row;
}

.jj-detail-table p {
  display: table-cell;
  margin: 0;
  font-weight: 700;
}

.jj-detail-table p + p {
  width: auto;
  padding-left: 30px;
  font-weight: 400;
}

.page-template-page-home .page-content {
  margin-top: 90px;
}

@media (min-width: 992px) {
  .page-template-page-home .page-content {
    margin-top: 120px;
  }
}

.page-template-page-home .jj-cars {
  margin-top: 30px;
}

.page-header-slide-image {
  position: relative;
  height: 0px;
  padding-bottom: 50%;
}

.page-header-slide-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .jj-tabs-content p {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
  .page-header-container {
    margin-top: 80px;
  }
  .page-header-block {
    margin-bottom: -80px;
    padding: 40px 30px;
  }
  .jj-tabs span {
    font-size: 1rem;
  }
  .page-header-slide-image {
    margin-top: -50px;
    padding-bottom: 35%;
  }
  .page-header-block h4 {
    font-size: 1.4rem;
  }
  .jj-car h3 {
    font-size: 1.2rem;
  }
  .content-margin .page-header h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .content-margin .page-header {
    height: auto;
  }
  .page-header-cta {
    margin-bottom: -127px;
  }
  .page-header-image {
    padding-top: unset;
    margin-bottom: -127px;
  }
  .page-header-image-content {
    bottom: -127px;
  }
  .page-header-info p {
    margin: 0px;
  }
  .wpcf7-form label {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  .page-header-slide-image {
    margin-top: -40px;
  }
}

@media (max-width: 991px) {
  .jj-detail-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jj-detail-summary {
    order: 1;
  }
  .jj-detail-table {
    -webkit-box-flex: 10;
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
  }
  .jj-detail-info {
    order: 2;
  }
  .jj-detail-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .jj-detail-cta {
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jj-detail-cta a {
    font-size: 11px;
  }
  .jj-detail-info {
    margin-top: 20px;
  }
  .jj-detail-info {
    padding-right: 0px;
  }
  .jj-car {
    width: 50%;
  }
  .content-margin .page-header h1 {
    margin: 40px 0;
  }
  .content-margin .page-content {
    margin-top: 50px;
  }
  .page-default {
    margin-top: 50px;
  }
  .page-header-slide-info {
    margin-top: 0;
  }
  .page-template-page-home .page-content {
    margin-top: 60px;
  }
  .jj-detail-images-slick {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .jj-detail-summary {
    margin-top: 15px;
    display: block;
  }
  .page-template-page-home .jj-cars {
    margin-top: 30px;
  }
  .page-header-slide {
    margin-top: 20px;
  }
  .page-header-slide-info {
    margin-top: 15px;
  }
  .page-header-slider h3 {
    font-size: 2rem;
  }
  .page-header-slider {
    border-top: none;
  }
  .page-header-slider {
    padding: 0px 0 30px 0;
  }
  .page-header-slide .button {
    margin-top: 30px;
  }
  .page-header-slide .button {
    margin-top: 30px;
  }
  .page-template-page-home .page-content {
    margin-top: 40px;
  }
  .page-header-text {
    padding-bottom: 40px;
  }
  .page-header-home {
    margin-top: 40px;
  }
  .page-header-col {
    margin-bottom: 40px;
  }
  .content-margin .page-content {
    margin-top: 40px;
  }
  .page-header h1 {
    margin: 30px 0 40px;
  }
  .page-header-info p {
    margin: 0;
  }
  .page-default {
    margin-top: 40px;
  }
  .page-content {
    padding-bottom: 40px;
  }
  .page-header-slider .slick-prev {
    right: 60px;
  }
  .content-margin .page-header h1 {
    margin: 20px 0;
    font-size: 1.5rem;
    width: 60%;
  }
  .jj-detail-info {
    padding-right: 0;
    margin-top: 20px;
  }
  .jj-detail-table {
    padding: 15px;
  }
  .jj-detail-cta {
    padding: 15px 15px 30px 15px;
  }
  .jj-detail-cta a {
    margin-top: 15px;
  }
  .jj-detail-cta p {
    margin: 15px 0 0;
  }
  .jj-detail-summary {
    width: 100%;
  }
  .jj-detail-cta a {
    font-size: 1rem;
  }
  .jj-car {
    width: 100%;
  }
  .jj-detail-images-slick {
    margin: 0 -15px;
  }
  .jj-detail-table {
    width: 100%;
  }
  .jj-tabs span {
    font-size: 12px;
  }
}

.page-footer {
  padding: 40px 0px;
}

.page-footer h4 {
  margin: 0 0 20px;
  font-size: 15px;
}

.page-footer h4::before {
  margin-bottom: 10px;
}

.page-footer-block {
  margin-bottom: 30px;
}

.page-footer img {
  width: 232px;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 60px 0px;
  }
  .page-footer-block {
    margin-bottom: 40px;
  }
  .page-footer-block {
    width: 50%;
    float: left;
  }
  .col-f-last {
    margin-bottom: 0;
  }
  .tnp-subscription-minimal {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .page-footer-block {
    padding-right: 20px;
    width: 100%;
    float: none;
  }
}

@media (min-width: 1200px) {
  .page-footer-block {
    padding-right: 30px;
  }
  .page-footer h4 {
    margin: 0 0 30px;
    font-size: 17px;
  }
}

.page-footer img {
  margin-top: 30px;
}

.jj-social p {
  margin-bottom: 15px;
}
