/*
Theme Name: VMG Theme
Template: hello-elementor
Author: VMG Software
Description: First Gear powered by VMG Software
Tags: first gear,vmg
Version: 1.1668498904
Updated: 2022-11-15 07:55:04

*/

/*scrollbar*/
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    
}
/*i am
 making a fe 
 wchanges to the 
 webiste for 
 my personal 
 information

*/

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--e-global-color-secondary);
        cursor:pointer;
    }
.form-control {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    background-color: var( --e-global-color-accent );
    color: var( --e-global-color-primary );
    border: none!important;
    border-radius:5px;
    line-height: 1.4;
    font-size: 15px;
}
.form-control option{
    padding:5px;
}
    .form-control option:hover {
        background: var(--e-global-color-primary);
        color:white;
    }
.form-control:hover{
    cursor:pointer;
}
.form-control:focus-visible{
    border:none!important;
    outline:0!important;
}
form div:not(form div.field-submit){
	margin-bottom: 10px!important;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
}
form div textarea{
	height: 96px;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
}
form div input::placeholder, form div textarea::placeholder{
	color: #9b9b9b;
	font-weight: 300;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
}

form button{
	background-color: var( --e-global-color-secondary )!important;
    color: #ffffff!important;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight )!important;
    padding-left: 24px!important;
    padding-right: 24px!important;
    border: none!important;

}
form button:hover{
	background-color: var( --e-global-color-accent )!important;
    color: var( --e-global-color-secondary )!important;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight )!important;
 
}
.elementor-widget-shortcode{
	margin-bottom: 0!important;
}
.row-flex{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding:20px 0;
}
.col-lg-4{
    width:33%;
}
.team-block{
  border: 2px solid var(--e-global-color-secondary);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.team-block h4{
  margin: 0!important;
  text-align: center;
  color: white;
  background-color: var(--e-global-color-primary);
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
}
.team-description p{
  margin: 0!important;
}
.team-description span {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    background: var(--e-global-color-secondary);
    color: white;
}
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    border: 3px solid var(--e-global-color-secondary);
    margin-right: 3px;
    border-right-color: transparent;
    border-left-color: var(--e-global-color-secondary);
    border-top-color: var(--e-global-color-secondary);
    border-bottom-color: var(--e-global-color-secondary);
    border-radius: 50%;
    -webkit-animation: spinner-border .85s linear infinite;
    animation: spinner-border .85s linear infinite;
}
#ContactForm .spinner-border{
   border: 3px solid var(--e-global-color-primary);
    margin-right: 3px;
    border-right-color: transparent;
    border-left-color: var(--e-global-color-primary);
    border-top-color: var(--e-global-color-primary);
    border-bottom-color: var(--e-global-color-primary);
}
@keyframes spinner-border {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.form-group:not(.fb-textarea, #ContactForm .form-group, #testdriveForm .form-group){
	padding: 5px;
	width: 50%;
}
.car-sell-fields{
  display: flex;
  flex-wrap: wrap;
}

.droplet {
    position: relative;
    border: 2px dashed var(--e-global-color-secondary);
    width: 100%;
    display: inline-block;
    min-height: 70px;
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 10px;
}
#totsize, #image-upload-size{
  color: var(--e-global-color-secondary);
}
.droplet:before {
    content: "Drag and Drop images here";
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #bbb;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    font-size: 1.32rem !important;
    font-family: 'Montserrat', sans-serif !important;
    z-index: 1500;
}

.btn-upload{
	padding: 10px;
	background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-accent);
	border-radius: 3px;
	margin-right: 5px;
}
.btn-upload:hover{
	
	background-color: var( --e-global-color-accent );
	
	color: var(--e-global-color-secondary);
	cursor: pointer;
	transition: 0.5s;
}
#result{
  display: flex;
  flex-wrap: wrap;
}
#result .col.center{
  width: 150px;
  padding: 7.5px;

}
.remove-image{
  background-color: var( --e-global-color-primary )!important;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff!important;
}
.remove-image:hover{
 cursor: pointer;
 transform: scale(1.05)!important;
 background-color: #bfbfbf!important;
 transition: 0.7s;
 color: black!important;
}

/*showrooom*/
.showroom-cars{
  padding: 10px;
}
.filter-float{
  width: 25%;
  padding: 0 5px;
}
.search-selects{
  display: flex;
  flex-wrap: wrap;
}
h2{
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
}
#filter {
    padding: 25px;
    background: var(--e-global-color-primary);
    border-radius: 10px;
}
.filter h2{
  color: var( --e-global-color-primary )!important;
  font-weight: var( --e-global-typography-primary-font-weight )!important;
  text-align: center;
}
.filter-clear{
  width: fit-content;
  margin: 0 auto;
  fill: var( --e-global-color-accent );
    color: var( --e-global-color-accent );
    background-color: var( --e-global-color-secondary );
    font-weight: var( --e-global-typography-accent-font-weight );
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    padding: 12px 24px;
    border-radius: 3px;
    transition: 0.4s;
}
    .filter-clear:hover {
        /*  transform: scale(1.05);*/
        background-color: var( --e-global-color-accent );
        color: var( --e-global-color-primary );
        cursor: pointer;
        transition: 0.4s;
    }
.search-filter{
  padding: 0 45px;
  
}
.list .row{
  display: flex;
  flex-wrap: wrap;
}
.single-car-box{
  width: 25%;
  padding: 7.5px;
}

.car-box > div{
  height: 100% ;
  width: 100%;
  background: #f4f4f4;
}
.img-holder-alt{
  background-position: bottom;
  background-size: cover;
  border-radius:8px;
  height: 200px;
  width: 100%;
}
.price-alt{
  position: absolute;
    bottom: 0;
    /* text-align: center; */
    width: 100%;
    /* margin: 0 auto; */
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #2E2E2ED4;
    padding: 2px;
}

.price-alt span{

  color: var( --e-global-color-accent );
  font-size: 16px;
  font-weight: 600;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
}
.image-price-holder{
      position: relative;
      border-radius:10px;
    text-align: center;
}
    .image-price-holder + div {
        border-radius: 10px;
    }
.showroom-title-alt {
    color: var(--e-global-color-accent );
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    margin: 0;
    background: var(--e-global-color-primary);
    color: #fff;
    text-align: center;
    padding: 10px;
    display: flex;
    font-size: 16px;
    min-height: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.car-column{
    border: solid 2px var(--e-global-color-secondary);
    border-radius:10px;
}
.car-column-footer-alt {
    padding: 17px;
      background-color: var(--e-global-color-secondary);
      color:white;
      border-radius:0 0 6px 6px;
}
.car-column-footer-alt .col .align{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.car-detail-row span{
  padding: 0 5px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
}
.small-text span{
  color: white;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
  font-size: 14px;
}
.car-column-footer-alt .col{
  line-height: 2;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
}
a.car-link:hover i{
/*  color: #4371BE;*/
}
.car-column:hover {
    box-shadow: 0 0 5px 3px var(--e-global-color-primary);
    transition: 0.3s;
}
.page-btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-btns span,.page-btns div{
  padding: 0 5px;
  color: var( --e-global-color-primary );
  text-align: center;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}
.no-display{
  display: none!important;
}
.calc-output p{
  text-align: left;
  font-size: 20px;
  color: var( --e-global-color-primary );
  font-weight: bold;
  margin-top: 20px;
}

.page-btns span:hover, .page-btns div:hover{
  cursor: pointer;
}
#tradeInForm{
    padding: 20px;
    border-radius: 10px;
    background-color: var(--e-global-color-primary);
}
#tradeInForm h3 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    color: var(--e-global-color-accent);
}
.current-page-btn{
  color: #C2D3F0!important;
}
.hidden{
  display: none!important;
}
#testdriveForm .form-group, #testdriveForm2 .form-group{
  width: 100%;
  padding: 0;
}
#submitbut2, #submitbut22{
  width: 100%;
  background-color: #fff!important;
  color: var( --e-global-color-primary )!important;
  margin-bottom: 20px;
}
.more-less-btn{
  border: 2px solid var( --e-global-color-primary )!important;
  color: var( --e-global-color-primary )!important;
}
.more-less-btn:hover{
  background-color: var( --e-global-color-primary )!important;
  color: #fff!important;
}
#speccontainer > ul{
  list-style: none;
  padding: 0;
}
.home ul.details {
    padding: 5px 15px;
    ;
    list-style: none;
}
.home ul.details li{
  color:white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-transform: uppercase!important;
  font-size: 14px;
}
#speccontainer > ul li{
  font-weight: 500;
}
#speccontainer > ul li,.home ul.details li{
  line-height: 2!important;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
  list-style: none!important;
  margin-bottom: 10px;
}
#speccontainer > ul li:first-child, .home ul.details li:first-child{
  margin-top: 10px;
}
#speccontainer > ul li strong, .home ul.details li strong{
  padding: 0 5px!important;
  text-transform: uppercase;
/*    color: var(--e-global-color-primary)!important;*/
    font-weight: 700!important;
    font-size: 14px!important;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important!important;
}
#speccontainer > ul li strong{
  font-size: 16px!important;
}
#speccontainer > ul li i,.home ul.details li i{
  margin-right: 8px;
  width: 1em;
/*  color: var( --e-global-color-primary );*/
  font-size: 20px;
}


@media(max-width:500px){
  .filter-float{
    width: 100%;
  }
}
@media(max-width:768px){
  .filter-float{
    width: 50%;
  }
}


@media(max-width:1070px){
  .single-car-box{
    width: 33.3333333%;
  }
}
@media(max-width:813px){
  .single-car-box{
    width:50%;
  }
}

@media(max-width:555px){
  .single-car-box{
    width:100%;
  }
  .img-holder-alt{
    height: 296px;
  }
  .image-price-holder{
    height: 296px;
  }
  .car-box > div:first-child{
    height: 296px;
  }
}