/*
 Theme Name:   Voiture Child
 Theme URI:    https://themeforest.net/item/voiture-automotive-car-dealer-wordpress-theme/36125002
 Description:  Voiture Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     voiture
 Version:      1.0.0
 Text Domain:  voiture-child
*/


.btn {
    padding: 8px 8px 8px 30px;
    color: #252525 !important;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background: #FCC011 !important;
    border: 0;
    border-radius: 40px;
    gap: 16px;
    line-height: normal;
}


body header ul li {
    display: inline-flex;
    padding: 0;
    position: relative;
    z-index: 9;
    transition: .5s all;
    margin-bottom: 0 !important;
}

.nav-link {
    padding: 0;
}

header ul li > a {
    color: #ffffff !important;
    font-weight: 500 !important;
    transition: .5s all !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    display: inline-flex !important;
    align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.dropdown:hover>.dropdown-menu {
    display: flex;
}

.dropdown-item {
    color: #000000 !important;
    padding: 10px 11px !important;
    border-bottom: 1px solid #feecec;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu {
    background-color: #ffffff;
    padding: 0;
    margin: auto;
    top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    z-index: -1;
    border: none !important;
    box-shadow: 0 2px 15px #000;
    border-radius: 5px !important;
    margin-top: 47px;
    padding: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #FE642E;
    color: #ffffff !important;
    border-radius: 10px;
}

a.menu-bottom {
    display: none;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

header ul {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 38px;
}

header ul li:first-child a {
    padding-left: 0;
}

header ul li:last-child a {
    padding-right: 0;
}


.menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.head-btn.text-end {
    margin-left: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.btn:hover {
    background: #fd6339 !important;
    color: #fff !important;
}

.head-btn a.btn-head.btn-sign {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}


body header ul li > a {
    color: #ffffff !important;
    font-weight: 500 !important;
    transition: .5s all !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    display: inline-flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0;
}

header ul li > a:hover {
    color: #fff !important;
}

header .btn {
    padding: 12px 21px;
}

.btn.btn-white {
    background: #FEECEC !important;
    border-color: #FEECEC !important;
    color: #000 !important;
}

.mobile-nav-right {
    display: none;
}

.head-wishlist {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 7px 17px;
    display: flex;
    align-items: center;
    gap: 00;
    color: #ffff;
}

.head-wishlist i {
    color: #fe642e;
    font-size: 15px;
}

.our-subscribe {
    background: #FE642E;
    padding-block: 60px;
}

.our-subscribe h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.our-subscribe p {
    color: #fff;
    font-size: 15px;
}

.our-subscribe .form-control {height: 70px;border-radius: 50px;margin-bottom: 0;padding: 20px 130px 20px 30px;color: #777777;font-size: 14px;}

.our-subscribe form button.btn {position: absolute;right: 10px;top: 0;bottom: 0;height: 50px;margin: auto;width: auto;background: #000 !important;color: #fff !important;padding: 10px 30px;}

.our-subscribe form {
    position: relative;
    z-index: 1;
    padding: 0 !important;
    border-radius: 50px !important;
}

.our-subscribe form ::placeholder {
    color: #777777;
}

footer .row {
    align-items: start;
}

footer .info-foot h4 {
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

footer .info-foot ul li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    padding-left: 16px;
}

footer .info-foot ul li a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer .info-foot ul li {margin-bottom: 10px;list-style: none;}

footer [class*='col']:last-child .info-foot ul li a {
    padding: 0;
}

footer [class*='col']:last-child .info-foot ul li a::before {
    display: none;
}

footer [class*='col']:last-child .info-foot ul.app-foot {
    margin-bottom: 30px;
}

footer [class*='col']:last-child .info-foot ul.app-foot li {
    margin-bottom: 12px;
}

footer [class*='col']:last-child .info-foot ul.social-foot {
    display: flex;
    gap: 30px;
}

footer [class*='col']:last-child .info-foot ul.social-foot li a svg {
    font-size: 17px;
    transition: .3s all;
}

footer [class*='col']:last-child .info-foot ul.social-foot li a:hover svg {
    color: #FE642E;
}

footer .info-foot ul li:last-child {
    margin-bottom: 0;
}
footer {
    padding-block: 70px 40px;
    background: #333439;
    z-index: 3;
    position: relative;
}


footer  ul.social-links {
    flex-direction: column;
}

ul.social-links li {
    display: flex;
    align-items: anchor-center;
    justify-content: flex-start;
    border-radius: 5px;
}

footer ul.social-links li {
    margin-bottom: 0;
    /* width: 150px; */
    height: auto;
    margin-bottom: 10px;
    text-align: left;
}

footer ul.social-links li svg {
    margin-right: 20px;
    position: relative;
    z-index: 1;
    width: 18px;
}

footer ul.social-links li a::before {
    position: absolute;
    content: "";
    background: #8f8f8f;
    width: 2px;
    height: 40%;
    left: 39px;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer ul.social-links li a {
    padding: 11px 12px;
    position: relative;
    z-index: 1;
    width: 170px;
    background: #414247;
    border-radius: 10px;
    font-weight: 600;
}

footer ul.social-links li a i {
    margin-right: 20px;
    position: relative;
}

.copyright {
    padding: 20px 0;
    position: relative;
    width: 100%;
    bottom: 0;
    background: #000000;
}

.copyright p {
    font-size: 16px;
    color: #ebebeb;
    margin-bottom: 0;
}

.copyright ul {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    margin-bottom: 0;
}

.copyright ul li a {
    color: #ebebeb !important;
    font-size: 16px;
}

.copyright ul li {
    position: relative;
    z-index: 1;
    list-style: none;
}

.copyright ul li:first-child::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 15%;
    width: 2px;
    height: 70%;
    background: #ffffff;
}

.our-subscribe form label {
    font-size: 0;
    display: block;
}

.our-subscribe form input, body .our-subscribe  form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form .ig-es-form-input {
    height: 70px;
    border-radius: 52px !important;
    margin-bottom: 0;
    padding: 20px 130px 20px 30px;
    color: #777777;
    font-size: 14px;
    width: 100%;
}

.our-subscribe form label br {
    display: none;
}

.our-subscribe form .es-submit-container {position: absolute;right: 10px;top: 10px;margin: 0 !important;}

.our-subscribe form .es-submit-container .es-custom-button {
    height: 50px !important;
    margin: auto;
    width: auto !important;
    background: #000 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    margin: 0 !important;
    border-radius: 50px !important;
}

.our-subscribe .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 999px) {
    .layout-posts-list {
        --cs-posts-area-grid-columns: 1;
    }   
}