/*
Theme Name: Vehica Child
Theme URI: https://autolevel.interfaz.in/
Author: Car Listing
Author URI: https://autolevel.interfaz.in/
Description: Car Listing - Auto Level
Template: AutoLevel
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: AutoLevel
*/

.vehica-mobile-menu__wrapper {padding: 15px 15px !important;}

.vehica-mobile-menu__wrapper .vehica-mobile-menu__hamburger .vehica-menu-icon {width: 30px!important;  height: 25px!important;}

.vehica-menu-sticky-active .vehica-menu__wrapper {
    height: 90px !important;
}

.cartype-hm a {
  padding: 30px 30px 10px 30px !important;
}

.cartype-hm .elementor-icon-box-content a {
  padding: 10px 30px 30px 30px !important;
}

div.cartype-hm > div:first-child {
    overflow: hidden !important;
    border-color:#929292 !important;
    transition: all 300ms ease .11s !important;
    width: 145px;
    
}

div.cartype-hm > div:first-child:hover {
    border-color: #E2C41D !important;
    background: rgba(225, 211, 101, 0.08);
    transform: translateY(-10px);
    transition: all 300ms ease .11s;
}

div.cartype-hm > div:first-child a svg {
    fill: #929292;
    transition: fill 0.5s;
    display: unset;
}

div.cartype-hm > div:first-child a {
    color: #929292;
    transition: color 0.5s;
    display: block;
    text-align: center;
}

div.cartype-hm > div:first-child:hover a svg {
    fill: #E2C41D;
    transition: fill 0.5s;
}

div.cartype-hm > div:first-child:hover a {
    color: #E2C41D;
    transition: color 0.5s;
}

div.autolevelIconBox > div:first-child {
    padding-top: 10px;
    border-top: 3px solid transparent;
    transition: all 300ms ease .11s !important;
}

div.autolevelIconBox > div:first-child:hover {
    border-top: 3px solid #E2C41DA3;
    transition: all 300ms ease .11s !important;
}

.separatorCustm{
    text-align: center;
}

.separatorCustm::before {
    content: '';
    display: block;
    margin: auto;
    margin-bottom: auto;
    left: 50%;
    height: 1.5px;
    width: 100px;
    bottom: -15px;
    background-color: #E2C41D;
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
    margin-bottom: 6px;
}

.separatorCustm::after {
    width: 50px;
    display: block;
    margin: auto;
    content: "";
    height: 1.5px;
    background-color: #E2C41D;
    bottom: 0;
    left: 50%;
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
}

.hm-contactForm .wpcf7-list-item-label{
    color: #fff !important;
}

.vehica-carousel-v1 .vehica-carousel-v1__arrows {
    position: unset !important;
}

.hm-btn-header1 a, .hm-btn-header2 a {
    min-width: 235px;
    border: 2px solid #E2C41D !important;
}

.vehica-social-share__icon--whatsapp {
    background: #05cd51 !important;
}

.vehica-grid__element--1of1 {
    margin-bottom: 10px;
}

.vehica-subscribe-form .wpcf7-form-control-wrap{
    float: left;
}

.vehica-slider .vehica-slider__mask {
    opacity: 0.30;
    filter: brightness( 18% ) contrast( 100% ) saturate( 166% ) blur( 0px ) hue-rotate( 0deg );
    background-color: #000;
}

.cstCatTitle {
    color: #FFF;
      font-size: 45px;
      line-height: 51px;
      font-weight: 900;
      text-align: center;
}
@media screen and (max-width: 492px) {
  div.cartype-hm > div:first-child {
    margin: 10px !important;
  }
  
  .hm-header-txt2line .elementor-image-box-content .elementor-image-box-title span {
      display: block;
  }
}

@media (max-width: 899px) {
    .cstCatTitle {
        font-size: 30px;
        line-height: 38px;
    }
}
