﻿@import url("https://media.sandhills.com/CDN/CSS/Font-Awesome/7.0.0/webfonts/fa-brands-400.woff2");
@import url("https://media.sandhills.com/CDN/CSS/Font-Awesome/7.0.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
/***** 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;	
}

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;  
} 



/*-------- 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;
}
/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 10px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
       position: absolute;
    top: 0px;
    right: 35px;
    transition: all 0.2s;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px 0px 5px;
}

.popup .content {
  max-height: 60%;
  overflow: auto;
}

.link-image {border-bottom:12px solid #fff;border-right:12px solid #fff;}



/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #5C6D5F;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 100%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -1800%;
    left: -1000%;
    display: none;
}
.overlay .popup p{
	color:#fff;
	font-size: 20px;
	width:80%;
	margin:auto;
	text-align:center;
}

.link-image {
    position: relative;
}
.link-img-overlay-button {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 10%;
    width: 40%;
}
.link-img-overlay-button:hover img {
    filter:grayscale(1);
}




/*-------- BODY STYLES --------*/

body {
    box-sizing: border-box;
    line-height: 1.8;
	overflow-x: hidden;
  font-family: "Righteous", sans-serif !important;
  font-weight: 400;
  font-style: normal;
	
}

a {color:inherit;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;cursor: pointer;}

button {cursor: pointer;font-family: "Righteous", sans-serif;font-weight:500;}

.large-button {background: #D62A3B;color:#fff; border-radius: 10px;padding: 10px 10px;font-size:19px;margin-top: 20px;border: #FFFFFF 2px solid;outline:solid 3px #D62A3B;width:100%;max-width: 140px;}
.large-button.long {max-width: 260px;padding: 15px 10px;}
.large-button.medium {max-width: 210px;padding: 15px 10px;}

.large-button:hover,.large-button:active.large-button:focus {background:#960312;color:#fff !important;transition:.3s;outline:solid 3px #960312;}

input.large-button {box-sizing:unset;}

hr{border:#000 1px solid;}
h1 {font-weight: 200;font-family: "Righteous", sans-serif;font-size: clamp(1.6875rem, 1.3152rem + 1.8617vw, 3.875rem);}
h2 {font-size: clamp(1.5rem, 1.3298rem + 0.8511vw, 2.5rem);line-height: 1.2;font-weight: 200;margin-bottom:20px;}
/*--- HEADER STYLES ---------------------*/
header {}
.main-site-header {display: flex;position: absolute;width: 100%;align-items: center;padding: 30px 50px;margin-top: 5px;box-sizing:border-box;}

.graident.small {height: 65%;}
.graident {background-image: linear-gradient(to bottom, black, transparent);height: 95%;position: absolute;z-index: revert-layer;width: 100%;top: -9px;}

/*---BODY--------------------------------*/
.accordion {
	all: pointer;
    background: #D62A3B;
    border: #FFFFFF 2px solid;
	outline:solid 3px #D62A3B;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
	max-width: 140px;}

hr{border:#000 1px solid;
}

.active, .accordion:hover {
	background:#960312;color:#fff !important;transition:.3s;outline:solid 3px #960312;
}

.panel {
  display: none;
}

.panel.service {
  padding: 20px 0;
  display: none;
  overflow: hidden;
}

.panel.service {
	    background: #fff;
    max-width: 100%;
    padding: 20px 0;
    box-shadow: unset;
    border-radius: 20px;
}


.small-image {width:50%;text-align: center;}
.small-image img {max-width:620px}
.small-content {width:60%;}
.small-content p{margin-bottom:20px;}
.service.form .accordion {max-width: 140px;}
.service.form {max-width: 100%;box-shadow: unset;}
/*---HERO----------------*/

.main-hero {background: url("../siteart/hero.png");background-repeat: no-repeat;width: 100%;height: 900px;background-position: 0px 96%;background-size: cover;display: flex;align-items: center;background-color: #000;overflow:hidden;}

.contact-info {display: flex;background:#5C6D5F;flex-direction: column;padding: 30px;border-radius: 10px;gap: 10px;}
.hero-text {color:#fff;line-height: 1.35;}
.hero-content {position: absolute;left: 3%;display: flex;font-size: clamp(1.0625rem, 1.0093rem + 0.266vw, 1.375rem);align-items: center;gap:50px;}
.hero-text.inventory p {font-weight: 200;font-family: "Righteous", sans-serif;font-size: clamp(1.6875rem, 1.3152rem + 1.8617vw, 3.875rem);}
.contact-info i{color:#fff;}

.contact-info i:hover,.contact-info i:active,.contact-info i:focus {transform: scale(1.2);transition:ease-in-out .3s;}

.contact.large-button span.border {padding: 12px 35px;}
a.contact.large-button {padding: 17px 2px !important;}
/*---Body Wrapper----------------*/
.body-wrapper-main {background: #fff;position: relative;top: -90px;margin: 0 auto ;width: 95%;border-radius:30px;box-shadow:rgba(0,0,0,0.2) 2px 1px 40px;padding: 70px 0 0;}
.brands {padding: 20px 0;display: flex;gap: 20px 40px;justify-content: center;box-shadow:rgba(0,0,0,0.2) 2px 1px 40px;width: 90%;margin: 0 auto;border-radius:20px;flex-wrap:wrap;}

.brand-logo img {width: 90%;cursor:pointer;}
.brand-logo {width: 100%;max-width: 290px;}

.brand-logo:hover,.brand-logo:active,.brand-logo:focus {transform: scale(.8);transition:ease-in-out .3s;}
.service-wrapper > div {height: 250px;}
/*---About----------------*/
.about-section .wrapper{display: flex;align-items: center;justify-content: space-around;padding: 80px 0;}
.about-photo img {width:100%;max-width: 790px;}
.about-content {width: 100%;max-width: 653px;}
.about-content p {margin-bottom:20px;}
/*---Services----------------*/
.services-section {background:url("../siteart/services-section.png");width:100%;repeat:no-repeat;padding: 50px 0;background-position: 0 70%;background-repeat: no-repeat;background-size: 100%;}
.service-categories {display: flex;justify-content: space-around;width: 90%;margin: 0 auto;gap:0px;}
.service {background: #fff;max-width: 400px;padding: 30px 0;box-shadow: rgba(0,0,0,0.2) 2px 1px 40px;border-radius: 20px;}
.service-wrapper {width: 271px;padding: 10px 20px;border-radius: 40px;}
.service-wrapper h3 {font-size: 25px;font-weight: 500;margin-bottom:10px;}

/*---Get In Touch----------------*/
section.get-in-touch {background: #e8b951;width: 90%;margin: 160px auto;border-radius: 20px;}
.get-in-touch .wrapper{width:90%;margin:0 auto;padding: 40px 0;}
.formfield {display: flex;}
/*--------FORM STYLES--------------------*/
.form h3{margin-top:50px;}
.CaptchaPanel {text-align: left !important;}
input.red-button-2.form {background: #D62A3B; border:#FFFFFF 2px solid;color:#fff; border-radius: 10px;padding:10px 40px;font-size:18px;margin-top: 20px;}
.formfield > div input[type="radio"] {width:unset;max-width:unset;}
.formfield.radio {flex-direction: column;}
.service.form section.get-in-touch{margin: 30px auto;}
.formfield.radio {gap:0;}
.radio-flex {flex-direction: row;display: flex;gap: 19px;}

#form-page {padding-top:30px;}

/*-------- CONTACT HOMEPAGE STYLES ----------------*/
.small.main-hero {height: 700px;background-position: 0px 100%;}

/*-------- CONTACT PAGE STYLES --------*/
.section-flex {display: flex;width: 90%;margin: 0 auto;gap: 100px;justify-content: space-between;padding: 50px 0;}
.section-flex.small {display: flex;width: 100%;margin: 0 auto;gap: 120px;justify-content: space-between;margin-top: 20px;}
.location-section {width: 90%;}
.sub-contact h2{font-size: clamp(1.1875rem, 1.1237rem + 0.3191vw, 1.5625rem);margin-bottom: 7px;}

.location-section .section-flex.small{margin-top: 0;padding: 20px 0;}
.sub-contact p {margin-bottom:10px;}
/*-------- PARTS PAGE STYLES --------*/
.section-flex.parts {align-items:center;padding-bottom: 40px;}


/*-------- FOOTER STYLES ----------------*/

.body-wrapper-main footer{border-radius: 30px;}
footer{background: url("../siteart/footer.png");position: relative;background-repeat: no-repeat;width: 100%;object-fit: cover;background-size: cover;font-family: "Righteous", sans-serif !important;
  font-weight: 400;}
.formfield {display: flex;justify-content: space-between;gap: 18px;padding-top: 10px;}
.formfield > div input,.formfield > div,select,input#Appointment_Date,textarea{width:100%;border:none;box-sizing:border-box;}

input,select,textarea {padding: 20px 10px;}

textarea#Message{width: 100%;border: none;padding: 40px 10px;box-sizing: border-box;}

.footer-contact a {border-bottom:1px solid #fff;margin-bottom:2px;}

.body-wrapper-main .footer {margin-top: 90px;}
.footer {height: 800px;margin-top: 90px;}
.formfield > div input,.formfield > div, textarea, select,input#Appointment_Date {border-radius:10px;}

.footer-wrapper a{color:#fff !important;font-size: clamp(1rem, 0.9468rem + 0.266vw, 1.3125rem);}

.footer-wrapper a:hover{box-shadow: inset 0 -3px 0 0 #fff;transition:ease-in-out .3s;margin-bottom:3px;}


.footer ul {display: flex;gap:40px;}

.copyright p {font-weight:400 !important;}
.footer-nav {display: flex;align-items: center;flex-direction: column;gap: 8px;margin-bottom: 50px;font-size: 21px;}
.footer-wrapper {position: absolute;bottom: 5%;margin: 0 auto;text-align: center;width: 100%;color: #fff !important;}

section.contact.get-in-touch {    background: #e8b951;
    width: 90%;
    margin: 0px auto 80px;
    border-radius: 20px;padding: 50px 0;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
section.list-top-section {padding-top: 50px;}


.faceted-search-content .selected-facets-container .selected-facet,.ts-button.template-branded-button,.list-content .list-error-container .info button:not(.login-button) {background:#D62A3B !important;}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1500px) {
	.service-categories {flex-wrap: wrap;gap: 30px;}
	.service-wrapper {width: 310px;}
	.service {max-width: 90%;}
	.about-photo img {max-width: 540px;}
	.about-photo {text-align: center;}
	.about-content {max-width: 47%;}
	.services-section {background: url("../siteart/services-section.png");width: 100%;padding: 40px 0;background-repeat: repeat;background-position: 70% 140%;}
	
	.brands {gap: 20px 0px;}
}


@media only screen and (max-width: 1318px) {
	.formfield {display: flex;justify-content: space-between;flex-direction: column;gap:0;}
	.section-flex {gap: 58px;}
}


@media only screen and (max-width: 1300px) {
	.small-image img {max-width: 410px;}
	.location-section .section-flex.small {flex-direction: column;gap: 18px;}
	.section-flex.small {flex-direction: column;align-items: unset;}

}

@media only screen and (max-width: 1330px) {
	.main-site-header {justify-content: space-between;width: 100%;box-sizing: border-box;}
}

@media only screen and (max-width: 1220px) {
.footer ul {width: 90%;flex-wrap: wrap;justify-content: center;gap: 22px;}
}

@media only screen and (max-width: 1100px) {
	.service {padding:0;}
	.service-categories {flex-direction: column;align-items: center;gap: 30px;}
	.service-wrapper {padding: 30px 20px;}
	.service-wrapper,.service {width: 88%;}
	.brands {gap: 20px 60px;}
}

@media only screen and (max-width: 1000px) {
	.about-photo img {display:none;}
	.about-content {max-width: 90%;margin: 0 auto;}
	.main-hero {background-position: 81% 0px;}
	.hero-content {width: unset;gap: 20px;}
	.main-hero {height: 660px;}
	.graident {height: 682px;}
	.graident.small {height: 72%;}
	.section-flex.small {flex-direction:row;margin-top: 0px;gap: 60px;}
	section.contact.get-in-touch {padding: 0px 0;}
	.small-content {width: 90%;}
	.body-wrapper-main {padding: 40px 0 0;}
	.main-site-header {padding: 30px 28px;}
}

@media only screen and (max-width: 900px) {
	.formfield {flex-direction: column;}
	.section-flex {padding:0;}
}


@media only screen and (max-width: 800px) {
	.section-flex {flex-direction: column;align-items: center;}
	.small-image img,.small-image {display:none;}
	.brand-logo {max-width: 44%;}
	.services-section {background-position: 0% 140%;}
	.about-section .wrapper {padding: 50px 0 80px;}
	section.get-in-touch {margin: 40px auto;}
	
}

@media only screen and (max-width: 500px) {
	.main-site-header {padding: 30px 19px;}
	.section-flex.small {margin-top: 30px;}
	.footer ul {gap: 9px;margin-bottom: 10px;}
    .copyright p {width: 90%;margin: 0 auto;}
	.overlay .popup p {padding-top: 30px;}
	section.brands {flex-direction:column;align-items: center;}
}


@media only screen and (max-width: 500px) {
	.large-button.medium {max-width: 97%;
    padding: 15px 10px;margin-top:50px;}
}



