/************ // Fonts // ************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/************ // General HTML Tags // ************/

* {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6, span, p, a, li, div {
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 24px;
}



/************ // Site Structure // ************/

.site-inner {
    clear: both;
    padding-top: 0;
    word-wrap: break-word;
    max-width: unset;
}

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

.limitWidth {
    margin: 0 auto;
    max-width: 1400px;
    padding: 20px;
}

.site-header .wrap {
    display: flex;
    max-width: unset;
    align-items: center;
    width: 100%;
}

.site-header .widget {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

.upper{
    text-transform: uppercase;
}

.txtCenter{
    text-align: center;
}


/************ // Header // ************/

.site-header {
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: transparent;
    padding: 5px 20px;
    background-image: linear-gradient(181deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 40%, transparent 100%);
}

.title-area {
    display: none !important;
}

.headerLogo img {
    max-width: 150px;
}

.site-header .widget-area {
    width: unset;
}

.header-image .site-title>a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    width: 100%;
}

.site-header>.wrap {
    padding: 0px 0;
}

.header-image .title-area {
    margin: unset;
}

.entry-header {
    display: none;
}

.headerIcons {
    display: flex;
    gap: 10px;
    max-width: 1700px;
    margin: 5px auto;
    font-size: 0;
    justify-content: end;
    position: relative;
    z-index: 1;
    padding: 10px 20px 0 0;
}

.bx-wrapper {
    position: relative;
    top: 0px;
    z-index: 0;
}

section#nav_menu-2 {
    padding: 0 20px 0 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: #00000000 !important;
}

.site-inner, .wrap {
    margin: 0 auto;
    max-width: unset;
}

.bannerWriteupHolder {
    bottom: 6%;
    position: absolute;
    left: 3.5%;
    color: #fff;
    padding: 24px;
    background-color: #000;
}

.bannerWriteupHolder p {
    margin-bottom: 0;
}

.BannerButton a {
    display: inline-flex;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    gap: 14px;
}

.BannerButton a img {
    width: 50px;
    height: 35px;
}

.bannerImageHolder {
    position: relative;
    top: -54px;
}

.bannerWriteupHolder h2 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
}

.header-widget-area.megaMenuLeft {
    width: 63%;
}

.cmhheaderLogo {
    max-width: 110px;
}

.headerLogosHolder {
    display: flex;
    align-items: center;
}

.headerLogo {
    font-size: 0;
}

#menuItem205 {
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    top: 60px;
    border: 0;
}

.genesis-nav-menu #menuItem205 .sub-menu a {
    background-color: #fff;
    border :0;
    border-top: 0;
    padding: unset;
    position: relative;
    width: 200px;
}

#menuItem205 li.menu-item {
    width: 100%;
}

.new-models-header {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}


.genesis-nav-menu .sub-menu a {
    width: unset;
    border: 0;
    color: #000;
}

.model-image {
    text-align: center;
}

h4.model-name {
    color: #4f4f4f;
    font-size: 19px;
}

div#singlePageBanner {
    font-size: 0;
    max-height: 700px;
}

span.learn-more-header {
    color: #3b82f6;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
    width: 100%;
}

/************ // Menu // ************/

.genesis-nav-menu a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 20px 20px;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    text-decoration: none;
}


nav.nav-header {
    max-width: 1000px;
    float: right;
}

/************ // Content // ************/

.imgHolder, .backgroundHomeHolder {
    width: 50%;
}

.TextImageSection:nth-child(even) {
    flex-direction: row;
    text-align: left;
    position: relative;
    background-color: #f3f3f3;
}

.TextImageSection:nth-child(even) .floatingCar {
    transform: translate(15%, 0);
}

.floatingCar {
    position: relative;
    transform: translate(-15%, 0);
    z-index: 1;
}

.TextImageSection {
    display: flex;
    max-width: 1300px;
    margin: 40px auto;
    flex-direction: row-reverse;
    color: #fff;
    position: relative;
}

.textSection {
    position: absolute;
    top: 10%;
    max-width: 540px;
    left: 10%;
    padding: 20px;
}

.textSection p{
    color: #b5b5b5;
}

.backgroundHomeHolder {
    position: relative;
}

.imgHolder {
    position: relative;
}

p.tagLine {
    margin: 0 0 18px;
    color: #fff;
}

.blueButton {
    background-color: #3b82f6;
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    max-width: 210px;
    text-align: center;
}

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

.dealership-location {
    display: flex;
    margin-bottom: 20px;
}

.dealership-location:nth-child(even) {
    flex-direction: row-reverse;
}

.dealership-image {
    font-size: 0;
    width: 60%;
}

.contact-details p {
    margin: 0;
}

.dealership-info {
    width: 100%;
    padding: 40px;
    background-color: #e9e9e9;
    color: #4f4f4f;
}

.contact-details a {
    color: #307fe2;
    text-decoration: none;
}

h2.dealership-name {
    color: #000;
}

/************ // Test DrivePage // ************/

.form-img-holder {
    display: flex;
    justify-content: space-evenly;
}

.test-section-top {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.test-section-top p {
    color: #717171;
}

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


/************ // Footer // ************/

.site-footer {
    background-color: rgb(56 55 55);
    border-top: 1px solid #eee;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

img.cmhLogo, img.rokkitLogo {
    max-width: 150px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

.meat-team-list-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.each-member {
    width: 48%;
}

span.email {
    width: 100%;
    display: block;
}

/************ // Responsive // ************/

@media screen and (max-width: 1530px) { /* Laptop */

    .header-widget-area.megaMenuLeft {
        width: 70%;
    }

}



@media screen and (max-width: 1024px) { /* Older Desktop */

    .textSection {
        position: absolute;
        top: 0%;
        max-width: 540px;
        left: 0;
        width: 100%;
        padding: 20px;
        z-index: 2;
    }

    .textSection p {
        color: #b5b5b5;
        font-size: 18px;
    }

    .backgroundHomeHolder {
        overflow: scroll;
    }

}

@media screen and (max-width: 768px) { /* iPad */
    .site-inner {
        padding: 0;
    }

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

    .floatingCar {
        position: relative;
        transform: translate(0%, 30%);
    }

    .new-models-header {
        flex-direction: column;
    }

    .TextImageSection:nth-child(even) {
        flex-direction: column;
    }

    .textSection {
        position: relative;
    }

    .TextImageSection:nth-child(even) .floatingCar {
        transform: translate(0%, 30%);
    }

    .TextImageSection {
        margin: 0 auto;
        flex-direction: column;
    }
    .imgHolder, .backgroundHomeHolder {
        width: 100%;
    }

    .dealership-location {
        flex-direction: column;
    }

    .dealership-location:nth-child(even) {
        flex-direction: column;
    }
    .dealership-image {
        font-size: 0;
        width: 100%;
    }
    .dealership-info {
        padding: 20px;
    }

    .site-header .wrap {
        flex-direction: column;
    }

    .bannerWriteupHolder {
        display: none;
    }
    .menu-toggle, .sub-menu-toggle {
        background-color: #ffffff00;
        color: #ffffff;
    }
        .js nav button:hover, .js .menu-toggle:hover, .js .nav-primary {
        background-color: #ffffff00;
    }

        nav.nav-header {
        max-width: unset;
        float: unset;
        width: 100%;
    }
        .js .nav-primary .genesis-nav-menu .menu-item, .js .site-header .genesis-nav-menu .menu-item {  
        text-align: center;
    }
    .model-image img {
        display: none;
    }
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */


    .backgroundHomeHolder {
        overflow: hidden;
    }

    .bannerWriteupHolder h2 {
        font-size: 40px;
    }

    .each-member {
        width: 48%;
    }


}

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

}