/*
Theme Name: www.freightlinerofhartford.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
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
}
html{
	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;
}

/*--------------------------------------------------------------
## 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;
}

#header{
	background: #000;
	padding: 15px;
    display: flex;
    align-items: center;
	position: relative;
	font-family: 'Barlow', sans-serif;
}
.header-border {
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    width: 120px;
    background: #e12829;
}

#header .col-logo{
    width: 380px;
}
#header .col-nav{
	width: calc(100% - 595px);
}
#header .col-social{
    width: 215px;
	
}

/* ELITE POPUP - add class .elite-popup around img tags to activate. If image is set to float right, add . elite-popup-right */

.elite-popup-right{
	display: inline-block;
	float: right;
}
.elite-popup-right:after{
	transform: translateX(0) !important;
	right: 0;
	left: unset !important;
}
.elite-popup{
	position: relative;
}
.elite-popup:after{
	position: absolute;
	content: '';
	
	background-image: url("images/elite-support-popup.jpg");
	background-position: center center;
	background-size: contain;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
    width: 275px;
    height: 206px;
	transition: ease all 0.2s;
	z-index: 100;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
	
}
.elite-popup:hover:after{
	opacity: 1;
	transform: translateX(-50%) scale(1);
}
.elite-popup-right:hover:after{
	transform: translateX(0) scale(1) !important;
}

/* POPUP */
.popup-window .social-btns{justify-content: center;}
.popup-window{
	display: none;
	padding: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	max-width: 400px;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.33);
	z-index: 10005;
	
	text-align: center;
	width: 90%;
}
#popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.33);
	z-index: 10000;
	backdrop-filter: blur(3px);
}
.popup-window i.fa-times{
	position: absolute; top: 15px;
	right: 15px;
	cursor: pointer;
}
.social-btns{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	z-index: 10;
}
.social-btns a{
	line-height: 48px;
    width: 48px;
    text-align: center;
    font-size: 18px;
    align-items: center;
    height: 48px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    background: #000;
    color: #fff;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.social-btns.outline a{

    background: none !important;
    color: #000;
	border: solid 1px #b2b2b2;
}




.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.align-center{align-items: center;}
.justify-end{justify-content: flex-end;}
.gap{gap: 20px;}

.social-btns a {
    line-height: 48px;
    width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

#foot .social-btns a {
    border: solid 1px #d5d5d5 !important;
    color: #000 !important;
	background: unset !important;
}


.heading-sm{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
}
.heading-md{
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	
	display: inline-block;
}

.heading-lg{
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 4px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
}

.shwidget p{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
}
.shwidget ul{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
}




.list-excelerator ul{
	
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	list-style: none;
	display: flex; 
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 !important;
}
.list-excelerator ul li{
	position: relative;
	padding-left: 40px !important;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
}
.list-excelerator ul li:before{
	position: absolute;
	left: 0;
	top: -2px;
    content: "";
	height: 30px;
	width: 24px;
	background-image: url("images/excelerator-list-icon.png");
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}



.list-bullets ul{
	
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	list-style: none;
	display: flex; 
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 !important;
}
.list-bullets ul li{
	position: relative;
	padding-left: 40px !important;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 300;
}
.list-bullets ul li:before{
	position: absolute;
	left: 0;
	color: #ff3233;
    content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


.list-checks ul{
	
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	list-style: none;
	display: flex; 
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 !important;
}
.list-checks ul li{
	padding: 20px 20px 20px 50px;
	position: relative;
	display: block;
	border: solid 1px #ccc;
	width: 100%;
	text-transform: uppercase;
	font-weight: 300;
}
.custom-banner .list-checks ul li{
	border: solid 1px #fff;
	max-width: 300px;
}
.list-checks.list-grid ul li{
	max-width: 300px;
	min-height: 40px;
}
.list-checks ul li:before{
	position: absolute;
	left: 20px;
	color: #ff3233;
    content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.light{
	font-weight: 300;
}
.red{
	color: #ff3233;
}

.bg-dark{
	color: #fff;
	background-color: #000 !important;
}
.white{color: #fff;}
.hero hr, .bg-dark hr, .white hr{
	border-color: #fff !important;
}


.site-breadcrumb > div {
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    margin: 20px 20px -32px !important;
	z-index: 100;
}
.site-breadcrumb {
    display: flex;
}


hr{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: solid 1px #000 !important;
	width: 100px;
	display: block;
	margin: 30px 0;
}



.btn.btn-default{
	font-family: 'Barlow', sans-serif !important;
	position: relative;
	outline: none !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	font-size: 24px !important;
	line-height: 48px !important;
	padding: 40px 10px !important;
	
	color: #000;
	display: block;
	width: 100%;
	text-align: center;
	
	border: none !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
	border-top: solid #d3d3d3 6px !important;
}
.btn.btn-default:hover{
	color: #777 !important;
	border-top-color: rgb(225, 40, 41) !important;
}


.btn.btn-default:after{
	position: relative;
	right: 0;
	padding-left: 30px;
    content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: ease all 0.2s;
}
.btn.btn-default:hover:after{
	padding-left: 35px;
}


.btn.btn-simple, .btn-success{
	font-family: 'Barlow', sans-serif !important;
	position: relative;
	border: none !important;
	outline: none !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	font-size: 16px !important;
	line-height: 48px !important;
	box-shadow: none !important;
	padding: 0 0 0 0 !important;
	background: unset !important;
}
.btn-success{
	color: #000 !important;
	padding: 20px 40px !important;
	line-height: 16px !important;
	border-radius: 5px !important;
	border: solid 1px #000 !important;
}
.btn-success:hover{
	background: rgba(255,255,255,0.2) !important;
	color: #000 !important;
	border: solid 1px #333 !important;
}
.btn.btn-simple:after, .btn-success:after{
	position: relative;
	right: 0;
	padding-left: 15px;
    content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: ease all 0.2s;
}
.btn.btn-simple:hover:after, .btn-success:hover:after{
	padding-left: 20px;
}

.btn.btn-simple-reverse{
	font-family: 'Barlow', sans-serif !important;
	position: relative;
	border: none !important;
	outline: none !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	font-size: 16px !important;
	line-height: 30px !important;
	box-shadow: none !important;
	padding: 0 0 0 0 !important;
    justify-content: flex-start !important;
}

.btn.btn-simple-reverse:before{
	position: relative;
	left: 0;
	padding-right: 15px;
    content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: ease all 0.2s;
}
.btn.btn-simple-reverse:hover:before{

	padding-left: 10px;
}


.btn.btn-small{
	background:#fff;
	
    position: relative;
    color: rgb(0, 0, 0);
    display: block;
    text-align: center;
    font-family: Barlow, sans-serif !important;
    outline: none !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 18px !important;
    line-height: 48px !important;
    padding: 15px 30px !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-image: initial !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    border-top: 6px solid rgb(211, 211, 211) !important;
}
.btn.btn-small:hover{
	color: #777 !important;
	border-top-color: rgb(225, 40, 41) !important;
}


.btn.btn-small:after{
	position: relative;
	right: 0;
	padding-left: 30px;
    content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: ease all 0.2s;
}

/* HERO */

.hero-slide{
	position: relative;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	
	-moz-background-position: center 100% !important;
	-o-background-position: center 100% !important;
	-webkit-background-position: center 100% !important;
	background-position: center 100% !important;
}
.bg-video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	
	height: 100%;
	overflow: hidden;
	
}
.bg-video iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 250%;
    height: 150%;
	
    pointer-events: auto;
    transform: translate(-50%, -50%);
	z-index: -1;
}


.hero-slider .slick-slide{
	padding: 0 !important;
}
.hero-slider .hero-text {
	position: relative;
    min-height: 720px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 9.7%;
}
.hero-slider .hero-text > * {
	position: relative;
}
.hero-slider hr{border-color: #fff !important;}
.hero-slider .hero-text:before {
	content: '';
	position: absolute;
	left: 0;
	right: 25%;
	bottom: 0;
	top: 0;
	background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

/* SECTIONS & WIDGETS */

.align-content-center{
	align-self: center !important;
}
.shwidget .align-content-center{
	display: flex;
	align-items: center;
}
.align-content-center > .col-sm-12{
	height: inherit !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
}

.widget-pad{
	padding: 8.3% !important;
	box-sizing: border-box;
}
.double-pad, .col-sm-6 .widget-pad{
	padding: 16.6% !important;
	box-sizing: border-box;
}
.pad{
	padding: 8.3% !important;
	box-sizing: border-box;
}
.half-pad{
	padding: 4.8% !important;
	box-sizing: border-box;
}
.pad-vertical{
	padding-top: 4.8% !important;
	padding-bottom: 4.8% !important;
	box-sizing: border-box;
}
.pad-right{
	padding-right: 4.8% !important;
	box-sizing: border-box;
}
.pad-left{
	padding-left: 4.8% !important;
	box-sizing: border-box;
}

.nopad-top, .pad.nopad-top, .double-pad.nopad-top{padding-top: 0 !important;}
.nopad-bottom, .pad.nopad-bottom, .double-pad.nopad-bottom{padding-bottom: 0 !important;}



.widget-frame.nopad-top{margin-top: 0 !important;}
.widget-frame.nopad-bottom{margin-bottom: 0 !important;}

/* ACPT SLIDER ARROWS ON SIDES */

.acpt-arrows-sides .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.acpt-arrows-sides .slick-prev, .acpt-arrows-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;
}
.acpt-arrows-sides .slick-prev {
	left: 20px !important;
}
.acpt-arrows-sides  .slick-next {
	right: 20px !important;
}
.acpt-arrows-sides  .slick-arrow {
	background: none !important;
	opacity: 0.5!important;
}
.acpt-arrows-sides  button:hover .slick-arrow {
	opacity: 1 !important;
}
.acpt-arrows-sides  .slick-prev:before, .acpt-arrows-sides .slick-next:before {
	color: #000 !important;
	font-size: 30px;
}
.acpt-arrows-sides .slick-dots{display: none !important;}

.acpt-arrows-sides .slick-prev:before{
    content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.acpt-arrows-sides .slick-next:before{
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
/* ACPT SLIDER BOXED ARROWS ON SIDES */

.acpt-boxed-arrows-sides .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.acpt-boxed-arrows-sides .slick-prev, .acpt-boxed-arrows-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;
}
.acpt-boxed-arrows-sides .slick-prev {
	left: -40px !important;
}
.acpt-boxed-arrows-sides  .slick-next {
	right: -40px !important;
}
.acpt-boxed-arrows-sides  .slick-arrow {
    opacity: 1!important;
    box-sizing: border-box !important;
    height: 80px !important;
    width: 80px !important;
    text-align: center !important;
    background: #eee !important;
    border-radius: 0 !important;
}
.acpt-boxed-arrows-sides  button:hover .slick-arrow {
	opacity: 1 !important;
}
.acpt-boxed-arrows-sides  .slick-prev:before, .acpt-boxed-arrows-sides .slick-next:before {
	color: #000 !important;
	font-size: 30px;
}
.acpt-boxed-arrows-sides .slick-dots{display: none !important;}

.acpt-boxed-arrows-sides .slick-prev:before{
    content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.acpt-boxed-arrows-sides .slick-next:before{
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	color: #fff !important;	opacity: 1 !important;
}
.acpt-boxed-arrows-sides button.slick-arrow.slick-next{
	background: #000 !important;
	color: #fff !important;	opacity: 1 !important;
}
/* ARROWS BOTTOM RIGHT */



.acpt-arrows-bottom-right.slick-dotted.slick-slider{
	margin-bottom: 50px !important;
}
.acpt-arrows-bottom-right .slick-track{
	margin: 0px !important;
}
.acpt-arrows-bottom-right .slick-dots{
	display: none !important;
}
.acpt-arrows-bottom-right .slick-arrow{
	width: 80px !important;
    display: block !important;
    bottom: 0 !important;
	margin-top: -39px !important;
    height: 80px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.acpt-arrows-bottom-right .slick-next i{
    font-size: 24px !important;
	color: #000 !important;
}
.acpt-arrows-bottom-right .slick-prev i{
    font-size: 24px !important;
	color: #000 !important;
}
.acpt-arrows-bottom-right .slick-arrow:before{
	content: none !important;
}
.acpt-arrows-bottom-right .slick-prev{
    background-color: #fff !important;
    left: calc(100% - 160px) !important;
}
.acpt-arrows-bottom-right .slick-next{
    background-color: #ececec !important;

    right: 0 !important;
}
.btn.btn-simple, .btn-success {
	color: inherit;
}
.acpt-arrows-bottom-right .slick-prev i:before{
    content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.acpt-arrows-bottom-right .slick-next i:before{
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.widget_sandhills_custom_slider .btn-simple {
	color: white;
}
.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;
}
/* MODELS */
.widget-frame{
    margin: 5vw !important;
    width: calc(100% - 10vw);
}
a.model-box {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    margin: 5px;
    min-height: 35vw;
	position: relative;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	z-index: 1;
}
a.model-box img{
	position: absolute;
	top: 20px;
	left: 20px;
	
    max-height: 80px;
}
a.model-box > div{
	color: #fff;
	position: absolute;
    bottom: 3vw;
	left: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;
}

/* BANNERS */

.overlay{
	position: relative;
}
.overlay:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}
.post-container-cpt-banner .slick-slide{padding: 0 !important;}
.custom-banner{
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	text-align: left !important;
	color: #fff !important;
}
.custom-banner.pad, .custom-banner.half-pad, .custom-banner.widget-pad{
	
	padding-bottom: 120px !important;
}

.custom-banner hr{
	border-color: #fff !important;
}


/* HERO INDICATORS */
.hero-slider-carousel{padding: 10px !important; width: 100%; margin: 0 auto !important;}
.hero-slider-carousel .slick-slide{padding: 10px !important;}
a.hero-slider-indicator {
    display: block;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
    text-align: center;
    text-transform: uppercase;
	border-top: solid #d3d3d3 6px;
	background: #fff;
}

a.hero-slider-indicator img{
	padding: 10px;
	max-width: 100%;
	max-height: 105px;
	box-sizing: border-box;
}
a.hero-slider-indicator p{
	font-weight: 700;
	padding: 0 20px;
	border-top: solid #d3d3d3 1px;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-current a.hero-slider-indicator{
	border-color: #e12829 !important;
}
.slick-current a.hero-slider-indicator p{
	background: #e12829 !important;
	color: #fff !important;
}


.hero-slider-carousel.minimal.slick-dotted.slick-slider{
	margin-bottom: 50px !important;
}
.hero-slider-carousel.minimal .slick-track{
	margin: 0px !important;
}
.hero-slider-carousel.minimal .slick-dots{
	display: none !important;
}
.hero-slider-carousel.minimal .slick-arrow{
	width: 80px !important;
    display: block !important;
    bottom: unset !important;
    top: 100% !important;
	margin-top: 50px !important;
    height: 80px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.hero-slider-carousel.minimal .slick-next i{
    font-size: 24px !important;
	color: #000 !important;
}
.hero-slider-carousel.minimal .slick-prev i{
    font-size: 24px !important;
	color: #000 !important;
}
.hero-slider-carousel.minimal .slick-arrow:before{
	opacity: 1 !important;
	content: none !important;
    display: block;
}
.hero-slider-carousel.minimal .slick-prev{
    background-color: #ececec !important;
    left: calc(100% - 180px) !important;
}
.hero-slider-carousel.minimal .slick-next{
    background-color: #000 !important;

    right: 20px !important;
}

.hero-slider-carousel.minimal .slick-prev:before{
    content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	color: #000 !important;
}
.hero-slider-carousel.minimal .slick-next:before{
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	color: #fff !important;
}


	.hero-slider-carousel.minimal{ margin-bottom: 100px !important;}
/* HERO SLIDER BOXED ARROWS ON SIDES */

.hero-slider .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.hero-slider .slick-prev, .hero-slider  .slick-next {

    position: absolute;
    display: block;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	transform: unset !important;
	top: unset !important;
}
.hero-slider .slick-prev {
	left: 20px !important;
	bottom: -120px !important;
    background: #eee !important;
}
.hero-slider  .slick-next {
	bottom: -120px !important;
	right: 20px !important;
	background: #000 !important;
	color: #fff !important;	opacity: 1 !important;
}
.hero-slider  .slick-arrow {
    opacity: 1!important;
    box-sizing: border-box !important;
    height: 100px !important;
    width: 100px !important;
    text-align: center !important;
    border-radius: 0 !important;
}
.hero-slider  button:hover .slick-arrow {
	opacity: 1 !important;
}
.hero-slider  .slick-prev:before, .hero-slider .slick-next:before {

	font-size: 30px;
    line-height: 100px !important;
}
.hero-slider .slick-dots{display: none !important;}

.hero-slider .slick-prev:before{
    content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;	
	color: #000 !important;	opacity: 1 !important;
}
.hero-slider .slick-next:before{
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	color: #fff !important;	opacity: 1 !important;
}

.customSliderSlide > div{
	height: unset !important;
}

/* STAFF */

.post-container-team{
	display: flex;
	 flex-wrap: wrap;
}
.staff-info{
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: left !important;
}
.staff-info .heading-sm{
	margin: 0 !important;
}
.staff-info hr{
	border-color: #fff !important;
	margin: 10px 0 !important;
}
.staff-info p{
	margin: 0 !important;
	font-size: 12px !important;
}
.staff-info p a{
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(255, 50, 51);
}


/* CONSTANT CONTACT */


.sign-in-form {
    padding: 20px;
    background: #000;
}



/* PANELS */

.panel{
	background: #fff !important;
	
	border: none !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
	border-top: solid #d3d3d3 6px !important;
	
	padding: 7.1% !important;
	padding-left: 7.1% !important;
	padding-right: 7.1% !important;
	font-family: 'Barlow', sans-serif !important;
	margin: 10px;
    height: calc(100% - 20px) !important;
}
.panel-pad{
	border: none !important;
	padding: 7.1% !important;
	padding-left: 7.1% !important;
	padding-right: 7.1% !important;
	font-family: 'Barlow', sans-serif !important;
	margin: 10px;
}
/* FORMS */

.widget-pad .contactForm{
	background: #fff !important;
	
	border: none !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
	border-top: solid #d3d3d3 6px !important;
	
	padding: 7.1% !important;
	padding-left: 7.1% !important;
	padding-right: 7.1% !important;
	font-family: 'Barlow', sans-serif !important;
}
.widget-pad .contactForm .heading-md{
	font-weight: 400 !important;
}
.widget-pad .contactForm h1{
	font-size: 30px !important;
	line-height: 40px !important;
	letter-spacing: 2px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	font-family: 'Barlow', sans-serif !important;
}
.contactForm .form-control{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important; 
	border-bottom-color: #000 !important;
	background: none !important;
}
.contactForm textarea{
	resize: vertical;
}



/* INVENTORY */


#inv{padding: 60px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: 'Barlow', 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: 'Barlow', sans-serif !important;
	color: #000 !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 {color:#000 !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 {background:#e12829 !important;color: #fff !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, .cs-btns a, .calculator-btn {background: #e12829 !important; color: #fff !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 {color: #000 !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: #000 !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: #000!important; color: #000!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: #000!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;}




/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1439px) {		

	.hero-slider-carousel.minimal{ margin-bottom: 200px !important;}
}
@media only screen and (max-width : 1279px) {		

	.btn.btn-default{
		font-size: 18px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	a.model-box{
		min-height: 400px;
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
	}
	.model-box:before{
		content: '';
		background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: -1;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.match-column-height .row{display: flex !important; flex-wrap: wrap; 
		height: inherit !important;
	}
	
	.match-column-height:not(.no-min-height) .pad{
		min-height: 720px;
	}
	.match-column-height .row .widget.widget_sandhills_editable_area_background, .match-column-height .row .widget.widget_sandhills_editable_area_background > div, .match-column-height .row .widget.widget_sandhills_editable_area_background .background-cover {
		height: 100% !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	
.btn.btn-default{
	font-size: 14px !important;
	line-height: 48px !important;
    	padding: 20px !important;
}
	
	
.col-sm-6 .widget-pad{
	padding: 8.3% !important;
	box-sizing: border-box;
}
	
.heading-sm{
	font-size: 14px;
	line-height: 20px;
}
.heading-md{
	font-size: 28px;
	line-height: 40px;
}

.widget-pad .contactForm h1{
	font-size: 28px !important;
	line-height: 40px !important;
}
.heading-lg{
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 2px;
}
	
	
	.double-pad{
		padding: 8.3% !important;
	}
	.match-column-height:not(.no-min-height) .pad{
		min-height: 420px;
	}
	.pad-right{padding-right: 0 !important;}
	.pad-left{padding-left: 0 !important;}
	

	.hero-slider-carousel{width: 100%; margin-bottom: 100px !important;}
	.hero-slider-carousel .hero-slider-indicator p{min-height: 58px !important;}

	.hero-slider .hero-text {
		min-height: 420px;
	}
	
	

.hero-slider-carousel.slick-dotted.slick-slider{
	margin-bottom: 50px !important;
}
.hero-slider-carousel .slick-track{
	margin: 0px !important;
}
.hero-slider-carousel .slick-dots{
	display: none !important;
}
.hero-slider-carousel .slick-arrow{
	width: 80px !important;
    display: block !important;
    bottom: 0 !important;
	margin-top: 50px !important;
    height: 80px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.hero-slider-carousel .slick-next i{
    font-size: 24px !important;
	color: #000 !important;
}
.hero-slider-carousel .slick-prev i{
    font-size: 24px !important;
	color: #000 !important;
}
.hero-slider-carousel .slick-arrow:before{
	opacity: 1 !important;
	content: none !important;
    display: block;
}
.hero-slider-carousel .slick-prev{
    background-color: #ececec !important;
    left: calc(100% - 180px) !important;
}
.hero-slider-carousel .slick-next{
    background-color: #000 !important;

    right: 20px !important;
}

.hero-slider-carousel .slick-prev:before{
    content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	color: #000 !important;
}
.hero-slider-carousel .slick-next:before{
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	color: #fff !important;
}
.hero-slider-indicator p {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

	
.acpt-arrows-bottom-right .slick-arrow{
	margin-top: -36px !important;
}


	.widget-frame.acpt-boxed-arrows-sides .slick-prev {
		left: -5vw !important;
	}
	.widget-frame.acpt-boxed-arrows-sides  .slick-next {
		right: -5vw !important;
	}

	
	
	

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {	
	.double-pad, .half-pad, .widget-pad, .col-sm-6 .widget-pad{
		padding: 40px !important;
	}
	
	.heading-lg, .heading-md{
		
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
	}

}

