@import "../../fonts/auto-devenzo/auto-devenzo.css";

body {
    font-family: "Urbanist", sans-serif;
}

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

.flexible-content {
    color: #fff;
}

#main_header.disposition_4 {
    background-color: #000000;
}
#main_header.disposition_4.scroll_stuck {
    background-color: #000000;
}

#mobile_header_1.type_4 {
    background-color: #000000;
}
#mobile_header_1 .mobile_top_bar .element>a {
    color: #ffffff;
}
#mobile_header_1.type_4 .content {
    background-color: #000000;
}
#mobile_header_1 .topbar-search .fa-close,
#mobile_header_1 .topbar-search .fa-search {
    color: #ffffff;
}
#mobile_header_1 .topbar-search input[type=text] {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #ffffff;
}
#mobile_header_1 .main-logo {
    max-height: 55px;
    width: auto;
}

#main_header .header_content .sub-menu {
    background-color: #000000 !important;
    border: none;
}

#main_header .header_content .sub-menu li a {
    border: none !important;
}

.topbar-search-container #searchform #searchsubmit {
    display: none;
}

.home .layout-item.testimonials {
  background: url('/wp-content/uploads/2025/09/patern_opacity.png') repeat center center;
}

.home .layout-item.used-vehicles {
  background-color: #fff;
}
.home .layout-item.used-vehicles h2 {
  color: #000;
}

.vehicle_inventory_item.fullscreen_galleries .model_details .sidebar .year {
    display: none;
}

#main_header .topbar .element.language-switcher:hover {
    background-color: transparent !important;
}

@media (min-width: 576px) {
    .vehicle_inventory_archive_entry .block_price {
        min-height: auto;
    }
}

@media (min-width: 768px) {
    #main_header.disposition_4 div.header_content ul.menu > li {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    #main_header.disposition_4 div.header_content {
        padding-top: 0px;
    }

    #main_header.disposition_4 div.header_content .col-9.col-xl-8 {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
    }

    #main_header.disposition_4 div.header_content .col-3.col-xl-4 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        width: auto !important;
        flex: auto;
        max-width: none;
    }

    #main_header.disposition_4 div.header_content .logo {
        bottom: -15px;
        position: absolute;
    }

    .services-spa {
        padding: 15px;
        min-height: 400px;
    }
}

@media (min-width: 992px) {
    body.mobile-faster #main_header .logo img {
        max-height: 95px;
    }
}
