/*
Theme Name: www.tstlinc.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/
/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
/*-------- BODY STYLES --------*/
html {
    scroll-behavior: smooth
}
body {
    font-family: inter-variable, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: mokoko, serif !important;
}
p {
    font-family: inter-variable, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
}
a:link, a:visited, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
hr {
    border: none;
    margin: 3% 0;
    background: #e8e8e8;
    height: 1px;
}
/*--- HEADER STYLES ---------------------*/
header {
    position: relative;
    z-index: 99;
}
header .orange-round {
    font-size: 14px !important;
    line-height: 1 !important;
}
.top-header .wid90.flex-container {
    padding: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center
}
.top-header .app-buttons {
    flex-basis: 100%;
}
.app-download, {
    max-width: 100% !important;
    width: 200px !important;
}
#mobile-btn {
    flex-basis: 100%;
}
.right-top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.right-top a {
    color: #fff;
}
.left-top img:nth-child(1) {
    width: 150px !important;
}
.left-top img {
    max-width: 100%;
    width: 180px;
}
a.social-icon {
    color: #fff;
    font-size: 15px;
    background: #333;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    transition: .3s all;
}
.left-top {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}
.left-top a {
    display: inline-flex;
    cursor: pointer
}
.social-top.flex-container {
    gap: 5px;
    justify-content: flex-end;
    margin-top: 15px;
}
a.location-link {
    color: #C7C7C7;
    transition: .3s all;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 2;
}
a.location-link:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    opacity: .3;
    color: #fff;
    transition: .3s all;
}
a.location-link:hover {
    color: #fff;
}
a.location-link:hover:before {
    opacity: 1;
}
.main-header .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 8px 0;
}
.logo {
    text-align: center;
}
.logo p {
    font-family: mokoko, serif !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .5px;
    padding: 2px 0 5px 0;
}
.logo img {
    max-width: 100%;
    width: 200px;
    margin: 0 auto;
}
.right-main {
    padding: 5px 0;
    text-align: right;
}
#reviews-head {
    color: #000;
}
#reviews-head img {
    max-width: 100%;
    width: 140px;
    display: block;
    margin-bottom: 10px;
    margin-left: auto !important;
}
.left-main {
    padding: 5px 0;
    text-align: left;
}
.review {
    text-align: left !important;
}
#phone-head i {
    opacity: .2
}
.email-icon {
    min-width: 120px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 15px;
    border-radius: 10px;
}
.social-icon i {
    transition: .3s all;
}
.social-icon:hover i {
    color: #C7C7C7
}
.heavyhaul-logo {
    width: 150px;
    margin-bottom: 10px;
}
.heavyhaul-logo img {
    max-width: 100%;
    width: 100%;
}
.right-main a[href^="tel:"] {
    font-family: mokoko, serif !important;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    display: block;
}
.right-main a[href^="tel:"]:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    opacity: .25;
    color: #000;
    margin-right: 5px;
}
/*---BODY--------------------------------*/
.darkbg {
    background: #212121;
}
.whitebg {
    background: #fff;
}
.offwhite {
    background: #fafafa;
}
.flex-container {
    display: flex;
}
.grid-container {
    display: grid;
}
.center {
    text-align: center;
}
.wid90 {
    width: 90%;
    margin: 0 auto;
}
.wid85 {
    width: 85%;
    margin: 0 auto;
}
#pad-xl {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pad-xl-top {
    padding-top: 80px;
}
.pad-xl-bottom {
    padding-bottom: 80px;
}
#pad-l {
    padding-top: 60px;
    padding-bottom: 60px;
}
.inline-txt {
    display: inline !important;
}
.bread-crumbs-links {
    background: #333;
    padding: 15px 0;
    color: #e8e8e8;
    font-size: 14px;
    line-height: 1.75;
}
.bread-crumbs-links a {
    color: #e8e8e8 !important;
    opacity: .75;
    transition: .3s all;
    font-weight: normal !important
}
.bread-crumbs-links a:hover {
    opacity: 1;
}
.hero-txt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    align-items: center;
    z-index: 0;
}
.hero-txt {
    position: relative;
    padding: 115px 0;
}
.hero-txt.rental-banner {
    padding: 80px 0 !important;
}
.hero-wrap {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}
.subhero h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}
.subhero h2, .sub h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
}
.subhero h3, .sub h3 {
    margin-bottom: 10px;
}
.sub h3 {
    font-size: 20px;
}
span.txt-icon {
    opacity: .2;
    margin-right: 10px;
}
.flex-page.flex-border {
    flex-direction: row;
    gap: 5rem;
    align-items: baseline;
}
.flex-page.flex-border:before {
    content: "";
    border: 1px solid #eee;
    align-self: stretch;
}
.half-page {
    flex-basis: 50%;
}
.parts-info {
    order: -1;
}
.half-page ul {
    list-style: disc;
    padding-inline-start: 20px;
    display: flex;
    gap: 10%;
    flex-wrap: wrap;
}
.half-page ul span {
    flex-basis: 45%;
}
.half-page ul li {
    margin-bottom: 10px;
}
.sub-hero {
    color: #fff;
}
.sub-hero h1 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 42px;
    font-style: italic;
    margin-bottom: 15px;
}
.no-hero h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 36px;
}
.sub-hero h1 span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    letter-spacing: 1px !important;
}
.location-half h1 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 42px;
    font-style: italic;
    margin-bottom: 15px;
}
.location-half h1 span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    letter-spacing: 1px !important;
}
.location-half p {
    margin: 0 !important;
}
.location-half a {
    color: #fff;
    transition: .3s all;
}
.half-map {
    overflow: hidden;
    position: relative;
}
.half-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.location-half strong {
    display: inline-block;
    margin-bottom: 8px;
}
#address-icon:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f26622;
    margin-right: 5px;
    transition: .3s all;
}
#phone-icon:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f26622;
    margin-right: 5px;
    transition: .3s all;
}
#email-icon:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f26622;
    margin-right: 5px;
    transition: .3s all;
}
#hours-icon:before {
    content: "\f017";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f26622;
    margin-right: 5px;
    transition: .3s all;
}
.location-half {
    color: #fff !important;
    background-image: url("///media.sandhills.com/img.axd?id=9048235485&wid=0&rwl=False&p=&ext=jpg&w=1200&h=900&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=iHbiMKmRW2a40b2x%2f%2f6FGY4JPavK6uFF");
    background-size: cover;
    background-color: #111;
}
.location-half .flex-container {
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
}
.half-contact {
    flex-basis: 50%;
}
.hours-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.days-wrap {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.days-wrap strong {
    margin-bottom: 0;
}
.days-wrap:nth-child(odd) {
    background: #333;
}
.sub h4 {
    font-family: inter-variable, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
}
.slide-buttons {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.slide-buttons .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.slide-buttons p {
    font-weight: 900;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
}
.orangeangledeco {
    height: 100%;
    width: 40px;
    color: #f26622;
    background: #f26622;
    transform: skewX(335deg);
}
.newsletterheader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
}
.orangeangledeco {
    height: 130px;
    margin: 0px 35px;
    width: 40px;
    color: rgb(242, 102, 34);
    transform: skewX(335deg);
    background: rgb(242, 102, 34);
}
.newslettertext {
    width: calc(100% - 115px);
}
/*---HERO---*/
.hero {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: relative;
}
.hero-cats {
    padding: 30px 0;
}
.hero-cats .item {
    padding: 50px;
    box-sizing: border-box;
    color: #000;
    font-family: mokoko, serif !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    transition: .3s all;
    display: block;
    padding: 25px;
    border-radius: 30px;
    background: #fafafa;
    border: 1px solid #eee;
    margin: 5px;
    width: 100% !important;
    flex-basis: 20% !important;
    flex-grow: 1 !important;
}
.hero a, .mobile-cat a {
    color: #000;
}
.hero a:hover > .cat, .mobile-cat a:hover {
    color: #f26622;
}
.cat img, .mobile-cat img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.cat img {
    width: 250px;
}
.mobile-cat {
    display: block;
    padding: 50px;
    box-sizing: border-box;
    color: #000;
    font-family: mokoko, serif !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    transition: .3s all;
}
/*--404 PAGE---*/
.error-404 h2 {
    margin-top: 30px;
    font-size: 24px !important;
}
/*--MOBILE HERO---*/
.mobile-cat {
    text-align: center;
    font-size: 20px;
}
.mobile-cat img {
    width: 450px;
}
.sub ul {
    padding-inline-start: 0 !important;
}
.sub-hero button {
    font-size: 16px !important;
}
/*---HOME PAGE---*/
.home-text {
    padding: 75px 0;
}
.small-pg {
    max-width: 1200px;
    margin: 0 auto !important;
}
.home-text h1 {
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
}
.home-text h1 span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 1px !important;
}
.service-section {}
.img-half {
    overflow: hidden;
    border-radius: 45px;
}
.img-half img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.txt-half {
    display: flex;
    align-items: center;
}
.txt-half.right-side {
    margin-left: 5%;
}
.txt-half.left-side {
    margin-right: 5%;
}
.rental-quarter a {
    color: #000;
    font-weight: 600;
    transition: .3s all;
}
.rental-quarter a:hover {
    text-decoration: underline;
}
.txt-container h2, .txt-half h2 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 1px;
}
.txt-container h2 span, .txt-half h2 span {
    opacity: .25;
}
.txt-half ul li::before, .flex-rentals ul li::before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    width: var(--icon-space);
    color: #000;
    opacity: .15;
}
.txt-half ul li, .flex-rentals ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    list-style: none !important;
}
.lightdark, .sub-hero {
    background: url("///media.sandhills.com/img.axd?id=9048235485&wid=0&rwl=False&p=&ext=jpg&w=1200&h=900&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=iHbiMKmRW2a40b2x%2f%2f6FGY4JPavK6uFF") no-repeat;
    background-size: cover;
    background-position: center center;
}
.review-section {
    padding: 90px 0;
    color: #fff;
    overflow: hidden;
}
.review-wrapper {
    margin-left: 5%;
    gap: 2%;
    margin-right: -5%;
}
.review-txt {
    flex-basis: 50%;
}
.review-slide {
    flex-basis: 60%;
}
.review-slide {
    overflow: hidden;
}
.review-txt h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
}
.review-txt img, .review-slide img {
    max-width: 100%;
}
.review-txt img {
    width: 100px;
    margin-bottom: 30px;
}
.review-slide img {
    width: 150px;
    margin-bottom: 10px;
    margin-left: 0 !important
}
.review {
    background: #111111;
    color: #fff;
    border-radius: 5px;
    margin: 10px;
}
.review-container {
    box-sizing: border-box;
    padding: 30px;
}
#small-txt {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #f8f8f8;
}
.no-hero h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 36px;
}
/*---SUB PAGE TEMPLATE---*/
.flex-container.flex-rent {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.flex-container.flex-rent .rent-option {
    border-radius: 90px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.60);
    padding: 0 20px;
}
.flex-container.flex-rent .rent-option h2 {
    font-family: inter-variable, sans-serif !important;
    font-size: 16px;
    text-transform: none;
    margin: 0;
    font-weight: 500;
    line-height: 3;
    letter-spacing: 1px;
}
.flex-container.flex-rent h2::before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    width: var(--icon-space);
    color: #fff;
    opacity: .5;
}
.flex-container.flex-rentals {
    gap: 5%;
}
.rental-quarter {
    flex-basis: 75%;
}
.quarter-pg {
    flex-basis: 25%;
}
.grey-box {
    background: #fafafa !important;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
}
.grey-box ul {
    list-style: none;
}
.grey-box ul li a {
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s all;
    line-height: 1.5;
}
.grey-box ul li a:hover {
    color: #f26622;
}
.grid-rentals {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.grid-rentals img {
    max-width: 100%;
    width: 200px;
}
a.rent-cat {
    padding: 30px;
    box-sizing: border-box;
    color: #000;
    font-family: mokoko, serif !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    transition: .3s all;
    background: #fff;
    text-align: center;
    transition: .3s all;
    border: 1px solid #ebebeb
}
a.rent-cat:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.rent-cat h3 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
img.rental-img {
    max-width: 100% !important;
    width: 230px !important;
    margin: 0 auto !important;
}
.light-box {
    gap: 5px;
}
.light-box a {
    flex: 1;
    transition: .3s all;
}
.light-box a:hover {
    opacity: .75;
}
.light-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.rentbox {
    border-radius: 10px;
}
.rent-wrap {
    box-sizing: border-box;
}
.rent-wrap h2 {
    text-transform: none;
    font-weight: 800;
    line-height: 1.25;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.rent-wrap i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #de510d;
}
.rent-wrap a {
    font-size: 22px;
    font-weight: 800;
    margin-top: 20px;
    display: block;
    font-family: mokoko, serif !important;
    color: #f26622;
    letter-spacing: 1px;
    transition: .3s all;
}
.rent-wrap a:hover {
    color: #333;
}
.location-about strong {
    font-weight: 800 !important;
}
.location-about a {
    color: #000;
    transition: .3s all;
    font-weight: 500;
}
.location-about a:hover {
    text-decoration: none !important;
}
.location-about a:hover strong {
    opacity: .75;
}
.orange-head {
    font-size: 24px;
    color: #f26622;
    font-weight: 700;
    margin-bottom: 20px;
}
/*---RENTAL--*/
.rent-cat {
    padding: 30px;
    box-sizing: border-box;
    color: #000;
    font-family: mokoko, serif !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    transition: .3s all;
    background: #fff;
    text-align: center;
    transition: .3s all;
    border: 1px solid #ebebeb;
    display: block;
    margin: 10px;
}
.rent-cat:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.rent-cat h3 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
.rent-cat img {
    max-width: 100%;
    width: 230px;
}
img.rental-img {
    max-width: 100%;
    width: 230px;
    margin: 0 auto;
}
/* ACCORDION */
.accordion-container {
    margin: 25px 0;
}
.accordion-body p {
    margin: 0;
}
button.accordion-button {
    position: relative;
    color: #666;
    border: 1px #eee solid;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}
.accordion-button:after {
    background: transparent !important;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    color: #f26622;
}
button.accordion-button:focus, .accordion-button:not(.collapsed) {
    background: #f8f8f8 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000 !important;
}
.accordion.active .accordion-button:after {
    background: transparent !important;
    content: "\f068";
    color: #de510d;
}
.accordion-item {
    margin-bottom: 10px;
}
.contactForm label {
    font-weight: 600;
}
/*---blog page---*/
.grid-blog {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.blog-post {
    color: #000;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    transition: .3s all;
    background: #fff;
    transition: .3s all;
    border: 1px solid #ebebeb;
    display: block;
    margin: 5px;
    text-align: left !important;
}
.blog-post:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.blog-post a {
    color: #000;
}
.blog-img {
    height: 250px;
    overflow: hidden;
}
.blog-img img {
    object-position: center center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-post h2 {
    font-size: 20px;
    text-transform: none;
}
.blog-info {
    padding: 30px;
    box-sizing: border-box;
}
/*---blog post page--*/
.blog-page h1 {
    font-weight: 900;
    letter-spacing: .5px;
    font-size: 42px;
    font-style: italic;
    margin-bottom: 15px;
}
.blog-page h2 {
    text-transform: none;
    font-size: 22px;
    font-weight: 700;
}
.blog-main {
    height: 500px;
    padding: 20px 0;
}
.blog-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
p.blog-date {
    font-weight: 700;
}
p.blog-date i {
    opacity: .5;
}
.blog-page a {
    color: #000;
    font-weight: 900;
    transition: .3s all;
}
.blog-page a:hover {
    color: #de510d;
}
/*---CONTACT---*/
.full-map {
    position: relative;
    height: 550px;
}
.full-map iframe {
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*--------BUTTON STYLES--------------------*/
button.orange-round {
    background: #f26622;
    border: 1px solid #f26622;
    border-radius: 90px;
    padding: 15px 30px;
    color: #fff;
    font-family: inter-variable, sans-serif !important;
    cursor: pointer;
    transition: .3s all;
    font-weight: 600;
    letter-spacing: .5px;
}
.header-orange-round a {
    color: white !important;
}
.header-orange-round {
    background: #f26622;
    border: 1px solid #f26622;
    border-radius: 90px;
    padding: 0 15px;
    color: #fff;
    font-family: inter-variable, sans-serif !important;
    cursor: pointer;
    transition: .3s all;
    font-weight: 600;
    letter-spacing: .5px;
}
.header-orange-round:hover {
    background: #de510d;
}
button.orange-round:hover {
    background: #de510d;
    border-color: #de510d
}
button.grey-round {
    background: #333;
    border: 1px solid #333;
    border-radius: 90px;
    padding: 15px 30px;
    color: #fff;
    font-family: inter-variable, sans-serif !important;
    cursor: pointer;
    transition: .3s all;
    font-weight: 600;
    letter-spacing: .5px;
}
button.black-round, input.btn.btn-success.sheSubmitButton {
    background: #000;
    border: 1px solid #000;
    border-radius: 90px;
    padding: 15px 30px;
    color: #fff;
    font-family: inter-variable, sans-serif !important;
    cursor: pointer;
    transition: .3s all;
    font-weight: 600;
    letter-spacing: .5px;
}
button.white-round {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 90px;
    padding: 15px 30px;
    color: #f26622;
    font-family: inter-variable, sans-serif !important;
    cursor: pointer;
    transition: .3s all;
    font-weight: 600;
    letter-spacing: .5px;
}
button.orange-mobile {
    background: #f26622;
    border: 1px solid #f26622;
    border-radius: 5px;
    padding: 15px 20px;
    color: #fff;
    font-family: inter-variable, sans-serif !important;
    cursor: pointer;
    transition: .3s all;
    font-weight: 600;
    letter-spacing: 1px;
}
/*---
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget 
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*-------- FOOTER STYLES ----------------*/
footer {
    background: #111111;
    color: #fff;
}
.foot-wrap.wid90 {
    padding: 50px 0;
}
.foot-wrap h2 {
    margin-bottom: 25px;
    line-height: 1.5;
}
.foot-locations {
    justify-content: space-between;
    gap: 5%;
}
.foot-location {
    color: #fff;
    flex: 1;
}
.map-hold {
    position: relative;
    height: 175px;
    overflow: hidden;
    margin-bottom: 20px;
}
.map-hold iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.location-info h3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 8px;
}
.location-info h3:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f26622;
    transition: .3s all;
    margin-right: 5px;
}
.location-info a {
    color: #fff;
    margin-bottom: 8px;
    display: block;
    line-height: 1.5;
}
.location-info button {
    width: 100%;
    box-sizing: border-box;
}
.bottom-footer {
    border-top: 1px solid #333;
}
.bottom-footer .wid90.flex-container {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.foot-socials {
    gap: 10px;
}
.copyright {
    opacity: .75;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv header {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    background: #fff;
}
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}
.list-top-section .list-title .list-title-text {
    font-family: mokoko, serif !important;
}
.faceted-search-content .faceted-section-head {
    font-family: inter-variable, sans-serif !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin: 2px 3px 3px 4px;
}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type input[type=radio] {
    margin: 0px 3px 0px 6px;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {
    color: #f26622 !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
}
.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {
    background: #f26622 !important;
}
.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button {
    border: solid 1px #f26622 !important;
    transition: ease all 0.2s !important;
}
.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {
    background: #de510d !important;
    color: #fff !important;
    border-color: #de510d !important
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#wp-admin-bar-new-content-default {
    display: none;
}
/*==========  Non-Mobile First Method  ==========*/
.mobile-display, .mobile-nav {
    display: none;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1520px) {
    .location-half .wid85 {
        width: 90% !important;
    }
    .half-page ul span {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 1450px) {
    .rental-quarter {
        flex: 1;
    }
    .quarter-pg {
        flex-basis: 33%;
    }
}
@media only screen and (max-width: 1400px) {
    .half-contact {
        flex-grow: 1;
    }
    .location-half .flex-container {
        flex-wrap: wrap;
        gap: 30px;
    }
    .cat {
        padding: 30px;
    }
    .cat img {
        width: 100%;
    }
    .grid-rentals {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-rental img {
        max-width: 100%;
    }
    a.blog-post h2 {
        font-size: 18px;
    }
    .blog-img {
        height: 200px;
    }
    .flex-page.flex-border {
        gap: 3rem;
    }
    .middle-section {
        padding: 40px 0 !important;
    }
}
@media only screen and (max-width: 1220px) {
    .cat {
        padding: 20px;
        font-size: 14px;
    }
    .txt-container h2 {
        font-size: 24px;
    }
    .home-text h1, .review-section h2 {
        font-size: 28px;
    }
    .home-text h1 span {
        font-size: 18px;
    }
    .review-section, .txt-container {
        padding: 50px 0;
    }
    .flex-container.flex-rentals {
        flex-wrap: wrap;
        gap: 50px;
    }
    .rental-quarter, .quarter-pg {
        flex-basis: 100%;
    }
    .sub-hero h1, .blog-page h1 {
        letter-spacing: 1px;
        font-size: 32px;
    }
    .sub-hero h1 span {
        font-size: 22px;
    }
    .grid-blog {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-section {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 1149px) {
    .left-main {
        display: flex;
        flex-direction: column;
    }
    header {
        border-bottom: 1px solid #ebebeb;
    }
    .flex-page.flex-border {
        flex-wrap: wrap;
        gap: 0;
    }
    .parts-info, .service-info {
        flex-basis: 100% !important;
    }
    .service-info {
        padding-top: 40px;
        border-top: 1px solid #eee;
    }
    .parts-info {
        padding-bottom: 40px;
    }
    .signup-btn .orange-round {
        padding: 15px !important;
    }
    .cat {
        font-size: 14px !important;
    }
    .grid-cat {
        width: 95% !important;
    }
}
@media only screen and (max-width: 990px) {
    .home-text {
        padding: 50px 0;
    }
    .foot-locations {
        gap: 20px;
    }
    .flex-container.flex-rent {
        gap: 10px;
        flex-wrap: wrap;
    }
    .flex-container.flex-rent .rent-option h2 {
        font-size: 14px;
    }
    .rental-hero {
        max-height: 100%;
    }
    .heavyhaul-logo {
        width: 120px;
    }
    .txt-half.right-side, .txt-half.left-side {
        margin: 0 !important;
    }
    .middle-section {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .service-section {
        padding-bottom: 0;
    }
    .newslettertext {
        width: 100%;
        border-top: solid 14px #f26622;
        padding-top: 20px;
    }
    .orangeangledeco {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .right-top {
        display: none;
    }
    .img-half {
        display: none;
    }
    .service-section {
        grid-template-columns: repeat(1, 1fr);
    }
    .txt-container {
        border-top: 1px solid #eee;
    }
    .review-wrapper {
        width: 90%;
        margin: 0 auto !important;
        flex-wrap: wrap;
        gap: 30px;
    }
    .review-txt, .review-slide {
        flex-basis: 100%;
    }
    .mobile-display {
        display: block;
    }
    .grid-cat {
        display: none
    }
    .foot-locations {
        flex-wrap: wrap;
        gap: 40px;
    }
    .foot-location {
        flex-basis: 45%;
    }
    header button.orange-round {
        padding: 15px !important;
        font-size: 14px;
    }
    .main-header .grid-container {
        gap: 15px;
    }
    .logo img {
        width: 180px;
    }
    .location-pg .flex-page {
        flex-wrap: wrap-reverse;
    }
    .location-pg .half-page {
        flex-basis: 100%;
    }
    .half-contact {
        flex: 1;
    }
    .half-map {
        height: 300px;
    }
    .flex-manu a {
        flex-basis: 22%
    }
    .service-section {
        padding-bottom: 0;
    }
    .no-hero h1 {
        font-size: 32px;
    }
    .service-section {
        width: 100% !important;
    }
    .service-section .txt-container {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 800px) {
    #mobile-btn, .mobile-only {
        display: block;
    }
    .right-main, .left-top {
        display: none;
    }
    .main-header .wid90.grid-container {
        gap: 5px;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .logo, .left-main {
        flex-basis: 100%;
    }
    .grid-rentals {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo p {
        font-size: 14px;
    }
    .mobile-nav {
        text-align: center !important;
    }
    .heavyhaul-logo {
        width: 140px;
        margin: 0 auto;
    }
    .signup-btn {
        text-align: center;
        margin-top: 10px;
    }
    .signup-btn .orange-round {
        width: 85%;
    }
    .logo img {
        width: 200px !important;
    }
}
@media only screen and (max-width: 730px) {
    .half-contact {
        flex-basis: 100%;
    }
    .light-box {
        flex-wrap: wrap;
    }
    .light-box a {
        flex-basis: 40%;
    }
    .grid-blog {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-main {
        height: auto !important;
    }
    .app-buttons img {
        width: 200px !important;
    }
}
@media only screen and (max-width:600px) {
    .top-header .wid90.flex-container {
        flex-wrap: wrap-reverse;
        justify-content: center;
        gap: 10px;
    }
    .left-top, .right-top {
        flex-basis: 100%;
    }
    .left-top {
        justify-content: center;
    }
    #mobile-btn, #mobile-btn button {
        width: 100%;
    }
    .slide-buttons p {
        font-size: 14px;
    }
    .foot-wrap h2, .sub h2 {
        font-size: 22px;
    }
    .grey-box {
        padding: 20px;
    }
    .rental-hero {
        height: 45vh !important;
    }
    .rental-hero .hero-txt {
        padding: 8% 0;
    }
    .flex-container.flex-rent .rent-option {
        flex-basis: 100%;
    }
    .blog-page h1 {
        font-size: 28px;
    }
    .blog-page h2 {
        font-size: 18px;
    }
    .full-map {
        height: 350px;
    }
    .logo, .left-main {
        flex-basis: 100%;
    }
    .main-header .wid90.grid-container {
        flex-wrap: wrap-reverse;
    }
    a.signup-btn button {
        width: 100%;
    }
    .mobile-nav {
        text-align: center !important;
    }
    .left-main {
        padding-bottom: 0 !important;
    }
    .newslettertext h4 {
        font-size: 16px;
    }
    .newslettertext h2 {
        font-size: 24px;
        line-height: 23px;
    }
}
@media only screen and (max-width:550px) {
    .slide-buttons .wrap.shNoDelete {
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
        padding: 15px 0;
    }
    .slide-buttons p, .slide-buttons button {
        flex-basis: 100%;
    }
    a.mobile-cat.center {
        font-size: 15px !important;
    }
}
@media only screen and (max-width:500px) {
    .light-box a {
        flex-basis: 100%;
    }
    .grid-rentals {
        grid-template-columns: repeat(1, 1fr);
    }
    .flex-manu a {
        flex-basis: 45%;
    }
    .logo p {
        font-size: 12px;
    }
    .txt-container h2 {
        font-size: 18px !important;
    }
    .signup-btn .orange-round {
        width: 100%;
    }
    .location-half h1 {
        font-size: 36px;
    }
    .location-half h1 span {
        font-size: 24px;
    }
}
@media only screen and (max-width:400px) {
    .days-wrap {
        font-size: 15px;
    }
    .sub-hero h1, .no-hero h1 {
        font-size: 26px;
    }
    .sub-hero h1 span {
        font-size: 18px;
    }
    .blog-page h1 {
        font-size: 22px;
    }
    .bottom-footer .flex-container {
        flex-wrap: wrap;
        gap: 10px;
    }
    .bottom-footer .flex-container .copyright, .bottom-footer .flex-container .foot-socials {
        flex-basis: 100%;
        justify-content: center;
        text-align: center !important;
    }
    .location-half h1 {
        font-size: 26px;
    }
    .location-half h1 span {
        font-size: 18px;
    }
}