/*
Theme Name: www.keastenterprises.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
*/


/* ===========================================================
orange: #ff5020 - black: #212121 - dark grey: #9b9da2
light grey: #e9ebee
=========================================================== */


/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
03.01   Mobile Nav
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%;
}

.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;
}

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;
}
.btn-main {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    padding: 15px;
    display: inline-block;
    border: 2px solid #fff;
    cursor: pointer;
    text-align: center;
    max-width: 250px;
    background: #2f353d !important;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.btn-main:hover {
    background: #1e2329!important;
}
.butn-white {
    color: #2f353d;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    max-width: 250px;
    background: #fff !important;
    border: 2px solid #fff;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
.butn-white:hover {
    background: #2f353d!important;
    color:#fff
}

/* ===========================================================
02. Body Styles
=========================================================== */

html {
    overflow-x: hidden !important;
}

body {
    font-family: 'Open Sans', sans-serif;
}


.container-sml {
	width:100%;
	max-width: 800px;
	margin:0 auto;
}

/* ===========================================================
03. Header Structure
=========================================================== */

.mobile-nav-container,
#menu-button,
.nav-icon {
    display: none;
}

.initiallyHidden {
    display: none;
}
.stickey-header {
	position: sticky;
	width: 100%;
	top:0px;
	z-index: 9;
}
#header {
    background: #1b222c;
	width:100%;
}
.utility-nav {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    box-sizing: border-box !important;
}

.utility-nav .wrapper {
    display: flex;
    justify-content: flex-end;
    width: 90%;
}

.utility-social {
    display: flex;
    justify-content: flex-end;
}

.utility-nav ul li {
    display: inline-block;
    margin-left: 10px;
}

.utility-nav a:hover i {
    opacity: 0.6;
}

.utility-nav a i {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.header-bottom-left {
    width:15%;
}
.header-logo {
    display: flex;
    align-items: center;
    margin-right: 25px;
}


.head-logo-cont-1 {
    display: flex;
    gap:40px;
    padding:10px 0;
}

.header-logo h1 img {
    max-width: 325px;
}

.header-bottom {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.header-bottom .wrapper {
    display: flex;
    justify-content: space-between;
    width: 96%;
}

.header-right {
    justify-content: center;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 7px;
    box-sizing: border-box;
}

.header-top-right a {
    color: #fff !important;
    font-size: 13px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-top-right a:hover {
    opacity: 0.6;
}

.utility-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* Header Search */

.header-bottom-right {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.header-bottom-nav {
    height: 100%;
}

.primary {
    height: 100%;
}

.searchbox-icon {
    cursor: pointer;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.searchbox-icon:hover {
    opacity: 0.6;
}

.searchbox-icon i {
    font-size: 22px;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.search-wrap {
    padding:10px 20px!important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #e5e5e5;
    box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px rgba(0,0,0,0.4);
}


.header-search-select {
  height: 100%;
  display: flex;
}

.header-search-select select {
  background: #cacbcc;
  padding: 0 4px;
  font-size: 0.8rem !important;
  height: 100%;
  font-weight: 500;
  border: none;
  box-sizing: border-box !important;
  width: inherit !important;
  color: #545454 !important;
}

.header-search-select option {
  background: #cacbcc;
  color: #545454 !important;
}


/*  */

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.header-search input[type="text"] {
    border: none !important;
}

.header-search-container {
    max-width: 1500px;
	margin: 0 auto;
	width: 100%;
}

.header-search {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

.header-search input[type=text] {
    font-weight: 300;
    font-size: 13px !important;
    color: #2e2e2e !important;
    width: 85%;
    background: #fcfcfc;
    border: none;
}

.header-search ::placeholder {
    font-weight: 300;
    font-size: 13px !important;
    color: #2e2e2e !important;
    /* text-transform: uppercase; */
}

.header-search i:hover {
    color: #a09f9f;
    cursor: pointer;
}

.header-search input:focus {
    outline: none !important;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    caret-color: #c1bfbf;
}

#mobile-form-submit {
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    border-radius: 0!important;
}

#mobile-form-submit:hover {
    background: #d83e1a !important;
}
/* content styles */


.home-hero-slider .slick-dotted {
    margin-bottom: -25px!important;
}
.home-hero-slider .slick-slide, .home-hero-slider .slick-slide > div, .home-hero-slider .slick-slide > div > div, .home-hero-slider .slick-slide > div > div > div {
    height: 100%;   
}
.home-hero-slider .slick-list {
    height: auto!important;
}
.hero-slide-cont-1 {
    width:100%;
    height: 26vw;
    max-height: 600px;
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.hero-slide-info {
    width:24%;
    height: 100%;
    padding:20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
.hero-slide-info h2 {
    font-size: calc(12px + 0.8vw)!important;
    line-height: normal!important;
    margin-bottom:10px!important;
    
}
.hero-slide-info h2 span {
    color:#fff!important;
    font-weight: 700!important;
    line-height: normal!important;
}
.hero-slide-info h3 {
    color:#fff!important;
    font-size: calc(12px + 0.7vw)!important;
    font-weight: 700!important;
    line-height: normal!important;
    margin-bottom:8px;
    
}
.hero-slide-info h3 span {
    color:#fff!important;
    line-height: normal!important;
}
.hero-slide-info p {
    font-size: calc(12px + 0.4vw)!important;
    line-height: normal!important;
}
.hero-slide-info p span {
    color:#fff!important;
    line-height: normal!important;
}
.hero-slide-info p a {
	text-decoration: underline;
	color: #fff;
	font-weight: 600;
}
.hero-slide-info p a:hover {
	text-decoration: none;
}

.hero-slide-img {
    width:76%;
    height: 100%;
    position: relative;
}
.hero-slide-img:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(155deg, rgba(0, 0, 0, 0) 60.01%, rgba(0, 0, 0, 0.6) 97.05%);   
    display: block;
    position: absolute;
}
.hero-slide-img .banner-image {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 2;
    object-fit: contain;
    object-position: center center;
    max-height: 150px;
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.7));
}
.hero-slide-img .hero-slide-desktop {
    display: block;
}
.hero-slide-img .hero-slide-mobile {
    display: none;
}

.home-hero-cont {
    box-sizing: border-box;
    text-align: center;
}

.home-hero-cont h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.home-cat-cont-2 {
    border-bottom:20px solid #e5e5e5;
}
.home-cat-cont-1 {
    padding:0px 0 0px 0;
}
.home-cat-cont-1 .post-container-equipment-categories  {
    width:80%;
    margin:0 auto!important;
    display: flex;
    flex-wrap: wrap;
}
.home-cat-cont-1 .item {
    width:14.2%!important;
}
.home-cat-cont-1 .border-equipment-categories {
    height: 100%;
}
.home-cat-cont-1 a {
   height: 100%;
    padding:5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.home-cat-cont-1 h2{
    font-size: 14px!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2;
}
.home-cat-cont-1 a:hover {
   opacity: 0.7; 
}
.home-testimonial-wrap-1 {
	padding:100px 0;
}
.home-testimonial-cont-1 {
	width:100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}
.testimonial-header-cont-1 {
	width:65%;
	box-sizing: border-box;
	padding:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:rgba(0,0,0,0.7);
	text-shadow: 0 0 10px #000;
}
.testimonial-slider-1 {
	width:35%;
	box-sizing: border-box;
	padding:20px;
	background:#fff;
}
.testimonial-slider-1 .testim-rating {
	color:#E3D300;
}
.testimonial-slider-1 .testim-content-1 {
	padding:10px 0;
	font-size: 18px;
}
.testimonial-slider-1 .testim-name {
	font-size: 18px;
	font-weight: 600;
	padding-bottom:10px;
}
.testimonial-slider-1 .slick-dotted.slick-slider
{
    margin-bottom: 0px;
}
.testimonial-slider-1 .slick-dots {
	position: static;
}
.testimonial-slider-1 .slick-dots li button:before {
	font-size: 14px;
}



.parts-brand-cont-1 .post-container-part-catalog-manufac {
    display: flex;
    flex-wrap: wrap;
}
.border-part-catalog-manufac {
    height: 100%;
}
.parts-brand-cont-1 .item {
    padding:10px!important;
    box-sizing: border-box;
}

.parts-brand-cont-1 .item a {
    padding:15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 220px;
    transition: all 0.3s ease-in-out;
}
.parts-brand-cont-1 .item a.part-pdf-link {
    min-height: auto;
    height: auto;
}
.parts-brand-cont-1 .item a .parts-man-img {
    width: 100%;
    padding-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parts-brand-cont-1 .item a .parts-man-img img {
    width: auto;
    max-width: 100%;
    max-height: 140px;
}
.parts-brand-cont-1 .item a h3 {
    font-size:18px;
    color:#000;
}
.parts-brand-cont-1 .item a:hover {
    opacity: 0.6;
}
.black-btn-pdf {
    color: #fff!important;
    background-color: rgb(27, 34, 44);
    padding: 7px 5px !important;
    text-transform: uppercase;
    font-weight: 600;
    min-height: auto !important;
    height: auto !important;
    margin: 10px 0 20px 0;
    display: inline-block !important;
}
.black-btn-pdf:hover {
    background-color:rgb(47, 53, 61);
}

/* 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%;
}


/* ===========================================================
04. Typography
=========================================================== */

h2,
.list-content .list-title .list-title-text,
h3,
h4,
h5,
h6 {
    text-transform: uppercase !important;
}

h2,
.list-content .list-title .list-title-text {
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
}

h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

h5 {
    font-size: 15px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
    font-weight: 700;
}

.content-section p,
.type-post .entry-content {
    color: #000;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}


strong {
    color: #363636;
    font-weight: 700;
}


/* ===========================================================
05. Links / Buttons
=========================================================== */

a {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-base {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    padding: 15px 10px;
    display: inline-block;
    border: none !important;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    max-width: 250px;
    width:100%;
    margin:10px 0;
    /* margin: 0 auto; */
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.bttn-dark {
    background: #2f353d;
}

.bttn-dark:hover {
    background: #1e2329;
}

.bttn-base:hover i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.bttn-shadow {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
}

.body-link {
    font-size: 18px;
    display: inline-block;
    line-height: 18px !important;
    color: #ff5020 !important;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    margin-bottom: 0 !important;
}

.bttn-arrow i {
    margin: 0 0 0 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* ===========================================================
06. Site Structure
=========================================================== */


.wrapper {
    width: 80%;
    max-width: 1800px;
    margin: 0 auto;
}

.hero {
    position: relative;
    border-bottom:20px solid #e5e5e5
}

/* =============================================================================
Search
============================================================================= */

.inventory-search-menu {
    margin-bottom:25px;
}

.inventory-search-menu nav li {
    color: #939393;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    display: inline-block;
    text-align: center;
    padding: 0 40px;
    border-right: 2px solid #939393;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.inventory-search-menu nav li:last-of-type {
  border-right: none;
}

.inventory-search-menu li.active {
  color: #000;
  font-weight: 500;
}

.inventory-search-menu li.active::after {
  content: '';
  display: block;
  width: 100%;
  background: #000;
  height: 2.5px;
}

.inventory-search-menu li:hover {
  cursor: pointer;
  opacity: 0.6;
}


#quick-search .heading {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.searchBar {
    background: #eeeeee;
    display: block;
    width: 100%;
    color: #777777;
    padding: 15px 0 20px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.searchBar form {
    display: flex;
    justify-content: space-around;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.searchBar label {
    color: #333;
    font-weight: 700;
    text-align: left;
}

.searchBar .column.column-block {
    margin-bottom: 0px;
}

.searchBar select {
    height: 2em;
    font-size: 14px;
    padding: 0 5px;
    background-position: 95% 50%;
    background-size: 9px;
    width: 100%;
}

.searchBar input {
    width: 48%;
    height: 40px;
}

.searchBar input[type=text] {
    padding: 0 5px;
    font-size: 14px;
}

.searchBar input.button {
    height: 40px;
    position: relative;
    background-color: #2f353d;
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.searchBar input.button:hover {
    background-color: #000!important;
}

.searchBar .flex-center {
    align-items: center;
}

.hidden-overlay {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999999;
}

.field-wrapper {
    display: table;
    position: relative;
    width: 78%;
}

.field-wrapper .medium-2_5 {
    width: 27%
}

.hidden {
    display: none;
}


/* Home */

.welcome-photo {
    background: url('/wp-content/uploads/2021/02/RussDianeandGrant.jpg') no-repeat;
    background-position: 50% 22%;
    background-size: cover;
    height: 500px;
}


/* Parts and Service */

a.parts-list-button {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.parts-list-button {
    background-color: #3b4a60;
    background-image: linear-gradient(#c97536, #cf3600);
    padding: 10px;
    display: inline-block;
    width: calc(70% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.catalogs {
    margin-bottom: 25px;
    padding: 10px;
}

.catalogs h4 {
    padding-top: 15px;
    margin-bottom: 20px;
}

.catalogs a {
    color: white;
    background-color: #1b222c;
    padding: 7px 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.type-page,
.fixed-blog,
.site-archive {
    padding: 50px 0;
}
.home-page-styles .type-page {
	padding:0;
}
.service-manager {
    background-image: url('/wp-content/uploads/2021/02/Mike-smith-new.jpg');
    background-size: cover;
    background-repeat: none;
    background-position: 50% 22%;
    width: 400px;
    height: 500px;
}


/* About Page */

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team img {
    width: 100%;
    margin-bottom: 15px;
}

.team-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px;
    box-sizing: border-box;
}

.team-sm img {
    height: auto;
    max-width: 250px;
    width: 100%;
    display: block;
}

/* News Blog */

.blog-container-1 {
width: 80%;
  margin: 0px auto;
  float: none;
}

.blog-categories-cont {
    padding: 55px 0px;
    background: rgb(247, 247, 247);
    text-align: center;
}
.blog-categories-cont ul {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog-categories-cont ul li {
    border-right: 1px solid rgb(193, 191, 191);
}
.blog-categories-cont ul li:last-of-type {
    border-right: 0px;
}
.blog-categories-cont ul li a {
    color: rgb(119, 119, 119) !important;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    margin: 0px;
    text-align: center;
    transition: 0.2s ease-in;
    box-sizing: border-box !important;
    line-height: 27px;    
}
.blog-categories-cont ul li a:hover {
    opacity: 0.6;
}

.blog-list-1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap:30px 20px;
    box-sizing: border-box;
    padding:40px 0;
}
.blog-post-date-author {
    display: flex;
}
.blog-post-date-author .posted-on, .blog-post-date-author .byline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.blog-post-date-author .posted-on a, .blog-post-date-author .byline a {
    display: block !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #777777;
}
.blog-post-date-author .updated {
    display: none;
}
.blog-list-img {
    width:100%;
}
.blog-list-img img {
    width: 100%;
    display: block;
    height: 16vw;
    max-height: 350px;
    object-fit: cover;
    object-position: center; 
}
.blog-post-img {
    padding:10px 0 20px 0;
}
.blog-post-img img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: contain;
    object-position: center; 
}
.blog-header {
    padding-bottom: 40px;
}
.blog-list-head {
    padding-bottom:20px;
}
.blog-post-content {
    padding-bottom: 20px;
}
.blog-post-cont a, .blog-post-content a {
    font-weight: 700;
}
.blog-list-head h1 {
    display: block;
  font-size: 26px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
}

.blog-list-cont-1 {
    width: calc(33.33% - 14px);
    border: 1.5px solid rgb(242, 242, 244);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;
    padding: 10px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-list-cont-1 h2 {
font-size: 26px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  font-family: "Open Sans", sans-serif !important;
    
}

.blog-list-cont-1 .black-btn-pdf {
    max-width: 150px;
    text-align: center;
}

.blog-post-video {
    padding:20px 0;
}
.blog-post-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.blog-container-2 {
    width: 80%;
    margin: 0px auto;
    padding:50px 10px;
}
.blog-bread-crumb {
    padding-bottom:20px;
}
.blog-post-cont {
    padding-top:10px;
    margin-top:10px;
    border-top:1.5px solid rgb(242, 242, 244);
}

/* Blog */


.blog-cont-1 {
    display: flex;
    flex-wrap: wrap;
    gap:30px 20px;
    padding:40px 0;
}
.blog-cont-1 .post {
    width:calc(33.33% - 14px);
    border: 1.5px solid #f2f2f4;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding:10px!important;
    box-sizing: border-box;
}
.blog-shot-info {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-bottom:20px;
}
.blog-shot-info:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);    
}
.post {
    margin-bottom: 55px;
}

.post .entry-content {
    margin-top: 50px;
}

.post .entry-meta {
    margin-top: 20px;
    font-size: 14px;
}

.type-post {
    padding: 25px;
    /* background: #ededed; */
}

.blog-bread-c {
    width:80%;
    margin:0 auto;
    padding-bottom:10px;
}

.blogstripe {
    border: none !important;
}
.blog-page-single #blogtitle, .blog-page-single .entry-header {
    width:80%;
    margin:0 auto;
}
.blog-page-single h2.entry-title {
    display: none;
}
.blog-page-single h1.entry-title {
    display: block;
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    font-family: "Open Sans", sans-serif !important;
    text-transform: uppercase;
}
.blog-cont-1 h2.entry-title {
    display: block;
}
.blog-cont-1 h1.entry-title {
    display: none;
}
.meta-inner {
    display: flex;
}

.posted-on {
    padding-right: 25px;
    border-right: 1px solid #cccccc;
    margin-right: 25px;
}

.byline,
.posted-on,
.cat-links {
    text-transform: uppercase;
    color: #9b9da2;
    font-size: 11px;
}

.cat-links .tag {
    font-weight: 600;
    color: #777777;
}

.meta-inner a[rel="bookmark"],
.meta-inner .author a {
    display: block !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #777777;
}

.meta-inner .updated {
    display: none;
}

.type-post .entry-content img {
    /* margin: 40px auto;
    display: block; */
}

.type-post .entry-content ul {
    margin: 40px;
}

.type-post .entry-content h3 {
    margin-top: 40px;
}

.type-post .entry-content ul li {
    list-style-type: none;
    padding: 10px;
}

.type-post .entry-content ul li:nth-of-type(odd) {
    background: #eeeeee;
}

.entry-content {
    width: 80%;
    margin: 0 auto;
}
.home-page-styles .entry-content {
    width: 100%;
}
.entry-content-1 {
    width: 80%;
    margin: 0 auto;
    float: none;
}


.post-container-employee-information, .border-employee-information {
    border: 0px solid #f2f2f4!important;
    border-bottom: 0px solid rgba(0,0,0,0.09)!important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.05)!important;
}



/* Contact */

.map-responsive iframe {
    -webkit-box-shadow: 0px 7px 15px -4px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 7px 15px -4px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 7px 15px -4px rgba(0, 0, 0, 0.23);
}

.contact-bottom {
    align-items: center;
}

.contact-bottom .logo {
    max-width: 300px;
}


/* Privacy */

.privacy h1 {
    color: #1b222c;
    border-bottom: 2px solid #1b222c;
    width: 100%;
}

.privacy h2 {
    text-transform: uppercase;
    color: #de4e00;
    font-size: 18px;
    font-weight: 600;
}

.privacy li a:hover {
    color: #3a424c;
}

.privacy li a {
    color: #de4e00;
}


/* Location */

.our-location {
    background: #f7f7f7;
    background-size: cover;
}

.our-location .wrapper {
    align-items: center;
}

.location-container,
.shadow {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
}

.location-container {
    width: 100%;
    background: #4e5c70;
    color: #fff;
    padding: 50px;
}

.location-container a {
    color: #fff;
}

.location-container form,
.location-container h3,
.location-info {
    margin-bottom: 50px;
}

.location-container .col-6:last-of-type {
    padding-left: 50px!important;
}

.location-info,
.location-bottom {
    justify-content: space-between;
}

.location-container p {
    color: #fff;
}

.location-container li b {
    margin-right: 20px;
}

.location-container span {
    margin-left: auto;
    width: auto;
    font-weight: 500;
}

.location-container li {
    display: flex;
}

.location-container li {
    padding: 10px 15px;
}

.location-container li:nth-of-type(odd) {
    background: #3f4c5f
}

.location-container ul {
    width: 100%;
}

.location-container .phone b {
    margin-right: 20px;
}

.location-container .bttn-container {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.contact-location .body-link {
    display: block !important;
}


/* Financing Inventory Banner */

.financing-banner .team-sm p {
    font-size: 12px;
}

.financing-banner .team-sm p strong {
    font-size: 16px;
}

.financing-banner {
    padding: 25px;
}

.financing-banner img {
    height: 240px;
}

.financing-banner div {
    display: flex;
    flex-direction: column;
}

.financing-banner .bttn-container {
    display: flex;
    justify-content: flex-end;
}


/* brands slider */

div#n2-ss-4 .n2-ss-slide {
    background-color: transparent !important;
}

div#n2-ss-4 .n2-ss-slider-2 {
    background-color: transparent !important;
}


.brand-slider-1 .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brand-slider-1 .slick-slide {
    padding:10px 20px!important;
    box-sizing: border-box;
}
.brand-slider-1 .slick-slide img {
    max-width: 100%;
    max-height: 80px;
    margin:0 auto;
}
.brand-slider-1 .slick-dots {
    display: none!important;
}
.brand-slider-1 .slick-slide .item > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-slider-1 .slick-next {
    width: 30px!important;
    height: 29px!important;
    top: 40% !important;
  right: -30px !important;
}
.brand-slider-1 .slick-prev {
    width: 30px!important;
    height: 29px!important;
    top: 40% !important;
  left: -30px !important;
}
.brand-slider-1  .slick-prev::before, .brand-slider-1 .slick-next::before {
    font-size: 30px!important;
    opacity: 1.0!important;
}

.brand-page-cont-1 .post-container-equipment-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}
.brand-page-cont-1 .post-column-equipment-brands {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px !important;
    box-sizing: border-box;
    gap:5px;
}
.brand-page-cont-1 .column-padding-equipment-brands {
    width:16.66%;
}
.brand-page-cont-1 .post-div-equipment-brands-brand_logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.brand-page-cont-1 .post-div-equipment-brands-brand_logo img {
    max-height: 80px;
    max-width: 100%;
    margin:0 auto;
    display: block;
}

.brand-page-cont-1 .post-column-equipment-brands .post-no-column-equipment-brands:nth-of-type(2), .brand-page-cont-1 .post-column-equipment-brands .post-no-column-equipment-brands:nth-of-type(3) {
    flex-grow: 1;
}

.brand-page-cont-1 .post-div-equipment-brands-in_stock_link a:before {
    content:"In-Stock";
}
.brand-page-cont-1 .post-div-equipment-brands-showroom_link a:before {
    content:"Showroom";
}
.post-div-equipment-brands-in_stock_link, .post-div-equipment-brands-showroom_link {
    height: 100%;
}
.brand-page-cont-1 .post-no-column-equipment-brands a {
    color: #fff!important;
    background-color: rgb(27, 34, 44);
    padding: 7px 5px !important;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width:100%;
}
.brand-page-cont-1 .post-no-column-equipment-brands a:hover {
    background-color:rgb(47, 53, 61);
}

/* Categories */

.flex-container {
    justify-content: center;
    flex-wrap: wrap;
}

.flex-card a span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.flex-card a h2 {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    font-size: 22px !important;
    text-transform: capitalize !important;
    text-shadow: 2px 2px #000;
    margin-bottom: 0;
}

.flex-card a h2 strong {
    display: block;
    font-weight: 800;
}

.flex-card a:hover {
    opacity: 1;
}

.flex-card a .overlay {
    background: rgba(0, 0, 0, .30);
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.flex-card {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 0;
    height: 200px;
    margin: 5px;
    width: 22%;
}

.cta24 {
    background-image: url("/wp-content/uploads/2021/03/All.jpg");
}

.cta-auction {
    background-image: url("/wp-content/uploads/2021/03/Auctions-Photo.jpg");
}

.cta1 {
    background-image: url("/wp-content/uploads/2021/03/farm-attachment.jpg");
}

.cta2 {
    background-image: url("/wp-content/uploads/2021/03/construction-attachment.jpg");
}

.cta3 {
    background-image: url("/wp-content/uploads/2021/03/bale-transporter.jpg");
}

.cta4 {
    background-image: url("/wp-content/uploads/2021/03/augers.jpg");
}

.cta-crop-shredders {
    background-image: url("/wp-content/uploads/2021/03/crop-shedders.jpg");
}

.cta-harvest {
    background-image: url("/wp-content/uploads/2021/03/Ditchers.jpg");
}

.cta5 {
    background-image: url("/wp-content/uploads/2021/03/feed-grinder.jpg");
}

.cta6 {
    background-image: url("/wp-content/uploads/2021/03/feed-mixer.jpg");
}

.cta7 {
    background-image: url("/wp-content/uploads/2021/03/forage-wagon.jpg");
}

.cta8 {
    background-image: url("/wp-content/uploads/2021/03/fuel-tank.jpg");
}

.cta-gps {
    background-image: url("/wp-content/uploads/2021/03/gps-precision.jpg");
}

.cta21 {
    background-image: url("/wp-content/uploads/2021/03/grain-cleaning.jpg");
}

.cta-grain-storage {
    background-image: url("/wp-content/uploads/2021/03/grain-storage.jpg");
}

.cta9 {
    background-image: url("/wp-content/uploads/2021/03/grain-vacs.jpg");
}

.cta11 {
    background-image: url("/wp-content/uploads/2021/03/harrows.jpg");
}

.cta10 {
    background-image: url("/wp-content/uploads/2021/03/manure-spreaders.jpg");
}

.cta-planting-equipment {
    background-image: url("/wp-content/uploads/2021/03/planting-equipment.jpg");
}

.cta12 {
    background-image: url("/wp-content/uploads/2021/03/rock-vac.jpg");
}

.cta13 {
    background-image: url("/wp-content/uploads/2021/03/scraper.jpg");
}

.cta14 {
    background-image: url("/wp-content/uploads/2021/03/seed-tenders.jpg");
}

.cta22 {
    background-image: url("/wp-content/uploads/2021/03/sprayer.jpg");
}

.cta-tanks {
    background-image: url("/wp-content/uploads/2021/03/tanks.jpg");
}

.cta15 {
    background-image: url("/wp-content/uploads/2021/03/tillage.jpg");
}

.cta18 {
    background-image: url("/wp-content/uploads/2021/03/tractors-combines-new.jpg");
}

.cta20 {
    background-image: url("/wp-content/uploads/2021/03/tub-grinders.jpg");
}

.cta19 {
    background-image: url("/wp-content/uploads/2021/03/vegetation.jpg");
}

.flex-card a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.flex-card a:hover .overlay {
    background: rgba(226, 68, 0, .70);
}


/* Categories Top Bar // Blog */

.nav-categories ul {
    display: flex;
    justify-content: center;
}

.topbar-categories {
    text-align: center;
}

.nav-categories li {
    border-right: 1px solid #c1bfbf;
}

.nav-categories li:last-of-type {
    border-right: none;
}

.cat-link a {
    color: #777 !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    margin: 0;
    text-align: center;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    box-sizing: border-box !important;
    line-height: 27px;
}

.cat-link a:hover {
    opacity: 0.6;
}

.back-bttn {
    background: none !important;
    border: none !important;
    color: #999 !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 20px 0 0;
}


/* Override for inventory font awesome icons */

.fa-youtube-square:before {
    content: "\f431" !important;
}

.fa-linkedin:before {
    content: "\f08c" !important;
}

.bv-form input,
.bv-form textarea {
    background: #f7f7f7;
    border: none !important;
}

.bv-form textarea {
    height: 300px;
}

.bv-form input[type="email"],
.bv-form input[type="text"],
.bv-form input[type="phone"] {
    height: 40px;
}

.bv-form input[name="your-name"],
.bv-form input[name="phone"] {
    width: 98%;
}

.bv-form h1 {
    display: none;
}

.btn,
.btn-success {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    padding: 15px 60px;
    display: inline-block;
    border: none !important;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    max-width: 250px;
    background: #2f353d !important;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.btn:hover,
.btn-success:hover {
    background: #1e2329;
}


/* ===========================================================
07. Footer Structure
=========================================================== */

.footer {
    padding: 50px!important;
    background-color: #1b222c;
    color: #fff;
}



.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer-nav li a:hover {
    opacity: 0.6;
}

.footer h6 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.footer-logo {
    max-width: 200px;
}


/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
    margin-right: 20px;
}

.margin-right-md {
    margin-right: 40px;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: calc(100%/6);
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}


.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.flex-column {
    flex-direction: column !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.space-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.pd-top-sm {
    padding-top: 30px;
}

.pd-top-lg {
    padding-top: 100px;
}

.pd-btm-lg {
    padding-bottom: 100px;
}

.pd-btm-md {
    padding-bottom: 55px;
}

.pd-btm-sm {
    padding-bottom: 30px;
}

.pd-md {
    padding: 55px 0;
}

.pd-tb-md {
    padding: 55px 0;
}

.pd-sm {
    padding: 25px;
}

.pd-lg {
    padding: 100px 0;
}
.col-align-middle {
	display: flex;
	flex-direction: column;
	justify-content:center;
}
.pd-r-md {
    padding-right: 55px !important;
}

.m-t-sm {
    margin-top: 30px;
}

.m-t-md {
    margin-top: 55px;
}

.m-tb-lg {
    margin: 100px 0;
}

.m-t-lg {
    margin-top: 100px !important;
}

.m-b-sm {
    margin-bottom: 30px;
}

.m-b-md {
    margin-bottom: 55px;
}

.mg-btm-0 {
    margin-bottom: 0 !important;
}

.text-center {
    text-align: center;
}

.nopadding {
    padding: 0 !important;
}

.grey {
    color: #565656;
}

.light-grey {
    color: #9b9da2;
}

.dark-grey {
    color: #212121 !important;
    font-weight: 700;
}

.white {
    color: #fff;
}

.light-grey-bg {
    background: #f7f7f7;
}

.white-bg {
    background: #fff;
}


/* ===========================================================
10. Inventory Styles
=========================================================== */

.inventory-links p {
	line-height: 1;
	margin:0;
}
.inv-banner-wrapper {
	padding-top:55px;
}
.inv-banner-wrapper img {
	margin:0 auto;
	display: block;
}

#primary {
    box-sizing: border-box !important;
}

.container {
    width: inherit !important;
}

.list-content .list-title .list-listings-count {
    font-size: 15px !important;
}

.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .list-sort-order-select {
    font-size: 13px !important;
}

.faceted-search-field {
    overflow-x: hidden;
}

.faceted-search-field i {
    transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
}

.list-content .list-title {
    padding: 15px 0;
    font-size: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    border-bottom: none;
}

.list-content .list-title .list-listings-count {
    margin-left: 3px !important;
}

.list-content {
    margin: 0 auto;
    max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
    background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
    background: #fff !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
    height: 30px;
    line-height: 30px;
}

.list-content {
    max-width: 100% !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
    padding: 12px !important;
}

.search-mobile input[type="text"] {
    padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.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,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
    background: #ff5020 !important;
    border: none;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
    background: #ff5020 !important;
    color: #fff;
    font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
    background: #efefef;
    font-weight: 400;
    border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
    margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
    margin: 25px 0 5px;
    color: #141416 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover,
.print-this:hover,
.email-this:hover {
    background: #d83e1a !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
    color: #ff5020;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #ff5020 !important;
    border: 1px #ff5020 solid !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    color: #d83e1a;
    border: 1px #d83e1a solid;
}

.white-bg .container {
    width: 100% !important;
}

.section-head {
    width: 100%;
}

.list-content .list-title {
    display: block;
    margin: 0;
}

.list-content .list-title .list-title-text {
    display: block;
    width: 100%;
}

.print-this,
.email-this {
    background: #ff5020 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
    text-align: center !important;
    transition: 0.3s !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: none !important;
}

.list-content .print-this:hover,
.list-content .email-this:hover {
    background: #73c3eb !important;
}

.list-content .list-main-section .list-container .list-listing {
    /* background: #f2f2f2; */
    padding: 15px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.list-container-flexrow .price-container .price {
    margin-left: 0;
    color: #ff5020;
}

body .noUi-connect {
    background: #dddddd;
}

body .noUi-handle {
    background: #ff5020;
}

.noUi-handle {
    border: none;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: none;
}

.faceted-section-head i {
    color: #ff5020 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #3a658e;
    display: inline-block;
    margin: 10px 0 0 10px;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 6px !important;
    display: inline-block;
    border: none !important;
    color: #fff;
    background: #ff5020;
    border-radius: 0 !important;
    cursor: pointer;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
    font-weight: 400;
    font-size: 12px;
}

.detail-content {
    margin: 0 auto;
    max-width: 1124px;
    padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
    font-size: 11px !important;
    line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.listing-widgets a {

    border-radius: 0 !important;

    transition: all 0.3s ease-in;

}

.listing-widgets a:hover {
    background-color: #cccccc !important;
}

.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.list-content .list-listing-mobile .video-chat-link {
    height: 40px;
}

.list-content .list-main-section .list-container .list-listing {
    margin-top: 26px !important;
}

.modal-form-el input {
    background: #efefef;
}

.list-content .list-main-section .list-container .list-error a {
    text-decoration: none !important;
}

.out-of-stock {
    background: #efefef;
    padding: 25px;
}

.button {
    background-color: #ff5020;
}

#part-detail-content .part-detail-additional-data .data-row .data-label {
    background-color: #ff5020 !important;
}

.contact-options a,
.fin-calc-mobile>a {
    background-color: #ff5020 !important;
}

.detail-contact-bar .contact-bar-btn {
    background: #ff5020 !important;
}


/* Large Devices, Wide Screens */


@media only screen and (max-width: 1450px) {
    .home-cat-cont-1 .post-container-equipment-categories  {
        width:90%;
    }

}

@media only screen and (max-width: 1390px) {

}

@media only screen and (max-width: 1320px) {
    .wrapper {
        width: 90%;
    }
    .blog-cont-1 .post {
        width:calc(50% - 10px);
    }
    .brand-page-cont-1 .column-padding-equipment-brands {
        width:20%;
    }
    .blog-list-cont-1 {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 1200px) {
    .location-info {
        flex-direction: column;
    }
    .home-cat-cont-1 .item  {
        width: 16.6% !important;
    }
}

@media only screen and (max-width: 1023px) {
    
    .hero-slide-cont-1 {
        min-height: 600px;
        height: 70vh;
        max-height: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-slide-info {
        width: 100%;
        order: 2;
        height: 40%;
        padding: 20px 20px 50px 20px;
    } 
    .hero-slide-img {
        width: 100%;
        order: 1;
        max-height: auto;
        min-height: auto;
        height: 60%;
    }
    .hero-slide-img .hero-slide-desktop {
        display: none;
    }
    .hero-slide-img .hero-slide-mobile {
        display: block;
    }
    .banner-logo {
        width: 40%;
        right: 40px;
        padding: 0px 10px;
        max-width: 200px;
        max-height: 55px;
        object-position: center right;
    }
    .hero-slide-img:after {
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 24.77%);
    background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 24.77%);
    background-image: -o-linear-gradient(90deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 24.77%);
    background-image: linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 24.77%);
    }
}


@media only screen and (min-width: 786px) and (max-width: 952px) {
    .has-search-bar {
        width: calc(66% - .75%) !important;
        float: left;
    }
}

@media only screen and (max-width:1078px) {
    #header {
        width: 100%;
        z-index: 10;
    }

    .product-card-outer .shadow {
        bottom: -11px;
    }

    .header-logo {
        padding: 0;
        margin-left: 25px;
        position: relative;
    }


    .header-bottom {
        
    }

    .header-bottom .wrapper {
        width: 100%;
    }

    .header-bottom-left {
        flex-wrap: nowrap;
        width: 100%;
		max-width: 200px;
        display: flex;
        padding:15px 0;
        justify-content: space-between;
    }
    .head-logo-cont-1 a  {
        width:80%;
    }
    .head-logo-cont-1 div  {
        width:10%;
    }

    .header-bottom-left .flex {
        justify-content: flex-end;
    }

    .header-bottom-right {
        flex-direction: row-reverse;
        height: 100%;
        padding-bottom: 0;
    }

    .utility-nav,
    .header-top-right {
        display: none;
    }

    .searchbox-icon {
        width: 60px;
    }

    .nav-icon {
        height: 100%;
        width: 60px;
        cursor: pointer;
        display: flex !important;
        justify-content: center;
        align-items: center;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .nav-icon:hover {
        opacity: 0.6;
    }

    .nav-icon i,
    .searchbox-icon i {
        color: #eeeeee;
        font-size: 24px;
    }

    .mobile-nav-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #menu-button {
        box-sizing: border-box !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: #eeeeee;
        padding: 0 20px;
        height: 100%;
        transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        cursor: pointer;
    }

    #menu-button:hover {
        background: #cecece;
    }

    #menu-button i {
        font-size: 26px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        color: #1b222c;
    }

    #menu-button span,
    .mobiletitle,
    .social-media {
        display: none !important;
    }

    .flex-card {
        width: 30%;
    }
    .brand-page-cont-1 .column-padding-equipment-brands {
        width:25%;
    }
}

@media only screen and (max-width: 900px) {
    .location-container {
        flex-direction: column-reverse;
    }

    .location-container .col-6 {
        width: 100%;
    }

    .location-container .col-6:last-of-type {
        padding-left: 0!important;
    }

    .location-map {
        margin-top: 50px;
    }
    .home-cat-cont-1 .item  {
        width: 20% !important;
    }
	.testimonial-header-cont-1 {
		width:100%;
	}
	.testimonial-slider-1 {
		width:100%;
	}
}

@media only screen and (max-width: 850px) {}

@media only screen and (max-width: 800px) {

    .contact-bottom,
    .service-bottom {
        flex-direction: column;
    }

    .service-bottom .col-4 {
        margin-bottom: 50px;
    }

    .service-bottom .col-4,
    .service-bottom .col-8 {
        width: 100%;
    }

    .blog-cont-1 .post {
        width:100%;
    }
    .home-cat-cont-1 .item  {
        width: 25% !important;
    }
    .brand-page-cont-1 .column-padding-equipment-brands {
        width:33.33%;
    }
}

@media only screen and (max-width: 768px) {
    .footer-nav {
        margin-bottom: 50px;
    }

    .footer-nav li {
        line-height: 21px;
    }

    .flex-card {
        width: 46%;
    }

    .bv-form input[name="your-name"],
    .bv-form input[name="phone"] {
        width: 100%;
    }
        .home-cat-cont-1 .item  {
        width: 25% !important;
    }
    .entry-content {
        width: calc(100% - 30px);
    }
    .blog-list-cont-1 {
        width:100%;
    }
    .blog-list-img img {
        height: auto;
    }
	

}

@media only screen and (max-width: 700px) {
    .searchBar form {
        flex-direction: column;
    }

    .searchBar input {
        width: 100%;
        margin-bottom: 10px;
    }

    .location-container {
        padding: 20px;
    }

    .type-post {
        padding: 0;
    }

    .nav-categories ul {
        display: flex;
        flex-direction: column;
    }

    .nav-categories li {
        border-right: none !important;
    }

    .cat-link a {
        font-size: 14px;
    }

    .topbar-categories {
        margin-bottom: 50px;
    }
    .home-cat-cont-1 .item  {
        width: 33.33% !important;
    }
}

@media only screen and (max-width: 650px) {
    
    .brand-page-cont-1 .column-padding-equipment-brands {
        width:50%;
    }
    
}

@media only screen and (max-width: 600px) {

    .nav-icon i,
    .searchbox-icon i {
        font-size: 20px;
    }

    .nav-icon,
    .searchbox-icon {
        width: 46px;
    }

    .header-bottom-right {
        flex: 50%;
        justify-content: flex-start;
    }

    h2,
    .list-content .list-title .list-title-text {
        font-size: 26px;
        line-height: 26px;
    }

    .welcome-photo {
        max-height: 300px;
    }
.inventory-search-menu nav li {
    font-size: 0.9rem;
    letter-spacing: 0;
    padding: 0 20px;
}
    .home-cat-cont-1 h2 {
    font-size: 13px!important;

    }
    .home-cat-cont-1 .item {
        width: 50% !important;
    }

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .footer-nav li {
        font-size: 11px;
    }

    .header-bottom-right {
        flex: 50%;
        justify-content: flex-start;
    }

    .welcome-photo {
        max-height: 300px;
    }

    .nav-icon i,
    .searchbox-icon i {
        font-size: 18px;
    }

    .nav-icon,
    .searchbox-icon {
        width: 35px;
    }

    h2,
    .list-content .list-title .list-title-text {
        font-size: 26px;
        line-height: 26px;
    }


#menu-button {
    padding: 0 13px;
}
    .hero-slide-info {
        padding: 10px 15px 40px 15px;
    } 
    .hero-slide-info h2 {
        font-size: calc(12px + 1.0vw)!important;
        margin-bottom: 5px !important;
    }
    .hero-slide-info h3 {
        font-size: calc(12px + 0.8vw)!important;
        margin-bottom: 3px !important;
    }
    .hero-slide-info p {
        font-size: calc(12px + 0.7vw)!important;
    }
    .hero-slide-info .butn-white {
        padding:8px 15px;
    }
    .home-hero-slider .slick-dotted {
        margin-bottom: 0px!important;
    }
	.type-page,
	.fixed-blog,
	.site-archive {
		padding:20px 0 50px 0;
	}

}

@media only screen and (max-width: 400px) {
.brand-page-cont-1 .column-padding-equipment-brands {
        width:100%;
    }
}



