

div#sp-top2 {
    width: 100% !important;
}
ul.tw-topbar-list {
    list-style: none;
    margin-bottom: 0;
    line-height: 40px;
}
ul.tw-topbar-list > li {
    display: inline-block;
    padding: 0px 10px;
    text-transform: capitalize;
    font-weight: bold;
}
header#sp-header {
    background: transparent;
}

#sp-header .logo {
    height: 80px;
    display: inline-flex;
    margin: 0;
    align-items: center;
    position: absolute;
    top: -25px;
    display: block;
}
#sp-header .logo img.logo-image {
    height: 100px;
}

a.tw-schedule {
    background-color: #d7321f;
    padding: 0px 40px 0px 40px !important;
    text-transform: uppercase;
    margin-left: 30px !important;
}
.offcanvas-menu .logo-image {
    height: 90px;
}
.offcanvas-menu .offcanvas-inner {
    padding: 0 25px 25px 25px;
}

section#sp-main-body {
    margin-top: -80px;
}





/*BOTTOM*/
#sp-bottom {
    background: #f2f6f7;
    color: #000000;
    font-size: 16px;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    margin: 30px 0 10px;
    color: #d7321f;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 30px;
}
#sp-bottom a {
    color: #000000;
}
#sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
    color: #727272;
}

div#sp-footer1 {
    text-align: center;
    font-size: 16px;
}
.tw-bottomnav {
    max-width: 300px;
    margin: auto;
}
.tw-bottomloc {
    max-width: 300px;
    margin: auto;
}


/*HOME*/

#sppb-addon-wrapper-1667855039835,
#sppb-addon-wrapper-YxJc3ofDP3NQX-8VvNxpN {
    border-left: 2px solid #e4473c;
}

img.tw-vehicle-cta {
}
img.tw-vehicle-popout {
    display: inline-block;
    position: absolute;
    width: 250px;
    top: -45px;
    margin-left: 15px;
}
a.tw-callbutton {
    margin-left: 300px;
    background-color: #fff;
    padding: 10px 20px;
    color: #111;
    font-size: 16px;
}


.tw-imglayout img.sppb-img-responsive {
    height: fit-content;
    max-width: 100px;
}
.tw-imglayout .sppb-addon-image-layout-image {
    display: flex;
    align-items: center;
    justify-content: center;
}






@media only screen and (min-width: 991px) {
    a#offcanvas-toggler {
        display: none !important;
    }
}


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

    #sp-header .logo {
        top: -10px;
    }
    section#sp-main-body {
        margin-top: 0px;
    }
    ul.tw-topbar-list {
        padding-left: 0;
        line-height: 26px;
        padding-bottom: 10px;
    }
    section#sp-bottom {
        text-align: center;
        padding-top: 30px;
    }
    a.tw-callbutton {
        margin-left: 230px;
    }
    img.tw-vehicle-popout {
        width: 200px;
        top: -33px;
    }
}
@media only screen and (max-width: 667px) {
    img.tw-vehicle-popout {
        display:none;
    }  
    a.tw-callbutton {
        display: block;
        width: 60%;
        margin: auto;
        margin-top: 10px;
    }
}












