/*
Theme Name: 
Theme URI: /themes//
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/
/*--------------------------------------------------------------
## Editor class styles
--------------------------------------------------------------*/
.greenlinks > a {
        color: rgb(40, 127, 62) !important; 
}

.greenlinks > span > a {
        color: rgb(40, 127, 62) !important; 
}

.row>* {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}

nav.primary a {
    text-decoration: none !important;
}

ul.menu-primary a {
    text-decoration: none !important;
}

div#header div.navbar {
    padding: 0px !important;
}

#searchterm {
    border-radius: 0px !important;
}

#searchsubmit {
    border-radius: 0px !important;
}

div.quarter select,
input {
    border-radius: 0px !important;
}

#btnSearch {
    border-radius: 0px !important;
}

a {
    color: grey;
}

@media only screen and (min-width : 1000px) {
    #headcontact {
        width: 44% !important;
    }

    #headsearch {
        width: 300px;
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (min-width : 479px) {
    .headlinks img {
        display: inline !important;
    }

    .topbarright {
        display: flex;
    }

}

@media only screen and (min-width : 800px) {
    #invsearchform #btnSearch {
        width: 23% !important;
    }
}

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.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%;
}

.navbar {
    background: #287f3e;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.nav>li {
    text-transform: uppercase;
    border-left: 1px solid #fff;
}

.nav>li:last-child {
    border-right: 1px solid #fff;
}

.menu {
    margin: 0 auto;
    text-align: center;
}

.menu li {
    width: auto !important;
    padding-right: 6%;
    display: inline-block;
    border-left: 1px solid #fff;
}

.menu li:last-child {
    padding-right: 0 !important;
}

.menu li>a {
    color: #000;
    font-size: 16px;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
    color: orange;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.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;
}

img {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Content Grid
--------------------------------------------------------------*/
.wrapper {
    width: 96%;
    margin: 0 auto;
    max-width: 1720px;
}

.clear {
    clear: both;
}

#internal {
    padding: 2%;
}

#internal img {
    max-width: 100%;
}

.pageheader {
    padding-top: 2%;
}

/*--------------------------------------------------------------
## Base Fonts
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #287f3e;
    margin: 0;
}

h1 {
    font-size: 36px;
    padding-bottom: 2%;
    line-height: 1.5em;
}

h2 {
    font-size: 30px;
    padding-bottom: 1.5%;
    line-height: 1.4em;
}

h3 {
    font-size: 26px;
    padding-bottom: 1%;
    line-height: 1.3em;
}

h4 {
    font-size: 24px;
    padding-bottom: 0.5%;
    line-height: 1.2em;
}

h5 {
    font-size: 20px;
    padding-bottom: 0;
    line-height: 1.1em;
}

h6 {
    font-size: 18px;
    padding-bottom: 0;
    line-height: 1em;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding-bottom: 2%;
    line-height: 1.3em;
    font-weight: 400;
    color: #525252;
    margin: 0;
}


/*--------------------------------------------------------------
## Header / Navigation
--------------------------------------------------------------*/
.topbar {
    background: #287f3e;
    padding: 5px 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    height: 50px !important
}

.topbarleft {
    float: left;
}

.topbarleft a {
    float: left;
    margin-right: 20px;
    color: #fff;
    margin-top: 3px;
}

.topbarright {
    float: right;
    text-align: right;
}

.topbarright a {
    float: right;
    color: #fff;
    margin-left: 8px;
    margin-top: 3px;
}

.headwrap {
    padding: 20px 0;
    background: #fff;
}


#headlogo a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    max-width: 65%;
}

.dealerlogo {
    margin-left: 20px;
}

.social-icons {
    display: inline-block;
    vertical-align: top;
}

#headcontact {
    float: right;
}

#headcontact p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-left: 2%;
}

#headcontact p strong {
    color: #287f3e;
    font-size: 16px;
}

#headcontact p a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

#headcontact p a:hover {
    color: #287f3e;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.headlinks {
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: middle;
    background: #287f3e;
    text-align: center;
    width: 48%;
    padding: 5px 0;
    height: 40px;
    margin: 2px 0px
}

.headlinks p {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
}

.headlinks p span {
    font-size: 0.8em;
}

.headlinks:hover {
    background: #000;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}


#headsearch .form-group {
    margin: 0 !important;
}

#headsearch form input {
    display: inline !important;
    padding: 3px 5px !important;
    height: 25px !important;
    border: 1px solid #287f3e !important;
}

#searchterm {
    width: 70% !important;
}

#searchsubmit {
    width: 30% !important;
    background: #f5eb17 !important;
    color: #287f3e !important;
    font-size: 11px;
    line-height: 1.475 !important;
}

#searchsubmit:hover {
    background: #000 !important;
    color: #fff !important;
}

/*--------------------------------------------------------------
## Sidebar pop-outs
--------------------------------------------------------------*/
.side {
    background: #fff;
    position: fixed;
    z-index: 9999999999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

#marketTab,
.side {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

#marketTab,
#weatherTab {
    display: block;
    height: 73px;
    width: 49px;
    position: absolute;
    left: -49px;
    top: 0;
}

#markets {
    z-index: 99999999;
    cursor: pointer;
}

#weather {
    z-index: 999999;
    cursor: pointer;
}

#markets {
    width: 300px;
    height: 520px;
    top: 40px;
    right: -300px;
}

#marketTab {
    background: url(/wp-content/uploads/2019/07/markets.jpg);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

#weather {
    width: 610px;
    height: 350px;
    top: 120px;
    right: -610px;
}

#weatherTab {
    background: url(/wp-content/uploads/2019/07/weather.jpg);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}


/*--------------------------------------------------------------
## 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%;
}

/*--------------------------------------------------------------
## Home Page Layout
--------------------------------------------------------------*/
#sidebar7-quicklinks {
    text-align: center;
}

.homelinks p {
    display: none;
}

.linkbox p {
    display: block;
}

.linkbox {
    height: 200px;
    width: 25%;
    float: left;
    border: 1px solid #fff;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.linkbox img {
    max-width: 100%;
}

.linktitler {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 4%;
}

.linktitler p {
    color: #fff;
    font-weight: 700;
    padding: 0;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    text-align: center;
}

.linktitler p span {
    display: block;
}

.linkbox:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.linkbox:hover>.overlay {
    background: rgba(0, 0, 0, 0.1);
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

#sidebar7-welcomeleft {
    padding: 3% 0 3% 5% !important;
}

#sidebar7-welcomeleft h2 {
    font-family: 'Courgette', cursive;
    padding: 0;
    line-height: 1em;
    color: #525252;
}

#sidebar7-welcomeleft h1 {
    padding-bottom: 1%;
}

#sidebar7-welcomeleft h4 {
    font-family: 'Courgette', cursive;
    color: #287f3e;
}

.linkbutton {
    background: #287f3e;
    text-align: center;
    padding: 10px 0;
    width: 350px;
    margin-right: 2%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.linkbutton p {
    color: #fff;
    font-weight: 700;
    padding: 0;
    line-height: auto;
}

.linkbutton p span {
    font-size: 0.8em;
}

.linkbutton:hover {
    background: #000;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.linkbutton-sml {
    background: #287f3e;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    margin: 5px 5px;
}

button:not([class*="Mui"]).linkbutton-sml {
    background: #287f3e;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    margin: 5px 5px;
    font-weight: bold;

}

.linkbutton-sml p {
    color: #fff;
    font-weight: 700;
    padding: 0;
    line-height: auto;
}

.linkbutton-sml p span {
    font-size: 0.8em;
}

.linkbutton-sml:hover {
    background: #000;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

#sidebar7-welcomeright {
    text-align: center;
    padding: 3% 5% 3% 3% !important;
}

#sidebar7-welcomeright img {
    max-width: 100%;
}

#sidebar7-brandbarleft {
    padding: 1% 0 1% 5% !important;
    text-align: center;
    height: 140px;
}

.brandlogo {
    width: 45%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.brandlogo img {
    max-width: 100%;
    padding-left: 20px;
}

.companybrand img {
    padding-right: 20px;
    padding-left: 0;
    border-right: 1px solid #000;
}

#sidebar7-brandbarright {
    background: #000;
    padding: 30px 5% 31px 0 !important;
    height: 140px;
}

#sidebar7-brandbarcenter {
    background: #000;
    padding: 35px 0 35px 2% !important;
    height: 140px;
}

#sidebar7-brandbarcenter h1,
#sidebar7-brandbarcenter h3 {
    color: #fff;
    line-height: 1em;
}
.midland-hero-center{
	display: flex;
	height: 100%;
	align-items:center;
	padding: 80px;
	box-sizing: border-box;
flex-wrap: wrap;
	align-content: center;
}
.herotext{
  font-family: 'Montserrat', sans-serif;
    font-size: 54px;
	color: #fff;
	text-transform: uppercase;
		line-height: 42px;

}
.herotext span{
  font-family: 'Montserrat', sans-serif;
    font-size: 40px;
	color: rgb(40, 127, 62);;
	text-transform: uppercase;
	width: 100%;
	display: block;
	    text-shadow: -3px 4px 5px #000000;
	line-height: 42px;
}
.herologoimg{padding-top: 15%!important;}
/*--------------------------------------------------------------
## Inventory
--------------------------------------------------------------*/
.hosted-content h1 {
    padding: 0 !important;
    font-size: 24px !important;
}

.hosted-content h2 {
    padding: 0 !important;
    font-size: 22px !important;
}

.hosted-content h3 {
    padding: 0 !important;
    font-size: 20px !important;
}

.currency-capital-price-container img,
.legal p {
    display: none;
}

/*.cf{width:96%;margin:0 auto;max-width:1720px;}*/
.hosted-content .btn {
    background: #287f3e;
}

.options {
    margin-top: 2%;
}

.scrolling-wrap {
    width: 100%;
    height: 130px;
    overflow: hidden;
    padding: 20px 0;
    background: #287f3e;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.row {
    overflow: visible !important;
}

.row:nth-child(even) {
    background: none !important;
}

.information-box .row:nth-child(even) {
    background: #ebebeb !important;
}

/* GUSS SHOWROOM PAGE */
.flex-guss {
    display: flex;
    justify-content: space-between;
}

.left-area {
    width: 55%;
    margin: 2% 2%;
    display: flex;
    flex-direction: column;
}

.fixed-right-area {
    width: 38%;
    padding: 1%;
    height: 110vh;
    min-height: 500px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}

.fixed-right-area img {
    max-width: 200px !important;
    width: 100%;
}

/*--------------------------------------------------------------
## Meet Our Staff Pages
--------------------------------------------------------------*/
.width-80 {
    width: 80%;
    margin-left: 10%;
}

.staff-member {
    margin: 2% 1%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.staff-member .img-left {
    padding: 10px 0;
    width: 100%;
}

.staff-member .img-left img {
    object-fit: cover;
    width: 500px;
    height: 300px;
    object-position: top center;
}

.staff-member .content-right {
    width: 100%;
}

.staff-member .content-right h3 {
    font-size: 22px;
    letter-spacing: 1px;
}

.staff-member .content-right h4 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}

.staff-member .content-right p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-bottom: 1%;
    line-height: 1.3em;
    font-weight: 400;
    color: #525252;
    margin: 0;
}

.staff-member .content-right a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-bottom: 1%;
    line-height: 1.3em;
    font-weight: 400;
    ;
    margin: 0;
    background: #212121;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;
}

.staff-member .content-right a:hover {
    background: #287f3e;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
## New Product Pages
--------------------------------------------------------------*/
#thumbnailgrid {
    text-align: center;
}

.thumbnailwindow {
    width: 94%;
    padding: 2%;
    margin: 0 2% 2% 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.exhibit {
    display: block;
    margin: 0 auto;
    padding: 0 2% !important;
}

.exhibit img {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
## Showroom Landing Page
--------------------------------------------------------------*/
.showroomgrid {
    margin: 0 auto;
    text-align: center;
}

.showroomgrid p {
    display: none;
}

.showroomholder {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 17%;
    margin: 1%;
    padding: 1%;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.showroomholder img {
    max-width: 100%;
}

/*--------------------------------------------------------------
##Create Account Form
--------------------------------------------------------------*/
.width-80 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 25px 0;
}

p.mydealer-text {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

h3.blk-text {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

h1.mydealer-title {
    padding-bottom: 0;
}

#sidebar1958-create-account-form {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 25px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
    background: #333;
    padding: 2% 0;
    width: 100%;
    border-top: 4px solid #fff;
}

#footer h4 {
    color: #ccc;
    padding-bottom: 2%;
}

#footer p {
    padding-bottom: 5%;
}

#footer p,
#footer a {
    color: #fff;
    font-size: 16px;
}

#footer a {
    display: block;
    margin: 3px 0;
}

.searchblock {
    padding-bottom: 2%;
}

.searchblock h3 {
    font-weight: normal;
}

.searchblock h3,
.searchblock h1 {
    line-height: 1.2em;
    color: #fff;
    padding: 0;
}

#footerlinks {
    padding: 2% 0 0 0;
    border-top: 2px solid #287f3e;
}

.bottomlogos {
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
    vertical-align: middle;
    margin: 0 20px !important;
    float: right;
    width: 35%;
}

.bottomlogos img {
    max-width: 100%;
}

.published {
    background: #fff;
    padding: 1% 0;
}

.published p {
    padding: 0;
    font-size: 12px;
    float: left;
}

#top {
    float: right;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #387d3b;
    color: #fff;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

#top:hover {
    background: #287f3e;
}

#top i {
    margin-top: 8px;
}

/*--------------------------------------------------------------
## Parts Page
--------------------------------------------------------------*/
#partsbox {
    margin: 0 2% 2% 0;
    width: 48%;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
    vertical-align: top;
}

#widget_sandhills_editable_area_56>.row>.col-sm-4 {
    padding: 2% 0 2% 2% !important;
    text-align: right !important;
}

#widget_sandhills_editable_area_56>.row>.col-sm-4 img {
    margin-bottom: 5%;
    border: 1px solid #ccc;
}

/*--------------------------------------------------------------
## Service Page
--------------------------------------------------------------*/
.serviceshop {
    margin-top: 2%;
}

#widget_sandhills_editable_area_44>.row>.col-sm-3 {
    text-align: right !important;
    padding-top: 2%;
    margin-left: 2%;
    width: 23%;
}

.listed {
    margin-top: -20px;
    margin-bottom: 30px;
}

.listed li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 18px;
    margin: 3px 0;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
form h1 {
    font-size: 24px;
    padding-bottom: 10px;
}


.col-sm-12>.contactFormRow {
    margin: 0 10px !important;
}

form label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 16px;
}

.form-group {
    margin-bottom: 5px;
}

.contactForm {
    padding: 2%;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 20px;
}

.contactForm h1 {
    text-transform: uppercase;
    font-size: 30px;
}

.contactForm .btn {
    background: #287f3e;
    text-align: center;
    padding: 10px 0 !important;
    width: 350px;
    margin-right: 2%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    padding: 0;
    line-height: auto;
    text-transform: uppercase;
}

.contactForm .btn:hover {
    background: #000 !important;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.quarter {
    float: left;
    width: 23%;
    margin: 1% 1% 0 1%;
}

.quarter h3 {
    font-size: 18px;
    font-weight: 700;
}

#invsearchform>#btnSearch {
    margin-top: 38px;
    background: #f5eb17;
    color: #287f3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#invsearchform>#btnSearch:hover {
    background: #287f3e !important;
    color: #fff !important;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/*--------------------------------------------------------------
## Search Results Page
--------------------------------------------------------------*/
.search-page-title {
    font-size: 24px;
    font-weight: 700;
    color: #287f3e;
}

.search-post-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.search-container {
    width: 96%;
    max-width: 1720px;
    padding: 0 2%;
    margin: 2% auto;
}

.search-submit {
    background: #f5eb17 !important;
    border: 1px solid #fdeb17 !important;
    color: #287f3e;
    text-transform: uppercase;
}

.search-submit:hover {
    background: #000 !important;
    border: 1px solid #287f3e !important;
    color: #fff;
}

.search-post-link {
    border-bottom: 5px solid #287f3e;
    padding-bottom: 1%;
    display: block;
    margin: 2% 0;
    font-weight: 700;
}

.search-post-link:hover a {
    color: #287f3e;
}

.search-post-excerpt>.widget:first-child,
.search-post-excerpt>.widget:last-child {
    display: none !important;
}

.search-post-excerpt>.widget>.row>.col-sm-12>.scrolling-wrap {
    display: none !important;
}

#66-0>p {
    display: none !important;
}

/*--------------------------------------------------------------
## About Us Page
--------------------------------------------------------------*/
.slogan {
    font-family: 'Courgette', cursive;
}

#widget_sandhills_editable_area_46>.row>.col-sm-5 {
    text-align: right !important;
    padding-top: 2%;
    margin-left: 2%;
    width: 39%;
}

/*--------------------------------------------------------------
## Video Pages
--------------------------------------------------------------*/
.videogrid {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.videogrid p {
    display: none;
}

.videohold {
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}

.videohold p {
    display: block;
}

.videoblock {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoblock iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videohold p {
    margin-top: 10px;
    font-size: 15px;
}

.videowindow {
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
    vertical-align: top;
    width: 22%;
    margin: 1%;
}

.videowindow h5 {
    background: #287f3e;
    padding: 2% 0;
    width: 100%;
    color: #fff;
}

/*--------------------------------------------------------------
## Contact Us Page
--------------------------------------------------------------*/
.mapped {
    width: 90%;
    margin-left: 5%;
    padding-top: 2%;
}


/* INVENTORY STYLES */

.border-box * {
    box-sizing: border-box !important;
}

.entry-header {
    display: none;
}

.entry-meta {
    display: none;
}

.hosted-content .attachment-search .search-checkboxes label .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.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,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.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 .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,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.mobile-breadcrumb,
.paging-container .page-navs .page-nav {
    background: #287f3e !important;
    color: #fff !important;
}

.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: #287f3e !important;
    color: #fff !important
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder input {
    background: #287f3e !important;
}

.material-icons {
    color: #287f3e !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details,
.contact-options a,
.ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button {
    background-color: #287f3e !important;
}

.modal-content .modal-top .modal-title {
    color: #000 !important
}

div[id^="widget-"] button:not([class*="Mui"]) {
    all: unset;
}

.list-top-section .list-title .list-listings-count,
.list-content .price-container .price,
.detail-wrapper .main-detail-pricing .detail-price,
.detail-wrapper .search-results {
    color: #231F20 !important
}


@media screen and (min-width: 1001px) {
    div[id^="widget-"] button:not([class*="Mui"]):hover {
        all: unset;
    }
}

@media only screen and (max-width : 1600px) {
    .headlinks {
        width: 49%;
        margin: 3px 0;
    }

    #sidebar7-brandbarleft,
    #sidebar7-brandbarcenter,
    #sidebar7-brandbarright {
        height: 120px;
    }

    #sidebar7-brandbarleft {
        padding-left: 1% !important;
    }

    #sidebar7-brandbarcenter {
        padding: 25px 0 25px 2% !important;
    }

    #sidebar7-brandbarright {
        padding: 20px 1% 20px 0 !important;
    }

    #invsearchform>#btnSearch {
        margin-top: 36px;
    }

    #footer h4 {
        font-size: 20px;
    }

    #footer p,
    #footer a {
        font-size: 14px;
    }
}

@media only screen and (max-width : 1450px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .headlinks p {
        font-size: 12px;
    }

    /*Hero slider overlay text*/
    #sidebar7-brandbarleft,
    #sidebar7-brandbarcenter,
    #sidebar7-brandbarright {
        height: 110px;
    }

    .linkbox {
        height: 160px;
    }

    #sidebar7-welcomeleft {
        padding-left: 3% !important;
    }

    #sidebar7-welcomeright {
        padding-right: 3% !important;
    }

    .quarter h3 {
        font-size: 14px;
    }

    #invsearchform>#btnSearch {
        margin-top: 30px;
    }

    .bottomlogos {
        width: 40%;
        display: block !important;
        margin: 0 auto !important;
        padding-bottom: 20px;
        float: none;
    }

    #top {
        font-size: 24px;
        line-height: 24px;
        width: 35px;
        height: 35px;
    }

    #top i {
        margin-top: 5px;
    }

    .listed li {
        font-size: 16px;
    }

    form h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width : 1300px) {

    /*#headlogo img{max-width:200px;}*/
    .brandlogo {
        display: block;
        width: auto;
        padding-top: 20px;
    }

    .brandlogo img {
        padding: 0;
    }

    .companybrand {
        display: none;
    }

    #sidebar7-brandbarcenter {
        width: 20% !important;
        float: left;
    }

    #sidebar7-brandbarright {
        width: 80% !important;
        float: left;
    }

    .linktitler {
        width: 84%;
        left: 8%;
    }

    .linkbutton {
        width: 290px;
    }

    .linkbutton p {
        font-size: 14px;
    }

    #invsearchform>#btnSearch {
        margin-top: 28px;
    }

    #widget_sandhills_editable_area_44>.row>.col-sm-9 {
        width: 100%;
    }

    #widget_sandhills_editable_area_44>.row>.col-sm-3 {
        display: none;
    }

    .showroomholder {
        width: 22%;
    }

    .staff-member .img-left {
        width: 48%;
    }

    .staff-member .content-right {
        width: 50%;
    }

    .staff-member .content-right p {
        font-size: 14px;
    }

    .flex-guss {
        display: block;
        justify-content: space-between;
    }

    .left-area {
        width: 100%;
        margin: 2% 0;
        display: block;
        flex-direction: column;
    }

    .fixed-right-area {
        width: 98%;
        padding: 1%;
        height: auto;
        min-height: 700px;
        overflow: auto;
        position: -webkit-sticky;
        position: relative;
        top: 2%;
    }


}

@media only screen and (max-width : 1250px) {
    .staff-member .img-left {
        width: 100%;
    }
.herotext{
    font-size: 35px;
	line-height: 40px;
}
.herotext span{
    font-size: 30px;
	line-height: 35px;
}
    .staff-member .img-left img {
        width: 100%;
        height: auto;
    }

    .staff-member .content-right {
        width: 95%;
        margin: 1% 2.5%;
    }
}
    @media only screen and (max-width : 1100px) {
        h1 {
            font-size: 28px;
        }

        h2 {
            font-size: 24px;
        }

        h3 {
            font-size: 22px;
        }

        h4 {
            font-size: 20px;
        }

        h5 {
            font-size: 18px;
        }

        h6 {
            font-size: 16px;
        }

        p {
            font-size: 16px;
        }

        #headlogo {
            width: 45%;
        }

        #headcontact {
            width: 55%;
        }

        .headlinks p {
            font-size: 11px;
        }

        /*Hero slider overlay text*/
        #sidebar7-brandbarleft,
        #sidebar7-brandbarcenter,
        #sidebar7-brandbarright {
            height: 100px;
        }

        .brandlogo {
            padding-top: 15px;
        }

        #sidebar7-brandbarcenter {
            padding: 25px 0 25px 3% !important;
        }

        #sidebar7-brandbarright {
            padding: 10px 1% 10px 0 !important;
        }

        .linkbox {
            height: 140px;
        }

        #invsearchform>#btnSearch {
            margin-top: 26px;
        }

        #footer h4 {
            font-size: 16px;
        }

        #footer p,
        #footer a {
            font-size: 13px;
        }

        .bottomlogos {
            width: 50%;
        }

        #partsbox {
            width: 46%;
            margin-right: 4%;
        }

        .videohold {
            width: 47% !important;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1000px) {
        .topbar {
            font-size: 12px !important;
        }

        #headlogo,
        #headcontact {
            float: none;
            display: block;
            margin: 0 auto;
            text-align: center;
        }

        #headlogo {
            width: 60%;
        }

        #headlogo img {
            /* max-width: 400px; */
        }

        #headcontact {
            width: 80%;
            margin-top: 5px;
        }

        #headcontact p {
            padding-bottom: 5px;
            font-size: 15px;
            margin: 0 2%;
        }

        #headcontact p strong {
            font-size: 15px;
        }

        .headlinks {
            margin: 1% 1%;
        }

        .headlinks p {
            font-size: 12px !important;
            padding: 0 !important;
        }

        #sidebar7-brandbarcenter {
            width: 30% !important;
        }

        #sidebar7-brandbarright {
            width: 70% !important;
        }

        .linkbox {
            height: 120px;
        }

        .linktitler p {
            font-size: 12px;
        }

        #sidebar7-welcomeleft {
            width: 100%;
            padding: 3% !important;
        }

        #sidebar7-welcomeright {
            display: none;
        }

        #invsearchform>#btnSearch {
            margin-top: 23px;
        }

        .listed {
            margin-top: -15px;
        }

        .videowindow {
            width: 47%;
        }
    }

    @media only screen and (max-width : 800px) {
        h1 {
            font-size: 26px;
        }

        h2 {
            font-size: 22px;
        }

        h3 {
            font-size: 20px;
        }

        h4 {
            font-size: 18px;
        }

        h5 {
            font-size: 16px;
        }

        h6 {
            font-size: 15px;
        }

        p {
            font-size: 15px;
        }

        #headlogo {
            width: 70%;
        }

        #headcontact {
            width: 100%;
        }

        #headsearch {
            width: 280px;
        }

        #searchterm {
            width: 70% !important;
        }

        #searchsubmit {
            width: 30% !important;
        }

        .topbarleft a {
            margin-right: 10px;
        }

        .topbarright a {
            margin-left: 10px;
        }

        .brandlogo {
            padding-top: 25px;
        }

        #sidebar7-brandbarcenter h3,
        .searchblock h3 {
            font-size: 18px;
        }

        #sidebar7-brandbarcenter h1,
        .searchblock h1 {
            font-size: 22px;
        }

        .linkbox {
            width: 50% !important;
        }

        .linkbutton {
            width: 250px;
        }

        .linkbutton p {
            font-size: 12px;
        }

        .quarter {
            width: 48% !important;
        }

        .quarter h3 {
            font-size: 12px !important;
        }

        #invsearchform>#btnSearch {
            margin-top: 20px;
            width: 48% !important;
        }

        #footerlinks {
            text-align: center;
        }

        #footerlinks h4 {
            padding: 0;
            margin-top: 2%;
            font-size: 20px;
        }

        #footer p,
        #footer a {
            font-size: 14px;
        }

        #footerlinks p {
            padding: 0;
        }

        .hosted-content h1 {
            font-size: 20px !important;
        }

        .hosted-content h2 {
            font-size: 18px !important;
        }

        .hosted-content h3 {
            font-size: 16px !important;
        }

        .listed li {
            font-size: 15px;
        }

        form h1 {
            font-size: 18px;
        }

        form label {
            font-size: 15px;
        }

        .videohold p {
            font-size: 14px;
        }

        .showroomholder {
            width: 30%;
        }
    }

    @media only screen and (max-width : 767px) {
        .bottomlogos {
            display: inline-block !important;
            zoom: 1 !important;
            *display: inline !important;
            vertical-align: middle;
            margin: 3% auto !important;
            padding: 0 5%;
            width: 30%;
        }
		.midland-hero-center{
	padding: 20px;
}
		.herotext{
			font-size: 22px;
			line-height: 24px;
		}
		.herotext span{
			font-size: 18px;
			line-height: 20px;
		}
        #partsbox {
            width: 46%;
            margin: 2%;
        }

        #sidebar460-sideBar2 {
            margin-top: 4%;
            padding-top: 2%;
            border-top: 1px solid rgba(0, 0, 0, 0.07);
        }

        .mapped {
            width: 100%;
            margin: 0 auto;
        }

        #widget_sandhills_editable_area_46>.row>.col-sm-5 {
            width: 100%;
            margin-top: 4%;
            padding-top: 4%;
            border-top: 1px solid rgba(0, 0, 0, 0.07);
            text-align: center !important;
            margin-left: 0;
        }

        #widget_sandhills_editable_area_56>.row>.col-sm-4 {
            text-align: center !important;
            padding: 2% 0 !important;
        }
    }

    @media only screen and (max-width : 700px) {
        .linkbox {
            height: 100px;
        }

        .listed {
            margin-top: -10px;
        }

        .left-area img {
            max-width: 700px !important;
            width: 100% !important;
        }

    }

    @media only screen and (max-width : 600px) {
        .social-icons {
            display: none !important;
        }

        #headlogo {
            width: 90%;
        }

        #headcontact p,
        #headcontact p strong {
            font-size: 12px;
        }

        .headlinks p {
            font-size: 10px !important;
        }

        #sidebar7-brandbarleft {
            width: 100% !important;
            height: auto !important;
        }

        .brandlogo {
            padding-top: 5px;
        }

        #sidebar7-brandbarcenter {
            width: 40% !important;
            padding-left: 5% !important;
            height: 90px;
        }

        #sidebar7-brandbarright {
            width: 60% !important;
            height: 90px;
            padding: 6px 0 0 0 !important;
        }

        #sidebar7-welcomeleft {
            text-align: center;
            padding: 5% 3% !important;
        }

        .linkbutton {
            display: block;
            margin: 1% auto;
            width: 70%;
        }

        .searchblock {
            text-align: center;
            padding-bottom: 5%;
        }

        .quarter {
            text-align: left;
        }

        #invsearchform>#btnSearch {
            margin-top: 18px;
            text-align: center;
        }

        #footer {
            padding: 5% 0;
        }

        #footerlinks h4 {
            margin-top: 4%;
        }

        .bottomlogos {
            width: 40%;
            margin: 4% auto !important;
        }

        #internal {
            text-align: center;
        }

        .pageheader {
            padding-top: 4%;
        }

        #partsbox {
            width: 100%;
            margin: 2% auto;
        }

        #partsbox iframe {
            margin-bottom: 5px;
        }

        .listed {
            padding: 0;
        }

        .listed li {
            list-style: none;
        }

        .form-group {
            text-align: left;
        }

        .contactForm .btn {
            width: 100%;
            margin: 1% auto;
        }

        .showroomholder {
            width: 45%;
            margin: 2%;
        }
    }

    @media only screen and (max-width : 480px) {
        .topbar {
            font-size: 10px !important;
        }

        .topbar img {
            height: 10px !important;
            width: 10px !important;
        }

        .topbarleft a {
            margin-right: 10px;
        }

        .topbarright a {
            margin-left: 10px;
        }

        #headlogo {
            width: 100%;
            text-align: center;
            margin: 0 auto;
        }

        #headlogo img {
            max-width: 300px;
            width: 100%
        }

        #headlogo a {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

        .dealerlogo {
            border: none;
            margin: 0;
        }

        .deerelogo {
            padding-bottom: 5px;
            border-bottom: 1px solid #000;
        }

        .headwrap {
            padding: 10px 0;
        }

        #headsearch {
            width: 240px;
        }

        #headsearch form input {
            height: 20px !important;
            padding: 1px 5px !important;
        }

        #searchterm {
            width: 65% !important;
        }

        #searchsubmit {
            width: 35% !important;
        }

        .headlinks {
            padding: 5px 0;
            height: auto;
        }

        .headlinks p {
            display: block !important;
            margin: 0 auto;
            text-align: center;
        }

        .headlinks p img,
        .headlinks img {
            display: none !important;
        }

        #sidebar7-brandbarright {
            padding: 9px 0 0 0 !important;
        }

        .linkbox {
            height: 80px;
        }

        .linktitler p {
            font-size: 10px !important;
        }

        .linkbutton {
            margin: 2% auto;
            width: 90%;
        }

        .quarter {
            width: 90% !important;
            float: none;
            display: block;
            margin: 10px auto;
        }

        #invsearchform>#btnSearch {
            width: 90% !important;
        }

        #partsbox {
            margin: 4% auto;
        }

        .videowindow,
        .videohold {
            width: 90% !important;
            margin: 2% auto;
        }

        .videohold p {
            margin-top: 3px;
        }
    }

    @media only screen and (max-width : 360px) {

        .topbarleft,
        .topbarright {
            float: none;
            display: block;
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .topbarleft a,
        .topbarright a {
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
            float: none;
        }

        #headsearch {
            width: 100%;
            margin-top: 3px;
            margin-right: 0;
        }

        #headsearch .input-group {
            display: block;
        }

        #sidebar7-brandbarcenter h3,
        .searchblock h3 {
            font-size: 16px;
        }

        #sidebar7-brandbarcenter h1,
        .searchblock h1 {
            font-size: 20px;
        }

        #sidebar7-brandbarcenter {
            width: 43% !important;
        }

        #sidebar7-brandbarright {
            width: 57% !important;
            padding: 15px 0 0 0 !important;
        }

        .linktitler {
            width: 92%;
            left: 4%;
        }

        #footerlinks h4 {
            font-size: 18px;
        }

        #footer p,
        #footer a {
            font-size: 12px;
        }
    }