/*
Theme Name: www.montroseimplement.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

colors

red #c41230
green #2a562c
Grey #202020
light Grey #f2f2f2


*/

/*--------------------------------------------------------------
## 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: "Outfit", 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;
	}
.text-shadow {
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.butn-white {
	background:#fff;
	color:#000;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-white:hover {
	color:#c41230;
	border:1px solid #c41230;
}
.butn-black {
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-black:hover {
	color:#c41230;
	border:1px solid #c41230;
}
.butn-red {
	background:#c41230;
	color:#fff;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	border:1px solid #c41230;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-red:hover {
	color:#c41230;
	background:#fff;
}
.butn-outline {
	background:rgba(0,0,0,0.5);
	color:#fff;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	border:1px solid #c41230;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-outline:hover {
	color:#fff;
	background:#c41230;
}
.full-width-button {
	max-width: 100%;
	display: block;
	width: 100%;
}
.text-link-green {
	font-weight: 600;
	color:#2a562c;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-green:hover {
	opacity: 0.7;
}
.text-link-red {
	font-weight: 600;
	color:#c41230;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-red:hover {
	opacity: 0.7;
}
.text-link-black {
	font-weight: 600;
	color:#000;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-white {
	font-weight: 600;
	color:#fff;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-white:hover {
	opacity: 0.7;
}
.jump-link {
	opacity: 0;
}


/*===================== 
	header styles 
=======================*/




.highlightSidebars #header {
	padding-top:50px;
	position: static;
}
.highlightSidebars .head-wrap {
	height: auto;
}

#header {
	position: sticky;
	top: 0;
	z-index:1003;
	background: #fff;
}

.head-search-1 {
  background: #dadbdc;
  padding:20px 2%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: none;
}
.head-search-1 form {
    display: flex;
    background:#fff;
    padding:5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.head-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: "Montserrat", serif;
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.head-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#c41230;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.head-search-1 form:hover button {
    color:#000;
}

.head-wrap {
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 110px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
	position: relative;
  	z-index: 2;
}
.head-logo {
	width:15%;
	padding-left:2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.head-nav {
	width:70%;
	padding:0 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.head-info {
	width:15%;
	display: flex;
	height: 100%;
}
.head-info .search-toggle {
	width:25%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#c41230;
	color:#fff;
	font-size:20px;
	transition: .2s ease-in;
	cursor: pointer;
}
.head-info a:hover {
	opacity: 0.7;
}
.head-ico-1 {
	width:75%;
}
.highlightSidebars .head-ico-1 aside, .highlightSidebars .head-ico-1 .row, .highlightSidebars .head-ico-1 .shwidget, .highlightSidebars .head-ico-1 .shwidget div {
	height: auto;
}
.head-ico-1 aside, .head-ico-1 .row, .head-ico-1 .shwidget, .head-ico-1 .shwidget div {
	height: 100%;
}
.head-ico-cont-1 {
	display: flex;
}
.head-ico-1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width:33.33%;
	background: #000;
	color:#fff;
	transition: .2s ease-in;
	cursor: pointer;
	padding:20px;
	box-sizing: border-box;
}

/*===================== 
	content styles 
=======================*/

.highlightSidebars .hero-left, .highlightSidebars .hero-right {
	height: auto;
	min-height: 100%;
	max-height: 100%;
}

.hero-left {
	width:45%;
	height: 36vw;
	max-height: calc(100vh - 400px);
	min-height: 550px;
	display: flex;
	flex-direction: column;
}
.hero-left > div:nth-child(1) {
    height: 40%;
}
.hero-left > div:nth-child(1) >div {
    height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-left > div:nth-child(2) {
    height: 60%;
}

.hero-header {
	padding: 20px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}
.hero-header h1 {
	font-size: 33px;
	font-weight: 700;
	text-align: center;
}
.hero-header h1 span {
	font-size: 30px;
	font-weight: 400;
	color:#2a562c;
}
.hero-slider-nav {
	padding:20px;
}
.hero-slider-nav .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: none !important;
	width: 100% !important;
}
.hero-slider-nav .slick-track:before, .hero-slider-nav .slick-track:after {
	display: none;
}
.hero-slider-nav .slick-track .slick-slide, .hero-slider-nav .slick-track div:has(div > .brand-logo-cont)    {
	width: 33.33% !important;
	padding:10px;
}
.brand-logo-cont {
	background: rgb(255, 255, 255);
	height: 100px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 2px;
}

.hero-slider-nav .slick-track .slick-slide .white-logo {
	display: none;
}
.slick-current .brand-logo-cont {
	background:#000!important;
}
.hero-slider-nav .slick-track .slick-slide.slick-current .main-logo {
	display: none;
}
.hero-slider-nav .slick-track .slick-slide.slick-current .white-logo {
	display: block;
}
.brand-logo-cont:hover {
	background:#D6D6D6;
}
.brand-logo-cont img {
	width:150px;
	max-width: 100%;
	height: 65px;
	max-height: 100%;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
}
.hero-right {
	width:55%;
	height: 36vw;
	max-height: calc(100vh - 400px);
	min-height: 550px;
}
.hero-slider-1 {
	position: relative;
	background:#000;
	height: 36vw;
	max-height: calc(100vh - 400px);
	min-height: 550px;
	overflow: hidden;
}
.hero-slider-1:after {
	content: "";
	width:100px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	background-image: url('///media.sandhills.com/img.axd?id=9072341785&wid=0&rwl=False&p=&ext=png&w=77&h=568&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=GrBnHOChZvZ4biRlt2jAgOBywR60xGoo');
	background-size: cover;
	background-position: center left;
}
.hero-slide {
	width:100%;
	height: 36vw;
	max-height: calc(100vh - 400px);
	min-height: 550px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-overlay {
	width: 100%;
	height: 100%;
	padding: 30px 30px 5vw 130px;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 33.68%,rgba(0,0,0,0.65) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 33.68%,rgba(0,0,0,0.65) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 33.68%,rgba(0,0,0,0.65) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 33.68%,rgba(0,0,0,0.65) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.hero-overlay img {
	width:290px;
	max-width: 100%;
	height: 140px!important;
	max-height: 100%;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 0 15px rgba(0,0,0,1));
}
.hero-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 10px;
	width: 100%;
	max-width: 600px;
}
.hero-links a {
	flex-grow: 1;
	min-width: 49%;
	max-width: 100%;
}

.cat-section {
	position: relative;
}
.cat-section:after {
	content: "";
	width:100%;
	height: 6vw;
	max-height: 100px;
	min-height: 40px;
	position: absolute;
	z-index: 1;
	left:0;
	bottom:0;
	background-image: url('///media.sandhills.com/img.axd?id=9074358121&wid=0&rwl=False&p=&ext=png&w=1942&h=126&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=qtV6oGShS1%2fTKuQbdb2517ZZVQW%2bqE8L');
	background-size: 120% 100%;
  background-position: center top;
}
.sidebarColumn .widget_sandhills_editable_area .cat-cont-1 {
	height: 30vw!important;
	max-height: 600px;
	min-height: 250px!important; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:20px 20px 140px 20px;
}
.cat-cont-1 .shEditorInsertButton {
	font-size:20px;
	width:100%;
	max-width: 360px;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.cat-section .cat-cont-1 .shEditorInsertButton {
	margin-bottom: 100px;
}
.cat-cont-1 .shEditorInsertButton span {
	display: block;
	font-size:24px;
	font-weight: 700;
}
.home-contact-info {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-info-btn {
	display: flex;
	gap:10px;
	text-align: center;
	font-size:20px;
	color:#fff;
	transition: .2s ease-in;
	background:none;
	border:0px;
	outline:none;
	cursor: pointer;
	align-items: center;
}
.contact-info-btn i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:30px;
	color:#c41230;
	background: #fff;
	height: 55px;
	width: 50px;
	transition: .2s ease-in;
}
.contact-info-btn:hover i {
	background:#c41230;
	color: #fff;
}
.banner-2-overlay {
	width: 100%;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
	height:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 250px 40px 80px 40px;
	box-sizing: border-box;
	text-align: right;
	flex-direction: column;
}
.banner-2-overlay h2 {
	font-size:40px;
	font-weight:400;
	width:100%;
}
.banner-2-overlay h2 .small-font {
	font-size:35px;
	font-weight:600;
}
.banner-2-overlay p {
	width:100%;
}
.banner-2-overlay .shEditorInsertButton {
	width:100%;
	max-width: 250px;
	display: inline-block;
	margin:10px 20px;
}
.wrap-textimonial-left {
	width:25%;
}
.highlightSidebars .wrap-textimonial-left > div, .highlightSidebars .wrap-textimonial-right > div  {
	height: auto;
}

.wrap-textimonial-left > .widgetContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}
.wrap-textimonial-right {
	width:75%;
}
.wrap-textimonial-right > .widgetContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.wrap-testimonial-slide .post-container-testimonialslist .item > div, .wrap-testimonial-slide .post-container-testimonialslist .item > div > div {
	height: 100%;
}
.wrap-testimonial-slide .slick-arrow {
	height: 40%;
	border-radius: 0px!important;
}
.wrap-testimonial-slide .slick-arrow i {
	height: 100%;
	border-radius: 0px!important;
	display: flex;
  	align-items: center;
	padding:5px!important;
}
.wrap-testimonial-slide .slick-track {
	display: flex;
}
.wrap-testimonial-slide .slick-slide div {
	height: 100%;
}
.testimonial-slide {
	padding:10px;
}
.test-slide-cont-1 {
	background:#fff;
	border:1px solid #000;
	padding:20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:20px;
	text-align: left;
	height: 100%;
}
.test-slide-top-1 {
	display: flex;
	flex-direction: column;
	gap:15px;
	height: auto!important;
}
.test-rating {
	font-size:20px;
	color:#c41230;
	display: flex;
	gap:3px;
}
.test-date {
	font-size: 15px;
	color:#000;
}
.test-content {
	font-size: 15px;
	color:#000;
}
.test-name {
	font-size: 18px;
	font-weight: 700;
	color:#000;
	height: auto!important;
}
.meet-the-team-wrap .item {
	padding:10px!important;
}
.meet-the-team-wrap .item > div {
	height: 100%;
}
.meet-the-team-cont-1 {
	border:1px solid #000;
	padding:15px;
}
.meet-the-team-cont-1 img {
	width:auto;
	max-width:100%;
	height: 300px;
	object-fit: contain;
	object-position: center;
	padding-bottom:15px;
}
.meet-the-team-cont-1 .lg-text {
	font-size: 22px;
  	font-weight: 700;
}
.meet-the-team-cont-1 .sml-text {
	font-size: 18px;
  	font-weight: 500;
}
.brand-link-1 {
	border:1px solid #000;
	padding:15px;
	display: block;
	height: 100%;
	transition: .2s ease-in;
}
.brand-link-1 img {
	width:200px;
	max-width:100%;
	height: 150px;
	object-fit: contain;
	object-position: center;
	padding-bottom:15px;
	transition: .2s ease-in;
}
.brand-link-1 .lg-text {
	font-size: 22px;
  	font-weight: 700;
	color:#000;
	transition: .2s ease-in;
}
.brand-link-1 .sml-text {
	font-size: 16px;
  	font-weight: 500;
	text-align: left;
	color:#000;
	transition: .2s ease-in;
}
.brand-link-1:hover {
	background:#f2f2f2;
}
.brand-link-1:hover img {
	opacity: 0.7;
}
.brand-link-1:hover .lg-text {
	color:#c41230;
}
.brand-link-1:hover .sml-text {
	color:#c41230;
}
.showroom-cat-link-1 {
	border:1px solid #000;
	padding:15px;
	display: block;
	height: 100%;
	transition: .2s ease-in;
	background:#fff;
}
.showroom-cat-link-1 img {
	width:100%;
	max-width:100%;
	height: 250px!important;
	object-fit: cover;
	object-position: center;
	padding-bottom:15px;
	transition: .2s ease-in;
}
.showroom-cat-link-1 h2 {
	font-size: 22px;
	color:#000;
}

.showroom-cat-link-1:hover img {
	opacity: 0.7;
}
.showroom-cat-link-1:hover h2 {
	color:#c41230;
}


.wrap-promo-banner-slide .slick-slide {
	padding:0px!important;
}
.wrap-promo-banner-slide .slick-slide .item, .wrap-promo-banner-slide .slick-slide .item > div {
	display: block!important;
}
.wrap-promo-banner-slide .no-posts-promotionbannerslide {
	margin:0;
}
.promo-banner-slide {
	display: block;
	border-bottom: 20px solid #fff;
}
.promo-banner-slide img {
	width:100%;
	height: auto;	
	display: block;
}
.promo-banner-slide .desktop-banner {
	display: block;
}
.promo-banner-slide .mob-banner {
	display: none;
}
.wrap-promotion-pg {
	padding:40px 20px;
	box-sizing: border-box;
	width: 100%;
}
.wrap-promotion-pg img {
	width:auto;
	max-width: 100%;
	height: auto!important;
	margin:30px auto;
	display: block;
}
.wrap-promotion-pg .desktop-img {
	display: block;
}
.wrap-promotion-pg .mob-img {
	display: none;
}
.promo-pg-content {
	
}


/*===================== 
	form styles 
=======================*/

.bv-form {
	padding: 20px;
	border: 1px solid #000;
}

/*===================== 
	Blog styles 
=======================*/


.blog-post-cont-wrap-1 {
	padding:10px 20px;
	box-sizing: border-box;
}
.blog-post-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:10px;
	box-sizing: border-box;
	width:100%;
	background:#fff;
	border:1px solid #000;
}
.blog-post-f-img {
	width:35%;
}
.blog-post-f-img-clp {
	
}
.blog-post-f-img img {
	width:100%;
	height: 300px!important;
	object-fit: cover;
	object-position: center;
	display: block;
}
.blog-post-info-1 {
	width: 63%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding:20px;
	box-sizing: border-box;
}
.blog-post-info-1 h2 {
	font-size: 26px;
	font-weight: 700;
	color:#c41230;
}
.blog-post-pub-info {
	display: flex;
	background: rgb(242, 242, 242);
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 20px 0;
	width: auto;
}
.blog-post-date-1 {
	padding-right: 20px;
	border-right: 1px solid rgb(0, 0, 0);
}
.blog-post-author-1 {
	padding-right: 20px;
	border-right: 1px solid rgb(0, 0, 0);
}
.blog-share-links-1 {
	display: flex;
	gap: 10px;
}
.blog-share-links-1 a {
	color:#c41230;
	transition: .2s ease-in;
}
.blog-share-links-1 a:hover {
	opacity: 0.7;
}
.blog-post-wrap-1 .prevButton-container-news-blog, .blog-post-wrap-1 .nextButton-container-news-blog {
	width:auto;
	margin:0 auto;
}
.blog-post-wrap-1 .PrevButton-news-blog, .blog-post-wrap-1 .NextButton-news-blog {
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.blog-post-wrap-1 .PrevButton-news-blog u, .blog-post-wrap-1 .NextButton-news-blog u {
	text-decoration: none;
}
.blog-post-wrap-1 .PrevButton-news-blog:hover, .blog-post-wrap-1 .NextButton-news-blog:hover {
	background:#fff;
	color:#000;
}


.blog-info-header {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	align-items: center;
}
.blog-header-1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.blog-header-info-1 {
	width:45%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background:#f2f2f2;
	padding:40px 20px;
	box-sizing: border-box;
}
.blog-header-info-1 .content-header { 
	font-size: 30px;
}
.post-featrued-img  {
	position: relative;
	background:#000;
	width:55%;
	height: auto;
	overflow: hidden;
}
.post-featrued-img:after {
	content: "";
	width:100px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	background-image: url('///media.sandhills.com/img.axd?id=9072341785&wid=0&rwl=False&p=&ext=png&w=77&h=568&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=GrBnHOChZvZ4biRlt2jAgOBywR60xGoo');
	background-size: cover;
	background-position: center left;
}
.post-featrued-img img {
	width: 100%;
	max-width: 100%;
	height: 100%!important;
	max-height: 400px;
	min-height: 200px;
	display: block;
	object-fit: cover;
	object-position: center;
	opacity: 0.9;
}


.news-blog-post-date, .news-blog-author {
	padding-right:20px;
	border-right: 1px solid #000;
}
.blog-share-links {
	display: flex;
	gap: 10px;
}
.blog-info-header a {
	color:#c41230;
	transition: .2s ease-in;
}
.blog-info-header a:hover {
	opacity: 0.7;
}
.news-blog-post-date .updated {
	display: none;
}
.single-post-featrued-img {
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.single-post-featrued-img img {
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
	object-fit: cover;
	object-position: center;
	max-height: 350px;
}
.news-blog-page-cont-1 {
	padding:80px 20px;
}
.news-blog-page-cont-1 a  {
	color:#c41230;
}
.news-blog-page-cont-1 a:hover {
	opacity: 0.7;
}
.news-blog-page-cont-1 .text-link-red {
	margin-top:20px;
	display: inline-block;
}
.news-blog-page-cont-1 img {
	width: auto;
	object-fit: contain;
	object-position: center center;
	height: auto;
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.news-blog-page-cont-1 h1, .news-blog-page-cont-1 h2, .news-blog-page-cont-1 h3, .news-blog-page-cont-1 h4, .news-blog-page-cont-1 h5 {
	margin:40px 0 20px;
}
.news-blog-page-cont-1 iframe {
	width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
	max-width: 700px;
	margin:20px auto;
	display: block;
}

.blog-nav-foot-1 {
	padding:40px 0;
}
.blog-nav-foot-1 .screen-reader-text {
	display: none;
}
.blog-nav-foot-1 .nav-links {
	display: flex;
	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 {
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Outfit", sans-serif;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.blog-nav-foot-1 .nav-previous a:hover, .blog-nav-foot-1 .nav-next a:hover {
	color:#000;
	background:#fff;
}


/*===================== 
	Inventory styles 
=======================*/


 .list-top-section .sticky-top-menu {
	top: 100px !important;
	padding-top: 20px;
  }
/*------------------------------ 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:#c41230 !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:#c41230!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #c41230!important;
    border: 1px solid #c41230!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #c41230!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #c41230!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #c41230!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: #c41230 !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:#c41230 !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:#c41230 !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:#c41230 !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:#c41230!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#c41230!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#c41230!important;
}
.detail-content-mobile .share-listing {
	color:#c41230!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#c41230!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#c41230!important;
}
.cs-btns .button {background:#c41230 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}


/*===================== 
	layout styles 
=======================*/

.container-1 {
	width:96%;
	margin: 0 auto!important;
	padding:10px;
	box-sizing: border-box;
	}
.container-2 {
	width:100%;
	max-width: 1500px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-3 {
	width:100%;
	max-width: 950px;
	margin: 0 auto!important;
	padding:10px;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto!important;
	padding:10px;
	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;}




/*===================== 
	footer styles 
=======================*/

.foot-wrap-1 {
	width:100%;
	background-color:#000;
	padding-top:80px;
	padding-bottom:calc(7vw + 40px);
	position: relative;
}
.foot-wrap-1:after {
	content: "";
	position: absolute;
	left:0;
	bottom:0;
	z-index: 1;
	display: block;
	width:100%;
	height: 7vw;
	background-image:url(///media.sandhills.com/img.axd?id=9072341784&wid=0&rwl=False&p=&ext=png&w=1726&h=126&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=GrBnHOChZvbWjmUQ67Sl1kUTw6FzVfZp);
	background-size: 100% 7vw;
	background-repeat: no-repeat;
	background-position: bottom;
	opacity: 0.2;
}
.foot-wrap-1 .container-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
.foot-logo {
	width:100%;
	max-width:230px;
}
.foot-logo img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	filter: brightness(0) invert(1);
}
.foot-links {
	display: none;
	padding-top:20px;
	justify-content: center;
	gap:10px;
}
.foot-links a {
	color:#fff;
	font-size:20px;
	transition: .2s ease-in;
}
.foot-links a:hover {
	color:#c41230;
}
.foot-nav-1 {
	width:100%;
	max-width: 600px;
	padding-left:40px;
	box-sizing: border-box;
}
.foot-nav-1 {
	color:#fff;
	font-size:15px;
	font-family: "Outfit", sans-serif;
}
.foot-nav-1 p {
	font-family: "Outfit", sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.foot-nav-1 a {
	color:#fff;
	font-family: "Outfit", sans-serif;
	font-size:15px;
	transition: .2s ease-in;
}
.foot-nav-1 a:hover {
	opacity: 0.7;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.hero-header h1 {
		font-size: 28px;
	}
	.hero-header h1 span {
		font-size: 25px;
	}
}

@media screen and (max-width: 1000px) {
	.head-info {
		display: none;
	}
	.head-wrap {
		height: 70px;
	}
	.head-logo {
		width: auto;
		padding-left: 20px;
		max-width: 180px;
	}
	.head-nav {
		width: auto;
		padding:0 0 0 10px;
	}
	.hero-left {
	  width: 100%;
	  height: auto;
	  max-height: 100%;
	  min-height: 100%;
	}
	.hero-left > div:nth-child(1) {
		height: auto;
	}
	.hero-left > div:nth-child(2) {
		height: auto;
	}
	.hero-right {
	  width: 100%;
	  height: auto;
	  max-height: 100%;
	  min-height: 100%;
	}
	.hero-slider-1 {
		width: 100%;
		height: auto;
		max-height: 100%;
		min-height: 100%;
	}
	.hero-slide:not([data-blockStyles="sheditor-element"]) {
	  height: auto;
	  max-height: 100%;
	  min-height: 100%;
	}
	.hero-slider-1:after {
		width:100%;
		height: 6vw;
		max-height: 100px;
		min-height: 40px;
		background-image: url('///media.sandhills.com/img.axd?id=9074335923&wid=0&rwl=False&p=&ext=png&w=568&h=77&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=ax8xAhI08W%2bYxw8XTYOzpJ2m0wotAmkU');
		background-size: 105% 100%;
		background-position: right top;
		background-repeat: no-repeat;
	}
	.hero-overlay {
		width: 100%;
		height: 100%;
		padding: 60px 20px 40px 20px;
	}
	.hero-slider-nav {
	  padding: 0px 20px 5px 20px;
	}
	.hero-header:not([data-blockStyles="sheditor-element"]) {
	  max-width: 100%;
	}
	.brand-logo-cont:not([data-blockStyles="sheditor-element"]) {
		height: 80px;
		padding: 10px;
	}
	.wrap-textimonial-left, .wrap-textimonial-right {
		width:100%;
	}
	 .list-top-section .sticky-top-menu {
		top: 60px!important;
	  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
/* Small Devices, Tablets */

@media only screen and (max-width : 900px) {
	.foot-nav-1 {
		display: none;
	}
	
	.foot-links {
		display: flex;
	}
	.foot-wrap-1 {
		padding:60px 0;
	}
	.foot-wrap-1::after {
		height: 60px;
		background-size: cover;
	}
	.foot-logo {
		margin:0 auto;
	}
	.blog-post-f-img, .blog-post-info-1 {
		width:100%;
	}
	.blog-post-f-img img {
		width:100%;
		height: 200px!important;
	}
	.blog-post-info-1 h2 {
		font-size: 20px;
	}
	.blog-post-pub-info {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		font-size: 14px;
	}
	.blog-post-info-1 p {
		font-size: 16px;
	}
	.blog-header-info-1 {
		width:100%;
		padding:40px 20px 0 20px;
	}
	.blog-header-info-1 .content-header { 
		font-size: 22px;
	}
	.post-featrued-img {
		width:100%;
	}
	.post-featrued-img:after {
		width:100%;
		height: 6vw;
		max-height: 100px;
		min-height: 40px;
		background-image: url('///media.sandhills.com/img.axd?id=9074335923&wid=0&rwl=False&p=&ext=png&w=568&h=77&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=ax8xAhI08W%2bYxw8XTYOzpJ2m0wotAmkU');
		background-size: 105% 100%;
		background-position: right top;
		background-repeat: no-repeat;
	}
	.post-featrued-img img {
		object-position:top center;
	}
}
@media only screen and (max-width : 768px) {
	.hero-header h1 {
		font-size: 20px;
	}
	.hero-header h1 span {
		font-size: 16px;
	}
	.hero-overlay img {
		width:200px;
		height: 100px;
	}
	.hero-links a {
		margin:5px auto;
	}
  	.hero-slider-1::after {
		height: 40px;
    	background-size: 105% 40px;
	}
	.brand-logo-cont:not([data-blockStyles="sheditor-element"]) {
		height: 60px;
	}
	.cat-cont-1 .shEditorInsertButton {
		font-size:18px;
		width:100%;
		max-width: 360px;
		height: 100px;
		margin-bottom: 0;
	}
	.cat-cont-1 .shEditorInsertButton span {
		font-size:20px;
	}
	.home-contact-info {
	  justify-content: flex-start;
	}
	.promo-banner-slide .desktop-banner {
		display: none;
	}
	.promo-banner-slide .mob-banner {
		display: block;
	}
	.wrap-promotion-pg .desktop-img {
		display: none;
	}
	.wrap-promotion-pg .mob-img {
		display: block;
	}
}

/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 600px) {
	.banner-2-overlay {
		background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
		background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
		background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
		background-image: linear-gradient(90deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
		padding: 150px 20px;
		text-align: center;
	}
	.banner-2-overlay h2 {
		font-size:30px;
	}
	.banner-2-overlay h2 .small-font {
		font-size:18px;
	}
	.banner-2-overlay .shEditorInsertButton {
		width:100%;
		max-width: 100%;
		display: block;
		margin:20px 20px 10px 0;
	}
	.hero-slider-nav .slick-track .slick-slide {
		padding:5px;
	}
}

@media only screen and (max-width : 480px) {
	.wrap-testimonial-slide .slick-track {
		align-items: center;
	}
	.wrap-testimonial-slide .slick-slide div {
		height: auto
	}
}

