/************ // General HTML Tags // ************/
@font-face {
    font-family: 'fotonBold';
    src: url('../../themes/genesis-sample/fonts/FotonType-Bold.woff') format('woff');
  }

  @font-face {
    font-family: 'fotonLight';
    src: url('../../themes/genesis-sample/fonts/FotonType-Light.woff') format('woff');
  }

  @font-face {
    font-family: 'fotonMedium';
    src: url('../../themes/genesis-sample/fonts/FotonType-Medium.woff') format('woff');
  }

/************ // Site Structure // ************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'fotonBold';
}

h1 {
    font-size: 50px;
}

h2{
    font-size: 40px;
}

p {
    text-align: justify;
}

h3 {
    font-size: 26px;
}

.site-title a {
    background: url(https://fotonsa.co.za/wp-content/uploads/2024/05/cropped-Foton-South-Africa-Logo-Horizontal-White.png) no-repeat !important;
}
.mobileDisplay{
    display: none;
}

.mobile{
    display: none;
}

.site-header {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    z-index: 999999;
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
}

.site-header > .wrap {
    padding: 0;
    max-width: unset;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 140px;
    padding: 0;
    margin-left: 10px;
}

.header-image .site-title > a {
    min-height: 65px;
}

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

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

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

header.entry-header {
    display: none;
}


.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index: 999999;
}

/************ // Menu // ************/
.menu-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 25px 20px;
    text-transform: uppercase;
    font-weight: 200;
}

.menu-item a:hover {
    color: #fff;
}

.megaMenu {
    float: right;
}

.megaMenu .widget {
    margin-bottom: 0;
    word-wrap: break-word;
}


ul#menuItem291 {
    width: 100vw;
    background: #fff;
}

.menu-item:hover >  #menuItem291 {
    left: 0;
}

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

.archiveMenu {
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.archiveMenuVehicleHolder {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.archiveMenuVehicleContent {
    width: 50%;
}

.archiveMenuVehicleImage{
    width: 50%;
}

.archiveMenuVehicleButtons .exploreButton {
    padding: 15px 0 !important;
    border: 0px !important;
    width: unset !important;
}

.archiveMenuVehicleTitleSpan {
    font-family: 'fotonLight';
    display: block;
    font-size: 14px;
}

.fotonRangePage .desktop .archiveMenuVehicleTitleSpan {
    font-family: 'fotonLight';
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.archiveMenuVehicleButtons .exploreButton:hover {
    color: rgb(4, 25, 84);
}

.archiveMenuSectionHeading {
    text-align: center;
}
.borderRight {
    border-right: 2px solid;
}

ul.menuDropdown a {
    color: #333;
}

ul.menuDropdown a:hover {
    color: #333;
}


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

.headerFormHolder .quform-popup-link-4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 14px;
    margin-right: 10px;
}


.mobileMenuSection {
    position: fixed;
    top: 75px;
    bottom: 0;
    width: 0;
    right: 0;
    z-index: 9999;
    overflow-y: scroll;
    display: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}


.mobileMenuItemHolder {
    width: 100vw;
}

.activeMenu {
    display: block !important;
    width: 100% !important;
}

.newModelVariantTableHolder {
    display: none;
}

.mobileMenuItem {
    color: #fff;
    font-size: 25px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
}

p.blogArchiveExcerpt {
    text-align: left;
}

a.mobileMenuSubItem {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

.menuDropdownOptionMenu {
    display: none;
}

.activeMobileDropdown {
    display: block;
}


/************ // Content // ************/
.blueBackground{
    background-color: #041954;
}
.pageBannerHolder {
    position: relative;
}

.pageBannerHolder img {
    display: block;
}

.mainbannerOverlayContent {
    /* position: absolute; */
    /* top: 100px; */
    /* max-width: 1000px; */
    text-align: center;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
}

.mainbannerOverlay {
    position: absolute;
    /* overflow: hidden; */
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.whiteFont {
    color: #fff;
}

.fotonHeading::before {
    height: 3px;
    background: #fff;
    width: 100%;
    content: " ";
    display: block;
    margin-right: 20px; 
}

.fotonHeading::after {
    height: 3px;
    background: #fff;
    width: 100%;
    content: " ";
    display: block;
    margin-left: 20px; 
}

.fotonHeading {
    display: flex;
    align-items: center;
    width: 100%;
    break-after: avoid;
    text-wrap: nowrap;
    text-align: center;
    /* padding: 66px; */
    margin-top: 60px;
}

.homeVideoHolder video {
    display: block;
    margin-top: 50px;
}

.mainbannerOverlayP {
    font-family: 'fotonMedium';
}

.HomeArchiveHolder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.archiveVehicleHolder {
    /* min-width: 300px; */
    padding: 10px 20px;
    border-radius: 10px;
    border: 0px solid rgba(209,209,209,1);
    background: #fff;
    width: calc(90%/3);
    filter: grayscale(0) sepia(0) saturate(1) hue-rotate(0deg) invert(0) brightness(1) contrast(1);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
    min-width: 300px;
    margin: 0 20px;
}

.archiveVehicleHolder:last-child{
    margin-right: 0;
}
.archiveVehicleHolder:first-child{
    margin-left: 0;
}

section.homeTopSection {
    position: relative;
    min-height: 310px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.offsetTop120 {
    position: absolute;
    top: -120px;
    background: transparent;
    z-index: 999;
}

.archiveVehicleCat {
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.archiveVehicleCat h2{
    font-size: 38px;
}

.archiveVehicleTitle h3 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 10px;
}

.archiveVehicleTitle {

}

.archiveVehicleImage img {
    width: 100%;
    max-height: 185px;
    object-fit: cover;
    object-position: center;
}

a.exploreButton {
    color: rgb(4, 25, 84);
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

a.siteButton {
    display: inline-block;
    text-decoration: none;
    color: rgb(4, 25, 84);
    border: 1px solid;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

a.siteButton:hover {
    color:#fff;
    background-color: rgb(4, 25, 84);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

.archiveVehicleButtons .siteButton{
    width: 50%;
}

.offsetMiddle {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.homeVideoHolder video {
    display: block;
}

.overlaySection {
    position: relative;
}

.overlayBackground {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #0000006b;
}

.overlayMainImage img {
    display: block;
}

.offsetTopAbsolute {
    display: inline-table;
    top: 70px;
}

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

.subHeading::before {
    height: 3px;
    width: 100%;
    content: " ";
    display: block;
    margin-right: 20px;
}

.whiteFont.subHeading::before{
    background: #fff;
}

.subHeading::after {
    height: 3px;
    background: #fff;
    width: 100%;
    content: " ";
    display: block;
    margin-left: 20px;
}

.whiteFont.subHeading::after{
    background: #fff;
}

.blueFont.subHeading::after, .blueFont.subHeading::before{
    background: rgb(4, 25, 84);
}

.subHeading {
    display: flex;
    align-items: center;
    width: 100%;
    break-after: avoid;
    text-wrap: nowrap;
}

.offsetBottomAbsolute {
    bottom: 70px;
}

.flex {
    display: flex;
}

.flexContentBetween {
    justify-content: space-between;
}

a.siteButtonWhite {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid;
    font-weight: 400;
    padding: 2px 10px;
}

a.siteButtonWhite:hover {
    color: #fff;
    background: rgb(4, 25, 84);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    border-color: rgb(4, 25, 84);
}

.siteButtonBlueFill {
    background-color: rgb(4, 25, 84);
    border: 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
}

.siteButtonBlueFill:hover {
    color: rgb(4, 25, 84);
    border: 1px solid;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    display: inline-block;
}

.headerFormHolder .quform-popup-link-4:hover{
    background-color: #fff;
    color: rgb(4, 25, 84);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

.alignCenter {
    text-align: center;
}

.siteButtonBlue {
    color: rgb(4, 25, 84);
    border: 1px solid;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 10px;
    display: inline-block;
    text-align: center;
}

a.siteButtonBlue:hover {
    color: #fff;
    background: rgb(4, 25, 84);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

.textRight {
    text-align: right;
}

.mediumPadding {
    padding: 80px 20px;
}


.blueFont {
    color: rgb(4, 25, 84);
}

.mediumTopBottomPadding {
    padding: 80px 0px;
}

.boxShadow {
    border: 0px solid rgba(209, 209, 209, 1);
    background: #fff;
    filter: grayscale(0) sepia(0) saturate(1) hue-rotate(0deg) invert(0) brightness(1) contrast(1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.fullImage img {
    display: block;
}

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

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

.blogArchiveItem {
    width: calc(89%/3);
    margin: 20px 20px;
    border-radius: 10px;
    min-width: 250px;
    overflow: hidden;
}

.smallPaddingTopBottom{
    padding: 40px 0;
}

.legacyButtons {
    padding-bottom: 40px;
}

.legacyButtons a {
    margin: 0 5px;
}
/* 
.blogArchiveItem:first-child, .blogArchiveItem:nth-child(4n) {
    margin-left: 0;
}


.blogArchiveItem:last-child, .blogArchiveItem:nth-child(3n) {
    margin-right: 0;
} */

.blogArchiveTitle {
    font-family: "fotonLight";
    min-height: 75px;
}

.justifyCenter {
    justify-content: center;
}

p.blogArchiveExcerpt {
    font-size: 15px;
    margin: 0;
    height: 80px;
}

a.blogArchiveLink {
    color: rgb(4, 25, 84);
    text-decoration: none;
}

.blogArchiveContent {
    padding: 10px;
}

.sitButtonFullBlue {
    background: rgb(4, 25, 84);
    display: inline-block;
    /* margin: 0 auto; */
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 5px 15px;
    border: 1px solid;
}

a.sitButtonFullBlue:hover {
    color: rgb(4, 25, 84);
    background: #fff;
}

.offsetTopMiddleAbsolute {
    top: 50%;
    transform: translate(-50%, -50%);
}

section.pageHeadingSection {
    margin: 20px 0;
}

.smallContentWidth {
    max-width: 450px;
}

.halfFlex {
    width: 50%;
}

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

.lightGreyBackground {
    background: #f2f2f2;
}

.floatRight {
    float: right;
}

.tileHeading::before {
    content: " ";
    width: 50px;
    margin-right: 10px;
    height: 3px;
    display: block;
    margin-top: 15px;
}
.tileHeading.blueFont::before{
    background-color: rgb(4, 25, 84);
}

.tileHeading {
    margin: 0 0 20px;
    display: flex;
}

.tileImage img {
    display: block;
}

.mediumContentWidth{
    max-width: 600px;
}
/* Parts */

.partsFormHolder {
    background-image: url('/wp-content/uploads/2024/05/News-Page-Image-5.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.whiteBackground {
    background: #fff;
}


/* dealersPage */
#wcsearch-search-form-545	.wcsearch-search-grid {
    background-color: #00000000 !important;
    background-clip: text;
}

.dealerSearchMainHolder .w2dc-index-page {
    position: relative;
    top: -160px;
}

.w2dc-listings-block .w2dc-listing {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border: 1px solid rgb(4, 25, 84);
    background: #f9f9f9;
    padding: 0 10px;
}

.w2dc-listing-single-title {
    font-size: 40px !important;
    font-family: 'fotonBold' !important;
}

.w2dc-listing-single {
    margin: 10px 0;
}

ul.w2dc-listing-tabs.w2dc-nav {
    margin: 20px 0;
    display: none;
    /* padding-top: 40px; */
    /* overflow: hidden; */
}

.w2dc-field {
    padding-left: 20px;
    display: flex;
}

.w2dc-field span {
    margin-right: 4px;
}

.w2dc-field {
    padding-left: 20px;
}

div#wcsearch-search-wrapper-545 {
    max-width: 1000px;
    margin: 0 auto;
}

.wcsearch-search-form {
    margin-bottom: 0 !important;
}

.wcsearch-search-placeholder{
    grid-row-end: unset !important;
}

.mapboxgl-ctrl-bottom-left {
    bottom: 0;
    left: 0;
    display: none;
}

.mapboxgl-ctrl-bottom-right {
    right: 0;
    bottom: 0;
    display: none;
}

/* Blog */
.blogMainImage {
    margin: 50px 0;
}

.blogArchiveImage {
    height: 250px;
}

.blogArchiveImage img {
    object-fit: cover;
    height: 250px;
}

/* Foton Range */
.fotonRangePage .borderRight {
    border: 0px;
}

.fotonRangePage .archiveMenuSectionHeading {
    text-align: left;
    padding-left: 20px;
}


.fotonRangePage .archiveMenuSection {
    width: 48%;
}

/* Foton SA */
.fotonSATiles .tileContent {
    padding: 40px;
    position: relative;
}

.fotonSATiles .tileImage img {
    object-fit: cover;
    height: 640px;
}

.fotonSATiles .mediumContentWidth {
    max-width: unset;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
    transform: translate(-50%,-50%);
}

.contentSection {
    overflow: hidden;
}

section.blogHolder {
    padding-bottom: 60px;
}

.blogContent {
    padding-bottom: 40px;
}

/* forms */
.fancybox-skin {
    border-radius: 0 !important;
    background: #041954;
}

.quform-element-4_2>div {
    float: right;
}

.quform-4 .quform-button-submit button, .quform-4 .quform-element-submit.quform-button-style-theme .quform-button-submit button {
    border-color: #fff;
    border: 1px solid;
    transition-duration: 0.3s;
}

.quform-field-4_9 option,.quform-field-4_19 option,.quform-field-4_20 option {
    color: #333;
}

.quform-4 .quform-button-submit button:hover {
    color: #041954 !important;
    background: #fff !important;
}

.quform-4 .quform-button-submit button:hover span {
    color: #041954 !important;
}

.newModelButtonsOverlay a:hover, .newModelButtonsOverlay span:hover {
    background: #041954;
    border-color: #041954;
}

.w2dc-map-info-window-buttons-single.w2dc-clearfix {
    display: none;
}

.archiveVehicleButtons .quform-popup-link-4 {
    color: rgb(4, 25, 84);
    border: 1px solid;
    display: inline-block;
    /* padding: 0 20px; */
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    font-size: 16px;
    transition-duration: 0.3s;
}

.archiveVehicleButtons .quform-popup-link-4:hover {
    background: rgb(4, 25, 84);
    color: #fff;
}
/************ // WooCommerce // ************/


/************ // Footer // ************/
.site-footer {
    padding: 0px 0;
    text-align: unset;
}

.siteFooter {
    background: rgb(4, 25, 84);
    padding: 40px 0 0;
}

h2.footerHeading {
    font-size: 45px;
}

.quform-element-3_2>div {
    float: right;
}

.footerListHeading {
    color: #fff;
    margin-bottom: 20px;
}

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

.footerLink i {
    width: 25px;
}


.quform-3 .quform-button-submit button .quform-button-text{
    color: #fff;
    font-weight: 400;
}

.quform-element-3_8 .quform-spacer {
    padding: 0;
    margin: 0;
}

.quform-element-submit.quform-element-3_2 {
    margin: 0;
}

.FooterTop {
    margin-bottom: 55px;
    overflow: hidden;
}

.foorterMid {
    border-top: 1px solid #fff;
    padding-top: 40px;
    overflow: hidden;
}

li.footerListItem {
    margin-bottom: 10px;
}

.footerLink:hover{
    color: #fff;
}

.foorterBottom {
    width: 100%;
    border-top: 1px solid #fff;
    /* float: left; */
    overflow: hidden;
    padding: 15px 0;
    color: #fff;
    margin-top: 30px;
}

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

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


footer.entry-footer {
    display: none;
}
/************ // Responsive // ************/

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

}

@media screen and (max-width: 1024px) { /* Older Desktop */
    .mainbannerOverlayContent {
        position: absolute;
        top: 100px;
        max-width: 1000px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .limitWidth {
        padding: 20px;
    }

    .subHeading {
        text-wrap: unset;
        justify-content: space-between;
        text-align: center;
    }

    .subHeading::before {
        max-width: 150px;
    }

    .subHeading::after {
        max-width: 150px;
    }

    .offsetTopAbsolute {
        top: 20px;
    }

    .offsetBottomAbsolute {
        bottom: 20px;
    }

    p.blogArchiveExcerpt {
        min-height: 50px;
    }

    .fancybox-overlay-fixed {
        position: fixed !important;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 768px) { /* iPad */
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 26px;
    }
    h3{
        font-size: 20px;
    }
    p{
        font-size: 15px;
    }

    p {
        text-align: left;
    }

    .wcsearch-single-slider-string {
        color: #333;
    }
    .mobileMenuItem:focus{
        color: #fff;
    }
    .halfFlex {
        width: 100%;
    }
    .siteLogo img {
        width: 65px;
        margin: 5px 5px 5px 0px;
        display: block;
    }
    .fotonGlobalOverlay .overlayBackground {
        position: absolute;
        top: 0;
        width: 100%;
        bottom: 0;
        background: #0000006b;
        display: none;
    }

    .fotonGlobalOverlay .offsetTopMiddleAbsolute {
        padding: 20px !important;
        position: initial;
        overflow: hidden;
        transform: unset;
    }

    .fotonGlobalOverlay .whiteFont {
        color: #333;
    }

    .tileHolder .mediumPadding {
        padding: 20px 20px;
    }

    h2.footerHeading {
        font-size: 30px;
    }

    .foorterBottom p {
        text-align: center;
    }

    .homeVideoHolder video {
        display: block;
        margin-top: 0;
    }

    .mediumTopBottomPadding {
        padding: 40px 0px;
    }

    .rowReverse{
        display: flex;
        flex-wrap: wrap;
    }
    .siteButtonBlueFill{
        border-color: rgb(4, 25, 84);
    }
    .overlaySection .limitWidth {
        padding: 0;
    }
    
    .rowReverse {
        flex-direction: column-reverse;
    }
    .site-inner, .wrap {
        padding: 0;
    }

    .megaMenu {
        width: 100%;
    }

    .site-header .menu-toggle {
        border: 0;
        width: 100%;
        background: transparent;
        color: #fff;
        font-size: 22px;
    }

    .mainbannerOverlayContent {
        top: 125px;
    }




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


    /* .subHeading::before {
        max-width: 50px;
    }
    .subHeading::after {
        max-width: 50px;
    } */


    .FooterTop .one-third {
        margin-top: 40px;
    }

    .foorterMid {
        text-align: center;
    }

    .foorterMid  .one-fourth {
        margin: 20px 0;
    }

    .js nav.nav-primary, .js .site-header nav {
        display: none;
        position: relative;
        background: #fff;
    }

    .menu-item a {
        color: #333;
        padding: 15px 20px !important;
    }

    .pageBannerHolder .offsetMiddle {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }

    .HomeArchiveHolder {
        display: block;
        position: inherit;
        /* transform: unset; */
        /* top: -120px; */
        padding: 0 20px;
    }

    section.homeTopSection {
        top: -100px;
    }

    .archiveVehicleHolder {
        width: 100%;
        margin: 40px 0px !important;
        max-width: 400px;
    }

    .megaMenu {
        display: none;
    }
    .desktop{
        display: none;
    }

    .mobileDisplay {
        display: block;
        padding: 20px;
    }
    .mobile {
        display: block;
    }

    .flexContentBetween a {
        display: inline-block;
        margin: 20px;
    }

    .overlaySection .offsetTopAbsolute {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    section.homeMapSection h2 {
        background-color: #0000009e;
        background-image: url('https://sandbox.fotonsa.co.za/wp-content/uploads/2024/06/Dealership-Network-Mobile.jpg');
        color: #fff;
        padding: 120px 0;
        background-position: center;
        background-size: cover;
        /* background-color: #0000009e; */
        background-blend-mode: soft-light;
    }
    section.homeMapSection h2:after, section.homeMapSection h2:before {
        background-color: #fff !important;
    }

    .homeMapSection .limitWidth {
        padding: 0;
    }

    section.homeMapSection .one-third, section.homeMapSection .two-thirds {
        padding: 20px;
    }

    section.homeMapSection .one-third {
        text-align: center;
    }

    .homeMapSection .fullImage {
        display: none;
    }

    .blogArchiveItem {
        width: 100%;
        margin: 20px 0 !important;
        max-width: 400px;
    }

    

    .title-area {
        display: none;
    }

    #text-3 .textwidget {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }

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

    .site-title a {
        background: url(https://sandbox.fotonsa.co.za/wp-content/uploads/2024/04/Foton-South-Africa-Logo-White.png) no-repeat !important;
    }
    
    .siteLogo img {
        width: 65px;
        margin: 5px;
    }

    .fotonSATiles .mediumContentWidth {
        max-width: unset;
        position: initial;
        left: 0;
        top: 0;
        width: 100%;
        transform: unset;
    }

    .mobileMenuIcon {
        color: #fff;
        margin: 0;
        font-size: 35px;
        /* margin-left: 20px; */
        min-width: 75px;
        text-align: right;
    }

    #text-3 .textwidget {
        margin: 0 10px;
    }

    .header-image .site-title > a {
        min-height: 65px;
        margin: 0px 0;
        display: inline-block;
        width: 65px;
    }

    .archiveMenuVehiclesHolder {
        height: 0;
        overflow: hidden;
    }

    .archiveMenuSectionHeading {
        padding: 20px;
    }

    .archiveMenuVehiclesHolder {
        height: 0;
        overflow: hidden;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }

    .archiveMenuSectionHeading h3 {
        margin: 0;
    }

    .activeVehicleAccordian {
        height: 100%;
    }

    .archiveMenuVehicleButtons .exploreButton {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        width: 50%;
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
    }

    .archiveMenuSection {
        border-right: unset !important;
    }

    .fotonRangePage .archiveMenuSection {
        width: 100%;
    }

    
    section.newsSection {
        padding-bottom: 80px;
    }

    .fotonHeading {
        text-wrap: wrap;
        margin-top: 15px;
    }

    .siteLogo img {
        width: 65px;
        margin: 5px 5px 5px 0px;
    }
    
    .fotonRangePage .desktop {
        display: block !important;
    }

    .fotonRangePage .mobile {
        display: none !important;
    }
    
    .fotonRangePage .archiveMenuVehicleButtons .exploreButton {
        color: rgb(4, 25, 84);
    }

    .fotonRangePage .archiveMenuVehiclesHolder {
        height: 100% !important;
    }

    .fotonRangePage .archiveMenu{
        margin: 0 !important;
    }

    .limitWidth.fotonRangePage {
        padding: 0 20px !important;
    }

    .fotonRangePage .archiveMenuSectionHeading h3 {
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */
    .mainbannerOverlayContent {
        top: -26px;
    }

    .fotonHeading {
        text-wrap: wrap;
    }

    .headerFormHolder .quform-popup-link-4 {
        margin: 0;
    }

    .header-image .title-area {
        margin-left: 10px;
    }

    .HomeArchiveHolder {
        top: 10px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }

    section.homeMapSection {
        overflow: hidden;
    }

    p.blogArchiveExcerpt {
        height: unset;
    }

}

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

}