/*
Theme Name: www.allroadskenworth.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
--------------------------------------------------------------*/



@font-face {
    font-family: "Kenworth Sans";
    src: local("KenworthSans-Bold"), local("KenworthSans-Bold"),
      url("/wp-content/themes/www.allroadskenworth.com/fonts/KenworthSans-Bold.ttf");
    font-weight: bold;
  }
@font-face {
    font-family: "Kenworth Sans";
    src: local("KenworthSans-Regular"), local("KenworthSans-Regular"),
      url("/wp-content/themes/www.allroadskenworth.com/fonts/KenworthSans-Regular.ttf");
    font-weight: normal;
  }
@font-face {
    font-family: "Kenworth Sans";
    src: local("KenworthSans-Italic"), local("KenworthSans-Italic"),
      url("/wp-content/themes/www.allroadskenworth.com/fonts/KenworthSans-Italic.ttf");
    font-style: italic;
  }



:root {
	--bs-link-color: #000 !important;
	--bs-link-color-rgb: rgba(0,0,0,1) !important;
	--bs-link-hover-color: #444 !important;
    --bs-link-hover-color-rgb: 68, 68, 68 !important;

}

html, body {
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.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;
}



/*Catherine's Styles*/

.white-plus li:before {color: #fff!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;
}


/* BEGIN THEME CSS */
.red{
	color: #d71921;
}
.white{
	color: #fff;
}
.white hr, .white .content-panel{
	border-color: #585858 !important;
}
.padding-sides{
	padding-left: 17.8% !important;
	padding-right: 17.8% !important;
}
.padding-vertical{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.padding-bottom{
	padding-bottom: 100px !important;
}
.shwidget p, .shwidget, .shformatting, .shformatting p{
	
	font-family: 'Kenworth Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.shwidget ul:not(.reCaptchaList):not(.slick-dots){
	list-style: none;
	padding-left: 24px;
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li{
	position: relative;
	margin-bottom: 5px;
	padding: 10px 0 !important;
	border-bottom: solid 1px #eee;
	padding-left: 0;
	transition: ease all 0.2s;
	
}
.white .shwidget ul:not(.reCaptchaList):not(.slick-dots) li{
	border-bottom: solid 1px #585858;
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:hover{
	transform: translateX(10px);
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:before{
	position: absolute;
	left: -24px;
	content: '+';
	color: rgb(215, 25, 33);
	transition: ease all 0.25s;
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:hover:before{
	transform: translateX(-10px);
	color: rgb(255 66 74);
	
}


.shwidget h1, .shwidget h2:not(.inv_car_title), .shwidget h3, .shwidget h4, .shwidget h5, .shwidget h6{
	margin: 0 0 10px !important;
	padding: 0 !important;
}

/* CUSTOM WIDGETS */

.column-padding-locations .location-box-sm{
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: solid 1px #eee;
	text-align: left;
}
.column-padding-locations .location-box-sm a{
	
    color: #d71921 !important;
}
.column-padding-locations .location-box{
	margin: 10px;
	padding: 50px 35px;
	border-radius: 10px;
	background: #f8f8f8;
	min-height: 200px;
	border: solid 1px #eee;
}
.column-padding-locations .location-box label{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
.column-padding-locations .location-box a {
    font-size: 24px;
    margin-top: 10px;
    display: block;
    font-weight: 700;
    color: #d71921;
}

.same-height-row > .row .content-panel{
	height: 100% !important;
}

.brandslider{
	padding-left: calc(4.7% - 10px);
	padding-right: calc(4.7% - 10px);
}
.brandslider .slick-prev{
	height: 80px !important;
	width: 80px !important;
    background-color: #fff !important;
	border: solid 1px #cfcfcf !important;
	box-sizing: border-box !important;
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100% !important;
    left: calc(4.7% - 40px) !important;
	right: unset !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
	z-index: 200;
}
.brandslider .slick-next{
	height: 80px !important;
	width: 80px !important;
    background-color: #fff !important;
	border: solid 1px #cfcfcf !important;
	box-sizing: border-box !important;
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100% !important;
    right: calc(4.7% - 40px) !important;
	left: unset !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
	z-index: 200;
}
.brandslider .slick-next:before{
	color: #000 !important;
	content: "\f105" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.brandslider .slick-prev:before{
	color: #000 !important;
	content: "\f104" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.brandslider a{
	border-radius: 20px;
    box-shadow: none !important;
    border: none !important;
    background: rgb(248, 248, 248) !important;
    margin: 15px;
    min-height: 250px;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
    width: calc(100% - 30px) !important;
}
.brandslider a img{
	display: block;
	margin: 0 auto;
}
.brandslider .slick-slide{height: unset !important;}

/* MAP */

.map-container {
    position: relative;
    overflow: hidden;
    height: 435px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 502px;
    margin-top: -67px;
}


.btn-row{display: flex; gap: 15px;}
.btn-row .btn{width: 100% !important;}
/* ACPT SLIDER ARROWS ON SIDES */

.widget-controls-sides .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.widget-controls-sides .slick-prev, .widget-controls-sides  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50% !important;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.widget-controls-sides .slick-prev {
	left: 25px !important;
}
.widget-controls-sides  .slick-next {
	right: 25px !important;
}
.widget-controls-sides .slick-arrow {
	background: none !important;
	opacity: 0.75!important;
}
.widget-controls-sides  button:hover .slick-arrow {
	opacity: 1 !important;
}
.widget-controls-sides  .slick-prev:before, .widget_sandhills_advanced_cpt_layout .slick-next:before {
	color: #000 !important;
	font-size: 30px;
}
.widget-controls-sides .slick-dots{display: none !important;}



/* TOP RIGHT */

.widget-controls-top-right{
    margin-top: 120px !important;
}
.widget-controls-top-right .slick-track{
	margin: 0px !important;
}
.widget-controls-top-right .slick-dots{
	display: none !important;
}
.widget-controls-top-right .slick-arrow{
	width: 48px !important;
    display: block !important;
    top: -60px !important;
    bottom: unset !important;
	margin-right: 5px !important;
    height: 48px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99 !important;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	
	border-radius: 0px !important;
	opacity: 1 !important;
}
.widget-controls-top-right .slick-next i{
    font-size: 24px !important;
	color: #000 !important;
}
.widget-controls-top-right .slick-prev i{
    font-size: 24px !important;
	color: #1b2565 !important;
}
.widget-controls-top-right .slick-arrow:before{
	content: none !important;
}
.widget-controls-top-right .slick-prev{
    background-color: #fff !important;
	border: solid 1px #cfcfcf !important;
	box-sizing: border-box !important;
    left: calc(100% - 105px) !important;
}
.widget-controls-top-right .slick-next{
    background-color: #ffe840 !important;

    right: 0 !important;
}

/* FEATURED INVENTORY */

.inv_car_title{
	font-size: 24px;
	letter-spacing: 4px;
	font-family: 'Kenworth Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
    text-align: left !important;
    max-width: calc(100% - 110px);
	margin-left: -15px !important;
    margin-bottom: 50px !important;
	color: rgb(88, 88, 88) !important;
}
.inv_car_title + hr{
	display: none !important;
}

.carousel_details_btn{
	

	line-height: 48px !important;
	padding: 0 20px !important;
	-moz-border-radius: 90px !important;
	-o-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
	
	font-size: 16px;
	font-family: 'Kenworth Sans', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: #d71921 !important;
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: center;
	box-shadow: none !important;
    width: 100%;
	max-width: 100% !important;
	
	
}
.carousel_details_btn:after, .btn-success:after{
	content:'\203A' !important;
	padding-left: 10px;	
}



.widget_sandhills_featured_inventory .carousel{
	margin: -25px !important;
}
.widget_sandhills_featured_inventory #controls {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: unset !important;
    top: -110px !important;
    margin-top: 120px !important;
}

.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {

	width: 48px !important;
    display: flex !important;
    justify-content: center;
	align-items: center;
    top: -75px !important;
    bottom: unset !important;
	margin-right: 5px !important;
    height: 48px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	
	border-radius: 100% !important;
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #000 !important;
    right: 0 !important;
	color: #fff !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: none !important;
	border: solid 1px #cfcfcf !important;
	box-sizing: border-box !important;
    left: calc(100% - 110px) !important;
	color: #000 !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-left:before {

	content: "\f104" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-right:before {

	content: "\f105" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}

.widget_sandhills_featured_inventory .small_spec:nth-of-type(1) {

	font-family: 'Kenworth Sans', sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	font-weight: 700;
	margin: 0 0 0 0 !important;
	color: #d71921;
	display: inline-block;
}
.widget_sandhills_featured_inventory .small_spec {

	font-family: 'Kenworth Sans', sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 700;
	margin: 0 0 0 0 !important;
	color: #d71921;
	display: inline-block;
}
.widget_sandhills_featured_inventory .small_spec strong, .widget_sandhills_featured_inventory .sh-carousel-indicators {
    display: none !important;
}
.widget_sandhills_featured_inventory .listing-title {
	font-family: 'Kenworth Sans', sans-serif;
	font-size: 16px;
	letter-spacing: normal !important;
	color: #000;
	font-weight: 700 !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 30px !important;
}
.widget_sandhills_featured_inventory .inv_image {
	width: 200% !important;
	height: auto !important;
}
.widget_sandhills_featured_inventory .outer-img-box {
	padding: 0 !important;
}

.widget_sandhills_featured_inventory .card {
	box-shadow: none !important;
    border: none !important;
	background: #f8f8f8 !important;
	border-radius: 20px;
	
}
.inv_car_item {
    overflow: hidden;
    border-radius: 45px 0;
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;
    height: 250px;
}
.inv_car_item img.inv_image {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;
	margin-left: 0 !important;
}


/* TYPOGRAPHY & COLORS */

.uppercase{
	text-transform: uppercase;
}
.heading-xs{
	font-size: 16px;
	letter-spacing: 0.02em;
	font-family: 'Kenworth Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
    line-height: 1.4;
    margin: 0;
}
.heading-sm{
	font-size: 24px;
	letter-spacing: 4px;
	font-family: 'Kenworth Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
.heading-lg{
	font-size: 36px;
	letter-spacing: 2px;
	font-family: 'Kenworth Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
    line-height: 1.1;
    margin: 0;
}
.heading-sm-wide{
	font-size: 24px;
	letter-spacing: 2px;
	font-family: 'Kenworth Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.full-width-btns .btn{
	width: 100% !important;
	max-width: 100% !important;
	min-width: unset !important;
}
.btn-red, .btn-success, .btn-success:hover{
	
    display: flex;
    align-items: center;
    justify-content: center;
        line-height: normal !important;
        min-height: 48px !important;
	
	padding: 0 30px !important;
	-moz-border-radius: 90px !important;
	-o-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
	
	font-size: 16px;
	font-family: 'Kenworth Sans', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: #d71921 !important;
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: center;
	box-shadow: none !important;
	min-width: 250px;
	max-width: 100% !important;
}
.btn-success:disabled{
	background-color: rgb(175 58 58) !important;
}
.btn-black{
	
    display: flex;
    align-items: center;
    justify-content: center;
	
        line-height: normal !important;
        min-height: 48px !important;
	padding: 0 30px !important;
	-moz-border-radius: 90px !important;
	-o-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
	
	font-size: 16px;
	font-family: 'Kenworth Sans', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: #000 !important;
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: center;
	box-shadow: none !important;
	min-width: 250px;
	max-width: 100% !important;
}
.btn-white{
	
	
    display: flex;
    align-items: center;
    justify-content: center;
	
	
        line-height: normal !important;
        min-height: 48px !important;
	padding: 0 30px !important;
	-moz-border-radius: 90px !important;
	-o-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
	
	font-size: 16px;
	font-family: 'Kenworth Sans', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #d71921 !important;
	background: #fff !important;
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	text-align: center;
	box-shadow: none !important;
	min-width: 250px;
	max-width: 100% !important;
}
.btn-outline-white{
	
	
    display: flex;
    align-items: center;
    justify-content: center;
	
        line-height: normal !important;
        min-height: 48px !important;
	padding: 0 20px !important;
	-moz-border-radius: 90px !important;
	-o-border-radius: 90px !important;
	-webkit-border-radius: 90px !important;
	border-radius: 90px !important;
	
	font-size: 16px;
	font-family: 'Kenworth Sans', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: transparent !important;
	border: solid 1px #fff !important;
	
	outline: none !important;
	box-sizing: border-box;
	
	text-align: center;
	box-shadow: none !important;
	
	min-width: 250px;
	max-width: 100% !important;
}


/* CUSTOM WP FORMS */

.bv-form  {
	background: #f8f8f8;
	padding: 25px;
	border-radius: 10px;
}
.bv-form .heading-sm, .bv-form h3{
	text-transform: unset !important;
	margin: 20px 0 !important;
	display: block !important;
	letter-spacing: normal !important;
}
.bv-form .form-group > label:not(.control-label) {
    /* position: absolute; */
    top: 5px;
    left: 10px;
    font-size: 14px;
	color: #585858;
	font-weight: 700;
}
.bv-form .form-group > label + span + .radio {
	padding-top: 30px !important;
}
.bv-form .form-group > label + span + .checkbox {
	padding-top: 30px !important;
}

.bv-form .form-group.has-feedback label ~ .form-control-feedback{
	position: absolute !important;
	left: 0 !important;
	top: 9px !important;
}
/* breaks the look */
.bv-form .form-group input, .bv-form .form-group select, .bv-form .form-group textarea{
    /* padding: 30px 10px 10px !important; */
    /* height: unset !important; */
    /* border: none !important; */
    /* background: #fff !important; */
}
.bv-form .form-group select{
	height: 60px !important;
	box-sizing: border-box;
	
}
.bv-form .form-group textarea{
	min-height: 140px;
	resize: vertical;
}



/* MISC */

.content-panel{
    border-radius: 10px !important;
    border: solid 1px #eee !important;
	margin: 10px !important;
	padding: 50px !important;
    height: unset !important;
}
.min-height-col{
	min-height: 300px !important;
}
/* INVENTORY */

#inv{padding: 30px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: 'Kenworth Sans', sans-serif;} /* Reset font, ignore icons */


#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}

/* 
.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, .faceted-show-all-btn {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}
*/


#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	text-transform: uppercase!important;
	font-family: 'Kenworth Sans', sans-serif !important;
	color: #d71921 !important;
}


.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !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;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    left: 6px !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i, .mobile-option-bar-filter {color:#d71921 !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-facets-container .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, .list-error-container .info > div:first-of-type button, .list-error-container .selected-facets button.ts-button, #compare-page-print-this {background:#d71921 !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{transition: ease all 0.2s !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .calculator-btn {background: #d71921 !important; transition: ease all 0.2s !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title, .listing-prices__retail-price {color: #d71921 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #d71921 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {transition: ease all 0.2s !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #d71921!important; color: #d71921!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #d71921!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}





@media only screen and (max-width:1700px){
	
	.column-padding-locations .location-box-sm a{
		float: unset !important;
		display: block !important;
	}
}

@media only screen and (max-width:1439px){

	.padding-sides{
		padding-left: 8.33333% !important;
		padding-right: 8.33333% !important;
	}
	
	.btn{
		font-size: 14px;
	}
}

@media only screen and (max-width:1279px){

	.padding-sides{
		padding-left: 8.33333% !important;
		padding-right: 8.33333% !important;
	}
	
	.full-width-md{
		width: 100% !important;
		margin: 0 !important;
	}
}

@media only screen and (max-width:767px){
	.nopad-sm{
		padding: 0 !important;
	}
	
.brandslider{
	padding-left: 0;
}
	
.padding-sides, .padding-reset-sm{
	padding-left: 4.7% !important;
	padding-right: 4.7% !important;
}
.padding-reset-sm-extra{
	padding-left: 8.4% !important;
	padding-right: 8.4% !important;
}
.padding-vertical{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
	.padding-bottom{
		
	padding-bottom: 50px !important;
	}
	
	#custom-footer{
		padding:100px 8.4% 100px 8.4% !important
	}
	#footerlogoID img{
		float: left !important;
	}
	
	
	.heading-sm{
		font-size: 15px;
    letter-spacing: 0.2em;
		line-height: 1.4;
	}
	.heading-lg{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.4;
	}
	.heading-sm-wide{
		font-size: 15px;
    letter-spacing: 0.2em;
		line-height: 1.4;
	}

	.btn{
		font-size: 13px;
	}

	.inv_car_title{
		font-size: 15px;
    letter-spacing: 0.2em;
		line-height: 1.4;
	}

}
