﻿:root {
    --ff-primary: "Roboto", sans-serif;
    --ff-secondary: "Roboto", sans-serif;
    --ff-heading: var(--ff-primary);
    --ff-body: var(--ff-secondary);
    --fw-regular: 400;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --fs-300: 0.875rem;
    --fs-400: 1rem;
    --fs-500: 1.25rem;
    --fs-550: 1.5rem;
    --fs-600: 2rem;
    --fs-700: 2.5rem;
    --fs-800: 3rem;
    --fs-primary-heading: var(--fs-700);
    --fs-secondary-heading: var(--fs-600);
    --fs-sub-heading: var(--fs-550);
    --fs-nav: var(--fs-500);
    --fs-body: var(--fs-400);
    --fs-button: var(--fs-300);
}

/* Large - Screens */
@media (min-width: 768px) {
    :root {
        --fs-primary-heading: var(--fs-800);
        --fs-secondary-heading: var(--fs-700);
        --fs-sub-heading: var(--fs-550);
        --fs-nav: var(--fs-500);
        --fs-body: var(--fs-400);
        --fs-button: var(--fs-300);
    }
}

/***********************************************
    GENERAL
***********************************************/
@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

.page-content .container,
.page-content .container-fluid {
    background-color: transparent;
}

.btn {
    border-radius: 0px;
}

/***********************************************
    BANNER
***********************************************/

.banner-container {
    padding: 8px 0px;
    max-width: 100%;
}

a.banner-link {
    font-size: var(--fs-body);
    text-shadow: none;
}

.banner-links-bar {
    padding: 0px 15px;
    max-width: 100%;
}

.banner-links-bar-wrapper .social-media-links,
.banner-links-bar-wrapper .address-link,
.banner-links-bar-wrapper .phonenumber-link {
    padding: 8px 0px;
}

/* Social Media links */
.media-icon,
.media-icon-small {
    box-shadow: none !important;
}

/***********************************************
    NAVBAR
***********************************************/

.navbar {
    transition: all .2s ease-in-out;
}

a.navbar-brand > img {
    max-width: 300px !important;
}

.navbar-brand > img {
    padding: 15px 0px;
}

@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        max-width: 255px !important;
    }
}

@media (min-width: 768px) {
    .navbar .container.wide-navbar {
        width: 100%;
    }
    .navbar .container {
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-nav,
    a.navbar-brand:has(.fa-home) {
        margin-block-start: 1.3em;
        margin-block-end: 1.3em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
        padding-right: 15px;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}



/***********************************************
    TYPOGRAPHY
***********************************************/
html {
    font-size: 16px;
}

body {
    font-family: var(--ff-body);
    font-size: var(--fs-body);
    line-height: 1.5;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: var(--ff-heading) !important;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.2;
    text-wrap: balance;
}

h1 {
    font-size: var(--fs-primary-heading) !important;
    font-weight: var(--fw-bold) !important;
}

h2, h3, h4 {
    font-size: var(--fs-secondary-heading) !important;
    font-weight: var(--fw-bold) !important;
    line-height: 1.2;
}

h5, h6 {
    font-size: var(--fs-secondary-heading) !important;
    font-weight: var(--fw-bold) !important;
    line-height: 1.2;
}

a {
    text-decoration: none;
    font-size: var(--fs-body);
}

    a:focus, a:hover {
        color: inherit;
    }

input {
    cursor: text !important;
}

.sub-heading {
    font-size: var(--fs-sub-heading);
    font-weight: var(--fw-regular);
    line-height: 1.2;
}

.element-heading {
    padding-top: 0px;
    padding-bottom: 8px;
}

.form-control {
    font-size: 16px;
}

.page-content .container,
.page-content .container-fluid {
    background-color: transparent;
}

/***********************************************
    HERO SECTION
***********************************************/

.hero-section {
    position: relative;
    min-height: 600px;
    background-position: center;
    border-image: linear-gradient(90deg, rgba(0, 0, 0, .7) 100%, rgba(255, 255, 255, 0) 100%) fill 1;
}

    .hero-section .container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

    }

.btn-hero {
    font-weight: 700;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 20px;
    border: 1px solid;
    border-radius: 0px;
    transition: all .3s ease-in-out;
}

.hero-button .quicklinkbuttons-vertical {
    padding: 0px 15px 15px 15px;
}

.hero-button .element-heading-quicklinkbuttons {
    padding: 0px;
}

.hero-button .quicklinkbutton {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 20px !important;
    border: 1px solid;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    letter-spacing: 0px;
}

    .hero-button .quicklinkbutton .quicklinkbutton-label {
        letter-spacing: 0px;
    }

@media (min-width: 768px) {
    .hero-button .quicklinkbutton {
        width: max-content;
    }
}

@media (max-width: 767.98px) {

    .hero-section .container {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .btn-hero {
        max-width: max-content;
    }

    .hero-section {
        border-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%) fill 1;
    }
}

/***********************************************
    FORMS
***********************************************/
.form-submit .btn {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
    .form-submit .btn {
        width: max-content;
    }

}

/***********************************************
    FOOTER
***********************************************/
.footer-links-heading {
    font-size: var(--fs-body);
}

/***********************************************
    INVENTORY LIST
***********************************************/
.element-type-inventorylist .btn-group-vertical > .btn {
    padding: 1rem;
}

.inventory-panel.inv-carsavvy {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    overflow: hidden !important;
}

.inventory-photo-column {
    padding: 0px !important;
}

.inventory-photo-column {
    border-radius: 0px !important;
}

.gallery-view .row {
    margin: 0px !important;
}

.inventory-panel {
    border-radius: 0px !important
}

.view-all-inventory .btn {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-inline: 20px;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.thumbnail-overlay-car-info {
    font-weight: 600;
}

.thumbnail-overlay-car-subinfo {
    font-weight: 500;
}

.inventory-list-row.gallery-view {
    padding-top: 0px;
}

.gallery-view div.col-sm-3,
.gallery-view div.col-sm-9.col-lg-9.col-xl-10 {
    padding: 0px;
}

.gallery-view .btn-group-vertical {
    padding: 0px;
}
    .gallery-view .btn-group-vertical .btn.btn {
        border-radius: 0px;
        font-size: 16px;
    }

    .gallery-view .btn-group-vertical .btn .caret {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

.navbar-collapse.collapse .pull-left {
    margin-left: 15px;
    margin-top: 8px;
}

/*
    .gallery-view .btn-group-vertical .palette-bg2 {
        background-color: transparent!important;
    }*/
/* Search Option Button */
.gallery-view .navbar-toggle.pull-left,
.gallery-view .navbar-toggle.pull-left .btn {
    width: 100% !important;
}

    .gallery-view .navbar-toggle.pull-left .btn {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
