/*
Theme Name: www.hesequipment.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;
}

/*===================== 
	correction styles 
=======================*/

#widget_sandhills_custom_slider_2 .slick-slide .item {
	display: block!important;
}

/*===================== 
	base styles 
=======================*/


body {
	font-family: "Roboto Condensed", sans-serif;
    margin: 0;
	padding:0;
	}
.hidden {
	display: none!important;
}


/*===================== 
	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;
	}


.btn-white {
    background:#fff;
    border:2px solid #F26B1C;
    padding:20px;
    font-family: "Oswald", sans-serif;
    font-size:20px;
    font-weight:600;
    color:#474747!important;
    transition: .2s ease-in;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
	line-height: 1;
	border-radius: 0px;
	display: inline-block;
}
.btn-white:hover {
    background:#cdcdcd;
}
.btn-orange {
    background:#F26B1C;
    border:2px solid #cdcdcd;
    padding:20px;
    font-family: "Oswald", sans-serif;
    font-size:20px;
    font-weight:600;
    color:#000!important;
    transition: .2s ease-in;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
	line-height: 1;
	border-radius: 0px;
	display: inline-block;
}
.btn-orange:hover {
    background:#000;
	color: #fff!important;
}
.orange-ico-btn {
    background:#F26B1C;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: .2s ease-in;
	border:0px;
	outline:none;
	padding:0;
	margin:0;
}
.orange-ico-btn .o-btn-text {
    font-family: "Oswald", sans-serif;
    padding:10px 20px;
    font-size: 20px;
    font-weight: 600;
    color:#000!important;
	text-shadow: 0 0 .08 #000;
}
.orange-ico-btn .o-btn-ico {
    background:#d8631e;
    width:65px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:10px;
    clip-path: polygon(15px 0%,100% 0%,100% 100%,0% 100%);
    color:#fff!important;
    transition: .2s ease-in;
}
.orange-ico-btn:hover {
    background:#d8631e;
}
.orange-ico-btn:hover .o-btn-ico  {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.header-text-buton {
	color: #fff;
	list-style: none;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 400;
	border:0px;
	outline:none;
	transition: .2s ease-in;
	background:none;
}
.header-text-buton i {
	color: #F26B1C;
	font-weight: 600;
	font-style: normal!important;
}
.header-text-buton:hover {
	color: #F26B1C;
}
.header-text-buton-white {
	color: #fff;
	list-style: none;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 400;
	border:0px;
	outline:none;
	transition: .2s ease-in;
	background:none;
}
.header-text-buton-white i {
	color: #fff;
	font-weight: 600;
	font-style: normal!important;
}
.header-text-buton-white:hover {
	color: #F26B1C;
}
.butn-brand-nav {
	width: 100%;
	box-sizing: border-box;
    color:#fff;
    border:1px solid #fff;
    padding:10px 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    transition: .2s ease-in;
    display: flex;
    justify-content: space-between;
	outline: none;
	background:#474747;
	text-decoration: none;
	line-height: 1;
}
.butn-brand-nav:hover {
    background:#fff;
    color:#000;
}


/*===================== 
	popup styles 
=======================*/

.widget_sandhills_contact_form:has(> .pop-up-home-page) {
    top:250px!important;
	bottom:auto!important;
    height: auto!important;
    margin: 0 auto;
    width:100%;
	max-width:400px!important;
    box-sizing: border-box;
    display: block;
    background: #fff;
    padding:10px 30px 40px 40px!important;
    clip-path: polygon(0px 0%,calc(100% - 0px) 0%,100% 50px,100% calc(100% - 60px),calc(100% - 50px) 100%,60px 100%,0% calc(100% - 0px),0% 50px);
    animation: slide-in-left  4s ease-in-out both!important;
	opacity: 0;
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}    
.pop-up-home-page p {
	font-size: 22px;
	text-align: center;
	padding:20px 0;
}

/*===================== 
	header styles 
=======================*/

#header {
	position: relative;
	z-index: 10000;
}

.header-wrap {
    width: 100%;
    margin: 0;
    background:#fff;
    position: relative;
    z-index: 2;
}
.top-head {
    background:#000;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:10px 80px;
    box-sizing: border-box;
}
.highlightSidebars .top-head {
	padding-top: 40px;	
}
.top-head ul {
    padding:0;
    margin:0;
    display: flex;
    gap:0 15px;
}
.top-head ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color:#fff;
}
.top-head ul li a {
    color:#fff;
    transition: .2s ease-in;
}
.top-head ul li a:hover, .top-head ul li a:hover .mobile-ico  {
    color:#F26B1C;
}
.top-head ul li .mobile-ico {
    color:#F26B1C;
    font-weight: 600;
}

.header {
	margin: 0 auto;
    width:100%;
    position: relative;
    background:#fff;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
}
.head-logo-1 {
	padding: 20px 20px 20px 80px;
	max-width: 335px;
	width: 100%;
	box-sizing: border-box;
}
.head-logo-1 a img {
	width: 100%;
    display: block;
    margin:0 auto;
    box-sizing: border-box;
}
.head-right {
    width:auto;
    justify-content: flex-end;
    display: flex;
}
.head-btn {
    background:#F26B1C;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% + 50px);
    clip-path: polygon(0% 0%,100% 0%,100% 100%,60px 100%,0% calc(100% - 50px));
    position: relative;
    z-index: 2;
    width:175px;
}
.search-btn {
    padding:20px;
    font-size:40px;
    color:#fff;
    transition: .2s ease-in;
    cursor: pointer;
}
.search-btn:hover {
    color:#000;
}

.head-search {
    background: #474747;
    width: 100%;
    position: relative;
    left: 0;
    bottom:0;
    display: none;
}

.search-container-1 {
    width:100%;
    max-width: 800px;
    box-sizing: border-box;
    padding:20px;
    margin:0 auto;
}
.head-search form {
    width:100%;
    display: flex;
    background: #fff;
    padding:20px;
    box-sizing: border-box;
}
.head-search input {
    background:none;
    border:0px!important;
    outline:none!important;
    padding:0px;
    margin:0;
    font-family: "Roboto Condensed", sans-serif;
    width:100%;
    font-size: 18px;
}
.head-search button {
    background:none;
    border:0px!important;
    outline:none!important;
    padding:0px;
    margin:0; 
    font-size: 20px;
    cursor: pointer;
}

/*===================== 
	Content styles 
=======================*/

.wrap-cat {
	position: relative;
}

.wrap-cat .PrevButton2, .wrap-cat .NextButton2  {
	display: none!important;
}
.wrap-cat a {
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
.highlightSidebars .wrap-cat .post-container-hero-categories {
	top:0;
	position: static;
}
.wrap-cat .post-container-hero-categories {
	display: flex;
	flex-wrap: nowrap;
	padding: 20px !important;
	position: relative;
	top: -55px;
}
.wrap-cat .item {
	
}
.wrap-cat .item > div {
	height: 100%;
}
.wrap-cat .item:first-of-type .cat-cont-1 {
	clip-path: polygon(0% 0%,100% 0%,calc(100% - 60px) 100%,0% 100%);
	padding:20px 70px 20px 15px;
}
.cat-cont-1 {
    clip-path: polygon(60px 0%,100% 0%,calc(100% - 60px) 100%,0% 100%);
    background: #fff;
	padding: 20px 50px 20px 70px;
    box-sizing: border-box;
    transition: .2s ease-in;
	height: 100%;
	text-align: left;
}
.wrap-cat .item:last-of-type .cat-cont-1 {
	clip-path: polygon(40px 0%,100% 0%,calc(100% - 40px) 100%,0% 100%);
	background:#F26B1C;
	padding: 30px 40px 30px clamp(40px, 5vw, 60px);
	box-sizing: border-box;
	transition: .2s ease-in;
	align-self: flex-start;
	height: auto;
}
.wrap-cat .item:last-of-type .cat-cont-1 p {
	color:#fff;
}
.wrap-cat .item:last-of-type .cat-cont-1 h2 {
	display: block;
}
.cat-cont-1 p {
    font-family: "Oswald", sans-serif;
    font-size:26px;
    font-weight: 400;
    color:#000;
    padding-bottom:10px;
    line-height: 1;
    transition: .2s ease-in;
}
.cat-cont-1 img {
    max-width: 340px;
    height: auto;
    width:100%;
	max-height: 80px;
    display: block;
    transition: .2s ease-in;
	object-fit: contain;
	object-position: left center;
}
.cat-cont-1 h2 {
    font-family: "Oswald", sans-serif;
    font-size:30px;
    font-weight: 700;
    color:#fff;
    line-height: 1;
	display: none;
}

.cat-cont-1:hover {
    background:#474747;
}
.cat-cont-1:hover p, .wrap-cat .container-1 a .cat-cont-1-1:hover p {
    color:#fff;
}
.cat-cont-1:hover img {
    filter:grayscale(100%) invert(100%) brightness(109%) contrast(111%);
}
.wrap-home-service {
    width:100%;
    position: relative;
	padding-bottom: 300px;
}
.wrap-home-service:after {
    width:100%;
    content: "";
    position: absolute;
    z-index: 1;
    right:0;
    bottom:0;
    background:#474747;
    clip-path: polygon(60px 0%,100% 0%,100% 100%,60px 100%,0% 100%,0% 50px);
    height:100%;
    max-width:calc(50% - 210px);
	min-width: 30%;
}
.wrap-home-service > .row {
	position: relative;
	z-index: 3;
	max-width: 1300px;
	margin: 0 auto !important;
	width: 100%;
}
.wrap-footer-image {
	position: relative;
	margin-top: -215px;
	z-index: 3;
}
.highlightSidebars .wrap-footer-image {
	margin-top:0;
}
.wrap-footer-image {
	position: relative;
	margin-top: -320px;
	z-index: 3;
}
.highlightSidebars .wrap-footer-image {
	margin-top:0;
}

.no-posts-promotion-slider {
	display: none;
}

.banner-wrap {
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.banner-info {
    width:45%;
    background:#F26B1C;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:70px 20px;
}
.banner-info-cont-1 {
    width:100%;
    max-width: 450px;
	text-align: left;
}
.banner-info-cont-1 h2 {
	font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 40px;
    padding-bottom: 40px;
}
.banner-info-cont-1 .small-text, .banner-info-cont-1 .small-text p {
    font-size: 14px;
	color:#000;
}
.banner-info-cont-1 {
    color:#fff;
}
.banner-info-cont-1 .btn-orange {
    display: block;
    margin-top:20px;
    max-width: 250px;
}
.banner-image {
    width:55%;
}
.banner-image img {
    width:100%;
    height: 100%;
    min-height: 300px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.widget_sandhills_advanced_cpt_layout .slick-slide {
	padding:0!important;
}
.map-bg {
	display: flex;
	width: 100%;
	height: 100%;
}
.container-default-div-editor {
	width: 100%;
}
.map-bg iframe {
	width: 100%;
	min-height: 300px;
  	height: 100%;
}

.wrap-bottom-banner {
    width:100%;
    padding-top:70px;
    position: relative;
    margin-top: 70px;
}
.wrap-bottom-banner > .row {
	position: relative;
	z-index: 2;
}
.wrap-bottom-banner:after {
width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #474747;
  clip-path: polygon(60px 0%,100% 0%,100% 100%,60px 100%,0% 100%,0% 50px);
  height: 97%;
  max-width: calc(50% + 650px);
}

/*===================== 
	meet the team styles 
=======================*/

.team-wrap {
	padding:10px;
}

.team-col {
    width:100%;
    padding:20px;
    clip-path: polygon(0px 0%,calc(100% - 0px) 0%,100% 50px,100% calc(100% - 60px),calc(100% - 50px) 100%,60px 100%,0% calc(100% - 0px),0% 50px);
    background:#474747;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 255px;
}

.team-col h3 {
    color:#fff;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    font-size:24px;
    font-weight: 600;
    min-height: 70px;
    box-sizing: border-box;
}
.team-col h3 span {
    display: block;
    font-size:18px;
    font-weight: 400;
    padding-top:5px;
}
.team-col ul {
    padding:0 10px;
    margin:5px 0;
	flex-grow: 1;
}
.team-col ul li {
    padding:0;
    margin:20px 0;
    list-style: none;
    text-align: center;
}

.team-col ul li a {
    font-family: "Roboto Condensed", sans-serif;
    font-size:20px;
    font-weight: 500;
    background: #F26B1C;
    color:#000;
    padding:0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s ease-in;
	text-shadow: 0 0 .08 #000;
	cursor: pointer;
}
.team-col ul li a span:first-of-type {
    padding-left: 10px;   
}
.team-col ul li a .contact-btn-1 {
    background: #d8631e;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 20px 10px 25px;
    clip-path: polygon(15px 0%,100% 0%,100% 100%,0% 100%);
    color: #fff !important;
}
.team-col ul li a:hover {
    background: #d8631e;
}

.team-col ul ul {
    padding:0;
    margin:0;
    background:none;
}
.team-col ul ul li {
    padding:0;
    margin:0;
}
.team-col ul ul li a {
    background: #d8631e;
    text-align: center;
    display: block;
    padding: 10px;
    font-size:18px;
    font-weight: 400;
}

.post-container-history-slider {
	padding:0 60px!important;
}

.time-line-cont-1 {
   background:#cdcdcd;
    display: flex; 
    justify-content: space-between;
    flex-wrap: wrap;
    margin:20px 0;
    clip-path: polygon(60px 0%, calc(100% - 50px) 0%, 100% 49px, 100% calc(100% - 60px), calc(100% - 50px) 100%, 0px 100%, 0% 100%, 0% 0px);
    
}
.time-line-info {
    font-family: "Roboto Condensed", sans-serif;
    color:#000;
    font-size: 17px;
    width:45%;
    flex-grow: 1;
    padding: 20px;
    box-sizing: border-box;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: left;
}
.time-line-info span {
    color:#000;
    font-size: 40px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}
.time-line-img {
    width:55%;
    min-height: 200px;
}
.time-line-img img {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.h-cat-col {
    padding:10px 20px;
    position: relative;
}
.h-cat-col img {
    max-width: 100%;
    width:auto;
    height: auto;
    display: block;
    margin: 0 auto -50px auto;
    z-index: 2;
    position: relative;
}
.h-cat-bottom {
    position: relative;
    z-index: 1;
    width:100%;
    padding:60px 30px;
    clip-path: polygon(0px 0%,calc(100% - 0px) 0%,100% 50px,100% calc(100% - 60px),calc(100% - 50px) 100%,60px 100%,0% calc(100% - 0px),0% 50px);
    background: #F26B1C;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap:20px 0;
    justify-content: space-between;
}
.h-cat-bottom h3 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    box-sizing: border-box;
    width: 100%;
}
.h-cat-bottom a {
    background: #474747;
    display: block;
    width:49%;
    padding:10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    transition: .2s ease-in;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.h-cat-bottom a:hover {
    background: #000000;
}

/*===================== 
	contact form styles 
=======================*/

.contactForm h1, .contactForm h2, .contactForm h3 {
	font-family: "Oswald", sans-serif;
}
.contactForm .form-sub-header {
	padding:0 0 5px 0;
	color:#474747;
	margin:20px 0 10px 0;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: 700;
}


.contactForm label, .contactForm p {
	font-family: "Roboto Condensed", sans-serif;
}

/*------------------------------ General Listings Page---------------------------------*/


.list-top-section .list-title .list-title-text {
    font-family: "Oswald", sans-serif!important;
    font-weight: 600!important;
}
body.inv-wrap-1, .list-content .listing-portion-title, .list-content .list-listing .dealer-name, .list-content .listing-description {
    font-family: "Roboto Condensed", sans-serif;
}

/*----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:#F26B1C!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:#3D3936!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #3D3936!important;
    border: 1px solid #3D3936!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #3D3936!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #3D3936!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #3D3936!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: #F26B1C!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:#F26B1C!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:#F26B1C!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:#F26B1C!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:#3D3936!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#3D3936!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#3D3936!important;
}
.detail-content-mobile .share-listing {
	color:#3D3936!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#3D3936!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#3D3936!important;
}
.cs-btns .button {background:#F26B1C!important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}


/*===================== 
	CPT Slider styles 
=======================*/

.wrap-cpt-padding .item {
	padding:10px!important;
}



/*===================== 
	Blog Page styles 
=======================*/

.blog-post-cont {
	background:#fff;
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
	margin:0 0 10px 0;
}
.blog-post-img {
	width: 30%;
	background:#fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-post-img img {
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: center center;
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.blog-post-info {
	width:68%;
	text-align: left;
}
.blog-post-info h2 {
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	text-align: left;
	font-weight:700;
	color:#000;
	padding-bottom: 5px;
}
.blog-post-info .blog-date {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight:600;
	padding-bottom: 10px;
	color:#000;
}
.blog-post-info .blog-date a {
	color:#000;
}
.blog-post-text {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
	color:#000;
}


.blog-wrap-1 {
	width: 100%;
	box-sizing: border-box;
	padding:60px 20px;
	background:#cdcdcd;
	
}

.blog-page-header-1 {
	display: flex;
	flex-direction: column;
	gap:20px;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
.blog-page-header-info-1 {
	padding:60px 40px;
	background:#f0f0f0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:10px;
	clip-path: polygon(60px 0%,calc(100% - 50px) 0%,100% 50px,100% calc(100% - 60px),calc(100% - 50px) 100%,60px 100%,0% calc(100% - 60px),0% 50px);
}
.post-head-text-1 {
	flex-grow: 1;
}
.news-blog-post-date {
	font-size:20px;
	font-weight:700;
	font-family: "Roboto Condensed", sans-serif;
}
.news-blog-post-date a {
	color:#000;
}
.news-blog-post-date .updated {
	display: none;
}
.blog-share-links {
	background:#F26B1C;
	padding:40px;
	clip-path: polygon(0px 0%, calc(100% - 40px) 0%, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0px 100%, 0% calc(100% - 0px), 0% 0px);
}


.blog-share-links p { 
	font-size: 20px;
}
.blog-share-links a { 
	font-size:20px;
	color:#000;
	padding:5px;
}
.blog-share-links a:hover { 
	opacity: 0.7;
}
.blog-pg-content {
	padding:40px 0;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.blog-pg-content a {
	color:#000;
	font-weight: 700;
}
.blog-pg-content a:hover {
	opacity: 0.7;
}
.blog-nav-foot-1 {
	padding:40px 0;
}
.blog-nav-foot-1 .screen-reader-text {
	display: none;
}
.blog-nav-foot-1 .nav-links {
	display: flex;
	justify-content: center;
	gap:20px;
}
.blog-nav-foot-1 .nav-previous, .blog-nav-foot-1 .nav-next {
	width:auto;
}
.blog-nav-foot-1 .nav-previous a, .blog-nav-foot-1 .nav-next a, .NextButton-cc-equipment-blog, .PrevButton-cc-equipment-blog {
	font-family: "Open Sans", sans-serif;
	background:#fff200;
	color:#000;
	display: inline-block;
	padding:10px 20px;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius: 50px!important;
	box-sizing: border-box;
	line-height: 1;
	width: auto;
	white-space: nowrap;
}
.NextButton-cc-equipment-blog u, .PrevButton-cc-equipment-blog u {
	text-decoration: none;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover, .NextButton-cc-equipment-blog:hover, .PrevButton-cc-equipment-blog:hover {
	color:#fff200;
	background:#000;
}

.blog-cat-nav-1 {
	padding:60px 40px;
	width: 100%;
	box-sizing: border-box;
	background:#fff;
	clip-path: polygon(60px 0%,calc(100% - 60px) 0%,100% 60px,100% calc(100% - 60px),calc(100% - 60px) 100%,60px 100%,0% calc(100% - 60px),0% 60px);
}
.blog-cat-nav-1 p {
	font-size:18px;
	font-weight:600;
	color:#000;
	font-family: "Oswald", sans-serif;
}
.blog-cat-nav-1 ul {
	padding:20px 0;
	margin: 0;
}
.blog-cat-nav-1 ul li {
	padding:0 0 5px 0;
	margin:0;
	list-style: none;
	font-family: "Roboto Condensed", sans-serif;
}
.blog-cat-nav-1 ul li a {
	font-size:16px;
	font-weight:800;
	color:#000;
	transition: .2s ease-in;
}
.blog-cat-nav-1 ul li a:hover {
	opacity: 0.7;
}
.taxonomy-header h1 {
	font-size: 0px;
}
.taxonomy-header h1 span {
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
}

.wrap-blog-tax {
	background:#cdcdcd;
	padding:60px 0 80px 0;
}

.post-cat-page {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:10px 20px;
	gap:10px;
}
.post-cat-page .blog-post-cont {
	width: calc(66.666% - 10px);
	box-sizing: border-box;
	
}
.post-cat-page .blog-cat-nav-1 {
	width: calc(33.333% - 10px);
	box-sizing: border-box;
}
.promo-cat-header {
	padding:20px;
	box-sizing: border-box;
}


/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto!important;
	padding:20px;
	box-sizing: border-box;
}
.container-inv #inventory-wrapper {
	padding:60px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.container-lg-left {
	padding-left:clamp(0px, -880px + 50vw, 100vw)!important;
}
.container-lg-right {
	padding-right:clamp(0px, -880px + 50vw, 100vw)!important;
}
.container-md-left {
	padding-left:clamp(0px, -600px + 50vw, 100vw)!important;
}
.container-md-right {
	padding-right:clamp(0px, -600px + 50vw, 100vw)!important;
}


.column-1 { width:100%; box-sizing:border-box;}	
.column-1-6 { width: 16.66%; box-sizing:border-box;}
.column-1-4 { width: 25%; box-sizing:border-box;}
.column-1-3 { width: 33.33%; box-sizing:border-box;}
.column-1-2 { width: 50%; box-sizing:border-box;}
.column-2-3 { width: 66.66%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}
.column-5-6 { width: 83.33%; box-sizing:border-box;}

.column-1-5 { width: 20%; box-sizing:border-box;}
.column-2-5 { width: 40%; box-sizing:border-box;}
.column-3-5 { width: 60%; box-sizing:border-box;}
.column-4-5 { width: 80%; box-sizing:border-box;}


.corners-left {
	clip-path: polygon(60px 0%,100% 0%,100% 100%,60px 100%,0% calc(100% - 60px),0% 60px);	
}
.corners-right {
	clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 60px, 100% calc(100% - 60px), calc(100% - 50px) 100%, 0px 100%, 0% 100%, 0% 0px);
}


.orange-header {
	clip-path: polygon(50px 0%,calc(100% - 60px) 0%,100% 60px,100% calc(100% - 0px),calc(100% - 50px) 100%,00px 100%,0% calc(100% - 50px),0% 50px);
}

div:has(> * > .wrap-container-right) {
	padding: 80px 0 80px clamp(20px, -630px + 50vw, 100vw) !important;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
div:has(> .wrap-container-right) {
	clip-path: polygon(60px 0%,100% 0%,100% 100%,60px 100%,0% calc(100% - 60px),0% 60px);
}


div:has(> .wrap-container) {
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
.wrap-container {
	clip-path: polygon(60px 0%,calc(100% - 60px) 0%,100% 60px,100% calc(100% - 60px),calc(100% - 60px) 100%,60px 100%,0% calc(100% - 60px),0% 60px);
}

div:has(> .wrap-section-container) {
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
	padding: 80px 20px!important;
}
.wrap-section-container {
	clip-path: polygon(60px 0%,calc(100% - 60px) 0%,100% 60px,100% calc(100% - 60px),calc(100% - 50px) 100%,60px 100%,0% calc(100% - 60px),0% 50px);
	background:#fff;
}
.highlightSidebars .wrap-section-container {
	padding-top: 40px;	
}

.youtube-bg-1 .container-default-div-editor, .youtube-bg-2 .container-default-div-editor {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.highlightSidebars .youtube-bg-1 .container-default-div-editor:after, .highlightSidebars .youtube-bg-2 .container-default-div-editor:after {
	display: none;
}
.youtube-bg-1 .container-default-div-editor:after, .youtube-bg-2 .container-default-div-editor:after {
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    display: block;
    z-index: 2;
}
.youtube-bg-1 .html-iframe-wrapper, .youtube-bg-2 .html-iframe-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	
}
.youtube-bg-1 .container-default-div-editor iframe {
	aspect-ratio: 7 / 9;
	display: block;
	margin: 0px auto;
	z-index: 1;
	width: auto;
	left: -10px;
	height: 120%;
	position: absolute;
	top: -10%;
}
.youtube-bg-2 .container-default-div-editor iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	width: auto;
	left: -50%;
	right: -50%;
}


.grey-corner-top-left {
	background: #cdcdcd;
	clip-path: polygon(0% 0%,calc(100% - 60px) 0%,100% 100%,100% 100%,0% 100%);
	width: calc(50% - 630px);
	height: 50px;
	position: relative;
	min-width: 80px;
	margin-top:-50px;
}
.highlightSidebars .grey-corner-top-left {
	margin-top:0px;
}
.grey-corner-bottom-left {
	background: #cdcdcd;
	clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 50px),calc(100% - 60px) 100%,0% 100%);
	width: calc(50% - 630px);
	height: 50px;
	position: relative;
	min-width: 80px;
	margin-bottom:-50px;
}
.highlightSidebars .grey-corner-bottom-left {
	margin-bottom:0px;
}
.img-corners-right {
	clip-path: polygon(60px 0%,100% 0%,100% 100%,60px 100%,0% calc(100% - 50px),0% 50px);
}


/*===================== 
	testimonial slider styles 
=======================*/


.post-container-testimonials .slick-slide, .post-container-testimonials .slick-slide > div, .post-container-testimonials .slick-slide > div > div, .post-container-testimonials .slick-slide > div > div > div, .post-container-testimonials .slick-slide > div > div > div > div {
	height: 100%;
}
.post-container-testimonials .testimonial-wrapper {
	background: #ffff;
	padding: 10px;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	height: 100% !important;
}
.post-container-testimonials .item .fa-star {
	font-size:15px;
	width:15px;
}
.post-container-testimonials .testimonial-title {
	display: none;	
}
.post-container-testimonials .testimonial-text {
	padding:0!important;
	display: flex !important;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}
.post-container-testimonials .testimonial-quote {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	text-align: center;
	color:#000;
	line-height: 1;
	padding:0!important;
}
.post-container-testimonials .customer {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color:#000;
	line-height: 1;
	padding:0!important;
}

/*===================== 
	footer styles 
=======================*/

#foot {
	position: relative;
	z-index: 4;
}

.foot-wrap {
	margin: 0;
	width: 100%;
    background:#474747;
	position: relative;
	}
.foot-wrap:after {
	content:"";
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 1;
	left:0;
	bottom:0;
	background: #000;
	display: block;
}
.foot-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
	padding:0 20px;
}
.foot-nav-1 {
    width:100%;
    max-width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
    padding: 20px 0px 70px 0;
}
.foot-nav-col-1 h4 {
    font-family: "Oswald", sans-serif;
    font-size:24px;
    font-weight: 600;
    color:#F26B1C;
    padding-bottom:10px;
}
.foot-nav-col-1 ul {
    padding:10px 0 0 0;
    margin:0;
}
.foot-nav-col-1 ul li {
    font-family: "Roboto Condensed", sans-serif;
    padding:0;
    margin: 0;
    list-style: none;
    font-size:18px;
    font-weight:400;
    line-height: 1.4;
    color:#fff;
}
.foot-nav-col-1 ul li a {
    color:#fff;
    transition: .2s ease-in;
}
.foot-nav-col-1 ul li a:hover {
    color:#F26B1C;
}
.foot-right {
    clip-path: polygon(60px 0%,100% 0%,100% 100%,60px 100%,0% 100%,0% 50px);
    background: #F26B1C;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0;
    position: relative;
  	margin-top: -50px;
    z-index: 2;
    box-sizing: border-box;
}
.foot-right img {
    width: 100%;
    max-width: 235px;
    display:block;
    height: auto;
    margin:0 auto;
}
.foot-right ul {
    padding:0;
    margin:0;
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}
.foot-right ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.foot-right ul li a {
    font-size:28px;
    color:#fff;
    transition: .2s ease-in;
}
.foot-right ul li a:hover {
    color:#000;
}

.foot-bottom-1 {
    background:#000;
    width:100%;
    padding:17px 0;
}
.foot-bottom-1 p {
    font-family: "Roboto Condensed", sans-serif;
    font-size:12px;
    font-weight:400;
    color:#fff;
}
.foot-bottom-1 p a {
    transition: .2s ease-in;   
    color:#fff;
}
.foot-bottom-1 p a:hover {
    color:#F26B1C;
}

h2.shopify-buy__cart__title {margin:0 auto!important;}

/*==========  Mobile Styles  ==========*/

@media only screen and (max-width : 1400px) {	
	.top-head {
		padding: 10px 20px;
	  }
	.head-logo-1 {
		padding: 20px;
	}
	.head-btn {
		width: 125px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}
@media only screen and (max-width : 1000px) {		
	.search-btn {
		display: none;
	  }
	 .head-btn {
        width: 100px;
        height: calc(100% + 20px);
        clip-path: polygon(0% 0%,100% 0%,100% 100%,30px 100%,0% calc(100% - 20px));
    }
    .head-logo-1 a img {
        max-width: 250px;
    }
    .head-search {
        background: #474747;
        width: 100%;
        position: static;
        display: block!important;
        padding:10px;
        box-sizing: border-box;
    }
    .head-search form {
        padding: 10px;
    }
    .search-container-1 {
        max-width: calc(100% - 90px);
        padding: 10px;
        margin: 0;
    }
	
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

@media only screen and (max-width : 950px) {
	
	.wrap-cat .container-1 {
		top: 0;
		
	}  
	.wrap-cat .post-container-hero-categories {
		position: static;
		top:0;
		flex-wrap: wrap;
		gap:20px 0;
	}
	.wrap-cat .item {
		width:100%;
		max-width: 600px;
		margin:0 auto;
	}
	.cat-cont-1, .wrap-cat .item:first-of-type .cat-cont-1, .wrap-cat .item:last-of-type .cat-cont-1 {
		padding:20px 70px 20px 40px;
		clip-path: polygon(0% 0%,100% 0%,calc(100% - 60px) 100%,0% 100%);
	}
	.cat-cont-1 h2 {
		font-size:40px;
	}
	.cat-cont-1 p {
		font-size:20px;
	}
	.cat-cont-1 img {
		max-width: 400px;
	}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.wrap-home-service::after {
        max-width: calc(100% - 20px);
        height: 450px;
    }
	.youtube-bg-1 .container-default-div-editor iframe, .youtube-bg-2 .container-default-div-editor iframe {
		aspect-ratio: 16 / 9;
		height: auto;
		position: static;
		width: 100%;
	}
	.banner-info {
        width:100%;
        padding:30px 20px;
    }
    .banner-info-cont-1 {
        max-width: 100%;
    }
    .banner-info-cont-1 h2 {
        line-height: 40px;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .banner-info-cont-1 .small-text {
        font-size: 12px;
    }
    .banner-image {
        width:100%;
    }
	.post-container-history-slider {
		padding:0 20px!important;
	}
	.time-line-info {
        width:100%;
    }
    .time-line-img {
        width:100%;
    }
	.foot-nav-1 {
		display: none;
	}
	.foot-right {
		width: 100%;
		border-bottom:40px solid #000;
	}
	footer .foot-top {
		padding:0;
	}
	.h-cat-bottom h3 {
		font-size:22px;
	}
	.h-cat-bottom a {
		width:100%;
		font-size:16px;
	}
	.blog-share-links {
		padding: 10px 40px 20px 40px;
		clip-path: polygon(0px 0%, calc(100% - 0px) 0%, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0% calc(100% - 40px), 0% 40px);
		width: 100%;
	}
}
@media (max-width: 576px) {
  .col-sm-12:not([data-blockStyles="sheditor-element-ignore"]) {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width : 550px) {
	.cat-cont-1 h2 {
		font-size:30px;
	}
	.cat-cont-1 p {
		font-size:16px;
	}
	h1, .taxonomy-header h1 span {
		font-size:26px;
		font-weight: 700;
	}

	h2 {
		font-size:22px;
		font-weight: 700;
	}
	h3 {
		font-size:20px;
		font-weight: 700;
	}
	h4 {
		font-size:18px;
		font-weight: 700;
	}
	h5 {
		font-size:16px;
		font-weight: 600;
	}


	.btn-white, .btn-orange  {
		padding:15px;
		font-size:18px;
	}
	.blog-post-img, .blog-post-info {
		width: 100%;
		margin:0 auto;
	}
	
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}





