/*
Theme Name: www.fepomachinery.com
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

#282828

*/

/*--------------------------------------------------------------
## 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: "Mona 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: "Mona Sans", sans-serif;
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
	font-size: 18px;
	border-radius: 50px;
	font-weight: 400;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	
}
.butn-black:hover {
	color:#000;
	background:#fff;
}
.butn-white {
	font-family: "Mona Sans", sans-serif;
	background:#fff;
	color:#000;
	display: inline-block;
	padding:10px 20px;
	font-size: 18px;
	border-radius: 50px;
	font-weight: 400;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
.butn-white:hover {
	color:#fff;
	background:#000;
}
.butn-black-outline {
	font-family: "Mona Sans", sans-serif;
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
	font-size: 18px;
	border-radius: 50px;
	font-weight: 400;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
.butn-black-outline:hover {
	color:#000;
	background:#fff;
}
.butn-black-outline-sq {
	font-family: "Mona Sans", sans-serif;
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
	font-size: 18px;
	border-radius:12px;
	font-weight: 400;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
.butn-black-outline-sq:hover {
	color:#000;
	background:#fff;
}


.text-link-white {
	color:#fff;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-white:hover {
	opacity: 0.7;
}
.text-link-black {
	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;
}
 

/*===================== 
	header styles 
=======================*/

#header {
	z-index: 100;
}

.wrap-header {
	width: 100%;
	position: relative;
}
.top-head {
	width: 100%;
	background:#000;
}
.top-head .container-lg {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:20px;
	padding:10px 20px;
}
.head-search {
	display: flex;
	gap:10px;
}
.head-search-bar {
	transition: .2s ease-in;
	width: 0;
	max-width: 400px;
	overflow: hidden;
}
.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;
}
.head-search-bar form input {
	border: 0px;
	outline: none;
	font-family: 'Outfit', sans-serif;
	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;
}
.header-cont {
	width: 100%;
	position: absolute;
	left:0;
	top:100%;
	z-index: 2;
}
.highlightSidebars .header-cont {
	position: static;
}
.header-cont .container-lg  {
	display: flex;
	gap:0 10px;
	align-items: center;
	justify-content: space-between;
	padding:20px;
}
.head-logo {
	width: 100%;
	max-width: 220px;
}
.head-nav {
	
}
.head-right {
	width: 100%;
	max-width: 220px;
	position: relative;
	display: flex;
  	justify-content: flex-end;
}
.head-right .butn-black-outline-sq.open {
	color:#000;
	background:#fff;
}
.click-to-open {
	position: absolute;
	top:calc(100% + 10px);
	right:0;
	background:#000;
	border-radius: 20px;
	padding:10px;
	z-index: 1;
	display: none;
}
.click-to-open.open {
	display: block;
}
.click-to-open a:hover {
	opacity: 0.6;
}


/*===================== 
	content styles 
=======================*/

.hero-wrap {
	position: relative;
	
}
.hero-overlay {
	position: relative;
	z-index: 2;
	padding:calc(14% + 80px) 20px!important;
}
.hero-search-bar {
	width: 100%;
	max-width: 525px;
	display: flex;
	background:rgba(255,255,255,0.2);
	border-radius: 50px;
	gap:5px;
	padding:5px 10px;
	align-items: center;
	box-sizing: border-box;
	margin-top: 20px;
}
.hero-search-bar form {
	width: 100%;
	display: flex;
	background:rgba(0,0,0,0);
	border-radius: 50px;
	gap:5px;
	padding: 2px 15px;
	align-items: center;
	box-sizing: border-box;
}
.hero-search-bar form input {
	border: 0px;
	outline: none;
	font-family: 'Outfit', sans-serif;
	padding: 5px 10px;
	box-sizing: border-box;
	background:rgba(0,0,0,0);
	flex-grow: 1;
	color:#fff!important;
	opacity: 1!important;
}
.hero-search-bar form input::placeholder, .hero-search-bar form input::-webkit-input-placeholder  {
	opacity: 1!important;
	color:#fff!important;
}
.hero-search-bar form button {
	font-size:22px;
	color:#fff;
	border:0px;
	outline:none;
	background:none;
}
.hero-bg-video {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background:#000!important;
}
 #myVideo {
	position: absolute;
	min-width: 100%;
	min-height: 100% !important;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	width: 100%;
	opacity: 0.6;
}
.highlightSidebars #myVideo {
	position: static;
	width: 100%;
	height: auto;
	transform:none;
}

/*===================== 
	slideshow styles 
=======================*/


.wrap-featured-inv .card {
	background:#282828;
	border:0px;
}
.wrap-featured-inv .outer-img-box {
	padding:0;
}
.wrap-featured-inv .card-body {
	text-align: center;
}
.wrap-featured-inv .listing-title {
	color:#fff;
}
.wrap-featured-inv .small_spec {
	color:#fff;
}

.wrap-featured-inv #controls {
	display: none;
}
.wrap-featured-inv .carousel_details_btn {
	font-family: "Mona Sans", sans-serif;
	background:#000;
	color:#fff;
	display:block;
	padding:10px 20px;
	font-size: 18px;
	border-radius: 50px;
	font-weight: 400;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
}
.wrap-featured-inv .carousel_details_btn:hover {
	color:#000;
	background:#fff;
}

/*===================== 
	Location slider styles 
=======================*/

.location-slider-1 {
	background:rgba(0,0,0,0.3);
	padding:100px 0;
}
.location-slider-1 .container-lg {
	display: flex;
	justify-content: flex-end;
}
.location-col-1 {
	width: 100%;
	max-width: 800px;
}
.highlightSidebars .location-slider-1 .container-1 {
	position: relative;
	bottom: 0;
	margin-top: 0 !important;
}
.location-name {
	box-sizing: border-box;
}
.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;
	background:#282828;
	border-top-left-radius:40px;
	border-top-right-radius:40px;
	align-items: stretch;
}
.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:33.33%!important;
}
.loc-name-info {
	background:#282828;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight:800;
	color:#fff;
	font-family: "Mona Sans", sans-serif;
	transition: .2s ease-in;
	cursor: pointer;
	border-top-left-radius:40px;
	border-top-right-radius:40px;
	position: relative;
}
.slick-current .loc-name-info {
	background:#fff!important;
	color:#000!important;
}
.loc-name-info:hover {
	background:#000;
}
.loc-name-info i {
	position: absolute;
	top: 104%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	color: #fff;
	font-size: 80px;
	z-index: 1;
	line-height: 0;
	display: none;
}
.slick-current .loc-name-info i {
	display: block;
}

.location-slide-cont-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#000;
	padding-top: 40px;
}
.location-slide-info-1 {
	width:45%;
	padding:30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	background:#000;
}
.location-slide-info-1 h3 {
	font-family: "Mona Sans", sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:800;
}
.location-address-col-1, .location-address {
	display: flex;
	flex-direction: column;
	gap:20px;
	color:#fff;
}
.location-address-col-1 p {
	color:#fff;
	font-size: 20px;
}
.location-address-col-1 p a {
	color:#fff;
	transition: .2s ease-in;
}
.location-address-col-1 p a:hover {
	opacity:0.7;
}
.location-address h4 {
	font-family: "Poppins", sans-serif;
	font-size:20px;
	font-weight:600;
	color:#000;
}
.location-btn-cont-1 a {
	display: block;
	width:100%;
	margin:5px auto;
}
.location-slide-map {
	width:55%;
	background:#fff;
}
.location-slide-map iframe {
	width:100%;
	height: 100%;
	min-height: 400px;
}


.wrap-cpt-grid {
	
}
.wrap-cpt-grid .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-cpt-grid .item > div {
	height: 100%;
}
.cat-link {
	padding: 20px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(270deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	transition: .2s ease-in;
	background-color: #000000;
}
.cat-link img {
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	filter: brightness(0) saturate(100%) invert(48%) sepia(1%) saturate(326%) hue-rotate(24deg) brightness(94%) contrast(89%);
	max-width: 180px;
	padding-top: 30px;
	transition: .2s ease-in;
}
.cat-link h2 {
	text-align: center;
	font-size:18px;
	color:#fff;
	padding-top: 20px;
	text-transform: uppercase;
}
.cat-link:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 32.64%,rgba(0,0,0,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 32.64%,rgba(0,0,0,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 32.64%,rgba(0,0,0,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 32.64%,rgba(0,0,0,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
}
.cat-link:hover img {
	filter: brightness(0) saturate(100%) invert(100%) brightness(107%) contrast(101%);
}

.brand-cont {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(270deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,40,40,1.00) 32.64%,rgba(33,33,33,1.00) 73.05%,rgba(0,0,0,1.00) 100%);
	transition: .2s ease-in;
	background-color: #000000;
}
.brand-cont-img {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand-cont img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin:0 auto;
	min-height: 100px;
	display: block;
	object-fit: contain;
	object-position: center;
}
.brand-cont-info {
	color:#fff;
	font-size:16px;
	padding:10px 0;
	flex-grow: 1;
}
.brand-slider-cont {
	padding:10px;
	box-sizing: border-box;
}
.brand-slider-cont img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin:0 auto;
	min-height: 100px;
	display: block;
	object-fit: contain;
	object-position: center;
}

/*===================== 
	Contact Form styles 
=======================*/

.contactForm  {
	background:#282828;
	padding:20px!important;
}
.contactForm h2, .contactForm label, .contactForm .recaptcha2 .reCaptchaPhrase {
	color:#fff!important;
}


/*===================== 
	blog Styles
=======================*/
.blog-post-cont {
	background:#282828;
	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: contain;
	object-position: center;
	display: block;
}
.blog-post-info {
	width:68%;
	text-align: left;
	color:#fff;
}
.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;
}
.posted-on {
	font-size: 20px;
	text-align: left;
	font-weight:700;
	padding-bottom: 10px;
	color:#fff;
}
.posted-on a {
	color:#EB1414;
}
.posted-on .updated {
	display: none;
}
.blog-post-text {
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
}
.blog-cat-nav-1 {
	width: 100%;
	background:#B8B8B8;
	padding: 40px 20px;
	box-sizing: border-box;
}
.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-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background:#f9c500;
	color:#000;
	border:1px solid #000;
	font-size:18px;
	font-weight:600;
	transition: .2s ease-in;
}
.blog-cat-nav-1 ul li a:hover {
	color:#f9c500;
	background:#000;
	border:1px solid #f9c500;
}

.blog-wrap-1 {
	
}
.blog-header-1 {
	width: 100%;
	align-items: stretch;
	background:#000;
	position: relative;
}
.news-blog-post-date {
	font-size: 18px;
	font-weight: 700;
	color:#EB1414;
}
.news-blog-post-date a {
	color:#EB1414;
}
.blog-pg-header-img {
	width:100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left:0;
	top:0;
	background:#000;
}
.blog-pg-header-img img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	opacity: 0.5;
}
.promo-header-page-info {
	position: relative;
	z-index: 2;
}
.promo-header-page-info .container-md {
	padding:clamp(100px, 14vw, 250px) 20px 60px 20px;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
.promo-header-page-info h1 {
	text-transform: uppercase;
	font-size: clamp(25px, 3vw, 40px);
	font-weight: 800;
	color:#fff;
}
.news-blog-author {
	font-size: 20px;
	color:#fff;
}
.blog-pg-content {
	padding: 20px 0;
	color:#fff;
}
.blog-pg-content-head {
	margin: 0 0 10px 0!important;
	padding-bottom:10px;
	border-bottom:4px solid #f9c500;
}
.blog-pg-content h2, .blog-pg-content h3, .blog-pg-content h4 {
	margin:15px 0 10px;
}
.blog-pg-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog-page-cont-1 {
	padding:60px 10px;
	box-sizing: border-box;
	width: 100%;
	background-image: url(///media.sandhills.com/img.axd?id=11008221788&wid=0&rwl=False&p=&ext=jpg&w=1651&h=1059&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=M82i%2fQAsWaCS5Jr9f7b4qTT26PyVpW%2bw);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.blog-page-cont-1 .container-md {
	padding:40px 20px;
	background:#282828;
}

.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-news-blog-posts, .PrevButton-news-blog-posts  {
	text-align:center;
	margin:5px;
	line-height: 1;
	width: auto;
	white-space: nowrap;
	font-family: "Inter", sans-serif;
	background:#282828!important;
	color:#000!important;
	display: inline-block;
	padding: 20px 50px;
	font-size: 18px;
	font-weight: 400;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius:50px!important;
	text-decoration: none;
}
.NextButton-news-blog-posts u, .PrevButton-news-blog-posts u {
	text-decoration: none;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover {
	color:#000!important;
	background:#fff!important;
}
.news-blog-post-date .updated {
	display: none;
}
.blog-share-links {
	padding:10px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
	font-weight: 600;
	color:#fff;
}
.blog-share-links a {
	color:#fff;
}
.blog-share-links a:hover {
	opacity: 0.7;
}


/*===================== 
	Inventory styles 
=======================*/

.loc-header-1 {
	position: relative;
	background:#000;
	
	width: 100%;
	box-sizing: border-box;
}
.loc-page-head-img {
	width:100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left:0;
	top:0;
	background:#000;
}
.loc-page-head-img img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	opacity: 0.6;
}
.loc-header-1 h1 {
	text-transform: uppercase;
	font-size: clamp(25px, 3vw, 40px);
	font-weight: 800;
	color:#fff;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding:clamp(100px, 14vw, 250px) 20px 60px 20px;
	box-sizing: border-box;
	margin:0;
}


.location-pg-cont {
	padding:60px 10px;
	box-sizing: border-box;
	width: 100%;
	background-image: url(///media.sandhills.com/img.axd?id=11008221788&wid=0&rwl=False&p=&ext=jpg&w=1651&h=1059&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=M82i%2fQAsWaCS5Jr9f7b4qTT26PyVpW%2bw);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color:#000; 
}


.location-pg-postinfo.container-md {
	display: flex;
	padding:20px;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
	background:#282828;
}
.loc-cont-left {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap:30px;
	color:#fff;
}
.loc-cont-left a {
	color:#fff;
}
.loc-cont-left a:hover {
	opacity: 0.7;
}
.loc-contact-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.loc-cont-right {
	width: 60%;
}
.loc-map-1 iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}

/*===================== 
	Inventory styles 
=======================*/

/*------------------------------ General Listings Page---------------------------------*/

.scrollToTop a, .title-media-buttons-heading, .compare-container, .compare-container span, .compare-title {
	color:#fff!important;
}

.show-closest-first-container, .list-redesign .bottom-section .side-container, .faceted-search-content .faceted-section-head {
	background:#282828!important;
}

.detail__main-content .listing-carousel .recommended-listings-section, .listing-carousel .recommended-auctions-section, .faceted-search__top-section {
	background:#282828!important;
}

.list-redesign .specs-container .specs-button, .ts-modal-content .option-name, .ts-modal-content .option-count, #dialog-label, .selected-header {
	color:#000!important;
}

.ts-disclaimer, .ts-disclaimer a, .list-title-text, .list-listings-count, .sort-button-spoof, .faceted-section-title, .option-name, .fepomachinerycomwpstg-17s5r6s.MuiPaginationItem-page, .option-count, .selected-header, .detail__category, .parts-title {
	color:#fff!important;
}


.listing-card-grid, .listing-data-selector {
	background:#000!important;
	color:#fff;
}
.bottom-region a {
	color:#282828;
}
.listing-portion-title a {
	color:#fff!important;
}
.list-listing-title-link {
	color:#fff;
}
.listing-card-grid a, .listing-data-selector a {
	color:#000;
}
.faceted-search__main-section, .faceted-search-content.mobile-visible {
	background:#000;
}
.breadcrumbs, .breadcrumbs a, .detail__search-results-text, .detail__main-content, .listing-prices__retail-price, .MuiButton-text, .MuiIcon-root, .MuiTypography-root {
	color:#fff!important;
}
#detail-page-print-this, #share {
	margin:0;
	background: #fff;
	color:#000;
	border-radius: 10px!important;
}
#detail-page-print-this span, #share span {
	color:#000!important;
}
.dealer-contact__header, .dealer-contact__header h2, .dealer-contact__details p, .dealer-contact__details a, .dealer-contact__details a span, .dealer-contact__details_right-col .MuiButtonBase-root, .dealer-contact__details_right-col .MuiButtonBase-root span {
	color:#000!important;
}


/*----Page Background Color----*/
.body-content .body-wrapper {background:#000 !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, .view-all-link, .ts-button filter-clear-all {background:#282828 !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:#fff !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title, .faceted-search-content .faceted-section-box .faceted-option-checkbox-container.faceted-header {
	color:#fff!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: #282828!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color:#000;
    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:#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:#000 !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:#000 !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:#000 !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:#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, .send-a-message .ts-modal-content, .ts-modal-container.calculator-modal .ts-modal-content {
	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:#fff!important;
}
.cs-btns .button, #compare-page-print-this, .faceted-show-all-btn, .FTCategory-button {background:#282828 !important; color: #fff !important;}
.cs-btns .button:hover, #compare-page-print-this:hover, .faceted-show-all-btn:hover, .FTCategory-button:hover {background:#000 !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: 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-inv {
	padding:100px 10px 0 10px;
	box-sizing: border-box;
	background:#000;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.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 
=======================*/

.wrap-foot {
	background:#282828;
	display: flex;
	justify-content: space-between;
}
.foot-logo {
	padding: 120px clamp(0px, 1vw, 240px) 120px clamp(20px, -580px + 50vw, 100vw)!important;
	width: 40%;
	box-sizing: border-box;
	background:#000;
	border-bottom-right-radius:150px;
	border-top-right-radius:150px;
}

.foot-nav {
	width: 60%;
	padding: 160px clamp(20px, -580px + 50vw, 100vw) 160px clamp(20px, 12vw, 240px) !important;
	box-sizing: border-box;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}
@media only screen and (max-width : 1000px) {		
	.head-right {
		display: none;
	}
	.head-logo {
		max-width:150px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.foot-logo {
		padding: 120px clamp(20px, 6vw, 240px) 120px clamp(20px, -580px + 50vw, 100vw)!important;
		width:calc(100% - 20px);
	}
	.foot-nav {
		display: none;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top-head{
		display: none;
	}
	.header-cont {
		padding:10px;
		box-sizing: border-box;
	}
	.header-cont .container-lg  {
		background:#000;
		padding:5px 25px;
		border-radius: 50px;
	}
	.head-logo {
		max-width:100px;
	}
	.head-search-bar {
		position: absolute;
		right: -20px;
		top: calc(100% + 10px);
	}
	.location-slide-info-1 {
		width: 100%;
		padding:30px 15px;
	}
	.loc-name-info {
		height: 100%;
		font-size: 16px;
	}
	.loc-name-info i {
		position: absolute;
		top: 106%;
		font-size:50px;
	}
	.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;
	}
	.wrap-cpt-grid .item {
		padding:5px!important;
	}
	.cat-link {
		padding:10px;
	}
	.cat-link h2 {
		font-size:14px;
	}
	.loc-cont-left, .loc-cont-right {
		width: 100%;
	}
	.loc-contact-1 H2 {
		font-size: 20px;
	}
	.blog-post-img, .blog-post-info {
		width:100%;
	}
	.hero-bg-video {
		background:rgba(0,0,0,0)!important;
	}
	#myVideo {
		display: none;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.loc-name-info {
		font-size: 12px;
		padding: 15px;
	}
	.butn-black, .butn-white, .butn-black-outline, .butn-black-outline-sq, .wrap-featured-inv .carousel_details_btn {
		font-size: 14px;
	}
	.butn-black:hover {
		color:#000;
		background:#fff;
	}
	
	.brand-cont-info {
		color:#fff;
		font-size:12px;
	}
	.blog-post-info h2 {
		font-size: 18px;
	}
	.blog-post-info .blog-date {
		font-size: 14px;
	}
	.butn-black, .butn-white, .butn-black-outline, .butn-black-outline-sq {
		padding:10px 20px;
		font-size: 14px;

	}
}

