﻿/***** 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 {

}

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: 'inter-variable', sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {}




/*---BODY--------------------------------*/
/*---DEFAULT---*/
#hero {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
#hero-overlay {background-image: linear-gradient(to left, rgba(206,201,132,0.62), rgba(157,153,100,0.32), rgba(104,101,67,0.62));}
.hero-content {width: 95%; margin: 0 auto; padding: 65px 0 270px 0;}
.hero-content h1 {font-family: 'anton', sans-serif !important; color: #fff; font-size: 60px; font-weight: normal; line-height: 65px;}
.hero-content p {color: #fff; font-size: 18px; line-height: 23px; padding-top: 15px;}
.hero-content button {background: #262626; border: none; color: #fff; font-family: 'anton', sans-serif; font-size: 18px; font-weight: normal; width: 230px; border-radius: 30px; padding: 5px 0 8px 0; margin-top: 15px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.hero-content button:hover {background: #48462C;}
.hero-content-width {width: 653px;}

#call-to {background-image: linear-gradient(to top, rgba(255,255,255,1.00), rgba(255,255,255,0)); margin-top: -230px;}
.call-to-wrapper {display: flex; gap: 10px; width: 95%; margin: 0 auto; position: relative; top: 65px;}
.call-to-hover {display: none;}
.call-to-wrapper a {background: #262626; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; height: 230px; align-content: center; width: 100%; text-align: center;}
.call-to-wrapper a h2 {font-family: 'anton', sans-serif; color: #fff; font-weight: normal; font-size: 55px; line-height: 70px;}
.call-to-wrapper a .hr {background-image: linear-gradient(to right, rgba(206,201,132,1.00), rgba(104,101,67,1.00)); width: 230px; height: 2px; margin: 0 auto;}
.call-to-wrapper a:hover .call-to-hover {display: contents;}
.call-to-wrapper a:hover .call-to-title {display: none;}
.call-to-wrapper a:hover {background: #ECE595;}
.call-to-wrapper a:hover .call-to-hover .inventory-bkgrd {background: url("/siteart/inventory-bkgrd.png") no-repeat; background-position: center; background-size: cover; height: 230px; align-content: center;}
.call-to-wrapper a:hover .call-to-hover .auctions-bkgrd {background: url("/siteart/auctions-bkgrd.png") no-repeat; background-position: center; background-size: cover; height: 230px; align-content: center;}
.call-to-wrapper a:hover .call-to-hover .consign-bkgrd {background: url("/siteart/consign-bkgrd.png") no-repeat; background-position: center; background-size: cover; height: 230px; align-content: center;}
.hover-icon i {color: #CEC984; background: #000; padding: 13px 11px; border-radius: 30px; font-size: 20px;}
.call-to-hover p {font-size: 15px; color: #262626; line-height: 21px; padding-top: 20px; font-weight: 500; width: 85%; margin: 0 auto;}
.gavel i {padding: 13px 13px;}

#home-contact {margin: 0 auto; margin-top: 140px;}
#home-contact h3, .consign-form h2 {font-family: 'anton', sans-serif; font-size: 40px; font-weight: normal; color: #262626;}
#home-contact p {font-size: 16px; line-height: 22px;}
.form-wrapper {display: flex; justify-content: space-between; align-items: center; gap: 65px;}
.form-wrapper tr {display: flex; gap: 27px;}
.form-wrapper td {width: 100%;}
.form-wrapper input {width: 100%;}
.form-wrapper input {padding: 12px 0px 12px 20px; margin-bottom: 8px; font-family: 'inter-variable', sans-serif; border: none; background: rgba(234,234,234,0.88);}
.form-wrapper .select {width: 50.35%;}
.form-wrapper select {width: 100%; padding: 8px 0px 8px 7px; margin-bottom: 8px;}
.form-wrapper textarea {width: 100%; font-family: 'inter-variable', sans-serif; padding: 12px 0px 12px 20px; border: none; background: rgba(234,234,234,0.88);}
.form-wrapper .captcha-selected {margin-top: 55px; width: 100%;}
.form-wrapper .CaptchaAnswerPanel input, .form-wrapper .submit, .form-wrapper .reset {width: 200px !important;}
.form-wrapper .CaptchaWhatsThisPanel a {color: #000 !important; font-family: 'inter-variable', sans-serif; font-size: 15px; font-weight: 600;}
.form-wrapper .CaptchaWhatsThisPanel a:hover {cursor: pointer; border-bottom: #000 2px solid;}
.form-wrapper .CaptchaMessagePanel {font-weight: 300; font-family: 'inter-variable', sans-serif; font-size: 15px; color: #000;}
.form-wrapper .submit, .form-wrapper .reset {background: #262626; border: none; color: #fff; border-radius: 60px; padding: 5px 0 8px 0; width: 240px; font-family: 'anton', sans-serif; font-weight: normal; font-size: 18px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.form-wrapper .submit:hover, .form-wrapper .reset:hover {background: #48462C; transition: .5s; cursor: pointer !important;  color: #fff!important;}
.margin-top-send {margin-top: 13px;}
.form-wrapper .service-radio input {width: 2%;}
.form-wrapper .service-radio label {margin-right: 15px;}
.form-wrapper .service-radio p {margin-bottom: 4px;}
.captcha-selected {display: flex; justify-content: center;}
.form-wrapper .submitselect {background: #262626; border: none; color: #fff; border-radius: 60px; padding: 5px 0 8px 0; width: 240px; font-family: 'anton', sans-serif; font-weight: normal; font-size: 18px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; display: block; text-align: center;}
.form-wrapper .submitselect:hover {background: #48462C; transition: .5s; cursor: pointer !important;  color: #fff!important;}
.form-wrapper .captcha {display: flex; justify-content: center; gap: 12px;}
.form-wrapper .captcha-selected {width: 73%; margin: 0 auto !important; margin-top: 11px !important;}
#get-in-touch {background: url("/siteart/get-in-touch-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 200px 0 0 200px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; height: 310px; width: 550px;}
.get-in-touch-overlay {background: rgba(225,220,149,0.95); border-radius: 200px 0 0 200px; height: 100%; align-content: center; padding-left: 140px; padding-right: 40px;}
#home-contact form {margin-top: 18px;}
#home-contact .get-in-touch-overlay h3 {font-size: 50px; margin-top: -30px;}
.get-in-touch-phone a {color: #262626; font-family: 'anton', sans-serif; font-size: 30px; line-height: 29px;}
.get-in-touch-email a {font-family: 'inter-variable', sans-serif; font-size: 18px; color: #262626; font-weight: 600; line-height: 34px;}
.get-in-touch-email a:hover, .get-in-touch-phone a:hover {color: #48462C;}
.get-in-touch-email {margin-top: 35px;}
#home-contact .form-form {margin-left: 40px; width: 55%;}

/*---CONSIGN---*/
.consign-hero {padding: 65px 0 140px 0;}
.consign-call-to {height: 200px; margin-top: -200px;}
.consign-form {width: 94% !important;}
.consign-consign {margin-top: 100px !important;}
.consign-hero-bkgrd {background: url("/siteart/consign-hero.jpg") no-repeat !important; background-position: center !important; background-size: cover;}

/*---THANK YOU---*/
.thankyou-bkgrd {background: url("/siteart/thankyou-hero.jpg") no-repeat !important; background-position: center !important; background-size: cover;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{margin-top: 80px;}
#footer {background: #262626;}
.footer-wrapper {width: 95%; margin: 0 auto; padding: 30px 0 55px 0; display: flex; justify-content: space-between;}
footer img {width: 150px;}
.footer-contact {margin-top: 30px;}
.footer-contact a {color: #fff; font-size: 15px; line-height: 30px;}
.footer-contact a:hover, .quick-links-ul a:hover {color: #E1DC95;}
footer h4 {color: #fff; font-size: 16px; margin-top: 25px;}
.quick-links-ul {display: flex; gap: 35px; margin-top: 13px;}
.quick-links-ul a {color: #fff; font-size: 14px; line-height: 30px;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content {margin-top: 90px !important; margin-bottom: 100px !important;}
.list-top-section .list-title {padding: 0px 24px 12px 0 !important;}
.list-top-section .list-listings-count, .mobile-option-bar .mobile-option-bar-filter {color: #48462C !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #48462C !important;}
.grouped-faceted-header {background: #262626 !important; border-bottom: 1px #262626 solid !important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1412px) {
	#home-contact .get-in-touch-overlay h3 {margin-top: 0px;}
}
@media only screen and (max-width: 1300px) {
	.call-to-wrapper a:hover .call-to-hover .inventory-bkgrd, .call-to-wrapper a:hover .call-to-hover .auctions-bkgrd, .call-to-wrapper a:hover .call-to-hover .consign-bkgrd, .call-to-wrapper a {height: 260px;}
	#call-to {margin-top: -260px;}
	.call-to-wrapper {top: 80px;}
}
@media only screen and (max-width: 1100px) {
	.form-wrapper {flex-wrap: wrap;}
	#home-contact .form-form {width: 95%; margin: 0 auto;}
	#home-contact form {width: 98%;}
	#get-in-touch {border-radius: 0; width: 100%;}
	.get-in-touch-overlay {border-radius: 0; padding: 0;}
	.in-touch-wrapper {width: 95%; margin: 0 auto;}
	#home-contact .get-in-touch-overlay h3 {margin-top: 0px;}
	#hero-overlay {background-image: linear-gradient(to left, rgba(157, 153, 100, 0.62), rgba(104, 101, 67, 0.82));}
}
@media only screen and (max-width: 1000px) {
	.call-to-wrapper a:hover .call-to-hover .inventory-bkgrd, .call-to-wrapper a:hover .call-to-hover .auctions-bkgrd, .call-to-wrapper a:hover .call-to-hover .consign-bkgrd, .call-to-wrapper a {height: 290px;}
	#call-to {margin-top: -290px;}
	.call-to-wrapper {top: 100px;}
}
@media only screen and (max-width: 900px) {
	.call-to-wrapper {flex-wrap: wrap;}
	.call-to-wrapper a:hover .call-to-hover .inventory-bkgrd, .call-to-wrapper a:hover .call-to-hover .auctions-bkgrd, .call-to-wrapper a:hover .call-to-hover .consign-bkgrd, .call-to-wrapper a {height: 260px;}
	#call-to {margin-top: -70px !important;}
	.call-to-wrapper {top: 0px;}
	.hero-content {padding: 65px 0 220px 0;}
	#home-contact {margin-top: 88px;}
	.consign-consign {margin-top: -56px !important;}
	.consign-hero {padding: 65px 0 150px 0;}
}
@media only screen and (max-width: 800px) {
	#home-contact form {width: 97.5%;}
}
@media only screen and (max-width: 700px) {
	#home-contact form {width: 97%;}
}
@media only screen and (max-width: 685px) {
	.hero-content-width {width: 100%;}
}
@media only screen and (max-width: 600px) {
	.hero-content button {width: 100%; padding: 10px 0; font-size: 20px;}
	#home-contact form {width: 100%;}
	.form-wrapper tr {gap: 0px; flex-wrap: wrap;}
	.form-wrapper input, .form-wrapper textarea {padding: 15px 0 15px 20px; width: 97%;}
	.form-wrapper .submitselect {width: 100%; padding: 15px 0;}
	.footer-wrapper {flex-wrap: wrap;}
	.foot-full-width {width: 100%;}
	footer h4 {margin-top: 40px;}
}
@media only screen and (max-width: 550px) {
	.form-wrapper input, .form-wrapper textarea {width: 96%;}
}
@media only screen and (max-width: 450px) {
	.form-wrapper input, .form-wrapper textarea {width: 95%;}
}
@media only screen and (max-width: 400px) {
	.hero-content { padding: 65px 0 200px 0;}
	#get-in-touch, .get-in-touch-overlay {height: inherit;}
	.get-in-touch-overlay {padding: 40px 0;}
	.form-wrapper .captcha-selected {width: 100%;}
}
@media only screen and (max-width: 350px) {
	.hero-content h1 {font-size: 55px; line-height: 60px;}
	.call-to-wrapper a h2 {font-size: 50px; line-height: 65px;}
	.form-wrapper input, .form-wrapper textarea {width: 94%;}
	.get-in-touch-email a {font-size: 17px; line-height: 31px;}
}
@media only screen and (max-width: 320px) {
	.hero-content h1 {font-size: 50px; line-height: 55px;}
	.call-to-wrapper a h2 {font-size: 45px; line-height: 60px;}
	.call-to-wrapper a .hr {width: 200px;}
	.call-to-wrapper a:hover .call-to-hover .inventory-bkgrd, .call-to-wrapper a:hover .call-to-hover .auctions-bkgrd, .call-to-wrapper a:hover .call-to-hover .consign-bkgrd, .call-to-wrapper a {height: 290px;}
	#call-to {margin-top: -50px;}
}
@media only screen and (max-width: 300px) {
	.form-wrapper input, .form-wrapper textarea {width: 93%;}
	#home-contact h3 {line-height: 45px; margin-bottom: 10px;}
}
@media only screen and (max-width: 280px) {
	.hero-content h1 {font-size: 45px; line-height: 50px;}
	.call-to-wrapper a h2 {font-size: 40px; line-height: 55px;}
	.call-to-wrapper a .hr {width: 180px;}
	.quick-links-ul {gap: 0px; justify-content: space-between;}
}
