/*
Theme Name: www.familyfunrv.net
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%;
}
#menu-secondary {
	display: flex;
	flex-direction: row;
}
#menu-secondary > li > a {
	padding: 0px;
}

.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;
}
.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;
}


/* CUSTOM THEME */

html{scroll-behavior: smooth;}
.shwidget p, .shwidget{
	font-family: "urw-din", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.shwidget h1, .shwidget h2:not(.inv_car_title), .shwidget h3, .shwidget h4, .shwidget h5, .shwidget h6{
	margin: 0 0 10px !important;
	padding: 0 !important;
}


.shwidget{
	font-family: "urw-din", sans-serif;
	font-weight: 300;
}
.shwidget a:not(.btn){
	color: #000;
}

.blue{
	color: #003fc1!important;
}
.red{
	color: #da1100!important;
}
.black{
	color: #1d1d1d!important;
}
.offwhite{
	color: #f8f8f8!important;
}
.white{
	color: #fff;
}
.bg-blue{
	background-color: #003fc1!important;
}
.bg-red{
	background-color: #da1100!important;
}
.bg-black{
	background-color: #1d1d1d!important;
}
.bg-offwhite{
	background-color: #f8f8f8!important;
}

.boxed-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}
.boxed-list ul li{
	width: calc(33.33333% - 10px);
	box-sizing: border-box;
	border: solid 1px #eee;
	padding: 20px 40px 20px 80px;
	position: relative;
	border-radius: 5px;
	margin: 0 !important;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	transition: ease all 0.3s;
}
.boxed-list ul li:hover{
	background: #f8f8f8;
	transform: translateY(-5px);
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.boxed-list ul li:after{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 48px;
	background: #9cb7da !important;
	color: #fff;
	text-align: center;
	font-size: 16px;
	transition: ease all 0.3s;
	
}
.boxed-list ul li:hover:after{
	background: #93c3ff !important;
	
}




#header{
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
#header-search-bar{
	margin: 0 !important;
    box-shadow: none !important;
    height: 40px !important;
	position: relative;
}
#header-search-bar .flex{
    z-index: 300;
    position: relative;
}


#header-search-bar button{
	outline: none !important;
	border: none !important;
	padding: 10px !important;
	font-size: 14px !important; 
	color: #1d1d1d !important;
	background: #f8f8f8 !important;
	appearance: none !important;
    height: 40px !important;
	position: absolute;
	right: 0;
	top: 0;
	
}
#header-search-bar input::placeholder{
	color: #000 !important;
	font-weight: 300 !important;
    opacity: 1;
}
#header-search-bar input{
	padding: 10px 15px !important;
	font-family: "urw-din", sans-serif !important;
	font-size: 14px !important; 
	color: #1d1d1d !important;
	background: #f8f8f8 !important;
	outline: none !important;
	border: none !important;
    height: 40px !important;
    border-radius: 0 !important;
	font-weight: 300 !important;
}



.heading-xlg{
	font-size: 72px;
	line-height: 1.1;
	
	font-family: "urw-din", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}
.heading-lg{
	font-size: 48px;
	line-height: 1.1;
	
	font-family: "urw-din", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}
.heading-md{
	font-size: 34px;
	line-height: 1.1;
	
	font-family: "urw-din", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}
.heading-sm{
	font-size: 24px;
	line-height: 1.1;
	
	font-family: "urw-din", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}
.light{
	font-weight: 300;
}
.spaced{
	letter-spacing: 4px;
}
.uppercase{
	text-transform: uppercase;
}

.full-width-btns .btn{
	width: 100%;
}
/* ===================== TOW GUIDE BANNER ===================== */
div.offset-md-1.col-xl-5 {
    margin-left: 0 !important;
    overflow: hidden;
}
div.offset-md-1.col-xl-3 {
    margin-left: 0 !important;
    overflow: hidden;
}
/* ============================================================ */
.btn{
	background: #000;
	color: #fff;
	height: unset !important;
	max-height: unset !important;
	
	font-size: 14px !important;
	line-height: 48px !important;
	
	font-family: "urw-din", sans-serif !important;
	font-weight: 900 !important;
	font-style: italic !important;
	
	width: 200px;
	max-width: 100%;
	text-align: center;
	border: none !important;
	outline: none !important;
	
	border-radius: 5px;
	text-transform: uppercase;
	
}
.btn-simple{
	background: unset;
	color: #003fc1;
	
	font-size: 14px !important;
	line-height: 48px !important;
	
	font-family: "urw-din", sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	padding-left: 0 !important;
	box-shadow: none !important;
	
	width: 200px;
	max-width: 100%;
	text-align: left;
	border: none !important;
	outline: none !important;
	position: relative;
}
.btn-simple:after{
	position: relative;
	padding-left: 3px;
	content: '\203A';	
	font-family: "urw-din", sans-serif !important;
	font-weight: 300 !important;
}
.btn-blue{
	background: #003fc1 !important;
	color: #fff !important;
}
.btn-red{
	background: #da1100 !important;
	color: #fff !important;
}
.btn-white{
	background: #fff !important;
	color: #003fc1 !important;
	line-height: 70px !important;
	font-size: 18px !important;
}

/* WIDGETS */

.widget_sandhills_advanced_cpt_layout .slick-arrow{
	z-index: 100 !important;
}
a.carousel-offer {
    display: flex;
    background: #da1100;
    color: #fff;
	margin: 20px;
}
a.carousel-offer p{
	padding: 5% 10% 5% 5%;
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 36px;
	line-height: 1.1;
    font-family: "urw-din", sans-serif;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-align: left;
	color: #fff;
}
a.carousel-offer img{
	width: 50%;
}

/* ACPT SLIDER ARROWS ON SIDES */

.widget_sandhills_advanced_cpt_layout .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.widget_sandhills_advanced_cpt_layout .slick-prev, .widget_sandhills_advanced_cpt_layout  .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_sandhills_advanced_cpt_layout .slick-prev {
	left: 25px !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-next {
	right: 25px !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-arrow {
	background: none !important;
	opacity: 0.75!important;
}
.widget_sandhills_advanced_cpt_layout  button:hover .slick-arrow {
	opacity: 1 !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-prev:before, .widget_sandhills_advanced_cpt_layout .slick-next:before {
	color: #fff !important;
	font-size: 30px;
}
.widget_sandhills_advanced_cpt_layout .slick-dots{display: none !important;}



/* CUSTOM WP FORMS */

.bv-form  {
	background: #f8f8f8;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

.bv-form label[for^="hl-"]{
	display: none !important;
}
.bv-form h3{
	margin: 20px 0 !important;
	display: block !important;
	
	font-size: 36px;
	line-height: 1.1;
	
	font-family: "urw-din", sans-serif !important;
	font-style: italic !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	
}
.bv-form .heading-sm{
	margin: 20px 0 !important;
	display: block !important;
	
	font-size: 24px;
	line-height: 1.1;
	
	font-family: "urw-din", sans-serif !important;
	font-style: italic !important;
	text-transform: uppercase !important;
	font-weight: 300 !important;
	
}
.bv-form .form-group > label:not(.control-label) {
    font-size: 14px;
	color: #585858;
	font-weight: 700;
}
.bv-form .form-group > label + span + .radio, .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;
}
.bv-form .form-group input:not(.bv-form .form-group .form-check input), .bv-form .form-group select, .bv-form .form-group textarea{
    height: unset !important;
    border: none !important;
    background: unset !important;
    border-bottom: solid 1px #eee !important;
}
.bv-form .form-group select{
	height: 60px !important;
	box-sizing: border-box;
	
}
.form-control:focus {
	box-shadow: none !important;
}
.bv-form .input-group-btn .btn{
	max-height: unset !important;
}
.bv-form .form-group textarea{
	min-height: 140px;
	resize: vertical;
}


/* ACPT SLIDER BOXED ARROWS ON SIDES */

.widget_sandhills_advanced_cpt_layout .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.widget_sandhills_advanced_cpt_layout .slick-prev, .widget_sandhills_advanced_cpt_layout  .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_sandhills_advanced_cpt_layout .slick-prev {
	left: -40px !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-next {
	right: -40px !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-arrow {
    opacity: 1!important;
    box-sizing: border-box !important;
    height: 50px !important;
    width: 50px !important;
    text-align: center !important;
    border-radius: 5px !important;
}
.widget_sandhills_advanced_cpt_layout  button:hover .slick-arrow {
	opacity: 1 !important;
}
.widget_sandhills_advanced_cpt_layout  .slick-prev:before, .widget_sandhills_advanced_cpt_layout .slick-next:before {
	font-size: 18px;
}

.white .widget_sandhills_advanced_cpt_layout button.slick-arrow{
	color: #fff !important;
	background: unset !important;
	border: solid 1px #fff !important;
}
.widget_sandhills_advanced_cpt_layout button.slick-arrow{
	color: #fff !important;
	background: #003fc1 !important;
}
.widget_sandhills_advanced_cpt_layout .slick-dots{display: none !important;}

.widget_sandhills_advanced_cpt_layout .slick-prev:before{
    content: "\f053" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
	color: #fff !important;	opacity: 1 !important;
}
.widget_sandhills_advanced_cpt_layout .slick-next:before{
    content: "\f054" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
	color: #fff !important;	opacity: 1 !important;
}/*
.widget_sandhills_advanced_cpt_layout button.slick-arrow.slick-next{
	background: #000 !important;
	color: #fff !important;	opacity: 1 !important;
}*/


/* FEATURED INVENTORY */

.inv_car_title{
	font-family: 'urw-din', sans-serif;
	font-size: 36px;
	letter-spacing: 3px;
	text-transform: uppercase;
    text-align: left !important;
    font-weight: 200;
    color: #da1201;
	font-style: italic;
    max-width: calc(100% - 110px);
}
.inv_car_title + hr{
	display: none !important;
}

.carousel_details_btn{
	background: unset;
	color: #003fc1;
	
	font-size: 14px !important;
	line-height: 48px !important;
	
	font-family: "urw-din", sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	
	width: 200px;
	max-width: 100%;
	text-align: left;
	border: none !important;
	outline: none !important;
	position: relative;
}
.carousel_details_btn:after{
	position: absolute;
	content: '\203A';	
	font-family: "urw-din", sans-serif !important;
	font-weight: 300 !important;
	transform: translateX(5px);
}

.widget_sandhills_featured_inventory .car_col{
    height: 100% !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: 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;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	
	border-radius: 0px !important;
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #f8f8f8 !important;
    right: 0 !important;
	color: #000 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: #f8f8f8 !important;
	box-sizing: border-box !important;
    left: calc(100% - 105px) !important;
	color: #000 !important;
}


.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span i{
    font-size: 24px !important;
	color: #000 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span i{
    font-size: 24px !important;
	color: #fff !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span:before{
    content: "\f054" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span:before{
    content: "\f053" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}


.widget_sandhills_featured_inventory .small_spec {

	font-family: 'urw-din', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0 0 0 0 !important;
	color: #da1201;
	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: 'urw-din', sans-serif;
	font-size: 18px;
	letter-spacing: normal !important;
	color: #003fc1;
	font-weight: 900 !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 {
    border: none !important;
	border-radius: 5px;
	background: #fff !important;
	margin: 10px !important;
	height: 100% !important;
	
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;
    height: 250px;
}
.inv_car_item img.inv_image {
    position: absolute;
    top: 0% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, 0%) !important;
	margin-left: 0 !important;
}

.inv_control{
	transition: ease all 0.3s;
	border-radius: 5px;
}
.inv_control:hover{
	
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px !important;
}


.content-box{
	padding: 40px;
	border: solid 1px #eee;
	border-radius: 5px;
	margin: 10px;
	height: unset !important;
	transition: ease all 0.2s;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
	position: relative;
	min-height: 240px !important;
}
.content-box:hover{
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

.content-box:after{
    content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #003fc1;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.content-box.no-icon:after{
    content: none !important;
}

.content-box:not(.no-icon) icon, .content-box:not(.no-icon) svg{
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	text-align: center;
	font-size: 24px !important;
	z-index: 100;
}
/* CPT GRID */

.cpt-box{
	padding: 20px;
	border: solid 1px #eee;
	border-radius: 10px;
	display: flex;
	margin: 10px;
	height: 100%;
	transition: ease all 0.2s;
	min-height: 200px;
	align-items: center;
	justify-content: center;
}
.cpt-box:hover{
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}


.blog-single img{
	max-width: 100%;
    height: auto;
	border-radius: 10px;
}
.blog-archive a:hover > .content-box{
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

/* Consign Page Sidebar */
.consignment-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
#consign-fb {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#consign-fb i {
    font-size: 50px;
    color: #d10700;
}
#consign-fb h6 {
    font-size: 24px;
    font-weight: 700;
}

/* INVENTORY */

#inv{padding: 100px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: 'urw-din', sans-serif;} /* Reset font, ignore icons */




#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: 'urw-din', sans-serif !important;
	color: #003fc1 !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:#003fc1 !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: rgb(218, 17, 0) !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: #003fc1 !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: #003fc1 !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: #003fc1 !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: #003fc1!important; color: #003fc1!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: #003fc1!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;}

/************* Review Carousel *************/
.review-card {padding: 20px; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px; margin: 20px; transition: ease all 0.2s !important; }
.review-card:hover {box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px;}

.consign-review-card {
    min-height: 700px !important;
    heigt: 100%;
}

.name {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.name img {
	max-width: 25px;
	margin: 0;
}

.name h3 {
	font-size: 18px;
	text-align: left;
}

.review-card p {
	text-align: left;
	font-size: 15px;
	line-height: 1.3;
}

.stars-5, .stars-4, .stars-3, .stars-2, .stars-1 {
	text-align: left;
	color: #FFCE03;
	padding-bottom: 10px;
} 
.stars-4 i:nth-child(5) {color: #ccc;}

.stars-3 i:nth-child(4), .stars-3 i:nth-child(5) {color: #ccc;}

.stars-2 i:nth-child(3), .stars-2 i:nth-child(4), .stars-2 i:nth-child(5) {color: #ccc;}

.stars-1 i:nth-child(2), .stars-1 i:nth-child(3), .stars-1 i:nth-child(4), .stars-1 i:nth-child(5) {color: #ccc;}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {		

	a.carousel-offer p{
		font-size: 28px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 1400px) {
	
	
	a.carousel-offer p{
		font-size: 24px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 1100px) {


	.boxed-list ul li{
		width: calc(50% - 10px);
	}
	a.carousel-offer{
		flex-wrap: wrap;
		flex-direction: column;
	}
	a.carousel-offer p{
		width: unset !important;
	}
	a.carousel-offer img{
		width: 100%;
	}
	.heading-xlg{
		font-size: 24px;
		line-height: 1.1;
	}
	.heading-lg{
		font-size: 24px;
		line-height: 1.1;
	}
	.heading-md{
		font-size: 18px;
		line-height: 1.1;
	}
	.heading-sm, .inv_car_title{
		font-size: 18px;
		line-height: 1.1;

	}


	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {

	.boxed-list ul li{
		width: 100%;
	}
	.content-box{
		padding: 20px;
		min-height: 100px !important;
	}
	

	.widget_sandhills_advanced_cpt_layout  .slick-arrow {
		display: none !important;
	}
	
	.mobile-pad {padding: 0 5% !important;}


}
@media only screen and (max-width : 350px) {

    .consign-review-card {
        min-height: 980px !important;
    }

}

