/*
Theme Name: www.idealcranerental.com Template
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 #c4112f
Blue #061228
Tan #efefef

*/



/*--------------------------------------------------------------
## new site css
--------------------------------------------------------------*/

/*===================== 
	base styles 
=======================*/


body {
	font-family: "Roboto", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	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;
	margin: 0;
	}
.butn-red {
	font-family: "Roboto", sans-serif;
	background:#c4112f;
	color:#fff;
	border:1px solid #c4112f;
	padding:15px 10px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	line-height: 1;
	gap:0 20px;
	font-size: 18px;
}
.butn-red i {
	font-size: 20px;
}
.butn-red:hover {
	background:#000;
}
.butn-white {
	font-family: "Roboto", sans-serif;
	background:#fff;
	color:#c4112f;
	border:1px solid #c4112f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	line-height: 1;
	padding:15px 10px;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	gap:0 20px;
	font-size: 18px;
}
.butn-white i {
	font-size: 20px;
}
.butn-white:hover {
	background:#fff;
	color:#000;
	border:1px solid #000;
}
.text-butn-white {
	font-family: "Roboto", sans-serif;
	background:none;
	border:0px;
	outline:none;
	color:#fff!important;
	font-size:16px;
	transition: .2s ease-in;
	padding:0;
	margin:0;
}
.text-butn-white:hover {
	opacity: 0.7;
}
.text-butn-white i {
	color:#c4112f;
}
.text-butn-black {
	font-family: "Roboto", sans-serif;
	background:none;
	border:0px;
	outline:none;
	color:#000!important;
	font-size:16px;
	transition: .2s ease-in;
	padding:0;
	margin:0;
}
.text-butn-black:hover {
	opacity: 0.7;
}
.sheditorinsertLink:hover {
	opacity: 0.7;
}

.top-left-corner {
	clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 55px);
}

/*===================== 
	header styles 
=======================*/

.wrap-header {
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
}
.header-overlay .wrap-header {
	position: absolute;
	z-index: 200;
	left: 0;
	right: 0;
}
.highlightSidebars .header-overlay .wrap-header {
	position: static!important;
	background:#000;
}
.top-head {
	width: 100%;
	padding:15px 20px 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: flex-end;
}
.header-overlay .top-head {
	border-bottom: 1px solid #fff;
}
.header-overlay .top-head button {
	color:#fff!important;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.header-1 {
	padding:15px 20px 10px 20px;
	width: 100%;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.head-logo {
	width: 100%;
	max-width: 245px;
}
.header-overlay .head-logo img {
	filter: brightness(0) invert(1);
}
.head-right {
	display: flex;
	align-items: center;
	position: relative;
	flex-grow: 1;
    justify-content: flex-end;
}

.head-search-cont {
	padding-left: 10px;
}
.search-btn {
	color:#000;
	font-size:18px;
	cursor: pointer;
}
.header-overlay .search-btn {
	color:#fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.head-search {
	position: absolute;
	right:0;
	top:0;
	display: none;
	width:calc(100% - 20px);
	background:#fff;
	align-items: center;
	border-bottom: 1px solid #000;
}
.head-search.open {
	display: flex;
}
.head-search .close-btn {
	padding: 5px;
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.head-search .close-btn:hover {
	opacity: 0.7;
}
.head-search form {
	flex-grow: 1;
	display: flex;
	align-items: center;
	margin:0;
	padding:0;
}
.head-search input {
	flex-grow: 1;
	background:#fff;
	padding: 5px!important;
	color: #000;
	font-size: 18px!important;
	border:0px!important;
	outline: none;
	margin: 0!important;
	height: auto!important;
}
.head-search button {
	padding: 5px;
	color: #000;
	font-size: 18px;
	background:#fff;
	border:0px;
	outline: none;
	margin: 0;
}
.head-search button:hover {
	opacity: 0.7;
}



/*===================== 
	content styles 
=======================*/

.hero-wrap {
	position: relative;
}
.hero-wrap .widgetContainer:nth-of-type(2) {
	position: absolute!important;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.highlightSidebars .hero-wrap .widgetContainer:nth-of-type(2) {
	position: relative!important;
	top:auto;
	left:auto;
	height: auto;
}
.hero-slider-1 {
	
}
.hero-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	box-sizing: border-box;
}
.hero-overlay > .row {
	height: auto!important;
}
.hero-overlay h1 {
	font-size: clamp(30px, 3vw, 50px);
}
.hero-overlay h1, .hero-overlay h2 {
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.wrap-brand-buttons {
	padding:0 10px!important;
}
.wrap-brand-buttons .item, .wrap-loc-brand-buttons .item {
	padding:10px!important;
}
.wrap-brand-buttons .item:first-of-type .brand-btn {
	clip-path: polygon(25px 0%,100% 0%,100% 100%,0% 100%,0% 35px);
	background:#c4112f;
}
.wrap-brand-buttons .item:first-of-type .brand-btn h2 {
	color:#fff;
}
.wrap-brand-buttons .item:first-of-type .brand-btn img {
	display: none;
}
.wrap-brand-buttons .item:first-of-type .brand-btn .brand-btn-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:16px;
	text-transform:uppercase;
	text-align: center;
	color:#fff;
}
.wrap-brand-buttons .item > div, .wrap-loc-brand-buttons .item > div {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
	height: 100%;
}
.wrap-brand-buttons .PrevButton2, .wrap-brand-buttons .NextButton2, .wrap-loc-brand-buttons .PrevButton2, .wrap-loc-brand-buttons .NextButton2 {
	display: none!important;
}
.brand-btn {
	background:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	transition: .2s ease-in;
	height: 100%;
	min-height: 150px;
}
.brand-btn .brand-btn-text {
	display: none;
}
.brand-btn h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color:#000;
	transition: .2s ease-in;
	padding-top: 10px;
}
.brand-btn img {
	width:100%;
	max-width:150px;
	height:100%;
	max-height:80px;
	object-fit: contain;
	object-position: center;
	margin:0 auto;
	transition: .2s ease-in;
}
.brand-btn img.catimage {
	max-height: 100%;
	max-width: 300px;
}
.brand-btn:hover img {
	filter:grayscale(1);
	opacity: 0.5;
}
.brand-btn:hover h2 {
	opacity: 0.5;
}
.wrap-brand-buttons .item:first-of-type .brand-btn:hover {
	background:#000;
}

.wrap-about-cont {
	padding: 0 20px !important;
	margin-bottom: -60px;
	position: relative;
	z-index: 100;
}
.highlightSidebars .wrap-about-cont {
	margin-bottom:0;
}
.wrap-about-cont .row {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.corner-bottom-left {
	clip-path: polygon(0% 0%,100% 0%,100% 100%,25px 100%,0% calc(100% - 35px));
}

.wrap-location-select {
	padding:160px 20px 120px 20px!important;
	width: 100%;
	box-sizing: border-box;
}
.location-white-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap:20px 0;
}
.locations-dropdown {
	width:25%;
	display: flex;
	flex-direction: column;
	gap:15px;
}
.location-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
	background:#c4112f;
    box-sizing: border-box;
    position: relative;
}
.location-select select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background:none;
    border:0px!important;
    outline:none!important;
    font-size: 20px!important;
    font-weight: 600!important;
    padding:15px!important;
    box-sizing: border-box;
	color:#fff; 
    position: relative;
    z-index: 1;
    cursor: pointer;
	line-height: 1;
}
.location-select select option {
	color:#000!important;
	background:#fff;
}
.location-select select option:hover, .location-select select option:focus {
	color: red!important;
	background-color:#000;
}

.location-select i {
	position: absolute;
	z-index: 2;
	right: 20px;
	font-size: 20px;
	color: #fff;
}
.city-select {
	padding:10px;
	width: 100%;
	flex-grow: 1;
	background:#fff;
	max-height: 350px;
    overflow-y: scroll;
	box-sizing: border-box;
}
.city-select a {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color:#000;
	padding:5px;
	display: block;
	box-sizing: border-box;
}
.city-select a:hover {
	color:#fff;
	background:#000;
}
.city-select a:focus {
	color:#fff;
	background:#c4112f;
}
#locations-tab-group {
	width:calc(75% - 15px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
	background:#fff;
	padding:20px;
	box-sizing: border-box;
	clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 25px),calc(100% - 35px) 100%,0% 100%);
}
.home-info-cont {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-info-cont h3 {
	font-family: "Roboto", sans-serif;
	font-size:20px;
	font-weight:700;
}
.location-address {
	font-family: "Roboto", sans-serif;
	font-size:18px;
	font-weight:500;
}
.location-address a {
	color:#000;
	transition: .2s ease-in;
}
.location-address a:hover {
	opacity: 0.7;
}
.location-phone {
	font-family: "Roboto", sans-serif;
	font-size:18px;
	font-weight:500;
}
.location-phone a {
	color:#000;
	transition: .2s ease-in;
}
.location-phone a:hover {
	opacity: 0.7;
}

#invLinks a {
	width: 100%;
	max-width: 100%;
}
.home-map-cont {
	width:calc(70% - 15px);
}

.home-map-cont iframe {
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.home-default-map {
	width: 100%;
}
.home-default-map iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}

/*===================== 
	Location page styles 
=======================*/

.location-pg-cont {
	width: 100%;
}
.location-pg-cont .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
    padding:40px 20px;
}
.location-pg-cont .no-posts-brandslinks {
	display: none;
}
.loc-header-1 {
    width:100%;
    display: flex;
    justify-content: center;
}
.loc-header-1 h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}
.loc-header-1 h1 span {
    font-weight: 400;
}
.loc-cont-left {
    width:39%;
    padding:20px;
    box-sizing: border-box;
    background:#061228;
}
.loc-contact-1 {
    display: flex;
    flex-direction: column;
    gap:10px 0;
    padding:0 0 20px 0;
    align-items: flex-start;
}
.loc-contact-1 a {
    font-size: 20px;
    transition: .2s ease-in;
    color:#fff;
    font-family: "Roboto", sans-serif;
}
.loc-contact-1 a p {
    font-size: 20px;
    transition: .2s ease-in;
    font-family: "Roboto", sans-serif;
}
.loc-contact-1 a:hover {
    opacity: 0.7;
}
.loc-info-1 {
    padding:0 0 30px 0;
    font-family: "Roboto", sans-serif;
    color:#fff;
}
.loc-info-1 a p {
    font-size: 20px;
    transition: .2s ease-in;
    font-family: "Roboto", sans-serif;
	color:#fff;
}
.loc-info-1 a {
    font-size: 20px;
    transition: .2s ease-in;
    font-family: "Roboto", sans-serif;
	color:#fff;
}
.loc-info-1 a:hover {
    opacity: 0.7;
}
.loc-img-1 {
    width:100%;
	padding-bottom: 20px;
}
.loc-img-1 img {
    width: auto;
	max-width: 100%;
    height: auto;
    display: block;
	background:#fff;
}
.loc-info-1 h2 {
    font-size: 20px;
}
.loc-info-1 h3 {
    font-size: 18px;
    font-weight: 500;
}
.loc-cont-right {
    width:59%;
}
.loc-cont-right .loc-map-1, .loc-cont-right iframe {
    width:100%;
    height: 100%;
    min-height: 350px;
}


.wrap-all-loc-cont-1 {
	background:#efefef;
	padding:10px 20px!important;
	box-sizing: border-box;
}
.wrap-all-loc-cont-1 .item {
	padding:10px!important;
}
.wrap-all-loc-cont-1 .item > div  {
	height: 100%;
}
.all-loc-cont-1 {
	background: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	gap:20px;
	box-sizing: border-box;
	width: 100%;
	transition: 0.2s ease-in;
	height: 100%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.all-loc-top {
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.all-loc-top a {
	font-size: 18px;
	color:#000;
	font-weight: 700;
	transition: .2s ease-in;
}
.all-loc-top a:hover {
	opacity: 0.7;
}
.all-loc-top h2 {
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 1px solid rgb(0, 0, 0);
	width: 100%;
	display: block;
}
.all-loc-cont-1 .butn-red {
	width: 100%;
	max-width: 300px;
}

/*===================== 
	Inventory styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.container-1 {
	width: 100%;
	max-width: 1600px;
	margin-left:auto!important;
	margin-right:auto!important;
	box-sizing: border-box;
	}
.container-sml {
	width: 100%;
	max-width: 1200px;
	margin-left:auto!important;
	margin-right:auto!important;
	box-sizing: border-box;
	}
.container-inv {
	margin-left:auto!important;
	margin-right:auto!important;
	padding:40px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.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;}



/*------------------------------ General Listings Page---------------------------------*/

/*----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:#c4112f !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:#c4112f!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #c4112f!important;
    border: 1px solid #c4112f!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #c4112f!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #c4112f!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #c4112f!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: #c4112f !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:#c4112f !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:#c4112f !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:#c4112f !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:#c4112f!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#c4112f!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#c4112f!important;
}
.detail-content-mobile .share-listing {
	color:#c4112f!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#c4112f!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#c4112f!important;
}
.cs-btns .button {background:#c4112f !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}
.disabled-facet button div, .disabled-facet button i { color: transparent!important; }
.faceted-search-content .disabled-facet .faceted-section-head{display: none;}

/*===================== 
	footer styles 

===============*/

.foot-wrap {
	background:#061228;
	width: 100%;
}
.foot-wrap .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:100px 20px 130px 20px;
	gap:20px 0;
}
.foot-info {
	width: 50%;
}
.foot-nav {
	width: 50%;
}
.foot-nav p {
	font-size: 18px;
	padding-bottom: 10px;
}
.foot-nav button {
	font-size: 14px;
}

/*===================== 
	Responsive styles 

===============*/

@media screen and (max-width: 1000px) {
	
	.top-head {
		padding: 8px 20px 5px 20px;
		justify-content: flex-start;
	}
	.head-logo {
		order:1;
	}
	.head-right {
		order:2;
	}
	.head-search-cont {
		order:1;
	}
	.head-nav {
		order:2;
	}
	.foot-info, .foot-nav {
		width:100%;
	}
}
@media screen and (max-width: 900px) {
	.locations-dropdown {
		width:100%;
	}
	#locations-tab-group {
		width:100%;
	}
	.city-select {
		max-height:200px;	
	}
	.loc-cont-left, .loc-cont-right {
        width: 100%;
    }
	
}
@media screen and (max-width: 768px) {
	.corner-bottom-left {
		clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35px);
	}
	.home-info-cont {
		width: 100%;	
	}
	.home-map-cont {
		width: 100%;
	}
	.location-select select {
		font-size:16px!important;
		padding:10px!important;
	}
	.head-search {
		width: calc(100vw - 40px);	
	}
	.brand-btn {
		min-height:100%;
	}
	
}
@media screen and (max-width: 600px) {
	.home-map-cont {
		display: none!important;
	}
	.wrap-all-loc-cont-1 .item {
		padding:10px 5px!important;
	}
	.all-loc-cont-1 {
		padding: 10px;
	}
	.all-loc-top a {
		font-size: 14px;
	}
	.all-loc-top h2 {
		font-size:18px;
	}
	.butn-red, .butn-white {
		padding:10px 5px;
		font-size: 16px;
	}
	.butn-red i, .butn-white i {
		font-size: 18px;
	}
}


