:root {
    --clr-primary-500: #153162;
}
.accent-color1,
.accent-color2 {
    color: #000 !important;
}

/******************************
    BANNER
*******************************/
.banner-links-bar-wrapper a {
    font-size: 16px!important;
    font-weight: 600!important;
}

div.banner-container {
    background: #000;
}

.banner-links-bar {
    background: none;
}

a.banner-link .fa {
    color: #eee;
}

/* OUR TEAM
**************************/
.our-team img {
    border-radius: 50%;
}

/* FOOTER
**************************/
.footer-links-heading,
.footer-layout-container.container a {
    font-size: 16px;
}

div.footer-container {
    background-color: #000;
}


/* SECTION
**************************/
.section-1 {
    position: relative;
    padding-top: 0px!important;
    background-color: #edeff4;
}

.section-1 .container {
    background-color: transparent;
    padding-top: 0px!important;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
.section-1  {
    padding: 40px 0px!important;
}
.section-1 .container {
    padding-top: 50px;
}

.section-1::after {
    content: "";
    background: url(https://automanager.blob.core.windows.net/wmclients/019384/images/driving-car.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    clip-path: polygon(10% 0,100% 0,100% 100%,0% 100%,0 100%);
}
}

.section-2 {
    background-size: contain!important;
}

.section-2 .container {
    background-color: transparent;
}

.section-3 {
    position: relative;
    padding-top: 0px!important;
    background-color: #000;
}

.section-3 .container {
    background-color: transparent;
    padding-top: 0px!important;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
.section-3  {
    padding: 40px 0px!important;
}
.section-3 .container {
    padding-top: 50px;
}

.section-3::after {
    content: "";
    display: block;
    background: url(https://automanager.blob.core.windows.net/wmclients/019384/images/car-front-driving-new.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    width: 65%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(10% 0,100% 0,100% 100%,0% 100%,0 100%);
}
}

/* INVENTORY SEARCH FORM
**************************/
.element-type-inventorysearchform .btn {
    width: 100%!important;
}

.element-type-inventorysearchform .form-control {
    font-size: 16px;
    min-height: 45px;
}

.element-outer-container.element-type-inventorysearchform {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
.element-outer-container.element-type-inventorysearchform {
    padding: 12px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 0px;
} 
}

/* INVENTORY SLIDER
**************************/
.vehicle-panel-headline, 
.vehicle-panel-label {
    font-size: 16px;
    padding-bottom: 8px;
    color: #3b3b3b !important;
}

.vehicle-panel-price {
   background-color: #000;
}

.element-type-inventoryslider .swiper-slide a:nth-child(2) {
    border-radius: 12px;
    overflow: hidden;
}

/* BROWSE INVENTORY
**************************/
.browse-inventory-image a {
    border-color: #000;
}
.browse-inventory-image a:before {
    color: #000;
    bottom: -15px;
}

.browse-inventory-image a {
    color: var(--primary-color-500);
}

@media (min-width: 768px) {
.inv-flex {
    padding-left: 50px;
}

.inv-flex .row {
    display: flex;
    flex-wrap: wrap;
}

.inv-flex .browse-inventory-image {
    flex-basis: 33.33333%;
}
}

/* CONTAINER
**************************/
.page-content-row .container {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* CUSTOMHTML
**************************/
.element-type-customhtml {
    padding: 8px 16px!important;
}

.cus-card-1 {
    text-align: center;
    background-color: #edeff4;
    border: 1px solid #ededed;
    padding: 20px;
    min-height: auto;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
.cus-card-1 {
    min-height: 300px;
}
.element-type-customhtml {
    padding: 8px!important;
}
}

/******************************
    Buttons
*******************************/
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

.btn-default.bg-blk {
    background-color: #000!important;
    border-color: #000!important;
}

.btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    padding: 8px 16px;
}

.btn-100 {
    width: 100%;
    text-wrap: wrap;
    margin-top: auto;
}

.btn-outline {
    color: #fff;
    border: 1px solid #fff;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    color: #eee;
    border: 1px solid #eee;
   background-color: #3b3b3b;
}

/* TYPOGRAPHY
**************************/
body, html {
    font-size: 16px;
}

h1, h2, h3,
h4, h5, h6 {
    color: #121212!important;
    margin: 0px 0px 16px 0px!important;
    text-wrap: balance;
    text-transform: uppercase;
}

h1 {font-size: 2.5rem;}
h2 {font-size: 2.25rem;}
h3 {font-size: 2rem;}
h4 {font-size: 1.75rem;}



.sub-heading {
   color: #000;
   font-weight: 700;
    font-size: 1.5rem;
}

.element-heading h4 {
    border-bottom: none;
    font-size: 1.5rem;
    padding-bottom: 0px;
}

.element-heading h4:after {
    content: none;
}

/* NAVBAR
**************************/
.navbar-default .navbar-nav > .active > a:after {
    background: #000;
}

.dropdown-menu {
    background: #000!important;
}

.navbar-default {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #121212;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #000 !important;
}
.navbar-default .navbar-nav > .active > a.menu-heading,
.navbar-default .navbar-nav > .active > a.menu-heading:hover, 
.navbar-default .navbar-nav > .active > a.menu-heading:focus {
    color: #121212;
}

nav.navbar.navbar-default {
    padding: .5% 0 .5%;
}

a.navbar-brand, nav.navbar.navbar-default, nav.navbar-fixed-top a.navbar-brand, .menu-heading, a.menu-heading:hover span:after, li.menu-heading span, a.menu-heading.dropdown-toggle, ul.dropdown-menu, li.menu-heading.dropdown.open, .open, a.banner-link, .dropdown-menu > li > a, div.footer-container {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a.menu-heading {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

@media (min-width: 768px){
ul.nav.navbar-nav {
    bottom: 22px!important;
}
}

/* HERO SECTION
**************************/
.hero-section {
    position: relative;
    padding-top: 0px!important;
    background-color: #edeff4;
}

.hero-section .container {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
.hero-section {
    padding: 40px 0px!important;
}
.hero-section .container {
    padding-top: 50px;
}

.hero-section::after {
    content: "";
    background: url(https://automanager.blob.core.windows.net/wmclients/019384/images/colberts-auto-storefront-new.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    clip-path: polygon(10% 0,100% 0,100% 100%,0% 100%,0 100%);
}
}