/*
Theme Name: 
Theme URI: /themes//
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

html, body {
	
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}

/*===================== 
	base styles 
=======================*/


body {
	font-family: "Jost", sans-serif;
    margin: 0;
	padding:0;
	}
a {
	text-decoration: none;
}

/*===================== 
	typography 
=======================*/


	h1 {
		font-family: "Arvo", serif;
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-family: "Arvo", serif;
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-family: "Arvo", serif;
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-family: "Arvo", serif;
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-family: "Arvo", serif;
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-family: "Arvo", serif;
		font-size:16px;
		font-weight: 500;
}

.page-header-1 {
	font-family: "Arvo", serif;
	font-size:45px;
	font-weight:600;
}
.page-header-1 span {
	font-family: "Jost", sans-serif;
	font-size:24px;
	font-weight:400;
}
.page-header-2 {
	font-family: "Arvo", serif;
	font-size:40px;
	font-weight:600;
}

p {
	font-family: "Jost", sans-serif;
	font-size:16px;
	margin: 0;
	}
.butn-red {
	font-family: "Jost", sans-serif;
	background-color:#861619!important;
	border:1px solid #861619!important;
	color:#fff!important;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border-radius: 0px;
}
.butn-red:hover {
	background-color:#fff!important;
	color:#861619!important;
}
.butn-white {
	font-family: "Jost", sans-serif;
	background-color:#fff!important;
	border:1px solid #fff!important;
	color:#000!important;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border-radius: 0px;
}
.butn-white:hover {
	background-color:#2e2e2e!important;
	color:#fff!important;
}
.butn-black {
	font-family: "Jost", sans-serif;
	background-color:#000!important;
	border:1px solid #000!important;
	color:#fff!important;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border-radius: 0px;
}
.butn-black:hover {
	background-color:#fff!important;
	color:#000!important;
}
.text-link {
	font-weight:600;
	font-family: "Jost", sans-serif;
	color:#861619;
	transition: .2s ease-in;
	padding:0px;
	margin:0;
	outline:none;
	border:0px;
	cursor: pointer;
	line-height: normal;
	background-color:transparent;
}
.text-link:hover {
	color:#000;
	background-color:transparent;
}
.header-text {	
	font-family: "Arvo", serif;
	font-size: 35px;
	font-weight: 600;
}
.tan-background {
	background-color:#fcf7eb;
}

/*===================== 
	header styles 
=======================*/

#header {
	width:100%;
	position: relative;
	z-index: 1003;
	margin-bottom: 100px;
}
.header-wrap-1 {
	width:100%;
	position: relative;
	background:#2e2e2e;
}
.header-wrap-1 .container-1 {
	display: flex;
	padding:0;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
.head-logo-1 {
	position: relative;
	width:100%;
	max-width: 120px;
	z-index: 1;
	padding:10px 0 0 10px;
}
.head-logo-1 a img {
	position: absolute;
	top:0;
	left:0;
}
.head-nav {
	
}
.head-icon {
	position: absolute;
	display: block;
	box-sizing: border-box;
	padding:15px 5% 15px 30px;
	top:100%;
	right:0;
	background:#861619;
	border-bottom-left-radius: 20px;
	z-index: 1;
}
.head-icon a {
	font-size:16px;
	color:#fff;
	transition: .2s ease-in;
	margin-left:5px;
}
.head-icon a:hover {
	color:#000;
}


/*===================== 
	content styles 
=======================*/

.hero-wrap {
	position: relative;
}
.hero-wrap .widgetContainer:nth-of-type(2) {
	position: absolute!important;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.highlightSidebars .hero-wrap .widgetContainer:nth-of-type(2) {
	position: relative!important;
	top:auto;
	left:auto;
	height: auto;
}
.hero-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero-overlay h1 {
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	text-shadow: 0 0 15px rgba(0,0,0,1.0);
	text-transform: uppercase;
	margin:0;
	line-height: 1;
	display: block;
	padding:0 20px;
	box-sizing: border-box;
}
.hero-overlay h1 span {
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size:25px;
	padding-top:10px;
	display: block;
}
.hero-slider-1 .slick-dots {
	display: flex;
	gap:5px;
}
.hero-slider-1 .slick-dots li {
	background:#fff;
	width:15px;
	height: 15px;
	border-radius: 30px;
	border:1px solid #fff;
	display: block;
	transition: .2s ease-in;
}
.hero-slider-1 .slick-dots li.slick-active {
	background:#861619;
	width:30px;
}

.hero-slider-1 .slick-dots button {
	display: none;
}

.bg-texture-border-curve-bottom.hero-cta-wraper {
	padding-bottom:100px!important;	
}

.hero-cta {
	width:100%;
	margin-bottom: -100px;
	padding:0px 15px 50px 15px;
	box-sizing: border-box;
}


/*--new cta--*/

.cta-top, .cta-bottom {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cta-top span, .cta-bottom span {
	display: block;
	width:49%;
}
.cta-top span a, .cta-bottom span a {
	display: block;
	width:100%;
	position: relative;
}
.cta-top img {
	width:100%;
	height: 300px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.cta-bottom img {
	width:100%;
	height: 200px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.cta-top .cta-left-text-cont {
	position: absolute;
	background:rgba(134,22,25,0.70);
	z-index: 1;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	top:0;
	left:0;
	padding:20px 0 20px 20px;
}
.cta-top .cta-right-text-cont {
	position: absolute;
	background:rgba(134,22,25,0.70);
	z-index: 1;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	top:0;
	right:0;
	padding:20px 20px 20px 0;
}
.cta-top .cta-left-text-cont .cta-text {
	border:2px solid #fff;
	border-right: 0px;
	background:rgba(134,22,25,0.20);
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding:20px 40px 20px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
  	text-align: center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	transition: .2s ease-in;
}
.cta-top .cta-right-text-cont .cta-text {
	border:2px solid #fff;
	border-left: 0px;
	background:rgba(134,22,25,0.20);
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding:20px 40px 20px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
  	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: .2s ease-in;
}
.cta-bottom .cta-left-text-cont {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	padding: 20px 0px 20px 20px;
	background: rgba(0, 0, 0, 0.4);
}
.cta-bottom .cta-right-text-cont {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	top: 0px;
	right: 0px;
	padding: 20px 20px 20px 0px;
	background: rgba(0, 0, 0, 0.4);
}
.cta-bottom .cta-left-text-cont .cta-text {
	border:2px solid #fff;
	border-right: 0px;
	background:rgba(0,0,0,0.20);
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding:20px 40px 20px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
  	text-align: center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	transition: .2s ease-in;
}
.cta-bottom .cta-right-text-cont .cta-text {
	border:2px solid #fff;
	border-left: 0px;
	background:rgba(0,0,0,0.20);
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding:20px 40px 20px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
  	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: .2s ease-in;
}

.cta-top .cta-text h2 {
	color:#fff;
	text-shadow: 0 0 5px #861619;
	font-size:30px;
	font-weight:700;
	line-height: 30px;
}
.cta-top .cta-text p {
	color:#fff;
	text-shadow: 0 0 5px #861619;
	font-size:15px;
	font-weight:500;
}
.cta-bottom .cta-text h2 {
	color:#fff;
	text-shadow: 0 0 5px #000;
	font-size:25px;
	font-weight:700;
}
.cta-bottom .cta-text p {
	color:#fff;
	text-shadow: 0 0 5px #000;
	font-size:15px;
	font-weight:500;
}

.cta-top .cta-left-text-cont .cta-text:hover, .cta-bottom .cta-left-text-cont .cta-text:hover {
	background: rgba(0, 0, 0, 0.5)!important;
	border-top-left-radius: 50px!important;
	border-bottom-left-radius: 50px!important;
}

.cta-top .cta-right-text-cont .cta-text:hover, .cta-bottom .cta-right-text-cont .cta-text:hover {
	background: rgba(0, 0, 0, 0.5)!important;
	border-top-right-radius: 50px!important;
	border-bottom-right-radius: 50px!important;
}
/*--featired inventory manual widget --*/

.featured-inv-slider > .col-12 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:0 40px;
}
.featured-inv-slider .slick-slider {
	margin:0!important;
}
.featured-inv-slider .slick-track {
	display: flex;
	align-items: stretch;
}
.featured-inv-slider .slick-slide, .featured-inv-slider .slick-slide > div, .featured-inv-slider .slick-slide > div > div, .featured-inv-slider .slick-slide > div > div > div {
	height: 100%!important;
}
.featured-inv-slider .slick-next, .featured-inv-slider .slick-prev {
	position: static;
	height: auto;
	padding: 0 !important;
	transform: translate(0px, 0);
}
.featured-inv-slider .slick-prev i {
	background:#fff;
	color:#861619;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	border-radius: 0;
	border-bottom-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
	border-bottom-right-radius: 15px!important;
	border-top-right-radius: 15px!important;
	font-size: 20px!important;
}

.featured-inv-slider .slick-next i {
	background:#fff;
	color:#861619;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	border-radius: 0;
	border-bottom-left-radius: 15px!important;
	border-top-left-radius: 15px!important;
	border-bottom-right-radius: 0px!important;
	border-top-right-radius: 0px!important;
	font-size: 20px;
}
.featured-inv-col {
	padding:5px;
	width:100%;
	box-sizing: border-box;
}
.featured-inv-cont {
	width:100%;
	display: flex;
	flex-direction:column;
	padding:15px;
	box-sizing: border-box;
	background:#fff;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	gap:30px;
}
.featured-inv-cont img {
	height: 250px;
	margin-left: 0px;
	transform: none;
	position: relative;
	width: 100%;
	object-fit: contain;
	object-position: center center;
}
.featured-inv-info { 
	padding: 10px;
	border: 2px solid rgb(78, 60, 30);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.featured-inv-info h3 { 
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	white-space: normal;
}
.featured-inv-info p { 
	text-align: center;
  font-family: "Jost", sans-serif;
  color: #861619;
  font-size: 18px;
  font-weight: bold;
}
.featured-inv-info .butn-red { 
	padding:10px 15px;
}

/*--featired inventory widget --*/
.widget_sandhills_featured_inventory > div > div {
	padding:0;
}
.widget_sandhills_featured_inventory .inv_car_title {
	color:#fff;
	padding:40px 20px 20px 20px;
	box-sizing: border-box;
	text-align: left;
	display: block;
	width:calc(100% - 140px);
	margin:0 auto;
}
.widget_sandhills_featured_inventory .carousel-indicators {
	display: none!important;
}
.widget_sandhills_featured_inventory #controls {
	text-align: center;
	position: absolute;
	z-index: 1;
	top: calc(50% - 125px);
	width: calc(100% + 30px);
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	left: -15px;
}
.widget_sandhills_featured_inventory #controls a .inv_control {
	background:#fff;
	color:#861619;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	border-radius: 0;
}
.widget_sandhills_featured_inventory .a_inv_cont {
	padding:0;
}
.widget_sandhills_featured_inventory #controls a:first-of-type .inv_control {
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}
.widget_sandhills_featured_inventory #controls a:last-of-type .inv_control {
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
.widget_sandhills_featured_inventory .carousel-inner {
	box-sizing: border-box;
	width:calc(100% - 140px);
	z-index: 2;
	margin:0 auto;
}
.widget_sandhills_featured_inventory .inv_image {
	height: 250px;
	margin-left: 0;
	transform: none;
	position: relative;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.widget_sandhills_featured_inventory .col-padding {
	padding:10px;
	border:2px solid #4e3c1e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-direction: column;
	gapo:5px;
	align-items: center;
}
.widget_sandhills_featured_inventory .listing-title {
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	white-space:normal;
}
.widget_sandhills_featured_inventory .small_spec {
	text-align: center;
	font-family: "Jost", sans-serif;
	color:#861619;
	font-size:18px;
	font-weight:bold;
}
.widget_sandhills_featured_inventory .carousel_details_btn {
	font-family: "Jost", sans-serif;
	background-color:#861619!important;
	border:1px solid #861619!important;
	color:#fff!important;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding:10px 15px;
	text-align:center;
	margin:10px auto;
    transition: .2s ease-in;
}
.widget_sandhills_featured_inventory .carousel_details_btn:hover {
	background-color:#fff!important;
	color:#861619!important;
}



.home-about-info > div {
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.60) 40%,rgba(255,255,255,0.60) 60%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.60) 40%,rgba(255,255,255,0.60) 60%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.60) 40%,rgba(255,255,255,0.60) 60%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.60) 40%,rgba(255,255,255,0.60) 60%,rgba(255,255,255,0.00) 100%);
}
.banner-cont-1 {
	position: relative;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:40px;
	box-sizing: border-box;
	margin-bottom:80px;
}
.banner-cont-1.red-background {
	background:#861619;
}
.banner-cont-1.grey-background {
	background:#5a5a5a;
}

.red-background .banner-left-1 a {
	font-family: "Jost", sans-serif;
	background-color:#000!important;
	border:1px solid #000!important;
	color:#fff!important;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border-radius: 0px;
}
.red-background .banner-left-1 a:hover {
	background-color:#fff!important;
	color:#000!important;
}
.grey-background .banner-left-1 a {
	font-family: "Jost", sans-serif;
	background-color:#fff!important;
	border:1px solid #fff!important;
	color:#000!important;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border-radius: 0px;
}
.grey-background .banner-left-1 a:hover {
	background-color:#2e2e2e!important;
	color:#fff!important;
}

.banner-cont-1:after {
	content:"";
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 3;
	background-image: url("///media.sandhills.com/img.axd?id=9051514382&wid=0&rwl=False&p=&ext=png&w=1095&h=193&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=rivdQyt3OVhr5ez833gFcEPssYt8sdN9");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.banner-left-1 {
	position: relative;
	z-index: 4;
	width:49%;
	padding:0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
}
.banner-info-1 {
	color:#fff;
	text-align: center;
}
.banner-info-1 h2 {
	font-family: "Arvo", serif;
	font-size: 36px;
	font-weight: 700;
}
.banner-info-1 h3 {
	font-family: "Jost", sans-serif;
	font-size: 24px;
	margin: 0px;
	font-weight: 500;
}
.banner-info-1 p {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	margin:20px 0 0 0px;
}
.banner-image {
	position: relative;
	z-index: 4;
	width:49%;
	box-sizing: border-box;
}
.banner-image img {
	display: block;
	width:100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.banner-disc-1 {
	text-align: center;
	font-size:16px;
	font-family: "Jost", sans-serif;
	width:100%;
	color:#fff;
}
.apparel-banner {
	width:100%;
	padding:40px 30px;
	box-sizing: border-box;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.apparel-banner h2 {
	position: relative;
	z-index: 2;
}
.apparel-banner img {
	display: block;
	transform: rotate(10deg);
	opacity: 0.5;
	position: absolute;
	z-index: 1;
	left: 52%;
	width: 17% !important;
}
.apparel-banner .butn-white {
	width:100%;
	max-width:240px;
	position: relative;
	z-index: 2;
}
.home-contact {
	width:100%;
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
	margin:-80px 0 80px 0;
}
.highlightSidebars .home-contact {
	margin:20px;
}
.home-contact-info {
	width:35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:40px;
	box-sizing: border-box;
}
.home-contact-info h2 {
	font-size:30px;
	color:#861619;
}
.home-contact-info p {
	font-size:18px;
	line-height: 1.75;
	font-weight: 600;
}
.home-contact-info p a {
	color: #000;
	transition: .2s ease-in;
}
.home-contact-info p a:hover {
	color: #861619;
}
.home-contact-map {
	width:65%;
}
.home-contact-map iframe {
	width:100%;
	height: 100%;
	min-height: 350px;
}
.past-auction-wrap-cpt {
	border-top:50px solid #5a5a5a;
	border-bottom:50px solid #5a5a5a;
	background:#2e2e2e;
	width:100%;
}
.past-auction-wrap-cpt .container-fluid {
	padding:20px 20px 40px 20px!important;
	width:90%;
	margin: 0 auto!important;
	box-sizing: border-box;
	gap:20px 0;
}
.past-auction-wrap-cpt .item {
	padding:10px!important;
}
.past-auction-wrap-cpt .item > div {
	height: 100%;
}
.past-auction-cat-cont {
	border-top:50px solid #5a5a5a;
	background:#2e2e2e;
	width:100%;
}
.past-auction-cat-cont h2 {
	color:#fff;
	font-size:24px;
}
.past-auction-cat-cont .container-1 {
	padding:40px 20px;
}
.past-auction-cat-cont .container-1 ul {
	padding:0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	gap:10px 20px;
}
.past-auction-cat-cont .container-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.past-auction-cat-cont .container-1 ul li:last-of-type {
	display: none;
}
.past-auction-cat-cont .container-1 ul li a {
	font-family: "Jost", sans-serif;
	background-color:#861619!important;
	border:1px solid #861619!important;
	color:#fff!important;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding:15px;
	text-align:center;
	margin:0;
    transition: .2s ease-in;
}
.past-auction-cat-cont .container-1 ul li a:hover {
	background-color:#fff!important;
	color:#861619!important;
}
.past-auctions-list-wrap {
	display: flex;
	width:100%;
	flex-wrap: wrap;
	gap:20px 20px;
	align-items: stretch;
}
.past-auctions-list-wrap-2 {
	display: flex;
	width:100%;
	border-bottom: 50px solid rgb(90, 90, 90);
  background: rgb(46, 46, 46);
}
.past-auctions-list-wrap-col {
	display: flex;
	flex-wrap: wrap;
	gap:20px 0;
	padding: 20px 20px 40px 20px!important;
}
.past-auctions-list-wrap-2 .auction  {
	width:33.33%;
	padding:10px!important;
}
.past-auctions-list-wrap-2 .posts-navigation {
	width:100%;
}
.past-auctions-list-wrap-2 .posts-navigation h2 {
	display: none;
}
.past-auctions-list-wrap-2 .nav-links {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.past-auctions-list-wrap-2 .entry-content {
	height: 100%;
}

.past-auctions-list-cont {
	background:#fff;
	border-radius: 5px;
	padding:10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.past-auctions-list-cont img {
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
	max-height: 250px;
}
.past-auct-info-cont-1 {
	padding: 10px;
	border: 2px solid rgb(78, 60, 30);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
}
.past-auct-info-cont-1 h2 {
	font-size:22px;
	text-align: center;
}
.past-auction-date {
	font-size: 20px;
	text-align: center;
}
.past-auction-price {
	font-size: 20px;
	font-weight: 700;
	color:#861619;
	text-align: center;
}
.past-auction-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:20px 30px;
	padding-top:20px;
}

.past-auction-wrap-cpt .prevButton-container-auction, .past-auction-wrap-cpt .nextButton-container-auction, .past-auctions-list-wrap-2 .posts-navigation .nav-previous, .past-auctions-list-wrap-2 .posts-navigation .nav-next {
	width:100%;
	max-width: 300px;
	margin:0 auto;
	display: block;
}
.past-auction-wrap-cpt .NextButton-auction, .past-auction-wrap-cpt .PrevButton-auction, .past-auctions-list-wrap-2 .posts-navigation .nav-previous a, .past-auctions-list-wrap-2 .posts-navigation .nav-next a {
	font-family: "Jost", sans-serif;
	background-color:#861619!important;
	border:1px solid #861619!important;
	color:#fff!important;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	display: block;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	width:100%;
}
.past-auction-wrap-cpt .NextButton-auction u, .past-auction-wrap-cpt .PrevButton-auction u {
	text-decoration: none;
}
.past-auction-wrap-cpt .NextButton-auction:hover, .past-auction-wrap-cpt .PrevButton-auction:hover, .past-auctions-list-wrap-2 .posts-navigation .nav-previous a:hover, .past-auctions-list-wrap-2 .posts-navigation .nav-next a:hover {
	background-color:#fff!important;
	color:#861619!important;
}
.past-auction-cat-header-1 {
	background:#fcf7eb;
	padding:140px 20px 40px 20px;
}
.employee-info {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	gap:2px 0;
}
.employee-info a {
	color:#861619;
	transition: .2s ease-in;
}
.employee-info a:hover {
	color:#4e3c1e;
}	
.contact-form-bottom {
	background-color: rgb(252, 247, 235)!important;
	background-image: url("///media.sandhills.com/img.axd?id=9051514403&wid=0&rwl=False&p=&ext=jpg&w=1650&h=573&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=2EvHiN5djNcz8cCKV6lC5cw4Y%2fQ9Tk6L");
	background-position: bottom center;
	background-repeat: repeat-x;
  	background-size: auto 400px;
	padding:0 10px!important;
	box-sizing: border-box;
}
.contact-form-bottom .contactForm {
	width:90%;
	margin: 0 auto!important;
	box-sizing: border-box;
	border:2px solid #4e3c1e;
	border-bottom:0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.contact-form-bottom .contactForm form {
	width: 100%;
	max-width: 1100px;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
	margin:0 auto;
	position: relative;
	top: -80px;
	z-index: 1;
	padding: 40px;
  	box-sizing: border-box;
}
.anchor-link-1 {
	
}
.anchor-link-1 span {
	display: none;
}
.sell-info-wrap > .row {
	align-items: stretch;
}
.sell-info-wrap > .row > div > div, .sell-info-wrap > .row > div > div > div {
	height: 100%;
}
.sell-info-1 {
	background: rgb(255, 255, 255);
	border-radius: 5px;
	padding:40px 10px 20px 10px;
	height: 100%;
	gap: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sell-info-1 ul {
	padding-left:20px;
}
.sell-info-1 ul li {
	font-size: 18px;
	font-weight: 600;
}

/*===================== 
	slideshow styles 
=======================*/




/*===================== 
	Inventory styles 
=======================*/

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/


/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#861619 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #3a658e;
  color: #3a658e;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#861619!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #861619!important;
    border: 1px solid #861619!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #861619!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #861619!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #861619!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #861619 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#861619 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#861619 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#861619 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#861619!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#861619!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#861619!important;
}
.detail-content-mobile .share-listing {
	color:#861619!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#861619!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#861619!important;
}
.cs-btns .button {background:#861619 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}


/*===================== 
	layout styles 
=======================*/

.container-1  {
	width:90%;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-2 {
	width:100%;
	max-width: 1100px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto!important;
	padding:40px 0 10px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bg-texture-border-curve-bottom {
	background-color: rgb(252, 247, 235)!important;
	background-image: url("///media.sandhills.com/img.axd?id=9051514403&wid=0&rwl=False&p=&ext=jpg&w=1650&h=573&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=2EvHiN5djNcz8cCKV6lC5cw4Y%2fQ9Tk6L");
	background-position: bottom center;
	background-repeat: repeat-x;
  background-size: auto 400px;
	padding:0 10px 50px 10px!important;
	box-sizing: border-box;
}
.bg-texture-border-curve-bottom > .row {
	width:90%;
	margin: 0 auto!important;
	box-sizing: border-box;
	border:2px solid #4e3c1e;
	border-top:0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.bg-texture-border-curve-top {
	background-color: rgb(252, 247, 235)!important;
	background-image: url("///media.sandhills.com/img.axd?id=9051514403&wid=0&rwl=False&p=&ext=jpg&w=1650&h=573&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=2EvHiN5djNcz8cCKV6lC5cw4Y%2fQ9Tk6L");
	background-position: bottom center;
	background-repeat: repeat-x;
  	background-size: auto 400px;
	padding:0 10px!important;
	box-sizing: border-box;
}
.bg-texture-border-curve-top > .row {
	width:90%;
	margin: 0 auto!important;
	box-sizing: border-box;
	border:2px solid #4e3c1e;
	border-bottom:0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.border-curve-top {
	padding:0 10px!important;
	box-sizing: border-box;
}
.border-curve-top > .row {
	width:90%;
	margin: 0 auto!important;
	box-sizing: border-box;
	border:2px solid #4e3c1e;
	border-bottom:0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.border-curve-bottom {
	padding:0 10px 50px 10px!important;
	box-sizing: border-box;
}
.border-curve-bottom > .row {
	width:90%;
	margin: 0 auto!important;
	box-sizing: border-box;
	border:2px solid #4e3c1e;
	border-top:0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.content-wrap {
	padding-top:140px;
}	

.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/


.foot-logos {
	width:100%;
	padding:80px 0;
	display: flex;
	flex-wrap: wrap;
	gap:20px 0;
	 justify-content: space-between;
	align-items: center;
}
.foot-logos img {
	margin:0 auto;
	width:45%!important;
}
.foot-bottom-1 {
	width:100%;
	padding:20px 0;
	display: flex;
	flex-wrap: wrap;
	gap:40px 20px;
	 justify-content: space-between;
	align-items: center;
}
.foot-icon a {
	font-size:20px;
	color:#fff;
	transition: .2s ease-in;
	margin-left:5px;
}
.foot-icon a:hover {
	color:#000;
}


@media screen and (max-width: 1260px) {
	.container-1 {
		width:100%;
	}
	.head-nav {
		padding-right:10px;
	}
	.head-icon {
		padding:10px 35px 10px 15px;
	}
	.banner-info-1 h2 {
		font-size: 32px;
	}
	.banner-info-1 h3 {
		font-size: 20px;
	}
	.banner-info-1 p {
		font-size: 16px;
	}
	.home-contact-info {
		padding:40px 20px;
	}
}

@media screen and (max-width: 900px) {
	#header {
		width:100%;
		position: relative;
		z-index: 1003;
		margin-bottom: 50px;
	}
	.head-logo-1 {
		max-width: 70px;
		padding-top:5px;
		padding-left:10px;
		order:1;
	}
	.head-icon {
		position: static;
		width:100%;
		display: flex;
		justify-content: flex-end;
		padding:0;
		background:#2e2e2e;
		border-bottom-left-radius: 0px;
		text-align: right;
		order:2;
	}
	.head-nav {
		order:3;
		padding:0;
	}
	.hero-overlay {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 31.09%,rgba(0,0,0,0.63) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 31.09%,rgba(0,0,0,0.63) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 31.09%,rgba(0,0,0,0.63) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 31.09%,rgba(0,0,0,0.63) 100%);
	justify-content: flex-end;
	padding-bottom: 60px;
	}
	.apparel-banner {
		flex-direction: column;
		align-items: center;
		gap:20px;
		text-align: center;
	}
	.apparel-banner img {
		width: 100% !important;
  		max-width: 250px !important;
		position: static;
	}
	.home-contact-info, .home-contact-map {
		width:100%;
	}
	.past-auctions-list-wrap-2 .auction  {
		width:50%;
	}
	.content-wrap {
	  padding-top: 50px;
	}
	.past-auction-cat-header-1 {
		padding:50px 20px 20px 20px;
	}
	
}
@media screen and (max-width: 810px) {
	
	.cta-top span, .cta-bottom span {
		display: block;
		width:100%;
	}
	.cta-top .cta-left-text-cont, .cta-top .cta-right-text-cont, .cta-bottom .cta-left-text-cont, .cta-bottom .cta-right-text-cont {
		padding:10px;
	}
	.cta-top .cta-left-text-cont .cta-text, .cta-bottom .cta-left-text-cont .cta-text {
		border-right: 2px solid #fff;
		padding:20px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.cta-top .cta-right-text-cont .cta-text, .cta-bottom .cta-right-text-cont .cta-text {
		border-left:2px solid #fff;
		padding:20px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.cta-top .cta-left-text-cont .cta-text:hover, .cta-bottom .cta-left-text-cont .cta-text:hover {
		border-top-left-radius: 50px!important;
		border-bottom-left-radius: 50px!important;
		border-top-right-radius: 50px!important;
		border-bottom-right-radius: 50px!important;
	}

	.cta-top .cta-right-text-cont .cta-text:hover, .cta-bottom .cta-right-text-cont .cta-text:hover {
		border-top-left-radius: 50px!important;
		border-bottom-left-radius: 50px!important;
		border-top-right-radius: 50px!important;
		border-bottom-right-radius: 50px!important;
	}
	.cta-top img {
		height: 175px;
	}
	.cta-bottom img {
		height: 120px;
	}
	.cta-top .cta-text h2 {
		font-size:20px;
		line-height: 20px;
	}
	.cta-top .cta-text p {
		font-size:14px;
	}
	.cta-bottom .cta-text h2 {
		font-size:20px;
	}
	.cta-bottom .cta-text p {
		font-size:14px;
	}
	
	.banner-left-1 {
		width:100%;
		order:2;
	}
	.banner-image {
		width:100%;
		order:1;
	}
	.banner-disc-1 {
		order:3;
	}
	.banner-cont-1:after {
		background-image: url("///media.sandhills.com/img.axd?id=9053654197&wid=0&rwl=False&p=&ext=png&w=193&h=1095&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=OI%2bMJXLyahYgGZ864tONabFaO9xOWwjc");
		background-position: bottom right;
		background-size: auto 100%;
	}
	
}
@media screen and (max-width: 750px) {
	.foot-bottom-1 p {
		width:100%;
		text-align: center;
	}
	.widget_sandhills_featured_inventory .inv_car_title {
		padding:40px 20px 20px 20px;
		width:100%;
	}
	.widget_sandhills_featured_inventory .carousel-inner {
		width:calc(100% - 60px);
	}
	.page-header-1 {
		font-size:30px;
	}
	.page-header-1 span {
		font-size:18px;
	}
	.page-header-2 {
		font-size:30px;
	}
	h1 {
		font-family: "Arvo", serif;
		font-size:26px;
		font-weight: 700;
	}

		h2 {
			font-family: "Arvo", serif;
			font-size:24px;
			font-weight: 700;
	}
		h3 {
			font-family: "Arvo", serif;
			font-size:22px;
	}
	h4 {
		font-size:18px;
	}
	h5 {
		font-size:16px;
	}
	h6 {
		font-size:15px;
	}

	p {
		font-size:15px;
		}
	.past-auctions-list-wrap-2 .auction  {
		width:100%;
	}
	.past-auction-cat-cont .container-1 ul {
		gap:10px;
	}
	.past-auction-cat-cont .container-1 ul li a {
		font-size: 14px;
		padding:5px;
	}
	
}

@media screen and (max-width: 550px) {
	.hero-overlay h1 {
		font-size: 9vw;
		padding:0 20px;
		display: block;
	}
	.hero-overlay h1 span {
		font-size:4vw;
		padding-top:10px;
	}
	.banner-info-1 h2 {
		font-size: 24px;
	}
	.banner-info-1 h3 {
		font-size: 18px;
	}
	.banner-info-1 p {
		font-size: 14px;
	}
	.bg-texture-border-curve-bottom > .row, .bg-texture-border-curve-top > .row {
		width:100%;
	}
	.widget_sandhills_featured_inventory #controls a .inv_control {
		width: 10px;
	}
	.past-auct-info-cont-1 h2 {
		font-size:18px;
		text-align: center;
	}
	.employee-info {
		font-size: 16px;
	}
	.featured-inv-slider > .col-12 {
		gap:0 10px;
	}
	.featured-inv-slider .slick-prev i, .featured-inv-slider .slick-next i {
		height: 100px;
		width: 20px;
		font-size: 15px!important;
	}

	
}




