/*
Theme Name: www.sieversequipment.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
--------------------------------------------------------------*/
.widget_sandhills_advanced_cpt_layout {justify-content: center;
    display: flex;
}


html, body {
	height:100%;
	width:100%;
    line-height: normal;
}
.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;
}

.wrapper.site-main {    max-width: 1100px;
    box-sizing: border-box;
    float: none;
    margin: 0px auto;}



/*--------------------------------------------------------------
## 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: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
        line-height: normal;
}

	h2 {
		font-size:28px;
		font-weight: 700;
        line-height: normal;
}
	h3 {
		font-size:24px;
		font-weight: 700;
        line-height: normal;
}
	h4 {
		font-size:20px;
		font-weight: 700;
        line-height: normal;
}
	h5 {
		font-size:18px;
		font-weight: 600;
        line-height: normal;
}
	h6 {
		font-size:16px;
		font-weight: 500;
        line-height: normal;
}

p {
	font-size:16px;
	margin: 0;
    line-height: normal;
}

.bread-crumb-1 {
    font-size: 16px;
    font-weight: 500;
    color:#3d3d3b;
    margin:10px 0;
}
.bread-crumb-1 a {
    color:#000;
}
.bread-crumb-1 a:hover {
    text-decoration: underline;
}
.sub-header-1 {
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #b01b2e;
    padding-bottom: 10px;
}


.butn-red {
	background:#b01b2e!important;
	color:#fff!important;
	display: inline-block;
	padding:10px;
	text-align:center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	min-width: 250px;
	margin:10px 0;
    border:0px solid #000!important;
    border:none!important;
    box-shadow: 0px!important;
    transition:all .25s ease;
}
.butn-red:hover {
	background: #3d3d3b!important;
	color:#fff!important;
    border:0px solid #000!important;
    border:none!important;
    box-shadow: 0px!important;
}
.butn-black {
	background:#3d3d3b!important;
	color:#fff!important;
	display: inline-block;
	padding:10px;
	text-align:center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	min-width: 250px;
	margin:10px 0;
    border:0px solid #000!important;
    border:none!important;
    box-shadow: 0px!important;
    transition:all .25s ease;
}
.butn-black:hover {
	background: #000!important;
	color:#fff!important;
    border:0px solid #000!important;
    border:none!important;
    box-shadow: 0px!important;
}
 

/*===================== 
	header styles 
=======================*/

.header-1 {
    width:100%;
    background:#000;
    padding:25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.header-logo-1 {
    max-width: 220px;
    width: 14%;
}
.header-nav-1 {
    padding:0 10px;
}
.header-logo-2 {
    max-width: 535px;
    width: 29%;
}
.header-logo-2 img {
    transition:all .25s ease;
}
.header-logo-2 img:hover  {
    opacity: 0.8;
}
.mobile-logo-links img {
    transition:all .25s ease;
}
.mobile-logo-links img:hover {
    opacity: 0.8;
}

/*===================== 
	content styles 
=======================*/

.home-hero-row-1 {
    margin-bottom: -125px;
}

.home-hero-cont {
    text-align: center;
    padding: 150px 0;
    background-image: -webkit-linear-gradient(270deg,rgba(153,153,153,0.49) 11.92%,rgba(153,153,153,0.77) 40.42%,rgba(153,153,153,0.93) 60.62%);
    background-image: -moz-linear-gradient(270deg,rgba(153,153,153,0.49) 11.92%,rgba(153,153,153,0.77) 40.42%,rgba(153,153,153,0.93) 60.62%);
    background-image: -o-linear-gradient(270deg,rgba(153,153,153,0.49) 11.92%,rgba(153,153,153,0.77) 40.42%,rgba(153,153,153,0.93) 60.62%);
    background-image: linear-gradient(180deg,rgba(153,153,153,0.49) 11.92%,rgba(153,153,153,0.77) 40.42%,rgba(153,153,153,0.93) 60.62%);
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.home-hero-cont > div {
    max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
    float:none;
}
.home-hero-cont h1 {
    margin:0!important;
    font-size: 48px;
}


.hero-info-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:30px 0;
    padding-bottom:100px;
}
.hero-search {
    width:49%; 
    background: #e2e2e2;
    padding:30px 35px;
    box-sizing: border-box;
}
.hero-search h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin:0 0 30px 0;
    text-align: center;
}

.hero-search form {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:15px 0;
    margin:0;
}
.condition-row {
    display: flex;
    width:100%;
}


.hero-search input, .hero-search select {
    background: #fff;
    padding:15px;
    width:100%;
    box-sizing: border-box;
    outline:none;
    border:0px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
    margin:0;
}
.hero-search input::placeholder {
    opacity: 1.0!important;
    color:#000!important;
}


.radio-btn {
  width: 100px;
  height: 40px;
  position: relative;
    
}

.radio-btn label,
.radio-btn input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#000;
  height: 100%;
    cursor: pointer;
    padding:0;
}

.radio-btn input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.radio-btn input[type="radio"]:checked + label {
  background: #b01b2e;
}

.radio-btn label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
    text-align: center;
    color:#fff;
    font-weight: 600;
    display: flex;
  justify-content: center;
  align-items: center;
}

.hero-search .butn-red { 
    min-width: auto;
    width:100%;
    display: block;
    padding:18px 10px;
    margin:0;
}

.hero-cat-1 {
    width:49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}
.cat-btn {
    width:calc(50% - 10px);
    min-height: 140px;
    position: relative;
    background-color:#b01b2e;
    display: block;
}
.cat-btn img {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.mercury-iframe .cat-btn img {
    max-height: 208px;
}
.cat-btn-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all .25s ease;
    z-index: 2;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.00) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
    background-color: rgba(61,61,59,0.00);
}
.hero-cat-1 .cat-btn:last-child .cat-btn-overlay {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
}
.cat-btn-overlay h2 {
    margin:0;
    text-align: left;
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 0 15px rgba(0,0,0,0.6);
    line-height: 1.2;
}
.cat-btn-overlay h2 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.cat-btn-overlay i {
    text-align: right;
    color:#fff;
    font-size: 30px;
    text-shadow: 0 0 15px rgba(0,0,0,0.6);
}
.cat-btn:hover .cat-btn-overlay  {
    padding:15px 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-color:rgba(61,61,59,0.80);
}
.hero-cat-1 .cat-btn:hover:last-child .cat-btn-overlay  {
    background-color:rgba(61,61,59,1.00);
}

.hero-lg-banner {
    width:100%;
}
.hero-lg-banner .cat-btn {
    width:100%;
    min-height: 160px;
    position: relative;
    background-color:#b01b2e;
    display: block;
}
.hero-lg-banner .cat-btn .cat-btn-overlay {
        background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.16%,rgba(0,0,0,0.00) 56.99%,rgba(0,0,0,0.00) 100%);
}
.hero-lg-banner .cat-btn .cat-btn-overlay h2 {
    padding-left:30px; 
    padding-top:30px; 
    font-size: 35px;
}
.hero-lg-banner .cat-btn .cat-btn-overlay h2 span {
    font-size: 20px;
}

.hero-lg-banner .cat-btn .cat-btn-overlay i {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 36px;
}
.ctp-content .container-fluid {
    display: flex;
    flex-wrap: wrap;
}
.ctp-content .item {
    padding:10px!important;
    box-sizing: border-box;
}
.ctp-content .brand-cont-sml {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:1px solid #3d3d3b;
    gap:10px 0;
    height: 100%;
}
.loc-cont-sml {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:1px solid #3d3d3b;
    gap:10px 0;
    height: 100%;
    padding:5px;
    box-sizing: border-box;
}
.loc-cont-sml h2 {
    font-size: 24px;
}
.ctp-content .brand-cont-sml:hover img {
    opacity: 0.7;   
}
.ctp-content .brand-logo {
    padding:10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.ctp-content .brand-logo img {
    max-height: 70px;
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0px auto;
    transition: all .25s ease;
}
.ctp-content .address-sml p {
    font-size: 15px;
}
.ctp-content .address-sml p a {
    color:#000;
}
.ctp-content .butn-red, .ctp-content .butn-black  {
	width:100%;
    min-width: 100%;
    display: block;
    margin:0;
    font-size: 16px;
}
.ctp-content .brand-cont-sml:hover .butn-red {
	background: #3d3d3b!important;
	color:#fff!important;
    border:0px solid #000!important;
    border:none!important;
    box-shadow: 0px!important;
}
.ctp-content .brand-cont-sml:hover .butn-black {
	background: #000!important;
	color:#fff!important;
    border:0px solid #000!important;
    border:none!important;
    box-shadow: 0px!important;
}    
.job-post-container {
    padding:40px 20px;
}
.job-post-page-header {
    color:#b01b2e;
}
.job-post-content {
    line-height: 1.5;
    padding-bottom:20px;
}
.job-post-content strong {
    padding: 20px 0 5px 0;
    display: inline-block;
}

/*===================== 
	Loactions styles 
=======================*/

.location-slider-1 {
    background:#f5f2ef;
    padding:30px 20px 40px 20px;
}
.location-slider-1 .container-1 {
    display: flex;
    justify-content: space-between;   
    flex-wrap: wrap;
    padding:50px 20px!important;
    box-sizing: border-box;
}
.location-slider-1 .container-1 h2 {
    width:100%;
    margin:0 0 20px 0;
}
.location-name {
    width:30%;
}
.location-name .slick-list {
    height: 100%;
}
.location-name .slick-track {
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #878787;
    border-right:1px solid #878787;
    width:100%!important;
    box-sizing: border-box;
    transform: translate3d(0px, 0px, 0px)!important;
    height: 100%;
}
.location-name .slick-slide {
    width:50%!important;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #878787;
    border-right:0px;
    border-bottom:0px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
}

.location-name .slick-slide.slick-current {
    border:1px solid #b01b2e;
    background:#b01b2e;
    color:#fff;
}

.location-info-1 {
    width:70%;
    border-bottom:1px solid #878787;
    border-top:1px solid #878787;
    border-right:1px solid #878787;
    background: #fff;
}

.location-slide-cont-1 {
    display: flex;
    justify-content: space-between;   
    flex-wrap: wrap;
    height: 100%;
}
.location-slide-info-1 {
    width:50%;
    padding:40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px 0;
}

.loc-slide-col-1 {
    width:49%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.loc-slide-col-2 {
    width:49%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap:10px 0;
}
.loc-slide-divider-1 {
    border-bottom:1px solid #b01b2e;
    width:100%;
}
.loc-slide-col-2 p {
    font-size: 14px;
}
.loc-slide-col-2 p a {
    color:#000;
}
.location-info-1 .butn-black, .location-info-1 .butn-red {
    min-width: auto;
    width:100%;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding:10px 5px;
}

.location-slide-info-1 h3 {
    font-weight: 700;
    color:#3d3d3b;
    margin:0;
    font-size: 20px;
}
.location-slide-phone {
    color:#000;
    font-weight: 600;
    transition: all .25s ease;
}
.location-slide-phone:hover {
    color:#878787;
}
.location-slide-link {
    color:#b01b2e;
    font-weight: 600;
    transition: all .25s ease;
}
.location-slide-link:hover {
    color:#878787;
}
.location-slide-map {
    width:50%;
}
.location-slide-map iframe {
    width:100%;
    height: 100%;
    display: block;
    border:0px;
}
.location-container {
    padding:40px 20px;
}
.location-page-header {
    color:#b01b2e;
}
.location-page-header span {
    font-weight: 400;
}
.location-page-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px 0;
    padding-top:20px;
}
.location-page-info h2 {
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(176, 27, 46);
    padding-bottom: 10px;
}
.location-page-about {
    width:40%;
}
.location-page-about-info {
    padding-bottom:15px;
}
.location-page-about-hours {
    padding:15px;
    background:#e2e2e2;
    box-sizing: border-box;
    line-height: 1.5;
}
.location-page-address {
    padding-bottom:10px;
    font-weight: 500;
}
.location-page-address a {
    color:#000;
    font-size: 20px;
    transition: all .25s ease;
}
.location-page-address a:hover {
    color:#3d3d3b;
}
.location-page-about-contact {
    line-height: 1.5;
}
.location-page-about-contact a {
    color:#b01b2e;
    transition: all .25s ease;
}
.location-page-about-contact a:hover {
    color:#3d3d3b;
}

.location-page-about .butn-black, .location-page-about .butn-red {
    width:100%;
    min-width: 100%;
    display: block;
}

.location-page-map {
    width:58%;
}
.location-page-map iframe {
    width:100%;
    height: 100%;
    min-height: 350px;
}

/*===================== 
	Brand Slider
=======================*/

.brand-slider .slick-list {
    width: calc(100% - 90px);
    margin: 0 auto;
}
.brand-slider .slick-track {
    display: flex;
    align-items: center;
}
.brand-slider .slick-dots {
    display: none!important;
}
.brand-slider .slick-next {
    transform: translate(0px, 0);
    opacity: 1;
    background-color:rgba(0,0,0,0)!important;
    padding:0;
    right: 10px !important;
    top: 28% !important;
    width:30px!important;
}
.brand-slider .slick-prev {
    transform: translate(0px, 0);
    opacity: 1;
    background-color:rgba(0,0,0,0)!important;
    padding:0;
    left: 10px !important;
    top: 28% !important;
    width:30px!important;
}
.brand-slider .slick-prev::before, .brand-slider .slick-next::before {
    font-size: 30px;
    opacity: 1;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    
}
.brand-slide {
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-slide img {
    max-width: 150px;
    width:100%;
    max-height: 75px;
    display: block;
    margin:0 auto;
    transition: all .25s ease;
}
.brand-slide a:hover img {
    opacity: 0.7;
}


/*===================== 
	Inventory styles 
=======================*/
.inv-search {
    background:#e2e2e2;  
    padding:15px 20px;
    width:100%;
    box-sizing: border-box;
    display: none;
    position: sticky;
    top: 0;
    z-index: 1;
}
.inv-search form {
    width: 100%;
    display: flex;
    gap:10px;
    
}
.inv-search form .butn-red {
    margin:0;
    min-width: auto;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 14px;
}
.inv-search form input {
    background: rgb(255, 255, 255)!important;
    padding: 10px!important;
    width: 100%!important;
    box-sizing: border-box!important;
    outline: none!important;
    border: 0px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    font-family: "Montserrat", sans-serif;
    border-radius: 0px!important;
    margin: 0px!important;
    height: auto!important;
    line-height: normal!important;
}
.inv-showroom {
    background:#e2e2e2;  
    padding:15px 20px;
    width:100%;
    box-sizing: border-box;
    display: flex;
    gap:5px 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
        
}
.inv-showroom p {
   font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
/*----Page Background Color----*/

.list-title, .container-inv, .list-title-text, .list-content .listing-portion-title, .list-content .list-listing .dealer-name, .list-content .listing-description, .list-top-section .list-title .list-title-text {
    font-family: "Montserrat", sans-serif!important;
}

.mobile-option-bar .mobile-option-bar-filter {
   background:#b01b2e !important; color: #fff !important; border: 2px #fff solid!important;
}

.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/
.list-content{max-width: 100% !important; margin:0 !important;}

/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#3d3d3b !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:#b01b2e !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:#3d3d3b !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #b01b2e;
  color: #b01b2e;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#3d3d3b !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#b01b2e!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #b01b2e!important;
    border: 1px solid #b01b2e!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #b01b2e!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #b01b2e!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #b01b2e!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:#3d3d3b;}

/*----Price----*/
.listing-main-stats .price {color:#3d3d3b !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #b01b2e !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:#b01b2e !important; color: #fff !important;}
.view-listing-details-link:hover {background:#3d3d3b !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#3d3d3b;
}
.contact-options a, .fin-calc-mobile > a {background:#b01b2e !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#3d3d3b !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#b01b2e !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#3d3d3b !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:#b01b2e !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#3d3d3b !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:#b01b2e !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#3d3d3b !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#3d3d3b;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#3d3d3b !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:#3d3d3b !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#3d3d3b !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#b01b2e!important;
}
.info {
	color:#3d3d3b!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#b01b2e!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#b01b2e!important;
}
.detail-content-mobile .share-listing {
	color:#b01b2e!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#b01b2e!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#b01b2e!important;
}
.cs-btns .button {background:#b01b2e !important; color: #fff !important;}
.cs-btns .button:hover {background:#3d3d3b !important; color: #fff !important;}


/*===================== 
	layout styles 
=======================*/
.button-top{background:#651b17 !important;text-align:center !important;color: #fff;font-size: 25px;padding:30px 10px;border-radius: 20px  20px 0 0;text-transform:uppercase;}
.button-top a {color:#fff !important;}
.button-bottom {text-align:center !important;background:#cfd2d3 !important;border-radius: 0 0 20px 20px;color: #000;font-weight: 700;text-transform: uppercase;padding:20px 0;font-size: 23px;}
.buttons {width:70%;margin: 0 auto;}
span.bold  {font-size:25px;text-transform:uppercase;font-weight:700;}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion.top-lvl-accordion.active,.accordion.top-lvl-accordion {width:60%;margin:0 auto;}

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
    float:none;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.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;}



/*.accordion-sect {
	width: min(100%, 1200px); margin: 0 auto; position: relative; 
	display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; row-gap: 40px; 
}
.accordion { 
	display: flex; flex-direction: column; align-items: stretch; 
}
.accordion-header:not(.btnclass) {
	position: relative; padding: 16px 20px; background: #eee; 
	display: flex; justify-content: space-between; align-items: center; 
	border-bottom: 1px solid #bbb; cursor: pointer; transition: .25s ease all; 
}
.accordion-header.btnclass { cursor: pointer; }
.accordion-header .title.title-sm { font-size: 22px; text-align: left; transition: .25s ease all; }
.accordion-header i {
	font-size: 20px; text-align: center; color: #000; 
	opacity: .6; transition: .25s ease all; 
}

.accordion:not(.active) .accordion-content { display: none; transition: .25s ease all; }

.accordion-header:hover { cursor: pointer; }
.accordion-header:hover i { font-size: 22px; opacity: 1; }
.accordion-header:not(.btnclass):hover { background: #fff; }
.accordion-header:hover .subtitle, .accordion.active .accordion-header .subtitle { color: #000; }

.accordion.active .accordion-header:not(.btnclass) { background: #ddd; border-bottom-color: #bbb; }
.accordion.active .accordion-header .title.title-sm { font-size: 28px; }
.accordion.active .accordion-header i { transform: rotate(45deg); }
.accordion.active > .accordion-content {
	display: block!important; position: relative; width: 100%; transition: .25s ease all; 
	border-left: 1px solid #bbb; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; 
}
.accordion.active > .accordion-content > .content-sect { width: 100%; padding: 24px 20px; background: #fff; }
.accordion.active > .accordion-content > .content-sect p { text-align: left; }*/


/* start parts */

.accordion-sect {
	width: 100%; margin: 0 auto; position: relative; 
	display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; 
}
.accordion { 
	display: flex; flex-direction: column; align-items: stretch; 
}

div#the-accordion {width:60% !important;margin: 0 auto;background:none !important;padding-bottom:30px;}
div#the-accordion:hover {background:none !important;}

.accordion-header {
	position: relative; background: #eee; 
	display: flex; justify-content: flex-start; align-items: center; column-gap: 20px;
	border-bottom: 1px solid #bbb; cursor: pointer; transition: .25s ease all; 
	padding:10px 19px !important;
}
.accordion-header .title.title-sm { font-size: 22px; text-align: left; transition: .25s ease all; }
.accordion-header i {
	font-size: 20px; text-align: center; color: #000; 
	opacity: .6; transition: .25s ease all; 
}

.accordion:not(.active-accordion) .accordion-content { display: none; transition: .25s ease all; }

.accordion-header:hover { cursor: pointer; }
.accordion-header:hover i { font-size: 22px; opacity: 1; }

.accordion.active-accordion .accordion-header { background: #ddd; }
.accordion.active-accordion .accordion-header i { content: "\f068"; }
.accordion.active-accordion > .accordion-content {
	display: block!important; position: relative; width: 100%; transition: .25s ease all; 
	border-left: 1px solid #bbb; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; 
}

/* end parts */


/*===================== 
	footer styles 
=======================*/

.footer-cont-1 {
    width:100%;
    background:#000;
    padding:50px 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-logo-1 {
    max-width: 240px;
    width:15%;
}
.foot-logo-1 a i {
    color: #fff;
    font-size: 20px;
    margin:0 2px;
    transition:all .25s ease;
}
.foot-logo-1 a:hover i {
    color:#e2e2e2;
}
.foot-nav-1 {
    padding:0 20px;
    width:68%;
    max-width: 800px;
    box-sizing: border-box;
}
.foot-nav-flex {
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.foot-nav-1 ul {
    padding:0;
    margin:0;
}
.foot-nav-1 ul li {
    padding:0 0 10px 0;
    margin:0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}
.foot-nav-1 ul li a {
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    transition:all .25s ease;
}
.foot-nav-1 ul li a:hover {
    color:#e2e2e2;
}
.foot-logo-2 {
    max-width: 240px;
    width:14%;
}
.foot-logo-2 img {
    transition:all .25s ease;
}
.foot-logo-2 img:hover  {
    opacity: 0.8;
}
.foot-bottom {
    width:100%;
    background:#b01b2e;
    padding:40px 25px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.foot-bottom p {
    color:#fff;
    font-size: 12px;
}
.foot-bottom p.right {
    text-align: right;
}
.foot-bottom p a {
    color:#fff;
    transition:all .25s ease;
}
.foot-bottom p a:hover {
    color:#e2e2e2;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
    .home-hero-cont h1 {
        font-size: 4vw;
    }
    .hero-search h2 {
        font-size: 2.3vw;
    }
    
}


@media only screen and (max-width:1000px) {
	div#the-accordion{width:90% !important;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1010px) {
    
    .home-hero-row-1 {
        margin-bottom: -50px;
    }
    .home-hero-cont {
        padding: 80px 20px;
    }
    .header-1 {
        padding:15px 25px;
    }
    .header-nav-1 {
        padding:0;
    }
    .header-logo-1 {
        width:100%;
    }
    .footer-cont-1 {
        flex-wrap: wrap;
        justify-content: center;
        gap:40px;
    }
    .foot-logo-1, .foot-logo-2 {
        width:100%;
        max-width: 200px;
    }
    .header-logo-2 {
        display: none;
    }
    .foot-nav-1 {
        display: none;
    }
    .foot-bottom p a {
        color:#fff;
        transition:all .25s ease;
    }
    .hero-search, .hero-cat-1 {
        width:100%;
    }
    .hero-search input, .hero-search select {
        width:49%;
    }
    .hero-search .butn-red { 
        width:49%;
    }
    .cat-btn {
        height: 24vw;    
    }
    
    .location-name {
        width: 100%;
    }
    .location-name .slick-slide {
        padding: 15px;
    }
    .location-info-1 {
        width: 100%;
        border-bottom: 1px solid #878787;
        border-top: 0px solid #878787;
        border-right: 1px solid #878787;
        border-left: 1px solid #878787;
    }
    .location-slide-info-1 {
        padding:40px 20px;
    }
    .location-page-about, .location-page-map {
        width:100%;
    }
  
    
}

@media only screen and (max-width : 782px) {
  .inv-search {
        display: block;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.foot-bottom p {
        text-align: center!important;
        padding:10px 0;
    }
    .home-hero-row-1 {
        margin-bottom: 0;
    }
    .home-hero-cont {
        padding: 20px;
        background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
        background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
        background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
        background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
        color: #b01b2e;
        text-shadow: rgba(0, 0, 0, 0.0) 0px 0px 15px;
        box-sizing: border-box;
    }
    .home-hero-cont h1 {
        font-size: 28px;
    }
    .hero-search h2 {
        font-size: 20px;
    }
    .hero-search input, .hero-search select {
        width:100%;
    }
    .hero-search .butn-red { 
        width:100%;
    }
    .hero-search {
        order:1;
        padding: 20px;
    }
    .hero-cat-1 {
        order:3;
    }
    .hero-lg-banner {
        order:2;
    }
    .hero-lg-banner .cat-btn .cat-btn-overlay h2 {
        padding-left:00px; 
        padding-top:00px; 
        font-size: 20px;
    }
    .hero-lg-banner .cat-btn .cat-btn-overlay h2 span {
        font-size: 18px;
    }
    .hero-lg-banner .cat-btn .cat-btn-overlay i {
        padding-right: 0px;
        padding-bottom: 0px;
        font-size: 30px;
    }
    .location-slide-info-1 {
        width: 100%;
    }
    .location-slide-map {
        width: 100%;
        height: 350px;
    }
    .location-info-1 .slick-list, .location-info-1 .slick-slide, .location-info-1  .slick-track {
        height: auto!important;
    }
    
    
}


@media only screen and (max-width : 767px) {
  
img.img-responsive.img-fluid.shEditorInsertImage {
       width: 90% !important;
	   margin: 0 auto;
	   float: none !important;
    }
	
	button.shEditorInsertButton.sheditorinsertedbutton.butn-black  {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center;

	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .cat-btn-overlay {
        padding:10px;
        background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.20) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.20) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
        background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.20) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
        background-image: linear-gradient(180deg,rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.20) 49.74%,rgba(0,0,0,0.00) 62.17%,rgba(0,0,0,0.50) 100%);
    }
    .cat-btn:hover .cat-btn-overlay  {
        padding:10px 12px;
    }
    .cat-btn .cat-btn-overlay h2, .hero-lg-banner .cat-btn .cat-btn-overlay h2 {
        font-size: 16px;
    }
    .cat-btn .cat-btn-overlay h2 span, .hero-lg-banner .cat-btn .cat-btn-overlay h2 span {
        font-size: 15px;
    }
    .cat-btn .cat-btn-overlay i, .hero-lg-banner .cat-btn .cat-btn-overlay i {
        font-size: 22px;
    }
    .hero-search input, .hero-search select {
        padding:10px;
        font-size: 16px;
    }
    .hero-search .butn-red { 
        padding:10px;
        font-size:16px;
    }
    .butn-red, .butn-black {
        min-width: auto;
    }
    .ctp-content .brand-logo img {
        max-width: 100%;
    }
	span.bold {font-size:23px !important;}
	.button-top,.button-bottom {font-size:20px !important;}
	div#\35 -1 {padding: 0 10px !important;}
	div#\31 8-1 {padding: 0 !important;}
}

@media only screen and (max-width:392) {
	span.bold {font-size:18px !important;}
	.button-top,.button-bottom {font-size:16px !important;}
}

