/*
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

Yellow #ffcf0f
Light Grey #f0f0f0

*/

/*--------------------------------------------------------------
## 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;
}

/*===================== 
	base styles 
=======================*/


body {
	font-family: "Roboto", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
}

	h2 {
		font-size:28px;
}
	h3 {
		font-size:24px;
}
	h4 {
		font-size:20px;
}
	h5 {
		font-size:18px;
}
	h6 {
		font-size:16px;
}

p {
	font-size:16px;
	margin: 0;
	}
.butn-yellow {
	font-family: "Roboto", sans-serif;
	background:#ffcf0f;
	color:#000;
	display: inline-block;
	padding:15px 20px;
	font-size: 16px;
	font-weight: 600;
	text-align:center;
	box-sizing: border-box;
	margin:10px 0;
    transition: .2s ease-in;
	border:0;
	outline:none;
	cursor: pointer;
}
.butn-yellow:hover {
	background:#f0f0f0;
	color:#000;
}
 .butn-black {
	font-family: "Roboto", sans-serif;
	background:#000000;
	color:#ffcf0f;
	display: inline-block;
	padding:15px 20px;
	font-size: 16px;
	font-weight: 600;
	text-align:center;
	box-sizing: border-box;
	margin:10px 0;
    transition: .2s ease-in;
	 border:0;
	outline:none;
	cursor: pointer;
}
.butn-black:hover {
	background:#f0f0f0;
	color:#000;
}
.butn-hero {
	font-family: "Anton SC", sans-serif;
	width: 100%;
	max-height: 140px;
	height: 20vw;
	min-height: 100px;
	padding:0 20px;
	box-sizing: border-box;
	background:#ffcf0f;
	position: relative;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size:clamp(24px, 2vw, 35px);
	transition: .2s ease-in;
	border:0;
	outline:none;
	cursor: pointer;
}
.butn-hero span {
	position: relative;
	z-index: 2;
}
.butn-hero:after {
	content:"";
	position: absolute;
	display: block;
	background: #000;
	z-index: 1;
	height:15px;
	width: 100%;
	bottom:0;
	left:0;
	transition: .2s ease-in;
}
.butn-hero:hover {
	color:#ffcf0f;
}
.butn-hero:hover:after {
	height:100%;
}
.text-link-black {
	font-family: "Roboto", sans-serif;
	color:#000;
	transition: .2s ease-in;
	border:0;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
}
.text-link-black i {
	color:#ffcf0f;
}
.text-link-black span {
	font-weight: 700;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-white {
	font-family: "Roboto", sans-serif;
	color:#fff;
	border:0;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	transition: .2s ease-in;
}
.text-link-white span {
	font-weight: 700;
}
.text-link-white i {
	color:#ffcf0f;
}
.text-link-white:hover {
	opacity: 0.7;
}
.social-link-white {
	font-family: "Roboto", sans-serif;
	color:#fff;
	border:0;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	transition: .2s ease-in;
}
.social-link-white:hover {
	opacity: 0.7;
}
.social-link-black {
	font-family: "Roboto", sans-serif;
	color:#000;
	border:0;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	transition: .2s ease-in;
}
.social-link-black:hover {
	opacity: 0.7;
}
.map-cont-1 .highlightSidebars  {
	padding-top: 20px!important;
}
.map-cont-1 iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
 

/*===================== 
	header styles 
=======================*/

.head-top {
	width: 100%;
	background: #000;
}
.head-top .container-1 {
	padding:5px 20px;
}
.head-top-con-1 {
	display: flex;
	justify-content: space-between;
}
.head-contact-mob {
	display: none;
}
.wrap-head {
	width: 100%;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
}
.wrap-head .container-1 {
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding:20px;
}
.head-logo {
	width: 100%;
	max-width: 440px;
}


/*===================== 
	content styles 
=======================*/

.hero-slide {
	width: 100%;
	height: 100%!important;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 53.37%,rgba(0,0,0,0.5) 88.60%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 53.37%,rgba(0,0,0,0.5) 88.60%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 53.37%,rgba(0,0,0,0.5) 88.60%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 53.37%,rgba(0,0,0,0.5) 88.60%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 20px clamp(70px, 5vw, 120px) 20px;
	box-sizing: border-box;
	min-height: 350px;
}
.hero-slide h1 {
	font-family: "Anton SC", sans-serif;
	font-size:clamp(30px, 4vw, 60px);
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
	text-align: center;
	line-height: 1.3;
	color:#fff;
}
.hero-slide h1 span {
	font-family: "Roboto", sans-serif;
	font-size:clamp(16px, 1.2vw, 30px);
	font-weight:600;
	display: block;
}
.highlightSidebars .wrap-hero-cta {
	top:0;
}
.wrap-hero-cta {
	position: relative;
	top:-50px;
}
.wrap-home-wt-left {
	display: flex;
	flex-direction: column;
	width: 30%!important;
}
.wrap-home-wt-left > .row {
	height: 100%;
	max-width: 460px;
	align-self: flex-end;
}
.wrap-home-wt-left .widget_sandhills_editable_area .shwidget {
	height: 100%;
}
.wrap-home-wt-right {
	width: 70%!important;
}
.wrap-home-wt-right > .row {
	max-width: 1222px;
	padding-left: 20px;
}
.wrt-cta-btn {
	display: block;
	transition: .2s ease-in;
}
.wrt-cta-btn img {
	padding:10px!important;
}
.wrt-cta-btn h2 {
	display:block;
	width: 100%;
	padding:0 20px 20px 20px;
	transition: .2s ease-in;
	text-align: center;
	box-sizing: border-box;
	color:#000!important;
}
.wrt-cta-btn:hover {
	background:#000;
}
.wrt-cta-btn:hover h2 {
	color: #ffcf0f!important;
}
.home-wt-btn-cont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap-about-cont-1 {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("///media.sandhills.com/img.axd?id=10016544709&wid=0&rwl=False&p=&ext=jpg&w=1651&h=1066&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=TdpmG8b6Lz0O2FJ9KLghRnwWEODlHes8");
	border-bottom: 20px solid #ffcf0f;
}
.about-cont-1 {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5vw 0;
	position: relative;
}
.about-cont-info-1 {
	width: 85% !important;
	background: rgba(255, 255, 255, 0.9);
	border-top: 20px solid #ffcf0f;
	padding: 40px 20vw 40px calc(-830px + 51vw);
	box-sizing: border-box;
	line-height: 1.2;
}
.about-cont-img-1 {
	position: relative;
	z-index: 2;
	margin-left: -18vw;
	margin-right: 4vw;
	width: 79vw;
	top: 1vw;
}
.about-cont-img-1 img {
	max-width: 100%!important;
}
.service-cta-1 {
	height: 30vw!important;
	min-height:250px!important;
	max-height:420px!important;
	display: flex;
	flex-direction: column;
	gap:20px 0;
}
.service-cta-info-1 {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service-cta-info-1 h2 {
	font-family: "Anton SC", sans-serif;
	text-align: center;
	font-size:30px;
	color:#ffcf0f;
}
.service-cta-info-1 p {
	font-family: "Roboto", sans-serif;
	text-align: center;
	font-size:16px;
	color:#fff;
}
.service-cta-1 button {
	align-self: flex-end;
	width:100%;
	max-width:300px;
	box-sizing: border-box;
	margin:0 auto;
}

/*===================== 
	Form styles 
=======================*/

.contactForm {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
	padding:40px!important;
	box-sizing: border-box;
	border-radius: 40px;
}
.contactForm h2 {
	font-family: "Anton SC", sans-serif;
	text-transform: uppercase;
  	font-weight: normal;
}
.contactForm p {
	font-weight: 700;
	font-size: 20px;
}

/*===================== 
	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:#000000 !important; color: #ffcf0f!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:#000000!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #000000!important;
    border: 1px solid #000000!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #000000!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #000000!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #000000!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: #000000 !important; color:#ffcf0f!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:#000000 !important; color: #ffcf0f!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:#000000 !important; color: #ffcf0f !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:#000000 !important; color:#ffcf0f !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:#000000!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#000000!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#000000!important;
}
.detail-content-mobile .share-listing {
	color:#000000!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#000000!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#000000!important;
}
.cs-btns .button {background:#000000 !important; color: #ffcf0f !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

.scrollToTop a {
	color:#fff!important;	
}

/*===================== 
	layout styles 
=======================*/

.container-1 {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	box-sizing: border-box;
	}
.container-2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:30px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.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-foot {
	width: 100%;	
	border-top: 1px solid #000;
}
.wrap-foot .container-1 {
	padding:40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
.foot-logo {
	width: 100%;
	max-width: 440px;
}
.foot-nav {
	flex-grow: 1;
}
.foot-nav-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap:10px;
}
.foot-bottom {
	width: 100%;
	font-family: "Roboto", sans-serif;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1700px) {
	.about-cont-info-1 {
		width: 85% !important;
		background: rgba(255, 255, 255, 0.9);
		border-top: 20px solid #ffcf0f;
		padding: 40px 20vw 40px 20px;
		box-sizing: border-box;
		line-height: 1.2;
	}
}

@media only screen and (max-width : 1200px) {		

}

/* Medium Devices, Desktops */

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.head-contact-mob {
		display: block;
	}
	.head-contact {
		display: none;
	}
	.wrap-home-wt-left {
		width:100%!important;
	}
	.wrap-home-wt-left > .row {
		width: 100%;
		max-width: 100%;
	}
	.wrap-home-wt-left .widget_sandhills_editable_area .shwidget {
		height: auto;
	}
	.wrap-home-wt-right {
		width:100%!important;
	}
	.wrap-home-wt-right > .row {
		width: 100%;
		max-width:100%;
		padding:0;
	}
	.wrap-about-cont-1 {
		width: 100%;
		background-size: 100% auto;
		background-position: center top;
		background-image: url("///media.sandhills.com/img.axd?id=10016544715&wid=0&rwl=False&p=&ext=jpg&w=1651&h=759&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=TdpmG8b6Lz1nw6sRfCqP4%2fnVi8pbuBV%2f");
	}
	.about-cont-1 {
		padding: 38vw 0px 0px;
	}
	.about-cont-info-1 {
		width: 100% !important;
		background: rgba(255, 255, 255, 0);
		border-top: 0px;
		padding:20px 20px 40px 20px;
		box-sizing: border-box;
		line-height: 1.2;
	}
	.about-cont-img-1 {
		display: none;
	}
}
@media only screen and (max-width : 850px) {
	.wrap-foot .container-1 {
		justify-content: center;
	}
	.foot-nav {
		display: none;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.wrap-head .container-1 {
		padding:5px 20px;
	}
	.hero-slide {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 88.60%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 88.60%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 88.60%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 88.60%);
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.service-cta-info-1 h2 {
		font-size:26px;
	}
	.service-cta-info-1 p {
		font-size:14px;
	}
	.butn-yellow, .butn-black {
		padding:10px 15px;
		font-size: 14px;
	}
	.wrap-home-wt-right h2 {
		line-height: .9!important;
	}
	.wrap-home-wt-right h2 span {
		font-size: 16px!important;
	}
}
