﻿/*===================== 
	Color information
	
	-cream #f7efe5
	-copper #c07b2a
brown #331f07
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	 font-family: "Outfit", sans-serif;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {}

p {
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}

/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: #000;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}
.butn-copper {
	font-family: "Outfit", sans-serif;
	background:#c07b2a;
	color:#000!important;
	display: inline-block;
	padding:10px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #c07b2a;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-copper:hover {
	background:#331f07;
    color: #fff !important;
	border:1px solid #331f07;
}
.butn-white {
	font-family: "Outfit", sans-serif;
	background:#fff;
	color:#c07b2a;
	display: inline-block;
	padding:10px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #c07b2a;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-white:hover {
	color:#fff!important;
	background:#c07b2a;
}
.text-link-copper {
	font-weight: 600;
	color:#c07b2a!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-copper:hover {
	color:#331f07!important;
}
.text-link-black {
	font-weight: 600;
	color:#000!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	color:#c07b2a!important;
}

/*===================== 
	header styles 
=======================*/

.homepage .header-wrap  {
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}

.header-wrap {
	width: 100%;
	margin: 0;
	position: relative;
	background:rgba(255,255,255,0.8);
	border-bottom: 2px solid #331f07;
}
.header-wrap:before {
	content: "";
	width: 100%;
	height: 15px;
	background:#c07b2a;
	top: 0;
	left:0;
	z-index: 1;
	display: block;
}

header {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	z-index: 501;
	padding:30px 20px;
	box-sizing: border-box;
}

.head-logo-1 {
	height: auto;
	position: relative;
}
.head-logo-cont-1 {
	position: absolute;
	top:-130px;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 230px;
	width: 230px;
	padding:40px;
	border-radius: 300px;
	border:10px solid #c07b2a;
	background: #331f07;
	z-index: 5;
	box-sizing: content-box;
}
.head-logo-cont-1 img {
	width:100%;
	max-width: 220px;
	height: auto;
	display: block;
	margin:0 auto;
}


/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}
nav.mobile, .mobile-nav-cont-1 { display:none;} 
nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	position: relative;
}

nav.primary ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	gap:20px;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	transition: .2s ease-in;
}
nav.primary ul li a {
	 font-family: "Outfit", sans-serif;
	color: #331f07;
	font-size: clamp(12px, 1.3vw, 20px);
	text-decoration: none;
	padding: 10px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 400;
	cursor: pointer;
}

nav.primary ul li a:hover {
	background: #331f07;
	color: #fff;
}
nav.primary ul li:hover a {
	background: #331f07;
	color: #fff;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	padding:15px;
	font-size: 16px;
	white-space: nowrap;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background: #c07b2a;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}

nav.primary ul ul li {
	display: block;
	float: none;
	width:auto;
	min-width: 230px;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width: 100%;
	height: auto;
	position: relative;
    background-color: #000;
}
.wrap-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	left:0;
	right:0;
	z-index: 1;
}
.wrap-hero .container-2 {
	position: relative;
	z-index:2;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
  	align-items: center;
	flex-direction: column;
	height: 60vw;
	min-height: 750px;
	max-height: calc(100vh - 200px);
	padding-bottom:145px;
}
.wrap-hero .container-2 h1 {
	font-family: "Bona Nova", serif;
	font-size:64px;
	font-weight:bold;
	color:#fff; 
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	text-align: center;
	padding-bottom: 20px;
}
.wrap-hero .hero-btn-cont-1 {
	display: flex;
	width: 100%;
	justify-content:space-between;
	flex-wrap: wrap;
}
.wrap-hero .hero-btn-cont-1 a {
	width: 49%;
	min-width: 49%;
	box-sizing: border-box;
}
.wrap-cat {
	width:100%;
	position: relative;
	background:#331f07;
	padding:0 20px;
	box-sizing: border-box;
}
.wrap-cat .container-2 {
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: stretch;
	z-index: 2;
	top:-90px;
}
.wrap-cat-left {
	width:48%;
	position: relative;
	height: auto;
}
.wrap-cat-left img {
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	object-position: center;
}
.wrap-cat-left-overlay {
	padding:20px;
	box-sizing: border-box;
	background:rgba(0,0,0,0.6);
	width:100%;
	height: 100%;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:10px;
	position: relative;
	z-index: 2;
}
.wrap-cat-left-overlay h2 {
	text-align: center;
	font-size:36px;
	font-weight:600;
	color:#fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.wrap-cat-left-overlay p {
	text-align: center;
	font-size:18px;
	font-weight:600;
	color:#fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.wrap-cat-right {
	width:52%;
	height: auto;
	background:#f7efe5;
	padding:20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap:30px;
}
.wrap-cat-right a {
	width:calc(50% - 15px);
	height: auto;
	background:#331f07;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.wrap-cat-right a span {
	font-family: "Outfit", sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:400;
}
.wrap-cat-right a i {
	font-size:30px;
	color:#c07b2a;
	transition: .2s ease-in;
}
.wrap-cat-right a:hover {
	background:#c07b2a;
}
.wrap-cat-right a:hover i {
	color:#fff;
}
.wrap-home-about {
	padding: 200px 20px 400px 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.60) 0%,rgba(255,255,255,0.60) 100%), url("../siteart/about-bg-1.jpg");
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.60) 0%,rgba(255,255,255,0.60) 100%), url("../siteart/about-bg-1.jpg");
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.60) 0%,rgba(255,255,255,0.60) 100%), url("../siteart/about-bg-1.jpg");
	background-image: linear-gradient(180deg,rgba(255,255,255,0.60) 0%,rgba(255,255,255,0.60) 100%), url("../siteart/about-bg-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wrap-home-about .container-2 {
	background: #fff;
	border:4px solid #331f07;
	padding:40px 20px;
}
.wrap-home-about .container-2 h2 {
	font-family: "Bona Nova", serif;
	text-align: center;
	line-height: normal;
	color:#c07b2a;
	font-size:30px;
	font-weight:700;
	
}
.wrap-home-about .container-2 h2 span {
	display: block;
	font-family: "Outfit", sans-serif;
	color:#000;
	font-size:18px;
	font-weight:400;
}
.wrap-home-about .container-2 p {
	padding:20px 0;
	line-height: 1.4;
}
.wrap-home-info {
	width:100%;
	position: relative;
	height: auto;
	box-sizing: border-box;
}
.wrap-home-info:after {
	content:"";
	width: 100%;
	position: absolute;
	top:10px;
	left:0;
	display: block;
	z-index: 1;
	height: 25%;
	background:#f7efe5;
}
.wrap-home-info-img-1 {
	width: calc(50vw - 150px);
	position: absolute;
	right: 0;
	top: -10vw;
	z-index: 2;
	overflow: hidden;
}
.wrap-home-info-img-1 img {
	border: 10px solid #fff;
	display: block;
	border-radius: 1000px;
	width: 100%;
	max-width: 750px;
	height: auto;
	object-fit: cover;
	object-position: center;
	position: relative;
	right: -5vw;
}
.wrap-home-info .container-1 {
	position: relative;
	z-index: 3;
	padding-right: calc(34% + 20px);
	padding-top: 100px;
}
.wrap-home-info .container-1 h2 {
	font-family: "Bona Nova", serif;
	color:#331f07;
	font-size:25px;
	font-weight:600;
	border-bottom: 20px;
}
.wrap-home-info .container-1 p {
	line-height: 1.4;
}
.cat-btn-cont-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.cat-btn-cont-1 a {
	width: 49%;
	background:#331f07;
}
.cat-btn-cont-1 a img {
	width: 100%;
	height: auto;
	display: block;
	transition: .2s ease-in;
}
.cat-btn-cont-1 a h3 {
	 font-family: "Outfit", sans-serif;
	width: 100%;
	display: block;
	padding:10px;
	font-size: 24px;
	font-weight:400;
	text-align: center;
	color:#fff;
	background:#331f07;
	transition: .2s ease-in;
	box-sizing: border-box;
}
.cat-btn-cont-1 a:hover img {
	opacity: 0.7;
}
.cat-btn-cont-1 a:hover h3 {
	background:#c07b2a;
}
.wrap-home-info-bg-img-1 {
	width:100%;
	height: auto;
	position: relative;
	margin-top:-100px;
}
.wrap-home-info-bg-img-1 img {
	width: 100%;
	display: block;
	height: auto;
	min-height: 300px;
	object-fit: cover;
	object-position: center bottom;
	max-height: 35vw;
}

.contact-info {
	width:39%;
}
.contact-info h2 {
	font-size: 20px;
	color:#c07b2a;
}
.contact-info ul {
	padding:10px 0;
	margin:0;
}
.contact-info ul li {
	padding:3px 0;
	margin:0;
	font-size: 20px;
	list-style: none;
}
.contact-info ul li a {
	color:#331f07;
	transition: .2s ease-in;
}
.contact-info ul li a:hover {
	color:#c07b2a;
}
.contact-map {
	width:59%;
}
.contact-map iframe {
	width:100%;
	height: 100%;
	min-height: 350px;
}

.img-wrap-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:20px 0;
	padding:20px 0;
	border-top: 1px solid #000;
	gap:15px 0;
}
.img-wrap-cont h3 {
	width: 100%;
	text-align: center;
	display: block;
}
.border-img-cont {
	border: 2px solid #331f07;
	background: #331f07;
	box-sizing: border-box;
	display: block;
}
.border-img-cont img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	transition: .2s ease-in;
}
.border-img-cont p {
	font-family: "Outfit", sans-serif;
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background: #331f07;
	transition: .2s ease-in;
	box-sizing: border-box;
}
.border-img-cont p span {
	font-size: 20px;
	font-weight: 300;
}
.border-img-cont:hover img {
	opacity: 0.7;
}
.border-img-cont:hover p {
	background:#c07b2a;
}

.bid-info-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding-top:40px;
	gap:20px 0;
}
.bid-info {
	width: 49%;
	padding:10px;
	background:#f7efe5;
	box-sizing: border-box;
}
.bid-info h2 {
	font-size:24px;
	text-transform: uppercase;
	font-weight:600;
	text-align: center;
	color:#331f07;
}
.bid-info h2 span {
	display: block;
	font-size:20px;
	font-weight:400;
}
.bid-info h3 {
	font-size:18px;
	font-weight:800;
	padding-top:20px;
	text-transform: uppercase;
}
.bid-info p {
	font-size:16px;
}
.bid-info a {
	font-weight: 700;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-cont {
	padding:20px 0 0 0;
	margin-top:20px;
	border-top: 2px solid #331f07;
}
.form-cont h2 {
	font-size: 20px;
	padding-bottom: 10px;
}
.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	font-family: "Outfit", sans-serif;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
    color:#000; 
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	font-family: "Outfit", sans-serif;
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    outline:none;
    border:1px solid #000;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

.clickshow {
	display: none;
}
.clickshow.open {
	display: block;
}
.clicktoshow.open {
	display: none;
}

/*===================== 
	banner styles 
=======================*/
.banner-wrap {
	text-align: right!important;
}
.container-3 {
    align-self: flex-end;
    max-width: 500px;
    padding: 20px 55px 0 0;
}
.banner-header h2 {
    font-family: "Bona Nova", serif !important;
    padding: 0 0 20px 0 !important;
    color: #c07b2a;
}
.banner-wrap p {
	text-align: right!important;
    font-family: "Outfit", sans-serif !important;
}
.container-3 a.btn-1{
    margin-top: 20px;
    font-family: "Outfit", sans-serif;
}
.inv-banner {display: flex; justify-content: flex-end; background-color: #331f07;}
.container-4 {
    display: flex;
    flex-direction: row;
    padding: 0 55px 0 0;
    font-family: "Outfit", sans-serif;
}
.annual-sale-img {
    font-family: "Outfit", sans-serif;
    color: #fff;
    width: 100%;
    max-width: 300px;
    max-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("../siteart/bull-sale-2025-bg-dark.png");
    background-size: cover;
    object-position: center;
    background-repeat: no-repeat;
}
.inv-banner-ql {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 5px 10px;
    color: #fff !important;
    background-color: #f7efe5;
}
.inv-banner-ql a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 20px;
    background-color: #331f07;
    color: #fff;
}
.inv-banner-ql a:hover {
    background-color: #c07b2a;
}
.inv-banner-ql i{
    color: #c07b2a;
    transition: 0.3s ease all;
}
.inv-banner-ql a:hover i{
    color: #fff !important;
    transition: 0.3s ease all;
}
.annual-sale-banner {
	width: 100%;
}
.annual-sale-banner .container-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 0px !important;
	padding: 20px !important;
	background: #f7efe5 !important;
	gap:10px 0;
}
.annual-sale-banner h2 {
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding-bottom:10px;
}
.annual-sale-banner h2 span {
	font-weight:500;
}
.annual-sale-banner a {
	width: 24%;
	height: auto;
	background:#331f07;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.annual-sale-banner a span {
	font-family: "Outfit", sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:400;
}
.annual-sale-banner a i {
	font-size:30px;
	color:#c07b2a;
	transition: .2s ease-in;
}
.annual-sale-banner a:hover {
	background:#c07b2a;
}
.annual-sale-banner a:hover i {
	color:#fff;
}




/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}
.wrap-content {
	padding:120px 20px 0 20px;
	width:100%;
	box-sizing: border-box;
}
.wrap-bg-img-contact {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.90) 10.88%,rgba(255,255,255,0.00) 49.23%), url("../siteart/contact-foot-img-3.jpg");
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.90) 10.88%,rgba(255,255,255,0.00) 49.23%), url("../siteart/contact-foot-img-3.jpg");
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.90) 10.88%,rgba(255,255,255,0.00) 49.23%), url("../siteart/contact-foot-img-3.jpg");
	background-image: linear-gradient(180deg,rgba(255,255,255,0.90) 10.88%,rgba(255,255,255,0.00) 49.23%), url("../siteart/contact-foot-img-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 100px;
}


.wrap-content h1 {
	text-align: center;
	padding-bottom: 20px;
	font-size: 40px;
	text-transform: uppercase;
	color:#c07b2a;
	font-family: "Bona Nova", serif;
}
.wrap-content .container-1, .wrap-content .container-2 {
	background:#fff;
	border:2px solid #331f07;
	position: relative;
	z-index: 2;
	padding:60px 40px;
}
.wrap-bg-img-1 {
	width:100%;
	height: auto;
	position: relative;
	margin-top:-100px;
}
.wrap-bg-img-1:after {
	content: "";
	width: 100%;
	height: 20%;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 67.18%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 67.18%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 67.18%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 67.18%);	
}
.wrap-bg-img-1 img {
	width: 100%;
	display: block;
	height: auto;
	min-height: 300px;
	object-fit: cover;
	object-position: center bottom;
	max-height: 30vw;
}
.container-1 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-inv {
	padding:100px 0 0 0;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col-1-6 {
	width: 16%;
	box-sizing: border-box;
}

.col-1-5 {
	width: 19%;
	box-sizing: border-box;
}

.col-1-4 {
	width: 24%;
	box-sizing: border-box;
}

.col-1-3 {
	width: 32.33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65.66%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 74%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#331f07;
}
footer .container-1 {
	padding:80px 20px;
	display: flex;
	justify-content: space-between;
}
.foot-left img {
	width: 100%;
	max-width: 175px;
	height: auto;
	display: block;
	margin:0 auto;
}
.foot-left ul {
	padding:30px 0 0 0;
	margin:0;
	text-align: center;
}
.foot-left ul li {
	padding:3px 0 0 0;
	margin:0;
	list-style: none;
	text-align: center;
}
.foot-left ul li a {
	font-family: "Outfit", sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
	transition: .2s ease-in;
}
.foot-left ul li a:hover {
	color:#c07b2a;
}
.foot-nav {
	width:100%;
	max-width:600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px;
}
.foot-nav-col-1 p {
	font-family: "Bona Nova", serif;
	font-size: 25px;
	font-weight: 600;
	color:#c07b2a;
}
.foot-nav-col-1 ul {
	padding:10px 0 0 0;
	margin:0;
}
.foot-nav-col-1 ul li {
	padding:5px 0 0 0;
	margin:0;
	list-style: none;
}
.foot-nav-col-1 ul li a {
	font-family: "Outfit", sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
	transition: .2s ease-in;
}
.foot-nav-col-1 ul li a span {
	font-weight: 600;
}
.foot-nav-col-1 ul li a:hover {
	color:#c07b2a;
}




/*========================== 
	  Responsive styles 
============================*/
@media screen and (min-width: 1501px) {
    .inv-banner-ql {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

}
@media screen and (max-width: 1500px) {
	.wrap-home-info::after {
	  height: 35vw;
	}
    
}

@media screen and (max-width: 950px) {
    .container-4 {
        flex-direction: column;
        padding-right: 0;
        width: 100%;
    }
    .annual-sale-img {width: 100%;max-width: none; padding: 50px 0;}
	.head-logo-cont-1 {
	  top: -100px;
	  height: 120px;
	  width: 120px;
	}

	.wrap-hero .container-2 h1 {
  		font-size: 5.2vw;
	}
	.wrap-home-info-img-1 {
		width: 100%;
		position: relative;
		right: 0;
		top: -10vw;
		z-index: 2;
		overflow: hidden;
		display: flex;
		justify-content: flex-end;
		margin-bottom: -9vw;
	}
	.wrap-home-info-img-1 img {
		max-width: 400px;
		width: 50%;
	}
	.wrap-home-info::after {
		height: 50%;
	}
	.wrap-home-info .container-1 {
	  position: relative;
	  z-index: 3;
	  padding-right:20px;
	  padding-top:0;
	}
	.wrap-content {
		padding:60px 20px 0 20px;
	}
	.contact-info {
		width:100%;
	}

	.contact-map {
		width:100%;
	}
	.annual-sale-banner a {
		width: 49%;
	}
	.bid-info {
		width:100%;
	}
}

@media screen and (max-width: 860px) {

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button{ 
		display: block;
	}
	
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
		cursor: pointer;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#c07b2a;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#c07b2a;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#c07b2a;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #331f07;
		z-index: 500; 
		overflow:auto;
		padding-top:60px;
	}




	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-bottom: 1px solid #000;
		position:relative;
	}
    nav.mobile ul li:first-child {
		border-top: 1px solid #000;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-family: "Outfit", sans-serif;
		position: relative;
		display: block;
		font-size:18px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		text-align: center;
		text-transform: uppercase;
		cursor: pointer;
	}
	nav.mobile ul li a:hover {
		background:#c07b2a; 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #fff;
		text-decoration: none;
		
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	.wrap-hero .container-2 h1 {
  		font-size: 40px;
	}
	.wrap-cat-left, .wrap-cat-right {
		width: 100%;
	}

}
@media screen and (max-width: 740px){
    .container-3 {
        padding-top: 55px;
        margin-left: 20px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 560px) {
	
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.wrap-content h1 {
		padding-bottom: 20px;
		font-size: 24px;
	}
	.wrap-hero .hero-btn-cont-1 a {
		width:100%;
		min-width:100%;
	}
	.wrap-home-about .container-2 h2 {
	  font-size: 24px;
	}
	.wrap-home-about .container-2 h2 span {
	  font-size: 18px;
	}
	
	.head-logo-cont-1 {
		align-items: flex-end;
		top: -128px;
		left: -40px;
	}
	.butn-copper, .butn-white {
		font-size: 16px;
	}
	.wrap-cat-left-overlay h2 {
		font-size:26px;
	}
	.wrap-cat-left-overlay p {
		font-size:16px;
	}
	.wrap-cat-right {
	  gap: 15px;
	}
	.wrap-cat-right a {
  		width: 100%;
	}
	.wrap-cat-right a span {
	  font-size: 16px;
	}
	.wrap-cat-right a i {
	  font-size: 22px;
	}
	.cat-btn-cont-1 a {
		width: 100%;
	}
	.cat-btn-cont-1 a h3 {
		font-size: 16px;
	}
	.foot-left {
		width: 100%;
	}
	.foot-nav {
		display: none;
	}
	.contact-info h2 {
		font-size: 18px;
		color:#c07b2a;
	}
	.contact-info ul li {
		font-size: 18px;
	}
	.wrap-content .container-1, .wrap-content .container-2 {
		padding: 40px 10px;
	}
	.col-1-2 {
		width: 100%;
	}
	.annual-sale-banner h2 {
		font-size: 20px;
	}
	.annual-sale-banner a {
		padding:10px;
	}
	.annual-sale-banner a span {
		font-size: 16px;
	}
	.annual-sale-banner a span i {
		font-size: 18px;
	}
	.border-img-cont p {
		font-size:16px;
	}
	.border-img-cont p span {
		font-size:14px;
	}
	
}
@media screen and (max-width: 560px) {
    .inv-banner-ql{
        grid-template-columns: 1fr 1fr;
    }
        .inv-banner-ql a {
        font-size: 18px;
        gap: 0;
    }
}
