/*
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
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

:root {
	--dark-blue-color:#001843;
	--blue-color:#00205B;
	--light-blue-color:#275cad;
	--yellow-color:#FFD300;
	--grey-color:#e1e9f0;
	--body-font:"Heebo", sans-serif;
	--header-font:"Besley", serif;
}


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 {
	
	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:var(--body-font); 
    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-yellow {
	font-family: var(--body-font);
	background:var(--yellow-color);
	color:#000;
	display: inline-block;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid var(--yellow-color);
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	line-height: 1;
}
.butn-yellow:hover {
	color:var(--yellow-color);
	background:#000;
	border-radius:5px!important;
}
.butn-blue {
	font-family: var(--body-font);
	background:var(--blue-color);
	color:#fff;
	display: inline-block;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid var(--blue-color);
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	line-height: 1;
}
.butn-blue:hover {
	color:var(--blue-color);
	background:#fff;
	border-radius:5px!important;
}
.butn-dk-blue {
	font-family: var(--body-font);
	background:var(--blue-color);
	color:#fff;
	display: inline-block;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid var(--blue-color);
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	line-height: 1;
}
.butn-dk-blue:hover {
	color:var(--blue-color);
	background:#fff;
	border-radius:5px!important;
}
.butn-white {
	font-family: var(--body-font);
	background:#fff;
	color:var(--blue-color);
	display: inline-block;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	line-height: 1;
}
.butn-white:hover {
	color:#fff;
	background:var(--blue-color);
	border-radius:5px!important;
}

.soc-link {
	color:var(--yellow-color);
	font-size:20px;
	transition: .2s ease-in;
	margin:0 4px;
	border:0px;
	background:none;
	outline: none;
}
.soc-link:hover {
	opacity: 0.7;
}
.text-link-black {
	color:#000;
	font-size:20px;
	font-weight: 700;
	transition: .2s ease-in;
	border:0px;
	background:none;
	outline: none;
}
.text-link-black:hover {
	opacity: 0.7;
}

/*===================== 
	header styles 
=======================*/

#header {
	width: 100%;
	display: block;
	float: none;
}
.head-top {
	width: 100%;
	background: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
.head-top a {
	text-decoration: none;
}
.head-logo {
	padding:20px 0 20px clamp(20px, -880px + 50vw, 100vw);
}
.head-contact {
	padding:20px clamp(20px, -880px + 50vw, 100vw) 20px 40px;
	background:var(--blue-color);
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}
.head-contact .item {
	width: auto!important;
}
.head-contact .prevButton-container-store-locations, .head-contact .nextButton-container-store-locations {
	display: none!important;
}
.head-contact .post-container-store-locations {
	flex-wrap: nowrap;
}
.mob-contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.head-phone-1 {
	font-size:16px;
	font-weight: 500;
	color:#fff;
	transition: .2s ease-in;
	white-space: nowrap;
	margin:0 10px;
	text-decoration: none;
}
.head-phone-1:hover {
	opacity: 0.7;
}

.head-search {
	display: flex;
	position: relative;
}
.head-search-bar {
	transition: .2s ease-in;
	width: 0;
	max-width: 400px;
	overflow: hidden;
	position: absolute;
	top: calc(100% + 10px);
	right: -10px;
}
.head-search-bar.open {
	width: calc(100vw - 30px);
}
.head-search-bar form {
	width: 100%;
	display: flex;
	background:#fff;
	border-radius: 50px;
	gap:5px;
	padding: 2px 15px;
	align-items: center;
	box-sizing: border-box;
	border:1px solid var(--blue-color);
}
.head-search-bar form input {
	border: 0px;
	outline: none;
	font-family:var(--body-font);
	padding: 5px 10px;
	box-sizing: border-box;
	background:#fff;
	width: calc(100% - 33px);
}
.head-search-bar form button {
	font-size:22px;
	color:#000;
	border:0px;
	outline:none;
	background:none;
}
.head-search-open {
	font-size:22px;
	color:#fff!important;
	transition: 0.2s ease-in;
	cursor: pointer;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-search-open.open .search-open, .head-search-open .search-close {
	display: none;
}
.head-search-open.open .search-close {
	display: block;
}
.head-search-open:hover {
	opacity: 0.6;
}
.head-mob-search-bar {
	padding:10px;
	width: 100%;
	box-sizing: border-box;
}
.head-mob-search-bar form {
	background:#fff;
	border-radius: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.head-mob-search-bar form input {
	border: 0px;
	outline: none;
	font-family:var(--body-font);
	padding: 5px 10px;
	box-sizing: border-box;
	background:#fff;
	width: calc(100% - 33px);
}
.head-mob-search-bar form button {
	font-size:22px;
	color:#000;
	border:0px;
	outline:none;
	background:none;
}

.head-nav {
	width: 100%;
	background:var(--blue-color);
	position: sticky;
	z-index: 101;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	gap:2vw;
	padding:0 20px;
}
.head-nav a {
	text-decoration: none;
}

/*===================== 
	Home Hero styles 
=======================*/


.hero-left {
	width: 60%!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 clamp(20px, -860px + 50vw, 100vw) !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-left .slick-slider {
	margin-bottom: 0px;
}
.hero-right {
	width: 40%!important;
	box-sizing: border-box;
}
.wrap-hero-slider {
	position: relative;
	width: 100%;
	background:#000;
	height: 650px;
	display: flex;
	align-items: stretch;
	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:#000;
	content:"";
}
.hero-slider-nav {
	box-sizing: border-box;
	height:auto;
	position: relative;
	right: 32px;
	z-index: 4;
}
.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:4px;
}
.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;
	background:var(--blue-color);
	display: flex!important;
	justify-content: center;
	align-items: center;
	width:180px!important;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.2s ease-in;
}
.hero-slider-nav .slick-slide:first-of-type .hero-slide-nav-slide {
	border-top-left-radius:30px;
}
.hero-slider-nav .slick-slide:last-of-type .hero-slide-nav-slide {
	border-bottom-left-radius:30px;
}
.slick-slide .hero-slide-nav-slide {
	height:100%;
}
.slick-current .hero-slide-nav-slide {
	background:#fff;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
}
.slick-current .hero-slide-nav-slide h2 {
	color:var(--dark-blue-color);
}
.hero-slide-nav-slide h2 {
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-align: center;
	margin:0;
}
.hero-slide-nav-slide span {
	position: absolute;
	right:0;
	height: 100%;
	padding:0 2px;
	box-sizing: border-box;
	font-size:20px;
	color:var(--yellow-color);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1;
	background:var(--blue-color);
}
.hero-slide-nav-slide:hover {
	background: var(--dark-blue-color);
}
.slick-current .hero-slide-nav-slide:hover {
	background:#fff;
}
.slick-current .hero-slide-nav-slide span {
	display: flex;
}
.hero-slider-1 {
	width: calc(100% - 180px);
	box-sizing: border-box;
	overflow: hidden;
}
.hero-slider-1 .slick-list, .hero-slider-1 .slick-track, .hero-slider-1 .slick-slide, .hero-slider-1 .slick-slide > div {
	height: 100%!important;
	box-sizing: border-box;
	padding:0!important;
}
.hero-slider-1 .slick-slide {
	width: 100%;
}
.hero-slider-slide-1 {
	display: flex!important;
	padding:0px 40px 0 0;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	flex-wrap: wrap;
	gap: 4px 0;
}
.hero-slider-slide-1 a {
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 160px;
	padding:10px 0;
	box-sizing: border-box;
}
.hero-slider-slide-1 a img {
	width: 100%;
	max-width: 176px;
	height:100%;
	display: block;
	object-fit: contain;
	object-position: center;
	margin:0 auto 5px auto;
	transition: 0.1s ease-in;
}
.hero-slider-slide-1 a h2 {
	font-size:16px;
	color:#fff;
	font-weight:500;
	text-align: center;
	transition: 0.1s ease-in;
	margin:0;
}
.hero-slider-slide-1 a:hover img {
	filter: brightness(0) saturate(100%) invert(90%) sepia(28%) saturate(1958%) hue-rotate(341deg) brightness(97%) contrast(102%);
}
.hero-slider-slide-1 a:hover h2 {
	color:var(--yellow-color);
}




/*===================== 
	content styles 
=======================*/

.home-about-cont {
	
}

.wrap-white-bg-slider {
	background:#fff;
	border-radius: 40px;
	padding:0px 20px!important;
}
.wrap-white-bg-slider .slick-track {
	align-items: center;
}
.wrap-white-bg-slider .item {
	padding:10px 20px!important;
}
.brand-slide {
	display: block;
	padding:10px;
	transition: 0.2s ease-in;
}
.brand-slide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center;
}
.brand-slide:hover {
	opacity: 0.7;
}

/*===================== 
	Tab section Styles
=======================*/

.table {
	width: 100%;
	display: block;
	overflow: scroll;
}
.table tbody {
	width: 100%;
  display: table;
  min-width: 400px;
}

/*===================== 
	Tab section Styles
=======================*/

.container-fluid div:has(>.nav-tabs) {
	background: var(--grey-color);
}

.nav-tabs {
	padding:20px!important;
	width: 100%;
	max-width: 1300px;
	margin:0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap:10px;
	flex-wrap:wrap;
}
.nav-tabs li {
	flex-grow: 1;
	min-width: calc(16.66% - 10px);
}
.nav-tabs li a {
	font-family: var(--body-font);
	background:var(--blue-color);
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid var(--blue-color);
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	line-height: 1;
}
.nav-tabs li a.active {
	background:var(--yellow-color);
	color:var(--blue-color);
}
.nav-tabs li a:hover {
	color:var(--blue-color);
	background:#fff;
	border-radius:5px!important;
}

.widget_sandhills_featured_inventory .slick-slider {
	align-items: center;
	gap:5px;
	
}
.widget_sandhills_featured_inventory .slick-slide > div, .widget_sandhills_featured_inventory .slick-slide > div > div {
	height: 100%;
}  
.widget_sandhills_featured_inventory .card {
	border-radius:20px!important;
	height: 100%;
}
.widget_sandhills_featured_inventory .card-body {
	text-align: center;
}
.widget_sandhills_featured_inventory .listing-title {
	font-family:var(--body-font);
	font-size:16px;
	font-weight:400;
	color:#000;
}
.small_spec {
	font-family:var(--body-font);
	font-size:16px;
	font-weight:700;
	color:#000;
	
}
.widget_sandhills_featured_inventory .card-body button  {
	font-family: var(--body-font);
	background:var(--yellow-color);
	color:#000;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid var(--yellow-color);
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	display:block;
	width: 100%;
	max-width: 200px;
	margin:0 auto;
	box-sizing: border-box;
	line-height: 1;
}
.widget_sandhills_featured_inventory .card-body button:hover {
	color:var(--yellow-color);
	background:#000;
	border-radius:5px!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%;
}
.widget_sandhills_featured_inventory .slick-arrow {
	position: static;
}
.widget_sandhills_featured_inventory .slick-arrow i {
	
}
.widget_sandhills_featured_inventory .slick-prev i {
	border-top-left-radius:40px!important;
	border-bottom-left-radius:40px!important;
	border-bottom-right-radius:0!important;
	border-top-right-radius:0!important;
	padding: 20px 0px 20px 4px!important;
	font-size: 18px!important;
}
.widget_sandhills_featured_inventory .slick-next i {
	border-top-left-radius:0!important;
	border-bottom-left-radius:0!important;
	border-bottom-right-radius:40px!important;
	border-top-right-radius:40px!important;
	padding: 20px 4px 20px 0px!important;
	font-size: 18px!important;
}

/*===================== 
	Grid post styles 
=======================*/

.wrap-post-grid {
	
}
.wrap-post-grid .item {
	padding:10px!important;
}
.wrap-post-grid .item > div {
	height: 100%;
}
.post-type-round {
	background:#fff;
	border-radius: 30px;
	padding:20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	height: 100%;
}
.post-type-round img {
	display: block;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
}

.post-type-round .large-text {
	font-size: 18px;
	font-weight: 800;
	color:#000;
}
.post-type-round .small-text {
	font-size: 16px;
	font-weight: 600;
	color:var(--blue-color);
}
.post-type-round .btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
.post-type-round .btn-cont-1 a {
	width: 49%;
	text-transform: uppercase;
}
.image-round-corners {
	border-radius: 20px;
}
.post-brand-logo {
	height:100px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
}
.post-brand-logo img {
	max-height: 100px;	
}
.post-equip-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.post-equip-img img {
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
	border-radius: 5px;
	max-width: 100%;
	max-height: inherit;
}
.post-equip-btn-cont {
	flex-grow: 1;
	display: flex;
	gap:10px 0;
	flex-wrap: wrap;
}
.post-equip-btn-cont a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

/*===================== 
	Contact Form styles 
=======================*/

.contactForm {
	background-color: white;
    border-radius: 30px;
	padding:40px 20px!important;
}
.contactForm .form-group h3 {
	font-size: 24px;
}

/*===================== 
	Location styles 
=======================*/

/*== Location page styles ==*/

.wrap-loc-pg {
	width: 100%;
	background:var(--grey-color);
}
.loc-page-head {
	padding:40px 20px;
	width: 100%;
	box-sizing: border-box;
}
.loc-page-head h1 {
	font-family: var(--header-font);
    font-weight: 800;
    text-align: center;
    font-size: clamp(22px, 2vw,36px);
	text-transform: uppercase;
}
.loc-pg-info {
	display: flex;
	flex-wrap: wrap;
	border-radius: 30px;
	overflow: hidden;
	color:#fff;
	margin-bottom: 40px;
}
.loc-pg-info h2 {
	margin:0;
	padding:15px 0 5px 0;
}
.loc-pg-info p {
	font-size: 18px;
	font-weight: 500;
}
.loc-pg-info-left {
	background:var(--blue-color);
	padding:40px;
	width: 40%;
	box-sizing: border-box;
}
.loc-pg-info-map {
	width:60%;
}
.loc-pg-info-map iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}

/*== Location post styles ==*/

.wrap-loc-post-slider .item {
	
}
.wrap-loc-post-slider .slick-slider {
	align-items: center;
	gap:5px;
	flex-wrap: nowrap;
	
}
.wrap-loc-post-slider .slick-arrow {
	position: static;
}

.wrap-loc-post-slider .slick-prev i {
	border-top-left-radius:40px!important;
	border-bottom-left-radius:40px!important;
	border-bottom-right-radius:0!important;
	border-top-right-radius:0!important;
	padding: 20px 0px 20px 4px!important;
	font-size: 18px!important;
}
.wrap-loc-post-slider .slick-next i {
	border-top-left-radius:0!important;
	border-bottom-left-radius:0!important;
	border-bottom-right-radius:40px!important;
	border-top-right-radius:40px!important;
	padding: 20px 4px 20px 0px!important;
	font-size: 18px!important;
}
.wrap-loc-post-slider .item > div {
	border-radius: 20px;
}
.loc-post-cont-1 {
	background:#000;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	gap:20px 0;
}
.loc-post-cont-1 h2 {
	display: block;
	width: 100%;
	padding:20px;
	border-bottom: 4px solid var(--blue-color);
	color:#fff;
	text-align: center;
}
.loc-post-row-1 {
	display: flex;
	flex-wrap: wrap;
}
.loc-post-info-1 {
	width: 40%;
	padding:10px 10px 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.loc-post-info-cont-1 {
	display: flex;
	gap:5px;
}
.loc-post-info-cont-1 span {
	font-size:20px;
	color:var(--yellow-color);
	width: 20px;
}
.loc-post-info-cont-1 a {
	font-size:18px;
	font-weight:800;
	color:#fff;
	text-align: left;
	transition: .2s ease-in;
}
.loc-post-info-cont-1 a:hover {
	color:var(--yellow-color);
}
.loc-post-btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.loc-post-btn-cont-1 a {
	display: block;
	width: 100%;
	text-transform: uppercase;
}
.loc-post-map-1 {
	width: 60%;
	padding:10px 20px 20px 10px;
	box-sizing: border-box;
}
.loc-post-map-1 iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}

/*===================== 
	slideshow styles 
=======================*/
.kenect-wrap {
	background:#000;
	padding:20px 20px 40px 20px;
	box-sizing: border-box;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}
.kenect-wrap h3 {
	color:#fff!important;
}

/*===================== 
	blog and promotion Styles 
=======================*/

/*=== blog and promotion Category Nav Styles ===*/

.blog-cat-nav-1 {
	width: 100%;
	padding: 20px;
	background:#000;
	max-width: 1300px;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	border-radius: 30px;
}
.blog-cat-nav-1 p {
	text-align: center;
	font-size:20px;
	padding-bottom: 20px;
	font-weight: 700;
	color:#fff;
}
.blog-cat-nav-1 ul {
	padding:0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	gap:5px;
	justify-content: center;
}
.blog-cat-nav-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.blog-cat-nav-1 ul li a {
	font-family: var(--body-font);
	background:var(--blue-color);
	color:#fff;
	display: inline-block;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid var(--blue-color);
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	line-height: 1;
}
.blog-cat-nav-1 ul li a:hover {
	color:var(--blue-color);
	background:#fff;
	border-radius:5px!important;
}
.blog-post-cont {
	background:#fff;
	background-color: white;
    border-radius: 30px;
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
	margin-bottom: 20px;
}
.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 and promotion page and template Styles ===*/

.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-manufacturer-promos, .PrevButton-manufacturer-promos {
	font-family: var(--body-font);
	background:var(--blue-color);
	color:#fff;
	display: inline-block;
	padding:14px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
    transition: .2s ease-in;
	border:1px solid var(--blue-color);
	outline: none;
	cursor: pointer;
	border-radius: 10px!important;
	line-height: 1;
	margin:10px 0;
	box-sizing: border-box;
	width: auto;
	white-space: nowrap;
}
.NextButton-manufacturer-promos u, .PrevButton-manufacturer-promos u {
	text-decoration: none;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover, .NextButton-manufacturer-promos:hover, .PrevButton-manufacturer-promos:hover {
	color:var(--blue-color);
	background:#fff;
	border-radius:5px!important;
}
.promo-cat-header .container-md, .blog-cat-header .container-md {
	padding: 60px 20px 20px 20px;
}
.blog-cat-header h1 {
	color:#000;
	font-size:clamp(28px, 4vw, 36px);
	text-transform: uppercase;
	font-family: "Besley", sans-serif;
	font-weight:800;
}
.promo-cat-header h1 {
	color:#000;
	font-size:0px;
	font-family: "Besley", sans-serif;
	font-weight:800;
	text-align: center;
}
.promo-cat-header h1 span {
	font-size:clamp(28px, 4vw, 36px);
	text-transform: uppercase;
}
.post-cat-page {
	background:var(--grey-color);
}
.blog-feature-img {
	padding:20px 0;	
}
.blog-feature-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
.news-blog-page-cont-1 {
	background:#fff;
	background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.08);
	padding:20px;
}
.blog-pg-content  {
	display: flex;
	flex-direction: column;
	gap:10px;
}
.blog-nav-foot-1 .nav-links {
	display: flex;
	justify-content: center;
	gap:20px;
	padding:40px 0;
}
.blog-nav-foot-1 .screen-reader-text {
	display: none;
}


/*------------------------------ 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:var(--blue-color)!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, .view-all-link {background:var(--blue-color)!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, .view-all-link:hover {background:var(--dark-blue-color) !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  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:#fff;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color:var(--blue-color)!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: var(--blue-color) !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:var(--blue-color) !important; color: #fff !important;}
.view-listing-details-link:hover {background:var(--dark-blue-color) !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:var(--blue-color) !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:var(--blue-color)!important; color:#ffffff!important;}
.main-detail-data .offer-btn:hover {background:var(--dark-blue-color) !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:var(--blue-color) !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:var(--blue-color) !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:var(--blue-color)!important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:var(--blue-color)!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:var(--blue-color)!important; color: #fff !important;}
.cs-btns .button:hover {background:var(--dark-blue-color)!important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-inv {
	padding:60px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.align-center {
	display: flex;
	align-items: center;
}
.top-corners {
	border-top-left-radius:30px!important;
	border-top-right-radius:30px!important;
}
.bottom-corners {
	border-bottom-left-radius:30px!important;
	border-bottom-right-radius:30px!important;
}
.small-corners {
	border-radius: 10px;
}

.content-copy-overset {
	border-radius: 30px!important;
}
.white-corner-content-widget {
	padding:40px!important;
	border-radius: 30px;
	background:#fff;
}
.row:has(> .white-corner-section-widget) {
	background:var(--grey-color);
}

.white-corner-section-widget {
	padding:40px!important;
	border-radius: 30px;
	background:#fff!important;
	margin: 40px auto !important;
}

.column-1 { width:100%!important; box-sizing:border-box;}	
.column-1-6 { width: 16.66%; box-sizing:border-box;}
.column-1-4 { width: 25%; box-sizing:border-box;}
.column-1-3 { width: 33.33%; box-sizing:border-box;}
.column-1-2 { width: 50%; box-sizing:border-box;}
.column-2-3 { width: 66.66%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}
.column-5-6 { width: 83.33%; box-sizing:border-box;}

.column-1-5 { width: 20%; box-sizing:border-box;}
.column-2-5 { width: 40%; box-sizing:border-box;}
.column-3-5 { width: 60%; box-sizing:border-box;}
.column-4-5 { width: 80%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

.foot-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot-logo {
	padding:80px 60px 80px clamp(20px, -880px + 50vw, 100vw);
	width: 30%;
	box-sizing: border-box;
	background:#000;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.foot-right {
	padding:80px clamp(20px, -880px + 50vw, 100vw) 80px 60px;
	width: 70%;
	box-sizing: border-box;
	background:var(--blue-color);
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.foot-right a {
	text-decoration: none;
}
.foot-nav {
	width:50%;
}
.foot-contact {
	width:25%;
}
.foot-nav-auction  {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-around;
	max-width: 800px;
}
.foot-logo-auct {
	display: flex;
	flex-direction: column;
	gap:10px;
	width: 100%;
	padding-bottom: 40px;
}
.foot-logo-auct img {
	
}
.foot-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
	width: 100%;
}
.foot-social a {
	color:var(--yellow-color);
	font-size:20px;
}
.foot-social a:hover {
	opacity: 0.7;
}
.foot-nav-col {
	display: flex;
	flex-direction: column;	
}
.foot-nav-col p {
	font-family:var(--body-font); 
	 font-size:18px;
	font-weight:700;
	color:#f9c816;
	padding-bottom:20px;
}
.foot-nav-col a {
	font-family:var(--body-font); 
	font-size: 16px;
	font-weight:400;
	color:#fff;
}
.foot-nav-col a:hover {
	color:#f9c816;
}
.foot-log-info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-bottom: 16px;
}
.foot-log-info a {
	font-size:16px;
	font-weight:500;
	color:#fff;
	font-family: var(--body-font);
	transition: 0.2s ease-in;
	text-align: left;
	line-height: 1.3;
}
.foot-log-info a:hover {
	opacity: 0.7;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

@media only screen and (max-width : 1100px) {	

	.hero-left, .hero-right {
		width:100%!important;
		padding-right: 0px!important;
	}
	.wrap-hero-slider::after {
		display: none;
	}
	.hero-left .widgetContainer:nth-of-type(2) > .widget {
		padding: 0 20px!important;
	}
	.wrap-hero-slider {
		padding:0;
		height: 100%;
		box-sizing: border-box;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	.hero-slider-nav {
		width:30%;
		padding:0;
	}
	.hero-slider-1 {
		width: 70%;
		padding:0 20px;
		box-sizing:border-box;
	}
	.hero-slide-nav-slide {
		width:100%!important;
	}
	.head-nav {
		padding:0;
	}
	.hero-slider-nav {
		right:0;
	}
	.hero-slider-nav .slick-slide:first-of-type .hero-slide-nav-slide {
		border-top-left-radius:0px;
	}
	.loc-post-info-1, .loc-post-map-1 {
		width: 100%;
	} 
	.hero-slider-slide-1 a {
		height: 150px;
	}
	.nav-tabs {
		flex-wrap:wrap;
	}
	.nav-tabs li {
		flex-grow: 1;
	}
}

@media only screen and (max-width :1000px) {
	.head-contact, .head-search {
		display: none;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.foot-logo, .foot-right {
		width:100%;
	}
	.foot-nav {
		width: 66.66%;
	}
	.foot-contact {
		width: 33.33%;
	}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.hero-left .widgetContainer:nth-of-type(2) > .widget {
		padding: 0 20px !important;
	}
	.content-copy-overset {
		margin-top: -40px;
	}
	.post-type-round {
		border-radius:20px;
		padding:10px;
	}
	.post-type-round .large-text {
		font-size: 16px;
	}
	.post-type-round .small-text {
		font-size: 14px;
	}
	.image-round-corners {
		border-radius: 10px;
	}
	.white-corner-content-widget, .white-corner-section-widget {
		padding:40px 20px!important;
	}
	.foot-right {
		display: none;
	}
}
@media only screen and (max-width : 650px) {
	.head-logo {
		width: 100%;
		max-width: 400px;
	}
	.hero-slide-nav-slide {
		padding:10px;
	}
	.slick-current .hero-slide-nav-slide {
		background:#fff;
	}
	.hero-slide-nav-slide span {
		padding:0px;
		font-size:14px;
	}
	.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;
	}
	.butn-yellow, .butn-blue, .butn-dk-blue, .nav-tabs li a {
		padding:10px;
		font-size: 16px;
	}
	.loc-post-map-1 {
		display: none;
	}
	.hero-slider-slide-1 {
		padding:0px;
	}
	

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.post-equip-img {
		height:150px;
	}
}
