/*
 Theme Name:   Voiture Child
 Theme URI:    https://themeforest.net/item/voiture-automotive-car-dealer-wordpress-theme/36125002
 Description:  Voiture Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     voiture
 Version:      1.0.0
 Text Domain:  voiture-child
*/

html, body {
  width: 100vw;
}
body {
  overflow-x: hidden;
}
.listing-detail-header .listing-postdate {
    display: none
}
#apus-header-mobile .logo img {
    max-width: 100%;
    height: auto;
    width: 125px;
}
.slick-slide .custom-image-wrapper {
  display: flex;
  height: 24px;
}
.custom-image-wrapper {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
/* .listing-item .listing-metas .listing-meta.nice-spacer {
  margin-right: 30px;
} */
.slick-slide .nice-spacer {
  position: relative;
}
.slick-slide .nice-spacer:not(:last-of-type)::after {
  content: '';
  position: absolute;
  background: #EAEAEA;
  height: 30px;
  width: 1px;
  right: -10px;
}
/* .listing-item .listing-metas .listing-meta.nice-spacer.small-gap {
  margin-right: 20px;
} */
.custom-svg {
    width: 24px;
}
.custom-svg.range,
.custom-svg.battery {
    height: 18px;
    vertical-align: middle;
}
.prefix-text.additional-text {
    margin-right: 4px;
}

.at-overflow-x {
  overflow-x: hidden;
}
.at-overflow {
  overflow: hidden;
}
.at-stick-it {
  position:-webkit-sticky!important;
  position: sticky!important;
  bottom: 0px;
  display: table-cell;
  z-index: 2;
  box-shadow: 700px 0px 0px #09adef, -700px 0px 0px #09adef
}
/* .at-stick-it::before,
.at-stick-it::after {
  content: '';
  display: block;
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
}
.at-stick-it::after {
  left: 100%;
} */

body:not(.single-listing) .listing-title {
  height: 63px;
  overflow: hidden;
}

.wrapper-compare {
  overflow: inherit;
}
.compare-tables tbody tr:first-of-type {
  position: sticky;
  top: 0;
}

.apus-breadscrumb .bread-title {
  text-transform: none;
  text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.at-orange {
  background-color: #dc8d2a;
  text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.at-green {
  background-color: #51b33d;
  text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.widget-listings-slider {
  position: relative;
}
.widget-listings-slider .listing-item {
  background: rgb(0 0 0 /50%);
  /* margin-top: 130px; */
}
.widget-listings-slider .listing-price {
  color: white;
  font-weight: 400;
}
.widget-listings-slider .listing-title {
  height: auto;
}
.widget-listings-slider .listing-title a {
  color: white;
}
.widget-listings-slider .listing-title svg {
  vertical-align: middle;
  margin-left: 5px;
}
.widget-listings-slider .listing-metas {
  color: white;
  padding-bottom: 0;
}
.widget-listings-slider .btn.btn-second {
  display: none;
}
.widget-listings-slider .listing-grid-slider-wrapper {
  height: 600px;
}

/* ######################### */
/* # AT Fancy Range Slider # */
/* ######################### */

.at-fancy-rangeslider {
  position: relative;
}
.at-fancy-rangeslider .sliders {
  position: relative;
  height: 17px;
}

.at-fancy-rangeslider .sliders .min,
.at-fancy-rangeslider .sliders .max {
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  background: transparent;
  background-repeat: no-repeat;
}
.at-fancy-rangeslider .sliders .min {
  background-image: linear-gradient(#EAEAEA, #EAEAEA);
  background-size: 0% 100%;
  z-index: 1;
}
.at-fancy-rangeslider .sliders .max {
  background-color: #EAEAEA;
  background-image: linear-gradient(var(--voiture-theme-color), var(--voiture-theme-color));
  background-size: 100% 100%;
}

.at-fancy-rangeslider .sliders .min::-webkit-slider-thumb,
.at-fancy-rangeslider .sliders .max::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 17px;
  height: 17px;
  background: #fff;
  cursor: pointer;
  border: 2px solid var(--voiture-theme-color);
  border-radius: 50%;
}
.at-fancy-rangeslider .sliders .min::-moz-range-thumb,
.at-fancy-rangeslider .sliders .max::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 17px;
  height: 17px;
  background: #fff;
  cursor: pointer;
  border: 2px solid var(--voiture-theme-color);
  border-radius: 50%;
}

.at-fancy-rangeslider .screens {
  display: flex;
  justify-content: space-between;
}
.at-fancy-rangeslider .screens .min,
.at-fancy-rangeslider .screens .max {
  display: inline-block;
  text-align: center;
  padding: 4px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: var(--voiture-theme-color-007);
  color: var(--voiture-theme-color);
  font-size: 12px;
}
.at-fancy-rangeslider .at-tooltip {}
.at-fancy-rangeslider .at-tooltip.error {
  position: absolute;
  background-color: var(--voiture-theme-color-007);
  color: var(--voiture-theme-color);
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: whitesmoke;
}
::-webkit-scrollbar {
  width: 8px;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #b3b3b3;
}

.at-filter-labels-wrapper span {
  display: inline-block;
  text-align: center;
  padding: 4px 20px;
  border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  background-color: var(--voiture-theme-color-007);
  color: var(--voiture-theme-color);
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.at-filter-labels-wrapper span.reset {
  background-color: white;
  border: 1px solid var(--voiture-theme-color);
}
.at-filter-labels-wrapper span.reset a {
  color: var(--voiture-theme-color);
}

.grecaptcha-badge {
  visibility: hidden;
}

.add-fix-top {
  bottom: 80px;
}

.sidebar.sidebar-right .widget_apus_listing_buttons .job-detail-buttons {
  display: flex;
  flex-direction: column-reverse;
}
.sidebar.sidebar-right .widget_apus_listing_buttons .job-detail-buttons .btn-block ~ .btn-block {
  margin-top: 0;
  margin-bottom: 20px;
}

.mobile-sidebar-btn {
  top: 57%;
}


#compare-sidebar .compare-actions {
  bottom: 60px;
}

.at-nostyle,
.at-nostyle:hover,
.at-nostyle:active,
.at-nostyle:focus {
  padding: 0!important;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  box-shadow: none
}

.blog .entry-title,
.blog .entry-title a {
  text-transform: none;
}

.post-template-default article p {
  font-size: 15px;
}
.post-template-default article a {
  color: var(--voiture-link-color);
  text-decoration: underline;
}

.at-make-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.at-make-section .make {
  flex: 0 200px;
  height: 200px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  background-color: #09adef;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.at-make-section .make.transparent {
  border: 0;
  background: transparent;
  height: 0;
}
.at-make-section .make:hover {
  transform: scale(1.05);
}
.at-make-section img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  filter: invert(1);
}
.at-make-section h2 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

.at-phones {
  background-color: #f6f6f6;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-bottom: 20px
}
.at-phones.only-mobile {
  display: none;
}
.at-phones h4 {
  margin-bottom: 5px;
}
.at-phones a {
  font-size: 20px;
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .apus-breadscrumb.has_bg .wrapper-breads {
    padding: 30px 0;
  }
  .apus-breadscrumb.has_bg {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1350px) {
  .slick-slide .nice-spacer:not(:last-of-type)::after {
    right: -5px;
  }
}


@media screen and (max-width: 991px) {
  .widget-listings-slider .listing-grid-slider-wrapper {
    height: 400px;
  }
  .widget-listings-slider .listing-item {
    margin-top: 130px;
  }
  .at-phones.only-mobile {
    display: flex;
  }
}

/* @media screen and (max-width: 767px) {
  .listings-display-mode {
    display: none;
  }
} */

@media screen and (max-width: 740px) {
  .at-stick-it {
    box-shadow: 200px 0px 0px #09adef, -200px 0px 0px #09adef
  }
}
