/*
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%;
}
.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;
}


/*---AESTHETIC--------------------------------*/

.white{
	color: #fff;
}
.yellow{
	color: #ffc000;
}
.white .yellow{
	color: #ffd248;
}
.gray{
	color: #dddddd;
}
.dark-gray{
	color: #232323;
}
.cs-rounded{
	border-radius: 10px;
	overflow: hidden;
}
.cs-shadow{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}


/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}

.cs-wrapper{
	padding-left: 7.7vw !important;
	padding-right: 7.7vw !important;
}
.pad-top{
	padding-top: 80px !important;
}
.pad-bottom{
	padding-bottom: 80px !important;
}


.btn-default{
	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 16px;
	font-family: "urw-din-condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	background: #ffd248;
	position: relative;
	text-align: center;
	max-width: 100%;
	transition: ease all 0.1s;
	box-sizing: border-box;
	border-radius: 5px;
	border: unset !important;
	outline: unset !important;
	cursor: pointer;
}
.btn-default:hover, .btn-default:focus, .btn-default:active{
	color: #fff !important;
	background: #232323 !important;
}
.btn-dark{
	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 16px;
	font-family: "urw-din-condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	max-width: 100%;
	transition: ease all 0.1s;
	box-sizing: border-box;
	border-radius: 5px;
	border: unset !important;
	outline: unset !important;
	cursor: pointer;
	
	color: #fff !important;
	background: #000 !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active{
	color: #fff !important;
	background: #232323 !important;
}
.btn-lg{
	font-size: 24px;
	padding: 20px 30px;
}

/*---TEXT--------------------------------*/

.heading-lg, .heading-md, .heading-sm{
	font-family: "urw-din-condensed", sans-serif;
	display: block;
}

.heading-lg{
	font-weight: 900;
	text-transform: uppercase;
	font-size: min(72px, 8vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 900;
	text-transform: uppercase;
	font-size: min(42px, 3vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3;
	display: block;
}
.cs-footertext{
	font-family: "urw-din-condensed", sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.3;
	display: block;
}
.paragraph, .shwidget{	
	font-family: "urw-din", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: normal;
}

.contactForm h1, .contactForm h2, .contactForm h3{	
	font-weight: 900;
	text-transform: uppercase;
	font-size: min(42px, 6vw);
	line-height: 1.1;
	letter-spacing: normal;
	font-family: "urw-din-condensed", sans-serif;
}
.contactForm label{	
	font-weight: 900;
	text-transform: uppercase;
}
.contactForm label[for^="hl-"] {
    display: none;
}


	.widget-map{
		overflow: hidden;
		display: flex;
		width: 100%;
		height: 100%;
	}
	.widget-map iframe{
		height: calc(100% + 60px);
		margin-top: -60px;
		width: 100%;
		min-height: 400px;
		display: flex;
		border: none !important;
	}
	

/* FEATURED INVENTORY */


.inv_car_title{
	font-family: 'urw-din-condensed', sans-serif;

	font-size: min(42px, 6vw);
	text-transform: uppercase;
    text-align: center!important;
    font-weight: 500;
    color: #fff;
    max-width: 100%;
	margin: 0 auto !important;
}
.inv_car_title + hr{
	display: none !important;
}

.carousel_details_btn{
margin-top: 40px;
	appearance: none !important;
	border: unset !important;
	outline: unset !important;

	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 16px;
	font-family: "urw-din-condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	background: #ffd248;
	position: relative;
	text-align: center;
	max-width: 100%;
	transition: ease all 0.03s;
	box-sizing: border-box;
	border-radius: 5px;
}
.carousel_details_btn:hover{
	color: #fff;
	background: #000;
}

.widget_sandhills_featured_inventory .card-body{
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}
.widget_sandhills_featured_inventory #controls {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: unset !important;
    top: -110px !important;
    margin-top: 120px !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: 5px !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;
	
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory .inv_control{
	transition: ease all 0.2s;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #ffd248 !important;
    right: 0 !important;
	color: #000 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: #fff !important;
	color: #000 !important;
	border: none !important;
	box-sizing: border-box !important;
    left: calc(100% - 115px) !important;
}

.widget_sandhills_featured_inventory .inv_control:hover{
	box-shadow: unset !important;
}

.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span i{
    font-size: 24px !important;
	color: #000 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span i{
    font-size: 24px !important;
	color: #fff !important;
}


.widget_sandhills_featured_inventory .small_spec {

	font-family: 'urw-din-condensed', sans-serif;
	font-size: 36px;
	letter-spacing: normal;
	font-weight: 700;
	margin: -20px 0 0 0 !important;
	color: #fff;
	display: inline-block;
}
.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: 'urw-din-condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: normal !important;
	color: #dddddd;
	font-weight: 400 !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 0 !important;
    display: flex;
    flex-direction: column;
}
.widget_sandhills_featured_inventory .inv_image {
	width: 200% !important;
	height: auto !important;
	background: #000 !important;
}
.widget_sandhills_featured_inventory .outer-img-box {
	padding: 0 !important;
	border-radius: 10px;
	overflow: hidden;
}

.widget_sandhills_featured_inventory .card {
	box-shadow: none !important;
    border: none !important;
	background: transparent !important;
	margin: 0 !important;
	height: 100% !important;
	position: relative;
	color: #fff !important;
}
.inv_car_item {
    overflow: hidden;
    border-radius: 0;
}
.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;
}

.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;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.inv_car_title{
		font-size: 24px;
		max-width: calc(100% - 260px);
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.inv_car_title{
		max-width: unset !important;
        font-size: 30px;
        margin-bottom: 80px !important;

	}
	.widget_sandhills_featured_inventory #controls{
		right: 0;
		left: 0;
		display: flex;
		justify-content: center;
		margin: 42px 0 0 !important;
		gap: 10px;
	}
	.widget_sandhills_featured_inventory #controls a span{
    	position: unset !important;
	}

}




/*==========  Non-Mobile First Method  ==========*/

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.pad-top{
		padding-top: 40px !important;
	}
	.pad-bottom{
		padding-bottom: 40px !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {

	.heading-lg{
		font-size: 36px !important;
	}
	.heading-md{
		font-size: 24px !important;
	}
	.heading-sm{
		font-size: 18px !important;
	}
}
