/* CMH Special Custom CSS */
/************ // General HTML Tags // ************/


/************ // Site Structure // ************/
body {
    background-color: #fff;
}

* {
    --red: #e61c29;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
}

.whiteFont {
    color: white;
}

.mediumSidePadding {
    padding: 5px 30px;
}

.boxshadow {
    box-shadow: 10px 10px 17px #979797;
}

.flex {
    display: flex;
}

.justifyCenter {
    justify-content: center;
}

.alignCenter {
    text-align: center;
}

#noPageBanner {
    height: 85px;
    background: #fff;
}

.container {
    max-width: 1300px;
    margin: auto;
}

.theme-btn {
    background-color: var(--red) !important;
    color: #fff !important;
    border: 1px solid var(--red);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: unset;
    font-size: 18px;
}

.theme-btn-o {
    background-color: transparent !important;
    color: var(--red) !important;
    border: 1px solid var(--red);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: unset;
    font-size: 18px;
}

/************ // Header // ************/
.site-header {
    background-color: #2d2d2d61;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: background-color 0.3s ease-in-out;
}

.site-header.scrolled {
    background-color: #2d2d2d;
}

.site-header>.wrap {
    padding: 2px 0px;
    max-width: 1300px;
}

.site-header .widget-area {
    width: 960px;
}

/************ // Menu // ************/
.genesis-nav-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 32px 10px;
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
    color: #000;
}

.header-image .title-area {
    max-width: 140px;
}

/************ // Content // ************/
.site-inner {
    clear: both;
    padding-top: 0;
    word-wrap: break-word;
    max-width: unset;
    z-index: 9;
    position: relative;
}

.bannerImageHolder img {
    display: block;
}

.bannerImageHolder {
    max-height: 750px;
}

.prev-stage,
.next-stage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    height: 15px;
    width: 15px;
}

.prev-stage {
    left: 10px;
}

.next-stage {
    right: 10px;
}

.entry {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
}

header.entry-header {
    display: none;
}

#singlePageBanner {
    position: sticky;
    top: 0px;
    width: 100%;
}

/* .bannerHeading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -0%);
} */


.homeBannerOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.limitWidth {
    max-width: 1200px;
    margin: 0 auto;
}

/* Home page */
.bannerImageHolder img {
    display: block;
}

.bannerImageHolder {
    max-height: 750px;
}

.homeCounterHolder {
    max-width: 1200px;
    margin: 80px auto;
}

.lgx_app_item {
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 0 10px #00000052;
    border-radius: 10px;
    width: 200px;
    background: #ffffffad;
}

.lgx_app_item_row {
    text-align: center;
}

#lgx_counter_up_app_1699 .lgx_app_item .lgx_counter_value {
    font-size: 45px !important;
    font-weight: 800 !important;
}

.mainContentHolder {
    padding: 40px 0;
}

.homeBannerV {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 134px;
}

.leftVBlock,
.rightVBlock {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.leftVBlock:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    /* z-index: -1; */
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(8deg);
    background-color: #e5e6ea;
}

.rightVBlock:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    /* z-index: -1; */
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-8deg);
    background-color: #e5e6ea;
}

.singleBannerV .rightVBlock:before,
.singleBannerV .leftVBlock:before {
    background-color: #fff;
}

.arrowButton {
    font-size: 30px;
    background: #e61c29;
    display: inline-block;
    padding: 0 10px;
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}


.bannerHeading h2 {
    font-size: 50px;
    margin-bottom: 50px;
}

.bannerContent p {
    font-size: 30px;
}

.backgroundHome {
    background-image: url("https://sandbox4.rokkitdev.co.za/wp-content/uploads/2024/09/CMH-group-Home-Dealerships-banner.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.roundedCorners {
    border-radius: 10px;
}

.bigRoundedCorners {
    border-radius: 30px;
}

.homeTiles {
    max-width: 100%;
    margin: 0px auto;
}

.redBlockHeading {
    background: #e61c28;
    display: inline-block;
    padding: 20px 40px;
    color: white;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    top: -35px;
    font-weight: 800;
    font-size: 45px;
}

.homeTopContent {
    text-align: center;
    margin: 10px 30px 50px;
}

.tileHolder {
    margin: 100px auto;
    display: flex;
    max-width: 1200px;
    align-items: center;
}

.tileImage {
    width: 50%;
    float: left;
    box-shadow: 0 0 10px #00000091;
}

.tileImage img {
    display: block;
}

.centerObject {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    width: 100%;
}

.bigPadding {
    padding: 40px;
}

.blur {
    backdrop-filter: blur(20px);
}

.homeTiles .centerObject {
    /* left: 50%; */
    box-shadow: 0 0 10px #00000052;
    /* transform: translate(-50%, -50%); */
}

.reverseRow {
    flex-direction: row-reverse;
}

.tileContent {
    width: 50%;
}

a.siteButton {
    color: #fff;
    text-decoration: none;
    background: #e2222f;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    transition-duration: 0.2s;
}

.tileContent .siteButton {
    position: absolute;
    bottom: 10px;
}

.redBackground {
    background: #e61c28;
}


.darkGreyBackground {
    background: #1e2126;
}

a.siteButton:hover {
    text-decoration: underline;
    box-shadow: 0 0 10px #00000052;
}

.tileContent p {
    color: #000;
}

.tileHeading {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    padding: 20px 40px;
    width: 120%;
    position: relative;
    float: right;
    color: #fff;
    padding-left: 180px;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.reverseRow .tileHeading {
    float: left;
    padding-left: 40px;

}

.reverseRow .tileContent p {
    padding-left: 20px;
    padding-right: 60px;
    max-height: 330px;
    overflow: hidden;
    position: relative;
}
.reverseRow .tileContent p.full{
    max-height: fit-content;
 
}

.reverseRow .tileContent p .read-more-btn{
    bottom: 4px;
    right: 63px;
}
.read-more-btn{
    background-color: #fff !important;
    color: var(--red) !important;
    padding: 0px;
    font-weight: 400;
    position: absolute;
    font-size: 2rem;
}
.tileContent p {
    padding-left: 60px;
    padding-right: 20px;
    margin-bottom: 15px;
}

#lgx_counter_up_app_1699 .lgx_app_item .lgx_counter_value {
    color: #e61c29 !important;
    /* text-shadow: 2px 3px 5px #1e1e1e; */
}

.bannerOverlaySlider {
    position: absolute !important;
    top: 310px;
    max-width: 530px;
    right: 50px;
}

.backgroundBottomHome {
    background-image: url('/wp-content/uploads/2025/03/CMH-group-Home-motor-retail-and-distribution-banner.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.cardHolder {
    padding: 60px;
}

.cardItem {
    background: #ffffffb3;
    width: 270px;
    margin: 0 20px;
    text-align: center;
    padding: 20px;
}

.redfont {
    color: #e61c29;
}

.blackButton {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 600;
    transition-duration: 0.2s;
}

.blackButton:hover {
    background: #000;
    color: #fff;
}

.cardItem h3 {
    text-transform: uppercase;
    font-weight: 800;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-shadow {
    text-shadow: 2px 3px 5px #1e1e1e;
}

/* logo slider */
.logo_dealer {
    width: 100%;
    max-width: unset;
    display: flex;
}

.logo_dealer .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    max-width: unset !important;
}

.logo_dealer .slide {
    display: flex;
    margin-bottom: 20px;
}

.logo_dealer .slideImg img {
    width: 202px;
}

p.slideLocationHeading {
    font-weight: 800;
    font-size: 25px;
    margin: 0;
    margin-top: 0px;
}

.logo_dealer .slideImg {
    width: 202px;
    margin-right: 25px;
}

.slideLocation a {
    color: inherit;
    font-size: 15px;
    display: block;
    text-decoration: none;
}

.slideLocation {
    width: 180px;
    display: flex;
    align-items: center;
}

.bx-wrapper .bx-viewport {
    max-height: 235px;
}

.sliderViewAll {
    background: #1e2126;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    width: 250px;
    padding: 20px 80px;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 15px #000000;
    z-index: 9;
}

.sliderViewAll span {
    line-height: 45px;
}

.sliderViewAll a {
    color: #fff;
    text-decoration: none;
}

/* Dealerships */
.DealershipTable table {
    width: 100%;
    border-collapse: collapse;
}

.DealershipTable table,
.DealershipTable th,
.DealershipTable td {}

.DealershipTable td {
    font-size: 15px;
}

.DealershipTable th,
.DealershipTable td {
    padding: 10px;
    text-align: left;
    max-width: 200px;
}

.DealershipTable th {
    background-color: #f2f2f2;
}

.DealershipTable .filter-container {
    margin-bottom: 20px;
}

.DealershipTable .filter-container label {
    font-weight: bold;
}

.DealershipTable select,
.DealershipTable input#search-input {
    padding: 5px;
    max-width: 200px;
    margin: 20px 0;
}

#dealership-table tr:nth-child(2n) {
    background: #ebebeb;
}

.DealershipTable input#search-input {
    padding: 3px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

#dealership-table th {
    font-weight: 600;
    font-size: 21px;
}

.brandLogoItem img {
    padding: 10px;
    cursor: pointer;
}

/* Investor */
.ReportsHolder {
    display: flex;
}

.investorMenu {
    min-width: 240px;
    margin: 0 10px;
    border-right: 1px solid #f3f3f3;
}

.invetorOptionHolder {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.activeCareer {
    display: flex !important;
}

.ReportsHolder {
    display: flex;
    padding: 40px;
}

.reportTile {
    max-width: 240px;
    text-align: center;
    box-shadow: 0 0 10px #00000052;
    margin: 0 20px 20px;
}

.reportTileSubHeading {
    font-size: 14px;
    font-weight: 600;
}

.reportValue {
    font-size: 14px;
}

.reportTile .siteButton {
    margin: 10px 0;
}

.investorMenuItem {
    padding: 10px 15px;
    color: #333;
    cursor: pointer;
}

.investorMenuItem.active {
    background: #e2222f;
    color: #fff;
}

.hide {
    display: none !important;
}

/* Preowned */



/* About Us */

.timeLineSection {
    max-width: 740px;
    margin: 80px auto 40px;
}

.timeLineItemContainer {
    width: 50%;
    border-right: 1px;
    border-right-style: dashed;
}

.timeLineItem {
    width: 100%;
    overflow: hidden;
}


.rightItem .timeLineItemContainer {
    float: right;
    border-right: 0;
    border-right-style: dashed;
    border-left: 1px dashed;
    width: calc(50% + 1px);
}

.timeLineItemContent {
    margin: 0;
}

.timeLineItemYear span {
    background: #e61c29;
    display: inline-block;
    padding: 20px 40px;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    float: right;
}

h2.timeLineItemYear::after {
    content: " ";
    height: 1px;
    width: 50px;
    border-top: 1px dashed;
    display: inline-block;
}

.timeLineItemYear {
    display: flex;
    align-items: center;
    justify-content: end;
}

.rightItem .timeLineItemYear::before {
    content: " ";
    height: 1px;
    width: 50px;
    border-top: 1px dashed;
    display: inline-block;
}

.rightItem .timeLineItemYear::after {
    content: "";
    height: 0;
    width: 0;
    border-top: 0px;
    display: inline-block;
}

.rightItem .timeLineItemYear {
    display: flex;
    align-items: center;
    justify-content: start;
}

.rightItem .timeLineItemHeading,
.rightItem .timeLineItemContent {
    padding-left: 50px;
}

.leftItem .timeLineItemHeading,
.leftItem .timeLineItemContent {
    padding-right: 50px;
}

/* board of directors */

.boardNavContentHolder {
    text-align: center;
    padding-top: 20px;
}

.boardNavItemImage {
    width: 150px;
    height: 150px;
    overflow: hidden;
    padding: 0px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #fff;
}

.boardNavItemHolder {
    margin: 0 20px;
    width: 200px;
    text-align: center;
}

.boardNavItemImage img {
    padding: 4px;
    border-radius: 50%;
    height: 148px;
    width: 150px;
    object-fit: cover;
    object-position: top;
}

.boardMainItemHolder {
    display: flex;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid;
}

.boardMainContentHolder {
    margin-left: 40px;
    max-width: 450px;
    margin-top: 40px;
}

.boardMainItemImage img {
    max-width: 320px;
}

.activeBoardNav {
    border: 1px solid #e61c29;
}

/* new special */
.home-brand-section .specials-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-brand-section .specials-wrap .each-special-container{
    width: calc(100%/5);
}

.brands-sections {
    padding-top: 20px;
}

.brands-sections .brands-wrap {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.brands-sections .brands-wrap .each-brand-container {
    border: 2px solid #c6c6c6;
    border-radius: 5px;
    transition-duration: .5s;
    background-color: transparent;
    display: flex;
}

.brands-sections .brands-wrap .each-brand-container:hover {
    transition-duration: .5s;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 14px #c6c6c6;
}

/************ // WooCommerce // ************/



/* investors page */

.investorsSection {
    display: flex;
    padding: 0 80px;
}

.investorsSideMenu {
    width: 350px;
}

.investorsSideMenuItem {
    padding: 10px 20px;
    border-top: 1px solid #c7c7c7;
    transition-duration: 0.2s;
}

.menuIndent>span {
    padding: 10px 0px;
}

.menuIndent {
    padding: 0px 20px;
    border-top: 1px solid #c7c7c7;
    transition-duration: 0.2s;
}

.investorsSideMenuItem:hover {
    background: #c7c7c7;
    cursor: pointer;
}

.investorSlides>div {
    padding-left: 40px;
    display: none;
    min-width: 800px;
}

select.reportFilter {
    padding: 5px 10px;
    max-width: 200px;
    margin-left: 10px;
}

.reportTableHolder {
    margin-top: 40px;
    margin-bottom: 40px;
}

.activeItem {
    background: #c7c7c7;
}

.activeSlide {
    display: block !important;
}

tr.reportItem:hover {
    background: #e1e1e1;
}

/*  careers */

.reportTileImage {
    padding: 40px;
    min-height: 200px;
}

/************ // Footer // ************/
.widget-title {
    font-size: 18px;
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: capitalize;
    border-bottom: 1px solid;
}

ul.footer-list li {
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.footer-widgets {
    background-color: #ccc;
}

.site-footer .wrap {
    max-width: unset;
}

.site-footer {
    padding: 0;
    z-index: 9;
    position: relative;
}

.footerList {
    text-align: left;
    width: 250px;
    margin: 0 20px;
}

.footerList a {
    color: #fff;
    text-decoration: none;
    line-height: 25px;
}

.siteFooter {
    padding: 80px 0 20px;
}

.footerImage {
    padding: 40px 0;
}

.subFooter {
    color: #fff;
    line-height: 25px;
    font-size: 20px;
    margin: 0 40px;
    border-top: 1px solid;
    padding-top: 30px;
}

.subFooter img {
    padding: 20px 0;
}

.subFooter a {
    color: #fff;
    text-decoration: none;
}

/* Used and new Special common Specials */
.breadcrumb-section {
    border-bottom: 1px solid #000;
    padding: 5px 0px;
}

.breadcrumb-section .spliter {
    margin: 0px 15px;
}

.breadcrumb-section .spliter i {
    font-size: 12px;
}

.breadcrumb-section .options-container {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.breadcrumb-section .options-container a {
    color: #000 !important;
    text-decoration: unset;
    display: flex;
    align-items: center;
}

.breadcrumb-section .options-container a i {
    margin-right: 5px;
}

.breadcrumb-section .options-container .each-option.back-btn {
    font-weight: 700;
}

.price-tracking-info .call-to-action-container {
    border: 1px solid #c6c6c6;
    padding: 10px;
    border-radius: 5px;
}

.price-tracking-info .call-to-action-container .heading {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    background-color: var(--red);
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.price-tracking-info .call-to-action-container .heading::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid var(--red);
    bottom: -9px;
}

.price-tracking-info .call-to-action-container .buttons-container {
    display: grid;
    margin-top: 14px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.price-tracking-info .call-to-action-container .buttons-container .each-btn {
    width: 100%;
}

.price-tracking-info .call-to-action-container .buttons-container .each-btn .cta-btn {
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #e2e2e2;
    font-size: 18px;
    padding: 10px 8px;
    text-decoration: unset;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}

.price-tracking-info .call-to-action-container .buttons-container .each-btn .cta-btn i {
    font-size: 25px;

    width: 100%;
}

.price-tracking-info .price-wrap {
    border: 1px solid #c6c6c6;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.sticky-cta-section {
    position: fixed;
    right: 0;
    left: 0;
    background-color: #c6c6c6;
    z-index: 9;
    margin-top: -2px;
    height: 0;
    transition-duration: .5s;
    overflow: hidden;
}

.sticky-cta-section.show {
    height: 60px;
    transition-duration: .5s;
}

.sticky-cta-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px 0px;
}

.sticky-cta-section .container .cta-container {
    display: flex;
    align-items: center;
    justify-content: end;
}

.sticky-cta-section .container .cta-container .heading {
    border: 1px solid var(--red);
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 15px;
    color: var(--red);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.sticky-cta-section .container .cta-container .heading::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: -10px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid var(--red);
    top: 50%;
}

.sticky-cta-section .container .cta-container .theme-btn-o {
    border: 1px solid #000;
    background-color: #e2e2e2 !important;
    color: #000 !important;
    height: 100%;
    display: inline-block;
    font-size: 15px;
}

.sticky-cta-section .container .cta-container .theme-btn-o i {
    margin-right: 5px;
}

.sticky-cta-section .container .vehicle-name {
    display: flex;
    align-items: center;
}

.sticky-cta-section .container .vehicle-name span {
    font-weight: 700;
    font-size: 25px;
}

/* success form submition */
.success-submit{
    padding: 50px 0px;
    text-align: center;
}
/************ // Responsive // ************/

@media screen and (max-width: 1200px) {

    /* Laptop */
    .limitWidth {
        padding: 0px 20px;
    }

    .container {
        padding: 0px 20px;
    }

    /* navigation bar */
    .header-image .title-area {
        width: 150px;
    }

    .site-header>.wrap {
        max-width: 95%;
    }

    /* Investors page */
    .investorsSection,
    .mainContentHolder {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* about us */
    .homeBannerOverlay {
        width: 100%;
        padding: 20px;
    }

    .timeLineSection {
        max-width: 100%;
    }

}

@media screen and (max-width: 1024px) {

    /* Older Desktop */
    /* navigation bar */
    .site-header>.wrap {
        max-width: 95%;
        display: flex;
        flex-wrap: wrap;
    }

    .homeBannerOverlay {
        top: 50%;
        left: 45%;
        transform: translate(-41%, -50%);
    }

    .bannerContent p {
        line-height: 1.2;
        margin-bottom: 0px;
    }

    .bannerHeading h2 {
        margin-bottom: 35px;
    }

    /* === */
    .tileHolder {
        margin: 50px 20px;
        flex-wrap: wrap;
    }

    .tileImage {
        width: 100%;
    }

    .tileContent {
        width: 100%;
    }

    .tileHeading {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 25px;
        padding: 20px 40px;
        width: 100%;
        position: relative;
        float: right;
        color: #fff;
        padding-left: 40px;
        min-height: 120px;
        display: flex;
        align-items: center;
    }

    .site-header .widget-area {
        width: 100%;
    }

    .investorSlides>div {
        min-width: unset;
    }
}

@media screen and (max-width: 768px) {

    /* iPad */
    .limitWidth {
        padding: 0px;
    }

    /* navigation bar */
    .site-header .menu-toggle {
        background-color: transparent;
        outline: unset !important;
    }

    .header-image .title-area {
        width: 135px;
    }

    #noPageBanner {
        height: unset;
    }

    .site-header {
        background-color: #2d2d2d;
    }

    .menu-toggle,
    .sub-menu-toggle {
        color: #fff !important;
    }

    .js .site-header .genesis-nav-menu .menu-item a {
        text-align: center;
    }

    /* ===== */

    /* Hero */
    .homeBannerOverlay {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bannerContent p {
        line-height: 1.2;
        margin-bottom: 0px;
    }

    /* === */

    /* Services */
    .cardItem {
        margin-bottom: 20px;
    }

    /* ==== */

    /* statistics */
    .lgx_app_item {
        width: 270px;
    }

    /* ==== */
    /* footer */
    .siteFooter .justifyCenter {
        justify-content: unset;
    }

    .footerList {
        width: calc(100%/3);
        margin: 0px;
        margin-bottom: 40px;
        padding: 0px 20px;
    }

    .footerImage img {
        width: 200px;
    }

    /* ==== */
    /* contact us */
    .contact-us {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .contact-us tbody {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-us tr {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        border: 1px solid #eee;
        margin-bottom: 15px;
        width: calc(95%/2);
    }

    .contact-us tr:nth-child(2n) {
        margin-left: auto;
    }

    .contact-us tr td {
        padding: 0px;
        width: 100%;
        border: unset;
    }

    .contact-us tr td:first-child {
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .sticky-cta-section {
        top: 0;
    }

    .sticky-cta-section.show {
        height: unset;
        padding: 8px 0px;
    }

    .sticky-cta-section .container {
        padding: 0px 5%;
    }

    .sticky-cta-section .container .vehicle-name span {
        font-size: 20px;
        line-height: 1.1;
        font-weight: 600;
    }

    /* === */

    .flex {
        display: flex;
        flex-wrap: wrap;
    }

    body {
        background-color: #fff;
    }

    .homeBannerV {
        display: none;
    }

    #singlePageBanner {
        position: relative;
    }

    .site-header {
        position: relative;
    }

    .brandLogoHolder {
        justify-content: center;
    }

    .tableHolder {
        overflow-x: scroll;
    }

    .DealershipTable table {
        width: 1000px;
        border-collapse: collapse;
    }

    .sliderViewAll {
        background: #1e2126;
        color: #fff;
        font-size: 25px;
        font-weight: 800;
        text-transform: uppercase;
        width: 100%;
        padding: 20px;
        text-align: center;
        display: block;
        align-items: center;
        box-shadow: none;
    }

    .logo_dealer {
        width: 100%;
        max-width: unset;
        display: block;
    }

    .logo_dealer .slideImg {
        width: 202px;
        margin-right: 25px;
    }

    .slideLocation {
        width: 180px;
    }

    .logo_dealer .slide {
        width: 400px !important;
    }

    .homeTopContent {
        text-align: center;
        margin: 10px 0px 50px;
    }

    .tileContent p {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .cardItem {
        padding: 20px;
    }

    .bannerHeading h2 {
        font-size: 35px;
        margin-bottom: 0px;
    }

    .bannerContent p {
        font-size: 18px;
    }

    .homeBannerOverlay {
        width: 100%;
    }

    .reverseRow .tileContent p {
        padding-left: 0;
        padding-right: 0;
        overflow: unset;
        max-height: unset;
    }
    .reverseRow .tileContent p .read-more-btn{
        display: none;
    }
    .site-footer {
        padding: 0;
        background: #1e2126;
    }

    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        padding: 12px;
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        background: transparent;
        color: #fff;
        width: 100%;
        text-align: end;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary,
    .js nav button:focus,
    .js .menu-toggle:focus {
        background-color: transparent;
        color: #000;
    }

    .investorsSection {
        display: flex;
        padding: 10px;
        flex-wrap: wrap;
    }

    .investorsSideMenu {
        width: 100%;
    }

    .investorSlides>div {
        padding-left: 0px;
        display: none;
        min-width: unset;
        width: 100%;
    }

    tr.reportItem td,
    .headingRow td {
        border-left: 1px solid #eee;
        padding: 0 10px !important;
    }

    .headingRow td {
        display: none;
    }

    tr.reportItem {
        flex-wrap: wrap;
        width: 100%;
    }

    /* brands */
    .brands-sections .brands-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* new special archive */
   
    .home-brand-section .specials-wrap a {
        display: flex;
    }
    .home-brand-section .specials-wrap .each-special-container{
        width: calc(100%/2);
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {

    /* iPhone 6 Plus, Landscape Display */

    /* breadcrumb */
    #noPageBanner h1 {
        font-size: 30px;
    }

    .breadcrumb-section {
        padding: 5px 5%;
    }

    .breadcrumb-section .wrap {
        padding: 0px;
    }

    .container {
        padding: 0px;
    }

    /* footer */
    .footerList {
        width: 100%;
        text-align: center;
    }

    /* === */
    .lgx_app_item {
        margin: 20px auto;
        padding: 20px;
        box-shadow: 0 0 10px #00000052;
        border-radius: 10px;
        width: 145px;
        background: #ffffffad;
    }

    .cardItem {
        background: #ffffffb3;
        width: 175px;
        margin: 20px;
        text-align: center;
        padding: 20px;
    }

    .footerImage {
        padding: 40px;
    }

    .boardMainItemHolder {
        flex-wrap: wrap;
        justify-content: center;
    }

    .boardNavItemHolder {
        margin: 0 5px;
        width: 210px;
        text-align: center;
    }

    /* brands */
    .brands-sections .brands-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* sticky top */
    .sticky-cta-section .container .cta-container {
        flex-wrap: wrap;
    }

    .sticky-cta-section .container .cta-container .heading {
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 0px;
        display: none;
    }
}

@media screen and (max-width: 320px) {
    /* iPhone 4,5, Portrait Display */

}