﻿#offer-banner {
    position: unset;
}

    #offer-banner .offer-container.active {
        z-index: 15;
    }

#news-listing .row-background-color, #news-listing .news-categories--btn {
    background-color: var(--header-bg);
    color: var(--header-color);
}

@media (min-width: 768px) {
    #news-listing .col-padding {
        padding: 55px 30px;
    }
}

#news-listing .news-categories--btn {
    padding: 10px 10px 10px 0;
}

.button-quaternary, .button-quaternary:hover {
    background-color: var(--button3-bg);
    color: var(--button3-color);
}

#news-listing .news-heading {
    color: var(--header-color);
}

#news-listing .news-button, #news-listing .news-button:hover {
    color: var(--header-color);
}

#news-listing .news-heading {
    padding-bottom: 10px;
}

#news-listing .news-button svg {
    fill: var(--header-color);
}

#new-cars-listing {
    color: #fff;
}

    #new-cars-listing picture img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    #new-cars-listing img.logo {
        width: 100px;
        margin-bottom: 20px;
    }

    #new-cars-listing .new-cars-listing-heading h1.heading {
        text-transform: none !important;
    }

    #new-cars-listing .new-cars-listing-heading h2.sub-heading {
        font-size: 18px;
        line-height: 150%;
    }

    #new-cars-listing .new-cars-listing-heading {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 30px;
        position: relative;
        height: 250px;
    }

        #new-cars-listing .new-cars-listing-heading picture {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

            #new-cars-listing .new-cars-listing-heading picture.overlay {
                z-index: -1
            }

        #new-cars-listing .new-cars-listing-heading .heading {
            font-size: 28px
        }

@media (min-width:1200px) {
    #new-cars-listing .new-cars-listing-heading .heading {
        font-size: 40px
    }
}

.search-form {
    display: flex;
    flex-direction: row;
    max-width: 420px;
    /*         column-gap: 16px;
 */ width: 100%;
}

    .search-form input {
        /* width:250px;
        background: none;
         border: 1px solid #fff; */
        border-radius: 0;
        /*        color: inherit;
         color: #fff;
 */ cursor: pointer;
        cursor: auto;
        font: inherit;
        font-size: 14px;
        height: 45px;
        outline: inherit;
        padding: 0 25px;
    }
/*     .search-form button {
        width:150px;
        } */

#loading {
    text-align: center;
    padding: 10px;
    display: none;
}

#news-listing .tabbable {
    margin-bottom: 0;
}

#news-listing .news-articles {
    grid-gap: 50px 50px;
}

.news-article {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .news-article .row {
        align-content: space-between;
        flex-grow: 1;
    }

        .news-article .row .bottom {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

.news-author {
    color: #808080;
}

.row.search {
    padding: 30px 30px 0 30px;
}

    .row.search .col {
        padding-left: 0;
        padding-right: 0;
    }


.news-article .badge-container {
    top: 10px; /* distance from top */
    left: 10px; /* distance from left */
}

.news-article .badge.rounded-pill {
    background-color: var(--button3-bg);
    color: var(--button3-color);
    font-size: 0.8rem;
    padding: 7px 10px 5px 10px;
    border-radius: 15px !important;
    margin-right: 10px;
}
