/*
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{
	
	
    --bs-link-color: #213747 !important;
    --bs-link-color-rgb: 33, 55, 71 !important;
}
.shwidget hr{
	border-color: #ced8db;
	opacity: 1;
}
html, body {
	width:100%;
	scroll-behavior: smooth;
}
.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:#1c2a38;
	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: #1c2a38;
	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: #1c2a38;
	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;
}

/* CUSTOM */
.cs-wrapper {padding-left: 4.2vw !important; padding-right: 4.2vw !important;}
.cs-wrapper-sm {padding-left: 2.1vw !important; padding-right: 2.1vw !important;}
.cs-wrapper-lg {padding-left: 8.4vw !important; padding-right: 8.4vw !important;}
.cs-footer a{
	transition: ease all 0.2s;
}
.cs-footer a:hover{
	color: #555 !important;
}

.cs-margin{
	margin: 0 20px;
}
.align-center{
	margin: 0 auto !important;
	display: block !important;
}

.circular{
	border-radius: 100%;
}
.widget_sandhills_editable_area:has(.rounded) .row, .widget_sandhills_editable_area:has(.rounded) {
	border-radius:  20px !important;
}
body:not(.highlightSidebars) .widget_sandhills_editable_area:has(.rounded) .row{

	overflow: hidden;
}
.paragraph, .shwidget p, .shwidget .accordion-body, .shwidget .accordion-button, .shwidget ul, .shwidget ol{
	font-family: "inter-variable", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #2f2f2f;
}
.paragraph-disclaimer{	
	font-family: "inter-variable", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px !important;
	line-height: 1.3 !important;
	letter-spacing: 0.025em;
}
.shwidget p b, .shwidget .accordion-button{
	font-weight: 700;
}
.white .paragraph, .shwidget .white p, .shwidget .white p a, .shwidget .white ol{
	color: #fff;
}

.heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: "inter-variable", sans-serif;
	display: block;
	word-break: keep-all;
}
.heading-lg{
	font-weight: 800;
	font-size: clamp(36px, 3.7vw, 54px);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 800;
	font-size: clamp(24px, 2vw, 48px);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 800;
	font-size: clamp(14px, 1.5vw, 24px);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm + .heading-md, .heading-sm + .heading-lg{
	margin-top: 8px !important;
}
.white{
	color: #fff;
}
.blue{
	color: #e5f2f2;
}
.light-green{
	color: #b7ff4b;
}
.green{
	color: #176e35;
}
.yellow{
	color: #ffcc1c;
}
/* BUTTONS */


/* DEFAULT - YELLOW */

.btn-default{	
	
	font-family: "inter-variable", sans-serif;
	font-weight: 800 !important;
	font-size: 16px;
	border: unset !important;
	background-color: #ffd33d;
	color: #213747;
	border-radius: 0px;
	
    padding: 12px 20px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	
	white-space: nowrap;
}
.btn-default:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #213747;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-default:hover:before{
	transform: scaleX(1);
}
.btn-default:hover{
	color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.btn-default.sheSubmitButton:hover{
	color: #213747 !important;
	background-image: unset;
}

/* PRIMARY - RED */
.btn-primary{	
	text-transform: uppercase;
	font-family: "inter-variable", sans-serif;
	font-weight: 800 !important;
	font-size: 16px;
	border: unset !important;
	background-color: #dd0000;
	color: #fff;
	border-radius: 0px;
	
    padding: 12px 20px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	
	white-space: nowrap;
}
.btn-primary:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #fff;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-primary:hover:before{
	transform: scaleX(1);
}
.btn-primary:hover{
	color: #213747;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.btn-primary.sheSubmitButton:hover, .btn-default.sheSubmitButton:hover{
	color: #213747 !important;
	background-image: unset;
}

/* DARK BLUE */
.btn-dark-blue{	
	text-transform: uppercase;
	font-family: "inter-variable", sans-serif;
	font-weight: 800 !important;
	font-size: 16px;
	border: unset !important;
	background-color: #213747;
	color: #fff;
	border-radius: 0px;
	
    padding: 12px 20px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	
	white-space: nowrap;
}
.btn-dark-blue:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #fff;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-dark-blue:hover:before{
	transform: scaleX(1);
}
.btn-dark-blue:hover{
	color: #213747;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.btn-dark-blue.sheSubmitButton:hover, .btn-default.sheSubmitButton:hover{
	color: #213747 !important;
	background-image: unset;
}
/* WHITE */
.btn-white{	
	text-transform: uppercase;
	font-family: "inter-variable", sans-serif;
	font-weight: 800 !important;
	font-size: 16px;
	border: unset !important;
	background-color: #ecf5f8;
	color: #213747;
	border-radius: 0px;
	
    padding: 12px 20px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	
	white-space: nowrap;
}
.btn-white:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #213747;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-white:hover:before{
	transform: scaleX(1);
}
.btn-white:hover{
	color: #fff;
	background: #213747;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.btn-white.sheSubmitButton:hover, .btn-default.sheSubmitButton:hover{
	color: #213747 !important;
	background-image: unset;
}



.btn-large{
	
    padding: 15px 40px;
	margin-bottom: 8px;
}
.btn-align-right{
    margin-left: auto;
    display: block;
}
.btn-align-center{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.social-btns{
	display: flex; flex-wrap: wrap;
}
.social-btns a{
	padding: 10px;
	color: #474f59;
	font-size: 18px;
}




/* FORMS */

label[for^="hl-"]{
	display: none !important;
}

.cs-form-panel{
	padding: 20px !important;
	border: solid 1px #ebebeb;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 50px;
}

.contactForm{
	font-family: "inter-variable", sans-serif;
	
}
.contactForm h2{
	font-weight: 700;
	
}
.contactForm .btn-default{
	border: none !important;
}
.contactFormLabel{
	font-weight: 700;
}




.contactForm textarea{resize: vertical !important;}



/* FEATURED INVENTORY */


.inv_car_title{
	font-family: "inter-variable", sans-serif;
	font-size: 36px;
	text-transform: uppercase;
    text-align: center!important;
    font-weight: 500;
    color: #1c2a38;
    max-width: 100%;
	margin: 0 auto !important;
}
.inv_car_title + hr{
	display: none !important;
}




.carousel_details_btn{

	font-family: "inter-variable", sans-serif;
	font-weight: 800;
	font-size: 16px;
	border-radius: 0px;
	background: #dd0000;
	color: #fff;
	text-transform: uppercase !important;
    padding: 12px 20px;
    line-height: 24px;
	
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	margin-top: 8px;
	appearance: none !important;
	border: unset !important;
	outline: unset !important;
	margin-bottom: 0 !important;
}
.carousel_details_btn:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #fff;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.carousel_details_btn:hover:before{
	transform: scaleX(1);
}
.carousel_details_btn:hover{
	background: #fff;
	color: #1c2a38;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}

.shwidget[data-widget^="sandhills_featured_inventory"] > div > div{
    margin: 0 -15px;
}

.widget_sandhills_featured_inventory .card-body{
    padding: 30px !important;
	box-sizing: border-box;
}
.widget_sandhills_featured_inventory #controls {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: unset !important;
    margin-top: 0 !important;
	background: #fff;
    width: 148px;
    height: 48px;
    top: -40px !important;
}
.car_col {
    padding: 10px ! Important;
}
.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {
	border-radius: 0px !important;
	width: 48px !important;
    display: block !important;
    top: 0px !important;
    bottom: unset !important;
	margin-right: 5px !important;
    height: 48px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    line-height: 48px !important;
    padding: 0 !important;
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory .a_inv_cont span{
	transition: ease all 0.2s;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    right: 5px !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
	box-sizing: border-box !important;
    left: calc(100% - 120px) !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {
    background-color: #ecf5f8 !important;
	color: #1c2a38 !important;
	border: none !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:hover span{
	background-color: #1c2a38 !important;
	color: #fff !important;
}


.widget_sandhills_featured_inventory .col-padding > a:first-of-type + br{
	display: none !important; line-height: 0 !important;
}
.widget_sandhills_featured_inventory .small_spec {

	font-family: "inter-variable", sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	font-weight: 800;
	color: #1c2a38;
	display: inline-block;
    line-height: 1.1 !important;
    margin: 0 0 10px !important;
	word-break: normal !important;
	width: 100%;
}
.widget_sandhills_featured_inventory .small_spec strong, .widget_sandhills_featured_inventory .small_spec ~ br {
display: none !important;
}
.widget_sandhills_featured_inventory .sh-carousel-indicators {
    display: none !important;
}
.widget_sandhills_featured_inventory .listing-title {
font-family: "inter-variable", sans-serif;
	font-size: 16px;
	text-transform: unset;
	letter-spacing: normal !important;
	color: #69737a;
	font-weight: 400 !important;
    line-height: 1.1 !important;
	white-space: normal !important;
	overflow: unset !important;
	margin-bottom: 10px !important;
	word-break: normal !important;
	height: unset !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 0 !important;
}
.widget_sandhills_featured_inventory .inner-image-placeholder{
	position: relative;
}
.widget_sandhills_featured_inventory .inner-image-placeholder:before {
	content: 'Featured';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	background: #0e8643;
	padding: 8px 14px;
	font-size: 12px;
font-family: "inter-variable", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	z-index: 10;
}
.widget_sandhills_featured_inventory .inv_image {
	width: 200% !important;
	height: auto !important;
}
.widget_sandhills_featured_inventory .outer-img-box {
	padding: 0 !important;
	border-radius: 0;
	overflow: hidden;
}

.widget_sandhills_featured_inventory .card {
	box-shadow: none !important;
    border: none !important;
	background: #ecf5f8 !important;
	margin: 0 !important;
	height: 100% !important;
	position: relative;
}
.inv_car_item {
    overflow: hidden;
    border-radius: 0;
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;

    height: 14vw;
}
.inv_car_item img.inv_image {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;
	margin-left: 0 !important;
}

.widget_sandhills_featured_inventory .glyphicon-chevron-right:before {
    content: "\f061" !important;    
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-left:before {
    content: "\f060" !important;    
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.option-name {
	padding-left: 5px;
}

@media only screen and (max-width: 767px){
	
	.inv_car_item .inner-image-placeholder {
		height: 64vw;
	}
}

/* MISC */


.border-panel{
	padding: 50px 40px 88px !important;
	box-sizing: border-box;
	position: relative;
}
.border-panel .btn:not(.align-center){
	position: absolute;
	left: 40px;
	bottom: 50px;
	
}

.cs-social-row{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cs-social-row a{
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(255,255,255,0.2);
	border-radius: 100%;
	transition: ease all 0.3s;
}
.cs-social-row a:hover{
	color: #1c2a38;
	background: #b7ff4b;
}

.showroom-card{
	padding: 30px;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 20px;
	transition: ease all 0.3s;
	display: block;
}
.showroom-card:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}


.cs-card {
    display: block;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: inherit !important;
}

.accordion-button:not(.collapsed){
	color: #fff !important;
	background-color: #1c2a38 !important;
}
.accordion-button:not(.collapsed):after{
    filter: invert(1) grayscale(1);
}
.style-dark .accordion-item {
    background: transparent;
    color: #fff;
}
.style-dark .accordion-body ul, .style-dark .accordion-body ol,  .style-dark .accordion-body p  {
    color: #fff ;
}
.style-dark .accordion-button {
    background: transparent !important;
    color: #fff !important;
}
.style-dark .accordion-button:not(.collapsed) {
    background: #e5f2f2 !important;
    color: #1c2a38 !important;
}
.style-dark .accordion-button:after{
    filter: invert(1) grayscale(1);
}
.style-dark .accordion-button:not(.collapsed):after{
    filter: invert(0) grayscale(0);
}

.list-checks ul{
    list-style-type: "\f058";
    padding-left: 24px;
}
.list-checks ul li{
    padding-left: 12px;
}

.list-checks ul ::marker{
	
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	
}
.shwidget ol li{
	padding: 10px 0;
	border-bottom: solid 1px #555;
}
.shwidget ol ::marker{
	color: #176e35;
	font-weight: 700;
}
.white ol ::marker{
	color: #b7ff4b !important;
}
.white ul li {
	color: #fff;
}


	#widget-map{
		overflow: hidden;
		display: flex;
		width: 100%;
		border-radius: 0;
		height: 100%;
	}
	#widget-map iframe{
		height: calc(100% + 60px);
		margin-top: -60px;
		width: 100%;
		display: flex;
		border: none !important;
	}

.col-min-height{
	min-height: 400px !important;
}
.widget_sandhills_custom_slider{
	position: relative;
	overflow: hidden;
}

.cta-equipment-category{
	padding: 0 50px;
	display: flex;
	align-items: center;
	position: relative;
}
.cta-equipment-category:before{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #ecf5f8;
	height: 200px;
	z-index: 0;
	
}
.cta-equipment-category > div
{   position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
	
}
.cta-equipment-category  a img
{   
    margin-top: 40px;
	position: relative;
	max-width: 100%;
}


@media only screen and (max-width: 1023px){

	.cta-equipment-category{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.cta-equipment-category img{
		margin: 0 0 10px;
		max-width: 100%;
	}
	.cta-equipment-category > div{
		flex-direction: column;
		padding-bottom: 30px;
	}
	.cta-equipment-category:before{
		transform: unset;
		bottom: 0;
		top: 60px;
		height: unset;
		background: linear-gradient(to top, #ecf5f8, transparent);
	}
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1700px) {	

	.cta-equipment-category > img
	{   
		width: 60%;

	}
}
@media only screen and (max-width : 1500px) {	
	.btn-primary, .btn-default, .btn-dark-blue, .btn-white{
		font-size: 14px;
	}
}
@media only screen and (min-width : 1300px) {	
	.cs-hero .customSliderSlide{
		height: 750px !important;
	}
	.cs-hero .customSliderSlide .outerEditableArea {
		padding-bottom: 250px !important;
	}
}
@media only screen and (max-width : 1299px) {		
	.cs-hero .customSliderSlide{
		height: unset !important;
	}
	.cs-hero .customSliderSlide .outerEditableArea {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

@media only screen and (max-width : 1439px) {	
	.heading-xl{
		font-size: min(48px, 7vw);
	}
}
@media only screen and (min-width : 1201px) {		

	/* LG */

	.btn-lg{
		font-size: 24px; padding-top: 10px; padding-bottom: 10px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		max-width: 300px;
		margin: 0 auto;
	}
}

@media only screen and (max-width : 1200px) {
	.cs-wrapper-lg {padding-left: 4.2vw !important; padding-right: 4.2vw !important;}
}
@media only screen and (max-width : 1079px) {
	
	.reverse-order-mobile{
		order: -1 !important;
	}
	.sidebarColumn[class*="col-md"]{
		width: 100% !important;
	}
	.cs-form-panel{
		margin-bottom: 50px;
	}
	.form-group {
		flex-wrap: wrap;
		gap: 5px;
	}
	.form-group label {
		width: 100%;
	}
	#sidebar247-sideBar2{
		order: 2;
	}
}
/* Small Devices, Tablets */ 
@media only screen and (max-width : 767px) {
	
	.btn-align-right{margin: unset;}
	p .btn {
		width: 100%;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {
	
.heading-sm{
	font-size: 14px;
}

	

}

