/*
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 #fff200
Gray #f0f0f0

*/

/*--------------------------------------------------------------
## 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: "Open Sans", 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-black {
	font-family: "Open Sans", sans-serif;
	background:#000;
	color:#fff200;
	display: inline-block;
	padding:10px 20px;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #fff200;
	outline: none;
	cursor: pointer;
	border-radius: 50px!important;
}
.butn-black:hover {
	color:#000;
	background:#fff;
}
.butn-yellow {
	font-family: "Open Sans", sans-serif;
	background:#fff200;
	color:#000;
	display: inline-block;
	padding:10px 20px;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius: 50px!important;
}
.butn-yellow:hover {
	color:#fff200;
	background:#575757;
	border:1px solid #fff200;
}
.text-link-black {
	font-weight:700;
	color:#000;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-yellow {
	font-weight:700;
	color:#fff200;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-yellow:hover {
	opacity: 0.7;
}
.widget_sandhills_editable_area:has(.round-border-right)
 {
	position: relative;
	border-bottom-right-radius: 80px;
	border-bottom: 6px solid rgb(255, 255, 255);
	z-index: 2;
}
.round-border-right {
	position: relative;
	z-index:3;
}
.widget_sandhills_editable_area:has(.round-border-right):after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% + 15px);
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 80px;
	border-bottom: 8px solid #000;
}
.widget_sandhills_editable_area:has(.round-border-left)
 {
	position: relative;
	border-bottom-left-radius: 80px;
	border-bottom: 6px solid rgb(255, 255, 255);
	z-index: 2;
}
.round-border-left {
	position: relative;
	z-index:3;
}
.widget_sandhills_editable_area:has(.round-border-left):after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% + 15px);
	top: 0px;
	left: 0px;
	border-bottom-left-radius: 80px;
	border-bottom: 8px solid #000;
}

.widget_sandhills_editable_area:has(.round-border-top-left)
 {
	 position: relative;
	border-top-left-radius: 80px;
	border-top: 6px solid rgb(255, 255, 255);
	z-index: 2;
}
.round-border-top-left {
	position: relative;
	z-index:3;
}
.widget_sandhills_editable_area:has(.round-border-top-left):after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% + 15px);
	bottom:0;
	left:0;
	border-top-left-radius: 80px;
	border-top: 8px solid #000;
}
 
 

/*===================== 
	header styles 
=======================*/

.head-wrap {
	width: 100%;
	position: relative;
}
.highlightSidebars .head-wrap {
	margin-bottom:30px;
}
.head-wrap:after {
	content:"";
	position: absolute;
	z-index: 1;
	background: #000;
	width: 100%;
	height: calc(100% + 10px);
	top:0;
	left:0;
	border-bottom-right-radius: 80px;
}
.head-wrap-cont-1 {
	position: relative;
	width: 100%;
	background:#fff;
	border-bottom-right-radius: 80px;
	border-bottom: 6px solid rgb(255, 255, 255);
	padding-left:clamp(20px, -880px + 50vw, 100vw);
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 2;
}
.head-logo {
	padding:5px 0;
	max-width: 200px;
	width: 100%;
	box-sizing: border-box;
}
.head-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	gap:10px;
}
.head-soc {
	
}
.head-soc .post-container-store-locations {
	display: flex;
	justify-content: center;
	gap:20px;
}
.head-soc .item {
	width:auto!important;
}
.head-soc .prevButton-container-store-locations, .head-soc .nextButton-container-store-locations {
	display: none!important;
}
.head-location-info a {
	font-size:14px;
	font-weight:700;
	color:#000;
	font-family: "Open Sans", sans-serif;
	transition: .2s ease-in;
}
.head-location-info a:hover {
	opacity: 0.7;
}
.head-links {
	background:#fff200;
	border-bottom-right-radius: 80px;
	padding:10px;
	box-sizing: border-box;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:15px;
}
.head-location, .head-phone {
	position: relative;
}
.head-links .prevButton-container-store-locations, .head-links .nextButton-container-store-locations {
	display: none!important;
}
.head-loc-toggle, .head-phone-toggle {
	font-size: 24px;
	color:#000;
	cursor: pointer;
}
.head-loc-toggle:hover, .head-phone-toggle:hover {
	opacity: 0.7;
}
.icon-link {
	font-size: 22px;
	color: #000;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.icon-link:hover {
	opacity: 0.7;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
 	transition: .2s ease-in;
}
.head-loc-info {
	display: none;
	position: absolute;
	top: 100%;
  	right: 0;
    width: auto;
    background: #000;
	box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    transition: 0.2s ease-in;
    white-space: nowrap;
	z-index: 20;
}
.head-phone-info {
	display: none;
	position: absolute;
	top: 100%;
  	right: 0;
    width: auto;
    background: #000;
	box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    transition: 0.2s ease-in;
    white-space: nowrap;
	z-index: 20;
}
.head-phone-info a, .head-loc-info a {
	font-size:16px;
	padding:5px 10px;
	color:#fff200;
	transition: .2s ease-in;
	display: block;
	box-sizing: border-box;
}
.head-phone-info a:hover, .head-loc-info a:hover {
	opacity: 0.7;
}
.head-loc-toggle.clickopen .head-loc-info {
	display: block!important;
}
.head-phone-toggle.clickopen .head-phone-info {
	display: block!important;
}
.head-contact .container-default-div-editor {
	min-height: 100%!important;
}



/*===================== 
	content styles 
=======================*/

.herobg [class*="innerEditableArea"] {
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.herobg .container-default-div-editor {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 24.35%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 24.35%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 24.35%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 24.35%);
	background-size: 100% 80%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.herobg h1 {
	margin: 0;
}
.cta-btn {
	border-radius: 50px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.cta-btn img {
	width: 100%;
	height: 40vw;
	display: block;
	object-fit: contain;
	object-position: center center;
	transition: 0.2s ease-in;
	max-height: 270px;
	background: #fff;
}
.cta-btn h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	color:#000;
	font-size:24px;
	font-weight:800;
	font-family: "Open Sans", sans-serif;
	padding:20px;
	background:#fff200;
	margin:0;
	text-transform:uppercase;
	transition: .2s ease-in;
	flex-grow: 1;
}
.cta-btn h2 span {
	display: block;
	font-size:18px;
	font-weight:400;
	text-transform:none;
}
.cta-btn:hover img {
	filter:grayscale(1);
}
.cta-btn:hover h2 {
	background:#fff;
}

.brand-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.brand-slide img {
	width: 100%;
	height: 80px;
	display: block;
	margin: 0px auto;
	object-fit: contain;
	object-position: center center;
	max-width: 200px;
	transition: 0.2s ease-in;
}
.brand-slide:hover img {
	opacity: 0.7;
	filter:grayscale(1);
}

.about-info-round {
	padding-left: clamp(20px, -880px + 50vw, 100vw) !important;
}
.about-info-round > .row {
	background:#f0f0f0;
	border-top-left-radius:80px;
	border-bottom-left-radius:80px;
	padding:40px 60px;
	box-sizing: border-box;
}
.home-reviews {
	padding-right: clamp(20px, -880px + 50vw, 100vw) !important;
}
.home-reviews > .row {
	border-top-right-radius:80px;
	border-bottom-right-radius:80px;
	height: 100%;
	background:#f0f0f0;
}
.home-reviews > .row > .widget_sandhills_advanced_cpt_layout {
	border-radius:80px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#000;
}
.highlightSidebars .home-reviews > .row > .widget_sandhills_advanced_cpt_layout {
	height: auto;
}
.home-reviews .slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-reviews .slick-slide .star-rating span  {
	color:#fff200;
}
.home-reviews .slick-slide .testimonial-title {
	display: none;
}
.home-reviews .slick-slide .testimonial-quote {
	color:#fff;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight:600;
	line-height: 1.2;
}
.home-reviews .slick-slide .customer {
	color:#fff;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight:700;
}
.home-reviews .testimonial-wrapper {
	max-width: 480px;
}

.cat-link-cont {
	padding:10px!important;
}
.cat-link-cont img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: 0.2s ease-in;
}
.cat-link-cont h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	color:#000;
	font-size:16px;
	font-weight:800;
	font-family: "Open Sans", sans-serif;
	padding:20px 10px;
	background:#fff200;
	margin:0;
	text-transform:uppercase;
	transition: .2s ease-in;
	flex-grow: 1;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
}
.cat-link-cont:hover img {
	filter:grayscale(1);
}
.cat-link-cont:hover h2 {
	background:#000;
	color:#fff;
}

/*===================== 
	Location slider styles 
=======================*/

.widget_sandhills_file:has(.location-slide-wrap) {
	border-top-left-radius: 80px;
}
.location-slide-wrap:after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% + 15px);
	bottom: 0px;
	left: 0px;
	border-top-left-radius: 80px;
	border-top: 8px solid rgb(0, 0, 0);
}
.location-slider-1 {
	padding:clamp(60px, 8vw, 150px) 0;
	position: relative;
}

.location-slider-1 .container-md {
	padding:40px 20px;	
	position: relative;
	z-index: 2;
}
.location-name {
	box-sizing: border-box;
	padding-bottom: 40px;
}
.location-name .slick-list {
	overflow: visible!important;
	transform: none!important;
}
.location-name .slick-track {
	transform: none!important;
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
	align-items: stretch;
	gap:10px;
}
.location-name .slick-track:before, .location-name .slick-track:after {
	display: none!important;
}
.location-name .slick-track .slick-slide {
	height:auto;
}
.location-name .slick-track .slick-slide > div, .location-name .slick-track .slick-slide > div > div {
	height:100%;
}
.location-name .slick-track .slick-slide {
	width:auto;
	flex-grow: 1;
}
.loc-name-info {
	background:#fff200;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight:800;
	color:#000;
	font-family: "Open Sans", sans-serif;
	transition: .2s ease-in;
	cursor: pointer;
	border-radius:26px;
	position: relative;
	border:1px solid #fff200;
	text-transform: uppercase;
}
.slick-current .loc-name-info {
	background:#000!important;
	color:#fff200!important;
}
.loc-name-info:hover {
	border:1px solid #000;
	background:#e7dc14;
}

.location-info-1 {
	border-radius:30px;
	background: #fff;
	padding:40px;
	box-sizing: border-box;
	width: 100%;
}

.location-slide-cont-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location-slide-info-1 {
	width:49%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
}
.location-slide-info-1 h3 {
	font-family: "Open Sans", sans-serif;
	font-size:25px;
	color:#000;
	font-weight:800;
	padding-bottom: 10px;
	border-bottom: 6px solid #fff200;
	text-transform: uppercase;
}
.location-address-col-1, .location-info {
	display: flex;
	flex-direction: column;
	gap:20px;
	color:#000;
}
.location-address-col-1 p, .location-phone {
	color:#000;
	font-size: 20px;
	transition: .2s ease-in;
	font-weight: 700;
}
.location-address-col-1 p a {
	color:#000;
	transition: .2s ease-in;
}
.location-address-col-1 p a:hover, .location-phone:hover {
	opacity:0.7;
}
.location-address h4 {
	font-family: "Open Sans", sans-serif;
	font-size:20px;
	font-weight:600;
	color:#000;
}
.location-btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	gap:10px 0;
}
.location-btn-cont-1 a {
	display: block;
	width:49%;
	max-width: 100%;
}
.location-slide-map {
	width:49%;
	background:#fff;
}
.location-slide-map iframe {
	width:100%;
	height: 100%;
	min-height:350px;
}


/*===================== 
	Location Page styles 
=======================*/

.post-header {
	width: 100%;
	box-sizing: border-box;
	font-weight: 800;
	text-align: center;
	display: block;
	padding: 60px 20px 20px 20px;
	text-transform: uppercase;
}
.location-page-cont-1 {
	padding:0 20px;
	width: 100%;
	box-sizing: border-box;
}
.location-page-cont-1 .container-lg {
	width: 100%;
	padding:0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px;
	border-radius: 80px;
	background:#f0f0f0;
	overflow: hidden;
}
.loc-pg-left {
	width: 29%;
	padding: 60px 40px;
	box-sizing: border-box;
}
.loc-pg-left h2 {
	font-family: "Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	display: block;
	padding:20px 0 5px 0;
	margin:0;
}


.loc-pg-left a {
	font-family: "Open Sans", sans-serif;
	color:#000;
	font-size:18px;
	font-weight: 700;
	transition: .2s ease-in;
	display: inline-block;
}
.loc-pg-left a p {
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	font-weight: 700;
}

.loc-pg-left a:hover {
	opacity: 0.7;
}
.loc-pg-hours p {
	font-family: "Open Sans", sans-serif;
	color:#000;
	font-size:18px;
	font-weight: 700;
}

.loc-pg-right {
	width: 69%;
}
.loc-pg-right iframe {
	width: 100%;
	height: 100%;
	min-height:350px;
}

.cpt-showroom {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpt-showroom img {
	width: 100%;
	height: auto;
	max-height: 140px;
	object-fit: contain;
	object-position: center center;
	max-width: 300px;
}



/*===================== 
	Featured Inventory styles 
=======================*/

.sandhills_featured_inventory-2-widgetContainer .slick-slide > div, .sandhills_featured_inventory-2-widgetContainer .slick-slide > div > div, .sandhills_featured_inventory-2-widgetContainer .slick-slide > div > div > div {
	height: 100%;
}

.sandhills_featured_inventory-2-widgetContainer .card {
	border:1px solid #000!important;
	border-radius:10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sandhills_featured_inventory-2-widgetContainer .card-body {
	text-align: center;
	flex: none;
}
.sandhills_featured_inventory-2-widgetContainer .card-body .listing-title {
	color:#000;
	overflow: visible;
	white-space: normal;
}
.sandhills_featured_inventory-2-widgetContainer .small_spec {
	font-size: 20px;
	font-weight: 700;
}
.sandhills_featured_inventory-2-widgetContainer .carousel_details_btn {
	font-family: "Open Sans", sans-serif;
	background:#000;
	color:#fff200;
	display:block;
	padding:10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	width: 100%;
	max-width: 250px;
	margin:0 auto;
    transition: .2s ease-in;
	border:1px solid #fff200;
	outline: none;
	cursor: pointer;
	border-radius: 50px!important;
}
.sandhills_featured_inventory-2-widgetContainer .carousel_details_btn:hover {
	color:#000;
	background:#fff;
}

/*===================== 
	form styles 
=======================*/

.contactForm {
	background: #fff;
	padding: 60px 40px !important;
	border-radius: 60px;
	position: relative;
}
.contactForm:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: calc(100% - 15px);
	height: calc(100% + 15px);
	bottom: -16px;
	left: 19px;
	border-bottom-right-radius: 80px;
	border-bottom: 8px solid #fff;
	border-bottom-left-radius: 80px;;
}
.contactForm form {
	position: relative;
	z-index: 2;
}
.contactForm p {
	font-size: 20px;
	font-weight: 700;
	padding:20px 0 10px 0;
}

/*===================== 
	Blog Page styles 
=======================*/

.blog-post-cont {
	background:#fff;
	background-color:#000;
    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;
	margin: 5px 0;
}
.blog-post-img {
	width: 30%;
	background:#fff;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-post-img img {
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: center center;
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.blog-post-info {
	width:68%;
	text-align: left;
}
.blog-post-info h2 {
	font-size: 22px;
	text-align: left;
	font-weight:700;
	color:#fff;
	border-bottom: 1px solid #fff200;
	padding-bottom: 5px;
}
.blog-post-info .blog-date {
	font-size: 18px;
	text-align: left;
	font-weight:600;
	padding-bottom: 10px;
	color:#fff;
}
.blog-post-text {
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
	color:#fff;
}


.blog-wrap-1 {
	width: 100%;
	box-sizing: border-box;
	padding:40px 20px;
}

.blog-page-header-1 {
	display: flex;
	flex-direction: column;
	gap:20px;
}
.blog-page-header-info-1 {
	padding:60px 40px;
	border-radius:80px;
	background:#f0f0f0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}
.post-head-text-1 {
	flex-grow: 1;
}
.news-blog-post-date {
	font-size:20px;
	font-weight:700;
	font-family: "Open Sans", sans-serif;
}
.news-blog-post-date a {
	color:#000;
}
.news-blog-post-date .updated {
	display: none;
}
.blog-share-links {
	border-radius: 40px;
	background:#fff200;
	padding:40px;
}
.blog-share-links p { 
	font-size: 20px;
}
.blog-share-links a { 
	font-size:20px;
	color:#000;
	padding:5px;
}
.blog-share-links a:hover { 
	opacity: 0.7;
}
.promo-brand-logo {
	width: 100%;
	max-width: 200px;
}
.promo-brand-logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
.post-feature-img {
	width: auto;
	max-width: 100%;
	margin:0 auto;
	height: auto;
	object-fit: contain;
	object-position: center;
	display: block;
}
.blog-pg-content {
	padding:40px 0;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.blog-pg-content a {
	color:#000;
	font-weight: 700;
}
.blog-pg-content a:hover {
	opacity: 0.7;
}
.blog-nav-foot-1 {
	padding:40px 0;
}
.blog-nav-foot-1 .screen-reader-text {
	display: none;
}
.blog-nav-foot-1 .nav-links {
	display: flex;
	justify-content: center;
	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, .NextButton-cc-equipment-blog, .PrevButton-cc-equipment-blog {
	font-family: "Open Sans", sans-serif;
	background:#fff200;
	color:#000;
	display: inline-block;
	padding:10px 20px;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius: 50px!important;
	box-sizing: border-box;
	line-height: 1;
	width: auto;
	white-space: nowrap;
}
.NextButton-cc-equipment-blog u, .PrevButton-cc-equipment-blog u {
	text-decoration: none;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover, .NextButton-cc-equipment-blog:hover, .PrevButton-cc-equipment-blog:hover {
	color:#fff200;
	background:#000;
}

.blog-cat-nav-1 {
	padding:40px 20px;
	border-radius: 40px;
	width: 100%;
	box-sizing: border-box;
	background:#f0f0f0;
}
.blog-cat-nav-1 p {
	font-size:18px;
	font-weight:600;
	color:#000;
}
.blog-cat-nav-1 ul {
	padding:20px 0;
	margin: 0;
}
.blog-cat-nav-1 ul li {
	padding:0 0 5px 0;
	margin:0;
	list-style: none;
}
.blog-cat-nav-1 ul li a {
	font-size:16px;
	font-weight:800;
	color:#000;
	transition: .2s ease-in;
}
.blog-cat-nav-1 ul li a:hover {
	opacity: 0.7;
}
.taxonomy-header h1 {
	font-size: 0px;
}
.taxonomy-header h1 span {
	font-size: 30px;
}
.post-cat-page {
	padding-bottom: 40px;
}
.post-cat-page > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:10px 20px;
	gap:10px;
}
.post-cat-page .blog-post-cont {
	width: calc(66.666% - 10px);
	box-sizing: border-box;
}
.post-cat-page .blog-cat-nav-1 {
	width: calc(33.333% - 10px);
	box-sizing: border-box;
}

/*===================== 
	Tab section Styles
=======================*/



.nav-tabs {
	padding:20px!important;
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap:10px;
	flex-wrap:wrap;
	border-bottom: 2px solid #000;
}
.nav-tabs li {
	flex-grow: 1;
	min-width: calc(33.33% - 10px);
}
.nav-tabs li a {
	background:#fff200;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight:800;
	color:#000;
	font-family: "Open Sans", sans-serif;
	transition: .2s ease-in;
	cursor: pointer;
	border-radius:26px;
	position: relative;
	border:1px solid #fff200;
	text-transform: uppercase;
}
.nav-tabs li a.active {
		background:#000!important;
	color:#fff200!important;
}
.nav-tabs li a:hover {
	border:1px solid #000;
	background:#e7dc14;
}
/*===================== 
	Inventory styles 
=======================*/


.bottom-bar .listing-control-bar a,
.bottom-bar .mobile-listing-control-bar a, .listing-widgets-detail .Currency a {
	color:#fff!important;	
}

/*------------------------------ General Listings Page---------------------------------*/

/*----Page Background Color----*/

/*----Page Sizing----*/

.container-inv a {
	color:#000;
}
.listing-prices__retail-price {
	color:#000;
}

/*----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:#000 !important; color: #fff200 !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:#000!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #000!important;
    border: 1px solid #000!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #000!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #000!important;
	color:#fff200;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #000!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: #000 !important; color:#fff200!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:#000 !important; color: #fff200 !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:#000 !important; color: #fff200!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:#000 !important; color:#fff200 !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff200 !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:#000!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#000!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#000!important;
}
.detail-content-mobile .share-listing {
	color:#000!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#000!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#000!important;
}
.cs-btns .button {background:#000 !important; color: #fff200 !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}


/*===================== 
	accordian styles 
=======================*/

.widget_sandhills_new_accordion .accordion-button {
	background: #000;
	border-radius: 10px!important;
	color: #fff;
}
.widget_sandhills_new_accordion .accordion-button:not(.collapsed) {
	background:#fff200;
	color: #000;
}

.widget_sandhills_new_accordion .accordion-button::after {
	filter: brightness(1000%);
}


/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-lg-left {
	padding-left:clamp(0px, -880px + 50vw, 100vw)!important;
}
.container-lg-right {
	padding-right:clamp(0px, -880px + 50vw, 100vw)!important;
}
.container-md-left {
	padding-left:clamp(0px, -600px + 50vw, 100vw)!important;
}
.container-md-right {
	padding-right:clamp(0px, -600px + 50vw, 100vw)!important;
}
.container-inv {
	padding:20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cpt-grid-wrap .item {
	padding:10px!important;
}
.cpt-grid-wrap .item > div {
	height: 100%;
}
.cpt-slider .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpt-round-grid-cont {
	border-radius: 30px;
	border:2px solid #000;
	padding:20px;
	display: flex;
	flex-direction: column;
	gap:20px;
	height: 100%;
	justify-content: space-between;
}
.cpt-grid-info h3 {
	font-family: "Open Sans", sans-serif;
	font-size:25px;
	color:#000;
	font-weight:800;
	padding-bottom: 10px;
	border-bottom: 6px solid #fff200;
	text-transform: uppercase;
}
.cpt-grid-info p {
	text-align: left;
}
.cpt-grid-info a {
	text-align: left;
}
.cpt-grid-btn {
	display: flex;
	flex-wrap: wrap;
}
.cpt-grid-btn a {
	width: 100%;
}
.info-wrap-right {
	width: calc(100% - 20px);
	max-width: calc(50% + 880px);
	position: relative;
	border-bottom-right-radius:80px;
	border-bottom: 6px solid rgb(255, 255, 255);
}
.info-wrap-right:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% + 15px);
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 80px;
	border-bottom: 8px solid #000;
}

.info-wrap-right .outerEditableArea:first-of-type > div  {
	padding-left:clamp(20px, -880px + 50vw, 100vw)!important;
}
.info-wrap-right .outerEditableArea:last-of-type {
	border-bottom-right-radius:80px;
	border-top-right-radius:80px;
	overflow: hidden;
}

.round-corners-large {
	border-radius: 80px;
	overflow: hidden;
}


.column-1 { width:100%; box-sizing:border-box;}	
.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 
=======================*/


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.loc-pg-left {
		width: 39%;
	}
	.loc-pg-right {
		width: 59%;
	}
}

@media only screen and (max-width : 1050px) {
	.about-info-round {
		padding-left: 0!important;
		width: 100%;
	}
	.about-info-round > .row {
		border-top-left-radius:80px;
		border-bottom-left-radius:0px;
		border-top-right-radius:80px;
	}
	.home-reviews {
		padding-right: 0!important;
		width: 100%;
	}
	.home-reviews > .row {
		border-top-right-radius:0px;
		border-bottom-right-radius:80px;
		border-bottom-left-radius:80px;
		background:#f0f0f0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.loc-pg-left {
		width: 49%;
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.loc-pg-right {
		width: 49%;
	}
}

@media screen and (max-width: 900px) {
	.head-wrap-cont-1 {
		padding-left: 20px;
		border-bottom-right-radius:60px;
	}
	.head-links, .head-soc {
		display: none;
	}
	.head-logo {
		max-width: 100px;
	}
	.head-wrap:after {
		border-bottom-right-radius: 60px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.location-slide-info-1 {
		width: 100%;
		padding:30px 15px;
	}
	.loc-name-info {
		height: 100%;
		font-size: 16px;
	}
	.location-slide-map {
		display: none;
	}
	.location-slide-cont-1 {
		padding-top: 10px;
	}
	.location-slide-info-1 h3 {
		font-size:22px;
	}
	.location-address-col-1 p {
		font-size:16px;
	}
	.info-wrap-right .outerEditableArea:first-of-type  {
		border-bottom-right-radius:80px;
		overflow: hidden;
	}
	.info-wrap-right .outerEditableArea:last-of-type {
		border-bottom-right-radius:0px;
		border-top-right-radius:80px;
	}
	.about-info-round > .row {
		padding:60px 20px;
	}
	.round-corners-large, .location-page-cont-1 .container-lg, .contactForm {
		border-radius:40px;
	}
	.blog-page-header-info-1 {
		padding:40px 20px;
		border-radius:40px;
	}
	.contactForm:after {
		border-bottom-right-radius:40px;
		border-bottom-left-radius: 40px;;
	}
	.loc-pg-left {
		width: 100%;
	}
	.loc-pg-right {
		width: 100%;
	}
	.post-cat-page .blog-post-cont, .post-cat-page .blog-cat-nav-1 {
		width: 100%;
	}
	.blog-post-info h2 {
		font-size: 20px;
	}
	.blog-post-info .blog-date {
		font-size: 16px;
	}
	.blog-post-text {
		font-size: 14px;
	}
	.nav-tabs li {
		width: 100%;
		min-width:100%;
	}

}

@media only screen and (max-width : 560px) {
	.location-name .slick-track .slick-slide {
		width:100%!important;
	}
	.location-btn-cont-1 a {
		width: 100%;
	}
	.blog-post-img, .blog-post-info {
		width: 100%;
		margin:0 auto;
	}
	.nav-tabs li a {
		padding:10px;
		font-size: 16px;
		border-radius:15px;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.home-reviews .slick-slide .testimonial-quote {
		font-size: 14px;
	}
	.home-reviews .slick-slide .customer {
		font-size: 18px;
	}
	.blog-nav-foot-1 .nav-links {
		flex-wrap: wrap;
	}
	.blog-nav-foot-1 .nav-previous a, .blog-nav-foot-1 .nav-next a {
		padding:10px;
		font-size: 14px;
	}
}
