/*
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
--------------------------------------------------------------*/

:root {
		
	--orange: #EDA51F; 
	
	--charcoal: #46444F;
	--gray: #707070;
	--light-gray: #F5F5F5;
}


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;
}


/* MY GLOBAL BODY STYLES */

* {box-sizing: border-box;}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1800px;}

.flex {display: flex;}

.flex-1 {width: 100%;}

.flex-2 {width: 50%;}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 900px;
}

.center-block {display: block; margin: 0 auto;}

.padit {padding: 120px 0;}

.btn-row.flex {
	gap: 15px;
	flex-wrap: wrap;
}


/*** MY TEXT STYLES ***/

h1, h2, h3, h4, h5, h6 { font-family: "Work Sans", sans-serif; margin-bottom: 0;}

p, li, a {
	font-family: "Work Sans", sans-serif;
	margin-bottom: 0;
}

.no-bullets-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

a.white-link { color: #fff; font-weight: 400; transition: .2s ease all;}
a.white-link:hover { color: var(--orange);}

a.bold-link {
	color: #000;
	font-weight: 700;
}

a.bold-link:hover {
	text-decoration: underline;
}

a.orange-link {
	font-weight: 600;
	color: #000;
	background-color: var(--orange);
	padding: 7px 20px;
	border-radius: 20px;
	transition: .2s ease all;
}

a.orange-link:hover {
	background-color: #fff;
}

.body-text {
	line-height: 2;
	font-weight: 400;
}

.lg-heading {font-size: 40px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.xl-heading {font-size: 48px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.sm-heading {
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.sub-heading {
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
}

.page-title {
	font-size: 64px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.1;
}

.white {color: #fff;}
.charcoal {color: var(--charcoal);}
.gray {color: var(--gray);}

/* BUTTONS */

.orange-btn {
	color: #000 !important;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: var(--orange) !important;
	padding: 15px 50px;
	border-radius: 40px;
	position: relative;
	min-width: 200px;
	width: auto;
	overflow: hidden;
	transition: all .5s;
	border: 2px solid var(--orange);
}

.orange-btn:hover {
	border: 2px solid var(--charcoal);
	background-color: #fff !important;
}

.white-btn {
	color: #000 !important;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff !important;
	padding: 15px 50px;
	border-radius: 40px;
	position: relative;
	min-width: 200px;
	width: auto;
	overflow: hidden;
	transition: all .5s;
	border: 2px solid #fff;
}

.white-btn:hover {
	border: 2px solid var(--charcoal);
	color: var(--charcoal) !important;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

header {position: relative; z-index: 5;}

.top-header {
	background-color: #000;
	padding: 20px 0 40px;
}

.main-header {
	position: relative; 
	width: 100%;
	margin-top: -20px;	
}

.main-header .wid-90 {
	background-color: var(--charcoal);
}

.main-header .wid-90.flex { justify-content: space-between; gap: 5px; align-items: center;}

.main-header .logo {max-width: 150px;}

/*--------------------------------------------------------------
## WIDGET / SIDEBAR STYLES
--------------------------------------------------------------*/

.behind-nav {
	margin-top: -130px;
}

.hero {
	background-color: #000;
	background-image: linear-gradient(#000 0%, rgba(0, 0, 0, 0.30) 50%), url(///media.sandhills.com/img.axd?id=11009558109&wid=0&rwl=False&p=&ext=jpg&w=1339&h=1000&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=j07JObSV2Q3UMNsZs9gadxOffVtaqRD5);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.gears-bg {
	background-color: #fff;
	background-image: linear-gradient(rgba(255,255,255,0) 50%, #fff), url("/wp-content/themes/www.conquestequip.com/images/gears-bg.jpg");
	background-size: cover;
	background-position: center;
}

.page-heading {
	padding: 200px 0 80px;
	background-color: #000;
	background-image: linear-gradient(#000 0%, rgba(0, 0, 0, 0.30) 50%), url(///media.sandhills.com/img.axd?id=11009912917&wid=0&rwl=False&p=&ext=jpg&w=1500&h=697&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=JP28i8jcmyVaXD8FI5k1kVI9qs14aIrs);
	background-size: cover;
	background-position: center;
	
}

/*--------------------------------------------------------------
## Page element STYLES
--------------------------------------------------------------*/
.search-inv {
	border-top: 1px solid transparent;
}
.search-inv .wid-90.flex {
	background-color: var(--light-gray);
	padding: 25px 50px;
	border-bottom: 5px solid #ccc;
	justify-content: space-between;
	gap: 20px;
	position: relative;
	margin-top: -40px;
	align-items: center;
}

.search-inv .wid-90.flex .title {
	width: 50%;
	max-width: 350px;
}

.search-inv .wid-90.flex .search-form {
	width: 100%;
}

.search-bar.flex {
	gap: 30px 20px;
	justify-content: flex-end;
}

.search-bar input {
	background: #fff;
	border: 3px solid #ccc;
	padding: 10px 30px;
	font-family: "Work Sans";
	width: 100%;
	max-width: 550px;
}

.search-bar input:focus {
	outline: none;
	border: 3px solid var(--orange);
}

.search-bar button {
	font-weight: 700;
	color: #000;
	background-color: var(--orange);
	padding: 7px 20px;
	border: none;
	border-radius: 30px;
	transition: .2s ease all;
	min-width: 200px;
}

.search-bar button:hover {
	background-color: var(--charcoal);
	color: #fff;
}

.image-caption {
	position: relative;
}

.image-caption .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--light-gray);
	border-bottom: 5px solid var(--orange);
	padding: 20px;
	width: 90%;
	max-width: 350px;
}

/*GET IN TOUCH HOMEPAGE SECTION*/

.flex.contact-btns {
	justify-content: flex-end;
	gap: 20px;
	padding-left: 10px;
}

.orange-icon-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	height: 58px;
	border: 2px solid var(--orange);
	border-radius: 29px;
	background-color: var(--orange);
	transition: .3s ease all;
}

.orange-icon-btn:hover {
	background-color: #fff;
	border: 2px solid var(--charcoal);
}

/*******  FEATURED EQUIPMENT CPT STYLES  *******/

.featured-equip-card {
	background-color: var(--light-gray);
	padding: 20px;
	border-bottom: 5px solid #ccc;
	margin: 10px;
}

.featured-equip-card img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}

.featured-equip-card h3 {
	padding: 20px 0;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.featured-equip-card p {
	padding-bottom: 15px;
}

.featured-equip-card .orange-btn {
	min-width: unset;
	width: 100%;
	max-width: 230px;
	padding: 15px 20px;
}

#sandhills_advanced_cpt_layout_2 .advancedresults2 .sliderCPT {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

#sandhills_advanced_cpt_layout_2 .slick-prev, #sandhills_advanced_cpt_layout_2 .slick-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px !important;
	height: 40px !important;
	border-radius: 20px !important;
	background-color: var(--orange) !important;
	border: 2px solid var(--orange);
} 

#sandhills_advanced_cpt_layout_2 .slick-prev {
	left: 0 !important;
}

#sandhills_advanced_cpt_layout_2 .slick-next {
	right: 0 !important;
}

#sandhills_advanced_cpt_layout_2 .slick-prev:hover, #sandhills_advanced_cpt_layout_2 .slick-next:hover {
	background-color: #fff !important;
	border: 2px solid var(--charcoal);
}

#sandhills_advanced_cpt_layout_2 .slick-prev i, #sandhills_advanced_cpt_layout_2 .slick-next i {
	font-size: 18px !important;
	padding: 0 !important;
	background-color: unset !important;
}


/*--------------------------------------------------------------
## Form Styles
--------------------------------------------------------------*/

.contact-form-title {
	max-width: 1000px; background-color: #fff;
	padding-top: 60px;
	padding-left: 60px !important;
	padding-right: 60px !important;
	border-top: 2px solid var(--gray);
	border-left: 2px solid var(--gray);
	border-right: 2px solid var(--gray);
}

.contact-form {
	max-width: 1000px; 
	background-color: var(--light-gray); 
	padding: 60px; 
	padding-left: 60px !important; 
	padding-right: 60px !important;
	border-bottom: 5px solid var(--orange);
	
}
.contactForm h2, .contactForm h3, .contactForm h4 {font-weight: 900; text-transform: uppercase;}

.form-control:focus {box-shadow: none;}

.contact-form-custom-title {max-width: 1000px; background-color: #fff; padding-bottom: 60px; padding-left: 60px !important; padding-right: 60px !important;
	border-left: 2px solid var(--gray);
	border-right: 2px solid var(--gray);
	border-bottom: 2px solid var(--gray);
}

.contact-form .recaptcha2 .reCaptchaPhrase, .contact-form .recaptcha3 .reCaptchaPhrase {
	color: #000 !important;
}

/*--------------------------------------------------------------
## INVENTORY STYLES
--------------------------------------------------------------*/

/*LISTINGS STYLES*/

.list-top-section .list-title .list-title-text, .list-content .listing-portion-title, .selected-header.cf, .faceted-section-title, .grouped-faceted-header, .linking-buttons a, span.price, .detail__specs-label {font-family: "Work Sans", sans-serif !important;}

.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button), span.option-name, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn  {font-family: "Work Sans", sans-serif !important;}



.faceted-search-content .faceted-search__top-section {border-bottom: none !important;}

.faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, a.view-all-link {background-color: var(--orange) !important; color: #000 !important;}

.faceted-search-content .selected-facets-container .selected-facet, .view-listing-details-link, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-content .list-error-container .info button:not(.login-button), .list-content .list-container .email-seller {background: var(--charcoal) !important;}

.list-listing-card-wrapper {background-color: #fff !important;}

.view-listing-details-link:hover, .faceted-search-content .mobile-done-button-container .mobile-done-button:hover, .list-content .list-container .email-seller:hover {background: #000 !important;}

.list-top-section .list-listings-count, .list-content .price-container .price {color: var(--charcoal) !important;}

.faceted-search-content .selected-facets-container .selected-header, .faceted-search-content .faceted-section-head .faceted-section-title {color: var(--charcoal);}

a.view-listing-details-link.des-view-listingDetails.template-branded-button, .financing.listing-widget__financing.Currency a, div#nav-control-bar a, .scrollToTop a {color: #fff !important;}

.body-wrapper a, .detail__search-results, .calc-button, .dealer-contact__videochat {
	color: #000 !important;
}

/*DETAIL PAGE STYLES*/

.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price, .bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title, .compare-listings-container .compare-container .compare-price, #no-compare-listings {color: var(--charcoal) !important;}

.cs-btns .ts-button, button#compare-page-print-this {background: var(--charcoal) !important;}

.cs-btns .ts-button:hover, button#compare-page-print-this:hover {background: #000 !important;}

button#detail-page-email-seller {border-radius: 30px;}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

footer {
	background-color: #000;
}

.footer-left-link {
	color: #fff;
	line-height: 2;
	display: flex;
	gap: 10px;
	align-items: center;
	width: fit-content;
	margin: 10px 0;
	transition: .3s ease all;
}

.footer-left-link span {
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	background-color: var(--orange);
	color: #000;
	border-radius: 16px;
	transition: .3s ease all;
}

.footer-left-link:hover {
/*	color: var(--orange);*/
}

.footer-left-link:hover span {
	background-color: #fff;
}



/*==========  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 : 992px) {
	.page-title {font-size: 56px;}
	.xl-heading {font-size: 48px;}
	.lg-heading {font-size: 40px;}
	
	.search-inv .wid-90.flex {flex-wrap: wrap;}
	.search-inv .wid-90.flex .title {width: 100%; max-width: unset;}
	
	.flex.contact-btns {justify-content: center; padding-left: 0; padding-top: 20px;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.page-title {font-size: 34px;}
	.xl-heading {font-size: 33px;}
	.lg-heading {font-size: 32px;}
	
	.search-bar.flex {flex-wrap: wrap; justify-content: center;}
	.search-bar button {padding: 13px 20px;}
	
	.image-caption .caption {position: relative; margin-top: -50px;}
	
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.orange-btn, .search-bar button, .white-btn{ width: 100%;}
	
	.flex.contact-btns {flex-wrap: wrap;}
	.orange-icon-btn {width: calc(50% - 10px);}
}
