﻿/***** 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;
}

/*-------- BODY STYLES --------*/

body {overflow-x: hidden;

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'poppins', sans-serif;}

/*--- HEADER STYLES ---------------------*/
.header-top {background: #234313;}
.header-top > div {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 12px 0;}
.header-top > div > div {display: flex; gap: 40px; align-items: center;}
.header-top a {color: #fff; font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; display: flex; gap: 10px; align-items: center;}
.header-top > div > a i {font-size: 22px; line-height: 22px;}

.header-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 30px 0;}
.header-call a {font-family: 'poppins', sans-serif; font-size: 20px; line-height: 30px; color: #162A0C}
.header-call a:hover {color: #2F5A1A; transition: .8s;}

/*---BODY--------------------------------*/
/*---DEFAULT--*/
.mobile-hero {display: none;}
.hero-slideshow {height: 548px; width: 100%; position: absolute !important;}
.hero-1 {background: url("/siteart/hero-slider/hero-1.jpg") no-repeat; background-position: center; background-size: cover; padding: 274px 0;}
.hero-2 {background: url("/siteart/hero-slider/hero-2.jpg") no-repeat; background-position: center; background-size: cover; padding: 274px 0;}
.hero-3 {background: url("/siteart/hero-slider/hero-3.jpg") no-repeat; background-position: center; background-size: cover; padding: 274px 0;}

.hero-overlay {background: rgba(37,37,37,0.60); position: relative;}
.hero-wrap {width: 95%; margin: 0 auto; padding: 40px 0;}
.hero-wrap > a {display: flex; justify-content: flex-end;}
.hero-wrap > a button {width: 165px; display: flex; justify-content: center; align-items: center; padding: 8px 0; border-radius: 3px; background: #f2f2f2; border: none;}
.hero-wrap > a button:hover {background: #BFBFBF; transition: .8s;}
.hero-content {width: 750px; padding: 144px 0 25px 0;}
.hero-content h1 {font-family: 'poppins', sans-serif; font-size: 35px; line-height: 45px; color: #fff; font-weight: 500;}
.hero-content p {margin: 20px 0 25px 0;}
.hero-content p, .hero-content a {font-family: 'poppins', sans-serif; font-size: 18px; line-height: 28px; color: #fff;}
.hero-content a {display: flex; gap: 20px; align-items: center;}
.hero-search {background: #fff; border-radius: 3px;}
.hero-search form {display: flex; align-items: center; gap: 10px; justify-content: space-between; width: 90%; margin: 0 auto; padding: 15px 0;}
.hero-search form select {width: 29%; background: #EBEBEB; border: 1px #D5D5D5 solid; font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; color: #979797; padding: 10px 0 10px 15px;}
.hero-search form button {width: 165px; display: flex; justify-content: center; align-items: center; padding: 13px 0 10px 0; border-radius: 3px; background: #234313; border: none; color: #fff; font-family: 'poppins', sans-serif; font-size: 17px; line-height: 27px;}
.hero-search form button:hover {background: #2F5A1A; transition: .8s;}
.hero-content a:hover i {padding-left: 10px; transition: .8s;}
.hero-search form select:hover, .hero-search form select option:hover {cursor: pointer !important;}

.cat-bkgrd {background: #F2F2F2;}
.cat-wrap {width: 95%; margin: 0 auto; padding: 100px 0;}
.cat-header {width: 750px; margin: 0 auto; text-align: center;}
.cat-header h2 {font-family: 'poppins', sans-serif; font-size: 30px; line-height: 40px; font-weight: 500; margin-bottom: 10px;}
.cat-header p {font-family: 'poppins', sans-serif; font-size: 16px; line-height: 28px;}
.cat-flex {display: flex; justify-content: space-between; gap: 10px; margin-top: 50px;}
.cat-flex > a {width: 100%; background: #fff;}
.cat-flex > a:hover {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: .8s; transform: translateY(-5px);}
.cat-card-wrap {padding: 20px;}
.cat-img {display: flex; justify-content: center;}
.cat-card-wrap h3 {font-family: 'poppins', sans-serif; font-weight: 500; font-size: 25px; line-height: 35px; color: #000; margin-bottom: 10px;}
.cat-card-wrap p {font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; color: #000;}
.cat-link {display: flex; justify-content: space-between; margin-top: 15px;}
.cat-link i {color: #000;}
.cat-wrap > a {display: flex; justify-content: center; margin-top: 50px;}
.cat-wrap > a button {width: 200px; display: flex; justify-content: center; align-items: center; padding: 10px 0 7px 0; border-radius: 3px; background: #234313; border: none; color: #fff; font-family: 'poppins', sans-serif; font-size: 17px; line-height: 27px;}
.cat-wrap > a button:hover {background: #2F5A1A; transition: .8s;}

.about-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.about-overlay {background: #234313; background: linear-gradient(90deg,rgba(35, 67, 19, 0.92) 0%, rgba(44, 85, 25, 0.98) 100%);}
.about-wrap {width: 95%; margin: 0 auto; padding: 100px 0;}
.about-content {width: 1000px; margin: 0 auto; text-align: center;}
.about-content h2 {font-family: 'poppins', sans-serif; font-size: 30px; line-height: 40px; color: #fff; font-weight: 500; margin-bottom: 20px;}
.about-content p {font-family: 'poppins', sans-serif; font-size: 16px; line-height: 28px; color: #fff;}
.about-content a {display: flex; justify-content: center; margin-top: 35px;}
.about-content button {width: 200px; display: flex; justify-content: center; align-items: center; padding: 10px 0 7px 0; border-radius: 3px; background: none; border: 1px #fff solid; color: #fff; font-family: 'poppins', sans-serif; font-size: 17px; line-height: 27px;}
.about-content button:hover {background: #252525; transition: .8s; border: 1px #252525 solid;}

.brands-we-carry {width: 95%; margin: 0 auto; padding: 100px 0; text-align: center;}
.brands-we-carry h2 {font-family: 'poppins', sans-serif; font-size: 30px; line-height: 40px; font-weight: 500;}
.brands-slider {margin-top: 50px;}
.brands-slider a {background: #F2F2F2;}
.brands-slider a:hover {background: #D6D6D6; transition: .8s;}
.brands-slider a div {height: 100%;}
.brands-slider a h3 {font-family: 'poppins', sans-serif; font-size: 25px; line-height: 35px; font-weight: bold; color: #000; padding: 50px 15px;}
.brands-slider .slick-track {display: flex; gap: 10px;}

/*---CONTACT--*/
.contact-bkgrd {background: #f2f2f2;}
.contact-wrap {width: 95%; margin: 0 auto; padding: 100px 0;}
.contact-wrap h1 {font-family: 'poppins', sans-serif; font-size: 30px; line-height: 40px; font-weight: 500; margin-bottom: 10px;}
.contact-wrap p {font-family: 'poppins', sans-serif; font-size: 16px; line-height: 28px;}
.contact-wrap form {margin-top: 25px;}
.contact-wrap form .form-flex div {display: flex; gap: 10px; margin-bottom: 10px;}
.contact-wrap form input {width: 100%; border: none; font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; padding: 12px 0 10px 15px;}
.contact-wrap form .form-textarea {display: flex;}
.contact-wrap form textarea {width: 100%; border: none; font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; padding: 12px 0 0 15px; height: 180px;}
.contact-wrap form .submitselect {width: 200px; display: flex; justify-content: center; align-items: center; padding: 12px 0 7px 0; border-radius: 3px; background: #234313; border: none; color: #fff; font-family: 'poppins', sans-serif; font-size: 17px; line-height: 27px; margin-top: 25px;}
.contact-wrap form .submitselect:hover, .contact-wrap form .submit:hover {background: #2F5A1A; transition: .8s;}
.contact-wrap form .submit {width: 200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; padding: 12px 0 7px 0; border-radius: 3px; background: #234313; border: none; color: #fff; font-family: 'poppins', sans-serif; font-size: 17px; line-height: 27px;}
.contact-wrap form #CaptchaAnswer {width: auto !important;}
.contact-wrap form .CaptchaWhatsThisPanel a {color: #000; text-decoration: underline;}

/*---ABOUT--*/
.contact-wrap button {width: 200px; display: flex; justify-content: center; align-items: center; padding: 12px 0 7px 0; border-radius: 3px; background: #234313; border: none; color: #fff; font-family: 'poppins', sans-serif; font-size: 17px; line-height: 27px; margin-top: 25px;}
.contact-wrap button:hover {background: #2F5A1A; transition: .8s;}
.contact-wrap p a {color: #2F5A1A; font-weight: 600;}
.contact-wrap p a:hover {color: #234313; transition: .8s;}
.contact-wrap h2 {font-family: 'poppins', sans-serif; font-size: 25px; line-height: 35px; font-weight: 500; margin-bottom: 10px; margin-top: 20px;}

/*---SERVICE REQUEST--*/
.prior-service {display: flex; align-items: center; gap: 25px !important; flex-wrap: nowrap !important;}
.prior-service > div {flex-wrap: nowrap !important;}
.prior-service > div > div {width: auto !important; display: flex; align-items: center; flex-wrap: nowrap !important;}

/*---MAP + HOURS--*/
.map-hours {display: flex; gap: 200px; margin-top: 20px; margin-bottom: 60px;}
.map-hours > div > div {display: flex; gap: 50px;}
.map-hours li {font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; margin-bottom: 5px;}
.map-hours li a {color: #000}
.map-hours li a:hover {color: #234313; transition: .8s;}

/*---COMING SOON--*/
.coming-soon {text-align: center;} 
.coming-soon button {margin: 0 auto; margin-top: 25px;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #252525; position: relative; margin-top: -69px;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 50px 0; display: flex; justify-content: space-between; gap: 10%;}
.footer-wrap > div {width: 100%;}
footer p {font-family: 'poppins', sans-serif; font-size: 20px; line-height: 40px; font-weight: 500; color: #fff;}
footer ul {margin-top: 10px;}
footer li {margin-bottom: 5px;}
footer li a, footer li {font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; color: #fff;}
.quick-links, .footer-hours {display: flex; gap: 50px;}
footer a button {width: 200px; border: 1px #fff solid; display: flex; justify-content: center; align-items: center; padding: 10px 0 7px 0; border-radius: 3px; background: none; font-family: 'poppins', sans-serif; font-size: 15px; line-height: 25px; color: #fff; margin-top: 20px;}
footer hr {border: 1px rgba(255,255,255,0.50) solid; margin: 25px 0 30px 0;}
.footer-social {display: flex; align-items: center; gap: 15px;}
.footer-social p {font-family: 'poppins', sans-serif; font-size: 20px; line-height: 30px; font-weight: 500;}
.footer-social i {color: #fff; font-size: 22px; line-height: 22px;}
footer li a:hover {text-decoration: underline; transition: .8s;}
footer a button:hover {background: #2F5A1A; transition: .8s; border: 1px #2F5A1A solid;}
.footer-social a:hover i {color: #2F5A1A; transition: .8s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, .parts-list-content .error-message {color: #234313 !important;}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text {background: #234313 !important;}
.faceted-search-content button.faceted-search {background: #000 !important;}
.prospectmotorcocomhdev-a0om98.MuiPaginationItem-previousNext, .prospectmotorcocomhdev-88jlbf, .listing-carousel .recommended-listings-section .view-all-link, .listing-carousel .recommended-auctions-section .view-all-link {background: #234313 !important;}
.ts-disclaimer span {font-family: 'poppins', sans-serif !important; font-size: 16px !important; line-height: 26px !important;}
.parts-redesign, .list-redesign, .detail-wrapper {padding: 50px 0 !important;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1550px) {
	.header-call {display: none;}
}

@media only screen and (max-width: 1450px) {
	.footer-wrap {gap: 5%;}
}

@media only screen and (max-width: 1350px) {
	.cat-img img {width: 100%;}
}

@media only screen and (max-width: 1250px) {
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-wrap > div:first-child, .footer-wrap > div:nth-child(2) {width: 47%;}
}

@media only screen and (max-width: 1050px) {
	.about-content {width: 100%;}
	.cat-flex {flex-wrap: wrap;}
	.cat-flex > a {width: 49%;}
	.cat-img img {width: auto;}
	.hero-search form {flex-wrap: wrap;}
	.hero-search form select {width: 49%;}
	.hero-search form button {width: 100%;}
	.hero-slideshow {height: 668px;}
	.hero-1, .hero-2, .hero-3 {padding: 333px 0;}
}

@media only screen and (max-width: 900px) {
	.footer-wrap > div:first-child, .footer-wrap > div:nth-child(2) {width: 46%;}
	.map-hours {justify-content: space-between; gap: 50px;}
}

@media only screen and (max-width: 800px) {
	.header-top > div > div {display: none;}
	.header-top > div {justify-content: flex-end;}
	.header-wrap img {width: 210px;}
	.hero-content {width: 100%;}
	.cat-header {width: 100%;}
}

@media only screen and (max-width: 750px) {
	.footer-wrap > div:first-child, .footer-wrap > div:nth-child(2) {width: 100%;}
	.hero-content p, .hero-content a {font-size: 16px; line-height: 28px;}
	.hero-content h1 {font-size: 32px; line-height: 42px;}
	.hero-search form select, .contact-wrap form input, .contact-wrap form textarea {font-size: 15px; line-height: 25px;}
	.hero-search form button, .cat-wrap > a button, .about-content button, .contact-wrap form .submit, .contact-wrap form .submitselect, .contact-wrap button {font-size: 16px; line-height: 26px;}
	.hero-slideshow {height: 659px;}
	.hero-1, .hero-2, .hero-3 {padding: 329px 0;}
}

@media only screen and (max-width: 650px) {
	.map-hours {flex-wrap: wrap; gap: 30px;}
	.map-hours > div {width: 100%;}
	.hero-overlay {background: rgba(37,37,37,1.00);}
	.hero-slideshow {display: none !important;}
	.mobile-hero {display: contents;}
	.hero-content {padding: 50px 0 25px 0;}
}

@media only screen and (max-width: 600px) {
	.cat-flex > a, .hero-search form select {width: 100%;}
	.contact-wrap form .form-flex div {flex-wrap: wrap;}
	.contact-wrap {padding: 80px 0;}
}

@media only screen and (max-width: 450px) {
	.header-top > div > a i {font-size: 20px; line-height: 20px;}
	.header-top > div {padding: 10px 0;}
	.header-wrap img {width: 190px;}
	.quick-links, .footer-hours {justify-content: space-between;}
	.hero-content h1 {font-size: 30px; line-height: 40px;}
	.hero-wrap > a button {width: 100%;}
}

@media only screen and (max-width: 400px) {
	.map-hours > div > div {justify-content: space-between; gap: 10px;}
}

@media only screen and (max-width: 350px) {
	.header-wrap img {width: 170px;}
	.hero-content h1, .cat-header h2, .about-content h2, .brands-we-carry h2, .contact-wrap h1 {font-size: 25px; line-height: 35px;}
	.cat-card-wrap h3, .brands-slider a h3, .contact-wrap h2 {font-size: 22px; line-height: 32px;}
	.cat-wrap > a button, .about-content button, .contact-wrap form .submit, .contact-wrap form .submitselect, .contact-wrap button {width: 100%;}
}

@media only screen and (max-width: 300px) {
	.header-wrap img {width: 70%;}
	.cat-img img {width: 100%;}
}




