/*
Theme Name: www.48-peaksequipment.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

:root {
		
	--orange: #E85A32; 
	--deep-orange: #D3461E;
	--blue: #0A69A7;
	--navy: #042941;
	
	--gray: #252525;
}

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;
}

/*--------------------------------------------------------------
Styles
--------------------------------------------------------------*/

/* MY GLOBAL BODY STYLES */

* {box-sizing: border-box;}

.wid-90 {width: 90%; margin-left: auto !important; margin-right: auto !important; max-width: 1800px;}

.flex {display: flex;}

.flex-1 {width: 100%;}

.flex-2 {width: 50%;}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 900px;
}

.center-block {display: block; margin: 0 auto;}

.padit {padding: 80px 0;}

.btn-row.flex {
	gap: 15px;
	flex-wrap: wrap;
}

/*** MY TEXT STYLES ***/

h1, h2, h3, h4, h5, h6 { font-family: "Barlow", sans-serif; margin-bottom: 0;}

p, li, a {
	font-family: "Manrope", sans-serif;
	margin-bottom: 0;
}

.no-bullets-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

a.white-link { color: #fff; font-weight: 400; transition: .2s ease all;}
a.white-link:hover { color: var(--bright-red);}

a.bold-link {
	color: #000;
	font-weight: 700;
}

a.bold-link:hover {
	text-decoration: underline;
}

.body-text {
	line-height: 1.8;
	font-weight: 400;
}

.table-overflow {
	width: 100%;
	overflow-x: auto;
}

.table-overflow td {
	white-space: nowrap;
}

.xxl-heading {font-size: 80px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.xl-heading {font-size: 60px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.lg-heading {font-size: 40px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.md-heading {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 1.1px;
}

.sm-heading {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Manrope", sans-serif;
	line-height: 1;
	letter-spacing: 1px;
}


.wid95 {
	width: 95%;
	margin: 0 auto;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}


.not-blk-bg {background-color: #252525;}
.not-blk {color: #252525;}
.dark-blue-bg {background-color: #042941;}
.dark-blue {color: #042941;}
.blue-bg {background-color: #0A69A7;}
.blue {color: #0A69A7;}
.orange-bg {background-color: #E85A32;}
.orange {color: #E85A32;}

/* BUTTONS */

.btn {
	font-size: 16px;
    font-family: "barlow", sans-serif;
	font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #d6001c;
    border-radius: 2px;
    transition: all 0.2s ease-in;
    overflow: hidden;
	text-transform: uppercase;
}
a.btn:hover {
    border: 1px solid #a5a5a5;
    background-color: transparent;
    color: #151515;
    transition: all 0.2s ease-in;
}

.btn.blue-bg {
	background-color: var(--blue);
	border: none;
}

.btn.blue-bg:hover, .btn.orange-bg:hover, .btn.white-bg:hover {
	background-color: var(--gray);
	color: #fff;
}

.btn.orange-bg {
	border: none;
	background-color: #D3461E;
}

.btn.white-bg {
	background-color: #fff;
	color: var(--gray);
}

.btn-row.flex {
	gap: 15px;
	flex-wrap: wrap;
}

.btn-row.flex.centered {
	justify-content: center;
}


/* TYPOGRAPHY */
<link rel="stylesheet" href="https://use.typekit.net/ccl2hfm.css">

.barlow {font-family: "barlow", sans-serif;}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/

.main-header-container {position: relative; z-index: 5; background-color: var(--navy);}

header#site-wide-header {
	width: 100%;
	position: absolute;
	top: 10px;
}

header .wid-90.flex {
	justify-content: space-between;
	gap: 80px;
}

.nav-btn.flex {
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;
}

header .logo {
	max-width: 180px;
}

/*--------------------------------------------------------------
## WIDGET / SIDEBAR STYLES
--------------------------------------------------------------*/

.navy-mountain-bg {
	background-image: url("/wp-content/themes/www.48-peaksequipment.com/images/navy-mountain.svg");
	background-size: 40%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.white-mountain-bg {
	background-image: url("/wp-content/themes/www.48-peaksequipment.com/images/white-mountain.svg");
	background-size: 28%;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.gradient-bg {
	padding-top: 285px;
	backround-color: var(--navy);
	background-image: linear-gradient(-203deg, rgba(4,41,65,0.95) 5%, rgba(5,52,82,0.55) 17%, rgba(232,90,50,0.75) 95%), linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("https://media.sandhills.com/img.axd?id=11021671243&wid=0&rwl=False&p=&ext=jpg&w=1200&h=800&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=1806MQfqNTdzmEKGT0HfADc%2bEfggaKHA");
	background-size: cover;
	background-position: center;
}

.gradient-bg.white-mountain {
	background-image: url("/wp-content/themes/www.48-peaksequipment.com/images/white-mountain.svg"), linear-gradient(-203deg, rgba(4,41,65,0.95) 5%, rgba(5,52,82,0.55) 17%, rgba(232,90,50,0.75) 95%), linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("https://media.sandhills.com/img.axd?id=11021671243&wid=0&rwl=False&p=&ext=jpg&w=1200&h=800&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=1806MQfqNTdzmEKGT0HfADc%2bEfggaKHA");
	background-size: 32%, cover, cover, cover;
	background-position: right bottom, center, center, center;
	background-repeat: no-repeat;
}

.orange-excavator-bg {
	background-color: var(--orange);
	background-image: linear-gradient(-219deg, rgba(232,90,50,0.00) 15%, rgba(232,90,50,0.85) 90%), linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(https://media.sandhills.com/img.axd?id=11022243527&wid=0&rwl=False&p=&ext=jpg&w=1376&h=917&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=vXNwBCnMeo5R8xyJ2w0EyYm72AkbGVSH);
	background-size: cover;
	background-position: center;
	
}

.navy-parts-bg {
	background-color: var(--navy);
	background-image: linear-gradient(-219deg, rgba(4,41,65,.85) 25%, rgba(4,41,65,.25) 90%), linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(https://media.sandhills.com/img.axd?id=11022243518&wid=0&rwl=False&p=&ext=jpg&w=1440&h=960&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=vXNwBCnMeo51SG%2bFmsrYUxMzSRKx7RX0);
	background-size: cover;
	background-position: center;
}

.sales-dept-bg {
	background-color: var(--navy);
	background-image: linear-gradient(-219deg, rgba(4,41,65,.85) 25%, rgba(4,41,65,.25) 90%), linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(https://media.sandhills.com/img.axd?id=11021108008&wid=0&rwl=False&p=&ext=jpg&w=1000&h=1329&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=rzogAXRhLQcZqz36QNdkoj3GKuhN53h8);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}

/*--------------------------------------------------------------
## Page element STYLES
--------------------------------------------------------------*/

.gradient-bg.hero {
	padding-top: 400px;
	background-image: linear-gradient(-203deg, rgba(4,41,65,0.95) 5%, rgba(5,52,82,0.55) 17%, rgba(232,90,50,0.75) 95%), linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(https://media.sandhills.com/img.axd?id=11020912383&wid=0&rwl=False&p=&ext=jpg&w=1404&h=936&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=xM%2fJBjRxuYDTVzv94ID0DayYVK%2fmgUrY);
}

/*****  HOME QUICK LINKS CPT  ******/

div#widget_sandhills_advanced_cpt_layout_2 {
	margin-left: auto !important;
	margin-right: auto !important;
}

.link-tile {
	margin: 9px;
	border-radius: 15px;
	position: relative;
	background-color: var(--navy);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 30px 50px;
}

.column-padding-quick-links.item.shEditorCustomCPT5RowLayout.col-lg-6.col-md-12.col-sm-12.col-12:first-child .btn.orange-bg {
	background-color: var(--blue);
}

.column-padding-quick-links.item.shEditorCustomCPT5RowLayout.col-lg-6.col-md-12.col-sm-12.col-12:first-child .btn.orange-bg:hover {
	background-color: var(--gray);
}

.column-padding-quick-links.item.shEditorCustomCPT5RowLayout.col-lg-6.col-md-12.col-sm-12.col-12:last-child .link-tile::before {
	content: "";
	position: absolute;
	border-radius: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-219deg, rgba(232,90,50,0.00) 15%, rgba(232,90,50,0.85) 90%);
}

.link-tile .link-text {
	position: relative;
	z-index: 2;
	height: 515px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.link-tile .lg-heading {
	color: #fff;
	text-align: left;
	font-size: clamp(20px, 3cqi, 40px);
}

.link-tile .btn {
	width: 100%;
}

/********/

.line-heading.flex {
	justify-content: center;
	align-items: center;
	gap: 25px;
	
	h2, h3, h4, h5, h6 {
		flex-shrink: 0;
	}
}

.line-heading.flex hr {
	width: 100%;
	border: none;
	height: 1px;
	background-color: #fff;
	opacity: 1;
}

/*****  FEATURED INVENTORY  ******/

div#invCarousel_2 .sh-card.card.inv_car_item  {
	border-radius: 15px;
	margin: 10px !important;
}

div#invCarousel_2 .outer-img-box {
	padding: 0;
	border-radius: 0 0 15px 15px;
}

div#invCarousel_2 .inv_image {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

div#invCarousel_2 .card-body {padding: 20px;}

div#invCarousel_2 br {display: none;}

div#invCarousel_2 .listing-title {
	color: var(--navy);
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

div#invCarousel_2 small.small_spec {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 0 !important;
}

div#invCarousel_2 small.small_spec strong {
	font-weight: 600;
	text-transform: uppercase;
}

div#invCarousel_2 button.carousel_details_btn {
	display: none;
}

div #invCarousel_2 button.slick-arrow {
	width: 50px !important;
	height: 50px !important;
	background-color: #818181 !important;
	border-radius: 25px !important;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

div #invCarousel_2 button.slick-arrow.slick-prev {
	left: -15px !important;
/*	transform: translate(0, -50%);*/
}

div #invCarousel_2 button.slick-arrow.slick-next {
	right: -15px !important;
}

div #invCarousel_2 button.slick-arrow:hover {
	background-color: var(--orange) !important;
}

div #invCarousel_2 button.slick-arrow i {
	background-color: unset !important;
	padding: 0 !important;
	font-size: 15px !important;
}

/*****  HOME EQUIPMENT CATEOGRY CPT  ******/

div#widget_sandhills_advanced_cpt_layout_3, div#widget_sandhills_advanced_cpt_layout_9, div#widget_sandhills_advanced_cpt_layout_10 {
	margin-left: auto !important;
	margin-right: auto !important;
}

div#widget_sandhills_advanced_cpt_layout_3 .post-container-equipment-categories {overflow: visible !important;}

.category-tile {
	margin: 12px;
	border-radius: 3px;
	max-width: 350px;
	background-color: #fff;
	height: calc(100% - 20px);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.20);
	text-align: center;
	transition: .3s ease all;
}

.category-tile:hover {
	box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.20);
	transform: translate(0, -10px);
}

.category-tile a {
	display: block;
	padding: 50px 50px 25px;
	color: #000;
}

.category-tile .sm-heading {
	font-family: "Barlow", sans-serif;
}

.category-tile img {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

div#widget_sandhills_advanced_cpt_layout_3 button.slick-arrow {
	width: 50px !important;
	height: 50px !important;
	background-color: #818181 !important;
	border-radius: 25px !important;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#widget_sandhills_advanced_cpt_layout_3 button.slick-arrow.slick-prev {
	left: -15px !important;
}

div#widget_sandhills_advanced_cpt_layout_3 button.slick-arrow.slick-next {
	right: -15px !important;
}

div#widget_sandhills_advanced_cpt_layout_3 button.slick-arrow:hover {
	background-color: var(--orange) !important;
}

div#widget_sandhills_advanced_cpt_layout_3 button.slick-arrow i {
	background-color: unset !important;
	padding: 0 !important;
	font-size: 15px !important;
}

/***  Tabbed Locations  ***/

ul.sheditor-nav-tabs-4882.nav.nav-tabs.sheditorclearfix {
	width: 90%; margin: 0 auto; max-width: 1800px;
}

ul.sheditor-nav-tabs-4882.nav.nav-tabs.sheditorclearfix .nav-tab:has(.nav-link.active) {
	box-shadow: 0 -2px 0 0 var(--blue);
	border-radius: 5px;
}

ul.sheditor-nav-tabs-4882.nav.nav-tabs.sheditorclearfix .nav-link {
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	color: var(--gray);
	font-weight: 600;
	letter-spacing: 1px;
	padding: 20px 30px;
}

.loc-tab.flex {
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
}

.loc-tab.flex .loc-info {width: 50%; padding: 20px;}

.loc-tab.flex .loc-info a {color: var(--gray);transition: .3s ease all;}
.loc-tab.flex .loc-info a:hover {color: var(--orange);}

.loc-tab.flex .loc-map {width: 100%; position: relative; min-height: 350px;}

.loc-tab.flex .loc-map .html-iframe-wrapper {
	display: block !important;
	padding-top: 0 !important;
	height: 100% !important;
}

.loc-tab.flex .loc-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
}

 .daily-hours {
	margin-top: 10px;
}

 .daily-hours .day.flex {
	width: 100%;
	justify-content: space-between;
	padding: 5px 10px;
	gap: 20px;
}

 .daily-hours .day.flex:nth-child(odd) {
	background-color: #d9d9d9;
	
}

 .daily-hours .day.flex p {
	line-height: 2;
}

 .daily-hours .day.flex p:last-child {
	text-align: right;
}

/*****  CONTACT PAGE LOCATIONS CPT  ******/

.contact-loc-card {
	margin: 10px 0;
	border: 1px solid var(--gray);
	border-radius: 15px;
	padding: 20px;
	max-width: 500px;
	text-align: left;
}

.contact-loc-card .md-heading {
	color: var(--navy);
}

.contact-loc-card .body-text {
	color: var(--gray);
	padding: 10px 0;
}

/*****  ABOUT PAGE LOCATIONS CPT  ******/

div#widget_sandhills_advanced_cpt_layout_6 {
	margin-left: auto !important;
	margin-right: auto !important;
}

.post-column-locations6 {height: 100%;}

.about-loc-card.flex {
	margin: 10px;
	border: 1px solid var(--gray);
	border-radius: 15px;
	text-align: left;
	height: calc(100% - 20px);
	min-height: 180px;
	align-items: center;
}

.about-loc-card.flex .location-img {
	height: 100%;
	aspect-ratio: 1 / 1;
	max-width: 35%;
	background-color: var(--orange);
	background-repeat: no-repeat;
	border-radius: 15px;
}

.about-loc-card.flex .info {
	padding: 20px;
}

.about-loc-card.flex .info .md-heading {
	padding-bottom: 10px;
}

/*****  TEAM MEMBERS CPT  ******/

div#widget_sandhills_advanced_cpt_layout_7, div#widget_sandhills_advanced_cpt_layout_8, div#widget_sandhills_advanced_cpt_layout_11
{
	margin-left: auto !important;
	margin-right: auto !important;
}

.team-member-card {
	border: 1px solid var(--orange);
	border-radius: 15px;
	padding: 20px;
	margin: 10px;
	transition: .3s ease all;
	max-width: 400px;
}

.team-member-card:hover {
	box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.20); 
}

.team-member-card img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.team-member-card .member-details {
	padding: 10px 0;
}

.team-member-card .member-details p {
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}




.link-text h3.white.lg-heading {
    letter-spacing: 0px!important;
}

/*--------------------------------------------------------------
## Form Styles
--------------------------------------------------------------*/

.contact-form-title {
	max-width: 1000px; background-color: #fff;
	padding-top: 60px;
	padding-left: 60px !important;
	padding-right: 60px !important;
	border-top: 2px solid var(--gray);
	border-left: 2px solid var(--gray);
	border-right: 2px solid var(--gray);
}

.contact-form {
	max-width: 1000px; 
	padding: 50px; 
	padding-left: 50px !important; 
	padding-right: 50px !important;
	margin: 0 auto;
	
}
.contactForm h2, .contactForm h3, .contactForm h4 {font-weight: 900; text-transform: uppercase; color: var(--navy)}

.form-control:focus {box-shadow: none;}

.contact-form-custom-title {max-width: 1000px; background-color: #fff; padding-bottom: 60px; padding-left: 60px !important; padding-right: 60px !important;
	border-left: 2px solid var(--gray);
	border-right: 2px solid var(--gray);
	border-bottom: 2px solid var(--gray);
}

.contact-form .recaptcha2 .reCaptchaPhrase, .contact-form .recaptcha3 .reCaptchaPhrase {
	color: #000 !important;
}

/*--------------------------------------------------------------
## LOCATION PAGES
--------------------------------------------------------------*/

.page-title {
	padding: 20px 0 50px;
	.xxl-heading {color: #fff;}
}

/***  Archive Location page  ***/

.all-loc-map {padding-top: 80px;}

.our-locations {
	display: flex;
	gap: 40px 3%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.loc-tile {
	width: 30%;
	border-radius: 15px;
	border: 1px solid #d9d9d9;
	transition: .3s ease all;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.20);
	
}

.loc-tile:hover {
	box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.20); 
}

.loc-tile .img-wrap {
	width: 100%;
	aspect-ratio: 2 / 1;
	border-radius: 15px;
	position: relative;
}

.loc-tile .img-wrap img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.loc-tile .text-wrap {
	padding: 20px;
}

.loc-tile .text-wrap .body-text {
	padding: 10px 0;
}

.single-location.flex {
	gap: 30px 5%;
	align-items: start;
}

.single-location.flex .details {
	width: 50%;
}

.location-socials.flex {
	flex-wrap: wrap;
	border: 1px solid #d9d9d9;
	width: fit-content;
}

.location-socials.flex a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	color: var(--deep-orange);
	transition: .5s ease all;
}

.location-socials.flex a:hover {
	background-color: var(--navy);
	color: #fff;
}

.single-location.flex .image {
	width: 100%;
	max-width: 700px;
	aspect-ratio: 2 / 1;
	min-height: 300px;
/*	background-color: var(--orange);*/
	background-size: cover;
	background-position: center;
	border-radius: 15px;
}

.single-location.flex .image.not-set {
	background-image: url("/wp-content/themes/www.48-peaksequipment.com/images/navy-mountain.svg");
	background-size: 40%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.single-location .body-text a {
	color: var(--gray);
	transition: .3s ease all;
}

.single-location .body-text a:hover {
	color: var(--orange);
}

.single-loc-map {
	margin-top: 30px;
}

.single-loc-map iframe {
	width: 100%;
	height: 400px;
	display: block;
}

/****  Tabbed sections for team members   ****/

ul.sheditor-nav-tabs-8892.nav.nav-tabs.sheditorclearfix, 
ul.sheditor-nav-tabs-1787.nav.nav-tabs.sheditorclearfix, 
ul.sheditor-nav-tabs-8031.nav.nav-tabs.sheditorclearfix, 
ul.sheditor-nav-tabs-3573.nav.nav-tabs.sheditorclearfix, 
ul.sheditor-nav-tabs-4206.nav.nav-tabs.sheditorclearfix 
{
	width: 90%; margin: 0 auto; max-width: 1800px;
}

ul.sheditor-nav-tabs-8892.nav.nav-tabs.sheditorclearfix .nav-link,
ul.sheditor-nav-tabs-1787.nav.nav-tabs.sheditorclearfix .nav-link, 
ul.sheditor-nav-tabs-8031.nav.nav-tabs.sheditorclearfix .nav-link, 
ul.sheditor-nav-tabs-3573.nav.nav-tabs.sheditorclearfix .nav-link, 
ul.sheditor-nav-tabs-4206.nav.nav-tabs.sheditorclearfix .nav-link 
{
	font-size: 16px;
    font-family: "barlow", sans-serif;
	font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 2px;
    transition: all 0.2s ease-in;
    overflow: hidden;
	text-transform: uppercase;
	background-color: var(--orange);
	margin: 5px 10px;
}

ul.sheditor-nav-tabs-8892.nav.nav-tabs.sheditorclearfix .nav-link:hover,
ul.sheditor-nav-tabs-1787.nav.nav-tabs.sheditorclearfix .nav-link:hover,
ul.sheditor-nav-tabs-8031.nav.nav-tabs.sheditorclearfix .nav-link:hover,
ul.sheditor-nav-tabs-3573.nav.nav-tabs.sheditorclearfix .nav-link:hover,
ul.sheditor-nav-tabs-4206.nav.nav-tabs.sheditorclearfix .nav-link:hover
{
	background-color: var(--gray);
}

ul.sheditor-nav-tabs-8892.nav.nav-tabs.sheditorclearfix .nav-link.active, 
ul.sheditor-nav-tabs-1787.nav.nav-tabs.sheditorclearfix .nav-link.active, 
ul.sheditor-nav-tabs-8031.nav.nav-tabs.sheditorclearfix .nav-link.active, 
ul.sheditor-nav-tabs-3573.nav.nav-tabs.sheditorclearfix .nav-link.active, 
ul.sheditor-nav-tabs-4206.nav.nav-tabs.sheditorclearfix .nav-link.active 
{
	background-color: var(--gray);
}

/*--------------------------------------------------------------
## INVENTORY STYLES
--------------------------------------------------------------*/

/*LISTINGS STYLES*/

.list-top-section .list-title .list-title-text, .list-content .listing-portion-title, .selected-header.cf, .faceted-section-title, .grouped-faceted-header, .linking-buttons a, span.price, .detail__specs-label {font-family: "Barlow", sans-serif !important;}

.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button), span.option-name, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn  {font-family: "Manrope", sans-serif !important;}

.list-redesign .slick-dots ul {padding-left: 0;}

.faceted-search-content .faceted-search__top-section {border-bottom: none !important;}

.faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, a.view-all-link {background-color: var(--deep-orange) !important; color: #fff !important;}

.faceted-search-content .selected-facets-container .selected-facet, .view-listing-details-link, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-content .list-error-container .info button:not(.login-button), .list-content .list-container .email-seller {background: var(--deep-orange) !important;}

.list-listing-card-wrapper {background-color: #fff !important;}

.view-listing-details-link:hover, .faceted-search-content .mobile-done-button-container .mobile-done-button:hover, .list-content .list-container .email-seller:hover {background: #000 !important;}

.list-top-section .list-listings-count, .list-content .price-container .price {color: var(--blue) !important;}

.faceted-search-content .selected-facets-container .selected-header, .faceted-search-content .faceted-section-head .faceted-section-title {color: var(--navy);}

a.view-listing-details-link.des-view-listingDetails.template-branded-button, .financing.listing-widget__financing.Currency a, div#nav-control-bar a, .scrollToTop a, .body-wrapper a.view-all-link {color: #fff !important;}

.body-wrapper a, .detail__search-results, .calc-button, .dealer-contact__videochat {
	color: #000 !important;
}

/*DETAIL PAGE STYLES*/

.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price, .bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title, .compare-listings-container .compare-container .compare-price, #no-compare-listings {color: var(--deep-orange) !important;}

.cs-btns .ts-button, button#compare-page-print-this {background: var(--navy) !important;}

.cs-btns .ts-button:hover, button#compare-page-print-this:hover {background: #000 !important;}

button#detail-page-email-seller {border-radius: 5px;}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

footer {
	background-color: var(--navy);
	
}

footer .wid-90.flex {
	  justify-content: space-between;
	gap: 50px;
	
	padding: 70px 0;
}

footer .logo {
	width: 100%;
	max-width: 300px;
}

footer .footer-ql {
	width: 100%;
}

.footer-lists.flex {
	justify-content: center;
	gap: 30px 120px;
	flex-wrap: wrap;
}

.footer-nav ul li a {
	color: #fff;
	transition: .3s ease all;
}

.footer-nav ul li a:hover {
	color: var(--orange);
}

footer .bottom {
	border-top: 1px solid #fff;
	background-color: var(--gray);
}

.bottom .loc-call.flex {
	justify-content: space-around;
	gap: 20px;
	flex-wrap: wrap;
}

footer .bottom a {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	transition: .3s ease all;
	padding: 10px;
	color: #fff;
}

footer .bottom a i {font-size: 14px;}

footer .bottom a:hover {
	color: var(--orange);
}

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1700px) {	
	.category-tile a {padding: 50px 25px 25px; }
}

@media only screen and (max-width : 1690px) {
	
}

@media only screen and (max-width : 1590px) {
	a.menu-link.main-menu-link {
		padding: 12px !important;
	}
	
	.link-tile .lg-heading {font-size: 30px!important;}

}
@media only screen and (max-width : 1500px) {	
	.category-tile .sm-heading {font-size: 18px;}
}

@media only screen and (max-width : 1350px) {
	header:not([data-blockstyles="sheditor-element"]) .wid-90.flex:not([data-blockstyles="sheditor-element"]) {gap:35px!important;}
	
	.btn {
		font-size: 15px!important;
		padding: 10px 20px!important;
	}
	
	.link-tile .link-text {height: 400px; gap: 30px;}
	
}

@media only screen and (max-width : 1220px){
	.header-btn {
		display: none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.loc-tab.flex {flex-wrap: wrap;}
	.loc-tab.flex .loc-info {width: 100%;}
	
	.loc-tile {width: 47%;}
	
	header .logo {
		max-width: 130px!important;
	}
}

@media only screen and (max-width : 1199px) {
	.team-member-card {margin: 10px auto;}
}

/* When mobile nav appears */
@media only screen and (max-width : 1200px) {	
	header .wid-90.flex {justify-content: space-between;}
	.nav-btn.flex {justify-content: flex-end;}
	.header-btn {display: none;}
}

@media only screen and (max-width : 1300px) {
	header .logo {
		max-width: 160px!important;
	}

}
@media only screen and (max-width : 1023px) {	
	.column-padding-quick-links.item.shEditorCustomCPT5RowLayout.col-lg-6.col-md-12.col-sm-12.col-12:last-child {width: 100% !important;}
	.link-text {height: 400px !important;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.xxl-heading{font-size: 64px;}
	.xl-heading{font-size: 48px;}
	.lg-heading{font-size: 36px;}
	
	.link-tile .link-text {height: unset; gap: 30px;}
	.link-tile .lg-heading {font-size: 40px;}
	
	.category-tile {margin: 12px auto; width: calc(100% - 6px);}
	
	.single-location.flex {flex-wrap: wrap; justify-content: center;}
	.single-location.flex .details {width: 100%;}
	
	
	footer .wid-90.flex {flex-wrap: wrap; justify-content: center;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.xxl-heading{font-size: 56px;}
	.xl-heading{font-size: 46px;}
	.lg-heading{font-size: 36px;}
	.md-heading{font-size: 22px;}
	.sm-heading{font-size: 18px;}
	
	.gradient-bg {padding-top: 250px;}
	
	.link-tile .lg-heading{font-size: 36px;}
	
	.line-heading.flex {h2,h3,h4,h5,h6{flex-shrink:1;}}
	.line-heading.flex hr {flex-shrink: 2;}
	
	.loc-tab.flex .loc-info {padding: 0;}
	
	.loc-tile {width: 100%;}
	
	footer .bottom a {font-size: 16px;}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.xxl-heading{font-size: 46px;}
	.xl-heading{font-size: 36px;}
	.lg-heading{font-size: 28px;}
	.md-heading{font-size: 20px;}
	.sm-heading{font-size: 16px;}
	
	.about-loc-card.flex {flex-wrap: wrap;}
	.about-loc-card.flex .location-img {height: 100px; width: 100%; max-width: unset; aspect-ratio: unset;}
	
	.link-tile .lg-heading{font-size: 28px;}
}

