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


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



.site-header {
    background-color: #000;
}

.nav-primary {
    background-color: #000;
    border-top: 1px solid #000;
}

body {
    background-color: #000;
    color: #fff;
}

.entry {
    background-color: #000;
    margin-bottom: 40px;
    padding: 0;
}

.site-footer {
    background-color: #000;
    border-top: 1px solid #000;
}

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

.seritiButton a {
    text-align: center;
    color: #fff;
    background: #cd2532;
    text-decoration: none;
    min-width: 200px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}

.whiteBackground {
    background: #fff;
    color: #000;
    overflow: hidden;
    padding: 13px;
}

.shortBorder {
    height: 10px;
    width: 200px;
    margin: 10px auto;
    background: #cd2532;
}

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

.centerHeading {
    text-align: center;
}

.upperFont {
    text-transform: uppercase;
}

.yellowfont {
    color: #cd2532;
}

.header-image .site-title>a {
    max-width: 580px;
    width: 100%;
}

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

.peppermint-slides {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

header.entry-header {
    display: none;
}

.bannerSlider {
    width: 100%;
    max-width: unset;
    margin-bottom: 0 !important;
    position: relative;
}

a.full-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

ul.peppermint-dots>li>span {
    background: #cd2532 !important;
}

ul.peppermint-dots>li.peppermint-active-dot>span {
    border: 1px solid #cd2532 !important;
    background: transparent !important;

}

ul.peppermint-dots {
    position: absolute;
    bottom: 5px;
    /* left: 50%; */
    width: 100%;
}

.header-image .title-area {
    margin: unset;
    max-width: 200px;
    padding: 0;
}

/************ // Menu // ************/
.site-header>.wrap {
    padding: 0px 0;
    display: flex;
    max-width: 1400px;
    justify-content: space-around;
}

.menu-item>a {
    color: unset !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.menu-item>a:hover {
    color: #cd2532 !important;
}

.widget_nav_menu {
    margin: 0;
}

.genesis-nav-menu .menu-item:hover>#menuItem327 {
    left: 0;
    width: 100%;
    background: #fff;
}

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

#menuItem327 a {
    width: unset;
    border: unset;
    text-decoration: unset;
}

.menuArchiveHolder .archiveVehicle:hover img {
    transform: scale(1.2);
}

.menuArchiveHolder .archiveVehicle img {
    transition-duration: 0.3s;
}

.header-widget-area.megaMenuLeft a {
    font-size: 13px;
}

/************ // Content // ************/
.peppermint.peppermint-active {
    margin-bottom: 0;
}

#archive_holder {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
}

.sectionHolder {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.archiveContent {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 90px;
    position: relative;
    z-index: 9999;
}

.usedArchiveHolder .archiveContent {
    border-bottom: 1px solid #ccc;

}

.archiveContent span {
    display: block;
}

.archiveContent span {
    display: block;
    color: #4d4d4d;
}

.archivePrice {
    color: #000;
    font-weight: 600;
}

.pageContent {
    overflow: hidden;
    padding: 15px 0;
}

.checkContent h4 {
    font-size: 29px;
}

.checkContent {
    float: left;
    width: 80%;
}

.checkHolder {
    float: left;
    width: 20%;
}

.archiveContent h3 {
    color: #000;
}

.fullThinBorder {
    border-bottom: 1px solid #cd2532;
    margin: 10px auto;
    overflow: hidden;
    /* float: left; */
    width: 100%;
}

.archiveUsedTitle {
    width: 70%;
    float: left;
    font-size: 15px;
}

nav a,
.archiveVehicle a,
.usedArchiveHolder a {
    color: unset;
    text-decoration: none;
}

.archiveUsedTitle h3 {
    font-size: 17px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archiveUsedPrice h3 {
    text-align: left;
    margin: 10px 4px;
    transform: skew(20deg, 0deg);
    font-size: 18px;
    color: #fff;
}

.archiveUsedPrice {
    background: #cd2532;
    transform: skew(-20deg, 0deg);
    width: 30%;
    float: left;
    position: relative;
    right: -8px;
}

.archiveBottom p {
    color: #a3a3a3;
    font-size: 15px;
}

.brandButton a,
.equireButton span {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.brandButton,
.equireButton {
    max-width: 250px;
    margin: 0 auto;
    background: #cd2532;
    border-radius: 7px;
    transition-duration: 0.3s;
    color: #fff;
}

#archive_holder>div:hover {
    box-shadow: 0px 0px 5px -2px;
}

.brandButton:hover {
    background: #9b1f28;
}

.archiveVehicle {
    margin: 12px;
    flex: 0 0 215px;
}

.yellowBackground {
    background: #cd2532;
}

.pageTextBanner {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    flex-wrap: wrap;
}

.pageTextBanner {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    flex-wrap: wrap;
    align-items: baseline;
}

.pageTextBanner>p {
    display: none;
}

.whiteButton a {
    background: #fff;
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
    text-decoration: none;
    /* color: #000; */
    font-weight: 600;
    border-radius: 5px;
}

.insuranceContent .brandButton {
    margin: unset;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.insuranceholder h3 {
    font-weight: 800;
    font-size: 30px;
}

.dealerDetails {
    background: #000000d1;
    color: #fff;
    padding: 20px;
}

.dealerDetailsListItem {
    display: flex;
    align-content: baseline;
}

.dealerDetailsListItem i {
    margin-right: 20px;
}

.whiteBackground li {
    color: #787878;
    font-size: 15px;
}

.blackFont {
    color: #333;
    font-weight: 800;
}

.pageTextBanner h2,
.pageTextBanner h1 {
    text-align: center;
    margin: 0;
}

.pageTextBanner p {
    margin: 0;
}

.WhatsappHover {
    position: absolute;
    top: 11%;
    right: 3%;
}




/************* // Meet the team // **********/

.meet-window {
    width: 100%;
    display: block;
    clear: both;
    color: #000;
}

.meet-container {
    width: 42%;
    float: left;
    padding: 10px;
    max-height: 175px;
    overflow: hidden;
    color: #000;
    padding-left: 20px;
    margin-bottom: 25px;
}

.archive_heading {
    padding: 40px;
    background-color: #000;
}

.page-id-1324 .entry {
    background-color: #fff;
}

.teamDetails a {
    color: #111;
}

.teamDetails a:hover {
    color: #ad0c33;
}


/************ // Used cars // ************/
.post-type-archive {
    background-color: #fff !important;
}


.post-type-archive .site-inner {
    max-width: 1300px;
    color: #000;
}

.list {
    display: flex;
}

.image_container {
    width: 100%;
    padding-right: 10px;
}

.list .product_page_vehicle_info_cotainer_top {
    min-height: unset;
}

.list .product_page_vehicle_info_cotainer {
    width: 75%;
    text-transform: uppercase;
}

.list .specs_featured_list {
    display: inline-flex;
}

.specs_featured_list_item {
    /* flex: 0 0 200px; */
    font-size: 15px;
    /* text-align: center; */
    color: #333;
    /* text-decoration: none; */
    padding: 0 19px;
    border-right: 1px solid #ccc;
    display: flex;
}

.list>a {
    width: 25%;
}

span.icon {
    color: #ed1c24;
}

li.specs_featured_list_item>div {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.product_page_vehicle_info_cotainer a {
    text-decoration: none;
}

span.first_part {
    color: #ccc;
}

.product_page_vehicle_info_cotainer_buttons>div {
    margin: 3px 10px;
}

.viewButton span {
    color: #fff;
    background: #cd2532;
}

.product_page_vehicle_info_cotainer_buttons span {
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 17px;
    cursor: pointer;
}

.testDriveButton span,
.compareButton span {
    color: #ed1c24;
    border: 1px solid #ed1c24;
    transition-duration: 0.3s;
}

.testDriveButton:hover span,
.compareButton:hover span {
    color: #fff;
    background: #ed1c24;
}

.product_page_vehicle_info_cotainer h3 {
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_page_vehicle_info_cotainer_price_featured h3 {
    text-align: center;
}

.list .product_page_vehicle_info_cotainer_buttons {
    display: flex;
    position: relative;
    bottom: -20px;
}

.product_archive:hover .archiveUsedTitle h3 {
    color: #cd2532;
}

.gridContainer {
    width: 30%;
    float: left;
    margin: 1%;
    overflow: hidden;
    min-width: 250px;
}

.grid .first_part {
    display: none;
}

.grid .second_part {
    font-size: 10px;
}

.grid .product_page_vehicle_info_cotainer h3 {
    font-size: 15px;

}

.grid .specs_featured_list_item {
    /* flex: 0 0 200px; */
    font-size: 10px;
    /* text-align: center; */
    color: #333;
    /* text-decoration: none; */
    padding: 0 10px;
    border-right: unset;
    display: flex;
}

.grid .archiveContent {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 55px;
    position: relative;
    z-index: 999;
}

.grid .product_page_vehicle_info_cotainer_buttons {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.grid .image_container {
    width: 100%;
    padding-right: 0;
}

ul.specs_featured_list {
    display: flex;
    min-height: 50px;

}

.widget-meta-data-filter select {
    width: 100% !important;
    line-height: 21px !important;
    margin-bottom: 3px !important;
    padding: 10px !important;
    height: auto !important;
    background-color: #ebeff2;
    border: unset;
    color: #727272;
}

.widget-meta-data-filter {
    box-shadow: 0 0 10px #c7c7c7;
    padding: 0px !important;
}

.widget-meta-data-filter h3 {
    background: #131e24;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.mdf_filter_section.mdf_filter_section_0 table {
    margin: 0 auto;
}

.formHolder {
    padding: 25px 0;
}

.quform-page-progress-bar {
    background-color: #cd2532 !important;
}

.formHolder .quform-theme-minimal {
    color: #545454 !important;
}

.checkList {
    color: #3c3c3c;
}

.checkList i {
    color: #cd2532;
    margin-right: 10px;
}

.blackButton a {
    background: #333;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 10px;
}

button.quform-submit {
    width: 30%;
    max-width: unset;
    min-width: 190px;
    border-radius: 20px;
}

.quform-button-submit {
    width: 100%;
}

.single-preowned .product_page_vehicle_info_cotainer_buttons {
    display: flex;
}

.quform-3 .quform-button-next button,
.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-next button {
    border-color: #cd2532;
    width: 100%;
}

.quform-element-submit>div {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

.single_page_price {
    text-align: center;
    color: #fff;
    font-weight: 800;
    background: #000;
    font-size: 28px;
    padding: 10px;
}

.quform-5 .quform-button-submit button,
.quform-5 .quform-element-submit.quform-button-style-theme .quform-button-submit button,
.quform-7 .quform-button-submit button,
.quform-7 .quform-element-submit.quform-button-style-theme .quform-button-submit button,
.quform-4 .quform-button-submit button,
.quform-4 .quform-element-submit.quform-button-style-theme .quform-button-submit button {
    background-color: #cd2532;
    width: 100%;
    border-radius: 0;
}

.enquireButton span {
    display: block;
    border: 2px solid #cd2532;
    margin-top: 12px;
    text-align: center;
    border-radius: 5px;
    font-weight: 800;
    transition-duration: 0.3s;
    color: #fff;
}

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

.enquireButton {
    display: block;
    border: 2px solid #cd2532;
    background: #cd2532;
    margin-top: 12px;
    text-align: center;
    border-radius: 5px;
    font-weight: 800;
    transition-duration: 0.3s;
}

.enquireButton span:hover {
    background: #cd2532;
}

.singleVehicleStatsTable table {
    width: 100%;
    background: #e7e7e7;
    padding: 12px;
    display: block;
}

.singleVehicleStatsTable td {
    border: unset;
    border-bottom: 1px solid #d3d3d3;
    font-size: 13px;
    min-width: 160px;
}

.financeHolder label {
    font-size: 11px;
}

.financeHolder select,
.financeHolder input {
    padding: 5px;
    background-color: #e7e7e7;
}

.calc p {
    margin: 0;
}

.mobileInfoContainer {
    display: none;
}

.singleVehicleStatsTable {
    margin-top: 12px;
}

.product_image {
    padding: 5px;
    display: block;
}

.vehicleTitle h2 {
    max-width: 600px;
}

.compareVehicleHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.compareVehicle {
    flex: 0 0 250px;
    margin: 0 1%;
}

.compareVehicle .archiveUsedTitle h3,
.compareVehicle .archiveUsedPrice h3 {
    font-size: 15px;
}

.compareVehicle .archiveContent {
    min-height: unset;
}

.compareTop {
    min-height: 350px;
    position: relative;
    overflow: hidden;
}

.compareList li {
    color: #686868;
    height: 36px;
    border-bottom: 1px solid;
    font-size: 18px;
}

.compareHeading {
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid;
}

.testDriveButton a {
    text-decoration: none;
}



/************ // Footer // ************/
.footer-widgets {
    background-color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
    padding: 60px 0;
}

#genesis-footer-widgets .wrap {
    max-width: 1300px;
}

#genesis-footer-widgets a:hover {
    color: #9b1f28;
}

/* ================= Share ================= */
.share-button-container {
    width: 100%;
    margin-top: 10px;
}

.sharepopoutholder {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0000007a;
    right: 0;
    display: none;
    z-index: 100;
}

.essb_morepopup {
    z-index: 99999 !important;
}

.sharepopout {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.display {
    display: block !important;
}

span.closeShare {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
    padding: 5px;
    z-index: 9999;
}

.closeShare i {
    color: #000;
}

.sharepopout .essb_links_list {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 70px !important;
}

.sharepopout .essb_links_list .essb_item {
    margin: 10px 0 !important;
}

.trigger-btn-container {
    text-align: center;
}

.trigger-btn-container a {
    background-color: #c62128;
    color: #fff;
    padding: 15px 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.sharepopoutholder li a {
    width: unset;
}

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

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

}

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

    /* Older Desktop */
    .site-header>.wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .megaMenuLeft {
        width: 100%;
    }

    .archiveVehicle {
        margin: 12px;
        flex: 0 0 250px;
    }

    .footer-widgets {
        padding: 60px 20px;
    }
}

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

    /* iPad */
    #archive_holder {
        display: flex;
        padding: 15px 0;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        flex-wrap: wrap;
        background: #fff;
    }

    .archiveVehicle {
        margin: 12px;
        flex: 0 0 40%;
    }

    .product_thumbnails>div {
        width: 25%;
    }

    .singleVehicleContent {
        display: none;
    }

    .mobileInfoContainer {
        display: inherit;
    }

    .archive>.site-container>.site-inner>.content-sidebar-wrap>.content {
        display: table-footer-group;
        float: none;
    }

    .post-type-archive .site-inner .content-sidebar-wrap {
        display: table;
    }

    .sidebar-primary {
        width: 100%;
    }


    .sidebar .widget {
        padding: 0;
    }


}

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

    /* iPhone 6 Plus, Landscape Display */
    .mobileInfoContainer {
        display: inherit;
    }

    .singleVehicleContent {
        display: none;

    }

    .gridContainer {
        width: 30%;
        float: unset;
        margin: 1%;
        overflow: hidden;
        min-width: 300px;
        margin: 10px auto;
    }

    .z-content-inner .mob,
    .z-content-inner .mob2 {
        font-size: 8px;
    }

    .summary_item_title {
        font-size: 11px;
    }

    .WhatsappHover {
        position: absolute;
        top: 28%;
        right: 2%;
        width: 43px;
        z-index: -1;
    }

    .archiveUsedPrice h3 {
        margin: 11px 23px;
    }

    .pageContent {
        padding: 15px 15px;
    }
}

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

}


.enquireButton.whatsappButton {}

.whatsappButton,
.whatsappButton span {
    background: #25D366 !important;
    border: none !important;
}

.whatsappButton span {
    margin-top: 0px;
}

.whatsappButton a {
    text-decoration: none;
}

.whatsAppDisplay {
    display: none;
    overflow: hidden;
    margin: 10px 0;
    border: 2px solid #25D366;
    border-radius: 3px;
}

.displayWhatsapp {
    display: block !important;
}


.whatsAppCopy i {
    color: #25D366;
}

.whatsAppQRcode {
    min-width: 100px;
    width: 29%;
    float: left;
}

.whatsAppQRcode img {
    display: block;
}

.whatsAppCopy {
    padding: 5px 0;
}

.whatsappButton a {
    display: inline-block;
    width: 100%;
}

a.WhatsappLink {
    font-weight: 600;
    text-decoration: underline;
}


/*// Mobile used call to action buttons*/
.mobileActions {
    display: none;
    overflow: hidden;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    /* display: flex; */
}

.mobileActionitem {
    width: calc(100%/3);
    text-align: center;
    /* font-size: 40px; */
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    background: #cd2532;
    color: #fff;
    border-right: 0px solid #fff;
    border-radius: 3px;
    height: 67px;
    margin: 10px 5px 10px 10px;
}

.mobileActionitem span {
    color: #fff;
    display: block;
    font-size: 18px !important;
    font-family: montserratregular;
}

.whatsappButton i {
    font-size: 23px !important;
}

.single-preowned .WhatsappHover {
    display: none;
}

@media screen and (max-width: 550px) {
    .mobileActions {
        display: block;
        background: #000000cf;
    }

    .mobileActionHolder {
        display: flex;
    }

}