/*
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 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display:inline-block!important;
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	padding: 0px!important;
	min-height:auto!important;
	margin-bottom:0!important;
}
.navbar-collapse {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.navigation-top {
	width: 100%;
}
.navbar ul {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
	text-align: right;
	align-items: center;
}
.navbar li {
	width:auto!important;
	padding: 28px 46px 28px 0px;
	display:inline-block!important;
}
.navbar li:last-child {
	padding: 28px 44px;
	background-color: #AF272D!important;
	color: #fff!important;
} 
.navbar li > a {
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-weight: 700;
	font-size: 17px!important;
	text-transform: uppercase;
}
.navbar li:last-child > a {
	font-family: 'Roboto', sans-serif;
	color:#fff!important;
	font-weight: 700;
	font-size: 17px!important;
	text-transform: uppercase;
}
.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;
}


.header-topbar {
	position: relative;
	box-sizing: border-box;
	background-color: #000000;
	height: 50px;
	width: 100%;
	padding: 8px 16px!important;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.topbar-logo-cont {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.topbar-logo-cont img {
	position: relative;
	box-sizing: border-box;
	width: 127px;
	height: 34px;
	margin-right: 8px;
}
.topbar-links-cont {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 56px;
}
.topbar-social-links {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.topbar-social-links a {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	margin: 0px 4px 4px;
}
.topbar-phone {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 600;
}
.topbar-phone:hover {
	color: #ffcd11;
}
.topbar-parentsite {
	color: #ffcd11;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 600;
}
.topbar-parentsite:hover {
	color: #fff;
}
.header-navbar {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #E8E8E8;
	display: flex;
	justify-content: space-between;
}
.header-logo-cont {
	position: relative;
	box-sizing: border-box;
	max-width: 254px;
}
.header-logo-cont img {
	position: relative;
	box-sizing: border-box;
	object-fit: contain;
	margin: 4px 6px;
	width: 100%;
	max-width: 242px;
}

.home-image-link {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 50px;
	min-height: 368px;
	background-color: rgba(0,0,0,0.5);
}
.home-image-link h2 {
	position: absolute;
	box-sizing: border-box;
	bottom: 50px;
	left: 50px;
	margin-right: 50px;
	margin-top: 100px;
}
.home-image-link:hover {
	box-shadow: 0px 0px 16px rgba(0,0,0,0.7);
	background-color: rgba(0,0,0,0.2);
}
.sell-equip-image {
	position: relative;
	box-sizing: border-box;
	object-fit: cover;
	width:100%;
	height: 100%;
}
.sheSubmitButton {
	background-color: #ffcd11;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 10px 36px;
	text-transform: uppercase!important;
	border: none;
	border-radius: 0px;
}
.sheSubmitButton:hover {
	background-color: #E7B600;
}
.hero-background {
	background-size: cover;
}

.black-box-wide {
	position: relative;
	box-sizing: border-box;
	width: 65%;
	padding: 0px 30px 0px 0px;
}
.black-box-narrow {
	position: relative;
	box-sizing: border-box;
	width: 35%;
	padding: 0px 30px 0px 0px;
}

.outer-img-box {
	padding: 0px!important;
}
.inner-image-placeholder img {
	width: 100%!important;
	height: 244px!important;
	object-fit: cover!important;
}
.card-body .col-padding a {
	font-family: 'Roboto' sans-serif!important;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}
.carousel_details_btn {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: #ffcd11;
	border: none;
	border-radius: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 800;
	padding: 10px;
}
.carousel_details_btn:hover {
	background-color: #E0B504;
}

/*--------------------------------------------------------------
## Used Equipment Landing Page
--------------------------------------------------------------*/

a.category-box {
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	margin: 20px;
	max-width: 600px;
}
.category-box img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.category-box p {
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000!important;
	text-transform: uppercase;
	margin: 20px 20px 0px;
}

/*--------------------------------------------------------------
## Locations
--------------------------------------------------------------*/
.location-box {
	box-sizing: border-box;
	background-color: #333;
	text-align: left;
	margin: 20px;
	padding-bottom: 20px;
	max-width: 600px;
	align-items: stretch;
}
.location-box img {
	box-sizing: border-box;
	width: 100%;
	height: 224px;
	object-fit: cover;
}
.location-box h3 {
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 20px;
}
.location-box a {
	box-sizing: border-box;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 20px;
}
.location-box a:hover {
	color: #ffcd11;
	font-weight: 600;
}
.location-box p {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 20px;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

.sh-custom-form-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 40px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footer {
	box-sizing: border-box;
	width: 100%;
	background-color: #000000;
	display: flex;
	justify-content: space-around;
	padding: 70px 70px 90px;
}

.footer-col {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	max-width: 500px;
}
.footer-col-lg {
	position: relative;
	box-sizing: border-box;
	width: 48%;
	max-width: 1000px;
	padding-left: 30px;
}
.footer a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 34px;
	font-weight: 400;
}
.social-icon-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
}
.social-icon-cont a i {
	display: inline-block;
	color: #fff;
	font-size: 36px;
	font-style: normal;
	padding: 5px;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Inventory Styles
--------------------------------------------------------------*/

.ts-button.template-branded-button, .view-listing-details-link.template-branded-button{
	color: #000!important;
	background-color: #ffcd11!important;
}

.ts-button.template-branded-button:hover {
	background-color: #ECBB04!important;
}

button.selected-facet.ts-button {
	color: #000!important;
	background-color: #ffcd11!important;
}

.detail-wrapper :not([class*="Mui"], [class*="Mui"] *, .detail-shipping, .detail-shipping *, .detail__specs-label, .detail__specs-label *, .inspection__spec-label, .inspection__spec-label *, .detail__beta-site-warning, .detail__beta-site-warning *, .currency-select, .currency-selector-option, .mc-media-overlay-banner-span, .mc-media-overlay-banner-span * ) {color: #000!important}

.breadcrumbs__list, .detail__title, .detail__category {
	color: #000!important;
} 
.listing-prices .listing-prices__retail-price, .listing-prices .other-site-data {
	color: #000!important;
}
.foleyequipmentusedcomwpstgsandhillsdemocom-jo5mwc {
	color: #666!important;
}
.dealer-contact__details_left-col {
	color: #666!important;
}
.dealer-contact__heading {
	color: #666!important;
}
.dealer-contact__details_left-col .dealer-contact__branch-name{
	color: #666!important;
}
.dealer-contact__details_left-col .dealer-contact__name {
	color: #666!important;
}
.dealer-contact__details_left-col .dealer-contact__location {
	color: #666!important;
}
.detail__details .calc-button-wrapper span.calc-button__icon, .detail__details .calc-button-wrapper span.calc-button__text {
	color: #000!important;
}
.MuiTypography-root.MuiTypography-text.MuiLink-root.MuiLink-underlineHover {
	color: #000!important;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width : 1580px) {
	.navbar li {
		padding: 28px 16px 28px 16px;
	}
	.navbar li:last-child {
		padding: 29px 28px;
	} 
	.navbar li > a {
		font-size: 16px!important;
	}
	.navbar li:last-child > a {
		font-size: 16px!important;
	}
}

@media only screen and (max-width : 1380px) {
	.navbar li {
		padding: 28px 10px 28px 10px;
	}
	.navbar li:last-child {
		padding: 29px 28px;
	} 
	.navbar li > a {
		font-size: 14px!important;
	}
	.navbar li:last-child > a {
		font-size: 14px!important;
	}
}

@media only screen and (max-width : 1200px) {		
	.topbar-social-links {
		display: none!important;
	}
	.topbar-links-cont {
		gap: 36px;
	}
	.header-navbar {
		display: flex;
		flex-wrap: wrap;
	}
	.navigation-top {
		width: auto!important;
		padding-top: 10px!important;
		padding-right: 10px;
	}
	.container-fluid.sh-container-fluid {
		justify-content: flex-end!important;
		width: 100%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.footer-col {
		width: 32%;
	}
	.footer-col-lg {
		width: 32%;
	}
	
	.black-box-wide {
		width: 100%;
		padding: 0px;
	}
	.black-box-narrow {
		width: 100%;
		padding: 30px 0px 0px;
	}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header-topbar {
		display: none!important;
	}
	.footer {
		flex-direction: column;
	}
	.footer-col {
		width: 100%!important;
	}
	.footer-col-lg {
		padding: 30px 0px 0px;
		width: 100%!important;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}
