/*
Theme Name: www.ezworktrucks.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

red #e32629
Grey #bababa
Lt Grey #e8e8e8

*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
a{
	text-decoration: none;
}
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: "Rubik", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:36px;
		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-red {
	font-family: "Rubik", sans-serif;
	background:#e32629;
	color:#fff!important;
	display: inline-block;
	padding:30px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	margin:10px;
    transition: .2s ease-in;
	border:1px solid #e32629;
	outline: none;
	cursor: pointer;
	border-radius: 30px!important;
}
.butn-red:hover {
	background:#fff;
	color:#e32629!important;
}
.butn-black {
	font-family: "Rubik", sans-serif;
	background:#000;
	color:#fff!important;
	display: inline-block;
	padding:30px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	margin:10px;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius: 30px!important;
}
.butn-black:hover {
	background:#fff;
	color:#000!important;
}
.butn-red-square {
	font-family: "Rubik", sans-serif;
	background:#e32629;
	color:#fff!important;
	display: inline-block;
	padding:10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	margin:20px 0;
	min-height: 60px;
    transition: .2s ease-in;
	border:1px solid #e32629;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	line-height: 1;
}
.butn-red-square:hover {
	background:#fff;
	color:#e32629!important;
}
.text-link-red {
	font-weight: 700;
	color: #e32629;
	transition: .2s ease-in;
	padding: 0;
	background: transparent;
	border: 0px;
	text-align: inherit;
}
.text-link-red:hover {
	opacity: 0.7;
}
.text-link-black {
	font-weight: 700;
	color: #000000;
	transition: .2s ease-in;
	padding: 0;
	background: transparent;
	border: 0px;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-white {
	font-weight: 700;
	color: #fff;
	transition: .2s ease-in;
	padding: 0;
	background: transparent;
	border: 0px;
	text-align: inherit;
}
.text-link-white:hover {
	opacity: 0.7;
}
.text-link-header {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	transition: .2s ease-in;
	padding: 0;
	background: transparent;
	border: 0px;
}
.text-link-header:hover {
	color:#e32629;
}
.table-content {
	width: 100%;
	
}
.table-content tr {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.table-content td {
	box-sizing: border-box;
}
.cta-banner-btn-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cta-banner-btn-cont button {
	flex-grow: 1;
}

/*===================== 
	header styles 
=======================*/

#header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.header-search-1 {
    background:#dadbdc;
    padding:40px calc(5% + 20px);
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: none;
}
.header-search-1 form {
    display: flex;
    background:#fff;
    padding:5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.header-search-1 form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 16px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: "Rubik", sans-serif;
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.header-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.header-search-1 form:hover button {
    color:#e32629;
}
.header-mobile-search-1 {
    background: #fff;
}
.header-mobile-search-1 form {
    display: flex;
    background:#fff;
    padding:10px;
    box-sizing: border-box;
    width: 100%;
}

.header-mobile-search-1 form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 20px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: sweet-sans-pro, sans-serif; 
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.header-mobile-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 20px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.header-mobile-search-1 form:hover button {
    color:#9b1a0e;
}
.head-logo-1 {
	width:100%;
	max-width:260px; 
}
.top-head {
	width: 100%;
	background:#393939;
}
.head-cont {
	width: 100%;
	background:#000;
}
.head-cont .container-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	gap:0 20px;
}
.head-nav {
	display: flex;
	justify-content: flex-end;
	gap:20px;
	align-items: center;
}
.home-search-btn {
	height: 45px;
	width: 45px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#e32629;
	font-size:18px;
	color:#fff;
	transition: .2s ease-in;
	cursor: pointer;
}
.home-search-btn:hover {
	background:#bababa;
}


/*===================== 
	content styles 
=======================*/

.hero-btn-1 {
	min-height: 400px!important;
	height: 50vw!important;
	max-height: calc(100vh - 400px)!important;
	padding: 20px 20px 100px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(0,0,0,0.2);
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 50.78%,rgba(0,0,0,0.70) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 50.78%,rgba(0,0,0,0.70) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 50.78%,rgba(0,0,0,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 50.78%,rgba(0,0,0,0.70) 100%);
}
.hero-btn-1 .butn-red {
	display: block;
	width: 100%;
	max-width: 450px;
	box-sizing: border-box;
}
.highlightSidebars .wrap-service-btn .container-fluid  {
	margin-top: 0;
}
.wrap-service-btn .container-fluid {
	margin-top: -60px;
}
.wrap-service-btn .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-service-btn .item > div {
	height: 100%;
}
.service-btn-1 {
	display: block;
	border-radius:20px;
	overflow: hidden;
	position: relative;
}
.service-btn-1 img {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service-btn-overlay {
	background:rgba(0,0,0,0.6);
	width: 100%;
	max-height: 270px;
	height: 40vw;
	min-height: 200px;
	padding:20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	transition: .2s ease-in;
	color:#fff;
}
.service-btn-overlay h2 {
	font-family: "Rubik", sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin:0;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.service-btn-overlay p {
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin:0;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.service-btn-1:hover .service-btn-overlay {
	background:rgba(0,0,0,0.8);
	color:#e32629;
}
.wrap-cat-1 .item {
	padding:10px!important;
	box-sizing: border-box;
}
.wrap-cat-1 a {
	display: block;
	background:#fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: .2s ease-in;
}
.wrap-cat-1 a img {
	max-width: 100%;
	width: auto;
	margin:20px auto;
	height: auto;
	display: block;
	padding:10px 0 20px 0;
	transition: .2s ease-in;
}
.wrap-cat-1 a h2 {
	display: block;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	padding:10px;
	color:#fff;
	background:#e32629;
	font-weight:500;
	font-size:18px;
	box-sizing: border-box;
}
.wrap-cat-1 a:hover {
	background:#e32629;
}
.wrap-cat-1 a:hover img {
	filter: brightness(0) invert(1);
}
.home-about-logo {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home-location-wrap > .row {
	margin-top:-80px;
}
.highlightSidebars .home-location-wrap > .row {
	margin-top:0;
}
.home-location-info {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.home-location-info button {
	display: block;
	max-width: 100%;
	width: 100%;
}
.highlightSidebars .home-location-map {
	padding:20px 0;
}
.home-location-map iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.home-hours-cont {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactForm {
	background: #fff;
	padding: 20px !important;
}
.employee-cont {
	border-radius: 20px;
  	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.employee-img-cont-1 {
	width: 100%;
	background:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}
.employee-cont img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 300px;
	display: block;
	object-fit: contain;
	object-position: center center;
}
.employee-info {
	background: #e32629;
	padding:10px;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	min-height: 150px;
}
.employee-info .lg-text  {
	font-size:20px;
	font-weight:700;
	color:#fff;
}
.employee-info .md-text  {
	font-size:18px;
	font-weight:400;
	color:#fff;
}
.employee-info .sml-text  {
	font-size:16px;
	font-weight:400;
	color:#fff;
}
.employee-info a {
	font-size:18px;
	font-weight:600;
	color:#fff;
	transition: .2s ease-in;
}
.employee-info a:hover {
	color:#000;
}
.testimonial-cont-1 {
	background:#fff;
	border-radius: 20px;
	height: 100%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	padding:20px;
	box-sizing: border-box;
}
.testimonial-cont-1 .lg-text  {
	font-size:20px;
	font-weight:700;
}
.testimonial-cont-1 .sml-text  {
	font-size:16px;
	font-weight:400;
}
.testimonial-rating {
	display: flex;
	justify-content: center;
	gap:3px;
	font-size:18px;
	color:#e32629;
	padding:10px 0;
}
.blog-cont-1 {
	border-radius: 20px;
  	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
	background:#fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.blog-s-feature-img-1 {
	width: 30%;
}
.blog-s-feature-img-1 img {
	width: auto;
	max-width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.blog-s-info-1 {
	width: 70%;
	padding:40px 20px;
	box-sizing: border-box;
	text-align: left;
}
.blog-s-info-1 h2 {
	font-size: 22px;
	font-weight: 700;
	color:#e32629;
	text-align: left;
}
.blog-pub-date-1 {
	display: flex;
	gap:5px;
	flex-wrap: wrap;
	padding:10px 0;
}
.blog-pub-date-1 p {
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
}
.blog-pub-date-1 p:last-of-type {
	color:#e32629;
}
.blog-s-short-content-1 {
	font-size: 18px;
	text-align: left;
}
.blog-header-1 {
	background:#e8e8e8;
	text-align: center;
}
.blog-header-1 h1 {
	font-size: 40px;
}
.news-blog-post-date a {
	color:#000;
}
.blog-header-1 .container-1 {
	padding: 40px 20px 60px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap:20px 0;
}
.blog-info-header {
	width: 50%;
}
.blog-featured-img {
	width: 50%;
}
.blog-featured-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center;
	border-radius: 20px;
}
.news-blog-page-cont-1 {
	padding:40px 20px;
}
.news-blog-page-cont-1 img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
	height: auto;
}
.news-blog-page-cont-1 .text-link-red {
	padding-top:40px;
	display: inline-block;
}
.blog-nav-foot-1 {
	background: #bababa;
}
.blog-nav-foot-1 .container-1 {
	padding:40px 20px;	
}
.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 .post-navigation {
	margin:0;
}
.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 {
	padding:10px;
	border:1px solid #e32629;
	text-align: center;
	color:#fff;
	background:#e32629;
	font-family: "mundial", sans-serif;
	transition: .2s ease-in;
	display: block;
	border-radius: 10px;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover {
	color:#fff;
	background:#000;
	border:1px solid #000;
}



.wrap-service-btn .prevButton-container-news-bloglist, .wrap-service-btn .nextButton-container-news-bloglist {
	width:auto;
	margin:0 auto;
}
.wrap-service-btn .PrevButton-news-bloglist, .wrap-service-btn .NextButton-news-bloglist {
	padding:10px;
	border:1px solid #e32629;
	text-align: center;
	color:#fff;
	background:#e32629;
	font-family: "mundial", sans-serif;
	transition: .2s ease-in;
	border-radius: 10px;
	display: inline-block;
	margin:10px 0;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	outline:none;
	cursor: pointer;
}
.wrap-service-btn .PrevButton-news-bloglist u, .wrap-service-btn .NextButton-news-bloglist u {
	text-decoration: none;
}
.blog-post-wrap-1 .PrevButton-news-bloglist:hover, .blog-post-wrap-1 .NextButton-news-bloglist:hover {
	color:#fff;
	background:#000;
	border:1px solid #000;
}
.no-posts-div-news-bloglist {
	padding:20px;
	border-radius: 20px;
	background:#fff;
	text-align: center;
}

.anchor-link {
	visibility:hidden;
}
.wrap-inventory-banner p {
	font-size:28px;
	font-weight: 700;
}
.inv-banner-cont-1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap:0 20px;
	padding:5px 20px;
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	Inventory styles 
=======================*/

/*------------------------------ General Listings Page---------------------------------*/

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}


.linking-buttons {
	display: none!important;
}
/*----Page Sizing----*/

.scrollToTop a  {
	color:#fff!important;
}
/*----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:#e32629 !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:#e32629!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #e32629!important;
    border: 1px solid #e32629!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #e32629!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #e32629!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #e32629!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: #e32629 !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:#e32629 !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:#e32629 !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:#e32629 !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:#e32629!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#e32629!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#e32629!important;
}
.detail-content-mobile .share-listing {
	color:#e32629!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#e32629!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#e32629!important;
}
.cs-btns .button {background:#e32629 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}


/*===================== 
	layout styles 
=======================*/

.container-1 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-1-pad {
	width: 100%;
	max-width: 1600px;
	padding:40px 20px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-inv {
	width: 100%;
	margin: 0 auto;
	padding:40px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tall-bg-cont-1 {
	padding:300px 20px!important;
}

.ball-left-red {
	position: relative;
}
.ball-left-red:after {
	content: "";
	width:100px;
	height:200px;
	border-top-right-radius: 250px;
	border-bottom-right-radius: 250px;
	background:#e32629;
	position: absolute;
	z-index: 100;
	bottom:calc(100% - 100px);
	left:0;
}
.ball-left-grey {
	position: relative;
}
.ball-left-grey :after {
	content: "";
	width:100px;
	height:200px;
	border-top-right-radius: 250px;
	border-bottom-right-radius: 250px;
	background:#bababa;
	position: absolute;
	z-index: 100;
	bottom:calc(100% - 100px);
	left:0;
}
.ball-right-red {
	position: relative;
}
.ball-right-red:after {
	content: "";
	width:100px;
	height:200px;
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
	background:#e32629;
	position: absolute;
	z-index: 100;
	bottom:calc(100% - 100px);
	right:0;
}
.ball-right-grey {
	position: relative;
}
.ball-right-grey:after {
	content: "";
	width:100px;
	height:200px;
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
	background:#bababa;
	position: absolute;
	z-index: 100;
	bottom:calc(100% - 100px);
	right:0;
}

	
.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-wrap-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot-logo-1 {
	width:100%;
	max-width: 465px;
	background:#000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
	box-sizing: border-box;
}
.foot-nav-1 {
	width:calc(100% - 465px);
	background:#393939;
	display: flex;
	align-items: center;
	padding: 60px calc(20px + 4vw);
	box-sizing: border-box;
}

.foot-bottom-1 {
	width: 100%;
}
.foot-bottom-1 p a {
	color:#fff;
	transition: .2s ease-in;
}
.foot-bottom-1 p a:hover {
	opacity: 0.7;
}
.foot-nav-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:16px;
	color:#fff;
	height: auto !important;
}
.foot-nav-col p {
	font-size:20px;
	font-weight:700;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}
.foot-nav-col a {
	color:#fff;
	transition: .2s ease-in;
}
.foot-nav-col a:hover {
	opacity: 0.7;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */


@media only screen and (max-width : 1300px) {	
	.home-location-wrap > .row {
		margin-top:80px;
	}
	.foot-nav-1 {
		padding: 60px 20px;
	}
}
@media only screen and (max-width : 1200px) {		

}
@media only screen and (max-width : 1000px) {		
	.header-search-1 {
		background:#e32629;
		padding:5px 20px;
		display: block!important;
		order:3;
	}
	.header-search-1 form {
		padding:5px 10px;
		border-radius: 10px;
	}
	.home-search-btn {
		display: none;
	}
	.top-head {
		order:1;
	}
	.head-cont {
		order: 2;
	}
	.head-nav {
		gap:0;
	}
	
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.ball-left-red:after, .ball-left-grey :after, .ball-right-red:after, .ball-right-grey:after {
		width:60px;
		height:120px;
		bottom:calc(100% - 60px);
	}
	.home-about-logo, .home-location-info {
		border-top-right-radius: 20px !important;
		border-top-left-radius: 20px !important;
		border-bottom-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	.column-1-2 {
		width: 100%;
	}

}
@media only screen and (max-width : 850px) {
	.foot-logo-1 {
		max-width: 100%;
	}
	.foot-nav-1 {
		display: none;
	}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.hero-btn-1 {
		min-height: 300px!important;
		padding: 20px 20px 40px 20px;
	}
	.butn-red, .butn-black {
		padding:20px 10px;
		font-size: 16px;
		border-radius: 20px!important;
	}
	.tall-bg-cont-1 {
		padding:200px 20px!important;
	}
	.blog-s-feature-img-1, .blog-s-info-1 {
		width: 100%;
	}
	h1 {
		font-size:30px;
	}
	h2 {
			font-size:24px;
	}
	h3 {
			font-size:20px;
	}
	h4 {
			font-size:18px;
	}
	h5 {
		font-size:16px;
		font-weight: 600;
	}
	.wrap-inventory-banner p {
		display: block;
		margin-right:0;
		font-size:20px;
		font-weight: 700;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.text-link-header {
		font-size: 12px;
	}
	.butn-red, .butn-black {
		font-size: 14px;
	}
}

