


/*
Theme Name: www.utilitytrailer.net
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
--------------------------------------------------------------*/

html, body {
	width:100%;
	background: transparent!important;
}
.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;
}



/*===================== 
	base styles 
=======================*/


body {
	font-family: "Outfit", sans-serif;
    margin: 0;
	padding:0;
}

#signUpMessageHeader {
	font-family: "Outfit", sans-serif!important;
}

/*===================== 
	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;
	}
.bold {
	font-weight: 700;
}

.butn-red {
	background:#dc3545;
	color:#fff;
	border:0px;
	display: inline-block;
	padding:15px 10px;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	box-sizing: border-box;
	cursor: pointer;
	font-weight:400;
	position: relative;
	outline:none;
	border-radius: 0px;
}
.butn-red:before {
	content:"";
	height: 100%;
	width:4px;
	display: block;
	background: #004f80;
	position: absolute;
	lefT:0;
	top:0;
	transition: .2s ease-in;
}
.butn-red span {
	font-weight:700;
}
.butn-red:hover {
	background:#004f80;
	color:#fff;
}
.butn-red:hover:before {
	width:8px;
	background:#dc3545;
}
.butn-blue {
	background:#004f80;
	color:#fff;
	border:0px;
	display: inline-block;
	padding:15px 10px;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	box-sizing: border-box;
	cursor: pointer;
	font-weight:400;
	position: relative;
	outline:none;
	border-radius: 0px;
}
.butn-blue:before {
	content:"";
	height: 100%;
	width:4px;
	display: block;
	background: #dc3545;
	position: absolute;
	lefT:0;
	top:0;
	transition: .2s ease-in;
}
.butn-blue span {
	font-weight:700;
}
.butn-blue:hover {
	background:#dc3545;
	color:#fff;
}
.butn-blue:hover:before {
	width:8px;
	background:#004f80;
}
.text-link-blue  {
	font-family: "Outfit", sans-serif;
	color:#004f80;
	transition: .2s ease-in;
	border:0;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	font-weight:600;
	text-align: left;
}
.text-link-blue:hover {
	opacity: 0.7;
}
.text-link-red {
	font-family: "Outfit", sans-serif;
	color:#dc3545;
	transition: .2s ease-in;
	border:0;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	font-weight:600;
	text-align: left;
}
.text-link-red:hover {
	opacity: 0.7;
}
.sheditorinsertLink  {
	font-weight: 600;
	color:#004f80;
	transition: .2s ease-in;
}
.sheditorinsertLink:hover {
	opacity: 0.7;
}

.butn-service {
	width: 100%;
	box-sizing: border-box;
	padding:150px 40px;
	background:none;
	border:0;
	outline: none;
	margin:10px 0;
}
.butn-service span {
	background:rgba(0,0,0,0.6);
	color:#fff;
	border:2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:15px 10px;
	text-align:center;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	box-sizing: border-box;
	cursor: pointer;
	font-weight:700;
	font-size: 20px;
	position: relative;
	outline:none;
	width: 90%;
	height: 200px;
	margin:0 auto;
}

.butn-service:hover span {
	background:rgba(0,0,0,0.9);
	border:2px solid #dc3545;
}

.butn-blue-tall {
	background:#004f80;
	color:#fff;
	border:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding:15px 10px;
	text-align:left;
	margin:5px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	box-sizing: border-box;
	cursor: pointer;
	font-weight:600;
	position: relative;
	outline:none;
	font-size: 20px;
	gap:5px;
}
.butn-blue-tall:before {
	content:"";
	height: 100%;
	width:4px;
	display: block;
	background: #dc3545;
	position: absolute;
	lefT:0;
	top:0;
	transition: .2s ease-in;
}
.butn-blue-tall .smltext {
	font-size: 16px;
	font-weight:600;
	display: block;
}
.butn-blue-tall i {
	font-size:38px;
}
.butn-blue-tall:hover {
	background:#dc3545;
	color:#fff;
}
.butn-blue-tall:hover:before {
	background:#004f80;
	width:8px;
}

.jumplink {
	visibility: hidden;
}
/*===Sticky header===*/

.head-cont-wrap.stickyhead {
	position: sticky;
	top:0;
	animation: fade-in-top-no-fade .5s ease-in-out both;
}

.head-cont-wrap.stickyhead .head-logo-cont, .head-cont-wrap.stickyhead .google-translate, .head-cont-wrap.stickyhead .head-search, .head-cont-wrap.stickyhead .head-search-toggle {
	display: none!important;
}
.head-cont-wrap.stickyhead .head-nav {
	padding:0px;
}

 @keyframes fade-in-top-no-fade {
  0% {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
  }
  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

/*===Sticky header editor resets===*/

.highlightSidebars .head-cont-wrap.stickyhead {
	position: relative;
	animation: none;
}
.highlightSidebars .head-cont-wrap.stickyhead .head-logo, .highlightSidebars .head-cont-wrap.stickyhead .head-info {
	display: block;
}

.highlightSidebars .head-cont-wrap.stickyhead .head-logo-cont, .highlightSidebars .head-cont-wrap.stickyhead .google-translate, .highlightSidebars .head-cont-wrap.stickyhead .head-search, .highlightSidebars .head-cont-wrap.stickyhead .head-search-toggle {
	display: block;
}

/*===================== 
	header styles 
=======================*/

#header {
	background:#fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	z-index: 10;
}
.head-search {
  background: #dadbdc;
  padding:20px 2%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: none;
}
.head-search form {
    display: flex;
    background:#fff;
    padding:5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.head-search form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 16px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: "Outfit", sans-serif;
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.head-search form button {
    background: #fff;
    background-color: #fff;
    color:#dc3545;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.head-search form:hover button {
    color:#004f80;
}
.header-wrap-1 {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.head-nav {
	width: 100%;
	background:#004f80;
	position: relative;
	padding:10px 0;
	display: flex;
}
.head-search-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top:0;
	right: 0px;
	height: 100%;
	width: 60px;
	background:#dc3545;
	color:#fff;
	font-size:25px;
}
.head-logo-cont {
	position: relative;
	width: 100%;
}
.header-logo-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	color:#004f80;
	font-size:clamp(15px, 2vw, 40px);
	font-weight:700;
	padding:10px 0;
}
.google-translate {
	position: absolute;
	right:20px;
	bottom:25px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap:5px;
	font-family: "Outfit", sans-serif;
	font-size: 12px;
}
.skiptranslate {
	font-size: 0px!important;
}
.skiptranslate select {
	font-size: 12px;
}
.skiptranslate span {
	display: none;
}

/*===================== 
	content styles 
=======================*/

.hero-video {
	width: 100%;
	height: 38vw !important;
	min-height: 300px !important;
	max-height: calc(-350px + 100vh);
	overflow: hidden;
	position: relative;
}

.hero-video video {
	position: absolute;
	min-width: 100%;
	min-height: 100% !important;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.home-form-cont-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:10px;
}
.home-form-cont-1 h2 {
	margin:0;
	text-align: center;
}
.home-form-cont-1 form {
    display: flex;
    background:#fff;
    padding:10px;
    box-sizing: border-box;
    width:auto;
	flex-grow: 1;
}
.home-form-cont-1 form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 18px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: "Outfit", sans-serif;
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.home-form-cont-1 form button {
    background: #fff;
    background-color: #fff;
    color:#dc3545;
    font-size: 20px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.home-form-cont-1 form:hover button {
    color:#004f80;
}


.wrap-loc-post-cont .post-container-locationsinformation {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.wrap-loc-post-cont .item {
	height: auto;
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-loc-post-cont .item > div {
	height: 100%;
}
.loc-post-cont {
	height: 100%;
	background:#fff;
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border:1px solid #ededed;
}
.loc-post-cont h2 {
	font-size:26px;
	font-weight:600;
	color:#004f80;
	padding-bottom: 10px;
	margin:0;
	text-align: left;
	text-transform: uppercase;
}
.loc-post-cont img {
	width: 100%;
	height: 250px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.loc-post-info-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:5px 0;
	padding-top:20px;
}
.loc-post-info-1 {
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.loc-post-info-1 a {
	font-size:18px;
	display:inline-flex;
	gap:5px;
	color:#000;
	transition: .2s ease-in;
	text-align: left;
	font-weight: 600;
}
.loc-post-info-1 a p {
	color:#000;
	font-size:16px;
	text-align: left;
	font-weight: 600;
	line-height: 1;
}
.loc-post-info-1 a i {
	color:#004f80;
}
.loc-post-info-1 a:hover {
	opacity: 0.7;
}
.loc-post-info-cont .butn-blue {
	width: 39%;
	line-height: 1;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.loc-post-info-cont .butn-blue span {
	display: block;
}
.wrap-brand-slider .post-container-manufacturers {
	position: relative;
	align-items: stretch;
	padding-left: 16.666%!important;
}
.wrap-brand-slider .post-container-manufacturers .item {
	padding:10px;
	box-sizing: border-box;
	width: 16.666%;
	height: auto;
}
.wrap-brand-slider .post-container-manufacturers .item > div {
	height: 100%;
}
.wrap-brand-slider .post-container-manufacturers .item:first-of-type {
	position: absolute;
	height: 100%;
	left:0;
}
.wrap-brand-slider a {
	padding:10px;
	box-sizing: border-box;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.wrap-brand-slider a img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 150px;
	display: block;
	margin: 0px auto;
	object-fit: contain;
	object-position: center center;
	transition: 0.2s ease-in;
	padding: 10px;
	box-sizing: border-box;
}
.wrap-brand-slider a:hover {
	background:#ededed;
}
.wrap-brand-slider a:hover img {
	opacity: 0.6;
}


/*===================== 
	Trailer Moves styles 
=======================*/
.flex-trailer {display: flex; flex-direction: row; align-items: center; padding: 10px 0; text-align: left;border-bottom: 1px solid #ddd;}
.flex-trailer .date {width: 10%}
.flex-trailer .number {width: 5%;}
.flex-trailer .loc1 {width: 20%;}
.flex-trailer .loc2 {width: 20%;}
.flex-trailer .desc {width: 30%; text-align: left; padding-right: 2%}
.flex-trailer .price {width: 15%;}

.tablewrapper .container-fluid {
	padding:10px!important;
	border:1px solid #004f80;
}
.tablewrapper table {
	border:none;
	width: 100%;
}
.tablewrapper tbody {
	border:none;
	width: 100%;
}
.tablewrapper tr {
	display: flex;
	border:none;
	width: 100%;
	font-size: 14px;
}
.tablewrapper tbody tr td:nth-of-type(1) {
	width: 15%
}
.tablewrapper tbody tr td:nth-of-type(2) {
	width: 10%;
}
.tablewrapper tbody tr td:nth-of-type(3) {
	width: 15%;
}
.tablewrapper tbody tr td:nth-of-type(4) {
	width: 15%;
}
.tablewrapper tbody tr td:nth-of-type(5) {
	width: 30%;
}
.tablewrapper tbody tr td:nth-of-type(6) {
	width: 15%;
}
.tablewrapper tr td {
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	min-width: auto !important;
}
.tablewrapper tr td span {
	display: none;
}
.tablewrapper .item:nth-child(odd) tr {
	background-color: rgb(217, 237, 247);
}


.trailertable {
	width: 100%!important; 
}

.trailertable tr th{
	border-bottom: 1px solid;
	text-align: left;
}
.trailertable tr th, .trailertable tr td{
	padding:10px;
	border-right: none;
}
.trailertable tr th:last-child, .trailertable tr td:last-child{
	border-right: 0px;
}
	.trailertable th{ font-weight: bold; }
.trailertable th{ color: #fff; background-color:#004f80; } 
.trailertable, .trailertable tr, .trailertable tr td, .trailertable tr th{ border-color: #e5e5e5; } 

.trailertable tr {
	font-size: 14px;
}

.trailertable tr:nth-child(even) {
    background-color: #d9edf7;
}


.trailertable th:nth-of-type(1) {
	width: 15%
}
.trailertable th:nth-of-type(2) {
	width: 10%;
}
.trailertable th:nth-of-type(3) {
	width: 15%;
}
.trailertable th:nth-of-type(4) {
	width: 15%;
}
.trailertable th:nth-of-type(5) {
	width: 30%;
}
.trailertable th:nth-of-type(6) {
	width: 15%;
}


/*===================== 
	Blog styles 
=======================*/

.info-pg-cont {
	padding:60px 20px;
	box-sizing: border-box;
}

.wrap-info-post {
	padding:40px 20px!important;
}
.info-post-cont-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 2px solid rgb(206, 72, 54);
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	margin-bottom: 30px;
	gap:20px 0;
}
.info-post-info {
	width: 40%;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.info-post-info h2 {
	display: block;
	width: 100%;
	padding:0 0 20px 0;
	margin:0;
	font-size: 25px;
	font-weight: 700;
	color: #dc3545;
	text-transform: uppercase;
	line-height:normal;
}
.info-post-promo-brand {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin:0 0 20px 0;
	display: block;
}
.info-post-feat-img {
	width: 58%;
	background:#000;
	display: flex;
}
.info-post-feat-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	object-fit: cover;
	object-position: center;
}
.info-pg-cont {
	
}
.info-pg-cont .container-1 {
	padding:60px 20px;
}
.info-pg-cont h1 {
	font-size: 26px;
	color:#dc3545;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.info-pg-cont h1 span {
	color:#000;
}
.promo-date {
	font-size: 16px;
	font-weight:600;
}
.promo-date span {
	font-weight:400;
}
.info-feature-img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin:20px 0;
}

/*===================== 
	slideshow styles 
=======================*/

.wrap-cat-slider .post-container-trailer-categories {
	margin:0!important;
}
.wrap-cat-slider .slick-track {
	display: flex;
	align-items: center;
}

.wrap-cat-slider a {
	background:#fff;
	display: block;
	passing:10px;
	box-sizing: border-box;
}
.wrap-cat-slider a img {
	width:auto;
	max-width: 100%;
	height:auto;
	object-fit: contain;
	object-position: center;
	margin:0 auto;
	transition: 0.2s ease-in;
	passing:10px;
	box-sizing: border-box;
}
.wrap-cat-slider a h2 {
	font-size:18px;
	font-weight:600;
	color:#000;
	transition: 0.2s ease-in;
	padding:10px 0 0 0;
	margin:0;
}
.wrap-cat-slider a:hover img {
	opacity: 0.6;
}
.wrap-cat-slider a:hover h2 {
	color:#dc3545;
}
.wrap-cat-slider a:hover {
	background:#ededed;
}

.wrap-img-slider {
	
}
.wrap-img-slider .slick-track {
	display: flex!important;
	align-items: stretch;
}
.wrap-img-slider .slick-slide > div > div, .wrap-img-slider .slick-slide > div > div > div {
	height: 100%;
}
.wrap-img-slider .item {
	padding:10px!important;
	box-sizing: border-box;
	height: 100%;
}
.img-slider-cont {
	background:#fff;
	padding:10px;
	box-sizing: border-box;
	height: 100%;
}
.img-slider-cont img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	object-position: center;
	
}
.img-slider-text {
	font-size: 18px;
	font-weight: 600;
	color:#000;
	padding-top: 10px;
}


/*===================== 
	Locstion Page styles 
=======================*/

.wrap-loc-page {
	padding:40px 20px;
}
.wrap-loc-page .container-md {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:20px 0;
}

.loc-pg-left {
	width: 39%;
	background:#ededed;
	padding:40px 20px;
	box-sizing: border-box;
}
.loc-pg-left h1 {
	font-size: 28px;
	text-transform: uppercase;
}
.loc-pg-left h2 {
	font-size:24px;
	font-weight: 600;
	color:#004f80;
	display: block;
	padding:20px 0 10px 0;
	margin:0;
}

.loc-pg-left a, .loc-pg-left p a {
	color:#000;
	font-size:18px;
	font-weight: 500;
	transition: .2s ease-in;
	display: inline-block;
}
.loc-pg-left a p {
	font-size:18px;
	font-weight: 500;
}

.loc-pg-left a:hover {
	opacity: 0.7;
}
.loc-pg-hours p {
	color:#000;
	font-size:18px;
	font-weight: 500;
}
.loc-pg-right {
	width:59%;
}
.loc-pg-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.loc-pg-bottom {
	width: 100%;
	
}
.loc-pg-bottom iframe {
	width: 100%;
	height: 300px;
}

/*===================== 
	mailchimp sign up Styles
=======================*/

#mailChimpSignUp input {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

/*===================== 
	Featured Inventory Styles
=======================*/

.widget_sandhills_featured_inventory hr {
	display: none;
}

.inv_car_title {
	
}

.widget_sandhills_featured_inventory .carousel-inner {
	box-sizing: border-box;
	width:calc(100% - 10px);
	z-index: 2;
	margin:0 auto;
}
.widget_sandhills_featured_inventory > div > div {
	display: flex;
	flex-wrap: wrap;
}
.widget_sandhills_featured_inventory .shwidget > div {
	width: 100%;
}

.widget_sandhills_featured_inventory .shwidget [id*="invCarousel"] > div {
	width: 100%;
}
.widget_sandhills_featured_inventory .car_col {
	padding:0!important;
}
.widget_sandhills_featured_inventory .car_col img, .widget_sandhills_featured_inventory .car_col a h4 {
	transition: .2s ease-in;
}
.widget_sandhills_featured_inventory .car_col:hover img {
	opacity: 0.7;
}
.widget_sandhills_featured_inventory .car_col:hover a h4 {
	color:#000;
}
.widget_sandhills_featured_inventory .card {
	border-radius: 0px !important;
	border: 1px solid #dc3545;
	box-shadow: none !important;
}
.widget_sandhills_featured_inventory  .card-body {
	text-align: center;
}
.widget_sandhills_featured_inventory .listing-title {
	font-family: "Outfit", sans-serif;
	font-size:20px;
	font-weight:500;
	color:#000;
}
.small_spec {
	font-family: "Outfit", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#000;
}
.widget_sandhills_featured_inventory .card-body button  {
	font-size: 18px;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
	background:#dc3545;
	color:#fff;
	border:0px;
	display: block;
	padding:15px;
	text-align:center;
	width:100%;
	margin:10px 0;
    transition: .2s ease-in;
	white-space: nowrap;
	line-height: normal;
	cursor: pointer;
	border-radius: 0px;
}
.widget_sandhills_featured_inventory .card-body button:hover {
	background:#004f80;
	color:#fff;
}
.widget_sandhills_featured_inventory .carousel-indicators button {
	width: 15px;
	height: 15px;
	background-color:#004f80!important;
	color:#fff;
	
}
.widget_sandhills_featured_inventory .carousel-indicators button.active {
	
}

.widget_sandhills_featured_inventory #controls {
	display: none;
}

.widget_sandhills_featured_inventory .card:hover a h4 {
	color:#dc3545;
}

/*===================== 
	Inventory styles 
=======================*/

.widget_sandhills_contact_form > div {
	padding:20px!important;
	border:2px solid #004f80;
	
}


/*===================== 
	Inventory styles 
=======================*/


/*------------------------------ General Listings Page---------------------------------*/

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/


/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#004f80 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #3a658e;
  color: #3a658e;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#004f80!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #004f80!important;
    border: 1px solid #004f80!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #004f80!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #004f80!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #004f80!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: #004f80 !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:#004f80 !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:#004f80 !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:#004f80 !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:#004f80!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#004f80!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#004f80!important;
}
.detail-content-mobile .share-listing {
	color:#004f80!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#004f80!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#004f80!important;
}
.cs-btns .button {background:#004f80 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}


/*===================== 
	layout styles 
=======================*/

.page-header {
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	padding: clamp(100px, 10vw, 200px) 0px;
	position: relative;
}
.page-header h1, .page-header h2, .page-header h3 {
	font-size: clamp(20px, 5vw, 60px);
	position: relative;
	z-index: 1;
}
.header-video-bg {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 20vw;
	min-height:200px;
	max-height: 400px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
.header-video-bg:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	display: block;
	background: rgba(0,0,0,0.4);
}
.header-video-bg video {
	position: absolute;
	min-width: 100%;
	min-height: 100% !important;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.header-video-bg h1 {
	font-size: clamp(20px, 5vw, 60px);
	position: relative;
	z-index: 1;
}

.container-lg {
	width: 100%;
	max-width: 1600px;
	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: 1000px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:40px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bg-lines-bottom-right {
	position: relative;
}
.bg-lines-bottom-right:after {
	content:"";
	display: block;
	position: absolute;
	right:-10px;
	bottom:-80px;
	width: 100%;
	max-width: 900px;
	height: 100px;
	background-image:url("///media.sandhills.com/img.axd?id=10026241834&wid=0&rwl=False&p=&ext=png&w=1100&h=33&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=lZCK1j8WcOdg2%2f87o9dx80FqnmBvUSSa");
	background-size: 100% 30px;
	background-position: bottom right;
	background-repeat: no-repeat;
	opacity: 0.6;
}
.lines-bottom-right {
	position: relative;
}
.lines-bottom-right:after {
	content:"";
	display: block;
	position: absolute;
	right:0;
	bottom:10px;
	width: 100%;
	max-width: 900px;
	height: 100px;
	background-image:url("///media.sandhills.com/img.axd?id=10026241834&wid=0&rwl=False&p=&ext=png&w=1100&h=33&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=lZCK1j8WcOdg2%2f87o9dx80FqnmBvUSSa");
	background-size: 100% 30px;
	background-position: bottom right;
	background-repeat: no-repeat;
	opacity: 0.6;
}
.lines-bottom-left {
	position: relative;
}
.lines-bottom-left:after {
	content:"";
	display: block;
	position: absolute;
	left:0;
	bottom:10px;
	width: 100%;
	max-width: 900px;
	height: 100px;
	background-image:url("///media.sandhills.com/img.axd?id=10026241832&wid=0&rwl=False&p=&ext=png&w=1100&h=33&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=lZCK1j8WcOeZJwxIrIokfq1%2fx7RlK9%2bx");
	background-size: 100% 30px;
	background-position: bottom right;
	background-repeat: no-repeat;
	opacity: 0.6;
}

.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-footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background:#ededed;
}
.foot-nav {
	width: calc(100% - 450px);
	max-width: 900px;	
	padding:100px 20px 100px clamp(20px, -780px + 50vw, 100vw);
}
.foot-nav .sheditorinsertLink {
	color:#000;
}
.foot-nav .sheditorinsertLink:hover {
	opacity: 0.7;
}
.foot-logo {
	width: 100%;
	max-width: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#004f80;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 1079px) {
	.google-translate {
		position: static;
		padding:10px;
		box-sizing: border-box;
		width: 100%;
		background: #fff;
		border-bottom: 2px solid #000;
		justify-content: center;
		order:1;
	}
	.head-logo-cont {
		order:2;
		background: #fff;
		width: calc(100% - 150px);
	}
	.header-logo-1 {
		justify-content: flex-start;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	.head-nav {
		max-width: 150px;
		order: 3;
		padding:0;
	}
	.head-search-toggle {
		position: static;
		width: 50%;
  		height: auto;
	}
	.head-cont-wrap.stickyhead {
		position: static;
	}
	.wrap-brand-slider .post-container-manufacturers {
		padding-left: 0px!important;
	}
	.wrap-brand-slider .post-container-manufacturers .item:first-of-type {
		position: static;
		width: 100%;
	}
}

/* Medium Devices, Desktops */

@media only screen and (max-width : 992px) {
	.wrap-brand-slider .post-container-manufacturers .item {
		width: 25%;
	}
	.home-form-cont-1 {
		flex-wrap: wrap;
		justify-content: center;
	}
	.foot-nav {
		width: calc(100% - 300px);
	}
	.foot-logo {
		max-width: 300px;
	}
	.info-post-info {
		width:100%;
		padding: 30px 20px;
		order:2;
	}
	.info-post-feat-img {
		width: 100%;
		order:1;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.butn-service {
		padding:50px 10px;
	}
	.butn-service span {
		cursor: pointer;
		font-weight:700;
		font-size: 20px;
		height: 100px;
	}
	.wrap-brand-slider .post-container-manufacturers .item {
		width: 33.33%;
	}
	.loc-pg-left {
		width: 100%;
		order:2;
	}
	.loc-pg-right {
		width: 100%;
		order:1;
	}
	.loc-pg-bottom {
		order:3;
	}
}

@media screen and (max-width:700px) {

	.hero-video video {
		display: none;
	}
	
	/*===================== 
	Trailer Moves styles 
	=======================*/
	
	.trailertable {
		display: none;
	}
	.tablewrapper table {
		border-bottom: 1px solid #000;
	}
	.tablewrapper tbody tr {
		flex-wrap: wrap;
	}
	.tablewrapper tbody tr td {
		width: 33.33%!important;
		padding:0 0 10px 0;
		text-align: center;
		
	}
	.tablewrapper tr td span {
		display: block;
		width: 100%;
		text-align: center;
		padding:10px 5px 5px 5px;
		box-sizing: border-box;
		font-weight: 700;
	}
	.wrap-brand-slider .post-container-manufacturers .item {
		width:50%;
	}
	.foot-nav {
		display: none;
	}
	.foot-logo {
		max-width:100%;
	}

}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.loc-post-info-1, .loc-post-info-cont .butn-blue {
		width: 100%;
	}
}

