﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}
html {
  scroll-behavior: smooth;overflow-x: hidden;
}
ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

body {height: auto !important;}
/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: elza, sans-serif !important;
}

p {font-family: elza, sans-serif !important; font-size: 18px; line-height: 1.5;}

h1,h2,h3,h4,h5,h6 {font-family: articulat-cf, sans-serif !important;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr {
    border: none;
    background: #e8e8e8;
    height: 1px;
    margin-top: clamp(50px, 10%, 100px);
    margin-bottom: clamp(50px, 10%, 100px);
}
/*--- HEADER STYLES ---------------------*/
header {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;position: relative;background: #fff;z-index: 9;}

.head-wrap.flex-container {justify-content: space-between;    gap: 60px;align-items: center;}
.head-right {flex: 3;display: flex;flex-direction: column;text-align: right;
}

.head-top {display: flex;justify-content: space-between;gap: 20px;padding: 15px 0;border-bottom: 1px solid #e8e8e8;}

.head-top .flex-info {display: flex;gap: 30px;padding-left: 30px;}

.head-top a {color: #000;}

.social-head {margin-right: 5%;}

.head-bottom {display: flex;justify-content: space-between;align-items: center;margin-right: 5%;}

.logo {margin-left: 5%;}
.logo img {max-width: 100%;width: 250px;}

.nav-wrap {flex: 0.5;text-align: left;}

.head-search {display: flex;align-items: center;gap:10px;min-width: 150px;justify-content: flex-end;}
#headsearch {transition: .3s all;}
#headsearch {
    order: -1;
}

#headsearch button.red-btn {
    display: none;
}

#headsearch input,#mobile-search input {
	height: auto !important;
    padding: 10px !important;
    border-radius: 90px !important;
    border: 1px solid #e8e8e8 !important;background: #f8f8f8 !important;line-height: 16px !important;box-sizing: border-box;
    width: 100%;
}

.head-search a {color: #000;opacity: .5;transition: .3s all;}
.head-search a:hover {opacity: 1;}
/*---BODY--------------------------------*/
.page-wid {max-width: 1350px;margin: 0 auto;width: 90%;}
.page-wid h1 {font-size: 58px;font-weight: 900;}
#pad-xl {
    padding-top: clamp(70px, 5%, 90px);
    padding-bottom: clamp(70px, 5%, 90px);
}

#pad-l {
    padding-top: clamp(20px, 5%, 50px);
    padding-bottom: clamp(20px, 5%, 50px);
}

.texture-bg {background-color: #ffffff;background-image: url("/siteart/cubes.png");}
.red-txt {color: #bf1e2e !important;}
.flex-container {
	display: flex;
}.grid-container {
	display: grid;
}
.wid90{width: 90%; margin: 0 auto;}
.center {
	text-align: center;
}

.black-bg {background: #000;color: #fff;}
img.white-logo { -webkit-filter:brightness(0) invert(1);filter: brightness(0) invert(1);
}
.relative {position: relative;}
.blacknwhite {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
/*---	home page--------------------------------*/
.hero {position: relative;}

.home-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;filter: brightness(75%);
	
}
.home-slide div {
    height: 65vh;
    min-height: 400px;
    max-height: 650px;
    overflow: hidden;
}
.hero-txt {    color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    max-width: 900px;
}

button.next-slide,button.back-slide{position: absolute;
    top: 50%;
    z-index: 999;
    padding: 10px;
    background: transparent;
    color: #fff;
    font-size: 22px;
    border: none;
    opacity: .5;transition: .3s all;}

button.next-slide:hover,button.back-slide:hover{opacity: 1;}
button.next-slide {right: 0;}
button.back-slide {left: 0;}
.hero-txt h1 {font-size: 72px;font-weight: 900;text-shadow: 12px 14px 13px rgba(0,0,0,0.5);}
span.small-txt {font-family: elza, sans-serif !important;font-size: 42px;font-weight: 500;display: block;margin-bottom: 10px;}

.cta-wrap .grid-container {grid-template-columns: repeat(4, 1fr);gap: 30px;grid-auto-rows: minmax(100px, auto);text-align: center;}
.cta {box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;transition: .4s all;background: #fff;}
.cta:hover img{opacity: 1;}

.cta:hover .blacknwhite {filter: none;}

.cta:hover .bottom-btn {background: #bf1e2e !important;color: #fff;}
.cta img {max-width: 100%;width: 175px;opacity: .35;transition: .4s all;}
.cta h2 {font-size: 16px !important;color: #000;letter-spacing: 1px;font-weight: 500 !important; padding-top: 20px;}

.bottom-btn {padding: 15px;border-top: 1px solid #e8e8e8;text-transform: uppercase;letter-spacing:1px;font-weight: 900;font-size: 16px;color: #bf1e2e;font-family: articulat-heavy-cf, sans-serif !important;transition: .4s all;}
.top-box {padding: 20px;}

.home-txt .red-btn {margin-top: 20px;}
.home-txt p {font-size: 18px;line-height: 1.75;}
.flex-txt {gap: 50px;align-items: baseline;justify-content: space-between;    max-width: 1350px;margin: 0 auto;
}
.header-fourth {text-align: right;flex-basis: 25%;}
.body-threefourths {
    flex-basis:75%;
}

.home-txt h2 {font-size: 32px;text-transform: uppercase;font-weight: 900;}

.hero-txt .red-btn {margin-top: 20px;}
span.lowercase {display: block;font-size: 28px;text-transform: none;margin-top: 5px;}

span.subhead {font-weight: 400;display: block;font-size: 22px;letter-spacing: 1px;margin-bottom: 10px;
}

.grey-bg {background: #f0f0f0 !important;}
.red-bg {background:#bf1e2e !important;}
.service-section .flex-container {
    gap: 5%;
    align-items: center;
}
.half-txt {flex-basis: 50%;}
.service-section .red-bg,.service-section .grey-bg {position: absolute;z-index: -1;
    top: 0;
    bottom: 0;
}
.service-section .grey-bg {width: 75%;left: 0;}.service-section .red-bg {width: 25%;right: 0;}
.service-img img {
    max-width: 100%;
    width: 100%;filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.half-txt h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 30px;
}

ul.service-list {padding-inline-start: 30px !important;display: flex;
    padding: 20px 0;gap:40px;}
ul.service-list span {
    flex: 1;
}
ul.service-list li{list-style: url("/siteart/bolt.svg");
	line-height: 1.5;
    margin-bottom: 15px;}
.contact-home {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.flex-contact .wid90 {width: 80%;}
.flex-map {flex-basis: 75%;}.flex-contact {flex-basis: 25%;}
.flex-map iframe {position: absolute; top: 0;bottom: 0;left: 0;right:0;}
.flex-contact h2 {    font-family: articulat-heavy-cf, sans-serif !important;text-transform: uppercase;font-weight:900;letter-spacing: 1px;margin-bottom: 20px;font-size: 28px;}

.contact-home a, .contact-home div {
    display: flex;
    gap: 10px;
    line-height: 1.75;color: #000;font-size: 18px;width: fit-content;
}

.contact-home .social-foot {margin-top: 0;}
.contact-home .social-foot i {color: #ffffff !important}

.flex-options {
    justify-content: space-between;
    max-width: 1350px;font-family: articulat-cf, sans-serif !important;
    font-size: 18px;
    font-weight: 600;align-items: center;
}.flex-options i {
    opacity: .15;
    font-size: 22px;
}
/*-------- MANU SLIDE STYLES ----------------*/
.manu-wrap {padding-bottom: clamp(20px, 5%, 50px);}
.manu {margin: 0 20px;}

.manu img {
    max-width: 100%;
    width: 175px;
    margin: 0 auto;
    background-color: transparent !important;
}

button.back-manu,button.next-manu {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    background: transparent;
    z-index: 9;
    border: none;
    font-size: 22px;
    opacity: .35;
	cursor: pointer;
}

button.back-manu:hover,button.next-manu:hover{opacity: 1;}

button.back-manu{left: 0;}button.next-manu {right: 0;}


/*-------- 	SUB PAGE STYLES ----------------*/

/*SHOWROOM*/
.showroom-wrap .grid-container {grid-template-columns: repeat(4, 1fr);gap: 30px;grid-auto-rows: minmax(100px, auto);text-align: center; padding-top: clamp(20px, 5%, 50px);}

.showroom-wrap .cta img {opacity: 1;}

.page-wid h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
}

.txt-side,.img-side {flex: 1;}
.img-side img {max-width: 100%; width: 100%;}

.page-wid h3 {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.page-wid a {color: #000;font-weight: 600;transition: .3s all;}
.page-wid a:hover {color: #bf1e2e !important;}

#request {border-top: 1px solid rgba(232,232,232,0.50);}
.flex-info {
    gap: 5%;
}

.space-between {justify-content: space-between;gap: 10%}
.space-between img {max-width: 100%;}

.flex-contactus {gap: 5%;}
.contact-wrapper {
    flex: 1;
   
}

.contact-form {
    flex: 3;
}

.contact-bg { background: #fff;
    padding: 20px;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;}

.contact-bg iframe {padding-bottom: 15px;}

.contact-home a, .contact-home span {
    font-weight: 500 !important;
    font-size: 16px;
}
/*-------- BUTTON STYLES ----------------*/
button {
    font-family: articulat-heavy-cf, sans-serif !important;
    transition: .3s all;cursor:pointer;}

.button-wrap {display: flex;gap: 20px;margin-top: 40px;}
button.red-btn {
    background: #bf1e2e !important;
    border: 2px solid #bf1e2e !important;
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 180px;
    letter-spacing: 1px;
    font-size: 16px;
}

button.red-btn:hover {color:#bf1e2e !important;background: transparent !important;}
button.black-btn {
    background: #000 !important;
    border: 2px solid #000 !important;
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 180px;
    letter-spacing: 1px;
    font-size: 16px;
}

button.black-btn:hover {background:#e8e8e8 !important;color: #000;
    border: 2px solid #e8e8e8 !important;}
/*-------- FOOTER STYLES ----------------*/
footer {
    padding: 40px 0;
    font-size: 15px;
}

.foot-wrap{justify-content: space-between;}
.foot-col {flex-basis: 20%;}
.foot-col img {
    max-width: 100%;
    width: 170px;margin-bottom: 10px;
}

p.foot-title{    font-family: articulat-cf, sans-serif;font-weight: 900;letter-spacing: 1px; text-transform: uppercase;margin-bottom: 10px;}

ul.quicklinks {
    display: flex;
    justify-content: space-between;line-height: 2;
}

ul.quicklinks a {color: #fff;}
ul.foothours li {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}
.quicklinks span {
    flex: 1;
}
.foot-col p {
    font-size: 15px;
}

.foot-col a {
    display: inline-block;
}

.social-foot {
    margin-top: 40px;
}

.social-foot {
    display: flex;
    gap: 10px;    margin-top: 40px;
}

.social-foot a {
    background: #bf1e2e !important;
       width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.faceted-search-content .faceted-section-box,.detail__specs-value, .detail__specs-value_showroom {background: #fff !important;}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){ font-family: elza, sans-serif !important;} 
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}

.list-content .at-view-details {background-color:#bf1e2e !important; }
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#bf1e2e !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link,a.view-listing-details-link.des-view-listingDetails.at-view-details, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a,.list-content .at-view-details {background-color:#bf1e2e !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button,a.view-listing-details-link.des-view-listingDetails.at-view-details{border: solid 1px #bf1e2e !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover,a.view-listing-details-link.des-view-listingDetails.at-view-details:hover {background-color: #fff !important; color: #bf1e2e !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn,.list-content .list-error-container .info button:not(.login-button) {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

.list-content .list-error-container .info .selected-facet button,.list-content .list-error-container .info .selected-facet{border: none !important;padding: 5px !important;background-color: transparent !important;color: #000 !important;font-size: 14px !important;}


/*---------- RESPONSIVE STYLES ----------*/
.mobile-btn,.mobile-top,.emg-top  {display: none;}


@media only screen and (max-width:1450px) {
	.flex-txt {width: 90% !important;max-width: 100%;}
	.home-txt h2 {font-size: 28px;}
	span.subhead {font-size: 18px;}
	span.lowercase {font-size: 22px;}
	
}

@media only screen and (max-width:1255px) {
	.body-threefourths {flex: 2;}.header-fourth {flex: 1;}
	p {font-size:16px !important;line-height: 1.5 !important;}
	.cta-wrap .grid-container {gap: 15px;}
	.contact-home a, .contact-home div {font-size: 16px;}
	.flex-contactus {flex-wrap:wrap;gap: 40px;}
	.contact-form,.contact-wrapper {flex-basis:100%;}
	.contact-form {order: -1;}
	.showroom-wrap .grid-container {grid-template-columns: repeat(3, 1fr);}
	.flex-options {font-size: 16px;gap: 5px;text-align: center;line-height: 1.25;}
}



@media only screen and (max-width: 1200px) {
	.head-search {min-width: auto !important;}
	.head-bottom{position: relative;}
	#headsearch {position: absolute;z-index: 999;
    bottom: -100%;
    right: 0;}
	#headsearch input {box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;padding: 10px 15px !important;min-width: 190px;}
	
	#headsearch:before {
 content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #f8f8f8;
    right: 10%;
    top: -18px;
}
	

}

@media only screen and (max-width: 1100px) {
	.home-slide div {height:40vh;min-height: 250px;}
	
	.hero-txt h1 {font-size: 58px;}
	span.small-txt {font-size: 32px;}
	.flex-contact .wid90 {width: 90%;}
	.flex-contact {order: -1;flex-basis: 75%;}
	.flex-map {flex-basis: 25%;}
	.hero-txt {top: unset; bottom: 15%;}
	span.hidetxt {display: none;}
}


@media only screen and (max-width: 1000px) {
	.flex-txt {flex-wrap:wrap;gap:0;}
	.header-fourth,.body-threefourths {flex-basis: 100%;text-align: left !important;}
	.desktop-btn,.half-txt.service-img,.service-section .red-bg,.img-side.service-img{display: none;}
	.mobile-btn {display: block;}
	.top-box {padding: 10px;}
	.bottom-btn,.cta h2 {font-size: 14px;}
	.cta h2 {padding: 0;}
	.cta img {width: 100px;}
	.half-txt,.flex-contact,.flex-map {flex-basis: 100%;}
	.flex-map{height: 300px;}
	.service-section .grey-bg {width: 100%;}
	.home-txt h2,.half-txt h2 {font-size: 32px;margin-bottom: 20px;}
	.home-contact .flex-container {flex-wrap:wrap;}
	.foot-wrap {gap:30px;}
	.foot-col {flex: 1;}
	
	.space-between{flex-wrap:wrap;gap: 40px;}
	.space-between span {flex-basis: 100%;}
	.space-between span.center {text-align: left !important;}
	
}


@media only screen and (max-width: 940px) {
	.head-top {display: none;}
	.head-wrap.flex-container {width: 90%;margin: 0 auto;padding: 10px 0;}
	.logo,.head-bottom{margin: 0;}
	.hero-txt {width: 90%;margin: 0 auto;min-width: 90%;}
	.head-bottom {justify-content: flex-end;gap: 30px;}
	.nav-wrap {flex: none;}
	.foot-wrap {flex-wrap:wrap;}
	.foot-col:first-of-type{order: 1;flex-basis: 100%;}
	
	.foot-col {flex-basis: 40% !important;}
	#headsearch {bottom: -65px !important;}
	.emg-top {display: block;padding: 10px 0;background: #000;color: #fff;font-size: 15px;font-weight: 900;letter-spacing: 1px;text-align: center;font-family: articulat-cf, sans-serif !important;}
	.flex-options {font-size: 15px}
}

@media only screen and (max-width: 800px) {
	.home-slide div {
    min-height: 300px;
	}
	
	.cta-wrap .grid-container,.showroom-wrap .grid-container {grid-template-columns: repeat(2, 1fr);}
	.flex-options {gap: 10px !important;flex-wrap: wrap;justify-content: center;}
}
@media only screen and (max-width: 630px) {
	.head-search {display: none;}
	.mobile-top {display: block;
    padding: 10px 0;
    text-align: right;
    background: #f0f0f0;
}
	#mobile-search {flex-basis: 100%;}
	.mobile-top .wid90 {display: flex;justify-content: flex-end;
    align-items: center;
    gap: 10px;}
	.mobile-top a {color: #000;}
	form.detailed-search {
    width: 100%;
    display: flex;
}
	form.detailed-search button {
    border: none;
    padding: 10px;
    font-size: 16px;
}
	
	#mobile-search input{width: 100%;}
	.hero-txt h1 {text-align: center;}
	.hero-txt {top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;}
}
@media only screen and (max-width: 590px) {
	.hero-txt {padding: 0;}
	.hero-txt h1 {
    font-size: 48px;
}
	span.small-txt {
    font-size: 22px;
}
	
	
	.button-wrap {flex-wrap:wrap;}
	.showroom-wrap .grid-container {grid-template-columns: repeat(1, 1fr);}
}
@media only screen and (max-width:500px) {
	ul.service-list {flex-wrap:wrap;gap:0;}
	ul.service-list span,.foot-col {flex-basis: 100% !important;}
	.foothours span {flex: 1;}
	.page-wid h1 {
		font-size: 42px;}
}
@media only screen and (max-width:450px) {
	.page-wid h1 {
		font-size: 36px;}
	.page-wid h2 {
		font-size: 28px;}
	.cta-wrap .grid-container {grid-template-columns: repeat(1, 1fr);}
	.hero-txt h1 {
    font-size: 40px;
}
	.flex-options span,.flex-options i {flex-basis: 100%;}
}
