/*
Theme Name: www.vetterequip.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

red #ed1b24
grey #f5f2ef
dk grey #878787

*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
}
.featured-equip-wrap {
    margin: 0 auto !important;
}
.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;
}

/*--------------------------------------------------------------
## 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;
}




/*===================== 
	base styles 
=======================*/


body {
	font-family: 'Outfit', sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
        font-family: 'Outfit', sans-serif;
		font-size:30px;
        margin:0;
}

	h2 {
        font-family: 'Outfit', sans-serif;
		font-size:28px;
        margin:0;
}
	h3 {
        font-family: 'Outfit', sans-serif;
		font-size:24px;
        margin:0;
}
	h4 {
        font-family: 'Outfit', sans-serif;
		font-size:20px;
        margin:0;
}
	h5 {
        font-family: 'Outfit', sans-serif;
		font-size:18px;
        margin:0;
}
	h6 {
        font-family: 'Outfit', sans-serif;
		font-size:16px;
        margin:0;
}

p {
    font-family: 'Outfit', sans-serif;
	font-size:16px;
	margin: 0;
    font-weight: 400;
	}

p a:hover {
    color:#ed1b24!important;
}
.text-shadow {
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.butn-black {
    font-family: 'Outfit', sans-serif;
	background-color:#000!important;
	color:#fff;
	display: inline-block;
	padding:15px 10px;
	text-align:center;
	max-width: 250px;
	margin:10px 2px;
    transition: .2s ease-in;
    border:1px solid #000!important;
    border:none;
}
.butn-black:hover {
	background-color:#fff!important;
	color:#000!important;
    border:1px solid #000!important;
}
.butn-red {
    font-family: 'Outfit', sans-serif;
	background-color:#ed1b24!important;
	color:#fff;
	display: inline-block;
	padding:15px 10px;
	text-align:center;
	max-width: 250px;
	margin:10px 2px;
    transition: .2s ease-in;
    border:1px solid #ed1b24!important;
    border:none;
}
.butn-red:hover {
	background-color:#fff!important;
	color:#ed1b24!important;
    border:1px solid #ed1b24!important;
}
 

/*===================== 
	header styles 
=======================*/

.head-search {
    background:#f5f2ef;
    padding:20px 10px;
    display: none;
}
.head-search form {
    display: flex;
    max-width: 750px;
    width: 100%;
    margin:0 auto;
    box-sizing: border-box;
    background: #fff;
}
.head-search form input {
    border:0px;
    outline: none;
    width:100%;
    font-family: 'Outfit', sans-serif;
    padding:0 10px;
    box-sizing: border-box;
}
.head-search form button {
    background:#ed1b24;
    color:#fff;
    border:0px;
    outline: none;
    padding:20px;
    transition: .2s ease-in;
}
.head-search form button:hover {
    background:#000;
}

.top-header-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}

.top-header {
    max-width: 1400px;
	margin: 0 auto !important;
	padding:25px 20px;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.head-social {
    min-width: 100px;
}
.head-social ul {
    display: flex;
    gap:15px;
    padding:0;
    margin:0;
}
.head-social ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.head-social ul li a {
    font-size: 12px;
    color:#ed1b24;
    font-family: 'Outfit', sans-serif;
    transition: .2s ease-in;
}
.head-social ul li a i {
    font-size: 20px;
}
.head-social ul li a:hover {
    color:#000;
}
.head-logo-1 {
   width:100%;
    max-width: 400px;
    
}
.head-logo-2 {
    width:100%;
    max-width: 190px;
}
.head-logo-2 img {
    max-width: 100%!important;
}
.top-head-mobile {
    display: none;
    background:#ed1b24;
    width:calc(100% - 250px);
}
.top-head-mobile ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:15px;
    padding:10px;
    box-sizing: border-box;
    margin:0;
    height: 150px;
}
.top-head-mobile ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.top-head-mobile ul li a {
    font-size: 12px;
    color:#fff;
    font-family: 'Outfit', sans-serif;
    transition: .2s ease-in;
}
.top-head-mobile ul li a i {
    font-size: 20px;
}
.head-nav {
    width:100%;
    background:#000;
}


/*===================== 
	content styles 
=======================*/

.home-cta-cont-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:30px 0;
    max-width: 1400px;
	margin: 0 auto !important;
	padding:50px 20px;
	box-sizing: border-box;
    float:none;
}
.home-cta-1 {
    width:30%;
    background:#f5f2ef;
    position: relative;
}
.home-cta-1 h2 {
    font-family: 'Outfit', sans-serif;
    display: block;
    width:100%;
    padding:30px 10px;
    box-sizing:border-box;
    background:#ed1b24;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    margin:0!important;
}
.home-cta-1 p {
    font-family: 'Outfit', sans-serif;
    color:#000;
    font-size: 18px;
    font-weight: 500;
    padding:20px;
}
.home-cta-1 .butn-black {
    width:calc(100% - 40px);
    margin:0 auto 25px auto;
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-cta-1 form {
    padding:10px 20px;
}
.home-cta-1 form select {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    padding:15px 10px;
    width:100%;
    border:1px solid #000;
    background:#fff;
    margin-bottom:10px;
}
.home-cta-search-btn {
    width:100%;
    border:1px solid #000;
    background:#fff;
    display: flex;
}
.home-cta-1 form input {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    padding:15px 10px;
    width:calc(100% - 20px);
    background:#fff;
    border:0px;
    outline:none;
}
.home-cta-1 form button {
    background:none;
    outline: none;
    border:0px;
    font-size: 20px;
}



/*===================== 
	slideshow styles 
=======================*/

.featured-equip-wrap {
    max-width: 1400px;
	margin: 0 auto !important;
	padding:10px 20px;
	box-sizing: border-box;
    float:none;
    width:calc(100% - 40px);
}
.post-container-featured-inventory {
    width:calc(100% - 40px);
}
.featured-equip-cont-1 {
    display: block;
    background:#fff;
    border:1px solid #878787;
    margin:0 10px;
}
.featured-equip-img {
    width:100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.featured-equip-cont-1 p {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 90px;
    padding:10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color:#ed1b24;
    text-transform: uppercase;
}

.featured-equip-wrap .slick-dots {
    display: none!important;
}
.featured-equip-wrap .slick-prev {
    clip-path: polygon(0% 50%,100% 100%,100% 0%);
    background-color:#ed1b24!important;
    width:15px;
    height: 30px;
    opacity: 1;
    top: 45% !important;
    left: 0px!important;
}

.featured-equip-wrap .slick-next { 
    clip-path: polygon(0% 0%,0% 100%,100% 50%);
    background-color:#ed1b24!important;
    width:15px;
    height: 30px;
    opacity: 1;
    top: 45% !important;
    right: 0px!important;
}
.featured-equip-wrap .slick-prev:before, .featured-equip-wrap .slick-next:before {
    display: none;
}


/*===================== 
	Loactions styles 
=======================*/

.location-slider-1 {
    background:#f5f2ef;
    padding:20px 20px 80px 20px;
}
.location-slider-1 .container-1 {
    display: flex;
    justify-content: space-between;   
    flex-wrap: wrap;
    background:#fff;
    padding:0px!important;
}
.location-name {
    width:33.33%;
}
.location-name .slick-list {
    height: 100%;
}
.location-name .slick-track {
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #878787;
    border-right:1px solid #878787;
    width:100%!important;
    box-sizing: border-box;
    transform: translate3d(0px, 0px, 0px)!important;
}
.location-name .slick-slide {
    width:50%!important;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #878787;
    border-right:0px;
    border-bottom:0px;
    cursor: pointer;
}

.location-name .slick-slide.slick-current {
    border:1px solid #ed1b24;
    background:#ed1b24;
    color:#fff;
}

.location-info-1 {
    width:66.66%;
    border-bottom:1px solid #878787;
    border-top:1px solid #878787;
    border-right:1px solid #878787;
}
.location-info-1 .slick-slide div:first-child {
    height: 100%;
}
.location-info-1 .slick-list, .location-info-1 .slick-slide, .location-info-1  .slick-track {
    height: 100%!important;
}
.location-slide-cont-1 {
    display: flex;
    justify-content: space-between;   
    flex-wrap: wrap;
    height: 100%;
}
.location-slide-info-1 {
    width:50%;
    padding:20px 20px 20px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px;
    
}
.location-slide-info-1 h3 {
    font-weight: 600;
    color:#ed1b24;
}
.location-slide-phone {
    color:#000;
    font-weight: 600;
}
.location-slide-phone:hover {
    color:#878787;
}
.location-slide-link {
    color:#ed1b24;
    font-weight: 600;
}
.location-slide-link:hover {
    color:#878787;
}
.location-slide-map {
    width:50%;
}
.location-slide-map iframe {
    width:100%;
    height: 100%;
    display: block;
    border:0px;
}

.location-page-content .comments-area {
    display: none;
}
.location-page-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px 0;
    padding:30px 0;
}
.location-page-header {
    background:#fff;
    border:1px solid #000;
    box-sizing: border-box;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location-page-header h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    padding:20px;
    line-height: normal;
}
.location-page-address {
    padding:20px;
    background:#ed1b24;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color:#fff;
}
.location-page-address p {
    font-size: 20px;
}
.location-page-about {
    position: relative;
    padding:20px 20px 92px 20px;
    background:#f5f2ef;
    width:49%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap:20px 0;
}
.location-page-about h2 {
    padding:0 0 20px 0;
    color:#ed1b24;
}
.location-page-contact {
    position: relative;
    padding:20px 20px 92px 20px;
    background:#f5f2ef;
    width:49%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap:20px 0;
}

.location-page-contact h2 {
    color:#ed1b24;
}
.location-page-about-phone a {
    font-size: 20px;
}
.location-page-about-social span {
    font-size: 20px;
    color:#000;
    font-weight: 400!important;
    margin-right:10px;
}
.location-page-about-social i {
    color:#ed1b24;
    font-size: 25px;
}
.location-page-about-social:hover span {
    color:#ed1b24;
} 

.location-page-about .butn-black, .location-page-contact .butn-black {
    width: calc(100% - 40px);
    margin: 0 auto 25px auto;
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.location-page-about p a, .location-page-contact p a {
    color:#878787;
    font-weight: 700;
}
.location-page-about a:hover, .location-page-contact a:hover {
    color:#ed1b24;
    font-weight: 700;
}
.location-page-map, .location-page-image {
    width:49%;
}
.location-page-map iframe {
    width:100%;
    height: 100%;
    display: block;
    outline:0px;
    border:0px;
}
.location-page-image img {
    width:100%;
    max-width: 100%;
    height: auto;
    display: block;
}



/*===================== 
	Video styles 
=======================*/

.video-container {
    margin:20px;
    box-sizing: border-box;
    border:1px solid #000;
    
}
.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.video-container h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: #ed1b24;
    text-transform: uppercase;
}


/*===================== 
	Service styles 
=======================*/

.inspection-wrap {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px 0;
}

.inspection-cont-1  {
    border:1px solid #ed1b24;
    width:49%;
    padding:30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: start; 
    gap:15px 0;
}
.inspection-content {
    width:60%;
}
.inspection-content h3 {
    color:#ed1b24;
    padding-bottom:10px;
}
.inspection-cont-1 h5 {
    padding-top:10px;
}

.inspection-cont-1 ul {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap:5px 40px;
    padding:0 0 0 20px;
    margin:0;
}
.inspection-cont-1 ul li {
}
.inspection-img {
    width:40%;
}
.precision-wrap {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px 0;
}
.precision-cont-1  {
    border:1px solid #ed1b24;
    padding:30px;
    width:100%;
    box-sizing: border-box;
}
.precision-cont-2  {
    border:1px solid #ed1b24;
    padding:30px;
    box-sizing: border-box;
    width:49%;
}
.percision-img-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}
.percision-img {
    width:49%;
}
.percision-img img {
    margin:0 auto;
}
.app-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
    margin-top:40px;
}
.app-cont-1 {
    background:#f5f2ef;
    width:49%;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px 0;
    flex-direction: column;
}
.app-cont-1:nth-child(1) {
    width:32%;
}
.app-cont-1:nth-child(2) {
    width:32%;
}
.app-cont-1:nth-child(3) {
    width:32%;
}
.app-cont-1 h3 {
    width:100%;
    text-align: center;
    border-bottom:1px solid #000;
    padding-bottom:5px;
    margin-bottom:5px;
    color:#ed1b24;
}
.app-cont-1 p {
    width:100%;
}
.app-cont-1 .btn-cont {
    display: flex;
    justify-content: space-between;
    gap:10px 0;
    align-items: flex-end;
}
.btn-cont a {
   width:49%; 
    max-width: 100%;
    margin:10px 0;
}


/*===================== 
	form styles 
=======================*/

.contactForm h1 {
    display: none!important;    
}
.contactForm h3 {
    padding:20px 0 5px 0;
}

.widget_sandhills_contact_form h2 {
    padding:10px;
    box-sizing: border-box;
    margin:15px 0 10px 0;
    background:  #f5f2ef;
    text-align: center;
}


.widget_sandhills_contact_form hr {
    border:1px solid #000!important;
}

/*===================== 
	Product Line styles 
=======================*/

.product-line-cont {
    margin:20px;
    box-sizing: border-box;
    border:1px solid #000;
    padding:10px;
    display: flex;
    flex-wrap: wrap;
    gap:20px 0;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}
.product-line-cont img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s ease-in;
}
.product-line-cont:hover img {
    opacity: 0.5;  
}
.product-line-cont:hover .product-line-info {
    opacity: 0.5;  
}
.product-line-info {
    border-top:1px solid #ed1b24;
    padding-top:10px;
    color: #ed1b24;
}
.product-line-info p {
    color: #000;
}
.column-padding-salemodelunits > div {
	height: 100%;
	padding:10px!important;
	box-sizing: border-box;
}
.sale-model-cont {
    box-sizing: border-box;
    border:1px solid #000;
    padding:10px;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap:20px 0;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
	height: 100%;
}
.sale-model-cont img {
    width:100%;
	height: 100%;
	max-height: 300px;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
}
.sale-model-info {
    border-top:1px solid #ed1b24;
    padding-top:10px;
    color: #ed1b24;
	text-align: left;
}
.sale-model-info p {
    color: #000;
}

/*===================== 
	Inventory styles 
=======================*/

.inv-banner-careers-col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}

.inv-banner-careers .butn-black {
   width: 100%;
}

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/


/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#ed1b24 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #ed1b24;
  color: #ed1b24;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#ed1b24!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #ed1b24!important;
    border: 1px solid #ed1b24!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #ed1b24!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #ed1b24!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #ed1b24!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #ed1b24 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#ed1b24 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#ed1b24 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#ed1b24 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:#ed1b24 !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:#ed1b24 !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#ed1b24!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#ed1b24!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#ed1b24!important;
}
.detail-content-mobile .share-listing {
	color:#ed1b24!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#ed1b24!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#ed1b24!important;
}
.cs-btns .button {background:#ed1b24 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}
/*===================== 
	layout styles 
=======================*/

.container-1 {
	max-width: 1400px;
	margin: 0 auto !important;
	padding:10px 20px;
	box-sizing: border-box;
    float:none;
	}
.container-2 {
	max-width: 750px;
	margin: 0 auto !important;
	padding:10px 20px;
	box-sizing: border-box;
    float:none;
	}
.container-inv {
	max-width: 100%;
	margin: 0 auto !important;
	padding:50px 20px;
	box-sizing: border-box;
    float:none;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.container-inv {
	max-width: 1400px;
	margin: 0 auto !important;
	padding:40px 20px;
	box-sizing: border-box;
    float:none;
	}
	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/
.foot-top {
    background: #fff;
    padding:50px;
    border-top:2px solid #f5f2ef;
}

.foot-top .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    max-width: 230px;
    width:100%;
}
.footer-logo img {
    max-width: 100%;
    width:100%;
    margin:0 auto;
}
.foot-nav {
    width:calc(100% - 250px);
}
.foot-nav-cont {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:20px 8%;
}
.foot-nav-row h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color:#ed1b24;
    font-family: 'Outfit', sans-serif;
    margin-bottom:20px;
}
.nav-row-flex {
    display: flex;
    flex-wrap: wrap;
    gap:0 20px;
}
.foot-nav-row ul {
    padding:0;
    margin: 0;
}
.foot-nav-row ul li {
    padding:0 0 4px 0;
    margin: 0;
    list-style: none;
}
.foot-nav-row ul li a {
    font-size: 16px;
    font-weight: 400;
    color:#000;
    font-family: 'Outfit', sans-serif;
    transition: .2s ease-in;
}
.foot-nav-row ul li a:hover {
    color:#878787;
}
.foot-bottom {
    padding:40px 0;
    background:#000;
}
.foot-bottom .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-social ul {
    display: flex;
    gap:15px;
    padding:0;
    margin:0;
}
.foot-social ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.foot-social ul li a {
    font-size: 12px;
    color:#fff;
    font-family: 'Outfit', sans-serif;
    transition: .2s ease-in;
}
.foot-social ul li a i {
    font-size: 20px;
}
.foot-social ul li a:hover {
    color:#ed1b24;
}

.foot-bottom-text p {
    font-size: 12px;
    color:#fff;
    font-family: 'Outfit', sans-serif;
}
.foot-bottom-text {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap:5px 20px;
}
.foot-bottom-text p a {
    font-size: 12px;
    color:#fff;
    transition: .2s ease-in;
}
.foot-bottom-text p a:hover {
    color:#ed1b24;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1450px) {
	.featured-equip-wrap .slick-prev {
        left:-30px !important;
    }
}
@media only screen and (max-width : 1451px) {
	.featured-equip-wrap .slick-next {
        right:30px !important;
    }
    .featured-equip-wrap .slick-prev {
        left:-8px !important;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.inspection-cont-1  {
        width:100%;
    }
    .precision-cont-2 {
        width: 100%;
    }
    .app-cont-1:nth-child(1) {
        width:49%;
    }
    .app-cont-1:nth-child(2) {
        width:49%;
    }
    .app-cont-1:nth-child(3) {
        width:100%;
    }
}

@media only screen and (max-width : 900px) {
    .home-cta-1 {
        width:90%;
        margin:0 auto;
    }
    .home-cta-1 .butn-black {
        position: static;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
    
    .top-header {
      margin: 0 auto !important;
      padding: 0;
      align-items:stretch;
    }
    
    .top-header-desktop {
        flex-direction: column;
        width: 100%;
        max-width: 220px;
        padding:15px;
        box-sizing: border-box;
        gap:10px;
        margin: 0 auto !important;
    }
    .head-social {
        display: none;
    }
    .top-head-mobile {
        display: block;
    }
    .location-name {
        width: 100%;
    }
    .location-name .slick-slide {
        padding: 15px;
    }
    .location-info-1 {
        width: 100%;
        border-bottom: 1px solid #878787;
        border-top: 0px solid #878787;
        border-right: 0px solid #878787;
        border-left: 1px solid #878787;
    }
    .location-slide-info-1 {
        padding:40px 20px;
    }
    .location-page-about {
          width: 100%;
        order:1;
    }
    .location-page-contact {
          width: 100%;
        order:2;
    }
    .location-page-header h1 {
          font-size: 25px;
    }
    .location-page-map {
        width:100%;
        order:3;
    }
    .location-page-image {
        width:100%;
        order:4;
    }
    .location-page-map iframe {
        height: 450px;
    }
    
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {    
    .foot-nav {
        display: none;
    }
    .footer-logo {
        margin: 0 auto !important;
    }
    .app-cont-1:nth-child(1) {
        width:100%;
    }
    .app-cont-1:nth-child(2) {
        width:100%;
    }
    .app-cont-1 {
        width:100%;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 600px) {
    .top-header-desktop {
        flex-direction: column;
        justify-content: center;
        width: 50%;
        max-width: auto;
    }
    .top-head-mobile {
      width: 50%;
    }
    .top-head-mobile ul {
      height: 150px;
    }
    .location-slide-info-1 {
        width: 100%;
    }
    .location-slide-map {
        width: 100%;
        height: 350px;
    }
    .location-info-1 .slick-list, .location-info-1 .slick-slide, .location-info-1  .slick-track {
        height: auto!important;
    }
}

@media only screen and (max-width : 480px) {
    .location-page-header {
         flex-wrap: wrap;
    }
    .location-page-header h1 {
        width:100%;
        text-align: center;   
    }
    .location-page-address {
      width:100%;
    }
}

