/*
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
--------------------------------------------------------------*/

html, body {
	width:100%;
}
.sticky-widgets > .row{
	position: sticky !important;
	top: 0px !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;
}

/*--------------------------------------------------------------
## 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;
}


.light-orange{
	color: #ff8047 !important;
}
.orange{
	color: #c43e01 !important;
}
.blue{
	color: #002b87 !important;
}
.tan{
	color: #ffdbcb !important;
}
.white{color: #fff;}
.cs-rounded{border-radius: 20px;}
.cs-circle{border-radius: 100%; aspect-ratio: 1;}
.paragraph, .shwidget p{
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
.cs-wrapper{
	padding-left: 4vw !important;
	padding-right: 4vw !important;
	box-sizing: border-box !important;
}



.btn-default, .btn-primary {
  font-family: 'aktiv-grotesk', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 10px 0;
  padding: 1rem 2rem;

	background: #c43e01 linear-gradient(to right, #df5c21, #c43e01);
  color: #fff;
  text-decoration: none;

  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;

  border: none;
  border-radius: 90px;
  cursor: pointer;

	filter: brightness(1);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    opacity 0.2s ease;
  box-shadow: 0 4px 12px rgb(182 81 32 / 18%);
    
}

.btn-default:hover, .btn-primary:hover {
  background-color: #c43e01;
	color: #fff !important;
  transform: translateY(-1px);
	filter: brightness(1.06);
  box-shadow: 0 6px 16px rgb(182 81 32 / 24%);
}

.btn-default:active, .btn-primary:active {
  transform: translateY(0);
  background-color: #000 !important;
	color: #fff !important;
	filter: brightness(0.98);
  box-shadow: 0 3px 8px rgb(182 81 32 / 18%);
}

.btn-default:focus-visible, .btn-primary:focus-visible {
  outline: 3px solid rgb(182 81 32 / 35%);
  outline-offset: 3px;
}

.btn-default:disabled, .btn-primary:disabled{
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.btn-black {
  font-family: 'aktiv-grotesk', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 1rem 2rem;

	background: #000;
  color: #fff;
  text-decoration: none;

  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;

  border: none;
  border-radius: 90px;
  cursor: pointer;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
  box-shadow: 0 4px 12px rgb(0 0 0 / 18%);
    
}

.btn-black:hover {
  background-color: #333;
	color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgb(0 0 0 / 24%);
}

.btn-black:active {
  transform: translateY(0);
  background-color: #222 !important;
	color: #fff !important;
  box-shadow: 0 3px 8px rgb(0 0 0 / 18%);
}

.btn-black:focus-visible {
  outline: 3px solid rgb(0 0 0 / 35%);
  outline-offset: 3px;
}

.btn-black:disabled{
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

/* FEATURED INVENTORY */


.inv_car_title{
	font-family: aktiv-grotesk, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
    text-align: center!important;
    font-weight: 700;
    color: #000;
    max-width: 100%;
	margin: 0 auto !important;
}
.inv_car_title + hr{
	display: none !important;
}



.carousel_details_btn{	
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 600 !important;
	font-size: 14px;
	border-radius: 90px;
	border: unset !important;

	background-color: #f3e9dd !important;
	color: #000 !important;
	text-align: center;
    padding: 10px;
    line-height: 24px;
	min-width: 140px;
	max-width: 100%;
	
	display: inline-block;
	transition: ease all 0.3s;
	position: relative;
	box-sizing: border-box !important;
    text-transform: unset !important;
	margin-bottom: 30px !important;
}

.carousel_details_btn:hover {
    background-color: #e5d9cb !important; /* slightly brighter/different shade */
    transform: translateY(-1px); /* slight lift */

    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15), 
                0 6px 14px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.carousel_details_btn:active {
    transform: translateY(0); 
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {
border-radius: 100% !important;
	width: 48px !important;
    display: block !important;
    top: -60px !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 .card-body{
    padding: 20px 20px 0 !important;
	box-sizing: border-box;
}
.car_col {
    padding: 10px ! Important;
}
.widget_sandhills_featured_inventory .inv_control{
	transition: ease all 0.2s;
}

.widget_sandhills_featured_inventory .slick-slider{
	padding: 0 30px !important;
}

.widget_sandhills_featured_inventory .small_spec {
 display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px !important;
	line-height: 18px !important;
	
	color: #fff;
    margin: -14px 0 20px !important;
	word-break: normal !important;
}
.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-size: clamp(18px, 30px, 3vw) !important;
	font-family: aktiv-grotesk, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: -0.025em !important;
	text-transform: unset !important;
	color: #fff;
    line-height: 1.1 !important;
	white-space: normal !important;
	overflow: unset !important;
	margin-bottom: 0 !important;
	word-break: normal !important;
	height: unset !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 0 !important;
}
.widget_sandhills_featured_inventory .inner-image-placeholder:nth-of-type(1){
	position: relative;
	overflow: hidden;
	border-top: solid 5px #e05e23;
}
.widget_sandhills_featured_inventory .inner-image-placeholder:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(to bottom, #000, transparent);
	z-index: 8;
}
.widget_sandhills_featured_inventory .inner-image-placeholder:after {
	content: 'Featured';
	position: absolute;
	top: 8px;
	left: 10px;
	display: inline-block;
	color: #ff8047;
	font-size: 14px;
font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	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 {
	background-color: #002b87 !important;
    border: none !important;
	margin: 0 !important;
	height: 100% !important;
	position: relative;    
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.widget_sandhills_featured_inventory .card:hover {
 
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
.inv_car_item {
    overflow: hidden;
    border-radius: 10px;
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;

    height: 250px;
}
.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;
}

.list-checks{
    list-style-type: "\f058" !important;
    padding-left: 24px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
.list-checks li{
    padding-left: 12px;
}

.list-checks ::marker{
	
    list-style-type: "\f058" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #002b87;
    content: "\f058" !important;
	
}

.list-icons {
	list-style: none;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}

.list-icons li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 4px;
	width: 100%;
	box-sizing: border-box;
}
.list-icons li icon{
	position: absolute;
	left: -10px;
	top: 2px;
	width: 24px;
	text-align: center;
	font-size: 18px !important;
}


.h1,.h2,.h3,.h4,.h5{
	display: block;
}
.h1{
	font-size: clamp(18px, 36px, 3vw);
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
	
}
.h2, .sh-custom-form-title h2, .sh-custom-form-title h3, .sh-custom-form-title h1{
	font-size: clamp(18px, 30px, 3vw);
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
}
.h3{
	font-size: clamp(18px, 24px, 3vw);
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}
.h4{
	font-size: 18px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}
.h5{
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	line-height: 1.1;
}

.cs-product-card{
	padding: 20px;
	position: relative;
	display: block;
	min-height: 200px;
	transition: ease all 0.3s;
	filter: brightness(1);
}
.cs-product-card img{
	max-width: 80%;
	margin: 0 auto;
	display: block;
	transition: ease all 0.3s;
}
.cs-product-card:hover{
	filter: brightness(1.08);
}
.cs-product-card:hover img{
	transform: translateY(-5px);
}
.cs-product-card:active img{
	transform: translateY(-2px);
}
.slick-slide:not(:last-of-type) .cs-product-card{
	border-right: solid 1px rgba(0,0,0,0.3);  
	border-image: linear-gradient(to top, transparent, rgba(0,0,0,0.3), transparent) 1;
}

.cs-brand-card{
	padding: 20px;
	position: relative;
	display: flex;
	aspect-ratio: 1.5;
	justify-content: center;
	align-items: center;
	transition: ease all 0.3s;
	filter: brightness(1);
}
.cs-brand-card:hover{
	filter: brightness(1.08);
}
.cs-brand-card img{
	max-width: 80%;
	margin: 0 auto;
	display: block;
    max-height: 70px;
    width: auto !important;
}



/* CUSTOM WP FORMS */

.cs-form-panel{
	padding:25px !important;
}
.cs-form-panel .contactForm  {
	padding: 25px !important;
	border-radius: 10px !important;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2) !important;
	background: #101f4e linear-gradient(-45deg, #101f4e, #152b86);
	color: #fff;
}
.cs-form-panel .has-error .help-block, .cs-form-panel .has-error .form-control-feedback, .cs-form-panel span[id^="bootStrapErrors"] {
    color: #ff7575 !important;
}

.bv-form .form-group textarea{
	min-height: 100px;
	resize: vertical;
}
.contactForm textarea{resize: vertical !important;}

.contactForm .sandhills-add-upload{
	border-radius: 0 6px 6px 0 !important;
	margin: 0 !important;
	height: 100%;
}

.sheditor_form-group > label {font-weight: 700;}
.shwidget{
	
	font-family: aktiv-grotesk, sans-serif;
	
}
.accordion-button{
	font-weight: 700;
	background: #f8f8f8;
}
.accordion-button:not(.collapsed){
	color: #fff !important;
	background-color: #000 !important;
}
.accordion-button:not(.collapsed):after{
    filter: invert(1) grayscale(1);
}

.te-breadcrumbs{
	z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;font-weight: 700;
	color: #73685c !important;
    background: #f3e9dd;
}
.te-breadcrumbs a {
	display: inline-block;
    color: #333;
	font-family: aktiv-grotesk, sans-serif;
}
.te-breadcrumbs a:hover {
    color: #002b87;
}
	
.iframe-gallery iframe{
	width: 100%;
	aspect-ratio: 0.55;
	border-radius: 20px;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1000px) {		
	div[class*="reset-"][class*="widget-container-"] {
		bottom: 70px !important;
	}
}
