/*
Theme Name: www.allroadsdepot.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
--------------------------------------------------------------*/


: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 {
	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;
}

/* CUSTOM */

.customSliderSlide{
    background-blend-mode: unset !important;
}
.customSliderSlide[onclick^="open"] .outerEditableArea > div{
	cursor: pointer !important;
}
div[class^="customSliderOverLayContent"]{
	width: auto !important;
}
.cs-wrap{
	width: 1280px !important;
	max-width: 100% !important;
	padding: 0 20px !important;
	margin: 0 auto !important;
	display: block;
	box-sizing: border-box;
}
.cs-wrap-lg{
	width: 1440px !important;
	max-width: 100% !important;
	padding: 0 20px !important;
	margin: 0 auto !important;
	display: block;
	box-sizing: border-box;
}

.cs-rounded{
	border-radius: 6px;
	overflow: hidden;
}

.rf-breadcrumbs{
	padding: 50px 0 50px !important;
    font-size: 14px !important;
    color: #e6eaef;
    font-family: 'Montserrat', sans-serif;
    background: #4c4f67;
    text-transform: uppercase;
    font-weight: 700;
}

.rf-breadcrumbs a {
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px !important;
}
/* HEADINGS */
.shwidget h1, .shwidget h2, .shwidget h3, .shwidget h4, .shwidget h5, .shwidget h6{
	margin: 0;
	padding: 0;
}
.heading-lg{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: min(80px, 10vw);
	text-transform: uppercase;
	
}
.heading-md{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: min(44px, 8vw);
	display: block;
	text-transform: uppercase;
	
}
.heading-sm{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: min(18px, 4vw);
	display: block;
	text-transform: uppercase;
	
}
.heading-xs{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: min(14px, 4vw);
	display: block;
	text-transform: uppercase;
	
}
.paragraph, .shwidget p{
	font-family: "Cabin", sans-serif;
	font-weight: 400;
	font-size: 16px;
	
}
.red{
	color:#cf2d28;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{
padding-top: 10px;
}
.icon-list ul{
	padding: 0 !important;
	list-style: none;
}
.icon-list ul li{
	font-family: "Cabin", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0 0 10px 30px !important;
	list-style: none;
	position: relative;
}
.icon-list ul li i{
	position: absolute;
	left: 0;
	color: #737f96;
	
}

/* BUTTONS */


.btn.align-center{
	margin: 0 auto !important;
    display: block;
}
.btn.align-right{
	margin: 0 0 0 auto !important;
    display: block;
}

.btn-default, button.btn-default{
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
    line-height: 18px;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	background: #cf2d28;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	border-radius: 4px;
}
.btn-default:hover{
	background: #212e4d !important;
	color: #fff !important;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}


.btn-default.outline{
	background: transparent !important;
	border: solid 1px #e7ebf0;
	color: #212e4d;
}
.btn-default.outline:hover, .btn-default.outline.active{
	background: #cf2d28 !important;
	border: solid 1px #cf2d28;
	color: #fff;
}

.btn-blue{
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
    line-height: 18px;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	background: #426fa1;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	border-radius: 4px;
}

.btn-blue:hover{
	color: #fff;
	background: #151c2b;
}
.btn-dark-blue{
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
    line-height: 18px;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	background: #151c2b;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
	border-radius: 4px;
}

.btn-dark-blue:hover{
	color: #fff;
	background: #426fa1;
}

.btn-simple{
	cursor: pointer;
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0;
	color: #151c2b;
	text-transform: uppercase;
	background: transparent;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.btn-simple:after{
    content: "\f105";
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	padding-left: 5px;
	opacity: 0.7;
	
}


/* FEATURED INVENTORY */
.widget_sandhills_featured_inventory{
	margin-bottom: -40px !important;
}

.widget_sandhills_featured_inventory div[id^="invGrid"]{
	display: flex !important;
	flex-wrap: wrap !important;
}
.widget_sandhills_featured_inventory div[id^="invGrid"] .inv_car_title{
	width: 100%;
	padding-bottom: 20px !important;
}
.widget_sandhills_featured_inventory .inv_car_title{
	font-family: inherit;
	font-size: 24px;
	text-transform: uppercase;
    text-align: center!important;
    font-weight: 500;
    color: #0A0C0D;
    max-width: 100%;
	margin: 0 auto !important;
}
.widget_sandhills_featured_inventory .inv_car_title + hr{
	display: none !important;
}

.widget_sandhills_featured_inventory .image_link .inv_image{
max-width: unset !important;
transform: translateX(-50%) !important;
margin-left: 50% !important;
}
@media screen and (max-width: 575px){
.widget_sandhills_featured_inventory .image_link .inv_image{
width: 100%;
height: unset !important;
}
}
.widget_sandhills_featured_inventory .carousel_details_btn{
font-family: inherit;
	font-size: 18px;
	text-transform: uppercase;
	appearance: none !important;
	border: unset !important;
	outline: unset !important;
	line-height: 1.1;
	display: inline-block;
	
    padding: 10px 20px !important;
    text-decoration: none !important;
    background: rgb(0, 0, 255) !important;
    color: #fff !important;
	margin-top: 20px;
	font-weight: 700;
	border-radius: 3px;
	
}

.widget_sandhills_featured_inventory .card-body{
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}
.widget_sandhills_featured_inventory #controls {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: unset !important;
    top: -95px !important;
    margin-top: 120px !important;
}
.widget_sandhills_featured_inventory .car_col {
    padding: 10px ! Important;
}
.widget_sandhills_featured_inventory .col-padding {
    display: flex;
    flex-direction: column;
}
.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {
border-radius: 3px !important;
	width: 48px !important;
    line-height: 48px;
    display: flex !important;
	justify-content: center;
    align-items: center;
    top: -60px !important;
    bottom: unset !important;
	margin-right: 5px !important;
    height: 48px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
	opacity: 1 !important;
	transition: ease all 0.2s;
}
.widget_sandhills_featured_inventory .inv_control{
	transition: ease all 0.2s;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #333 !important;
    right: 0 !important;
	color: #fff !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: #e8e8e8 !important;
	color: #0A0C0D !important;
	border: none !important;
	box-sizing: border-box !important;
    left: calc(100% - 115px) !important;
}

.widget_sandhills_featured_inventory a.a_inv_cont span:hover{
	box-shadow: unset !important;
	background-color: #0A0C0D !important;
	color: #fff !important;
}

.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span i{
    font-size: 24px !important;
	color: rgb(16, 36, 51) !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 .small_spec {

	font-size: 24px;
	letter-spacing: normal;
	font-weight: 800;
	margin: -20px 0 -20px 0 !important;
	color: #2c3956;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
}
.widget_sandhills_featured_inventory .small_spec strong, .widget_sandhills_featured_inventory .small_spec ~ br {
display: none !important;
}
.widget_sandhills_featured_inventory .sh-carousel-indicators {
    display: none !important;
}
.widget_sandhills_featured_inventory .listing-title {
font-family: inherit;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: normal !important;
	color: #2c3956;
	font-weight: 400 !important;
	font-family: "Cabin", sans-serif;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 0 !important;
}
.widget_sandhills_featured_inventory .inv_image {
	max-width: unset !important;
}
.widget_sandhills_featured_inventory .outer-img-box {
	padding: 0 !important;
	border-radius: 3px;
	overflow: hidden;
}

.widget_sandhills_featured_inventory .card {
	box-shadow: none !important;
    border: none !important;
	background: transparent !important;
	margin: 0 !important;
	height: 100% !important;
	position: relative;
}
.widget_sandhills_featured_inventory .inv_car_item {
    border-radius: 0;
}
.widget_sandhills_featured_inventory .inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;
}
.widget_sandhills_featured_inventory .inv_car_item img.inv_image {

    border-radius: 3px;
}

.widget_sandhills_featured_inventory .glyphicon-chevron-right:before {
    content: "\f061" !important;    
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-left:before {
    content: "\f060" !important;    
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}


.inv_car_item {
    padding-bottom: 80px;
}
.inv_car_item .image_link:after {
    content: 'View Details';
    display: block;
    padding: 10px;
    width: 140px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #cf2d28;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    position: absolute;
    bottom: 20px;
}

/* CPT WIDGET */

.sliderCPT ul.slick-dots {
	display: flex;
    margin-top: 40px;
}
.sliderCPT ul.slick-dots li {
    margin: 0 !important;
    background: #e7ebf0 !important;
    flex-grow: 1;
	height: 10px;
}

.sliderCPT ul.slick-dots li.slick-active {
    background: #cf2d28 !important;
}
.sliderCPT ul.slick-dots li button:before {
	content: none !important;
}


/* FORMS */
.form-group > label[for^="hl-"]{
	display: none !important;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1440px) {		
	.content-box {
		min-height: 500px !important;
		display: flex !important;
		align-items: center;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 768px) and (min-width: 576px){
	
	.widget_sandhills_featured_inventory .car_col{
		width: 50%;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {

	.widget_sandhills_featured_inventory .inv_car_title{
        font-size: 30px;

	}
	.widget_sandhills_featured_inventory .car_col{
		width: 100%;
	}
	.widget_sandhills_featured_inventory #controls{
		right: 0;
		left: 0;
		display: flex;
		justify-content: center;
		margin: 42px 0 0 !important;
		gap: 10px;
	}
	.widget_sandhills_featured_inventory #controls a span{
    	position: unset !important;
	}

}



/*==========  Non-Mobile First Method  ==========*/

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {
	#jv_careersite_iframe_id{
		height: 500px !important;
	}
}

