/*
Theme Name: www.asphaltcare.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 {
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}

/*===================== 
	base styles 
=======================*/


body {
	font-family: "Inter", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-size:16px;
		font-weight: 500;
}

p {
	font-size:16px;
	margin: 0;
	}
.butn-yellow {
	font-family: "Inter", sans-serif;
	background:#f9c500;
	color:#000;
	display: inline-block;
	padding: 20px 50px;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius:20px!important;
	box-sizing: border-box;
}
.butn-yellow:hover {
	color:#f9c500;
	background:#000;
	border:1px solid #f9c500;
}
.butn-red {
	font-family: "Inter", sans-serif;
	background:#EB1414;
	color:#fff;
	display: inline-block;
	padding: 20px 50px;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #EB1414;
	outline: none;
	cursor: pointer;
	border-radius:20px!important;
	box-sizing: border-box;
}
.butn-red:hover {
	color:#EB1414;
	background:#fff;
}
.butn-white {
	font-family: "Inter", sans-serif;
	background:#fff;
	color:#EB1414;
	display: inline-block;
	padding: 20px 50px;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #EB1414;
	outline: none;
	cursor: pointer;
	border-radius:20px!important;
	box-sizing: border-box;
}
.butn-white:hover {
	color:#fff;
	background:#EB1414;
}

.text-link-black {
	font-weight:700;
	color:#000;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black i {
	color:#EB1414;
}
.text-link-black:hover {
	color:#EB1414;
}
.text-link-white {
	font-weight:700;
	color:#fff;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-white i {
	color:#EB1414;
}
.text-link-white:hover {
	color:#EB1414;
}
.text-link-grey {
	font-weight:700;
	color:#595959;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-grey i {
	margin:0 5px;
}
.text-link-grey:hover {
	color:#EB1414;
}
/*ABOUT US*/
.about-title {text-transform: uppercase; }
.about-title span{color: #EB1414; font-size:18px ; font-weight: 500;}
.line{ 
    width: 8%;
    height: 0;
    border-top: 7px solid #EB1414;
    margin: 0 auto;
}
.col-3-md h3{ color: #fff; font-size: 35px; margin-bottom: 0;}
.col-3-md span{color: #f9c500; font-size: 16px; font-weight: 600;}
.col-3-md p{color: #fff; padding-top: 10px; text-transform: normal;}
.col-3-md {text-align: center;}
.yellow-header h2{color: #fff; text-transform: uppercase; font-size: 35px; padding-bottom: 15px;}
.yellow-highline{width: 8%; height: 0; border-top: 7px solid #f9c500; margin: 0 auto;}
.yellow-header span{color: #f9c500; text-transform: uppercase; font-size: 22px;}
.col-2-sm{display: flex; justify-content: space-between; align-items: flex-start;gap: 16px;width: 100%; height: auto;background-color: #fff;box-shadow: 0px 0px 10px 10px #a2a2a2;padding: 2%;}
.col-2-sm img{max-width: 310px;}
.col-2-lg{display: flex;gap: 10px;padding: 26px;}
.col-2-sm p{text-transform: capitalize; font-size: 20px; font-weight: 600;padding-right:15px}
.col-2-item{width: 50%;}
.header-col2 {margin: 0; width: 100%; max-width: 66px; border-top: 5px solid #EB1414; padding-bottom: 10px;}
.col-3-wrapper{display: flex; gap: 15px;border-right: 1px #fff solid;}
.impact-icon{color: #f9c500;font-size: 50px;padding: 7px;}
.our-impact{text-align: left;}
.col-3-right{border-right: none!important;}
.fade-bg{ 
	margin: 0 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* align-content: center; */
    /* align-self: center; */
    justify-content: center;
    width: 100%;
    height: 100%;}
.white-overlay{position: absolute;
    width: 100%;
    max-width: calc(100% - 960px);
    height: 100%;
    /* background-color: white; */
    z-index: 2;
    background: #FFF;
   	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, .025) 36%);
    box-sizing: border-box;
    overflow: hidden;
}
.fade-bg h2{max-width: 435px;}
#\37 4-0 img{max-width: none!important;}
/*===================== 
	header styles 
=======================*/

.wrap-head {
	width: 100%;
	background: #fff;
}
.wrap-head .container-lg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:20px;
	padding:20px 20px 5px 20px;
}
.head-top-left {
	width:100%;
	max-width: 200px;
}
.head-top-logo {
	
}
.head-top-right {
	width:100%;
	max-width: 200px;
}
.head-nav {
	width: 100%;
}


/*===================== 
	content styles 
=======================*/

.wrap-hero {
	position: relative;
}
.hero-video {
    display: block;
    width: 100%;
    height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	overflow: hidden;
	background:#000; 
}
.hero-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    position: relative;
    top:-60px;
	opacity: 0.7;
}
.hero-video video {
	 width: 100%;
    height: auto;
    position: relative;
    top:-20%;
	opacity: 0.7;
}
.hero-overlay {
	position: relative;
	z-index: 2;
}
.hero-overlay h1 {
	line-height: 1;
}
.hero-overlay span {
	display: inline-block;
}
.column-padding-hero-ctabtn {
	margin:0 auto!important;
}
.cta-cont {
	padding:10px;
	box-sizing: border-box;
	max-height: 300px;
    min-height: 180px;
    height: 19vw;
}
.cta-cont a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #000;
	padding:20px;
	width: 100%;
	height: 100%;
	border-radius:20px;
	border:2px solid #fff;
	overflow: hidden;
}
.cta-cont a h2 {
	font-family: "Inter", sans-serif;
	font-size:clamp(12px, 1.6vw, 20px);
	color:#fff;
	font-weight:400;
	text-shadow: 0 0 5px rgba(0,0,0,1);
	border-bottom: 2px solid #EB1414;
	transition: .2s ease-in;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}
.cta-cont a img {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.35;
	transition: .2s ease-in;
}
.cta-cont a:hover img {
	opacity: 0.2;
}
.cta-cont a:hover h2 {
	color:#EB1414;
}


.wrap-brand-slider .post-container-brandsinfo {
	flex-wrap: nowrap;
  align-items: center;
}


.wrap-brand-slider .container-fluid {
}
.wrap-brand-slider > .col-md-12 {
	margin: 0 auto !important;
	position: relative;
}
.wrap-brand-slider .slick-slide .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-brand-slider .item > div {
	height: 100%;
}

.wrap-brand-slider .slick-track {
	display: flex;
}
.wrap-brand-slider .slick-track .slick-slide > div, .wrap-brand-slider .slick-slide .item {
	height: 100%;
}
.wrap-brand-slider a img {
	max-width:250px;
	width:100%;
	display: block;
	height: auto;
	max-height:110px;
	object-fit: contain;
	object-position: center center;
	transition: 0.2s ease-in;
}
.wrap-brand-slider a:hover img {
	opacity: 0.6;
}
.wrap-home-about.container-lg {
	background: #fff;
	border-radius: 30px;
	padding: 60px clamp(20px, 10vw, 200px) !important;
	margin-top: 30vw !important;
	margin-bottom:-200px !important;
	position: relative;
	z-index: 1;
}
.wrap-home-about > .row {
	border-top: 2px solid #f9c500;
	padding-top: 40px;
}


.wrap-customer-reviews .container-fluid {
	margin-bottom: 0px!important;
}
.wrap-customer-reviews > .col-md-12 {
	margin-bottom: 0px!important;
	width: calc(100% - 60px);
	margin: 0 auto !important;
	position: relative;
}
.wrap-customer-reviews .slick-slide .item {
	padding:10px!important;
	box-sizing: border-box;
	height: 100%;
}
.wrap-customer-reviews .item > div, .wrap-customer-reviews .slick-slide > div {
	height: 100%;
}

.wrap-customer-reviews .slick-track {
	display: flex;
	align-items: stretch;
}
.review-col {
	border-radius: 20px;
	border:1px solid #EB1414;
	padding:20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	height: 100%;
}
.review-info {
	display: flex;
	flex-direction: column;
	gap:10px;
}
.review-info p {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #000;
	text-align: left;
}
.review-stars {
	font-size:20px;
	color:#f9c500;
	display: flex;
}
.review-name {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-align: left;
}
.foot-loc-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.foot-loc-map {
	width: 59%;
}
.foot-loc-map iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.foot-loc-info {
	width: 39%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
}
.foot-loc-info h2 {
	display: block;
	width: 100%;
	font-size: 60px;
    font-weight: 900;
    color: #B8B8B8;
    line-height: 1;
	padding-bottom: 40px;
	text-align: left;
}
.foot-loc-info h2 span {
	font-size: 36px;
    line-height: 1;
	color:#fff;
	display: block;
	font-weight: 400;
}
.foot-loc-links {
	width: 39%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	color:#fff;
	text-align: left;
}
.foot-loc-links a {
	color:#fff;
	transition: 0.2s ease-in;
	text-align: left;
}
.foot-loc-links a p {
	color:#fff;
	text-align: left;
}
.foot-loc-links a:hover {
	opacity: 0.7;
}
.foot-loc-btns {
	width: 59%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.foot-loc-btns a {
	width: 100%;
}
.loc-page-links {
	width: 39%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	
}
.loc-page-links-info h3 {
	color:#fff;
	text-transform: uppercase;
	text-align: left;
}
.loc-page-links-info a {
	transition: 0.2s ease-in;
	color:#fff;
}
.loc-page-links-info a p, .loc-page-links-info p {
	color:#fff;
	text-align: left;
	font-size: 20px;
}
.loc-page-links-info a:hover {
	opacity: 0.7;
}
.loc-page-map {
	width: 59%;
}
.loc-page-map  iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.loc-page-btn-cont a {
	width: 100%;
	margin:5px 0;
}

.wrap-brand-page {
	
}
.wrap-brand-page .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-brand-page .item > div {
	height: 100%;
}
.brand-slide-cont {
	padding:20px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
}
.brand-slide-cont img {
	width: auto;
	height: auto;
	max-height: 120px;
	object-fit: contain;
	object-position: center center;
	max-width: 100%;
}

.brand-cont-1 {
	border-radius: 20px;
	border:1px solid #EB1414;
	padding:20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	height: 100%;
	background: #fff;
}
.brand-img-cont-1 {
	position: relative;
	width: 100%;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px 0;
}
.brand-img-cont-1 h2 {
	text-align: center;
	font-size:20px;
}
.brand-img-cont-1 img {
	width: auto;
	height: auto;
	max-height: 120px;
	object-fit: contain;
	object-position: center center;
	max-width: 100%;
}
.brand-btn-cont-1 {
	display: flex;
	flex-direction: column;
	gap:10px 0;
}
.brand-btn-cont-1 a {
	width: 100%;
	padding:15px 10px;
	box-sizing: border-box;
	border-radius:5px;
	margin:0 auto;
}



/*===================== 
	blog Styles
=======================*/
.blog-post-cont {
	background:#fff;
	background-color: white;
    border-radius: 20px;
	border:1px solid #EB1414;
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
}
.blog-post-img {
	width: 30%;
}
.blog-post-img img {
	width: 100%;
	height: 100%;
	max-height: 250px;
	object-fit: contain;
	object-position: center;
	display: block;
	border-radius: 10px;
}
.blog-post-info {
	width:68%;
	text-align: left;
}
.blog-post-info h2 {
	font-size: 22px;
	text-align: left;
	font-weight:700;
}
.blog-post-info .blog-date {
	font-size: 18px;
	text-align: left;
	font-weight:700;
	padding-bottom: 10px;
}
.posted-on {
	font-size: 18px;
	text-align: left;
	font-weight:700;
	padding-bottom: 10px;
	color:#EB1414;
}
.posted-on a {
	color:#EB1414;
}
.posted-on .updated {
	display: none;
}
.blog-post-text {
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
}
.blog-cat-nav-1 {
	width: 100%;
	background:#B8B8B8;
	padding: 40px 20px;
	box-sizing: border-box;
}
.blog-cat-nav-1 p {
	text-align: center;
	font-size:clamp(20px, 4vw, 28px);
	font-weight:700;
	color:#000;
	padding-bottom: 20px;
}
.blog-cat-nav-1 ul {
	margin:0 auto;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.blog-cat-nav-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.blog-cat-nav-1 ul li a {
	padding:10px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background:#f9c500;
	color:#000;
	border:1px solid #000;
	font-size:18px;
	font-weight:600;
	transition: .2s ease-in;
}
.blog-cat-nav-1 ul li a:hover {
	color:#f9c500;
	background:#000;
	border:1px solid #f9c500;
}

.blog-wrap-1 {
	
}
.blog-header-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding-left: clamp(20px, -880px + 50vw, 100vw);
	align-items: stretch;
	background:#B8B8B8;
}
.news-blog-post-date {
	font-size: 18px;
	font-weight: 700;
	color:#EB1414;
}
.news-blog-post-date a {
	color:#EB1414;
}
.promo-header-page-info {
	background: #fff!important;
	border-radius: 30px;
	padding:60px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
	position: relative;
	z-index: 2;
	width: calc(50% + 60px);
	margin: 100px -60px 100px 0px;
}
.promo-header-page-info h1 {
	text-transform: uppercase;
	font-size: clamp(25px, 3vw, 40px);
	font-weight: 800;
}
.promo-header-page-img {
	position: relative;
	min-height: 300px;
	width: 50%;
}
.promo-header-page-img img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.blog-pg-content {
	padding: 20px 0;
}
.blog-pg-content-head {
	margin: 0 0 10px 0!important;
	padding-bottom:10px;
	border-bottom:4px solid #f9c500;
}
.blog-pg-content h2, .blog-pg-content h3, .blog-pg-content h4 {
	margin:15px 0 10px;
}
.blog-pg-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.blog-page-cont-1 {
	padding:60px 10px;
	box-sizing: border-box;
	width: 100%;
}
.blog-page-cont-1 .container-md {
	padding:40px 20px;
	background: #fff;
	border-radius: 30px;
	border:1px solid #EB1414;
}

.blog-nav-foot-1 {
	padding:40px 0;
}
.blog-nav-foot-1 .screen-reader-text {
	display: none;
}
.blog-nav-foot-1 .nav-links {
	display: flex;
	justify-content: center;
	gap:20px;
}
.blog-nav-foot-1 .nav-previous, .blog-nav-foot-1 .nav-next {
	width:auto;
}
.blog-nav-foot-1 .nav-previous a, .blog-nav-foot-1 .nav-next a, .NextButton-news-blog-posts, .PrevButton-news-blog-posts  {
	text-align:center;
	margin:5px;
	line-height: 1;
	width: auto;
	white-space: nowrap;
	font-family: "Inter", sans-serif;
	background:#f9c500!important;
	color:#000!important;
	display: inline-block;
	padding: 20px 50px;
	font-size: 18px;
	font-weight: 400;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius:20px!important;
	text-decoration: none;
}
.NextButton-news-blog-posts u, .PrevButton-news-blog-posts u {
	text-decoration: none;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover {
	color:#f9c500!important;
	background:#000!important;
	border:1px solid #f9c500!important;
}
.news-blog-post-date .updated {
	display: none;
}
.blog-share-links {
	padding:10px 0;
	display: flex;
	gap:10px;
	font-weight: 600;
}
.blog-share-links a {
	color:#EB1414;
}
.blog-share-links a:hover {
	opacity: 0.7;
}

/*===================== 
	Promotion styles 
=======================*/

.promo-cat-header .container-md {
	padding:40px 20px;
}
.promo-cat-header h1 {
	color:#000;
	font-size:0px;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	text-align: center;
}
.promo-cat-header h1 span {
	font-size:clamp(25px, 4vw, 40px);
	text-transform: uppercase;
}
.promo-cat-page .container-md  {
	padding:40px 20px 60px 20px;
}


/*===================== 
	Rental styles 
=======================*/

.rental-accordian {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap:10px;
}
.rental-accordian h3 {
	font-family: "Inter", sans-serif;
	background:#EB1414;
	color:#fff;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	transition: .2s ease-in;
	border:1px solid #EB1414;
	outline: none;
	cursor: pointer;
	border-radius:20px!important;
	box-sizing: border-box;
}
.rental-accordian h3:hover {
	background:#fff;
	color:#EB1414;
}
.rental-accordian h3:hover span:before, .rental-accordian h3:hover span:after {
	background:#EB1414;
}
.rental-accordian h3 span {
	position: relative;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rental-accordian h3 span:before {
	content:"";
	width: 100%;
	height: 5px;
	background:#fff;
	border-radius: 10px;
	display: block;
	position: absolute;
	transition: .2s ease-in;
}
.rental-accordian h3 span:after {
	content:"";
	width: 5px;
	height:100%;
	background:#fff;
	border-radius: 10px;
	display: block;
	position: absolute;
	transition: .2s ease-in;
}
.rental-accordian h3.open span:after {
	transform: rotate(90deg);
}
.rent-accord-cont {
	display: block;
}

.rent-accord-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.rental-cat-col {
	width: 33.33%;
	padding:10px;
	box-sizing: border-box;
}
.rental-cat-cont {
	background:#fff;
	background-color: white;
	border-radius: 20px;
	border:1px solid #EB1414;
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap:10px 0;
	height: 100%;
	box-sizing: border-box;
}
.rental-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.rental-cat-cont img {
	width: 100%;
	height: auto;
	display: block;
}
.rental-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.rental-content .butn-red {
	display: block;
	width: 100%;
	padding:15px;
}

/*===================== 
	Video styles 
=======================*/

.video-cat-page {
	display: flex;
	flex-wrap: wrap;;
}
.video-col {
	padding:10px;
	box-sizing: border-box;
	width: 33.33%;
}
.video-cont {
	background:#fff;
	background-color: white;
	border-radius: 20px;
	border:1px solid #EB1414;
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
}
.video-cont h2 {
	font-size: 18px;
	text-align: center;
	padding:0 0 5px 0;
}
.video-cont-video {
	width: 100%;
}
.video-cont-video iframe {
	width: 100%!important;
	height: auto;
	aspect-ratio:16 / 9;
}
.NextButton-videosposts, .PrevButton-videosposts  {
	text-align:center;
	margin:5px;
	line-height: 1;
	width: auto;
	white-space: nowrap;
	font-family: "Inter", sans-serif;
	background:#f9c500!important;
	color:#000!important;
	display: inline-block;
	padding: 20px 50px;
	font-size: 18px;
	font-weight: 400;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius:20px!important;
	text-decoration: none;
}
.NextButton-videosposts u, .PrevButton-videosposts u {
	text-decoration: none;
}

/*===================== 
	Timeline 
=======================*/
.timeline-img img{width: 100%;max-width: 307px;}
.timeline-wrapper{
    
	box-sizing: border-box;
}
.timeline-header{padding: 14% 0px 0px 0px;}
.timeline-header h3{color: #f9c500; text-transform: uppercase; font-family: "Inter",sans-serif; font-weight: 500;}
.context p{padding: 0 20px; color: #fff;}
.timeline-img{border-bottom: 1px solid #fff; position: relative; padding: 20px; }
.timeline-dot{width: 20px; height: 20px; border-radius: 50px; background-color:#f9c500; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
/*===================== 
	Meet The Team styles 
=======================*/

.emp-cont-1 {
	border-radius: 20px;
	border: 1px solid rgb(235, 20, 20);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	background: #fff;
	height: 100%;
}
.emp-img {
	position: relative;
	width: 100%;
}
.emp-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 10px;
}
.emp-img img:last-of-type {
	display: none;
}
.emp-img:hover img:last-of-type {
	display: block;
}
.emp-img:hover img:first-of-type {
	display: none;
}
.emp-info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.emp-info h2 {
	text-transform: uppercase;
	font-size: clamp(16px, 1.2vw, 22px);
	color:#EB1414;
	margin:0;
}
.emp-info p {
	font-size: clamp(12px, 1.2vw, 16px);
}
.emp-info a {
	color:#EB1414;
	font-weight: 700;
	transition: .2s ease-in;
	font-size: 12px;
}
.emp-info a:hover {
	opacity: 0.7;	
}

/*===================== 
	Form styles 
=======================*/

.contactForm {
	border-radius: 20px;
	border: 1px solid rgb(235, 20, 20);
	padding: 20px!important;
	background:#fff;
}
.contactForm h2 {
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom:4px solid #f9c500;
}
.contactForm h3 {
	color:#EB1414;
	font-size: 600;
}

/*===================== 
	Inventory styles 
=======================*/

/*------------------------------ General Listings Page---------------------------------*/

.scrollToTop a {
	color:#fff!important;
}

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/


/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#EB1414 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #3a658e;
  color: #3a658e;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#EB1414!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #EB1414!important;
    border: 1px solid #EB1414!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #EB1414!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #EB1414!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #EB1414!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #EB1414 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#EB1414 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#EB1414 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#EB1414 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#EB1414!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#EB1414!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#EB1414!important;
}
.detail-content-mobile .share-listing {
	color:#EB1414!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#EB1414!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#EB1414!important;
}
.cs-btns .button {background:#EB1414 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto!important;
	box-sizing: border-box;
}
.container-inv {
	padding:40px 10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.white-bg-rounded {
	padding: 20px;
    background-color: white;
    margin: 10px;
    border-radius: 20px;
}
.wrap-overlay-content-left {
	padding-left:clamp(20px, -880px + 50vw, 100vw)!important;
}
.outerEditableArea:has(.overlay-content-left ) {
	margin:100px -60px 100px 0;
	position: relative;
	z-index: 1;
	width: calc(50% + 60px)!important;
}
.overlay-content-left {
	background: #fff!important;
	border-radius: 30px;
	padding:60px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
}
.wrap-overlay-content-right {
	padding-right:clamp(20px, -880px + 50vw, 100vw)!important;
}
.outerEditableArea:has(.overlay-content-right ) {
	margin:100px 0 100px -60px;
	position: relative;
	z-index: 1;
	width: calc(50% + 60px)!important;
}
.overlay-content-right {
	background: #fff!important;
	border-radius: 30px;
	padding:60px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
}


.column-1 { width:100%; box-sizing:border-box;}	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

#foot {
	background:#fff;
	padding-top: 40px;
}
.wrap-foot {
	border-top:4px solid #f9c500;
	width: 100%;
	padding:40px 0;
}
.wrap-foot .container-lg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:0 20px;
}
.foot-nav {
	width: 100%;
	max-width: 800px;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1350px){
	.timeline-wrapper{ padding: 0; }

}
@media only screen and (max-width:1700px){
	.col-2-sm{flex-direction: column; justify-content: flex-start;}
	.col-2-item{width: 100%;}
	.col-2-sm img{margin: 0 auto; padding: 5%;}
}
@media only screen and (max-width : 1200px) {		
	.foot-loc-map, .foot-loc-info {
		width: 49%;
	}
	.foot-loc-info h2 {
		font-size:50px;
	}
	.foot-loc-info h2 span {
		font-size: 32px;
	}
}
@media only screen and (max-width:1300px){
#\37 4-0 img {
    padding-left: 10px !important;
}
	.fade-bg{margin: 0;}
	.button-flex{padding: 26px 26px 0 26px}
	.white-overlay{max-width: calc(100% - 902px);background: linear-gradient(90deg, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 0) 100%);}
}
@media only screen and (max-width: 1024px){
	.column-padding-timeline.col-lg-4.col-md-4.col-sm-12.col-12{width: 33.3%!important;}
	#\36 2-0{justify-items: center;}
	#\36 2-1{justify-items: center;}
	#\36 2-2{justify-items: center;}
	.col-3-wrapper{border-right: 0;}
	
}
@media only screen and (max-width : 1000px) {
	.wrap-head .container-lg {
		flex-wrap: nowrap;
	}
	.head-top-right, .head-top-left {
		display: none;
	}
	.head-nav {
		width: auto;
	}
	.head-top-logo {
		width: 100%;
		max-width: 200px;
	}
	.foot-loc-map {
		width: 39%;
	}
	.foot-loc-info {
		width: 59%;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.hero-video {
		display: none;
	}
	.foot-loc-map {
		width: 100%;
	}
	.foot-loc-info {
		width: 100%;
	}
	.foot-loc-info h2 {
		font-size:35px;
		padding-bottom: 5px;
	}
	.foot-loc-info h2 span {
		font-size:25px;
	}
	.loc-page-map, .loc-page-links  {
		width:49%;
	}
	.video-col {
		width:50%;
	}
	.rental-cat-col {
		width:50%;
	}
	.col-2-item{padding: 26px;}

	.col-2-lg{flex-direction: column;}

	.col-2-sm{flex-direction: row;}

	.col-2-sm img{margin: 0;}

	.white-overlay{display: none;}
	
	#\37 4-0 img {padding-left: 0px !important;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.butn-yellow, .butn-white, .butn-red {
		padding: 10px 30px;
		font-size: 14px;
		border-radius:10px!important;
	}
	.foot-logo {
		margin: 0 auto;
	}
	.foot-loc-info h2 {
		font-size:30px;
	}
	.foot-loc-info h2 span {
		font-size:20px;
	}
	.foot-nav {
		display: none;
	}
	.blog-post-img, .blog-post-info {
		width: 100%;
	}
	.blog-header-1 {
		padding-left: 0px;
	}
	.promo-header-page-info {
		width: calc(100% - 20px) !important;
		order: 2;
		margin: -30px auto 40px auto;
		padding:40px 20px;
	}
	.promo-header-page-img {
		width: 100%;
		order: 1;
		min-height: 50vw;
	}
	.loc-page-map, .loc-page-links  {
		width:100%;
	}
	.video-col {
		width:100%;
	}
	
	.wrap-overlay-content-left {
		padding-left: clamp(0px, -880px + 50vw, 100vw) !important;
	}
	
	.outerEditableArea:has(.overlay-content-left), .outerEditableArea:has(.overlay-content-right) {
		margin:-60px 0px 0px 0;
		order:1 !important;
		width: 100%!important;
		padding:0 20px 60px 20px!important;
	}
	
	
	.outerEditableArea:has(.overlay-image-left) {
		width: 100%!important;
		order:0 !important;
	}
	.overlay-image-left, .overlay-image-right {
		height: 70vw!important;
		order:0 !important;
	}
	
	
	
	
	
}
/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 575px) {

	.wrap-overlay-content-left, .wrap-overlay-content-right {
		padding-left:0px!important;
	}
	
	.overlay-image-left, .overlay-image-right {
		height: 70vw!important;
	}
	.overlay-content-left, .overlay-content-right {
		border-radius: 20px;
		padding:40px 20px;
	}
	.foot-loc-map {
		display: none;
	}
	.foot-loc-links, .foot-loc-btns {
		width: 100%;
	}
	h1 {
		font-size:30px;
	}
	h2 {
		font-size:28px;
	}
	h3 {
		font-size:24px;
	}
	h4 {
		font-size:20px;
	}
	h5 {
		font-size:18px;
	}
	h6 {
		font-size:16px;
	}

	p {
	font-size:16px;
	}
	.butn-yellow, .butn-red, .butn-white, .blog-nav-foot-1 .nav-previous a, .blog-nav-foot-1 .nav-next a {
		padding: 10px 20px;
		font-size: 16px;
		border-radius:10px!important;
	}
	.rental-cat-col {
		width:100%;
	}
	.rental-cat-cont h2 {
		font-size: 18px;
	}

	.col-2-sm{flex-direction: column; gap: 10px;}
	.col-2-sm img{width: 100%; margin: 0 auto;}
	.col-2-item {width: 100%; padding: 0px 26px 26px 26px;}
}
@media only screen and (max-width : 480px) {
	.wrap-home-about.container-lg {
		border-radius:10px;
		padding: 40px 20px !important;
		margin-bottom:-100px !important;
	}
}

