/*!
Theme Name: Vanforceltd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vanforceltd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vanforceltd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
270}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* 21-12-2023 --------------------------------------------------------------- */


p {
  /*font-family: "Poppins", sans-serif;*/
  font-size: 16px;
}

.v-text-size p {
  font-size: 14px;
  font-weight: 400;
}

header#masthead .row {
  align-items: center;
}

.site-branding {
  padding-top: 10px;
}

.main-navigation ul {
  display: flex;
  justify-content: space-around;
}

header#masthead .col-sm-3 {
    width: 16%;
}

header#masthead .col-sm-9 {
    width: 83%;
    padding-right: 0px;
}


ul#primary-menu li a {
  padding: 10px 12px;
  font-size: 16px;
  text-decoration: none;
  color: #faf2a0;
  font-family: "Poppins", sans-serif;
  outline: 0 !important;
  transition: all 0.2s ease-in-out;
}

ul#primary-menu li a:hover {
  transform: scale(1.1);
}

.contact-us a {
  color: #141a1c !important;
  text-transform: uppercase;
  background: rgb(199, 173, 102);
  background: linear-gradient(
    180deg,
    rgba(199, 173, 102, 1) 0%,
    rgba(250, 242, 160, 1) 53%,
    rgba(199, 173, 102, 1) 100%
  );
}

.site-header {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1779768059567577) 46%,
    rgba(255, 255, 255, 0) 100%
  );
  position: fixed;
  width: 100%;
  z-index: 99;
}

.site-header.sticky {
  background-color: #2f4047 !important;
  box-shadow: 1px 2px #2f4047;
}

/*----------------------------navigation-------------------------------------*/

.menu-item-has-children ul {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  background-color: #2f4047b0;
}

/*----------------------------landingpage hero-------------------------------------*/

/*---------About us section 22-12-23--------------------*/
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-ec8a8d0.aboutus_txt {
  justify-content: flex-end;
}

.aboutus_txt .elementor-widget-wrap.elementor-element-populated {
  max-width: 600px !important;
}

.btn-golden a {
  background: rgb(199, 173, 102) !important;
  background: linear-gradient(
    180deg,
    rgba(199, 173, 102, 1) 0%,
    rgba(250, 242, 160, 1) 53%,
    rgba(199, 173, 102, 1) 100%
  ) !important;
}

.about-us-gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 320px;
  height: 100%;
  background: white;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.hero-heading1 {
  position: absolute;
  bottom: -10px;
}

.elementor-element.elementor-element-ab79ff0.elementor-widget.elementor-widget-heading {
  margin-bottom: 0;
}

section#home-page-banner {
  position: relative;
}

/*--------features 22-12-23--------------------*/

.accordian-open .elementor-tab-content {
  position: relative;
}

.accordian-open .elementor-tab-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: white;
  left: 27px;
}

/*------------------ vans we buy----------------------*/

.elementor-image-carousel-caption {
  position: relative;
  bottom: 50px;
  padding-left: 40px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 38px !important;
  border-radius: 10px;
}

.vans-buy-heading {
  max-width: 300px;
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
  justify-content: flex-end;
}

.elementor-element.elementor-element-76bde87.btn-golden.elementor-widget.elementor-widget-button {
  max-width: 300px;
}

a.elementor-button.elementor-button-link.elementor-size-sm.elementor-animation-pulse-grow {
  justify-content: flex-end;
}

.swiper-slide-image {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}

/*--------------------------------Vanforce contact us  Form----------------------*/

/*.form-row p {
  width: 100%;
  display: flex;
  column-gap: 20px;
}
.form-row {
  padding-top: 20px;
}

span.wpcf7-form-control-wrap {
  width: 50% !important;
}

span.wpcf7-form-control-wrap input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: solid 1px black;
  border-radius: 0 !important;
  outline: none;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}

::placeholder {
  color: grey;
  font-size: 13px;
  font-family: poppins;
}

::value {
  color: grey;
  font-size: 13px;
  font-family: poppins;
}

.submit-button {
  padding-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 16px;
  font-family: poppins;
  color: #072339;
  padding: 10px 30px;
  border-radius: 0;
  border: none;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  transform: scale(1.1);
}

input[type="checkbox"] {
  float: left;
  width: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}

span.wpcf7-list-item-label {
  padding-left: 20px;
  display: flex;
  font-family: poppins;
  font-size: 14px;
  font-weight: 500;
}

span.wpcf7-list-item.first.last {
  position: relative;
  margin-left: 0;
}

.form-row-c {
  margin-top: 40px;
}

input[type="checkbox"] {
  position: absolute;
  top: 5px;
}*/

/*---------------------------------contact us page----------------------------*/
/*.contact-box-shadow .elementor-column-gap-default {
  box-shadow: 0px 7px 15px #00000063 !important;
}
*/
/*------------------------footer----------------------*/

section#block-7 {
  margin-bottom: 0px;
}

footer#colophon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul#menu-footer-menu li {
  list-style: none;
}

ul#menu-footer-menu li a {
  text-decoration: none;
  list-style: none;
  color: #faf2a0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

ul#menu-footer-menu {
  display: flex;
  gap: 30px;
}

footer#colophon {
  background-color: #2f4046;
  margin-top: 0px;
}

.wp-block-image {
  padding-top: 80px;
}

section#block-8 {
  max-width: 39%;
  margin: auto;
}

section#block-8 p {
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  font-size: 14px;
}

section#block-9,
section#block-10,
section#block-13 {
  display: block;
  width: 100%;
}

hr:not([size]) {
  height: 0.5px !important;
  max-width: 1200px;
  display: block;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  background-color: #faf2a09a !important;
  border: 0;
}

section#block-9 {
  margin: 6px;
}
section#nav_menu-2 {
  margin-bottom: 0;
}

ul.wp-block-social-links.has-normal-icon-size.has-icon-color.has-icon-background-color.is-content-justification-center.is-layout-flex.wp-container-core-social-links-layout-1.wp-block-social-links-is-layout-flex {
  list-style: none;
}

ul.wp-block-social-links.has-normal-icon-size.has-icon-color.has-icon-background-color.is-content-justification-center.is-layout-flex.wp-container-core-social-links-layout-1.wp-block-social-links-is-layout-flex
  li {
  border-radius: 50%;
}

footer#colophon p:empty {
  display: none;
}

section#block-10 {
  margin-bottom: 0;
}

section#block-12 {
  margin-bottom: 0;
}

section#block-13 {
  margin-bottom: 0;
}

.site-info {
  width: 80%;
  display: flex;
  justify-content: space-between;
  color: #faf2a0a2;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.menu-footer-menu-container ul {
  margin: 0;
}

/*______________________________________van sale ------------------------------------------*/

.form-row-reg {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

/*----------------------------------registration form------------------------------*/

fieldset.fieldset-cf7mls.cf7mls_current_fs[data-cf7mls-order="0"]:before {
  content: "Registration Number";
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

fieldset.fieldset-cf7mls.cf7mls_current_fs[data-cf7mls-order="1"]:before {
  content: "Vehicle Details";
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

fieldset.fieldset-cf7mls.cf7mls_current_fs[data-cf7mls-order="2"]:before {
  content: "Personal Information";
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

fieldset.fieldset-cf7mls.cf7mls_current_fs[data-cf7mls-order="3"]:before {
  content: "Upload Pictures ";
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

/*fieldset.fieldset-cf7mls.cf7mls_current_fs[data-cf7mls-order="3"]:after {
    content: "Pictures Upload Size ( Maximum 20Mb )";
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    position: absolute;
    top: 34px;
    left: 0px;
    font-weight: 600;
}*/

.cf7mls_next.cf7mls_btn.action-button {
  background-color: #2f4046;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.cf7mls_back.action-button {
  background-color: #fff;
  color: #2f4046;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.form-row label {
  width: 100%;
  font-size: 12px;
  font-family: poppins;
  color: #072339;
}

body.page-id-1209 footer#colophon {
  background-color: #2f4046;
  margin-top: 0;
}

body.page-id-1209 footer#colophon .wp-block-image {
  padding-top: 70px;
}

.reg-form-steps ol {
  margin-left: 0 !important;
  padding-left: 20px;
}

/*---------------------------------------newsletter 29-12-23 --------------------------------*/
.tnp-field input[type="submit"] {
  position: inherit;
  background: rgb(199, 173, 102) !important;
  background: linear-gradient(
    180deg,
    rgba(199, 173, 102, 1) 0%,
    rgba(250, 242, 160, 1) 53%,
    rgba(199, 173, 102, 1) 100%
  ) !important;
  color: #2f4046 !important;
  font-family: "Poppins" !important;
  text-transform: uppercase;
  padding: 10px 30px !important;
  border-radius: 0 !important;
}

.tnp-field input[type="submit"] {
  position: inherit;
  transition: all 0.2s ease-in-out;
}

input#tnp-1 {
    border-radius: 0;
    padding: 12px 0px;
}
.tnp-field.tnp-field-email label {
  font-size: 18px;
  font-family: poppins;
  font-weight: 400;
}

.tnp.tnp-subscription form {
  display: flex;
  align-items: flex-end;
}

.tnp-field.tnp-field-email {
  width: 100%;
}

.elementor-element.elementor-element-1d306bb.elementor-widget.elementor-widget-text-editor {
  margin-bottom: 0;
}

/* ----------------------------------------------blog page-------------------------------*/
/* .blog-page-h {
  height: 400px;
  background: #e8d7a8;
  width: 100%;
  background-image: url(/dev/vanforceltd/wp-content/themes/vanforceltd/images/innerpage-hero.jpg) !important;
  position: relative;
} */

.blog-page-h {
    height: 560px;
     background: #e8d7a8; 
    width: 100%;
    background-image: linear-gradient(to bottom, #00000059, #000000db), url(https://sellmyvanforce.co.uk/wp-content/uploads/2024/01/van4.png) !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-page-h  h2 {
  color: #c7ad66;
  font-family: fjalla one;
  font-size: 48px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.container-blog {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.blog-row-1 {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 60px;
}

header.entry-header {
  padding: 30px;
}

h1.entry-title {
  font-family: fjalla one;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: #2f4047;
}

.blogs-header-content {
  width: 100%;
  background-color: #c7ad66;
}

.blogs-header-img {
  width: 100%;
}

.entry-content {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #000000ab;
  padding: 50px;
  margin: 0;
}

.blog-excerpt-content p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #000000ab;
  padding: 0px 30px;
  margin: 0;
}

.entry-meta,
.entry-meta a {
  font-family: poppins;
  font-size: 14px;
  color: #2f4047;
  text-decoration: none !important;
}

.post-template-default .entry-content h2 {
  font-family: fjalla one;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: #2f4047;
}

/* .blog-row-3 {
  margin-top: 40px;
}

footer.entry-footer {
  text-align-last: center;
}

footer.entry-footer span.edit-link a {
  font-family: "Poppins";
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 20px;
  color: #000;
  text-decoration: none;
} */

/* .entry-footer span.cat-links,
.entry-footer span.cat-links a {
  font-family: poppins;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}

span.nav-subtitle {
  font-family: poppins;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
span.nav-title {
  font-family: fjalla one;
  font-size: 16px;
  color: #000;
}

.nav-links {
  text-align-last: center;
  margin-top: 20px;
} */

body.single footer#colophon {
  margin-top: 0px !important;
}

body.single footer .wp-block-image {
  padding: 60px !important;
}

/*---------------------------------search page----------------------*/
.container-page {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.container-page h2 {
  font-family: fjalla one;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: #2f4047 !important;
  padding: 0;
}

.container-page h2 a {
  color: black;
}

.container-page span {
  font-family: poppins;
  font-size: 16px;
  color: #2f4047;
  text-decoration: none !important;
}

.container-page h1 span {
  font-size: 24px;
  text-transform: uppercase;
}

.container-page .page-header h1 {
  font-family: poppins;
  font-size: 24px;
  margin-top: 50px;
}

.container-page header.entry-header {
  padding: 0px;
  margin-bottom: 20px;
}

.container-page span.edit-link a,
.nav-previous a {
  font-family: poppins;
  font-size: 16px;
  color: #2f4047;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.search footer#colophon {
  margin: 0;
}

body.search footer#colophon .wp-block-image {
  padding-top: 80px;
}

.article-content {
  column-count: 3;
  column-gap: 25px;
}

.article-content article {
  border: 1px solid;
  padding: 20px;
  break-inside: avoid;
}

.container-page nav.navigation.posts-navigation {
  margin-bottom: 80px;
}

/*-------------------------------------404 page________________________________*/

section.error-404.not-found h1 {
  font-family: "Poppins";
  font-size: 24px;
}

body.error404 footer#colophon {
  margin: 0;
}

body.error404 footer#colophon .wp-block-image {
  padding-top: 80px;
}

section.error-404.not-found {
  margin: 50px 0;
}


::-ms-input-placeholder { 
  color: #2F4047;

    font-weight: 500;
}

::placeholder {
  color: #2F4047;
  font-weight: 500;
}


div#right-side-form .elementor-widget-wrap.elementor-element-populated, 
div#left-side-detalis .elementor-widget-wrap.elementor-element-populated {
    padding: 50px 30px;
}


div#left-side-detalis .elementor-widget-wrap.elementor-element-populated, div#steps{
  background: linear-gradient(135deg,  rgba(47,64,70,1) 47%,rgba(9,12,13,1) 100%);

}


/*section#van-we-buy figure.elementor-image-box-img{
   width: 218px;
    height: 150px;
}*/

section#van-we-buy figure.elementor-image-box-img a{
  position: relative;
  display: inline-block;
  height: 200px;
  width: 100%;
}
section#van-we-buy figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


a#btn-golden {
    text-shadow: rgb(173 160 160) 0px 1px 3px;
}
.site-branding img {
    max-width: 160px;
    width: 100%;
}


section#privacy-policy p a {
    color: #000000AB;
}

section#block-16, section#block-16 blockquote {
    margin: 0px;
}

section#block-16 p {
    color: #fff;
}

section#block-16 p {
    color: #fff;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
}


footer#colophon figure.aligncenter.size-full.is-resized {
    margin-bottom: 0px;
}

.site-powered-by a{
  text-decoration: none;
  color: #faf2a0a2;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.site-powered-by a:hover{
  color: #fff;
}


section#block-17, section#block-17 figure.aligncenter.size-large.is-resized{
  margin:0px;
}


body.single footer .wp-block-image {
    padding: 0px !important;
    padding-top: 30px !important;
}

.wp-block-image {
    padding-top: 10px;
}

footer#colophon {
    padding: 110px 110px 0px 110px;
}

div#left-side-contact .elementor-widget-wrap.elementor-element-populated {
    padding-left: 100px;
}

div#right-side-form .elementor-widget-wrap.elementor-element-populated {
    padding-right: 350px;
}

  /* section#home-page-banner:after {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}*/

section#home-page-banner .elementor-container.elementor-column-gap-default {
    z-index: 9;
    position: relative;
}
a#btn-golden, div#btn-golden img {
    animation: pluse 3s linear infinite;
}
@keyframes pluse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


    .all-time-screen{
    display: none;
}

.leptop-screen{
  display: block;
}


div#van-we-buy h4.pp-info-box-title {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(174 136 73) 0%, rgba(250, 242, 160, 1) 53%, rgb(174 136 73) 100%);

    margin: 0;
    padding: 10px 20px;
    color: #2A3A40;
    text-align: center;
}

.pp-info-box .pp-info-box-icon{
  border: 4px solid #ae8849;
}
.pp-info-box .pp-info-box-icon img {
    height: 475px;
    object-fit: cover;
}

div#footer-menu-van-menu ul#menu-bottom-van-buy {
    width: 100% !important;
    justify-content: space-between;
}


ul#menu-bottom-van-buy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: none;
}
ul#menu-bottom-van-buy li {
    width: calc(33.33% - 10px);
    margin-left: 10px;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: 1px solid #000;
    padding: 8px 35px;
    margin-bottom: 11px;
}
div#footer-menu-van-menu .premium-ver-inner-container {
    width: 100%;
}

div#footer-menu-van-menu .premium-nav-menu-container {
    box-shadow: none;
/*    background: #eadd8e;*/
background:#ecd38a;
}

div#footer-menu-van-menu ul#menu-bottom-van-buy li a {
    padding-bottom: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #072339;
    font-family: "Poppins", sans-serif;
    outline: 0 !important;
        transition: all 0.2s ease-in-out;
    
}


div#footer-menu-van-menu ul#menu-bottom-van-buy li:hover, div#footer-menu-van-menu .current_page_item  {
    color: #fff;
    background: #29383e;
        transition: all 0.2s ease-in-out;
}

div#footer-menu-van-menu ul#menu-bottom-van-buy li:hover a, div#footer-menu-van-menu .current_page_item a{
  color: #fff!important;
}

div#main-van-models {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

div#footer-menu-van-menu ul#menu-bottom-van-buy li:after {
    content: '\f560';
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 16px;
    color:#072339;
    font-family: FontAwesome;
        transition: all 0.2s ease-in-out;
}

div#footer-menu-van-menu ul#menu-bottom-van-buy li:hover *, div#footer-menu-van-menu ul#menu-bottom-van-buy li:hover:after {
    color: #fff;
        font-weight: 500;
            transition: all 0.2s ease-in-out;

}

div#footer-menu-van-menu li.current_page_item:after {
    color: #fff!important;
}




/********** Start Abhay CSS 31-03-2025 ( New Website )  *********/

header#main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
header#main-header.elementor-sticky--active {
    background: #2f4047;
    z-index: 999;
}
header#main-header nav > ul > li:last-child{margin-left:25px;}
header#main-header nav > ul > li:last-child a {
    padding-right: 55px;
    position: relative;
    background: #fff !important;
    border-radius: 50px;
    text-transform: capitalize;
}

header#main-header nav > ul > li:last-child a:after {
    display: block;
    content: '';
    background: url(images/comment-regular.svg);
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    object-fit: cover;
    z-index: 99;
    opacity: 1;
}
.post, .page{margin:0px !important;}
section#filter-search-section .elementor-tabs {
    text-align: center;
    width: auto;
}

section#filter-search-section .elementor-tabs .elementor-tabs-wrapper {
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 5px;
    border-radius: 35px;
}

section#filter-search-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border: none;
    padding: 12px 45px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

section#filter-search-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::before {
    display: none;
}

section#filter-search-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after {
    display: none;
}

section#filter-search-section .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    border-radius: 50px;
    background: #2c3c43;
    color: #fff;
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 0;
    border: none;
    background: #eecf7c !important;
    border-radius: 150px !important;
    overflow: hidden;
    box-shadow: 0px 0px 20px #a5a5a542;
    margin-top: 0;
    margin-top: -4px;
}
section#filter-search-section .elementor-tabs button.search-submit.heading-font {
    background: #2f4047;
    border: 0;
    border-radius: 30px;
    max-width: 235px;
    font-family: 'Lexend';
}
section#filter-search-section  .filter-listing.motors_dynamic_listing_filter .stm-filter-tab-selects{
  padding-bottom: 0;
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p:empty {
    display: none;
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing {
    overflow: hidden;
    display: block;
    box-shadow: 0px 0px 10px #ddd;
    padding: 20px!important;
    width: 100% !important;
    max-width: 100%;
    background:#eecf7c !important;
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .stm-select-col {
    margin: 0px !important;
    width: 33.33% !important;
    text-align: left;
}
span.select2-container {
    z-index: 99 !important;
}
section#three-step-section .elementor-column:after {
   background: url("images/arrow-box.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    content: '';
    position: absolute;
    right: -50px;
    width: 91px;
    height: 26px;
    top: 40%;
    transform: translateY(-40%) rotate(-20deg);
}
section#three-step-section .elementor-column {
    position: relative;
}
section#three-step-section .elementor-column:last-child:after {
    display: none;
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .stm-select-col span {
    color: #000;
    border-radius: 30px;
    height: 45px;
}
section#car-deal-section div#cardeal-row article.elementor-post .elementor-post__text {
    padding: 0px 10px;
}

section#car-deal-section div#cardeal-row article.elementor-post .elementor-post__text h3.elementor-post__title {
    margin: 0px 0px 10px;
}

section#car-deal-section div#cardeal-row article.elementor-post .elementor-post__text .elementor-post__excerpt {margin-bottom: 10px;}

section#car-deal-section div#cardeal-row article.elementor-post .elementor-post__text a.elementor-post__read-more {
    margin-bottom: 10px;
}

section#car-deal-section div#cardeal-row article.elementor-post .elementor-post__text h3.elementor-post__title a {
    text-decoration: none;
    color: #000;
}

section#car-deal-section div#cardeal-row article.elementor-post .elementor-post__text .elementor-post__excerpt p {color: #000;}

section#car-deal-section div#cardeal-row article.elementor-post .elementor-post__text a.elementor-post__read-more {
    text-decoration: none;
    color: #000;
}
section#home-blog-sections article.elementor-post a.elementor-post__thumbnail__link {
    margin: 0;
}

section#home-blog-sections article.elementor-post .elementor-post__text {
    background: #2f4047;
    padding: 30px;
    border-radius: 20px;
    max-width: 90%;
    margin: auto;
    margin-top: -50px;
    z-index: 99;
}
section#home-blog-sections article.elementor-post .elementor-post__text .elementor-post__read-more-wrapper a.elementor-post__read-more {
    background: #f2e897;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 35px;
    margin-top: 10px;
}
section#home-contact-sections div#home-contactform-row form.wpcf7-form {
    padding: 10px;
}

section#home-contact-sections div#home-contactform-row form.wpcf7-form input {
    background: #fff;
    border-radius: 35px !important;
    padding: 15px 30px;
    margin: 0;
    font-size:16px;
    font-weight: 500;
    color:#000;
}
section#home-contact-sections div#home-contactform-row form.wpcf7-form input::placeholder{
    color: #000;
}
section#home-contact-sections div#home-contactform-row form.wpcf7-form p {
    margin: 0;
}

section#home-contact-sections div#home-contactform-row form.wpcf7-form span.wpcf7-form-control-wrap {
    border-radius: 35px;
}

section#home-contact-sections div#home-contactform-row form.wpcf7-form .form-row-c {
    margin-top: 15px;
}

section#home-contact-sections div#home-contactform-row form.wpcf7-form .form-row-c span.wpcf7-list-item-label {
        color: #000;
    font-family: 'Lexend';
    font-size: 14px;
}
.wpcf7-response-output {
    color: #ffb900;
}
section#home-contact-sections div#home-contactform-row form.wpcf7-form .form-row:nth-child(2) {
    padding-top: 0 !important;
}
section#home-contact-sections div#home-contactform-row form.wpcf7-form input.wpcf7-submit {
    background: #98692f;
    width: auto;
    font-size: 16px;
    font-family: 'Lexend';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 40px;
    color: #fff;
    transition: all 0.4s;
}
section#home-contact-sections div#home-contactform-row form.wpcf7-form input.wpcf7-submit:hover{
  background: #fff;
  color: #000;
  transition: all 0.4s;
}
footer.elementor-section .tnp.tnp-subscription form {
    display: block;
}

footer.elementor-section .tnp.tnp-subscription form label {
    display: none;
}

footer.elementor-section .tnp.tnp-subscription form input {
    border-radius: 35px;
}
footer.elementor-section .tnp.tnp-subscription form .tnp-field-button input.tnp-submit {
    background: #EECF7C !important;
    border-radius: 35px !important;
    text-transform: capitalize !important;
    font-weight: 500;
    font-family: 'Lexend' !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    transition: all 0.4s;
}
footer.elementor-section .tnp.tnp-subscription form .tnp-field-button input.tnp-submit:hover{
   background: #fff !important;
   transition: all 0.4s;
}
.tnp-field.tnp-field-email input {
    border-radius: 30px !important;
}
footer.elementor-section .elementor-column nav ul li.menu-item a.elementor-item {
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 500;
}
div#why-choose-accordian .elementor-tab-content.elementor-active {
    border-left: 5px solid #2c3c43!important;
}
div#why-choose-accordian .elementor-tab-content p{
    margin: 0
}
div#post-slider .uc_image_carousel_content {
     margin-top: -100px;
    position: relative;
    width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 0 40px 40px #0000000d;
}
div#post-slider .owl-nav button.owl-prev {
    left: -50px;
    border: 1px solid #000;
}
div#post-slider .owl-nav button.owl-next {
    right: -50px;
    border: 1px solid #000;
}
.footer-menu nav ul li {
    padding-left: 20px;
    position: relative;
}
.footer-menu nav ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url('images/angle-right.png');
    width: 8px;
    height: 13px;
    transform: translateY(-50%);
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .stm-select-col{
    width: calc(25%)!important;
    /*border-right: 1px solid #000*/
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .stm-select-col:last-child{
    border-right:0;
}
section#filter-search-section span.select2-selection__rendered, span.select2-results li {
    font-family: "Lexend", Sans-serif!important;
}
.breadcrumbs p#breadcrumbs span a {
    color: #fff!important;
}
div#blog-listing .elementor.e-loop-item:nth-child(2) {
    grid-column: 1 / -1;
}
div#blog-listing .elementor.e-loop-item:nth-child(2) .elementor-widget-image .elementor-widget-container a{
    height: 500px;
    position: relative;
    display: block;
}

div#blog-listing .elementor.e-loop-item:nth-child(2) .elementor-widget-image .elementor-widget-container  img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
div#blog-listing .elementor-widget-theme-post-featured-image .elementor-widget-container a{
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
}
div#blog-listing .elementor-widget-theme-post-featured-image .elementor-widget-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#faq-section  .elementor-accordion-item {
    margin-bottom: 10px;
}
div#faq-section  .elementor-accordion-item .elementor-tab-title {
    border-radius: 20px;
}
div#faq-section  .elementor-accordion-item  .elementor-tab-title.elementor-active {
    border-radius: 20px 20px 0 0; 
}
div#faq-section .elementor-accordion-item .elementor-tab-content.elementor-active {
    border-radius: 0 0 20px 20px;
    padding-top: 0;
}
div#contact_form form {
    overflow: unset;
}
div#contact_form form .form-row.half {
    width: calc(50%);
    display: block;
}
div#contact_form form .form-row.half input{
    width: 100%;
    padding: 20px 20px;
    font-family: 'Lexend'!important;
    font-size: 14px;
    background: #fff;
    border-radius: 30px;
    outline: none;
}
div#contact_form form .form-row.half p {
    margin-bottom: 0;
}
div#contact_form form span.wpcf7-list-item-label {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

div#contact_form form .form-row-c p {
    margin-bottom: 0;
}
div#contact_form form input.wpcf7-form-control.wpcf7-submit.has-spinner {
   background: #EECF7C;
    border: 0;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-family: "Lexend", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div#contact_form form span.wpcf7-list-item.first.last {
    margin-left: 0;
}
div#contact_form form {
    display: flex !important;
    overflow: unset;
    flex-wrap: wrap;
    gap: 20px;
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
    margin: 0;
}

body.archive.post-type-archive.post-type-archive-listings header#main-header {
    position: relative;
    background-color: #2C3C43;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side {
   padding: 40px 30px;
    background-color: #2c3c43;
    color: #fff;
    font-family: 'Lexend';
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stm-sort-by-options.clearfix {
    display: flex;
    align-items: center;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side .form-group select {
        padding: 10px 15px;
    font-family: 'Lexend';
    border-radius: 10px;
    font-size: 14px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    padding-right: 30px;
}

/*body.archive.post-type-archive.post-type-archive-listings span.select2.select2-container.select2-container--default {
    display: none;
}
*/
body.archive.post-type-archive.post-type-archive-listings .form-group {
    margin-bottom: 0;
}

body.archive.post-type-archive.post-type-archive-listings .filter-price.stm-slider-filter-type-unit {
    margin-bottom: 0;
}

body.archive.post-type-archive.post-type-archive-listings input#stm_keywords {
    padding: 10px 20px;
    color: #000;
    min-height: 43px;
    font-family: 'Lexend';
    font-size: 14px;
    border-radius: 10px;
    background-color: #fff;
}
body.post-type-archive-listings .archive-listing-page_content .stm-view-by {
    display: none;
}
body.post-type-archive-listings .archive-listing-page_content .stm-listing-directory-title h3 {
    font-size: 48px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
    color: #2c3c43;
}
body.post-type-archive-listings .archive-listing-page_content .stm-sort-by-options > span {
    font-family: 'Lexend';
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
}
body.post-type-archive-listings .archive-listing-page_content .stm-sort-by-options .stm-select-sorting select {
    padding: 10px 30px;
    font-family: 'Lexend';
    font-size: 14px;
    border: 0;
    border-radius: 30px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    padding-right: 30px;
}

body.post-type-archive-listings .listing-list-loop .meta-middle-unit-top .value {
    font-size: 14px!important;
    margin-top: initial!important;
    color: #000;
}
body.post-type-archive-listings .listing-list-loop .content .title {
    font-size: 30px;
}
body.post-type-archive-listings .listing-list-loop .content {
    width: 70%;
}
body.post-type-archive-listings .listing-list-loop .image {
    min-width: 35%;
}
body.post-type-archive-listings .archive-listing-page .stm-isotope-listing-item .image-inner {
    height: 300px;
    position: relative;
}
body.post-type-archive-listings .archive-listing-page .stm-isotope-listing-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
}
.sidebar-action-units a {
    padding: 10px 20px!important;
}
.sidebar-action-units .button {
    padding: 15px 20px!important;
    font-size: 14px!important;
    border-radius: 30px;
    margin-top: 15px;
}
.sidebar-action-units a {
    padding: 10px 20px!important;
}
.sidebar-action-units .button {
  padding: 15px 20px !important;
    font-size: 14px !important;
    border-radius: 30px;
    margin-top: 15px;
    background: #EECF7C;
    font-family: "Lexend", sans-serif;
    color: #000000;
    font-weight: 400;
}

a.stm-listings-empty__button {
    padding: 10px 30px;
    background: #bc9a58;
    display: inline-block;
    color: #fff;
    font-family: 'Lexend' !important;
    font-size: 14px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s;
}

a.stm-listings-empty__button:hover {
    background: #9c6f34;
    transition: all 0.5s;
}
div#admin-form {
    background: #2f4047;
    padding: 20px;
    border-radius: 10px;
}
div#admin-form form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#admin-form form ul li input, div#admin-form form ul li textarea{
    background: #fff;
    border:0;
    padding: 10px 20px;
    font-family: 'Lexend';
    font-size: 16px;
    height: 50px;
}
div#admin-form form ul li textarea{
    min-height: 100px;
}

div#admin-form form ul li label {
    font-size: 14px;
    font-family: 'Lexend' !important;
    font-weight: 500;
    color: #fff;
}
div#admin-form form ul li input.wpcf7-submit {
    font-family: 'Lexend' !important;
    font-size: 14px;
    font-weight:600;
    background: #c7ad66;
    border-radius: 30px;
    padding: 10px 20px;
}
section#seller-note .post-content.mvl-listing-description {
    font-size: 16px;
    color: #fff;
    font-family: 'Lexend' !important;
    line-height: 24px;
}
.stm-single-listing-car-features.grouped_features ul li span {
    font-family: 'Lexend' !important;
    font-size: 18px !important;
    font-weight: 600;
}
div#multistep-form form input{
    padding: 15px 20px;
    border:0;
    font-family: 'Lexend';
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    margin-bottom: 10px;
    width: 100%;
}
div#multistep-form form .form-row-f p {
    margin-bottom: 0;
}
div#multistep-form form .cf7mls-btns button {
   background: #9c6f34;
    margin: 0;
    border-radius: 30px;
    padding: 15px 60px;
    font-family: 'Lexend';
    font-size: 16px;
    font-weight: 500;
    float: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div#multistep-form form fieldset:before {
   font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
    font-family: 'Lexend';
    text-transform: uppercase;
    letter-spacing: 1px;
}
div#multistep-form form p{
  margin-bottom: 0;
}
fieldset[data-cf7mls-order="3"] p {
    margin-bottom: 20px!important;
}

fieldset[data-cf7mls-order="3"] .form-row:nth-child(2) {
    background: #fff;
    padding: 10px;
}
.stm-listing-single-price-title .price.discounted-price {
    padding: 10px 40px!important;
}
#faq_about .elementor-accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
}
#faq_about div.elementor-tab-title {
    border-radius: 10px;
}
#faq_about  div.elementor-tab-title.elementor-active {
    border-radius: 10px 10px 0 0;
}
#faq_about .elementor-tab-content.elementor-active {
    border-radius: 0 0 10px 10px;
}
#faq_about .elementor-tab-content p{
  margin-bottom: 0;
}
.type-card figure.elementor-image-box-img a {
    display: block;
    height: 330px;
    position: relative;
    border-radius: 10px;
}
.type-card figure.elementor-image-box-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*.type-card figure.elementor-image-box-img a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(44, 60, 67, 1) 100%);
}*/
.type-card .elementor-image-box-content {
    position: absolute;
    bottom: 10px;
    width: 100%;   
}
.type-card .elementor-image-box-content h3.elementor-image-box-title{
    margin-bottom: 0;
}
.type-card .elementor-image-box-content h3.elementor-image-box-title a {
    display: block;
    padding: 15px 20px;
    background: #9c6f34;
    border-radius: 0 0 10px 10px;
}
header#main-header .elementor-widget.elementor-widget-theme-site-logo img{
    transition: all 0.3s;
}
header#main-header.elementor-sticky--active .elementor-widget.elementor-widget-theme-site-logo img {
    max-width: 100px;
    transition: all 0.3s;
}

.bottom-van-buy nav.elementor-nav-menu--main ul {
    column-count: 3;
}

.bottom-van-buy nav.elementor-nav-menu--main ul li {
       border: 1px solid #000;
    margin-bottom: 20px;
    background: #fffbef99;
    border-radius: 5px;
    padding: 15px 20px;
    transition: all 0.4s;
}
.bottom-van-buy nav.elementor-nav-menu--main ul li:hover {
    background: #202a2f;
    
}
.bottom-van-buy nav.elementor-nav-menu--main ul li:hover a{
  color: #fff!important;
      padding: 0;
    transition: all 0.4s;
}
.bottom-van-buy nav.elementor-nav-menu--main ul li a {
    justify-content: center;
    padding: 0;
}
.why-choose-vans .elementor-accordion-item {
    margin-bottom: 10px;
}
.why-choose-vans .elementor-accordion-item h3 {
    border-radius: 10px;
}
.why-choose-vans .elementor-accordion-item  h3.elementor-tab-title.elementor-active {
    border-radius: 10px 10px 0 0;
}
.why-choose-vans .elementor-accordion-item  h3.elementor-tab-title.elementor-active + .elementor-tab-content {
    border-radius: 0 0 10px 10px;
}
.why-choose-vans .elementor-accordion-item  span.elementor-accordion-icon.elementor-accordion-icon-right svg {
    font-size: 15px;
    font-weight: 400;
}

.we-care-rest .elementor-element-populated {    
 overflow: hidden;
    display: block;
    box-shadow: 0px 0px 10px #ddd;
    padding: 35px !important;
    width: 100% !important;
    max-width: 100%;
    background: #bc9a58 !important;}

.elementor-column.why-choose-us-image {
   position: sticky!important;
    position: -webkit-sticky;
    top: 140px;
    height: 600px;
}

    .why-choose-van-force .pp-info-box .pp-info-box-icon{
      border:0px;
    }


    .list-innher-page ul {
    margin: 0px;
}

/*
h1, h2, h3, h4, h5, h6{
    font-family: proxima-nova, sans-serif!important;
    font-weight: 700!important;
    }

p{
    font-family: proxima-nova, sans-serif!important;
    }*/


/**/
.three-image-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.listing-image-only{
    background-color: #f1f1f1;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    position: relative;
}

/*.listing-image-only img {
    width: 100%;
    height: 180px!important;
    object-fit: cover;
}*/

.post-image-main {
  margin-bottom: 30px;
}
span.status-badge {
    background: #b30606;
    padding: 5px 30px;
    color: #fff;
    font-family: 'Lexend';
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 30px;
    border: 2px solid #f1f1f1;
}
.listing-image-only .heading-listing a{
  color: #000;
}
.listing-image-only .heading-listing h3 {
    font-size: 20px;
    font-family: 'Lexend';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding: 10px 0;
    margin-bottom: 0;
}
.listing-image-only .heading-listing h3 span {
    font-size: 16px;
    display: block;
    color: #3c3c3c;
}
.listing-image-only .thumbnail-wrapper {
    width: 100%;
    height: 300px;
}
.listing-image-only .thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /*border: 2px solid #eecf7c;*/
}
.heading-listing {
    padding: 11px 0px;
}

.listing-text,  .listing-read-more a  {
      color: #000000!important;
font-family: proxima-nova, sans-serif!important;
font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
      display: none;
}
.listing-price-mileage {
    background: #213237;
    padding: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
}
.three-image-row .listing-image-only .listing-price, .three-image-row .listing-image-only .listing-mileage {
    color: #ffffff;2711
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lexend';
}
.three-image-row .listing-image-only .listing-price {
    background: #eecf7c;
    color: #000;
    padding: 0 10px;
    border-radius: 20px;
}

.three-image-row .listing-image-only .listing-price span {
    color: #000;
     font-family: 'Lexend';
    font-weight:600;
}

 .three-image-row .listing-image-only .listing-mileage span{
    color: #ffffff;
    font-family: 'Lexend';
    font-weight:600;
}

.twentytwenty-overlay:hover {
    background: transparent!important;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    font-family: 'proxima-nova';
    padding: 5px 40px;
    font-size: 18px;
}
.twentytwenty-handle {
    border: 3px solid #2f4047 !important;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    background: #2f4047;
    box-shadow: 0 3px 0 #2f4047, 0px 0px 12px rgb(47 64 71)!important;
}
.bafg-twentytwenty-container.active .twentytwenty-before-label,
.bafg-twentytwenty-container.active .twentytwenty-after-label,
.twentytwenty-overlay .twentytwenty-before-label, 
.twentytwenty-overlay .twentytwenty-after-label{
      opacity: 1!important;
}
/* .icon-float img {
    animation: float-2 2.4s alternate infinite;
}
@keyframes float-2{
    0% {
    transform: translatey(0);
    }
    0% {
        transform: translatey(30px);
    }
} */
@media(max-width: 1400px){
   .header-menu nav.elementor-nav-menu--main ul li {
        padding: 5px 8px!important;
    }
}
@media(max-width: 1300px){
    .header-menu nav.elementor-nav-menu--main ul li {
        padding: 5px 10px;
    }
    .header-menu nav.elementor-nav-menu--main ul li a {
        padding: 10px;
        font-size: 14px;
    }
    header#main-header nav > ul > li:last-child {
    margin-left: 10px;
}
}
@media(max-width: 1200px){
    .header-menu nav.elementor-nav-menu--main ul li a {
        font-size: 12px;
    }
    header#main-header nav > ul > li:last-child a:after {
        width: 15px;
        height: 15px;
    }
    header#main-header nav > ul > li:last-child a {
        padding-right: 45px;
    }
    header#main-header nav > ul > li:last-child {
        margin-left: 0px;
    }

     div#post-slider .owl-nav button.owl-next {
    right: 0px;
    border: 1px solid #000;
}
	

}
@media(max-width: 1024px){
	header#main-header nav.elementor-nav-menu--dropdown {
		padding-bottom: 40px;
		border-radius: 0 0 20px 20px
	}
   header#main-header nav > ul > li:last-child {
        margin-left: 0px;
        width: calc(100% - 40px);
        margin: auto;
    }
    div#post-slider .owl-nav button.owl-next{
        right:-10px;
    }
    div#post-slider .owl-nav button.owl-prev{
        left:-10px;
    }
    section#van-we-buy figure.elementor-image-box-img a {
        height: 400px;
    }

    section#van-we-buy .elementor-column.elementor-col-20 .elementor-widget-wrap {
        display: flex;
        gap: 30px;
    }
    section#van-we-buy .elementor-column.elementor-col-20 .elementor-widget-wrap .vans-buy-image.elementor-widget-image-box {
        width: calc(50% - 15px);
    }
}
@media(max-width: 991px){
    div#post-slider .owl-nav button.owl-next{
        right:0px;
    }
    div#post-slider .owl-nav button.owl-prev{
        left:0;
    }

    .three-image-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 20px;
}

.archive-listing-page_content {
    padding: 20px;
}
.archive-listing-page_row
 {
    width: 100%;
    margin: auto;
}


}
@media(max-width: 767px){
    .bottom-van-buy nav.elementor-nav-menu--main ul {
    column-count: 2;
}
      /*section#filter-search-section .elementor-tabs .elementor-tabs-wrapper{
        display: none;
    }*/


    section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .stm-select-col{
      border-right: 0px;
    }

  section#filter-search-section .elementor-tab-mobile-title {
    display: none;
}
    section#filter-search-section .elementor-tabs-content-wrapper {
        background: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    section#filter-search-section .elementor-tab-title.elementor-tab-mobile-title {
        border: 0;
        background: #2c3c43;
        border-radius: 10px;
        color: #fff;
font-family: proxima-nova, sans-serif!important;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing {
        padding: 10px!important;
    }
    section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
        border-radius: 10px!important;
        margin: 0;
    }
    section#filter-search-section .filter-listing.motors_dynamic_listing_filter .stm-filter-tab-selects {
        padding-left: 0;
    }
    section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .stm-select-col {
        width: 100%!important;
        margin-bottom: 10px!important;
    }
    section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .stm-select-col select {
        width: 100%!important;
    }
    section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .row {
        width: 100%;
    }
    section#filter-search-section .elementor-tabs button.search-submit.heading-font {
        max-width: 100%;
    }
    section#three-step-section .elementor-column:after{
        display: none;
    }
    div#post-slider .uc_image_carousel_content{
        width: 100%;
        margin: -50px 0 0 0;
        position: relative;
    }


    .heading-listing a {
  
    line-height: 26px;
    font-size: 20px;
}

.list-innher-page ul {
    margin: 0px;
    padding-left: 17px;
}


}
@media(max-width: 593px){
    section#van-we-buy figure.elementor-image-box-img a{
        height: 300px;
    }
    section#van-we-buy .elementor-column.elementor-col-20 .elementor-widget-wrap {
        display: block;
    }
     section#van-we-buy .elementor-column.elementor-col-20 .elementor-widget-wrap .vans-buy-image.elementor-widget-image-box {
        width: 100%;
    }
    div#blog-listing .elementor.e-loop-item:nth-child(2) .elementor-widget-image .elementor-widget-container a, div#blog-listing .elementor-widget-theme-post-featured-image .elementor-widget-container a {
        height: 300px;
    }
   .bottom-van-buy nav.elementor-nav-menu--main ul {
    column-count: 1;
}




}
@media(max-width: 480px){
    div#contact_form form .form-row.half {
        width: 100%;
        display: block;
    }

    .three-image-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 20px;
}

}


.stm-select-sorting {
    display: none;
}


/*.single.single-listings header#main-header {
    position: relative;
    background: #2f4047;
}*/

body.post-type-archive-listings .archive-listing-page_content .stm-listing-directory-title h1
 {
    font-size: 40px;
    font-family: proxima-nova, sans-serif !important;

    color: #2c3c43;
}



/*19-09-2025*/

h1.elementor-slide-heading span {
    color: #eecf7c;
    font-family: 'Lexend';
    display: block;
    font-size: 20px;
    line-height: 24px;
}
.about-box figure.elementor-image-box-img img {
    filter: invert(1);
}

.why-choose-box .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 100%;
    height: 250px;
}
.why-choose-box .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.why-choose-box .elementor-image-box-wrapper .elementor-image-box-content {
    background: #fff;
    min-height: 220px;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.three-image-row.owl-carousel .owl-nav button {
    color: #000!important;
    background-color: #fff!important;
    width: 40px;
    height: 40px;
    display: inline-block;
    box-shadow: 0 0 5px #00000066;
    border-radius: 50%;
}
.three-image-row.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}
.three-image-row.owl-carousel .owl-nav button.owl-next {
    float: right;
}
body.post-type-archive-listings .container {
    max-width: 1600px;
    padding: 0 60px;
}
body.post-type-archive-listings .archive-listing-page .stm-isotope-listing-item .image-inner .car-status-sold {
    clip-path: none;
    font-family: 'Lexend';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 50px;
    width: auto;
    transform: rotate(45deg);
    top: 15px;
    right: -40px;
    box-shadow: 0 0 20px #00000073;
}
body.post-type-archive-listings .archive-listing-page .stm-isotope-listing-item .image-inner .car-status-sold {
    clip-path: none;
    font-family: 'Lexend';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 50px;
    width: auto;
    transform: rotate(45deg);
    top: 15px;
    right: -40px;
    box-shadow: 0 0 20px #00000073;
}

body.post-type-archive-listings .archive-listing-page_content .stm-sort-by-options .stm-select-sorting select {
    background: #eecf7c;
    font-size: 14px;
    font-family: 'Lexend';
}

body.post-type-archive-listings .archive-listing-page_content .stm-sort-by-options .stm-select-sorting select option {
    font-size: 14px!important;
    font-family: 'Lexend'!important;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price {
    background: transparent;
    float: none;
    order: 2;
    text-align: left;
    margin-left: 0;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price:before {
    display: none;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {
    color: #000;
    display: block;
    font-family: 'Lexend';
    font-size: 20px;
}

.archive-listing-page .stm-isotope-listing-item .listing-car-item-meta .car-meta-top, .car-listing-modern-grid .stm-isotope-listing-item .listing-car-item-meta .car-meta-top {
    display: grid;
}
body.post-type-archive-listings .archive-listing-page .stm-isotope-listing-item .image-inner .car-status-sold {
        clip-path: none;
    font-family: 'Lexend';
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 50px;
    width: auto !important;
    transform: rotate(45deg);
    top: 15px !important;
    right: -40px !important;
    box-shadow: 0 0 20px #00000073;
}

body.post-type-archive-listings .archive-listing-page_content .stm-sort-by-options .stm-select-sorting select {
    background: #eecf7c;
    font-size: 14px;
    font-family: 'Lexend';
}

body.post-type-archive-listings .archive-listing-page_content .stm-sort-by-options .stm-select-sorting select option {
    font-size: 14px!important;
    font-family: 'Lexend'!important;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price {
    background: transparent;
    float: none;
    order: 2;
    text-align: left;
    margin-left: 0;
}
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price:before {
    display: none;
}
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {
    color: #000;
    display: block;
    font-family: 'Lexend';
    font-size: 20px;
}
.archive-listing-page .stm-isotope-listing-item .listing-car-item-meta .car-meta-top, .car-listing-modern-grid .stm-isotope-listing-item .listing-car-item-meta .car-meta-top {
    display: grid;
}
.archive-listing-page .stm-isotope-listing-item a, .car-listing-modern-grid .stm-isotope-listing-item a {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
.archive-listing-page .stm-isotope-listing-item .listing-car-item-meta, .car-listing-modern-grid .stm-isotope-listing-item .listing-car-item-meta {
    padding: 20px 20px 5px;
    background: #f1f1f1;
    border-radius: 0 0 10px 10px;
}
.archive-listing-page .stm-isotope-listing-item .image, .car-listing-modern-grid .stm-isotope-listing-item .image {
    border-radius: 10px 10px 0 0;
}
.archive-listing-page .stm-isotope-listing-item .listing-car-item-meta .car-meta-bottom, .car-listing-modern-grid .stm-isotope-listing-item .listing-car-item-meta .car-meta-bottom li i {
    color: #2c3c43;
}
.vans_single_gallery{
    position: relative;
    overflow: hidden;
}
.vans_single_gallery   .carstatushide.car-status-sold {
    position: absolute !important;
    top: 20px;
    transform: rotate(45deg);
    clip-path: none;
    right: -40px;
    width: auto;
    padding: 5px 60px;
    font-size: 14px;
    font-family: 'Lexend';
    font-weight: 400;
    text-transform: uppercase;
} 
.hero_single h1.title.stm_listing_title {
    margin: 0;
}
.hero_single p#breadcrumbs span a {
    color: #eecf7c !important;
    text-decoration: underline !important;
    font-weight: 500;
}
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title h3{
    font-size: 20px;
    font-family: 'Lexend';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
}
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title h3 span{
    font-size: 14px;
    display: block;
    color: #3c3c3c;
}
.car-listing-modern-grid .stm-isotope-listing-item .listing-car-item-meta h6 {
    padding: 7px 20px;
    background: #eecf7c;
    display: inline-block;
    font-size: 12px;
    font-family: 'Lexend';
    color: #000;
    border-radius: 10px;
}
.car-meta-bottom ul li span {
    font-family: 'Lexend';
    font-size: 12px !important;
}
.car-meta-bottom ul li {
    display: none!important;
}
.car-meta-bottom ul li:nth-child(-n+3) {
  display: flex!important;
}
.stm-filter-top-wrap {
    align-items: center;
}
.title_single .stm-listing-single-price-title.heading-font.clearfix .price:before {
    display: none;
}
.title_single .stm-listing-single-price-title.heading-font.clearfix .price {
    background-color: transparent;
    color: #000;
    font-size: 20px;
    font-family: 'Lexend';
    float: none;
    padding: 0;
}
.title_single .elementor-widget-motors-single-listing-classified-title {
    margin-bottom: 0;
}
.single-form-popup a.dialog-close-button {
    width: 50px;
    height: 50px;
    background: #eecf7c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.enquire_form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.enquire_form ul li label {
    font-size: 13px;
    font-family: 'Lexend';
    font-weight: 500;
    color: #6e6c6c;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.enquire_form ul li label p {
    margin-bottom: 0;
}
.enquire_form ul li input, .enquire_form ul li textarea {
    font-size: 14px;
    font-family: 'Lexend';
    color: #000;
    padding: 25px 20px;
    border: 2px solid #9d9a9a;
    border-radius: 30px;
    box-shadow: 0 0 20px #d9d9d9ad;
}
.enquire_form ul li textarea {
    height: 150px;
}
.enquire_form ul li input.wpcf7-form-control.wpcf7-submit {
    margin-left: inherit;
    padding: 20px;
    background: #EECF7C;
    border: 0;
    letter-spacing: 1px;
}
.van-truck  .vans-buy-image  .elementor-image-box-wrapper {
    padding: 20px;
    border-radius: 10px;
}

.van-truck  .vans-buy-image  .elementor-image-box-wrapper figure.elementor-image-box-img a {
    width: 100%;
    height: 250px;
    display: block;
    border-radius: 10px;
}

.van-truck  .vans-buy-image .elementor-image-box-wrapper figure.elementor-image-box-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.van-truck .vans-buy-image .elementor-image-box-wrapper:hover img {
    transform: scale(1.1);
}

.van-truck .vans-buy-image .elementor-image-box-wrapper figure.elementor-image-box-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.makes_logo .elementor-widget-image a {
    width: 100%;
    height: 100px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: all 0.4s;
}
.makes_logo .elementor-widget-image a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
}
.makes_logo .elementor-widget-image a:hover img {
    transform: scale(0.8);
    transition: all 0.4s;
}
.makes_logo .elementor-widget-image a:hover {
    box-shadow: inset 0 0 10px #dddddd;
    transition: all 0.4s;
}
div#contact_form_page {}

div#contact_form_page form .form-row.half {
    width: calc(50% - 10px);
    margin-left: 0;
    display: block;
}
div#contact_form_page form .form-row.half input{
    width: 100%!important;
    x solid #2f4047;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Lexend';
    font-weight: 400;
}
div#contact_form_page form {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
    background-color: #eecf7c;
    padding: 50px 40px 30px 40px;
    border-radius: 15px;
    margin-top: -50px;
}

div#contact_form_page form p {
    margin-bottom: 0;
}

div#contact_form_page form .form-row-c span.wpcf7-list-item-label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

div#contact_form_page form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #98692F;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lexend';
    padding: 20px 60px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s;
}
div#contact_form_page form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #fff;
    color: #98692f;
    transition: all 0.4s;
}
div#contact_form_page form .form-row {
    margin-left: 0;
}
.contact-map iframe {
    border-radius: 20px;
}
.Slider-hero a.swiper-slide-inner .elementor-button.elementor-slide-button{
    padding: 15px 40px!important;
}
.list-anchor ul li a {
    display: inline !important;
}
.stm_single_car_content, .archive-listing-page_content {
    padding: 0 0 0 40px;
}
p.no_list {
    text-align: center;
    color: #000;
    margin: 20px 0;
}
.van-force-detail a.elementor-button.elementor-button-link {
    display: block;
}
section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .row{
    width: calc(100% - 235px)!important;
}
div#steps {
    border-radius: 50px 0 0 50px;
}
div#multistep-form form  input.wpcf7-form-control.Submit {
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

div#multistep-form form input.wpcf7-form-control.Submit:hover {
    background: #9c6f34;
    color: #fff;
}
div#multistep-form form .wpcf7-response-output {
    color: #000000;
}
.single-main-title .stm-listing-single-price-title.heading-font.clearfix {
    margin-bottom: 0;
}
.motors-elementor-single-listing-gallery .motors-elementor-thumbs-gallery .stm-single-image img {
    border-radius: 10px;
}
.motors-elementor-single-listing-gallery .motors-elementor-thumbs-gallery .stm-single-image:after {
    border-radius: 10px;
}
.swiper-slide a.stm_fancybox img {
    border-radius: 20px;
}
.vans_single_gallery.elementor-widget-motors-single-listing-gallery {
    margin-bottom: 0 !important;
}
.grouped_features .grouped_checkbox- h4 {
    display: none;
}
.similar-listings-title.heading-font {
    font-size: 24px;
}
.stm-similar-cars-units .image img {
    border-radius: 10px;
}
@media(max-width: 1600px){
.slider-hero-slide .swiper-slide-inner {
    padding: 0 0 0 50px!important;
}
.slider-hero-slide .swiper-slide-inner .elementor-slide-button{
  padding: 15px 40px!important;
}

}

@media(max-width: 1300px){

    .three-image-row .listing-image-only .listing-price, .three-image-row .listing-image-only .listing-mileage, .three-image-row .listing-image-only .listing-price{

    font-size: 13px;

  }

}

@media(max-width: 1200px){
  section.van-truck .elementor-container {
      display: flex;
      flex-wrap: wrap;
  }
  section.van-truck.van-truck .elementor-container .elementor-column.elementor-inner-column {
      width: 50%;
  }
   header#main-header nav > ul > li:last-child a {
        padding-right: 45px;
        padding-left: 20px;
    }
        header#main-header nav > ul > li:last-child a:after {
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
    }
    .header-menu nav.elementor-nav-menu--main ul li a {
        font-size: 12px !important;
        padding: 5px;
    }
    .listing-price-mileage {
      padding: 10px;
      gap: 0 10px;
  }
}

@media(max-width: 1024px){ 
  .listing-price-mileage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.three-image-row .listing-image-only .listing-price, .three-image-row .listing-image-only .listing-mileage, .three-image-row .listing-image-only .listing-price {
        font-size: 16px;
    }

    .three-image-row .listing-image-only .listing-price {
    padding: 6px 20px;
}
 .three-image-row .listing-image-only .listing-price {
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
.three-image-row .listing-image-only .listing-mileage {
    text-align: center;
    padding: 5px 0 0 0;
    width: 100%;
}
.listing-price-mileage {
    padding: 10px;
    border-radius: 10px;
}
div#steps {
    border-radius: 30px 30px 0 0;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side {
    position: relative;
    margin-bottom: 20px;
    padding: 25px;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side form {
    display: none;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side:before {
    content: 'Filter';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side:after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 20px;
}
.archive-listing-page_side.left.show form {
    display: block;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side.show form {
    display: block;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side.show:before, body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side.show:after {
    top: 2%;
}
body.archive.post-type-archive.post-type-archive-listings .archive-listing-page_side.show:after{
  content: "-";
} 
.archive-listing-page_side.show {
    padding-top: 70px!important;
}
}
@media(max-width: 991px){ 

  .archive-listing-page_content {
      padding: 0;
  }
  body.post-type-archive-listings .container {
    padding: 0 15px;
}
.stm-filter-top-wrap {
    flex-direction: row;
}
}
@media(max-width: 767px){
  .slider-hero-slide .swiper-slide-contents {
      max-width: 100% !important;
  }
  .slider-hero-slide .swiper-slide-inner {
    padding: 50px 20px!important;
}
.slider-hero-slide .swiper-slide-bg {
    background-image: none!important;
    background: linear-gradient(180deg,rgba(33, 50, 55, 1) 13%, rgba(219, 192, 118, 1) 100%)!important;
}
.listing-price-mileage {
    display: block;
}
.bottom-van-buy nav.elementor-nav-menu--main ul li {
    margin-bottom: 10px;
}
div#contact_form form .form-row.half input {
    padding: 10px 20px;
}

 section.van-truck.van-truck .elementor-container .elementor-column.elementor-inner-column {
      width: 100%;
  }
 
.about-box .elementor-image-box-content p , .about-box .elementor-image-box-content h3 {
    color: #000!important;
}
  .about-box figure.elementor-image-box-img img {
    filter: none;
}
.about-box .elementor-widget-wrap.elementor-element-populated {
    background: #fffbfb;
     border-radius: 10px;
}
section#home-blog-sections span.elementor-icon-list-icon {
    display: none !important;
}
.why-choose-box .elementor-image-box-wrapper .elementor-image-box-content {
    min-height: auto;
  }
  section#filter-search-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .filter-listing form .row{
    width: 100%!important;
}
.listing-image-only {
    border-radius: 15px;
    padding: 10px;
}
.listing-image-only {
    border-radius: 15px;
}
.van-truck .vans-buy-image .elementor-image-box-wrapper {
    padding: 10px;
}
.van-truck .vans-buy-image .elementor-image-box-wrapper figure.elementor-image-box-img {
    border-radius: 5px;
    margin-bottom: 0 !important;
}
div#contact_form_page form {
    gap: 10px;
    padding: 20px 20px 0;
}
.icon-heading span.elementor-icon-list-icon {
    display: none;
}
div#steps {
    border-radius: 10px 10px 0 0;
}
.elementor-column.why-choose-us-image{
  position: relative!important;
  top: inherit;
    height: auto;
}
  .archive-listing-page .stm-isotope-listing-item, .car-listing-modern-grid .stm-isotope-listing-item {
      width: 50% !important;
      flex: 0 0 50% !important;
  }


}
@media(max-width: 593px){
  .stm-filter-top-wrap {
    flex-direction: column;
    align-items: flex-start;
}
.archive-listing-page .stm-isotope-listing-item, .car-listing-modern-grid .stm-isotope-listing-item{
    width: 100% !important;
        flex: 0 0 100% !important;
}
}
.enquire_form ul li .wpcf7-spinner:not(:first-of-type) {
    display: none !important;
    visibility: hidden !important;
}