/*
Theme Name: Sandhills
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default

yellow #d39909
Brown #352c1b
Lt Tan #f8f0da

*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

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;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}


/*===================== 
	base styles 
=======================*/


body {
	font-family: montserrat, sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	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: 600;
}
	h6 {
		font-size:16px;
		font-weight: 500;
}

p {
	font-size:16px;
	margin: 0;
	}
.butn-white {
	background:#fff;
	color:#000!important;
	border:1px solid #d39909;
	border-radius:10px;
	display: inline-block;
	font-family: montserrat, sans-serif;
	font-size:18px;
	font-weight:400;
	padding:15px!important;
	text-align:center;
	margin:5px;
    transition: .2s ease-in;
	box-sizing: border-box;
	line-height: 1;
	width: auto;
}
.butn-white:hover {
	background:#000;
	color:#d39909!important;
}
.butn-gold {
	background:#d39909;
	color:#000!important;
	border:1px solid #d39909;
	border-radius:10px;
	display: inline-block;
	font-family: montserrat, sans-serif;
	font-size:18px;
	font-weight:400;
	padding:15px!important;
	text-align:center;
	margin:5px;
    transition: .2s ease-in;
	box-sizing: border-box;
	line-height: 1;
	width: auto;
}
.butn-gold:hover {
	background:#000;
	color:#d39909!important;
}
.text-link-white {
	color:#fff!important;
	transition: .2s ease-in;
	background:none;
	border:0px;
	outline: none;
	text-align: unset;
}
.text-link-white i {
	color:#d39909!important;
}
.text-link-white:hover {
	opacity: 0.7;
}
.text-link-black {
	color:#000!important;
	transition: .2s ease-in;
	background:none;
	border:0px;
	outline: none;
	text-align: unset;
}
.text-link-black i {
	color:#d39909!important;
}
.text-link-black:hover {
	opacity: 0.7;
}
.icon-link-black {
	color:#000;
	transition: .2s ease-in;
	background:none;
	border:0px;
	outline: none;
	text-align: unset;
}
.icon-link-black:hover {
	opacity: 0.7;
}

.sheditorinsertLink {
	color:#000;
}
.sheditorinsertLink:hover {
	opacity: 0.7;
}

.anchor-link {
	visibility: hidden;
}

/*===================== 
	header styles 
=======================*/
#header {
	z-index: 10;
}

.header-wrap {
	width: 100%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.header-wrap .container-lg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:0 10px;
	padding:20px;

}
.head-logo-1 {
	width: 100%;
	max-width:178px; 
}
.head-nav-1 {
	
}
.head-info-1 {
	background:#352c1b;
	border-radius:10px;
	padding:15px;
}
.head-info-1 .container-default-div-editor {
	display: flex;
	gap:10px;
}
.head-info-1 button { 
	font-size:22px;
}
.head-info-1 a {
	transition: .2s ease-in;
	color:#d39909;
	font-size:22px;
}
.head-info-1 a {
	color:#f8f0da;	
}

/*===================== 
	content styles 
=======================*/

.hero-left {
	width: 65%!important;
	position: relative;
}
.hero-left .widgetContainer:nth-of-type(2) {
	position: absolute!important;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-left .widgetContainer:nth-of-type(2) > .widget {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 150px 0 clamp(20px, 2vw, 150px) !important;
}
.highlightSidebars .hero-left .widgetContainer:nth-of-type(2) {
	position: relative!important;
	top:auto;
	left:auto;
	height: auto;
}
.hero-left .slick-slide .item {
	display: block !important;
}
.hero-right {
	width: 35%!important;
	padding-right: clamp(20px, -880px + 50vw, 100vw) !important;
	box-sizing: border-box;
	background:#352c1b;
}
.wrap-hero-slider {
	position: relative;
	width: 100%;
	background:#352c1b;
	height: 650px;
	display: flex;
	box-sizing: border-box;
}
.wrap-hero-slider:after {
	position: absolute;
	width:32px;
	height: 100%;
	top:0;
	right:100%;
	z-index: 3;
	display: block;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	background:#352c1b;
	content:"";
}
.hero-slider-nav {
	position: absolute;
	right:100%;
	z-index: 4;
	height: 650px;
	padding:40px 0;
	box-sizing: border-box;
}
.hero-slider-nav .slick-list {
	height: 100%;
	overflow: visible;
}
.hero-slider-nav .slick-track {
	display: flex!important;
	flex-direction: column;
	transform: none!important;
	justify-content: space-between;
	width: auto !important;
	height: 100%;
	gap:20px;
}
.hero-slider-nav .slick-track:before, .hero-slider-nav .slick-track:after {
	display: none!important;
}
.hero-slider-nav .slick-slide {
	width: auto!important;
	height: 25% !important;
  	padding: 0px !important;
}
.hero-slider-nav .slick-slide > div {
	height: 100%;
}
.hero-slide-nav-slide {
	position: relative;
	padding:20px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	background:#d39909;
	display: flex!important;
	justify-content: center;
	align-items: center;
	width:148px!important;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.2s ease-in;
}
.slick-slide .hero-slide-nav-slide {
	height:100%;
}
.slick-current .hero-slide-nav-slide {
	background:#fff;
}
.hero-slide-nav-slide h2 {
	font-size:16px;
	font-weight: 500;
	color:#000;
}
.hero-slide-nav-slide span {
	position: absolute;
	left:100%;
	height: 100%;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	padding:0px 20px 0px 0px;
	box-sizing: border-box;
	font-size:35px;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1;
	background:#fff;
}
.hero-slide-nav-slide:hover {
	background:#B18007;
}
.slick-current .hero-slide-nav-slide:hover {
	background:#fff;
}
.slick-current .hero-slide-nav-slide span {
	display: flex;
}
.hero-slider-1 {
	padding:40px 0;
	width: 100%;
	box-sizing: border-box;
}

.hero-slider-slide-1 {
	
	display: flex!important;
	padding: 0px 0px 0px 60px;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	flex-wrap: wrap;
	gap: 20px 0;
}
.hero-slider-slide-1 a {
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	height: 130px;
	
}
.hero-slider-slide-1 a img {
	width: 100%;
	height:80px;
	display: block;
	object-fit: contain;
	object-position: center;
	margin-bottom: 5px;
	filter: brightness(0) saturate(100%) invert(77%) sepia(47%) saturate(5649%) hue-rotate(9deg) brightness(96%) contrast(93%);
	transition: 0.2s ease-in;
}
.hero-slider-slide-1 a h2 {
	font-size:16px;
	color:#fff;
	font-weight:500;
	text-align: center;
}
.hero-slider-slide-1 a:hover img {
	filter: brightness(100%) saturate(100%) invert(77%) sepia(47%) saturate(5649%) hue-rotate(9deg) brightness(96%) contrast(93%);
	opacity: 0.5;
}
.home-featured-equip {
	background: #fff;
	position: relative;
	padding: 80px 0 0 0;
}
.home-featured-equip:after {
	position: absolute;
	left:0;
	top:0;
	content: "";
	background:#d39909;
	width: 100%;
	height: 50%;
	display: block;
	z-index: 1;
}
.home-featured-equip .widget_sandhills_featured_inventory > div > div {
	position: relative;
	z-index: 2;
}
.home-featured-equip .inv_car_title {
	position: relative;
	z-index: 2;
	padding-bottom: 40px;
	font-family: "mortise", sans-serif;
	font-weight: 600;
}
.home-featured-equip #myInvCarousel_2 {
	padding:20px 40px;
	background: #fff;
	border-radius:30px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
}
.home-about-wrap {
	width: 70%;
	padding:clamp(50px, 10vw, 200px) 0px;
}
.home-about-content {
	padding:80px 40px 80px clamp(20px, -880px + 50vw, 100vw);
}
.home-about-img {
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}
.home-loc-left {
	align-self: center;
	padding:40px clamp(20px, 3vw, 40px) 40px clamp(20px, -880px + 50vw, 100vw)!important;
}

.home-loc-info {
	
}
.loc-pg-cont {
	display: flex;
	flex-wrap: wrap;
	gap:20px 0;
	justify-content: space-between;
}
.loc-pg-cont-left {
	width:29%;
}
.loc-pg-cont-right {
	width:69%;	
}
.loc-pg-cont-right iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.home-loc-cont {
	background:#d39909;
	padding:40px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 30px;
	gap:20px 0;
}
.home-loc-col {
	width: 49%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}
.home-loc-row {
	text-align: left;
	min-height: 120px;
}
.home-loc-row p {
	font-size:18px;
}
.home-loc-row p a {
	color:#000;
	transition: 0.2s ease-in;
}
.home-loc-row p a i {
	font-size: 20px;
	margin-right:5px;
}
.home-loc-row p a:hover {
	opacity: 0.6;
}
.home-loc-image img {
	height: 100%;
	object-fit: cover;
	min-height: 650px;
	border-top-left-radius:clamp(30px, 5vw, 60px);
}
.wrap-home-brands {
	background:#d39909;
	padding:0 20px!important;
	box-sizing: border-box;
	width: 100%;
}
.wrap-home-brands .post-container-brands-list {
	margin-bottom: 0px!important;
	width: calc(100% - 80px);
	margin: 0 auto !important;
	overflow: hidden !important;
}
.wrap-home-brands .advancedresults2 {
	width: 100%;
	max-width: 1800px;
	margin: 0px auto -100px;
	padding: 60px 20px !important;
	box-sizing: border-box;
	background:#fff;
	border-radius: 30px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}
.wrap-home-brands .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-home-brands .item > div {
	height: 100%;
}
.wrap-home-brands .post-container-showroomcat {
	width: 100%;
	max-width: 1800px;
	margin: 0px auto -160px!important;
	padding: 60px 20px !important;
	box-sizing: border-box;
	background:#fff;
	border-radius: 30px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}
.highlightSidebars .wrap-home-brands .advancedresults2, .highlightSidebars .wrap-home-brands .post-container-showroomcat {
	margin:0 auto;
}
.wrap-home-brands .slick-track {
	display: flex;
}
.wrap-home-brands .slick-track .slick-slide {
	align-self: center;
}
.wrap-home-brands a img {
	max-width:200px;
	width:100%;
	display: block;
	height: auto;
	max-height:110px;
	object-fit: contain;
	object-position: center center;
	transition: 0.2s ease-in;
}
.wrap-home-brands a.showroom-cat-cont-1 {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding:10px;
	border:1px solid #d39909;
	border-radius: 10px;
	box-sizing: border-box;
}
.showroom-cat-img {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px 0;
}
.wrap-home-brands a.showroom-cat-cont-1 img {
	width: auto;
	display: block;
	height: auto;
	object-fit: contain;
	object-position: center center;
	max-width: 100%;
	max-height: 250px;
}
.wrap-home-brands a.showroom-cat-cont-1 h2 {
	font-size: 20px;
	text-align: center;
	color:#000;
	transition: 0.2s ease-in;
}
.wrap-home-brands a.showroom-cat-cont-1 {
	
}
.wrap-home-brands a:hover img {
	opacity: 0.6;
}
.wrap-home-brands a:hover h2 {
	color:#d39909;
}
.content-round {
	background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.08);
}
.content-round-ofset-top {
	background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.08);
	margin-top: -60px;
}
.highlightSidebars .content-round-ofset-top {
	margin-top:0;
}
.contactForm {
	background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.08);
	padding:40px 20px!important;
}
.contactForm .form-group h3 {
	font-size: 24px;
}

.emp-info-wrap .item {
	padding:10px!important;
}
.cpt-cont {
	background:#fff;
	background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.08);
	padding:10px;
}
.cpt-cont img {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	width: 100%;
	display: block;
	height: auto;
}
.cpt-cont h2 {
	font-size:18px;
	font-weight:700;
	margin:10px 0 0 0;
	text-align: center;
}
.cpt-cont p {
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:500;
	text-align: center;
}
.cpt-cont ul {
	padding:0;
	margin:0;
	position: relative;
	display: block;
	width: 100%;
}
.cpt-cont ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.cpt-cont ul li a {
	background:#d39909;
	color:#000;
	font-size: 16px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	transition: 0.2s ease-in;
}
.cpt-cont ul li a:hover {
	background:#352c1b;
	color:#fff;
	cursor: pointer;
}
.cpt-cont ul ul {
	display: none;
	position: absolute;
	left:0;
	bottom:100%;
	background:#352c1b;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.cpt-cont ul ul li {
	color:#fff;
	padding:10px;
	box-sizing: border-box;
}
.cpt-cont ul ul li p {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
}

.nav-tabs {
	padding:60px 0 60px clamp(10px, -590px + 50vw, 100vw)!important;
	gap:10px;
	width: calc(50% - 300px);
	background:#f8f0da;
	border:0px;
}
.nav-tabs li a {
	position: relative;
	padding:20px;
	border-bottom-left-radius:10px!important;
	border-top-left-radius:10px!important;
	border-bottom-right-radius:0px!important;
	border-top-right-radius:0px!important;
	background:#d39909;
	display: flex!important;
	justify-content: center;
	align-items: center;
	width:100%!important;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.2s ease-in;
	font-size: 16px;
	font-weight: 500;
	color:#000;
}
.nav-tabs li a.active {
	background: rgb(255, 255, 255);
	border:0px;
}
.nav-tabs li a.active:after {
	position: absolute;
	left: 100%;
	height: 100%;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0px 20px 0px 0px;
	box-sizing: border-box;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	background:#fff;
	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
	content:"";
}
.tab-content {
	padding:40px clamp(20px, -590px + 50vw, 100vw) 40px 0!important;
	width: calc(50% + 300px);
	background:#f8f0da;
}
.tab-pane {
	padding:20px 20px 20px 40px;
	box-sizing: border-box;
	background:#352c1b;
	border-bottom-right-radius:30px;
	border-top-right-radius:30px;
	height: 100%;
}
.mainSidebar {
	
}

/*===================== 
	Brand Styles
=======================*/

.wrap-brand-cat .post-container-brands-list {
	display: flex;
	align-items: stretch;
}
.wrap-brand-cat .item {
	padding:10px!important;
}
.wrap-brand-cat .item > div {
	height: 100%;
}
.brand-cpt-cont {
	background:#fff;
	color:#000!important;
	border:1px solid #d39909;
	border-radius:10px;
	transition: .2s ease-in;
	display: flex;
	flex-direction: column;
	gap:10px;
	padding:10px;
	box-sizing: border-box;
	height: 100%;
	justify-content: space-between
}
.brand-cpt-cont img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	max-height: 100px;
	transition: 0.2s ease-in;
	margin-bottom: 10px;
}
.brand-cpt-cont h2 {
	text-align: center;
	color:#000;
	font-size: 20px;
	border-top: 1px solid #000;
}
.brand-cpt-cont p {
	display: block;
	text-align: center;
	padding:10px;
	width: 100%;
	box-sizing: border-box;
	transition: 0.2s ease-in;
	color:#000;
	background:#d39909;
	font-size: 18px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.brand-cpt-cont:hover h2 {
	color:#d39909;
}
.brand-cpt-cont:hover p {
	color:#fff;
	background:#352c1b;
}
.brand-cpt-cont:hover img {
	opacity: 0.7;
}


/*===================== 
	blog Styles
=======================*/
.blog-post-cont {
	background:#fff;
	background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.08);
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
}
.blog-post-img {
	width: 30%;
}
.blog-post-img img {
	width: 100%;
	height: 100%;
	max-height: 250px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 20px;
}
.blog-post-info {
	width:68%;
	text-align: left;
}
.blog-post-info h2 {
	font-size: 22px;
	text-align: left;
	font-weight:700;
}
.blog-post-info .blog-date {
	font-size: 18px;
	text-align: left;
	font-weight:700;
	padding-bottom: 10px;
}
.blog-post-text {
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
}
.blog-wrap-1 {
	
}
.blog-header-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-post-featrued-img {
	width:40%;
	position: relative;
	min-height: 300px;
}
.single-post-featrued-img img {
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
}
.blog-header-page-info {
	width:60%;
	position: relative;
	background:#352c1b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:10px;
	padding: 40px clamp(20px, -880px + 50vw, 100vw) 40px 40px !important;
}
.blog-header-page-info::after {
  	position: absolute;
	width:32px;
	height: 100%;
	top:0;
	right:100%;
	z-index: 3;
	display: block;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	background:#352c1b;
	content:"";
}
.blog-header-page-info h1 {
	color:#fff;
	font-size:clamp(20px, 4vw, 40px);
	font-family: "mortise", sans-serif;
	font-weight: 600;
}
.blog-info-header a {
	color:#d39909;
	transition: .2s ease-in;
}
.blog-info-header a:hover {
	opacity: 0.7;
}
.news-blog-post-date, .news-blog-author {
	color:#fff;
}
.news-blog-post-date .updated {
	display: none;
}
.news-blog-post-date a, .news-blog-author a {
	color:#fff;
}
.blog-share-links {
	display: flex;
	gap: 10px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	margin-top: 10px;
}
.blog-share-links-1 {
	display: flex;
	gap: 10px;
}
.blog-share-links-1 a {
	color:#d39909;
	transition: .2s ease-in;
}
.blog-share-links-1 a:hover {
	opacity: 0.7;
}
.news-blog-page-cont-1 {
	padding:60px 20px;
}
.news-blog-page-cont-1 a  {
	color:#000;
}
.news-blog-page-cont-1 a:hover {
	opacity: 0.7;
}
.blog-pg-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #d39909;
}
.blog-pg-content td {
	border:1px solid #000;
	padding:5px;
}
.blog-share-links p {
	color:#fff;
}
.news-blog-page-cont-1 .text-link-black {
	font-size:20px;
	font-weight: 600;
	margin-top:20px;
	display: inline-block;
}
.news-blog-page-cont-1 img {
	width: auto;
	object-fit: contain;
	object-position: center center;
	height: auto;
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.news-blog-page-cont-1 h1, .news-blog-page-cont-1 h2, .news-blog-page-cont-1 h3, .news-blog-page-cont-1 h4, .news-blog-page-cont-1 h5 {
	margin:40px 0 20px;
}
.news-blog-page-cont-1 iframe {
	width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
	max-width: 700px;
	margin:20px auto;
	display: block;
}
.blog-nav-foot-1 {
	padding:40px 0;
}
.blog-nav-foot-1 .screen-reader-text {
	display: none;
}
.blog-nav-foot-1 .nav-links {
	display: flex;
	gap:20px;
}
.blog-nav-foot-1 .nav-previous, .blog-nav-foot-1 .nav-next {
	width:auto;
}
.blog-nav-foot-1 .nav-previous a, .blog-nav-foot-1 .nav-next a {
	background:#d39909;
	color:#000!important;
	border:1px solid #d39909;
	border-radius:10px;
	display: inline-block;
	font-family: montserrat, sans-serif;
	font-size:18px;
	font-weight:400;
	padding:15px!important;
	text-align:center;
	margin:5px;
    transition: .2s ease-in;
	box-sizing: border-box;
	line-height: 1;
	width: auto;
	white-space: nowrap;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover {
	background:#000;
	color:#d39909!important;
}
.blog-cat-nav-1 {
	width: 100%;
	border-bottom: 1px solid #352c1b;
}
.blog-cat-nav-1 p {
	text-align: center;
	font-size:clamp(20px, 4vw, 28px);
	font-weight:700;
	color:#000;
	padding-bottom: 20px;
}
.blog-cat-nav-1 ul {
	margin:0 auto;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.blog-cat-nav-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.blog-cat-nav-1 ul li a {
	padding:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background:#352c1b;
	color:#fff;
	font-size:18px;
	font-weight:600;
	transition: .2s ease-in;
}
.blog-cat-nav-1 ul li a:hover {
	background:#d39909;
	color:#000;
}

/*===================== 
	Promotion styles
=======================*/
.no-posts-manufacturer-promos {
	display: none;
}

.promo-header-1 {
	width:100%;
	max-width: 1200px;
	margin:20px auto 0 auto;
	padding:0 20px;
	box-sizing: border-box;
}
.promo-header-1 img {
	height: auto;
	display: block;
	border-radius: 30px;
	margin: 0px auto 20px;
	object-fit: contain;
	object-position: center center;
	width: auto;
	max-width: 100%;
}
.promo-header-page-info {
	background:#352c1b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:10px;
	padding:40px 20px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
	
}
.promo-header-page-info h1 {
	color:#fff;
	font-size:clamp(20px, 4vw, 40px);
	font-family: "mortise", sans-serif;
	font-weight: 600;
}
.promo-cat-header {
	padding: 60px 20px !important;
	background-blend-mode: overlay;
	background-image: url("///media.sandhills.com/img.axd?id=11002305304&wid=0&rwl=False&p=&ext=jpg&w=577&h=861&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=GpEYfSP5338wZX6e1nhBqLQK7RLDYIVB");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.promo-cat-header .container-md {
	padding:40px 20px;
}
.promo-cat-page .container-md {
	padding:40px 20px;
}
.promo-cat-header h1 {
	color:#000;
	font-size:0px;
	font-family: "mortise", sans-serif;
	font-weight: 600;
	text-align: center;
}
.promo-cat-header h1 span {
	font-size:clamp(30px, 4vw, 50px);
	text-transform: uppercase;
}
.promo-cat-page {
	background:#f8f0da;
	padding:60px 0;
}
.promo-cat-page .blog-post-cont {
	margin-bottom: 20px;
}
.post-container-manufacturer-promos {
	margin-bottom: 0px;
}
.promo-slide {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
}
.promo-slide-head {
	width: 100%;
	background:#f8f0da;
	padding:20px 20px 40px 20px;
	box-sizing: border-box;
	text-align: center;
	font-size:clamp(18px, 4vw, 30px);
	font-weight:700;
	text-transform: uppercase;
}

.promo-slide-ing {
	width: 50%;
	position: relative;
}
.promo-slide-ing img {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	top:0;
	left:0;
}
.promo-slide-info {
	width:50%;
	position: relative;
	background:#352c1b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap:10px;
	padding: 40px 60px 40px 20px !important;
	box-sizing: border-box;
	text-align: left;
	color:#fff;
}
.promo-slide-info::after {
  	position: absolute;
	width:32px;
	height: 100%;
	top:0;
	right:100%;
	z-index: 3;
	display: block;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	background:#352c1b;
	content:"";
}
.promo-slide-info h2  {
	color:#fff;
	font-size:clamp(18px, 4vw, 30px);
	font-family: "mortise", sans-serif;
	font-weight: 600;
}


/*===================== 
	Featured Inventory Slider and Grid Styles
=======================*/
.widget_sandhills_featured_inventory hr {
	display: none;
}
.widget_sandhills_featured_inventory .carousel-inner {
	box-sizing: border-box;
	width:calc(100% - 60px);
	z-index: 2;
	margin:0 auto;
}
.widget_sandhills_featured_inventory > div > div {
	display: flex;
	flex-wrap: wrap;
	max-width: 1800px;
	margin: 0 auto;
}
.widget_sandhills_featured_inventory .car_col {
	padding:0!important;
}
.widget_sandhills_featured_inventory .car_col img, .widget_sandhills_featured_inventory .car_col a h4 {
	transition: .2s ease-in;
}
.widget_sandhills_featured_inventory .car_col:hover img {
	opacity: 0.7;
}
.widget_sandhills_featured_inventory .car_col:hover a h4 {
	color:#fcdb05;
}
.widget_sandhills_featured_inventory .card {
	border-radius: 10px!important;
	border:1px solid #d39909;
}
.widget_sandhills_featured_inventory  .card-body {
	text-align: center;
}
.widget_sandhills_featured_inventory .listing-title {
	font-family: montserrat, sans-serif;
	font-size:20px;
	font-weight:400;
	color:#000;
}
.small_spec {
	font-family: montserrat, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#000;
}
.widget_sandhills_featured_inventory .card-body button  {
	background:#d39909;
	color:#000!important;
	border:1px solid #d39909;
	border-radius:10px;
	display:block;
	width: 100%;
	max-width: 200px;
	font-family: montserrat, sans-serif;
	font-size:18px;
	font-weight:400;
	padding:15px;
	text-align:center;
	margin:0 auto;
    transition: .2s ease-in;
	box-sizing: border-box;
	line-height: 1;
}
.widget_sandhills_featured_inventory .card-body button:hover {
	background:#000;
	color:#d39909!important;
}
.widget_sandhills_featured_inventory .carousel-indicators {
	display: none;
}
.widget_sandhills_featured_inventory #controls {
	text-align: center;
	position: absolute;
	z-index: 1;
	top: calc(50% - 50px);
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	left: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.widget_sandhills_featured_inventory #controls a .inv_control {
	background:none;
	color:#000;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	border-radius: 0;
	padding: 0;
}
.widget_sandhills_featured_inventory .a_inv_cont {
	padding:0;
}
.widget_sandhills_featured_inventory [id*='invCarousel'] > div {
	width: 100%;
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	Inventory styles 
=======================*/

/*------------------------------ General Listings Page---------------------------------*/

/*----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: #352c1b !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: #352c1b!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color:  #352c1b!important;
    border: 1px solid  #352c1b!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color:  #352c1b!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color:  #352c1b!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color:  #352c1b!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:  #352c1b !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: #352c1b !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: #352c1b !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: #352c1b !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: #352c1b!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color: #352c1b!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color: #352c1b!important;
}
.detail-content-mobile .share-listing {
	color: #352c1b!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color: #352c1b!important;
}

.compare-listings-container .compare-container .compare-price {
    color: #352c1b!important;
}
.cs-btns .button {background: #352c1b !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%!important;
	max-width: 1800px;
	margin-left:auto!important;
	margin-right:auto!important;
	box-sizing: border-box;
	}
.container-md {
	width: 100%!important;
	max-width: 1200px;
	margin-left:auto!important;
	margin-right:auto!important;
	box-sizing: border-box;
	}
.container-sml {
	width: 100%!important;
	max-width: 800px;
	margin-left:auto!important;
	margin-right:auto!important;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:40px 10px;
	box-sizing: border-box;
	}
.container-404 {
	width: 100%!important;
	max-width: 1200px;
	margin: 0 auto!important;
	box-sizing: border-box;
	padding:40px 10px;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.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-wrap {
	width: 100%;
	background:#352c1b;
}
.foot-wrap .container-lg {
	display: flex;
	justify-content: space-between;
	gap:20px;
	padding:0 20px;
}
.foot-logo {
	width: 100%;
	max-width: 350px;
	padding:0 20px 60px 20px;
  	margin-top: -60px;
}

.foot-nav {
	width: 100%;
	max-width: 800px;
	padding:60px 0;
}
.foot-nav a {
	color:#fff;
	transition: .2s ease-in;
}
.foot-nav a:hover {
	opacity: 0.6;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.head-info-1 {
		padding:10px;
	}
	.head-info-1 button { 
		font-size:16px;
	}
	
}
@media only screen and (max-width : 1050px) {		
	.header-wrap .container-lg {
		justify-content:flex-end;
		padding:10px 20px;
	}
	.head-logo-1 {
		order:1;
		margin: 0 auto 0 0;
		max-width: 125px;
	}
	.head-nav-1 {
		order:3;
	}
	.head-info-1 {
		order:2;
	}
	.hero-left, .hero-right {
		width:100%!important;
		padding-right: 0px!important;
	}
	.hero-left .widgetContainer:nth-of-type(2) > .widget {
		padding: 0 20px!important;
	}
	.wrap-hero-slider {
		padding:0 20px;
		box-sizing: border-box;
	}
	.wrap-hero-slider::after {
		width: 100%;
		height: 30px;
		top: auto;
		bottom:100%;
		right: 0;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 30px;
	}
	.hero-slider-nav {
		position: static;
		width: 30%;
		padding:40px 0;
		height: 100%;
	}
	.hero-slider-1 {
		width: 70%;
	}
	.hero-slide-nav-slide {
		width: calc(100% - 40px) !important;
	}
	.home-about-wrap {
		width:85%;
	}
	.single-post-featrued-img {
		width:50%;
	}
	.blog-header-page-info {
		width:50%;
	}
	.blog-post-img, .blog-post-info {
		width: 49%;
	}
	.loc-pg-cont-left, .loc-pg-cont-right {
		width: 100%;
	}
	.nav-tabs {
		width:140px;
	}
	.tab-content {
		width: calc(100% - 140px);
	}
	.promo-slide-ing {
		width:100%;
	}
	.promo-slide-ing img {
		position: static;
	}
	.promo-slide-info {
		width:100%;
		padding: 40px 20px;
	}
	.promo-slide-info:after {
		width: 100%;
		height: 30px;
		top: auto;
		bottom: 100%;
		right: 0px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 30px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
@media only screen and (max-width : 991px) {	
	.home-about-wrap {
		width: 100%;
		padding:clamp(50px, 10vw, 200px) 20px!important;
		box-sizing: border-box;
	}
	.home-about-img {
		border-top-right-radius:30px;
		border-top-left-radius:30px;
		border-bottom-right-radius:0px;
		height: 50vw !important;
    	min-height: 300px !important;
	}
	.home-about-content {
		padding:40px 20px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.foot-logo {
		max-width: 100%;
	}
	.foot-nav  {
		display: none;
	}
	.home-featured-equip .sh-carousel {
		padding:20px 10px;
	}
	.butn-white, .butn-gold {
		font-size:16px;
		padding:10px!important;
	}
	.hero-left .widgetContainer:nth-of-type(2) > .widget {
		padding: 0 20px !important;
	}
	.hero-slider-slide-1 {
		padding:0px;	
	}
	.home-loc-image img {
		min-height:auto;
	}
	.content-round {
		border-radius:20px;
	}
	.content-round-ofset-top {
		border-radius:20px;
		margin-top: -30px;
	}
	.single-post-featrued-img {
		width:100%;
	}
	.blog-header-page-info {
		width:100%;
		padding:20px;
	}
	.blog-header-page-info::after {
		width: 100%;
		height: 30px;
		top: auto;
		bottom: 100%;
		right: 0px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 30px;
	}
	.blog-post-img, .blog-post-info {
		width: 100%;
	}
	.nav-tabs li a {
		font-size: 12px;
		padding:20px 10px;
	}
	.nav-tabs li a.active:after {
		padding: 0px 5px 0px 0px;
		font-size:14px;
	}
	.wrap-home-brands a.showroom-cat-cont-1 h2 {
		font-size:16px;
	}
	.tab-pane {
    	padding: 10px;
	}
	.brand-cpt-cont p {
    	font-size: 14px;
	}
}

@media only screen and (max-width : 650px) {
	.hero-slide-nav-slide {
		padding:10px;
	}
	.slick-current .hero-slide-nav-slide {
		background:#fff;
	}
	.hero-slide-nav-slide span {
		padding:0px 10px 0px 0px;
		font-size:20px;
	}
	.hero-slide-nav-slide h2, .hero-slider-slide-1 a h2 {
		font-size:12px;
	}
	.hero-slider-1 {
		width: calc(100% - 140px);
	}
	.hero-slider-nav {
		width: 140px;
	}
	.home-loc-col {
		width:100%;
	}
	.home-loc-row {
		min-height:auto;
	}
	.wrap-home-brands .post-container-showroomcat {
		padding:20px 10px !important;
		border-radius: 20px;
	}
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.wrap-home-brands a.showroom-cat-cont-1 h2 {
		font-size:14px;
	}
	.nav-tabs {
		width:100px;
	}
	.tab-content {
		width: calc(100% - 100px);
	}
	.nav-tabs li a {
        padding: 10px;
    }
}
