/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
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: vehica
*/


.hero__valuation {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    height: 60px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    background: #face27;
    border-radius: 8px;
}

.hero__valuation .hero__valuation-country {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5px;
    background: #3061ae;
    font-weight: 800;
    font-family: "Roboto Condensed",sans-serif;
    color: #fff;
}

.hero__valuation input#car_registration {
    width: 100%;
    padding: 0 20px;
    border: 0;
    background: 0 0;
    font-size: 30px;
    font-weight: 700;
}

.hero__valuation input#car_registration::placeholder {
    color: #000;
}

form.car-search-form button {
    background: #00317E;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 24px;
    letter-spacing: -0.5px;
    cursor: pointer;
}
form.car-search-form button svg {
    fill: #fff;
    font-weight: 700;
    width: 25px;
    height: 25px;
    margin: 0 0 0 30px;
}

form.car-search-form {
    background: rgb(0 0 0 / 35%);
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 8px;
}

form.car-search-form button:hover {
    background: #a50000;
}

.vehica-menu__wrapper .vehica-menu .menu-item:hover > .vehica-menu__link{
	color: #eee;
}

.vehica-simple-menu-2-columns .vehica-simple-menu > li a:hover,
.vehica-simple-menu-2-columns .vehica-simple-menu > li:after {
    color: #fff !important;
}