/*
Theme Name: www.barkerimp.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


yellow #fcdb05
grey #3d3d3d
light grey #8b8d90

*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 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: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-size:16px;
		font-weight: 500;
}

p {
	font-size:16px;
	margin: 0;
	}
.butn-black {
	background:#000;
	color:#fcdb05;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	border:0px;
	outline: none;
	cursor: pointer;
	border-radius: 0px;
}
.butn-black:hover {
	background:#8b8d90;
	clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}
.butn-yellow {
	background:#fcdb05;
	color:#000;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	border:0px;
	outline: none;
	cursor: pointer;
	border-radius: 0px;
}
.butn-yellow:hover {
	background:#8b8d90;
	clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}
.butn-white {
	background:#fff;
	color:#000;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	padding:15px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	border:0px;
	outline: none;
	cursor: pointer;
	border-radius: 0px;
}
.butn-white:hover {
	background:#8b8d90;
	clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}
.text-link-white {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#fff!important;
    transition: .2s ease-in;
    margin:5px 0;
    display: inline-block;
	outline: none;
	border:0px;
	cursor: pointer;
	background:none;
	border-radius: 0px;
}
.text-link-white i {
    color:#fcdb05!important;
    transition: .2s ease-in;
}
.text-link-white:hover {
    opacity: 0.7;
}

.text-link-black {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#000!important;
    transition: .2s ease-in;
    margin:5px 0;
    display: inline-block;
	outline: none;
	border:0px;
	cursor: pointer;
	background:none;
	border-radius: 0px;
}
.text-link-black i {
    color:#fcdb05!important;
    transition: .2s ease-in;
}
.text-link-black:hover {
    opacity: 0.6;
}

.text-link-header {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#000!important;
    transition: .2s ease-in;
    display: inline-block;
	outline: none;
	border:0px;
	cursor: pointer;
	background:none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
}
.text-link-header:hover {
    opacity: 0.6;
}

/*===================== 
	header styles 
=======================*/

#header {
	width: 100%;
	background:#3d3d3d;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding-left: clamp(20px, -780px + 50vw, 100vw);
}
.head-logo {
	width: 100%;
	max-width:220px;
}
.head-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	width: auto;
}
.head-info {
	padding: 10px clamp(20px, -780px + 50vw, 100vw) 10px 60px;
	background:#fcdb05;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30px 100%);
	box-sizing: border-box;
}
.highlightSidebars .head-info {
	clip-path:none;
}
.head-nav {
	padding: 10px clamp(20px, -780px + 50vw, 100vw) 10px 60px;
}


/*===================== 
	content styles 
=======================*/

.heroslideangle {
	padding: 10px 10px 10px clamp(20px, -780px + 50vw, 100vw)!important;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.heroslideangle:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:100%;
	width: 200px;
	height: 100%;
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
	background:#fcdb05;
	z-index: 1;
}

.home-form-cont-1 {
	width: 100%;
	display: flex;
	align-items: center;
	gap:20px;
}
.home-form-cont-1 h2 {
	font-size: 35px;
	font-weight: 700;
	padding:0;
	margin:0;
}
.home-form-cont-1 form {
    display: flex;
    margin-top:0;
	flex-grow: 1;
    justify-content: space-between;
}
.home-form-cont-1 form input {
    width:calc(100% - 60px);
    padding:10px;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    background:#fff;
    font-size: 16px;
    border:1px solid #8b8d90;
}
.home-form-cont-1 form button {
    width:70px;
    background:#fcdb05;
    color:#000;
	border:1px solid #fcdb05;
    font-size: 20px;
    outline:none;
    padding:8px 0;
    cursor: pointer;
    transition: .2s ease-in;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-form-cont-1 form button:hover {
    background:#000;
    color:#fcdb05;
	border:1px solid #000;
}
.wrap-category-btn-1 {
	
}
.wrap-category-btn-1 .container-fluid {
	align-items: stretch;
	justify-content: center;
}
.wrap-category-btn-1 .item {
	padding:10px!important;
	box-sizing: border-box;
	width: 12.5%;
}
.wrap-category-btn-1 .item > div {
	height: 100%;
}
.wrap-category-btn-1 a {
	height: 100%;
	width: 100%;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	transition: .2s ease-in;
	background:#000;
	gap:10px;
}
.wrap-category-btn-1 a img {
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	transition: .2s ease-in;
	filter: brightness(0) invert(1);
}
.wrap-category-btn-1 a h2 {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	width: 100%;
	margin:0;
	padding: 0;
	font-size:16px;
	font-weight:400;
	color:#fff;
	transition: .2s ease-in;
}
.wrap-category-btn-1 .item:last-of-type a {
	background:#fcdb05;
}
.wrap-category-btn-1 .item:last-of-type img {
	filter:none;
}
.wrap-category-btn-1 .item:last-of-type h2 {
	color:#000;
}
.wrap-category-btn-1 a:hover {
	background:#3d3d3d!important;
}
.wrap-category-btn-1 a:hover img {
	filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(721%) hue-rotate(350deg) brightness(102%) contrast(106%)!important;
}
.wrap-category-btn-1 a:hover h2 {
	color:#fcdb05!important;
}

.wrap-brand-left {
	padding: 10px 10px 10px clamp(20px, -780px + 50vw, 100vw)!important;
	background: #fcdb05;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wrap-brand-left:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:100%;
	width: 200px;
	height: 100%;
	clip-path: polygon(0% 0%,0% 100%,100% 0%);
	background:#fcdb05;
	z-index: 1;
}
.highlightSidebars .wrap-brand-left:after {
	display: none;
}
.wrap-brand-right {
	padding: 130px clamp(20px, -780px + 50vw, 100vw) 130px 20px!important;
}
.wrap-brand-right {
	
}
.wrap-brand-right .advancedresults4 .slick-arrow {
	border-radius:0;
	height: 40px!important;
	width: 40px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s ease-in;
	transform:none;
}
.wrap-brand-right .advancedresults4 .slick-arrow i {
	font-size: 20px!important;
	background-color: rgba(0,0,0,0)!important;
	padding:0!important;
	border-radius:0!important;
}
.wrap-brand-right .advancedresults4 .slick-prev {
	color:#000!important;
	background:#fcdb05!important;
	bottom:0!important;
	right:40px!important;
}
.wrap-brand-right .advancedresults4 .slick-next {
	color:#fff!important;
	background:#000!important;
	bottom:0!important;
	right:0!important;
}
.wrap-brand-right .advancedresults4 .slick-prev:hover {
	background:#8b8d90!important;
}
.wrap-brand-right .advancedresults4 .slick-next:hover {
	background:#8b8d90!important;
}
.wrap-brand-right .slick-dotted.slick-slider {
  margin-bottom:0;
}
.wrap-brand-right .advancedresults4 {
	padding:40px!important;
	border:1px solid #000;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background: #fff;
}
.wrap-brand-right .slick-slide a img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}


.wrap-location-cont-1 .container-fluid {
	align-items: stretch;
}
.wrap-location-cont-1 .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-location-cont-1 .item > div {
	height: 100%;
}
.loc-slide {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 2px solid #000;
	box-sizing: border-box;
	background:#fff;
	padding:20px;
}
.loc-slide-left {
	width: 34%;
	padding:0px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap:20px;
}
.loc-slide-info h2 {
	display: block;
	width: 100%;
	font-size:22px;
	font-weight:700;
	color:#000;
	text-align: left;
}
.loc-slide-info {
	width:100%;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.loc-slide-info p {
	font-size:18px;
	text-align: left;
}
.loc-slide-info a {
	color:#000;
	font-size:18px;
	font-weight:400;
	transition: .2s ease-in;
	text-align: left;
}
.loc-slide-info a p {
	font-size:18px;
	text-align: left;
}
.loc-slide-info a:hover {
	opacity: 0.6;
}
.loc-slide-hours {
	text-align: left;
}
.loc-slide-hours span {
	font-size:18px;
	font-weight: 700;
	text-align: left;
}
.loc-slide-buttons {
	width: 100%;
}
.loc-slide-buttons a {
	display: block;
	width: 100%;
	margin:0;
}
.loc-slide-map {
	width: 64%;
}
.loc-slide-map iframe {
	width: 100%;
	height: 100%;
	min-height: 250px;
}


/*===================== 
	Location Page styles 
=======================*/

.info-bg-header {
	width: 100%;
	padding:60px 20px 20px 20px;
	text-align: center;
}
.info-bg-header h1 {
	font-size: 36px;
	font-weight:800;	
	text-transform: uppercase;
}
.info-bg-header h1 span {
	font-weight:400;	
}

.info-pg-cont {
	padding:60px 10px;
	width: 100%;
	background:#3d3d3d;
	box-sizing: border-box;
}

.location-page-cont-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	background:#fff;
	padding:20px;
	gap:20px 0;
}

.loc-pg-info p {
	font-size:18px;
	font-weight: 400;
}

.loc-pg-left {
	width: 29%;
	box-sizing: border-box;
}
.loc-pg-left h2 {
	font-size:24px;
	font-weight: 600;
	color:#3d3d3d;
	display: block;
	padding:20px 0 10px 0;
	margin:0;
}

.loc-pg-left a {
	color:#000;
	font-size:18px;
	font-weight: 700;
	transition: .2s ease-in;
	display: inline-block;
}
.loc-pg-left a p {
	font-size:18px;
	font-weight: 700;
}

.loc-pg-left a:hover {
	opacity: 0.7;
}
.loc-pg-hours p {
	color:#000;
	font-size:18px;
	font-weight: 700;
}
.loc-pg-right {
	width:69%;
}
.loc-pg-right iframe {
	width: 100%;
	height: 100%;
	min-height:350px;
}

/*===================== 
	Product Lines Page styles 
=======================*/

.wrap-brands {
	
}
.wrap-brands  .container-fluid {
	align-items: stretch;
}
.wrap-brands  .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-brands  .item > div {
	height: 100%;
}
.brand-cont {
	background:#fff;
	height: 100%;
	width: 100%;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap:10px;
	transition: .2s ease-in;
}
.brand-cont h2 {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	width: 100%;
	margin:0;
	padding: 0;
	font-size:16px;
	font-weight:400;
	color:#000;
	transition: .2s ease-in;
}
.brand-cont-link:hover img {
	opacity: 0.7;
}
.brand-cont-link:hover h2 {
	opacity: 0.7;
}
.brand-cont img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	transition: .2s ease-in;
}
.brand-cont.brand-cont-link img {
	width: 100%;
}
.brand-links {
	display: flex;
	gap:10px;
	width: 100%;
}
.brand-links a {
	width: 50%;
	flex-grow: 1;
	margin:0;
}


/*===================== 
	Featured Inventory Styles
=======================*/

.widget_sandhills_featured_inventory .carousel-inner {
	box-sizing: border-box;
	width:calc(100% - 10px);
	z-index: 2;
	margin:0 auto;
}
.widget_sandhills_featured_inventory > div > div {
	display: flex;
	flex-wrap: wrap;
}
.widget_sandhills_featured_inventory .car_col {
	padding:0!important;
}
.widget_sandhills_featured_inventory .car_col img, .widget_sandhills_featured_inventory .car_col a h4 {
	transition: .2s ease-in;
}
.widget_sandhills_featured_inventory .car_col:hover img {
	opacity: 0.7;
}
.widget_sandhills_featured_inventory .car_col:hover a h4 {
	color:#fcdb05;
}
.widget_sandhills_featured_inventory .card {
	border-radius: 0px!important;
}
.widget_sandhills_featured_inventory  .card-body {
	text-align: center;
}
.widget_sandhills_featured_inventory .listing-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:500;
	color:#000;
}
.small_spec {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#000;
}
.widget_sandhills_featured_inventory .card-body button  {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	background:#fcdb05;
	color:#000;
	border:0px;
	display: block;
	padding:15px;
	text-align:center;
	width:100%;
	margin:10px 0;
    transition: .2s ease-in;
	white-space: nowrap;
	line-height: normal;
	cursor: pointer;
	border-radius: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.widget_sandhills_featured_inventory .card-body button:hover {
	background:#8b8d90;
	clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
	color:#000;
}
.widget_sandhills_featured_inventory .carousel-indicators {
	display: none;
}
.widget_sandhills_featured_inventory #controls {
	text-align: center;
	position: absolute;
	z-index: 1;
	top: calc(50% - 50px);
	width: calc(100% + 30px);
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
}
.widget_sandhills_featured_inventory #controls a .inv_control {
	background:#fcdb05;
	color:#000;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	border-radius: 0;
	padding: 0;
	left:-15px;
}
.widget_sandhills_featured_inventory .a_inv_cont {
	padding:0;
}
.widget_sandhills_featured_inventory [id*='invCarousel'] > div {
	width: 100%;
}

/*===================== 
	Form styles 
=======================*/

.contactForm {
	padding:20px!important;
	background:#fff;
	box-sizing: border-box;
	border:1px solid #3d3d3d;
}

/*===================== 
	Inventory styles 
=======================*/

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;font-family: 'Roboto Condensed', sans-serif!important;}


.list-top-section .list-title .list-title-text, .list-content .listing-portion-title, .list-content .list-listing .dealer-name {
  font-family: 'Roboto Condensed', sans-serif!important;
}


/*----Page Sizing----*/
.scrollToTop a {
	color:#fff!important;
}

/*----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:#3d3d3d !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:#3d3d3d !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:#3d3d3d !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #3a658e;
  color: #3a658e;
  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:#3d3d3d!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #3d3d3d!important;
    border: 1px solid #3d3d3d!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #3d3d3d!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #3d3d3d!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #3d3d3d!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: #3d3d3d !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:#3d3d3d !important; color: #fff !important;}
.view-listing-details-link:hover {background:#3d3d3d !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:#3d3d3d !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:#3d3d3d !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#3d3d3d !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#3d3d3d !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !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:#3d3d3d !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:#3d3d3d !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#3d3d3d !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#3d3d3d!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#3d3d3d!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#3d3d3d!important;
}
.detail-content-mobile .share-listing {
	color:#3d3d3d!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#3d3d3d!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#3d3d3d!important;
}
.cs-btns .button {background:#3d3d3d !important; color: #fff !important;}
.cs-btns .button:hover {background:#3d3d3d !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-med {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-sml {
	width: 100%;
	max-width: 800px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-inv {
	margin:0 auto;
	width: 100%;
	padding:40px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.no-posts-news-blogposts {
	color:#fff;
	text-align: center;
}
.info-post-cont-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 30px;
}
.info-post-info {
	width: 40%;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.info-post-info h2 {
	display: block;
	width: 100%;
	padding:0 0 20px 0;
	margin:0;
	font-size: 25px;
	font-weight: 700;
	color:#3d3d3d;
	text-transform: uppercase;
	line-height:normal;
}
.info-post-promo-brand {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin:0 0 20px 0;
	display: block;
}
.info-post-feat-img {
	width: 58%;
}
.info-post-feat-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}

.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-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	background: #fff;
	border-top: 5px solid #fcdb05;
}

.foot-nav {
	padding:150px 60px 150px clamp(20px, -780px + 50vw, 100vw);
	width:60%;
	max-width: 1000px;
	box-sizing: border-box;
}
.foot-logo {
	padding: 100px clamp(20px, -780px + 50vw, 100vw) 100px 200px;
	background:#3d3d3d;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
	display: flex;
	align-items: center;
}
.sponsor-logos-footer {display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: center;}



/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.wrap-category-btn-1 .item {
		width:16.666%;
	}
}

/* Medium Devices, Desktops */

/* Medium Devices, Desktops */
@media only screen and (max-width :1300px) {
    .foot-nav {
		display: none;
	}
    .sponsor-logos-footer {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .sponsor-logos-footer img{
        margin: 0 0 !important;
    }
    .foot-wrap {
		background: #000;
	}
    .foot-logo {
		padding:80px 60px;
		background:#3d3d3d;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%,80px 100%);
		justify-content: center;
		width: 100%;
	}
    .foot-logo img {
		margin:0 auto;
	}
}

@media only screen and (max-width :1000px) {
	
	.home-form-cont-1 {
		flex-direction: column;
		justify-content: center;
	}
	.home-form-cont-1 form {
		width: 100%;
	}

}

@media only screen and (max-width : 992px) {
	.wrap-category-btn-1 .item {
		width:20%;
	}
	.loc-pg-left {
		width:100%;
	}
	.loc-pg-right {
		width:100%;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.head-info {
		display: none;
	}
	.head-nav {
		padding:0;
		height: 100%;
	}
	#header {
		align-items: stretch;	
	}
	.head-logo {
		max-width:150px;
		padding:15px 0;
	}
	.heroslideangle:after {
		content:"";
		display: block;
		position: absolute;
		top:0;
		left:100%;
		width: 200px;
		height: 100%;
		clip-path: polygon(0% 0%,0% 100%,100% 100%);
		background:#fcdb05;
		z-index: 1;
	}
	.home-form-cont-1 h2 {
		font-size: 20px;
	}
	.loc-slide-left {
		width: 100%;
	}
	.loc-slide-map {
		display: none;
	}
	.wrap-category-btn-1 .item {
		width:25%;
	}
	.info-post-info {
		width:100%;
		padding:20px;
	}
	.info-post-feat-img {
		width:100%;
	}
	.wrap-brand-left:after {
		display: none;
	}
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.wrap-category-btn-1 .item {
		padding:5px!important;
		width:33.33%;
	}
	.wrap-category-btn-1 a {
		padding:5px;
	}
	.wrap-category-btn-1 a h2 {
		font-size:14px;
	}
    .sponsor-logos-footer {
        flex-direction: column;
        gap: 0;
    }
}

