/* =========================
HOMEPAGE MAIN
========================= */
.cw-homepage-main {
    background: #780807;
    position: relative;
    overflow: hidden;
    background-image: url("https://cdn05.carsforsale.com/00d3f4209671f6eb821a88b5de75e3dfec/00d3f4209671f6eb821a88b5de75e3dfec.jpg?format=original&sig=64b0a6c5c8a89282");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cw-homepage-main .cw-top-bg {
    position: relative;
}

.cw-homepage-main .cw-top-bg-shadow {
    position: relative;
    width: 100%;
    height: 100%;
}

.cw-homepage-main .cw-top-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.page-home .title {
    background-color: var(--color-theme-highlight);
    color: #000;
}

/* =========================
TOP IMAGE
========================= */
.cw-homepage-main .cw-top-bg .cw-top-circle-position {
    position: absolute;
    top: -20px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 2;
}

/* =========================
CAR IMAGE
========================= */
.cw-homepage-main .cw-top-bg .cw_topCarPosition {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 2;
}

/* =========================
SIDE BUTTONS
========================= */
.cw-side-buttons {
    position: relative;
    z-index: 10;
    margin-top: 1em;
}

.cw-side-buttons a {
    display: block;
    position: relative;
    z-index: 10;
    text-decoration: none;
}

.cw-side-buttons .cw-side-button {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 140px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
}

/* INVENTORY */
.cw-side-buttons a:nth-child(1) .cw-side-button {
    background-image: url("https://cdn05.carsforsale.com/00af51f895a12ec920ff04a56fb2b4c8a1/00af51f895a12ec920ff04a56fb2b4c8a1.jpg?format=original&sig=49d5822b0cb0d6a6");
}

/* SPECIALS */
.cw-side-buttons a:nth-child(2) .cw-side-button {
    background-image: url("https://cdn05.carsforsale.com/07fa421f57926aeeadabc65c0d095d06/07fa421f57926aeeadabc65c0d095d06.jpg?format=original&sig=3e73b9a99c7f713c");
}

/* CONTACT */
.cw-side-buttons a:nth-child(3) .cw-side-button {
    background-image: url("https://cdn05.carsforsale.com/070cb9c7f64f0f4a3014543c118e9ad7/070cb9c7f64f0f4a3014543c118e9ad7.jpg?format=original&sig=f2c5672f1c7bfdb6");
}

/* =========================
BUTTON TEXT
========================= */
.cw-side-buttons .cw-side-button .cw-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-size: 1.4em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to bottom,
            #8f8f8f 0%,
            #232323 100%);
    transition: 100ms ease-in;
    z-index: 11;
}

.cw-side-buttons .cw-side-button:hover .cw-banner-text {
    transform: scale(1.05);
}

.cw-side-buttons .cw-side-button .cw-banner-text span {
    font-weight: 900;
}

/* =========================
FAMILY SECTION
========================= */
.cw-family {
    padding: 2em 0;
    background-color: #d3e1ee;
}

.cw-family h5 {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
}

.cw-family h5 span {
    font-size: 1.8em;
}

.cw-family p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

/* =========================
FINANCE SECTION
========================= */
.cw-finance-section {
    padding-bottom: 2em;
}

.cw-finance-section .cw-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.cw-finance-section .cw-embed-container iframe,
.cw-finance-section .cw-embed-container object,
.cw-finance-section .cw-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cw-finance-section .cw-dealer-video {
    margin: 1em;
}

.cw-finance-section .cw-finance-btn {
    background: #f71800;
    border-radius: 50%;
    padding: 2em;
    border: 5px solid #bbb;
    margin-top: 1em;
}

.cw-finance-section .cw-finance-btn:hover {
    background: #5fa823;
}

.cw-finance-section .cw-finance-btn h5 {
    font-size: 3em;
    color: #ffd316;
    font-weight: bold;
}

.cw-finance-section .cw-finance-btn h6 {
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
}

/* =========================
MOBILE
========================= */
@media (max-width: 991.98px) {

    .cw-side-buttons {
        position: relative;
        z-index: 20;
    }

    .cw-side-buttons .cw-side-button {
        height: 120px;
    }

}

/* =========================
MD - 768px+
========================= */
@media (min-width: 768px) {

    .cw-homepage-main {
        padding: 2em 0 1em;
    }

    .cw-homepage-main .cw-top-bg {
        margin: 0 15px;
        border-radius: 20px;
    }

    .cw-finance-section .cw-finance-btn {
        margin-top: 2em;
    }
}

/* =========================
LG - 992px+
========================= */
@media (min-width: 992px) {

    .cw-homepage-main {
        height: 675px;
    }

    .cw-homepage-main .cw-top-bg:before {
        display: none;
    }

    .cw-homepage-main .cw-top-bg {
        height: 550px;
    }

    .cw-homepage-main .cw-top-bg .cw-top-circle-position,
    .cw-homepage-main .cw-top-bg .cw_topCarPosition {
        display: block;
    }

    /* Keep buttons above all hero artwork */
    .cw-homepage-main .cw-top-bg-shadow>.col-12 {
        position: relative;
        z-index: 20;
    }

    .cw-side-buttons {
        position: relative;
        z-index: 20;
        margin-top: 1em;
    }

    .cw-side-buttons a {
        position: relative;
        z-index: 20;
    }

    .cw-side-buttons .cw-side-button {
        position: relative;
        z-index: 20;
    }

    .cw-finance-section .cw-finance-btn h5 {
        font-size: 4em;
    }

    .cw-finance-section .cw-finance-btn h6 {
        font-size: 1.8em;
    }
}

/* =========================
XL - 1200px+
========================= */
@media (min-width: 1200px) {

    .cw-finance-section .cw-finance-btn {
        padding: 3em;
    }
}

/* =========================
XXL - 1400px+
========================= */
@media (min-width: 1400px) {

    .cw-finance-section .cw-finance-btn h5 {
        font-size: 4.5em;
    }

    .cw-finance-section .cw-finance-btn h6 {
        font-size: 2.4em;
    }
}

/* =========================
HOMEPAGE BOTTOM ROW
========================= */

.cw-homepage-bottom-row {
    padding: 1em 0;
}

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns {
    position: relative;
    width: 100%;
}

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns a {
    display: block;
    text-decoration: none;
}

.cw-homepage-bottom-row .cw-homepage-bottom-row-btn {
    position: relative;
    overflow: hidden;
    height: 150px;
    margin-bottom: 1em;
    border: 1px solid #494949;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* =========================
HOURS & DIRECTIONS
========================= */

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns a:nth-child(1) .cw-homepage-bottom-row-btn {
    background-image: url("https://cdn05.carsforsale.com/0083578ea0bec8018f5f6072dd5680217b/0083578ea0bec8018f5f6072dd5680217b.jpg?format=original&sig=7b2241cab1d70d56");
    background-position: center;
    background-size: cover;
}

/* =========================
FINANCING - PRIMARY COLOR
========================= */

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns a:nth-child(2) .cw-homepage-bottom-row-btn {
    background: var(--bs-primary);
    background-image: none;
}

/* =========================
HOVER
========================= */

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns a:hover .cw-homepage-bottom-row-btn {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* =========================
H5
========================= */

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h5 {
    font-size: 1.3em;
    font-weight: 900;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    background: #000;
}

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h5 span {
    display: block;
    color: #ff0000;
}

/* =========================
H6
========================= */

.cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h6 {
    font-size: 1.7em;
    font-weight: 900 !important;
    font-style: italic;
    margin: 0;
    padding: 20px;
    color: #fff !important;
    text-align: center;
    text-shadow:
        1px 1px #000,
        -1px 1px #000,
        1px -1px #000,
        -1px -1px #000,
        2px 2px 3px #000;
}

/* =========================
SM - 576px+
========================= */

@media (min-width: 576px) {

    .cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h5 span {
        display: inline-block;
    }
}

/* =========================
MD - 768px+
========================= */

@media (min-width: 768px) {

    .cw-homepage-bottom-row {
        padding: 2em 0;
    }

    .cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h6 {
        font-size: 2.5em;
    }
}

/* =========================
LG - 992px+
========================= */

@media (min-width: 992px) {

    .cw-homepage-bottom-row .cw-homepage-bottom-row-btn {
        height: 150px;
    }

    .cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h6 {
        font-size: 3em;
    }
}

/* =========================
XL - 1200px+
========================= */

@media (min-width: 1200px) {

    .cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h6 {
        font-size: 3em;
    }
}

/* =========================
XXL - 1400px+
========================= */

@media (min-width: 1400px) {

    .cw-homepage-bottom-row .cw-homepage-bottom-row-btns .cw-homepage-bottom-row-btn h6 {
        font-size: 3.5em;
    }
}

/* FINANCE BUTTON - SOLID PRIMARY COLOR */
.cw-homepage-bottom-row .cw-finance-btn {
    background: #64A82A !important;
    background-image: none !important;
}

/* If your site doesn't define --bs-primary, use this instead */
/*
	.cw-homepage-bottom-row .cw-finance-btn {
		background: #780807 !important;
		background-image: none !important;
	}
	*/


.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: #373737 !important;
}

.popular-vehicles-sections .popular-vehicles-section-heading {
    font-size: 1rem;
}

.popular-vehicles-sections .popular-vehicles-section-panel {
    font-size: 12px;
}