/*
Theme Name: www.usedequipment.newholland.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
*/

/* ===========================================================
   blue: #005798
   =========================================================== */

/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
   07.      Footer Structure
   08.      Form Structurev
    08.01   Form Base Styles
    08.02   Captcha
    09.02   Form Structure
   09.      Classes
   10.      Inventory Styles
   11.      Responsive Styles
   =========================================================== */

html,
body {
  height: 100%;
  width: 100%;
}
.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
Dealer Principle
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}
.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%;
}

/* ===========================================================
01. Reset
=========================================================== */

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
	scroll-behavior: smooth;
}

html,
body {
  height: 100% !important;
  width: 100% !important;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
}

* {
  box-sizing: border-box;
}


/* THEME STYLES */
body:not(.highlightSidebars) .redesign-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	transition: ease all 0.2s;
	background: #fff;
    box-shadow: 0 4px 20px -10px rgba(0,0,0,.2);
}
.redesign-header:hover{
	background: #fff;
    box-shadow: 0 4px 20px -10px rgba(0,0,0,.2);
}
.redesign-header.opaque, .construction .redesign-header, .redesign-header.force-opaque{
	background: #fff;
    box-shadow: 0 4px 20px -10px rgba(0,0,0,.2);
}
.redesign-header.hide-nav{
	top: -240px !important;
}

.redesign-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    background-color: initial;
    z-index: -1;
    height: 118px;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.5) 49%,hsla(0,0%,100%,0));
	opacity: 1;
	transition: ease all 0.2s;
}
.redesign-header.opaque:after, .construction .redesign-header:after{
	opacity: 0;
}

.vertical-padding-half{
	padding: 50px 0;
}
.vertical-padding{
	padding: 150px 0;
}
.nopad-top{
	padding-top: 0 !important;
}
.nopad-bottom{
	padding-bottom: 0 !important;
}


.content-wrapper{
	padding-left: 8.33333%;
	padding-right: 8.33333%;
}
.bg-blue{
	color: #fff;
	background-color: #00205b;
}
.blue{
	color: #00205b;
}
.light-blue{
	color: #003e85;
}

.construction .bg-blue{
	color: #fff;
	background-color: #000;
}
.construction .blue, .construction .light-blue, .construction nav ul li a, .construction nav ul li li a{
	color: #000 !important;
}
.construction .icons-nav ul li a{
	color: #000 !important;
}
.construction .c-icon::before{
	color: #000 !important;
}

.heading{
	
	display: block;
	font-family: lato, sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	
	font-size: 30px;
	margin-bottom: 20px;
}
.heading-sm{
	display: block;
	font-family: lato, sans-serif;
	font-weight: 700;
	letter-spacing: 0.8px;
	
	font-size: 24px;
	margin-bottom: 20px;
}

.heading-expandable{
	display: block;
	font-family: lato, sans-serif;
	position: relative;
	padding-left: 30px;
}
.heading-expandable:before{
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	position: absolute;
	left: 0;

}
.heading-expandable + ul{
	display: none;
}

#top-btn{
	padding-right: 45px;
	padding-left: 15px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	font-family: lato, sans-serif;
	font-weight: 700;
	letter-spacing: 0.8px;
	
    font-size: 16px;
	float: right;
	position: relative;
}

#top-btn:after{
	content: "\f106";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background: #00205b;
	color: #fff;
}

.construction #top-btn:after{
	background: #000;
}

.shwidget p{
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
.shwidget ul{
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.8px;
}
.shwidget ul li{
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
#footertwentyfourID, #footertwentyfourID .shwidget a{
	color: #00205b;
}
.construction #footertwentyfourID, .construction #footertwentyfourID .shwidget a{
	color: #000;
}
#footertwentyfourID .shwidget ul li, #footertwentyfourID .shwidget ul li a{font-size: 12px;}

.bttn-yellow{
	display: inline-block;
	text-align: center;
    letter-spacing: .8px;
	padding: 14px 20px;
	max-width: 100%;
	color: #000;
	background: #f1b514;
	font-size: 14px;
	font-weight: 700;
	font-family: lato, sans-serif;
	text-transform: uppercase;
	position: relative;
    transition: all .1s ease-in;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
	border: none !important;
	outline:  none !important;
	appearance: none;
}
.bttn-yellow:hover{
	box-shadow: 0 10px 20px rgba(255,211,0,.3);
	color: #000;
}
.bttn-yellow:before {
    background: #ffd300;
	bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    z-index: -1;
}

.bttn-yellow:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.bttn-blue{
	display: inline-block;
	text-align: center;
    letter-spacing: .8px;
	padding: 14px 20px;
	max-width: 100%;
	color: #fff;
	background: #00205b;
	font-size: 14px;
	font-weight: 700;
	font-family: lato, sans-serif;
	text-transform: uppercase;
	position: relative;
    transition: all .1s ease-in;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
	border: none !important;
	outline:  none !important;
	appearance: none;
}
.bttn-blue:hover{
	box-shadow: 0 10px 20px rgba(255,211,0,.3);
	color: #000;
}
.bttn-blue:before {
    background: #003e85;
	bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    z-index: -1;
}

.bttn-blue:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.post-container-inventory-buttons{
	overflow: visible!important;display: flex; flex-wrap: wrap;
}
.category-card-outer{
	padding: 40px;
    text-align: left;
	background: #fff;
	position: relative;
}
.category-card-outer:before{
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 32px;
	width: 300px;
	height: 300px;
	background-image: url("img/dots-yellow.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
    transition: .3s;
}
.construction .category-card-outer:before{
	/* content: none !important; */
}
.category-card-outer:hover:before{
	opacity: 1;
	-webkit-transform: translate(-32px, -32px);
	transform: translate(-32px, -32px);
}

.category-card-outer img{
    transition: .3s;
	position: relative;
	z-index: -1;
}
.category-card-outer:hover img{
	transform: scale(1.1);
}

.category-card-inner{
	z-index: 2;
	position: relative;
	padding: 40px 0 0 0;
	/* border-bottom: solid 2px #dcddde; */
	background: #fff;
	margin: 0 -40px;
	width: calc(100% + 80px);
}
.category-card-copy{    
	padding: 0 40px 30px;
}

.category-card-copy:after{   
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #dcddde;
	left: 40px;
	right: 40px;
}

.category-card-outer:hover .category-card-copy:after{   
	background: #f1b514;
}

.icons-nav ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.icons-nav ul li{
	margin: 0 !important;
	position: relative;
}
.icons-nav ul li ul{
	position: absolute;
	display: none;
}
.icons-nav ul li:hover a + ul{
	display: block;
	width: 150px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.icons-nav ul li:hover a + ul li a{
	padding: 10px !important;
	display: block;
	text-align: left;
	border-bottom: solid 1px #eee;
}
.icons-nav ul li a{
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #00205b;
	text-align: center;
	padding-bottom: 10px;
}
.icons-nav ul li a:hover{
	font-weight: 700;
}
.c-icon {
    display: block;
	padding-top: 36px;
	position: relative;
}
.c-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
	background-position: center center;
	background-size: 24px auto;
	background-repeat: no-repeat;
	color: #00205b;
	
}
.c-user:before {
	background-image: url("img/person-simple.svg");
}
.c-search:before {
	background-image: url("img/action-search.svg");
}
.c-map:before {
	background-image: url("img/geolocation-pin.svg");
}



/* INVENTORY */

#inv{padding: 150px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: 'Lato', sans-serif;} /* Reset font, ignore icons */


#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}


#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	text-transform: uppercase!important;
	font-family: 'Lato', sans-serif !important;
	color: #000 !important;
}


.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    left: 6px !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i, .mobile-option-bar-filter {color:#000 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facets-container .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-error-container .info > div:first-of-type button, .list-error-container .selected-facets button.ts-button, #compare-page-print-this, .list-container-flexrow .dealer-phone-call {background:#000 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{transition: ease all 0.2s !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .calculator-btn {background: #000 !important; transition: ease all 0.2s !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title, .listing-prices__retail-price {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {transition: ease all 0.2s !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

.listing-option-bar.sticky-top-menu{
	top: unset !important;
	bottom: 0 !important;
	border-top: solid 1px #ddd;
}
@media only screen and (min-width: 769px){
	#menu-button{
		display: none;
	}
}
@media only screen and (min-width: 768px){

	.scrollToTop {
		bottom: 60px !important;
	}
}
@media only screen and (max-width: 767px){
	.category-card-outer:before{
		content: none;
	}
	
	#top-btn{
		float: left;
	}
	
	

.redesign-header .content-wrapper{
	padding-left: 4.167%;
	padding-right: 4.167%;
}
.redesign-header .content-wrapper #logos-div img{
	padding: 0 15px 0 0 !important;
}
	
}
