/*
Theme Name: www.geisutilitytrailer.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
--------------------------------------------------------------*/

html, body {
	height:100%;
	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:#b51b0d;
}
.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: #b51b0d;
    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: sweet-sans-pro, sans-serif; 
    margin: 0;
	padding:0;
	}
.anchor-link p {
    display: none;
}

/*===================== 
	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;
	}
.section-title {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-size: 60px;
    font-weight: 700;
}

.butn-orange-1 {
	background:#ff0000;
	color:#fff;
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 20px;
	padding:15px;
    box-sizing: border-box;
	text-align:center;
	min-width: 150px;
	margin:10px 0;
    font-size: 35px;
    position: relative;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 600;
    border:0px;
    outline:none;
    cursor: pointer;
    transition: .2s ease-in;
    box-shadow: 0px!important;
}
.butn-orange-1 span {
    font-weight: 300;
}
.butn-orange-1:hover {
	background:#b51b0d!important;
}
.orange-link {
	transition: .2s ease-in;
    color:#ff0000; 
}
.orange-link:hover {
    color:#b51b0d; 
}
 

/*===================== 
	header styles 
=======================*/

.header-search-1 {
    background:#dadbdc;
    padding:20px calc(5% + 20px);
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: none;
}
.header-search-1 form {
    display: flex;
    background:#fff;
    padding:5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.header-search-1 form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 16px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: sweet-sans-pro, sans-serif; 
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.header-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.header-search-1 form:hover button {
    color:#ff0000;
}
.header-mobile-search-1 {
    background: #fff;
    display: none;
}
.header-mobile-search-1 form {
    display: flex;
    background:#fff;
    padding:10px;
    box-sizing: border-box;
    width: 100%;
}

.header-mobile-search-1 form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 20px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: sweet-sans-pro, sans-serif; 
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.header-mobile-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 20px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.header-mobile-search-1 form:hover button {
    color:#ff0000;
}

.head-top-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px;
    width: 90%;
    margin: 0 auto;
}
.head-logo-1 {
    width:100%;
    max-width: 570px;
}
.head-logo-cont-1 {
    display: flex;
    align-items: center;
}
.head-logo-cont-1 img:first-of-type {
    border-right:1px solid #000;
    padding-right:15px!important;
}
.head-logo-cont-1 img:last-of-type {
    
    padding-left:15px!important;
}
.head-info-1 {
    padding-left:30px;
}
.head-info-cont-1 {
    display: flex;
    align-items: center;
    gap:20px;
}
.head-social {
    padding:0;
    display: flex;
    gap:10px;
    margin:0;
}
.head-social li {
    padding:0;
    margin:0;
    list-style: none;
}
.head-social li a {
    font-size:26px;
    color:#ff0000;
    transition: .2s ease-in;
}
.head-social li a:hover {
    color:#b51b0d;
}
.loc-header {
    padding:0;
    margin:0;
}
.loc-header > li {
    list-style: none;
    position: relative;
    padding:5px 10px;
    background:#ff0000;
}
.loc-header > li > a {
    color:#fff;
    font-size:26px;
    transition: .2s ease-in;
	font-family: sweet-sans-pro, sans-serif;
}
.loc-header > li:hover {
    background:#b51b0d;
}
.loc-header > li > ul {
    padding:0;
    margin:0;
    position: absolute;
    left:0;
    top:100%;
    z-index: 601;
    width:100%;
    display: none;
}
.loc-header > li > ul > li {
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
}
.loc-header > li > ul > li > a {
    font-size:20px;
    display: block;
    color:#000;
    padding:5px;
    width: 100%;
    box-sizing: border-box;
    background:#dadbdc;
    transition: .2s ease-in;
	font-family: sweet-sans-pro, sans-serif;
}
.loc-header > li > ul > li > a:hover {
    color:#ff0000;
}
.home-search-btn {
    color:#fff!important;
    font-size:26px;
    padding: 5px 10px;
    background:#555759;
    transition: .2s ease-in;
}
.home-search-btn:hover {
    background:#000;
    color:#fff!important;
}
.head-nav-1 {
    width: 100%;
	padding:0!important;
}

/*===================== 
	content styles 
=======================*/

.hero-left-wrap {
    padding: 30px 10px 30px 2.5% !important;
    box-sizing: border-box;
    max-height: calc(-325px + 100vh);
    min-height: 500px;
    height: 54vw;
}


.hero-left-wrap .row, .hero-left-wrap .row div, .hero-right-wrap .row div  {
    height: 100%;
}
.hero-right-wrap {
    padding: 30px 2.5% 30px 10px !important;
    box-sizing: border-box;
    max-height: calc(-325px + 100vh);
    min-height: 500px;
    height: 54vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.hero-right-wrap .abs-widget-area-container {
    display: none!important;
}
.hero-right-wrap > div {
    flex-grow: 1;
    margin-top:20px;
}
.hero-right-wrap > div:first-child {
    margin-top:0;
}
.hero-link-1 {
    width: 100%;
    padding: 20px 20px 50px 20px;
    background-color:rgba(0,0,0,0.0);
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    box-sizing: border-box;
    font-size: 70px;
    font-weight: 600;
    color: #fff!important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    transition: .2s ease-in;
}
.hero-link-1 h1 {
    font-size: calc(16px + 4vw);
    margin:0;
    position: relative;
}
.hero-link-2 {
    width: 100%;
    height: 100%;
    padding: 20px 20px 25px 20px;
    background-color:rgba(0,0,0,0.5);
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 43.01%,rgba(0,0,0,0.90) 90%);
    box-sizing: border-box;
    font-weight: 600;
    color:#fff!important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    transition: .2s ease-in;
}
.hero-link-2 h2 {
    font-size:calc(16px + 2.1vw);
    margin:0;
    position: relative;
}
.hero-arrow {
    background: #ff0000;
    color: #fff;
    display:inline-flex;
    clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%);
    position: relative;
    bottom: .6vw;
    transition: .2s ease-in;
}
.hero-link-1 .hero-arrow {
    font-size: calc(1px + 3vw);
    padding: 8px 22px 8px 12px;
}
.hero-link-2 .hero-arrow {
    padding: 6px 17px 6px 7px;
  font-size: calc(4px + 1.6vw);
}
.hero-link-1:hover {
    background-color:rgba(0,0,0,0.4);
    color:#ff0000!important;
}
.hero-link-1:hover .hero-arrow {
    background: #000;
}
.hero-link-2:hover {
    background-color:rgba(0,0,0,0.7);
    color:#ff0000!important;
}
.hero-link-2:hover .hero-arrow {
    background: #000;
}
.home-search {
    display: flex;
    align-items: center;
    width:100%;
    gap:15px 30px;
}
.home-search p {
    color:#fff;
    font-weight:600;
    font-size:49px;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
}
.home-search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    gap:15px 0;
}
.home-search form input {
    width:30%;
    padding:10px;
    box-sizing: border-box;
    background:#fff;
    border:0px;
    outline:none;
    font-family: sweet-sans-pro, sans-serif; 
    font-size:20px;
    font-weight: 400;
	border-radius: 0px!important;
}
.home-search-select-cont-1 {
	width:30%;
    padding:0px;
    box-sizing: border-box;
    background:#fff;
    border:0px;
    outline:none;
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px!important;
	position: relative;
}

.home-search-select-cont-1  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 20px!important;
    font-weight: 400!important;
	font-family: sweet-sans-pro, sans-serif; 
    padding:10px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.home-search-select-cont-1 i {
    position: absolute;
    z-index: 1;
    right:10px;
}


.home-search form button {
    color: #ff0000 !important;
    font-size: 20px;
    padding: 10px 13px;
    background: #dadbdc;
    transition: 0.2s ease-in;
    border:0px;
    outline:none;
}
.home-search form button span {
        display: none;
    }
.home-search form button:hover {
    background: #ff0000;
    color: #ffffff !important;
}
.cta-home-wrap > .row {
	gap:40px 0;
}
.cta-cont-1 {
    margin:0 10px;
}
.cta-overlay-1 {
    width: 100%;
    height: 485px;
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 18.65%,rgba(0,0,0,0.42) 48.19%,rgba(0,0,0,1.00) 75.13%);
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.cta-overlay-1 h2 {
    font-size:30px;
    font-weight:600;
    color:#fff;
    font-family: sweet-sans-pro, sans-serif; 
    margin:0;
    padding-bottom:30px;
}
.cta-overlay-1 p {
    font-size:18px;
    font-weight:400;
    color:#fff;
    font-family: sweet-sans-pro, sans-serif; 
}
.cta-overlay-1 button {
    width: 100%;
    margin: 50px auto -50px;
}
.cta-cont-brand {
	padding:40px 30px;
	height: 485px;
	width:100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.cta-cont-brand h2 {
	width:100%;
	font-size: 30px;
	text-align: center;
	padding-bottom:20px;
	color:#000;
}
.cta-cont-brand-links {
	flex-grow: 1;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap:10px;
}
.cta-cont-brand a {
	width:calc(50% - 5px);
	background:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
  	box-sizing: border-box;
	transition: .2s ease-in;
}
.cta-cont-brand a img {
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
	max-height: 85px;
	object-fit: contain;
	object-position: center;
}
.cta-cont-brand a:hover {
	background:rgba(255,255,255,0.7);
}
.home-about-cont {
    display: flex;
    justify-content: space-between;
    gap:20px 0;
}
.home-about-img-mobile {
    display: none;
}
.home-about-left {
    width:calc(50% - 10px);
    padding:10% 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#555759;
}
.home-about-left h2 {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 600;
    font-size:55px;
    margin:0 0 60px 0;
    color:#fff;
}
.home-about-left h2 span {
    font-weight: 300;
}
.home-about-left p {
    font-family: sweet-sans-pro, sans-serif; 
    font-size:18px;
    color:#fff;
}
.home-about-right {
    width:calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap:20px 0;
}
.home-about-img-1 {
    width:100%;
    height: calc(50% - 10px);
}
.home-about-img-1 img {
    width:100%!important;
    max-width: 100%!important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-about-img-2 {
    width: 100%;
    height: 100%;
}
.home-about-img-2 img {
    width:100%!important;
    max-width: 100%!important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-btn {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(50% - 10px);
    width: calc(50% - 10px);
    background:#ff0000;
    transition: 0.2s ease-in;
    color:#fff!important;
    min-height: 220px;
}
.about-btn p {
    font-family: sweet-sans-pro, sans-serif; 
    font-size:25px;
    font-weight:600;
}
.about-btn p span {
    font-size:18px;
    font-weight:300;
}
.about-btn-ico {
    background:#dadbdc;
    position: absolute;
    z-index: 1;
    top:0;
    right:0;
    color:#ff0000;
    padding:15px;
    font-size:25px;
    transition: 0.2s ease-in;
}
.about-btn:visited, .about-btn:active {
    color:#fff!important;
}
.about-btn:hover {
    background:#dadbdc;
    color:#ff0000!important;
}
.about-btn:hover .about-btn-ico {
    background:#ff0000;
    color:#dadbdc;
}
.home-d-g-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-d-g-left {
    width:calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    flex-direction: column;
}
.home-d-g-left a {
    width:100%;
    display: flex;
    align-items: center;
    background:#fff;
    position: relative;
    padding:25px 60px 25px 25px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
    height: 160px;
    max-width: 700px;
}
.home-d-g-left a .d-g-img-1 {
    width:30%;
    padding-right:15px!important;
    border-right:1px solid #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-d-g-left a .d-g-img-1 img {
    box-sizing: border-box;
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    max-height: 65px;
    max-width: 100px !important; 
    height: 100%;
}
.home-d-g-left a .d-g-img-2 {
    width:70%;
    padding-left:15px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-d-g-left a .d-g-img-2  img{
    box-sizing: border-box;
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    max-height: 40px;
    height: 100%;
}
.home-d-g-left a .d-g-ico {
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    width:45px;
    font-size:35px;
    color:#fff!important;
    padding:10px;
    box-sizing: border-box;
    background:#ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: 0.2s ease-in;
}
.home-d-g-left a:hover {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.4);
    background:#E5E5E5;
}
.home-d-g-left a:hover .d-g-ico {
    background:#000;
}

.home-d-g-right {
    width:calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    flex-direction: column;
    padding:10% 5%;
    box-sizing: border-box;
    justify-content: center;
}
.home-d-g-right h2 {
    text-align: center;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-size: 60px;
    margin:0;
}

.widget_sandhills_featured_inventory #controls {
    display: none;
}
.widget_sandhills_featured_inventory .card {
    border:0px;
}
.widget_sandhills_featured_inventory .card-body {
     background:#fff;   
}
.widget_sandhills_featured_inventory .card-body .col-padding {
    text-align: center;
    
}
.widget_sandhills_featured_inventory .card-body .col-padding .listing-title {
    font-size: 30px;
    color:#000;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    white-space: normal!important;
}
.widget_sandhills_featured_inventory .card-body .col-padding .small_spec {
    font-size: 18px;
    color:#000;
}

.widget_sandhills_featured_inventory .inv_car_ind {
	display: none;
}

.widget_sandhills_featured_inventory .card-body .col-padding .carousel_details_btn {
    background:#ff0000;
	color:#fff;
    gap:0 20px;
	padding:15px;
    box-sizing: border-box;
	text-align:center;
	min-width: 150px;
	margin:10px 0;
    font-size: 20px;
    position: relative;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 600;
    border:0px;
    outline:none;
    cursor: pointer;
    transition: .2s ease-in;
    box-shadow: 0px!important;
}
.widget_sandhills_featured_inventory .card-body .col-padding .carousel_details_btn:hover {
   background:#b51b0d!important; 
}

.location-ctp .container-fluid {
    display: flex;
    flex-wrap: wrap;
}

.head-nav-1 {
    width: 100%;
	padding:0!important;
	position: sticky;
	top: 0;
	z-index: 600;
}

.container-fluid {
	height: 100%;
	overflow: unset;
}

.location-ctp-cont-1 {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 630px;
	margin: 0px auto;
	display: flex;
}
.location-ctp-cont-1 img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
	min-height: 225px;
}
.location-ctp-info {
    padding:15px;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:5px;
    background:#dadbdc;
}
.location-ctp-info h3 {
    font-size:30px;
    font-weight: 800;
    color:#000;
    font-family: sweet-sans-pro, sans-serif; 
    text-align: left;
}
.location-ctp-info a {
    font-size:20px;
    font-weight: 400;
    color:#000;
    font-family: sweet-sans-pro, sans-serif; 
    transition: 0.2s ease-in;
    text-align: left;
}
.location-ctp-info a:hover {
    color:#555759;
}
.location-ctp-info a.orange-link {
    color:#ff0000; 
}
.location-ctp-info a.orange-link:hover {
    color:#b51b0d; 
}
.loc-page-wrap {
    display: flex;
    gap:20px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loc-pg-img {
    width:calc(50% - 10px);
    
}
.loc-pg-img img {
    box-sizing: border-box;
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    min-height: 300px;
    height: 100%;
    width:100%;
}
.loc-pg-contact {
    width:calc(50% - 10px);
    padding:40px 20px;
    box-sizing: border-box;
    background: #ff0000;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loc-pg-contact > div {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    gap:20px;
}
.loc-pg-contact a {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-size: 30px;
    color:#fff;
    transition: 0.2s ease-in;
    text-align: left;
}
.loc-pg-contact a p {
    font-size: 30px;
}
.loc-pg-hours {
    width:calc(50% - 10px);
    box-sizing: border-box;
    padding:40px 20px 60px 20px;
    background: #dadbdc;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loc-pg-map {
    width:calc(50% - 10px);
}
.loc-pg-map iframe {
    width:100%;
    height: 100%;
    min-height: 350px;
}

.form-cont-1 {
    
}
.form-cont-1 form {
    width:100%;
    max-width: 1450px;
    float: none!important;
	margin: 0 auto;
	padding:10px 20px!important;
	box-sizing: border-box;
}
.form-cont-1 form h2 {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 400;
}
.form-cont-1 form .butn-orange-1 {
    font-size:25px;
    justify-content: center;
}

/*===================== 
	blog styles 
=======================*/

.blog-post-arc-wrap-1 .item {
	padding:10px!important;
	box-sizing: border-box;
}


.blog-post-arc-wrap-1 .item > div {
	height: 100%;
}
.blog-post-cont-1 {
	background:#dadbdc;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom:20px;
	height: 100%;
}
.blog-post-img {
	width:100%;
	height: 250px;
}
.blog-post-img img {
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.blog-post-cont-1 h2 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	font-family: sweet-sans-pro, sans-serif;
	margin: 0px;
	padding:20px 20px 20px 10px;
}
.blog-post-desc {
	padding:20px;
	font-size: 16px;
	color:#000;
	text-align: left;
}
.blog-post-desc .orange-link  {
	font-size: 20px;
	margin-top:10px;
	display: inline-block;
}
.blog-single-post {
	
}
.blog-single-post .container-2 {
	background: #dadbdc;
}
.blog-single-head {
	
}
.blog-single-head h1 {
	font-family: "bebas-neue-by-fontfabric", sans-serif;
	font-size: 60px;
	font-weight: 700;
	color:#000;
}
.blog-single-date-author {
	font-size: 20px;
	font-weight: 700;
	font-family: sweet-sans-pro, sans-serif;
	margin-bottom:10px;
}
.blog-single-date-author .published {
	color:#000;
}
.blog-single-date-author .updated {
	display: none;
}

.blog-single-post-cont-1.container-1 {
	padding:60px 0!important;
}
.single-post-short-info {
	
}
.single-post-featrued-img img {
	width:auto;
	max-width: 100%;
	height: auto;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
	display: block;
}
.single-post-long-info {
	padding:40px 0 10px 0;
}
.blog-single-post-cont-1 .orange-link {
	font-size: 20px;
	  display: inline-block;
	
}

/*===================== 
	Inventory styles 
=======================*/


.scrollToTop a {
	color:#fff!important;
}

.list-title-text, .list-content .listing-portion-title, .body-wrapper {
	font-family: sweet-sans-pro, sans-serif!important;
}

/*----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:#ff0000 !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:#ff0000!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #ff0000!important;
    border: 1px solid #ff0000!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #ff0000!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #ff0000!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #ff0000!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: #ff0000 !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:#ff0000 !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:#ff0000 !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:#ff0000 !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:#ff0000!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#ff0000!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#ff0000!important;
}
.detail-content-mobile .share-listing {
	color:#ff0000!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#ff0000!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#ff0000!important;
}
.cs-btns .button {background:#ff0000 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-1 {
    width:100%;
    max-width: 1450px;
    float: none!important;
	margin: 0 auto!important;
	padding:10px 20px!important;
	box-sizing: border-box;
	}
.container-2 {
    width:95%;
    float: none!important;
	margin: 0 auto!important;
	padding:10px 0;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 100%;
	margin: 0 auto!important;
	padding:50px 20px;
	box-sizing: border-box;
	}

.wrap-left {
    padding: 30px 10px 30px 2.5% !important;
    box-sizing: border-box;
}
.wrap-right {
    padding: 30px 2.5% 30px 10px !important;
}
.wrap-full {
    margin:20px auto 0 auto;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.wrap-cont-left-right-1 > .row {
	gap:20px 0;
}

.cont-left-1 {
	width: calc(100% - 10px);
	margin: 0px 10px 0px 0px;
	padding: 10% 4%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.cont-right-1 {
	width: calc(100% - 10px);
	margin: 0px 0 0px 10px;
	padding: 10% 4%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.cont-left-center-1 {
	width: calc(100% - 10px);
	margin: 0px 10px 0px 0px;
	padding: 10% 4%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cont-right-center-1 {
	width: calc(100% - 10px);
	margin: 0px 0 0px 10px;
	padding: 10% 4%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: 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-cont-1 {
    border-top:10px solid #ff0000;
    display: flex;
    width:100%;
}
.foot-nav {
    width: 70%;
    box-sizing: border-box;
    background: #555759;
    padding: 50px 2.5% 30px 2.5%;
    display: flex;
    align-items: center;
}
.foot-nav > .widget-area {
	width:100%;
}
.foot-nav-cont {
    padding-bottom:20px;

}
.foot-nav-cont.col-1 {
    display: flex;    
    flex-wrap: wrap;
    gap: 0px calc(20px + 5vw);
    width: unset!important;
}
.foot-nav-cont h5 {
    font-family: bebas-neue-by-fontfabric, sans-serif; 
    font-size:35px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding-bottom:30px;
    margin:0;
    color:#dadbdc;
}
.foot-nav-cont h5 span {
    font-weight: 700;
}
.foot-nav-cont ul {
    padding:0;
    margin: 0;
    list-style: none;
}
.foot-nav-cont ul li {
    padding:0;
    margin: 0;
}
.foot-nav-cont ul li a {
    font-family: sweet-sans-pro, sans-serif; 
    padding:0;
    margin: 0;
    font-size:18px;
    font-weight:600;
    line-height:2;
    color:#fff;
    transition: .2s ease-in;
}
.foot-nav-cont ul li a:hover {
    color:#ff0000;
}


.foot-logo {
    width:30%;
    box-sizing: border-box;
    background:#dadbdc;
    padding:50px 2.5%;
}
.foot-logo-cont-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:25px;
    padding-bottom:30px;
}
.foot-logo-cont-1 {
    width:100%;
    padding-bottom:20px;
    border-bottom:1px solid #000;
}
.foot-logo-cont-1 img, .foot-logo-cont-2 img {
    margin:0 auto;
}
.foot-logo-cont-2 {
	padding:20px 0;
    width:100%;
}

.foot-social {
    padding:0 0 25px 0;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    list-style: none
}
.foot-social li {
    padding:0;
    margin:0;
}
.foot-social li a {
    padding:0;
    margin:0;
}
.foot-social li a {
    font-size:24px;
    color:#000;
    transition: .2s ease-in;
}
.foot-social li a:hover {
    color:#ff0000;
}
.foot-copy-cont-1 p {
    font-size: 12px;
    text-align: center;
}
.copyfiller {
    display: none;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
    .header-search-1 {
        padding:20px;
    }
    .head-top-1, .container-1, .container-2 {
        width: 100%;
        padding:10px 20px!important;
    }
    .hero-left-wrap {
        padding: 20px 10px 20px 20px!important;
    }
    .hero-right-wrap {
        padding: 20px 20px 20px 10px!important;
    }
    
}
@media screen and (max-width: 1160px) {
    .head-social li a, .loc-header > li > a, .home-search-btn {
        font-size: 22px;
    }
    .butn-orange-1 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .loc-header {
        display: none;
    }  
    .hero-left-wrap {
        width:100%;
        padding: 20px!important;
        box-sizing: border-box;
        max-height: 400px;
        min-height: 250px;
        height: 65vw;
    }
    .hero-right-wrap {
        width:100%;
        padding: 0px 20px 20px 20px !important;
        max-height: 100%;
        min-height: 100%;
        height: 100%;
    }
    .wrap-left, .wrap-right {
        width:100%;
        padding:20px !important;
    }
    .hero-link-1 {
        padding: 20px!important;
    }
    .hero-link-2 {
        max-height: 300px;
        min-height: 200px;
        height: 40vw;
        padding: 20px!important;
    }
    .hero-link-1 h1, .hero-link-2 h2  {
        font-size: calc(16px + 5vw);
        margin:0;
        position: relative;
    }
    .hero-arrow {
        bottom: 1.5vw;
    }
    .hero-link-1 .hero-arrow, .hero-link-2 .hero-arrow  {
        font-size: calc(1px + 3vw);
        padding: 8px 3vw 8px 1.5vw;
    }
    .home-search {
       flex-wrap: wrap;
    }
    .home-search p {
        width:100%;
        font-size:49px;
        text-align: center
    }
    .home-search form {
        width: 100%;
    }
    .home-search form input, .home-search-select-cont-1 {
        width: 100%;
        font-size: 18px;
    }
	.home-search-select-cont-1  select {
		font-size: 18px!important;
	}
    .home-search form button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        padding: 10px;
        gap:0 5px;
    }
    .home-search form button span {
        display: block;
    }
    .home-about-cont {
        flex-wrap: wrap;
    }
    .home-about-img-mobile {
        display:block;
        width:100%;
    }
    .home-about-img-mobile img {
        display:block;
        width: 100%!important;
        max-width: 100%!important;
        height: auto;
    }
    .home-about-left {
        width:100%; 
        flex: auto;
        padding:40px 20px;
    }
    .home-about-right {
        width:100%;
        flex: auto;
    }
    .home-about-img-1 {
        display: none;
    }
    .home-d-g-left a {
        margin:0 auto;
    }
    .home-d-g-left {
        width:100%;
        order:2;
    }
    .home-d-g-right {
        width:100%;
        order:1;
    }
    .top-on-mobile {
        order:1;
    }
    .bottom-on-mobile {
        order:2;
    }
	.cont-left-1, .cont-right-1, .cont-left-center-1, .cont-right-center-1 {
		padding: 40px 20px;
		width: 100%;
		margin:0;
	}
	.loc-pg-contact {
		width:100%;
		order:1;
	}
	.loc-pg-img {
		width:100%;
		order:2;
	}
	.loc-pg-hours {
		width:100%;
		order:3;
	}
	.loc-pg-map {
		width:100%;
		order:4;
	}
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.cta-cont-brand {
		height: auto;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .head-info-1 {
        display: none;
    }
    .head-logo-1 {
        margin: 0 auto;
    }
    .header-mobile-search-1 {
      display: block;  
    }
    .foot-nav {
        display: none;
    }
    .foot-logo {
        width:100%;
        padding:0;
    }
    .foot-logo-cont-flex {
        padding:50px 20px 0 20px;
    }
    .foot-social {
        padding:25px 20px 50px 20px;
    }
    .foot-copy-cont-1 {
        width:100%;
        padding:20px!important;
        box-sizing: border-box;
        background-color:#555759!important;
    }
    .foot-copy-cont-1 p {
        color:#fff;
    }
    .home-search p {
        font-size:22px;
    }
    .cta-cont-1 {
        background-position: top center;
    }
    .cta-overlay-1 {
        height: 375px;
    }
    .cta-overlay-1 h2 {
        padding-bottom:15px;
    }
    .cta-cont-1 {
      margin: 0px 15% 60px 15%;
    }
}
@media only screen and (max-width : 600px) {
    .cta-cont-1 {
      margin: 0px 0px 60px 0px;
    }
    .home-d-g-right h2, .home-about-left h2, .section-title {
        font-size: 35px;
    }
	.cta-cont-brand a {
		width:100%;
	}

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .about-btn {
        width: 100%;   
    }
    .location-ctp-info h3 {
        font-size: 25px;
    }
    .location-ctp-info a {
        font-size: 18px;
    }
    .location-ctp-cont-1 img {
        display: none;
    }
}

