/*
Theme Name: www.wickhamtractor.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 {
	height:100%;
	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;
}

ul{
	list-style: none;
	padding: 0;
}

/*--------------------------------------------------------------
## 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;
}

/*--- HEADER STYLES ---------------------*/
header {}
.search-form{
		display: block;
		padding: 0 20px;
		background: #eef6ff !important;
	box-sizing: border-box;
		width:100%;
	}
	.search-form form{
		position: relative;
		margin: 0 !important;
	}
	.search-form input{
		display: block;
		background: #eef6ff !important;
		width: 100%;
		padding: 20px !important;
		font-family: "Barlow Condensed", Sans-serif !important;
	box-sizing: border-box;
		border: none !important;
		border-radius: 5px !important;
		line-height: 24px !important;
		font-size: 16px !important;
		height: unset !important;
		outline: none;
	}
	.search-form button{
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 20px !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		line-height: 24px !important;
		font-size: 16px !important;
	}

.search-toggle{
	cursor: pointer;
}
.header{
	
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	background: #fff;
	z-index: 300;
	
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header>div:nth-of-type(2){
	display: flex;
}
.header-offset{
	content: '';
	display: block;
	height: 84px;
}

.header #logoID{
	width: 10%;
	margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	border-right: solid 1px #efefef;
}
.header #logoID img{
    max-width: 65% !important;
    vertical-align: middle;
    display: inline-block;
    max-height: 86%;
}


.header #logokroneID .row, .header #logomacdonID .row, .header #logocaseihID .row, .header #logopolarisID .row, .header #logokubotaID .row, .header #logolandprideID .row, .header #logogreatplainsID .row, .header #logocanamID .row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header #logokroneID, .header #logomacdonID, .header #logocaseihID, .header #logopolarisID, .header #logokubotaID, .header #logolandprideID, .header #logogreatplainsID, .header #logocanamID{
	width: 22%;
	margin: 0;
	height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-right: solid 1px #efefef;
}
.header #logokroneID  .row > div:nth-of-type(2) img, .header #logomacdonID  .row > div:nth-of-type(2)  img, .header #logocaseihID  .row > div:nth-of-type(2) img, .header #logopolarisID  .row > div:nth-of-type(2) img, .header #logokubotaID  .row > div:nth-of-type(2) img, .header #logolandprideID  .row > div:nth-of-type(2) img, .header #logogreatplainsID  .row > div:nth-of-type(2) img, .header #logocanamID  .row > div:nth-of-type(2) img{
    width: 100% !important;
	max-width: 80%;
}

.header #logokroneID img, .header #logomacdonID img, .header #logocaseihID img, .header #logopolarisID img, .header #logokubotaID img, .header #logolandprideID img, .header #logogreatplainsID img, .header #logocanamID img{
    vertical-align: middle;
    display: inline-block;
    max-height: 86%;
    width: 100px !important;
}



.header > div > nav{
	width: 66.594%;
	
	
}
.header > div > nav > ul{
	display: flex;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	
}
.header > div > nav > ul > li{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	position: relative;
	
}
.header > div > nav > ul > li:after{  
	content: "";
	position: absolute;
    bottom: 0;
	height: 3px;
    width: 100%;
    left: 0;
    z-index: 2;
    background-color: #ea3124;  
	opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
	
	
    transform: translateY(-16px);
	
}
.header > div > nav > ul > li:hover:after{  
	
    transform: translateY(0);
	opacity: 1;
	
}
.header > div > nav > ul > li > a{
    color: #383838;
    fill: #383838;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
    text-align: center;
    text-transform: uppercase;
	
}
.header > div > nav > ul > li ul{
	display: none;	
	position: absolute;
	top: 100%;
	z-index: 300;
}
.header > div > nav > ul > li > ul > li > a{
    text-transform: uppercase;
}
.header > div > nav > ul > li:hover > ul{
	display: block;	
    background-color: #636363;
	width: 138px;
}
.header > div > nav ul ul > li:hover > ul{
    display: block;
    top: unset;
    transform: translateY(-45px);
    left: 100%;
    background-color: #636363;
	width: 138px;
}
.header > div > nav > ul > li > a:hover + ul li a, .header > div > nav > ul > li:hover > ul li a{
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 500;
	color: #fff;
	padding: 13px 20px;
    display: block;
}
.header > div > nav > ul > li ul li a:hover{
    background-color: #4f4f4f !important;
}

.header .big-btn{
	    width: 150px;
    color: #232323;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
	display: block;
    line-height: 90px;
	text-align: center;
	background: #ea3124;
}
.header .big-btn:nth-of-type(3){
    color: #fff;
	background: #232323;
}
.header .big-btn:nth-of-type(5), .header .big-btn:nth-of-type(4){
    font-size: 18px;
    color: #000;
	background: #CCCCCC;
}

#header ul, #footer ul{list-style: none; padding: 0; margin: 0;}

a.finance-button {
background: #ea3124;
  border-radius: 50px;
  text-align: center;
  width: 260px;
  padding: 10px 7px;
  color: #fff;
  font-weight: 600;
  position: fixed;
  z-index: 999999;
  font-size: 18px;
  right: 144px;
  top: unset;
	bottom: 20px;
}

a.inventory-finance-button{

    background: #ea3124;
    border-radius: 50px;
    text-align: center;
	width: 260px;
    padding:10px 7px;
    color: #fff;
    font-weight: 600;
    position: fixed;
	z-index:999999;
    font-size: 18px;
    right: 144px;
	top:85.9%;
}
/*---BODY--------------------------------*/
#logoID img{
    margin: 0 auto;
    display: block;
    width: 156px;
    max-width: 100%;
}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.gap{
	gap: 20px;
}
.content-container{
	max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.content-wrapper{
	max-width: 1140px;
	margin: 0 auto !important;
    float: unset;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.padding-vertical{
	padding: 50px 0;
}
.padding-top{
	padding-top: 50px;
}

/* TEXT & BUTTONS */

.rent-img-btn {
	width:calc(100% - 10px);
	box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
	display: block;
	margin: 10px!important;
}

.rent-img-btn img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

	.rent-img-heading {
		background: #000;
		padding: 20px!important;
		text-align: center;
		

		font-family: "Barlow Condensed", Sans-serif;
		font-size: 28px;
		font-weight: 700;
		text-transform: uppercase;
		font-style: italic;
		letter-spacing: 1px;
		color: #ffffff;
		margin: 10px!important;


	}

.heading-xlg{
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 120px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    line-height: 0.8em;
    letter-spacing: 4.9px;
}
.heading-default{
	
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 62px;
    font-weight: 600;
    text-transform: uppercase;
}
.heading-lg{
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 76px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 9.1px;
}
.heading-md{
    font-family: "Lato", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
}
.heading-sm, .blog-single .shwidget h2, .blog-single .shwidget h3, .blog-single .shwidget h4, .blog-single .shwidget h5, .blog-single .shwidget h6{
    font-family: "Lato", Sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
	display: block;
}

.heading-xs, .event-post-content h2{
    color: #54595f;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 20px;
    text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.btn-outline-dark{
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: rgba(36,36,45,0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    color: #24242d;
    border-color: #24242d;
	padding: 10px 30px;
}
.btn-outline-orange{
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: rgba(253,102,0,0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ea3124;
    border-radius: 0px 0px 0px 0px;
	padding: 10px 30px;
}
.btn-outline-orange:hover{
	color: #ffffff;
    background-color: #0c0c0c;
    border-color: #ea3124;
}

.btn-basic{
	background-color: #0c0c0c;
	color: #fff;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	border: none;
    border-radius: 0px 0px 0px 0px;
	padding: 10px 30px;
}
.event-post-content strong a{
    color: #fff;
    background-color: #ea3124;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	border: none;
    border-radius: 0px 0px 0px 0px;
	padding: 10px 30px;
	display: inline-block;
	margin-bottom: 10px;
}
.btn-orange{

    color: #fff;
    background-color: #ea3124;
	
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	border: none;
    border-radius: 0px 0px 0px 0px;
	padding: 10px 30px;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active{
	color: #ffffff !important;
    background-color: #0c0c0c !important;
	box-shadow: none !important;
}
.btn-red{
    color: #fff;
    background-color: #a31c01;
}
.btn-blue{
    color: #fff;
    background-color: #052cb7;
}
.btn-yellow{
    color: #0c0c0c;
    background-color: #e2e206;
}
.btn-basic:hover{
	color: #ffffff !important;
    background-color: #0c0c0c !important;
	box-shadow: none !important;
}


.full-width-btns .btn-outline-orange, .full-width-btns .btn-outline-dark, .full-width-btns .btn-orange, .full-width-btns .btn-basic{
	width: 90% !important;
	max-width: unset !important;
	display: block !important;
	margin: 0 auto !important;
}


.subpage-hero-min{
	padding: 200px 0;
	min-height: 560px !important;
}
.subpage-hero{
	max-width: 720px;
	margin: 0 auto !important;
	float: unset !important;
	width: 100%;
	padding: 150px 0 150px 0;
	min-height: 420px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.subpage-hero .heading-sm{
	margin: 0 !important;
}
.darken-overlay:before{
	position: relative;
}
.darken-overlay:before{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background: rgba(0,0,0,0.25);
}
.flourish-angle{
	position: relative;
}
.flourish-angle:after{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	overflow: hidden;
	
	clip-path: polygon(100% 75%, -25% 101%, 100% 101%);
}

/* CUSTOM WIDGETS */

.categories-grid{
	display: flex;
	flex-wrap: wrap;
	background-color: #f2f2f2;
	padding-bottom: 40px;
}

.categories-grid a{
    padding: 30px 10px;
	box-sizing: border-box;
	width: 14.2857%;
	border-top: solid 1px #cccccc;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    color: #212121;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
	text-align: center;
}
.categories-grid a img{
    height: auto;
    max-width: 100px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
		
    max-width: 50%;
    transition-duration: 0.5s;
    vertical-align: middle;
    display: inline-block;
	
	transition-property: transform;
    transition-timing-function: ease-out;
    margin-bottom: 20px;
}
.categories-grid a:hover img, .categories-grid a:active img{
	transform: translateY(-8px);
}


/* CUSTOM HERO */

.custom-hero.flex{
	display: flex;
	flex-wrap: nowrap;
	gap: 1px;
	min-height: 543px;
}
.custom-hero .expandable-slide{
	position: relative;
	color: #fff;
	transition: ease all 0.5s;
	min-height: 430px;
	text-align: center;
	width: 25%;
	box-sizing: border-box;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-hero .expandable-slide:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.custom-hero .expandable-slide > div{
	position: relative;
}
.custom-hero .expandable-slide:hover{
	width: 100%;
}
.custom-hero .expandable-slide .btn-outline-orange{
	padding: 10px 20px;
	text-transform: unset;
	color: #fff !important;
	opacity: 0;
	transform: translateY(-20px);
	transition: ease all 0.3s;
	display: block;
}
.custom-hero .expandable-slide:hover .btn-outline-orange, .custom-hero .expandable-slide:focus .btn-outline-orange{
	opacity: 1;
	transform: translateY(10px);
}
.custom-hero .expandable-slide .btn-outline-orange:hover{
	background: #fff !important;
	color: #000 !important;
	border-color: #fff !important;
}
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}

.static-brand-box{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	min-height: 377px;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	
	position: relative;
    padding-bottom: 30px;
}
.static-brand-box:before{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
.static-brand-box h2{
	
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 5;
}
.static-brand-box .hover-overlay{
	opacity: 0;
	background-image: url("images/construction-img.jpeg");
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	
    display: flex;
    align-items: flex-end;
    justify-content: center;
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
	padding-bottom: 127px;
	z-index: 7;
}
.static-brand-box:hover .hover-overlay{
	opacity: 1;
}
.static-brand-box .hover-overlay > *{
	position: relative;
	z-index: 10;
}
.static-brand-box .hover-overlay:before{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
    background-color: rgba(234,49,36,0.73);
}
.static-brand-box .hover-overlay .btn-outline-dark{
	color: #000 !important;
	background: transparent !important;
	border-color: #000 !important;
}

/* LANDING PAGES */

.great-plains-page .img-heading{
	background: rgb(3, 110, 54) !important;
	border-bottom: solid 5px rgb(233, 150, 24) !important;
}
.krone-page .img-heading{
	background: rgb(63, 115, 50) !important;
	border-bottom: solid 5px rgb(226, 207, 79) !important;
}
.can-am-page .img-heading{
	background: rgb(192, 10, 36) !important;
	border-bottom: solid 5px rgb(255, 199, 44) !important;
}
.polaris-page .img-heading{
	background: rgb(0, 78, 151) !important;
}
.case-ih-page .img-heading{
	background: rgb(192, 10, 36) !important;
}
.kubota-page .img-heading{
	background: rgb(220, 68, 5) !important;
}
.kubota-page .no-imgs .img-heading{
	background: #333 !important;
}
.macdon-page .img-heading{
	background: rgb(170, 25, 45) !important;
}
.land-pride-page .img-heading{
	background: rgb(228, 150, 64) !important;
}

.great-plains-page .heading-lg, .land-pride-page .heading-lg, .macdon-page .heading-lg, .kubota-page .heading-lg, .case-ih-page .heading-lg, .polaris-page .heading-lg, .can-am-page .heading-lg, .krone-page .heading-lg{
	letter-spacing: normal !important;
}

/* CUSTOM STYLES */

.border-left{
	border-left: solid 2px #e8e8e8 !important;
	padding-left: 20px !important;
}

.white{color: #fff;}

.multicol p{
	column-width: 24em;
}

.shwidget p, .blog-single .shwidget, .blog-single .shwidget > span{
	font-size: 16px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.42857143;
}
.blog-single .shwidget p{
	margin-bottom: 20px !important;
}
.shwidget ul{
	font-size: 16px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.42857143;
	list-style: disc;
	padding-left: 32px;
}

.blog-single img, .blog-single figure, .blog-single .wp-caption{
	max-width: 100%;
	height: auto !important;
}
.bv-form{
	
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.shwidget h1, .shwidget h2, .shwidget h3, .shwidget h4, .shwidget h5, .shwidget h6{
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.nomargin .heading-sm, .nomargin .heading-default, .nomargin .heading-md, .nomargin .heading-lg, .nomargin .heading-xlg{
	margin: 0 !important;
}

.nomargin h1, .nomargin h2, .nomargin h3, .nomargin h4, .nomargin h5, .nomargin h6{
	margin: 0 !important;
}


.banner{
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	text-align: center;
	border-bottom: solid 1px #ccc;
}
.banner:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	
	background: rgba(0,0,0,0.4);
}
.banner > div{
	width: 100%;
	position: relative;
	z-index: 5;
}
.banner .btn-outline-orange, .banner .btn-outline-dark{
	margin: 10px auto 0 !important;
	color: #fff;
}
.banner .btn-outline-orange:hover, .banner .btn-outline-dark:hover{
	background: #fff !important;
	color: #000;
}


/* LOCATIONS GRID */

.location-grid{
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.location-grid h2{
	margin: 0 !important;
}
.location-grid .panel{
    width: calc(33.33333% - 13.5px);
    box-sizing: border-box;
	text-align: center;
}
.location-grid .panel .btn-basic{
	margin: 0 auto 20px !important;
    display: inline-block !important;
}
.panel{
    padding: 20px 20px 20px 20px;
	border: solid 1px #bababa;
	display: block;
}
.panel .btn-basic:not(.show-mobile){
    display: inline-block !important;
}
.panel.center .btn-basic{
	margin: 0 auto 0 !important;
}
.center{text-align: center;}

.post-container-cpt-hero.container-fluid{
	display: flex;
	flex-wrap: wrap;
}
.acpt-panel{
    padding: 20px 20px 20px 20px;
	margin: 20px;
	border: solid 1px #bababa;
	height: calc(100% - 40px);
	min-height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ACPT SLIDER ARROWS ON SIDES */

.widget_sandhills_advanced_cpt_layout .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.widget_sandhills_advanced_cpt_layout .slick-prev, .widget_sandhills_advanced_cpt_layout  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50% !important;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.widget_sandhills_advanced_cpt_layout .slick-prev {
	left: 25px !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-next {
	right: 25px !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-arrow {
	background: none !important;
	opacity: 0.75!important;
}
.widget_sandhills_advanced_cpt_layout  button:hover .slick-arrow {
	opacity: 1 !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-prev:before, .widget_sandhills_advanced_cpt_layout .slick-next:before {
	color: #000 !important;
	font-size: 30px;
}

/* LOCATION SINGLE PAGES */

.location-single-map iframe{
	width: 100%;
}
.location-single-copy{
	font-size: 16px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.42857143;
	
	border: solid 1px #ccc;
	border-left: 0;
	
	padding: 30px !important;
	box-sizing: border-box !important;
	
}
.location-single-copy a p{
	font-size: 16px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.42857143;
	
}
.location-single-copy p{
	font-size: 14px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.42857143;
}
/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}


.footer .logo{transition: ease-out all 0.3s;}
.footer .logo:hover{
	
    transform: translateY(-8px);
}
.footer{
	padding: 50px 30px 40px 30px;
	position: relative;
}
.footer ul{
    margin-bottom: 20px;
	padding-left: 0 !important;
	list-style: none;
}

.footer .list-links ul, .footer .list-locations ul{
	display: flex;
	flex-direction: column;
}
.footer .list-links li{
	padding-left: 30px;
	position: relative;
	
	font-family: "Barlow Condensed", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 5px;
	
    display: inline-block;
	
}
.footer .list-locations li{
	padding-left: 30px;
	position: relative;
	
	
    font-family: "Barlow", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;    
	font-size: 14px;
    line-height: 24px;
	
    display: inline-block;
}
.footer .list-links li a, .footer .list-locations li a{
	color: #303030;
}
.footer .list-links li:before{
	left: 0;
	top: 4px;
	position: absolute;
	font-size: 14px;
	
	content: "\f101";
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.footer .list-locations li:before{
	left: 0;
	top: 3px;
	position: absolute;
	font-size: 19px;
	
	
	content: "\f3c5";
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
}
.footer .list-hours li{
    text-align: left;
    color: #666666;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 19px;
    margin: 0 0 10px;
}
.footer .heading-sm{
    color: #303030;
}

.list-links{    
	color: #303030;
	
}
.list-links li:before, .list-locations li:before{    
	color: #ea3124 !important;
	
}

.col-row{display: flex; flex-wrap: wrap;}
.footer-col-1{
    width: 23.86%;
	padding: 10px;
	box-sizing: border-box;
}
.footer-col-2{
    width: 29.109%;
	padding: 10px;
	box-sizing: border-box;
}
.footer-col-3{
    width: 47.027%;
	padding: 10px;
	box-sizing: border-box;
}
.footer hr{
	max-width: 90%;
	margin: 30px auto;
	border: none;
	border-bottom: solid 1px #cccccc;
}

.sh-widget hr, .location-single-copy hr, .location-single-heading hr{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 1px #cccccc;
}

.map-container {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 467px;
    margin-top: -67px;
	border: none !important;
	outline: none !important;
}


.footer .social-icons{
	display: flex;
	gap: 15px;
}
.footer .social-icons a{
	color: #fff;
    background-color: #0c0000;
    border-radius: 10%;
	font-size: 18px;
	width: 36px;
	line-height: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .social-icons a i{
	color: #fff !important;
}

.footer-background{
	
    background-image: url("images/topo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    position: absolute;
    opacity: 0.08;
	z-index: -1;
}

/* POPUP */

.popup-window{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
    right: 0;
	
	max-width: 100%;
	background: #fff;
	z-index: 10005;
	
	text-align: center;
	width: 600px;
    margin: 30px auto;
	
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
	
    max-height: 85vh;
    overflow: scroll;
}
.popup-header{
	background: #24242D;
	padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    height: 64px;
    box-sizing: border-box;
}
.popup-footer{
	padding: 15px;
    border-top: 1px solid #e5e5e5;
    height: 64px;
    box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}
#popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.33);
	z-index: 10000;
}
.popup-window i{
	position: absolute; top: 23px;
	right: 20px;
	cursor: pointer;
    color: #ea3124;
}
.popup-window img{
	max-width: 90%;
}

.popup-locations-grid{
	display: flex;
	flex-wrap: wrap;
	margin: 5px;
}
.popup-locations-grid > div{
	padding: 10px;
	border: solid 1px #ccc;
	margin: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.popup-locations-grid h3{
	color: #54595F;
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    font-size: 30px;
	margin-bottom: 15px;
}

.popup-locations-grid a{
	font-family: "Barlow Condensed", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    background-color: #3E3E3E;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.popup-window .close-btn{
	font-family: "Barlow Condensed", Sans-serif;
    font-size: 14px;
	border: solid 1px #ccc;
	border-radius: 3px;
	font-weight: 300;
	padding: 7px 12px;
	color: #3E3E3E;
	cursor: pointer;
}

/* BLOG */

.content-box {
    padding: 40px;
    border: solid 1px #eee;
    border-radius: 2px;
    margin: 10px;
    height: 100%;
    transition: ease all 0.2s;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
    position: relative;
    min-height: 240px !important;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.dealer-contact__location{
	display: none !important;
}
.list-top-section .sticky-top-menu{
	bottom: 0 !important;
	top: unset !important;
	border-top: solid 1px #ccc;
}
.scrollToTop {
    bottom: 66px !important;
}


#inv{padding: 0 0 60px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: "Barlow Condensed", 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: "Barlow Condensed", sans-serif !important;
	color: #232323 !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:#232323 !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, #compare-page-print-this, .list-content .list-error-container .info button:not(.login-button) {background:#ea3124 !important; color: #232323 !important;}

.listing-prices__retail-price, span.price{
	color: #ea3124 !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: #232323 !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 {color: #232323 !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: #232323 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #232323 !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: #232323!important; color: #232323!important;}

.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: #232323!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;}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1439px) {
	.categories-grid a{
		width: 33.33333333%;
	}
	
	.custom-hero.flex{flex-wrap: wrap;}
	.custom-hero .expandable-slide, .custom-hero .expandable-slide:hover{
		width: calc(50% - 1px);
	}
}
@media only screen and (max-width:1100px){
	.header > div > nav > ul{
	
    font-size: 15px;
    
	
}
}

@media only screen and (min-width: 1024px) {
	.show-mobile{display: none !important;}
	.location-grid .panel .btn-basic.show-mobile{display: none !important;}
	
}
@media only screen and (max-width: 1023px) {
	
	.hide-mobile{display: none !important;}
	
.column-padding-cpt-locations .btn-basic{
	display: inline-block;
	margin-bottom: 20px;
}
	.header #logoID {
    	width: 13%;
		border-right: none;
	}
	
	.footer #footerlogokroneID img, .footer #footerlogomacdonID img, .footer #footerlogocaseihID img, .footer #footerlogopolarisID img, .footer #footerlogokubotaID img, .footer #footerlogolandprideID img, .footer #footerlogogreatplainsID img, .footer #footerlogocanamID img{
		margin-bottom: 40px !important;
	}

	.menu-click:not(.open) .fa-bars:before{	
		transform: scaleY(0.7);
		display: block;
	}
	.menu-click.open .fa-bars:before{	
    	content: "\f00d";
	}
	.menu-click{
		color: #d11f1f;
		font-size: 36px;
		width: 93px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-right{
		margin-left: auto;
	}
	.header .big-btn{
		
    	font-size: 18px;
    	width: 15% !important;
	}
	.header .big-btn:nth-of-type(4){
    background: #444 !important;
    color: #fff !important;
	}
	.header > div > .drop-list{
		z-index: 100;
		position: absolute;
		top: 100%;
		width: 100%;
		background: #f2f2f2;
		
		font-size: 22px;
		font-family: "Barlow Condensed", Sans-serif;
		font-weight: 500;
		text-align: center;
		text-transform: uppercase;
	}
	.header > div > .drop-list a{
		color: #383838;    
		padding-left: 42px;
		padding-right: 42px;
		padding-top: 6px;
		padding-bottom: 6px;
		display: block;
	}
	.header > div > .drop-list a:hover{
    	background-color: #ea3124;
		color: #fff;
	}
	.location-grid .panel{
		width: 100%;
	}
	
}

@media only screen and (max-width:768px) {
	
	a.finance-button{
	
	top:unset; bottom: 20px; right: 144px;width: 210px;padding: 17px 7px;font-size:16px;}
}

@media only screen and (min-width: 768px) {
	
	.header #logokroneID img, .header #logomacdonID img, .header #logocaseihID img, .header #logopolarisID img, .header #logokubotaID img, .header #logolandprideID img, .header #logogreatplainsID img, .header #logocanamID img{
		max-width: 65% !important;
	}
	
}


@media only screen and (max-width: 767px) {
	.sidebar862-row1 {
		display: flex;
		  flex-direction: column-reverse;
	}
	.sidebar862-row3 {
		display: flex;
		  flex-direction: column-reverse;
	}
	.sidebar862-row5 {
		display: flex;
		  flex-direction: column-reverse;
	}
	
.header .big-btn.search-toggle{
        width: 15% !important;
        line-height: 60px !important;
        margin-left: auto;
}	
.banner{
	min-height: 265px;
}
	.header #logokroneID img, .header #logomacdonID img, .header #logocaseihID img, .header #logopolarisID img, .header #logokubotaID img, .header #logolandprideID img, .header #logogreatplainsID img, .header #logocanamID img{
    	max-width: 200px !important;
		padding: 0 10px !important;
		box-sizing: border-box;
		
	}
	.header #logoID img{
		max-width: unset !important;
	}
.subpage-hero-min{
	padding: unset !important;
	min-height: 240px !important;
}
	
.header-offset{
	content: '';
	display: block;
	height: 169px;
}
	.header > div:nth-of-type(2){flex-wrap: wrap;}
	.header #logoID, .header #logokroneID, .header #logomacdonID, .header #logocaseihID, .header #logopolarisID, .header #logokubotaID, .header #logolandprideID, .header #logogreatplainsID, .header #logocanamID{        
		width: 70%;
        height: 80px;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
}
	.header #logoID img{height: 55px !important; 
        width: unset;}
	.header .big-btn{
		width: 50% !important;
		display: block;
		text-align: center;
		line-height: unset;
		padding: 7px;
		box-sizing: border-box;
	}
	.header .big-btn:nth-of-type(4){
		display: none !important;
	}
	.header #phone-toggle.big-btn.show-mobile{
		font-size: 30px !important;
	}
	.header #phone-toggle.big-btn.show-mobile{
		order: 4;
	}
	.menu-click{
		width: 50%;
	}
	
	.custom-hero .expandable-slide, .custom-hero .expandable-slide:hover{
		width: 100%;
	}
	

	.popup-window{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.popup-locations-grid > div{
		width: 100%;
	}
	
	.location-row{display: flex; flex-wrap: wrap; 
    flex-direction: column-reverse; gap: 20px; }
	.location-single-copy{
		border-left: solid 1px #ccc;
	}
	
	
	.footer .col-row > div{
		width: 100%;
		text-align: center;
	}
	.footer .col-row > div ul i{
		position: relative;
		top: unset;
		left: unset;
		padding-right: 7px;
		font-size: 14px;
	}
	.footer .col-row > div .list-locations, .footer .col-row > div .list-links {
		padding-right: 20px;
	}
	.footer .list-hours li{
		text-align: center;
	}

	.footer .list-links ul, .footer .list-locations ul{
		align-items: center;
		justify-content: center;
	}
	.footer .social-icons{
		justify-content: center;
	}
	
	.multicol p{
		column-width: unset;
	}
	

	.heading-xlg{
		font-size: 36px;
		line-height: 1.1em;
		letter-spacing: 2.9px;
	}
	.heading-default{
		font-size: 28px;
	}
	.heading-lg{
		font-size: 36px;
		letter-spacing: 3.1px;
	}
	.heading-md{
		font-size: 28px;
	}
	.heading-sm, .blog-single .shwidget h2, .blog-single .shwidget h3, .blog-single .shwidget h4, .blog-single .shwidget h5, .blog-single .shwidget h6{
		font-size: 18px;
	}

	.heading-xs, .event-post-content h2{
		font-size: 18px;
	}

	#popuplocationsID .flex{
		gap: 0px;
	}
	#popuplocationsID .heading-xs{
		font-size: 18px !important;
	}
	#popuplocationsID .panel{
		border-bottom: none !important;
	}
	#popuplocationsID .panel:last-of-type{
		border-bottom: solid 1px #ccc !important;
	}
}



@media only screen and (max-width: 400px) {

	a.finance-button{
	
	top: unset; bottom: 20px; right: 148px;width: 210px;padding: 17px 7px;font-size:16px;}
	

	a.inventory-finance-button{top:76.5%;right: 148px;width: 210px;padding: 17px 7px;font-size:16px;}

}





