/*
Theme Name: www.advantageagequipment.com
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;
}


/*===================== 
	base styles 
=======================*/


body {
	font-family: "Sofia Sans", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-size:16px;
		font-weight: 500;
}

p {
	font-size:16px;
	margin: 0;
	}
.butn-black {
	font-family: "Teko", sans-serif;
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px 30px;
	font-size: 20px;
	font-weight: 400;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0px!important;
}
.butn-black:hover {
	color:#000;
	background:#fff;
}
.butn-white {
	font-family: "Teko", sans-serif;
	background:#fff;
	color:#000;
	display: inline-block;
	padding:10px 30px;
	font-size: 20px;
	font-weight: 400;
	text-align:center;
	margin:5px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0px!important;
}
.butn-white:hover {
	color:#fff;
	background:#000;
}
.text-link-black {
	color:#000;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-white {
	color:#fff;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-white:hover {
	opacity: 0.7;
}
 

/*===================== 
	header styles 
=======================*/

#header {
	width: 100%;
	background:#fff;
}
#header .container-lg {
	
}
.top-head {
	display: flex;
	gap:10px;
}
.head-hours {
	flex-grow: 1;
	background: #000;
	box-sizing: border-box;
}
.head-contact {
	width: 100%;
	max-width: 350px;
	background: #000;
	box-sizing: border-box;
}
.head-contact a, .head-contact button {
	display: block;
	width: 100%;
	margin:0;
	font-size: 18px;
	font-weight: 700;
}
.head-phone {
	width: 100%;
	max-width: 400px;
	background: #000;
	box-sizing: border-box;
}
.head-phone a, .head-phone button {
	display: block;
	width: 100%;
	margin:0;
	font-size: 18px;
	font-weight: 700;
}
.head-logos {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	gap:20px;
}
.head-logo-2 img {
	padding:10px!important;
}
.head-nav {
	width: 100%;
	border-bottom: 2px solid #000;
}
.head-nav .container-lg {
	width: 100%;
	padding:0px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.nav-link-2 {
	display: flex;
	align-items: center;
}
.nav-link-2 .clearfix  {
	display:none;
}
.nav-link-2 > .widget-area {
	width: auto;
}
.head-search {
	display: flex;
	gap:10px;
	position: relative;
}
.head-search-bar {
	transition: .2s ease-in;
	width: 0;
	max-width: 400px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	right:0;
	top:calc(100% + 5px);
}
.head-search-bar.open {
	width: calc(100vw - 30px);
}
.head-search-bar form {
	width: 100%;
	display: flex;
	background:#fff;
	border-radius: 0px;
	border:1px solid #000;
	gap:5px;
	padding: 2px 15px;
	align-items: center;
	box-sizing: border-box;
}
.head-search-bar form input {
	border: 0px!important;
	outline: none;
	font-family: 'Outfit', sans-serif;
	padding: 5px 10px!important;
	box-sizing: border-box;
	background:#fff;
	width: calc(100% - 33px)!important;
}
.head-search-bar form button {
	font-size:22px;
	color:#000;
	border:0px;
	outline:none;
	background:none;
}
.head-search-open {
	font-size:24px;
	color:#000!important;
	transition: 0.2s ease-in;
	cursor: pointer;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.head-search-open.open .search-open, .head-search-open .search-close {
	display: none;
}
.head-search-open.open .search-close {
	display: block;
}
.head-search-open:hover {
	opacity: 0.6;
}


/*===================== 
	content styles 
=======================*/

.wrap-hero {
	
}
.wrap-hero .advancedresults2 {
	width: 45%;
	background:#000;
	position: relative;
	padding: clamp(10px, 2.5vw, 5vh) 60px !important;
	box-sizing: border-box;
}
.wrap-hero .advancedresults2:after {
	background:#000;
	position: absolute;
	top:0;
	left:100%;
	content:"";
	height: 100%;
	width: 10%;
	display: block;
	z-index: 1;
	clip-path: polygon(0% 0%,0% 100%,100% 0%);
}

.hero-slide {
	padding:40px;
	color:#fff;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.hero-slide h1, .hero-slide h2 {
	font-family: "Teko", sans-serif;
	font-size: clamp(24px, 3.7vw, 70px);
	font-weight:700;
}
.hero-slide p {
	font-size:clamp(12px, 1.6vw, 20px);
}
.hero-slide a {
	max-width: 400px;
}
.home-cta button {
	text-align: center;
	font-family: "Teko", sans-serif;
	font-size: 25px;
	font-weight: 700;
	padding:20px;
	height: 130px;
	box-sizing: border-box;
	width: 100%;
	background:rgba(209,209,209,0.85);
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-cta button:hover {
	color:#fff;
	text-shadow: 0 0 10px #000;
	background:rgba(209,209,209,0.1);
	opacity: 1;
}
.review-cont {
	padding:40px;
	text-align: left;
	
}
.review-cont p {
	font-size:clamp(14px, 2vw, 20px);
	text-align: left;	
}
.review-name {
	font-size:clamp(18px, 2vw, 30px);
	font-family: "Teko", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 20px;
}
.brand-cont {
	background:#fff;
	padding:40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:20px;
	justify-content: space-between;
	height: 100%;
}
.brand-cont img {
	width:100%;
	height: 100%;
	max-width: 200px;
	max-height: 100px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin:0 auto;
}
.brand-cont h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.warp-cta-grid .item > div {
	height: 100%;
}
.warp-cta-grid .item {
	padding:10px!important;
}

.employee-cont {
	background:#fff;
	padding:40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:20px;
	justify-content: space-between;
	height: 100%;
}
.employee-cont img {
	width:100%;
	height: 100%;
	max-width: 300px;
	max-height: 300px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin:0 auto;
}
.employee-cont h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
}
.employee-cont h3 {
	font-family: "Teko", sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.employee-contact a {
	font-weight: 700;
	color:#000;
}
.employee-contact a:hover {
	opacity: 0.7;
}
.nav-tabs {
	width: 100%;
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	gap:5px;
}
.nav-link {
	font-family: "Teko", sans-serif;
	background:#000;
	color:#fff;
	display:block;
	width: 100%;
	padding:10px 30px;
	font-size: 20px;
	font-weight: 400;
	text-align:center;
	margin:0;
    transition: .2s ease-in;
	border:1px solid #000!important;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0px!important;
}
.nav-tab  {
	flex-grow: 1;
}
.nav-link:hover {
	color:#333333;
	background:#fff;
}
.promo-cont {
	background:#fff;
	padding:40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:20px;
	justify-content: space-between;
	height: 100%;
}
.promo-cont img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: auto;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin: 0px auto;
}
.promo-cont h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
}
.promo-info {
	
}
.no-posts-equipmentspecialscpt {
	color:#fff;
}


/*===================== 
	form styles 
=======================*/

.widget_sandhills_contact_form input {
	border-radius: 0px!important;
}
.widget_sandhills_contact_form h2 {
	font-family: "Teko", sans-serif;
	color:#fff;
	font-size: 40px;
}
.widget_sandhills_contact_form h3 {
	font-family: "Teko", sans-serif;
	color:#fff;
	font-size: 30px;
}
.widget_sandhills_contact_form p, .widget_sandhills_contact_form label, .widget_sandhills_contact_form label .reCaptchaPhrase, .form-control-feedback {
	color:#fff!important;
}
.reCaptchaImage {
	border:1px solid #fff;
}


/*===================== 
	slideshow styles 
=======================*/

/*===================== 
	Inventory styles 
=======================*/

.scrollToTop a {
	color:#fff;
}
/*----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: #fff !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:#fff!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: #fff !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: #fff !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:#fff !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: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-inv {
	padding:60px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.page-header {
}
.page-header .outerEditableArea {
	background:#000;
	position: relative;
	padding:clamp(20px, 5vw, 150px) clamp(20px, 3vw, 40px) clamp(20px, 5vw, 150px) clamp(20px, -580px + 50vw, 100vw)!important;
}
 .page-header .outerEditableArea:after {
	background:#000;
	position: absolute;
	top:0;
	left:100%;
	content:"";
	height: 100%;
	width: 10%;
	display: block;
	z-index: 1;
	clip-path: polygon(0% 0%,0% 100%,100% 0%);
}

.wrap-left {
	padding:clamp(20px, 5vw, 90px) clamp(20px, 3vw, 40px) clamp(20px, 5vw, 90px) clamp(20px, -880px + 50vw, 100vw)!important;
}
.wrap-right {
	padding:clamp(20px, 5vw, 90px) clamp(20px, -880px + 50vw, 100vw) clamp(20px, 5vw, 90px) clamp(20px, 3vw, 40px)!important;
}

.column-1 { width:100%; box-sizing:border-box;}	
.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 
=======================*/

.foot-wrap {
	background:#fff;
	border-top: 1px solid #000;
}
.home .foot-wrap {
	background:#fff;
	border-top:0px;
}
.foot-wrap .container-lg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:60px 20px;
	gap:20px 0;
}
.foot-info {
	width: 32%;
}
.foot-nav {
	width: 28%;
}
.foot-links {
	width: 25%;
}
.foot-links button, .foot-links a {
	width: 100%;
	max-width: 100%;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}
@media only screen and (max-width : 1000px) {		
	.top-head {
		flex-wrap: wrap;
		gap:1px;
	}
	.head-hours {
		width: 100%;
	}
	.head-contact, .head-phone {
		width: calc(50% - 2px);
		max-width: 100%;
	}
	.head-contact a, .head-contact button, .head-phone a, .head-phone button {
		font-size: 16px;
		padding:10px; 
	}
	.wrap-hero .advancedresults2:after {
		display: none;
	}
	.nav-link-2 {
		width: 100%;
		justify-content: space-between;
		position: relative;
	}
	.head-search {
		position: static;
	}
	.nav-link-2 > .widget-area {
		width: 50%;
	}
	.nav-link-2 .container-default-div-editor {
		display: flex;
  		justify-content: space-between;
	}
	.wrap-hero .advancedresults2 {
		padding:10px 20px !important;
		width: 100%;
	}
	.widget_sandhills_advanced_cpt_layout:has(.wrap-hero) {
		background-size: 100% auto!important;
		background-position: center -22vw!important;
		padding-top: 31vw!important;
	}
	.widget_sandhills_editable_area:has(.page-header) {
		background-size: 100% auto!important;
		background-position: center -22vw!important;
		padding-top: 31vw!important;
	}

	
	.foot-info {
		width:100%;
	}
	.foot-nav, .foot-links {
		width:49%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.head-logos {
		flex-wrap: wrap;
	}
	.head-logo-1 {
		width: 100%;
		max-width: 200px;
		margin:0 auto;
	}
	.head-logo-2 {
		width: 100%;
	}
	.head-logo-2 img {
		padding:5px!important;
	}
	.foot-nav, .foot-links {
		width:100%;
	}
	.home-cta button {
		font-size: 20px;
		padding:10px;
	}
	.page-header .outerEditableArea:after {
		display: none;
	}
	.brand-cont, .employee-cont, .promo-cont {
		padding:15px;
		gap:10px;
	}
	.brand-cont h2, .employee-cont h2, .promo-cont h2 {
		font-size:18px;
	}
	.brand-cont h3, .employee-cont h3, .promo-cont h3, .promo-info {
		font-size:16px;
	}
	.widget_sandhills_contact_form h2 {
		font-size: 25px;
	}
	.widget_sandhills_contact_form h3 {
		font-size: 20px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.butn-black, .butn-white {
		padding:10px;
		font-size:16px;
	}
	
}

