/*
Theme Name: www.traxplus.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
.home-logos > div > div {
	width: 20%;
}
.sh-carousel-indicators {
	display: none !important;
}
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}
.width{max-width:1500px; margin:0 auto; padding:10px; box-sizing:border-box;}
h1, h2, h3, h4{font-family:'arial', sans-serif;}



/* SIDE TABS
------------------------------------------------*/
.mobile-fb{display:none}

#fb {
  top: 320px;
  right: -300px;
  z-index: 300;transition: 0.5s;
}

#fb:hover {right: 0;}
.side {
  background: #fff!important;
  width: 300px;
  height: 510px;
  position: fixed;
  z-index: 100;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.youtube-side{
	top:267px;
	right:0;
  display: block;
  height: 55px;
  width: 49px;
border:solid 1px #fff;
  background: #54ae47;
z-index:260;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  cursor: pointer;
}
.youtube-side:hover{background:#242887;}
#facebookTab{
  display: block;
  height: 55px;
  width: 50px;
border:solid 1px #fff;
  background: #54ae47;
  position: absolute;
  left: -49px;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  cursor: pointer;
}
#facebookTab i{color:#fff; padding:15px 20px; font-size:20px; box-sizing:border-box;}
.youtube-side i{color:#fff; padding:15px 12px; font-size:20px; box-sizing:border-box;}
.raise:hover, .raise:focus {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0.5em 0.5em -0.4em;
  transform: translateY(-0.5em);
}




/*------------Text Styles-------------*/
.black-bold{font-size:40px; line-height:40px; text-transform:uppercase; font-weight:800; color:#000;}
.black-bold hr{width:280px; margin-top:0px; border:none; background:#242887; height:6px;}

.white-bold{font-size:44px; line-height:40px; font-weight:800; color:#fff; font-family:'arial', sans-serif;}
.white-bold hr{width:280px; margin-top:10px; border:none; background:#54ae47; height:6px;}

.white-text{color:#fff; font-size:16px; line-height:26px; font-weight:500;}

.page-header{font-size:35px; font-weight:800; text-transform:uppercase; color:#242887;}
/*-----------Button Styles------------*/
.black-btn{background:#333; font-weigth:800; width:100%; padding:13px; box-sizing:border-box; font-family:'arial', sans-serif; font-size:22px; color:#fff; text-align:center; border:none; transition:.3s ease;}
.black-btn:hover{background:#000;}

.blue-btn{width:240px; border:none!important; display:block; box-sizing:border-box; background:#242887; color:#fff; font-family:'arial', sans-serif; text-align:center; font-weight:800; font-size:18px; padding:12px; transition:.3s ease;}
.blue-btn:hover{background:#54ae47;}

.white-text-btn{background:transparent; color:#fff; font-size:16px; font-weight:800; line-height:26px; border:none;}
.white-text-btn:hover{color:#54ae47;}

.white-btn{background:transparent; font-weigth:800; width:240px; padding:13px; box-sizing:border-box; font-family:'arial', sans-serif; font-size:22px; color:#fff; text-align:center; border:solid 1px #fff; transition:.3s ease;}
.white-btn:hover{background:#fff; color:#000;}
/*--------------Header---------------*/
.header-wrapper{width:100%; box-shadow:3px 0px 7px 3px rgba(0,0,0,.2);}
.header{display:flex; flex-direction:row; max-width:1500px; margin:0 auto; padding:20px 10px; box-sizing:border-box;}
.logo{max-width:220px; width:100%;}
.logo img{width:100%;}
.header-nav{width:calc(100% - 420px); padding:20px 15px; box-sizing:border-box;}
.header-locations{width:200px;}

.at-link{max-width:60px; padding-right:10px;}
.at-link img{width:100%;}
.at-row{display:flex; flex-direction:row;}


.hero-wrapper{position:relative;}
.hero{width:100%; height:800px; overflow:hidden; background-color:#000;}
.hero iframe{height:1100px!important; margin-top:-80px; filter:brightness(.55);}

.hero-text{position:absolute; bottom:0; height:100%; margin:0 auto; left:0; right:0; padding:300px 20px 20px; box-sizing:border-box;}
.hero-text h1{font-size:25px; font-weight:400; color:#fff; text-transform:uppercase; font-family:'arial', sans-serif;}
.hero-text h1 span{color:#fff; font-size:45px; text-transform:uppercase; font-weight:800; font-family:'arial', sans-serif;}
.hero-search{margin:0 auto; width:500px;}
.hero-search input{width:80%; padding:15px; display:inline-block; box-sizing:border-box; color:#fff; background:transparent; border:solid 1px #fff;}
.hero-search button{width:13%; margin-left:-4px; transition:.3s ease; display:inline-block; padding:15px; color:#fff; background:transparent; border:solid 1px #fff;}
.hero-search button:hover{background:#242887;}
.hero-search button i{font-size:20px; }
.hero-search input::placeholder{color:#fff!important;}

/*-- Hero Buttons --*/
.hero-video {position: relative;}
.sandhills_editable_area-106-widgetContainer {position: absolute !important; right: 10px; bottom: 10px;}
.sandhills_editable_area-106-widgetContainer button {margin-top: 10px; font-size: 23px; width: 280px; border: 1px #fff solid !important;}
#sandhills_editable_area_106 .container-default-div-editor {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column;}

/*--------Quick Links-------------*/
.quick-links{display:flex; padding-top:40px; flex-direction:row; justify-content: center;}
.eq{width:calc(33.33% - 20px); margin:10px; box-shadow:0px 2px 3px 4px rgba(0,0,0,.2);text-align:center; padding:2% 2%; box-sizing:border-box;}
.eq h2{font-size:28px; line-height:28px; font-weight:800; text-transform:uppercase; color:#000; padding-bottom:15px; }
.eq h2 span{color:#242887;}
.eq p{font-size:16px; line-height:22px; padding-bottom:30px!important;}

.bottom-qls{display:flex; flex-direction:row; justify-content: center;}
.ql{width:100%; max-width:500px; margin:0 10px; box-sizing:border-box; background:#242887; color:#fff; transition:.3s ease;}
.ql a{font-size:28px; text-transform:uppercase; font-weight:800; font-family:'arial', sans-serif; color:#fff;padding:28px 30px; display:block; text-align: center;}
.ql i{padding-left:30px; color:#fff;}
.ql:hover{background:#000;}

/*------------Featured Inventory-------------*/
.featured-wrapper{display:flex; flex-direction:row; position:relative; margin-bottom:120px;}
.featured-text{width:15%;}
.featured-inventory{width:85%;}


#controls{position:absolute; bottom:0px; right:0; z-index:400;}
.glyphicon-chevron-left, .glyphicon-chevron-right{background-color:#242887!important; border-radius:0px!important;}
.a_inv_cont{padding:5px!important;}
ol.sh-carousel-indicators.carousel-indicators.inv_car_ind{display:none!important;}

.card{border:none!important; margin:20px; box-shadow:0px 0px 7px 1px rgba(0,0,0,.1);}
.featured-wrapper .outer-img-box{padding:0!important;}
.inv_image{width:100%!important; object-fit:cover!important; height:320px!important;}
p.listing-title{font-size:22px; color:#000!important; padding-top:20px;}
.small_spec strong{display:none;}
.small_spec{font-size:16px;}
.featured-inventory button {background:#333!important; font-weigth:800!important; width:100%!important; padding:13px!important; box-sizing:border-box!important; font-family:'arial', sans-serif!important; font-size:22px!important; color:#fff!important; text-align:center!important; border:none!important; transition:.3s ease!important;}
.featured-inventory button:hover{background:#000;}

.featured-text p{ -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg); 
display:block; bottom:260px; position:absolute; text-transform:uppercase; font-size:80px; font-weight:800; font-family:'arial', sans-serif; left:-100px; color:rgba(84,174,71,0.50)}

/*--------------Home Brands----------------*/
.home-logos img{max-width:none!important; transition:.3s ease; filter:grayscale(100%)!important; height:130px!important; object-fit:contain!important; width:100%; display:block!important; border:solid 2px #ccc; padding:30px!important; box-sizing:border-box!important; opacity:.8;}

.home-logos img:hover{filter:grayscale(0%)!important; opacity:1;}

/*---------Promotions----------------*/
.promos{box-shadow:0px 0px 7px 2px rgba(0,0,0,.2); margin:40px auto; padding:0!important;}

/*------------Teammates--------------*/
.teammate{box-shadow:0px 0px 8px 2px rgba(0,0,0,.2); margin:15px; padding-bottom:20px;}
.team-img, .team-img img{max-width:100%;}
.team-name{font-size:24px; font-weight:800; font-family:'arial', sans-serif; color:#242887; text-transform:uppercase; padding-top:20px;}
.team-title{font-style:italic; font-size:16px; color:#000; padding-bottom:20px;}
.teammate a{display:block;}
.team-phone{color:#333;}
.team-text{color:#333;}

.nav-pills li.active a{background:#54ae47!important;}

/*-----------Home Locations---------------*/
.location-row{max-width:1500px; margin:0 auto; display:flex; flex-direction:row; background:#fff; box-shadow:0px 0px 7px 2px rgba(0,0,0,.2); margin-bottom:10px;}
.location-map{box-sizing:border-box; padding:50px 25px 50px 50px; width:50%; height:380px;}
.location-map iframe{height:100%; width:100%;}
.location-right{box-sizing:border-box; padding:50px 50px 20px 25px; width:50%;}
.location-home-header{font-family:'arial', sans-serif; color:#242887; text-align:left; font-weight:800; font-size:28px; text-transform:uppercase; padding-bottom:25px;}
.loc-info{width:100%; display:flex; flex-direction:row;justify-content: space-between;}
.loc-info-left{text-align:left;}
p.address{font-size:18px; font-family:'Barlow', sans-serif; max-width:180px; padding-bottom:10px;}
p.phone span{font-weight:800;}
p.phone a{color:#000;}
p.phone a:hover{color:#54ae47;}
.location-hours{max-width:300px; text-align:left;}
.location-hours p{font-weight:800;}
.location-right hr{width:100%; border:none; height:2px; background-color:#333; margin-top:50px;}
a.location-btn{font-weight:800; font-size:18px; display:block; color:#000; text-align:left; width:100%;}
.location-btn i{padding-left:15px; transition:.3s ease;}
.location-btn:hover i{padding-left:25px;}


.home-page ul.nav-tabs{max-width:1500px; margin:0 auto; box-shadow:0px 0px 5px 2px rgba(0,0,0,.2); display:flex;}
.home-page ul.nav-tabs li{margin-top:-40px; padding:0; flex:1; display:flex; background:#fff;}
.home-page ul.nav-tabs li a{border: none;border-radius: unset;padding:30px 0; width:100%; border-bottom:1px solid #ccc; text-align:center; font-size:24px; text-transform:uppercase; font-family:'arial', sans-serif; font-weight:800; color:#333;}
.home-page ul.nav-tabs li a.active{color:#fff; background:#333;}




/*----------Footer--------------*/
.footer{background-image:url("images/footer.jpg"); background-repeat:no-repeat; background-position:center; background-color:#000; padding:140px 10px; box-sizing:border-box; background-size:cover;}
.footer-wrapper p{font-size:20px; text-transform:uppercase; font-weight:800; color:#54ae47; font-family:'arial', sans-serif; padding-bottom:15px;}

.footer-wrapper a{font-size:16px; font-weight:400; text-transform:uppercase; color:#fff; line-height: 26px;}
.footer-wrapper a:hover{color:#54ae47;}

.footer-socials{max-width:130px; margin:20px auto 0 auto;}
.footer-socials a{height:35px; width:35px; transition:.3s ease; border:solid 1px #fff; margin:2px; display:inline-block; vertical-align:center;}
.footer-socials a i{display:flex; justify-content: center; padding-top:6px;}
.footer-socials a:hover{background:#242887;}
/*----------Forms-------------*/
.site-form{padding:40px!important; box-sizing:border-box; margin:40px auto; box-shadow:0px 0px 8px 2px rgba(0,0,0,.2);}
.site-form h1{font-size:40px; font-weight:800; text-transform:uppercase; color:#242887; }
.site-form h2{font-size:28px; color:#000;}
.site-form .sheSubmitButton{background:#242887; text-transform:uppercase; color:#fff; font-size:18px; font-weight:600; font-family:'arial', sans-serif; padding:11px; width:180px; border:none!important;}
.site-form .sheSubmitButton:hover{background:#54ae47;}
.site-form .form-control{height:38px;}

/*----------Testimonials---------------*/

.testi{padding:40px; box-sizing:border-box; box-shadow:0px 0px 7px 3px rgba(0,0,0,.2); margin:10px; text-align:left;}
.person i{float:left; font-size:26px; color:#242887; padding-right:10px;}
.name{font-size:24px; font-weight:800; font-family:'arial', sans-serif; color:#000;}
.stars{padding-bottom:40px;}
.stars i{padding:2px; font-size:18px; color:#54ae47; }
.review{clear:both; text-align:center;}
.store{padding-top:20px;}
.store span{font-weight:600;}
.date span{font-weight:600;}

/*--------Showrooms----------*/
.showroom{position:relative; padding:5px; overflow:hidden; display:block; width:100%; height:100%; max-height:300px;}
.gradient{height:98.5%; width:97.5%; background:rgba(0,0,0,.3); position:absolute; top:0;}
.showroom img{width:100%; transition:.5s ease; object-fit:cover; filter:brightness(.7); height:290px;}
.showroom-text{position:absolute; left:0; text-shadow:1px 1px 3px rgba(0,0,0,.8); transition:.8s ease; right:0; bottom:0; height:93%; box-sizing:border-box; align-content:center; color:#fff; font-weight:800; font-size:22px; text-transform:uppercase; padding:0 20px; box-sizing:border-box; line-height:28px;}
.showroom:hover .showroom-text{font-size:24px;}
.showroom:hover img{filter:brightness(.4);}
/*------------Locations Page ----------------*/

.location-page-link{width:calc(100% - 20px); margin:30px 10px 10px;  height:700px; position:relative; display:block; background:#242887; opacity:1;}
.location-page-link img{width:100%; height:100%; object-fit:cover; filter:brightness(.4); transition:.3s ease;}
.over-text{position:absolute; z-index:400; bottom:10%; left:0; right:0; width:90%; margin:0 auto; text-align:left; }
.location-header{font-size:35px; font-family:'arial', sans-serif; font-weight:800; color:#fff; text-shadow:0px 2px 4px 5px rgba(0,0,0,.7);}
.location-number{font-size:22px; color:#fff; font-weight:400;}
.location-page-link i{padding:11px 15px; color:#fff; transition:.3s ease; font-size:22px; border:solid 2px #fff; border-radius:50%; margin-top:40px;}
.location-page-link:hover i{margin-left:40px; color:#54ae47; border:solid 2px #54ae47;}
.location-page-link:hover img{filter:brightness(1); opacity:.3; }

/*-----------Location Pages--------------------*/
.page-top h1{margin-left:10%; color:#fff; text-transform:uppercase; font-size:40px; font-weight:800; padding:0 10px; box-sizing:border-box;}
.page-top button{margin-left:11%;}

.location-links h2{font-size:30px; font-weight:600; color:#000;}
.location-links a{color:#000; font-weight:600; transition:.3s ease;}
.location-links a:hover{color:#242887;}

.location-page-hours h3{font-size:26px; color:#000; font-weight:400;}
.location-page-hours table{width:300px;}
.location-page-hours tr td{padding:5px 0;}
.location-page-hours td.bold{font-weight:600;}


.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #242887 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #242887 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #54ae47 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1700px) {		
	.hero{height:700px;}
	.hero iframe{margin-top:-140px;}
	.hero-text{padding:220px 20px 20px;}
	.hero-text h1 span{font-size:50px; line-height:50px;}
}
@media only screen and (max-width : 1500px) {	
	.hero{height:600px;}
	.hero iframe{margin-top:-260px;}
}
@media only screen and (max-width : 1350px) {		
	.hero-text h1 span{font-size:40px; line-height:40px;}
	.hero{height:600px;}
	.quick-links{flex-wrap:wrap;}
	.eq{width:calc(50% - 20px);}
	
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1250px) {		
	.location-map{max-width:50%;}
	.location-left{max-width:50%; width:100%;}
}
@media only screen and (max-width : 1050px) {
	.hero{height:500px;}
	.hero-text{padding:180px 20px 20px;}
	.hero-text h1 span{display:none;}
	.hero-text h1{color:#fff; font-size:50px; text-transform:uppercase; font-weight:800; font-family:'arial', sans-serif;}
	.hero iframe{height:700px!important; margin-top:-80px;}
	.ql{font-size:28px!important; line-height:45px;}
	.featured-text{display:none;}
	.featured-inventory{width:100%;}
	.location-page-hours table{width:220px;}
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 993px) {
	.hero{height:400px;}
	.hero-text{padding:120px 20px 20px;}
	.hero-text h1{font-size:35px!important;}
	.hero-search{width:100%; font-size:16px; max-width:500px; padding:0; box-sizing:border-box;}
	.hero iframe{margin-top:-140px;}
	.bottom-qls{flex-direction:column;}
	.ql{max-width:800px; width:calc(100% - 20px); margin:10px auto;}
	.ql a{font-size:28px; text-align:center;}
	.home-page ul.nav-tabs{flex-direction:column;}
	.home-page ul.nav-tabs li{margin-top:0;}
	.location-row{flex-direction:column-reverse;}
	.location-map, .location-right{width:100%; max-width:none;}
	
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
@media only screen and (max-width : 800px) {
	.eq{width:calc(100% - 20px);}
	
}
@media only screen and (max-width : 767px) {
	.footer-wrapper{text-align:center;}
	.loc-info{flex-direction:column;}
	.header{flex-wrap:wrap;}
	.header-locations{width:100%;}
	.header-nav{width:calc(100% - 220px);}
	nav.secondary ul{width:100%;}
	.location-page-link{height:400px;}
	.site-form h1{font-size:35px; line-height:35px;}
	.at-row{width:100%;}
	.sandhills_editable_area-106-widgetContainer button {font-size: 20px; width: 250px; margin-left: 10px;}
	#sandhills_editable_area_106 .container-default-div-editor {flex-wrap: nowrap; flex-direction: row;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 700px) {
	.location-map{max-width:100%;}
	.location-left{max-width:100%;}
	.hero{height:350px;}
	.hero iframe{height:600px!important; margin-top:-140px;}
	.youtube-side, #facebookTab{display:none;}
	.eq p{display:none;}
	.request-btn{position:fixed; bottom:3%; right:5%; width:220px!important; padding:15px!important; z-index:200; border-radius:20px; box-shadow:0px 0px 5px 1px rgba(225,225,225,1);}
	.mobile-fb{display:block!important; max-width:340px; margin:0 auto 40px auto;}
	
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 550px) {
	.sandhills_editable_area-106-widgetContainer button {font-size: 16px; width: 190px;}
}
@media only screen and (max-width : 480px) {
	.hero-text h1{font-size:30px; line-height:30px;}
	.hero-text{padding:80px 20px 20px;}
	.hero iframe{margin-top:-160px;}
	.hero{height:280px;}
	.ql a{font-size:18px!important; padding:26px 10px!important;}
	.eq h2{font-size:30px;}
	.white-bold{font-size:40px; line-height:40px;}
	.footer-wrapper span{display:none;}
	.page-header{font-size:35px; line-height:35px;}
	.site-form h1{font-size:30px; line-height:30px;}
	.hero-search button{width:16%;}
}
@media only screen and (max-width : 430px) {
	.sandhills_editable_area-106-widgetContainer {bottom: -40px; width: 100%;}
	.sandhills_editable_area-106-widgetContainer button {font-size: 16px; width: 250px; height: 50px; margin-top: -1px;}
	#sandhills_editable_area_106 .container-default-div-editor {flex-wrap: wrap; flex-direction: column;}
}
@media only screen and (max-width : 360px) {
	.ql a{padding:28px 24px; font-size:18px; text-align:center;}
	.white-bold{font-size:32px; line-height:32px;}
	.logo{max-width:140px;}
	.logo img{width:100%;}
	#menu-button{width:100px!important;}
	.hero-text h1{font-size:28px; line-height:28px;}
	.ql a icon{display:none!important;}
	.black-bold{font-size:30px; line-height:30px;}
}
