﻿/*******************************************************
    RETRORIDES - BLACK BLUE
*******************************************************/

:root {
    --clr-primary-600: #111827;
    --clr-primary-500: #001633;
    --clr-primary-400: #002E6A;
    --clr-primary-300: #004299;
    --clr-primary-200: #005BD3;
    --clr-primary-100: #0071E9;
    --clr-primary-000: #4188FF;
    --clr-neutral-100: #ffffff;
    --clr-neutral-150: #F4F5F6;
    --clr-neutral-175: #D9DDE9;
    --clr-neutral-200: #DDDDDD;
    --clr-neutral-700: #292929;
    --clr-neutral-725: #0f0f12;
    --clr-neutral-750: #1c1c1c;
    --clr-neutral-800: #131313;
    --clr-neutral-900: #000000;
    --clr-body-light: #c0c5c9;
    --clr-surface-page: var(--clr-neutral-900);
    --clr-border: var(--clr-neutral-900);
}

/***********************************************
    GENERAL
***********************************************/
body {
    color: var(--clr-body-light);
}

.inverted,
.page-content-row.inverted .container {

}

/* temp background */
.backgroundClass {
    background-color: transparent !important;
}

/* main background color */
body.main-body {
    background-color: var(--clr-neutral-900);
}

/* Headings */
h1, h2, h3,
h4, h5, h6, {
    color: var(--clr-neutral-800) !important;
}

.element-heading h4 {
    color: var(--clr-neutral-100);
}


hr {
    border-color: var(--clr-primary-400);
}

/***********************************************
    NAVBAR
***********************************************/
.navbar-default {
    background-color: var(--clr-neutral-900);
    border-color: var(--clr-primary-400);
}

    .navbar-default .navbar-nav > .active > a {
        background-color: inherit!important;
    }

    .navbar-default .navbar-nav>li>a:focus, 
    .navbar-default .navbar-nav>li>a:hover {

    }


/***********************************************
    BANNER
***********************************************/
.banner-links-bar {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.banner-container {
    background:var(--clr-primary-300);
}

a.banner-link {
    color: var(--clr-neutral-175);
}

    a.banner-link:hover,
    a.banner-link:active,
    a.banner-link:focus {
        color: var(--clr-neutral-100);
    }

/***********************************************
    HERO SECTION
***********************************************/
.btn-hero {
    border-color: var(--clr-primary-200);
    background-color: var(--clr-primary-200);
    color: var(--clr-neutral-100);
}

    .btn-hero:hover,
    .btn-hero:focus,
    .btn-hero:active {
        border-color: var(--clr-primary-300);
        background-color: var(--clr-primary-300);
        color: var(--clr-neutral-100);
    }

.hero-button .quicklinkbutton {
    border-color: var(--clr-primary-200)!important;
    background-color: var(--clr-primary-200) !important;
    color: var(--clr-neutral-100) !important;
}

    .hero-button .quicklinkbutton:hover,
    .hero-button .quicklinkbutton:focus,
    .hero-button .quicklinkbutton:active {
        border-color: var(--clr-primary-300) !important;
        background-color: var(--clr-primary-300) !important;
        color: var(--clr-neutral-100) !important;
    }

    .hero-button .quicklinkbutton .quicklinkbutton-label {
        color: var(--clr-neutral-100) !important;
    }

/***********************************************
    INVENTORY LIST
***********************************************/
.palette-bg2.inventory-header,
.palette-bg2.inventory {
    background-color: var(--clr-neutral-900);
}

.view-all-inventory .btn-default {
    background-color: var(--clr-primary-200);
    color: var(--clr-neutral-100);
    border-color: var(--clr-primary-200);
}

    .view-all-inventory .btn-default:hover,
    .view-all-inventory .btn-default:focus,
    .view-all-inventory .btn-default:active {
        background-color: var(--clr-primary-300);
        color: var(--clr-neutral-100);
        border-color: var(--clr-primary-300);
    }

/***********************************************
    FOOTER
***********************************************/
.page-bottom {
    background-color: var(--clr-neutral-900) !important;
}


/***********************************************
    FORMS
***********************************************/
.form-submit .btn-default {
    background-color: var(--clr-primary-200);
    color: var(--clr-neutral-100);
    border-color: var(--clr-primary-200);
}

    .form-submit .btn-default:hover,
    .form-submit .btn-default:active,
    .form-submit .btn-default:focus {
        background-color: var(--clr-primary-300);
        color: var(--clr-neutral-100);
        border-color: var(--clr-primary-300);
    }

/*****************************************************************************
    Unique to theme - can remove below
*****************************************************************************/

/***********************************************
    Custom Quicklinks
***********************************************/

.cus-ql-bttns a.btn.quicklinkbutton {
    background-color: var(--clr-neutral-100) !important;
}

.cus-qlbtn .quicklinkbutton {
    border-color: var(--clr-primary-500) !important;
    background-color: var(--clr-primary-500) !important;
    color: var(--clr-neutral-100) !important;
}

/***********************************************
    SLIDESHOW
***********************************************/
.carousel-control {
    background-color: var(--clr-primary-200);
    background-color: var(--clr-primary-200);
}

.element-type-slideshow .btn-default {
    border-color: var(--clr-primary-200) !important;
    background-color: var(--clr-primary-200) !important;
    color: var(--clr-neutral-100) !important;
}

    .element-type-slideshow .btn-default:hover,
    .element-type-slideshow .btn-default:focus,
    .element-type-slideshow .btn-default:active {
        border-color: var(--clr-primary-300) !important;
        background-color: var(--clr-primary-300) !important;
        color: var(--clr-neutral-100) !important;
    }

/*************************************************
LOCATION SECTION
*************************************************/
h5.element-sub-heading.accent-color1.locationlabel {
    color: var(--clr-neutral-100) !important;
}

/*************************************************
    CUSTOMHTML
*************************************************/
.service-row .container,
.appointment-row .container,
.location-row .container {
    background-color: var(--clr-primary-400);
    color: var(--clr-neutral-175);
}

.row-bg-dark {
    background-color: var(--clr-primary-600);
}

/***********************************************
  Inventory List Design 1
***********************************************/
.pageid-ivi:has(div.inventoryList-design1) .inventory-list-container div.inventory-panel {
    border-bottom-color: #0675D0 !important;
    background-color: transparent;
}

/**SRP header**/
.pageid-ivi:has(div.inventoryList-design1) .inventory-list-row .inventory-header {
    border-bottom-color: #0675D0 !important;
    background-color: transparent;
}

.inventoryList-design1 .flex-container-features .flex-item-features:not(:first-child) {
    border-left-color: #BDBDBD !important;
}

.inventoryList-design1 .btn-group.btn-group-sm .btn-default, .inventoryList-design1 button#Submit_Search.btn-default {
    background-color: #0675D0 !important;
    color: #ffffff !important;
}

.pageid-ivi:has(div.inventoryList-design1) .vehicles-found-header > div > .pull-left {
    background-color: #0675D0 !important;
    color: #fff !important;
}

    .pageid-ivi:has(div.inventoryList-design1) .vehicles-found-header > div > .pull-left::before {
        border-top-color: #ffffff !important;
        border-left-color: transparent !important;
    }

.pageid-ivi:has(div.inventoryList-design1) .element-type-inventorylist .inventory-header .accent-color1 {
    color: #ffffff !important;
}


/**image**/
.inventoryList-design1 .photo-button {
    background: rgb(31 31 31 / 76%) !important;
}

    .inventoryList-design1 .photo-button .fa.accent-color1, .inventoryList-design1 .fancybox-iframe, .pageid-ivi:has(div.inventoryList-design1) .fancybox-video .fa.accent-color1 {
        color: #ffffff !important;
    }

.inventoryList-design1 .fancybox-iframe, .fancybox-video {
    background: rgb(31 31 31 / 75%) !important;
}


/**price**/
.inventoryList-design1 .inventory-price-container {
    background-color: #0675D0 !important;
    color: white !important;
}

    .inventoryList-design1 .inventory-price-container .pricevalue1 accent-color1 .pricevalue1.accent-color1 {
        color: #fff !important;
    }


/**button**/
.inventory-list-row .inventoryList-design1 a.btn-default {
    background-color: #0675d0 !important;
    border-color: #0675d0 !important;
    color: #fff !important;
}


@media (max-width: 767px) {
    .inventoryList-design1 .flex-container-features .flex-item-features, .inv-list .inventoryList-design1 div.inventory-details div {
        border-bottom-color: #BDBDBD !important;
    }
}

/* end of Inventory List Design 1 */
/***************************
  VDP 5-12
***************************/
.vdp-25-1-header .btn-default,
.vehicle-link .btn-default {
    border-color: #6C757D;
    background-color: #212529;
    color: #DEE2E6;
}

/* header */
.vdp-25-1-header .creditapp.btn-default {
    color: var(--clr-neutral-100);
    background-color: var(--clr-primary-300);
    border-color: var(--clr-primary-300);
}

    .vdp-25-1-header .creditapp.btn-default:hover,
    .vdp-25-1-header .creditapp.btn-default:focus {
        background-color: var(--clr-primary-200);
        border-color: var(--clr-primary-200);
    }

/* body */
.vdp-25-1-bg,
.element-type-vdpquickcontactform.vdp-25-1,
.vdp-25-1-bg .element-outer-container {
    border-color: #101214;
    background-color: #101214;
}
.vdp-25-1 .flex-item-features {
    border-color: #101214;
    background-color: #101214;
}

/* bottom nav */
.vdp-25-1-bottomnav {
    background-color: var(--clr-surface-page);
}

    .vdp-25-1-bottomnav .creditapp.btn-default {
        color: var(--clr-neutral-100);
        background-color: var(--clr-primary-300);
        border-color: var(--clr-primary-300);
    }

        .vdp-25-1-bottomnav .creditapp.btn-default:hover,
        .vdp-25-1-bottomnav .creditapp.btn-default:focus {
            background-color: var(--clr-primary-200);
            border-color: var(--clr-primary-200);
        }
/* updated */
.vdp-25-1-bg,
.element-type-vdpquickcontactform.vdp-25-1,
.vdp-25-1-bg .element-outer-container {
    border-color: #101214 !important;
}

.specifics-label.specifics-label,
.specifics-value.specifics-value {
    color: inherit;
}

/* END VDP 5-12 */