/*
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;
}

/*=== CUSTOM RESTED STYLES ===*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
html {
	scroll-behavior: smooth;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}


/*FIXING THE OVERRIDING STYLES!!!!!!!!*/
.list-syles ul {
	display: block!important;
    list-style-type: disc!important;
    margin-block-start: 1em!important;
    margin-block-end: 1em!important;
    padding-inline-start: 40px!important;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height: 28px;
}
strong, b {
	font-weight: 800;
}
.xl-heading, .lg-heading, .md-heading, .sm-heading, .xs-heading {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
}
.xl-heading {font-size: clamp(40px, 5vw, 48px);line-height: clamp(48px, 5vw, 56px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(42px, 5vw, 50px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(35px, 5vw, 43px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(26px, 5vw, 34px);}
.xs-heading {font-size: clamp(18px, 5vw, 24px);line-height: clamp(26px, 5vw, 32px);}

.logo {
	max-width: 315px;
	width: 100%;
    padding-right: 25px;
}
.button-group {
	display: flex;
	gap: 5px 10px;
	flex-wrap: wrap;
	padding-top: 15px;
	justify-content: center;
}
button.primary-button, button.carousel_details_btn {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 20px;
	background-color: #d02c23;
	border: 1px solid #d02c23;
	color: #ffffff;
	opacity: 1;
	transition: all ease 0.3s;
	text-transform: uppercase;
	border-radius: 5px;
}

button.secondary-button {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 20px;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	color: #d02c23;
	opacity: 1;
	transition: all ease 0.3s;
	text-transform: uppercase;
	border-radius: 5px;
}

button.grey-button {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 20px;
	background-color: transparent;
	border: 1px solid #d02c23;
	color: #d02c23;
	opacity: 1;
	transition: all ease 0.3s;
	text-transform: uppercase;
	border-radius: 5px;
}

button.green-button {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 20px;
	background-color: #6faa3f;
	border: 1px solid #6faa3f;
	color: #ffffff;
	opacity: 1;
	transition: all ease 0.3s;
	text-transform: uppercase;
	border-radius: 5px;
}

button.text-button {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 0px;
	background-color: transparent;
	border: none;
	color: #6faa3f;
	opacity: 1;
	transition: all ease 0.3s;
	text-transform: uppercase;
	border-radius: 5px;
}

button.primary-button:hover,
button.carousel_details_btn:hover,
button.secondary-button:hover,
button.grey-button:hover,
button.green-button:hover,
button.text-button:hover {
	opacity: 0.6;
}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}

.mobile-only {
	display: none!important;
}

.max-width {
	width: 95%!important;
	margin: 0 auto!important;
}
p.paragraph {
	padding-top: 20px;
}
ul.list {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 10px;
}

.center-button-horizontal {
	display: flex;
	align-items: center;
}

/*=== Header ===*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.customize-support #header {
	position: relative;
	background-color: #000;
}

/*=== Hero Slider ===*/
.hero-slider .customSliderSlideRegion {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

/*=== Sub Page Hero Container ===*/
.sub-page-hero-container {
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}

/*=== Floating Contact ===*/
.floating-contact-container {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    z-index: 10;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 10px;
}
.floating-contact-container .post-container-floating-contacts a {
	opacity: 1!important;
	transition: all ease 0.3s!important;
}
.floating-contact-container .post-container-floating-contacts a:hover{
	opacity: 0.6!important;
	transition: all ease 0.3s!important;
}
.floating-contact-container .post-container-floating-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.floating-contact-container .prevButton-container-floating-contacts, .floating-contact-container .nextButton-container-floating-contacts { 
	display: none!important;
} 

/*=== Footer Contact ===*/
.footer-contact .post-container-floating-contacts {
    display: flex!important;
	flex-direction: row!important;
	gap: 25px!important;
	justify-content: center!important;
}
.footer-contact .post-container-floating-contacts .item {
    flex-basis: 0!important;
}
.footer-contact .post-container-floating-contacts .item a icon {
	color: #ffffff!important;
}

/*=== Shadow Containers ===*/
.shadow-container.shadow, .shadow-container .shadow {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px!important;
}
.shadow-container.shadow .image-container {
	margin-left: 10px;
}
.shadow-container .shadow.left-shadow {
	margin-right: 10px;
}
.shadow-container .shadow.right-shadow {
	margin-left: 10px;
}

/*=== Images ===*/
.image-container {
	border-radius: 10px;
	overflow: hidden;
}

/*=== Map ===*/
.map-container, .map-container * {
	height: 100%;
    line-height: 0;
}
.map-container iframe {
	border-radius: 10px!important;
	overflow: hidden!important;
}

/*=== CONTACT-FORM ===*/
.contact-form .sheSubmitButton {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto!important;
	font-weight: 700!important;
	font-style: normal!important;
	font-variation-settings: "wdth" 100!important;
	font-size: 18px!important;
	line-height: 24px!important;
	padding: 8px 20px!important;
	background-color: #d02c23!important;
	border: 1px solid #d02c23!important;
	border-radius: 5px!important;
	color: #ffffff!important;
	opacity: 1!important;
	transition: all ease 0.3s!important;
	text-transform: uppercase!important;
}
.contact-form .sheSubmitButton:hover {
	opacity: 0.6!important;
}
.contact-form h1, .contact-form h2 {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.contact-form h1 {font-size: clamp(40px, 5vw, 48px);line-height: clamp(42px, 5vw, 50px);}
.contact-form h2 {font-size: clamp(34px, 5vw, 42px);line-height: clamp(36px, 5vw, 44px);}
.contact-form .form-control-feedback {color: #d02c23!important;}

/*=== BRAND GRID ===*/
.brand-grid .item {
	align-content: center!important;
	padding: 10px 5px !important;
}
.brand-grid .post-container-our-brands img {
	max-height: 75px!important;
	height: 100%!important;
	object-fit: contain!important;
	object-position: center!important;
	max-width: 200px!important;
	width: 100%!important;
	align-content: center!important;
}
.brand-grid a img {
	opacity: 1!important;
	transition: all ease 0.3s!important;
}
.brand-grid a img:hover {
	opacity: 0.6!important;
	transition: all ease 0.3s!important;
}

/*=== FEATURED INVENTORY ===*/
.featured-inventory-carousel .card {
    border: unset !important;
    border-radius: 0 !important;
}
.featured-inventory-carousel .card-body {
	padding: 20px 10px 10px !important;
}
.featured-inventory-carousel .outer-img-box {
    padding: 0 !important;
}
.inner-image-placeholder {
    overflow: hidden !important;
	line-height: 0 !important;;
}
.featured-inventory-carousel .outer-img-box .inv_image {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
.featured-inventory-carousel .card-body {
    background-color: #f4f4f4;
    transition: .5s ease all !important;
}
.featured-inventory-carousel .listing-title {
	font-family: "Georama", sans-serif;
	font-optical-sizing: auto !important;
	font-weight: 800 !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	font-size: clamp(18px, 5vw, 26px) !important;
	line-height: clamp(20px, 5vw, 28px) !important;
}
.featured-inventory-carousel .car_col {
	padding: 0 !important;
}
.featured-inventory-carousel #controls {
	position: absolute !important;
    right: 0 !important;
    top: -45px !important;
}
.featured-inventory-carousel #controls .inv_control {
	font-size: 14px !important;
	line-height: 24px !important;
	padding: 8px 17px !important;
	background-color: #f4f4f4 !important;
	border: 1px solid #f4f4f4 !important;
	color: #000000 !important;
	opacity: 1 !important;
	transition: all ease 0.3s !important;
	text-transform: uppercase !important;
	border-radius: 5px !important;
}
.featured-inventory-carousel #controls .inv_control:hover {
	box-shadow: none !important;
	opacity: 0.6 !important;
}
.featured-inventory-carousel #controls .a_inv_cont {
	padding: 0 5px !important;
}
.featured-inventory-carousel .carousel-indicators {
	display: none !important;
}

/*=== CAREERS ===*/
.job-header {
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25)), url("///media.sandhills.com/img.axd?id=9067948813&wid=0&rwl=False&p=&ext=jpg&w=1440&h=960&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=zNvZc7%2bUdDrWvkeY6VlDp4oLYCR1XFsg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 350px 0px 100px 0px !important;
}
.job-details-wrap {
	padding: 100px 0px !important;
}
.job-details-wrap p {
	padding-bottom: 20px;
}
.job-details-wrap ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 20px;
}
.border-careers {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px !important;
	border-radius: 10px;
	height: 100%!important;
}
.border-careers:hover {
	border: inherit!important;
    border-bottom:  inherit!important;
}
.border-careers .career-card {
	padding: 30px 15px;
	height: 100%!important;
}
.border-careers .career-card .position {
	padding: 15px 0;
	color: #6faa3f;
}

/*=== PROMOTIONS ===*/
.promo-header {
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25)), url("///media.sandhills.com/img.axd?id=9066059421&wid=0&rwl=False&p=&ext=jpg&w=2382&h=1119&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=GkCwnR0Ty4C3UO%2bMvAXGwsyXlQUM0koR");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 350px 0px 100px 0px !important;
}
.job-details-wrap {
	padding: 100px 0px !important;
}
.job-details-wrap p {
	padding-bottom: 20px;
}
.job-details-wrap ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 20px;
}
.border-promotions {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px !important;
	border-radius: 10px;
	height: 100%!important;
}
.border-promotions:hover {
	border: inherit!important;
    border-bottom:  inherit!important;
}
.border-promotions .promotions-card {
	padding: 0px;
	height: 100%!important;
	overflow: hidden;
    border-radius: 10px;
}
.border-promotions .promotions-card .position {
	padding: 15px 0;
	color: #6faa3f;
}

/*=== PROMOTIONS POPUP ===*/
.pop-up-image {height: 500px; width: 100%; object-fit: cover;}


/*=== 404 PAGE ===*/
.error-header {
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25)), url("///media.sandhills.com/img.axd?id=9067948813&wid=0&rwl=False&p=&ext=jpg&w=1440&h=960&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=zNvZc7%2bUdDrWvkeY6VlDp4oLYCR1XFsg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 350px 0px 100px 0px !important;
}

/*=== INVENTORY PAGE ===*/
.inventory-header {
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25)), url("///media.sandhills.com/img.axd?id=9068104703&wid=0&rwl=False&p=&ext=jpg&w=2048&h=1536&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=SRStMHdcjhVGGJ0lkxfSYJpiZaCXaxgT");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 350px 0px 100px 0px !important;
}
.scrollToTop a {
	color: #fff!important;;
}
.financing-wrapper{
	text-align: center;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
	.mobile-only {
		display: block!important;
	}
	.desktop-only {
		display: none!important;
	}
	.menu-primary {
		display: none!important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.pop-up-image {height: 250px;}
	
	/*=== Shadow Containers ===*/
	.shadow-container.shadow .image-container {
		margin-left: 0;
	}
	.shadow-container .shadow.left-shadow {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.shadow-container .shadow.right-shadow {
		margin-left: 0;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.logo {
		max-width: 250px;
	}
}
