*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-reverse-vertical{flex-direction:column-reverse}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{min-height:350px;line-height:0;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
	--Droid: "droid-sans", sans-serif;

	/*=== Colors ===*/
	--white: #ffffff;
	--black: #000000;
	--red: #AD0312;
	--grey: #F4F4F4;

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

body {
	font-family: var(--Droid);
	height: auto !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.page-shadow {
	max-width: 1920px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
	font-family: var(--Droid);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
hr {
	width: 100%;
}
.xl-heading, .lg-heading, .md-heading, .sm-heading, .xs-heading {
	font-family: var(--Droid);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
.xl-heading {font-size: clamp(42px, 5vw, 64px);line-height: clamp(48px, 5vw, 70px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(40px, 5vw, 48px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(33px, 5vw, 41px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(24px, 5vw, 32px);}
.xs-heading {font-size: clamp(16px, 5vw, 18px);line-height: clamp(22px, 5vw, 24px);}

/*=== BUTTONS ===*/
.button-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 30px;
}
button.primary-button {
	font-family: var(--Droid);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 25px;
	background-color: var(--red);
	border: 1px solid var(--red);
	color: var(--white);
	opacity: 1;
	transition: all ease 0.3s;
}
button.primary-button:hover {
	opacity: 0.6;
}

/*=== LOGO ===*/
.logo-container {
	padding: 10px;
	border-radius: 15px;
	background-color: var(--white);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}
.logo-container .logo {
	position: relative;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	width: 100%;
	max-width: 125px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
a.logo-container {
	line-height: 0;
}

/*=== CUSTOM STYLES ===*/
p.paragraph {
	line-height: 28px;
	padding-top: 10px;
}
ul.list {
	list-style: none;
	padding-top: 10px;
}
ul.list li {
	position: relative;
	padding-left: 28px;
}
ul.list li::before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: var(--white);
}
ol.list {
	list-style-type: decimal;
	list-style-position: inside;
	padding-top: 10px;
}
.card {
	background-color: var(--white);
	line-height: 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	border-radius: 30px;
	overflow: hidden;
	padding: 25px;
}
.img {
	line-height: 0;
}
.features-banner {
	background-color: var(--grey);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0;
}
.features-banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px var(--sm-padding);
}
.features-banner ul li {
	text-transform: uppercase;
	font-weight: 700;
	background-color: var(--white);
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
}
.features-banner ul li i {
	padding-right: 10px;
}
html.thank-you {
	scroll-behavior: auto;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	padding-top: var(--lg-padding);
}
.category-grid div {
	background-color: var(--grey);
	padding: 20px;
	text-align: center;
	border-radius: 5px;
}
.category-grid div i {
	color: #c9c9c9;
	font-size: 24px;
	padding-bottom: 10px;
}

/*=== HEADER ===*/
header.site-header {
	font-family: var(--Droid);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: var(--white);
	background-color: var(--white);
    z-index: 5;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	padding: 10px 0;
	background: linear-gradient(
		to right,
		var(--red) 0%,
		var(--red) calc(clamp(25px, 2.5%, 2.5%) + calc(125px / 2)),
		var(--white) calc(clamp(25px, 2.5%, 2.5%) + calc(125px / 2)),
		var(--white) 100%
	);
}

/*=== FOOTER ===*/
footer.site-footer {
	padding: 0;
	background-color: var(--red);
}
footer.site-footer .footer-logo .logo-container {
	position: relative;
	transform: translateY(-50%);
}
footer.site-footer nav {
	color: var(--white);
	padding: 0 0 var(--lg-padding);
	width: 100%;
}
footer.site-footer nav ul {
	gap: 10px 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
}
footer.site-footer .bottom-footer {
	background-color: var(--black);
	color: var(--white);
	padding: 25px 0;
	font-size: 14px;
	width: 100%;
}

/*=== PAGE STYLES ===*/
/*=== Default Page ===*/
.default-page .hero-section {
	display: flex;
}
.default-page .hero-section .hero-text {
	padding: var(--lg-padding) var(--sm-padding);
}
.default-page .hero-section .hero-text h1 {
	text-transform: uppercase;
}
.default-page .hero-section .hero-image {
	background: url("/siteart/auction-truck.webp") no-repeat;
	background-position: center left;
	background-size: cover;
	border-radius: 0 0 0 30px;
	min-height: 400px;
	margin-left: var(--sm-padding);
}
.default-page .card-container {
	background: linear-gradient(to bottom, var(--grey) 0%, var(--grey) 50%, var(--white) 50%, var(--white) 100%);
	margin-bottom: var(--lg-padding);
}
.default-page .card-container .auctioneer-img {
	background: url("/siteart/auctioneer.webp") no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 15px;
	min-height: 400px;
}
.default-page .card-container .text-container {
	padding: var(--lg-padding) var(--sm-padding);
}
.default-page .steps-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: var(--sm-padding) 0 var(--lg-padding);
}
.default-page .steps-container div {
	padding: 30px 20px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	background-color: var(--grey);
}
.default-page .steps-container .number {
	text-align: center;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #c9c9c9;
	z-index: 1;
}
.default-page .steps-container *:not(.number) {
	position: relative;
	z-index: 2;
}
.default-page .steps-container .paragraph {
	padding-top: 20px;
}
.default-page .consign-form .xs-heading {
	padding-top: 15px;
}
.default-page .contact-section {
	display: flex;
	padding: var(--lg-padding) 0 0;
}
.default-page .contact-section .contact-info {
	gap: 10px 15px;
	padding: 15px 0;
}
.default-page .contact-section .contact-form-container {
	padding: var(--lg-padding) var(--sm-padding);

}
.default-page .contact-section .contact-map {
	border-radius: 30px 0 0 0;
	overflow: hidden;
}

/*=== SUB PAGE ===*/
#sub-page:not(.inventory-page), .default-page{
	font-family: var(--Droid);
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width: 1050px) {
	.default-page .steps-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 875px) {
	.flex-horizontal {
		flex-direction: column;
	}
	.card {
		flex-direction: column;
	}
	.default-page .hero-section {
		flex-direction: column-reverse;
	}
	.default-page .card-container .text-container {
		padding: var(--lg-padding) 0 0;
	}
	.default-page .contact-section {
		flex-direction: column;
	}
	.default-page .contact-section .contact-form-container {
		padding: 0 var(--sm-padding) var(--lg-padding);
	}
}

@media screen and (max-width: 550px) {
	/*=== Header ===*/
	header.site-header .location-button-header {
		display: none;
	}
	/*=== Default Page ===*/
	.default-page .steps-container {
		grid-template-columns: repeat(1, 1fr);
	}
}