/*
Theme Name: www.burcosales.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 {
	font-family: 'Roboto', sans-serif;
	height:100%;
	width:100%;
	background-color: #333;
    background: url(/wp-content/uploads/2021/09/low_contrast_linen.png) repeat;
    background-size: contain;
}
.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;
}
#menu-secondary {
	flex-direction: row;
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/


/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 30px;
		color:#f9d659;
		font-weight:700;
		padding:1% 0 1% 0;
	}
	h3 {
		font-size:21px;
		color:#f9d659;
		font-weight:700;
		padding:1% 0 1% 0;
	}

p {
	margin: 0;
	padding:0;
	color:#fff;
	font-size:16px;
	line-height: 25px;
	}

b, strong {
    font-weight: bold;
	}

a, a:link, a:visited, a:active {
    outline: 0;
    color: #f9d659;
    text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
P img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/



.header {
    margin: 0;
    width: 100%;
    background: url(/wp-content/uploads/2021/09/nav_bg.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.75);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
}

.head-logo-1 img {
    position: absolute;
    z-index: 900;
    width: 20%;
    margin: 0 0 0 5%;
    box-shadow: 5px 5px 7px rgba(0,0,0,.70);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}


/*--------------------------------------------------------------
## Facebook Slide out
--------------------------------------------------------------*/

.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}

#facebook {
     top: 220px; 
    height: auto;
    z-index: 999;
	left: -340px;
}

#facebookTab {
	top:-4px;
    display: block;
	height: 150px;
	width: 55px; 
	background:url(/wp-content/uploads/2021/09/facebook.png);
    position: absolute;
    left: 340px;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.subcat-btn-1 {
	width:30%;
	color: #000!important;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
}
.subcat-btn-1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	padding:0 0 10px 0;
}
.subcat-btn-1:hover {
	opacity:0.7;	
}

.slider-1-2-right {
	display: flex;
	justify-content: flex-start;
	
}
.slider-1-2-right .n2-section-smartslider  {
	max-width: 550px;
	box-sizing: border-box;
	float: none;
	padding: 0 10px 4% 5px;
}
.carousel-indicators, #carousel-2-indicator-controls {
	display: none;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

[id*="widget_sandhills_contact_form"] {
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}

[id*="widget_sandhills_contact_form"] .contactForm {
	max-width: 550px;
	box-sizing: border-box;
	float: none;	
	margin:0;
	padding: 0px 5px 4% 10px!important;

}
.contactFormLabel {
	color:#fff;
}
.form-control-feedback, .control-label {
	color:#fff;
}
.inline-recaptcha-fields {
	display: block;
}

.contactForm .btn-success, .btn-success:focus {
    background-color: #FF0004;
    border-color: #FF0004 !important;
    color: #fff;
}
.contactForm .btn-success:hover {
    background-color: #fff!important;
    border-color: #fff !important;
    color: #FF0004!important;
}

/*===================== 
	Inventory styles 
=======================*/

.scrollToTop a {
	color:#fff!important;
}
.body-content a, .body-content p{color:#000;}
.body-content h3.dealer-name{color:#000;}
.detail-content,.detail-content-mobile,.compare-listings-container{background:#fff;}
.sort-by-dropdown-container span{color:#fff;}


/*----View Details Button----*/
.view-listing-details-link {background:#f9d659 !important; color: #000 !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.list-container-flexrow .price-container .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content{background:#fff;}
.faceted-search-content .selected-facets-container .selected-facet{background: #f9d659 !important; color:#000 !important;}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#f9d659 !important; color:#000 !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red!important;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{padding: 10px !important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

/*----Specs----*/
.detail-content .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;
}

.contact-options a {background:#000 !important; color:#fff !important;}

/* ---- Parts ----- */
.parts-list-content{background:#fff;}
.parts-listing-container .parts-button{background: #f9d659 !important; color:#000 !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#fff !important;}

.list-redesign .list-container-flexrow {
	    background: #fff;
}

.detail-wrapper {
	    background: #fff!important;
        padding: 30px!important;
}

.legal-text-container > .disclaimer, .legal-text-container > .disclaimer > span > a {
	color: #fff!important;
}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#f9d659 !important; color:#000 !important;
}


/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/

.brand-wrap .sidebarColumn {
    background: url(/wp-content/uploads/2021/09/logobg.jpg) no-repeat;
    background-size: cover;
	width:100%;
	padding:3% 0;
}
.brand-wrap .brand-cont-1 .sh-col-sm-12 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.brand-cont-1 a {
	padding:10px;
}
.brand-cont-1 a img {
	max-width: 100%;
	height: auto;
	display: block;
}
.footer-1 {
	padding: 1% 2% 1% 0;
	margin: 0;
    width: 100%;
    background: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.divfooter {
	width: 35%;
	margin: 0;
	padding: 1% 0 1% 2%;
	display: block;
}
.footertext {
    font-size: 11px;
    color: #fff;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}
.smallfootertext {
    font-size: 11px;
    color: #fff;
}
.foot-nav-1 {
	width:100%;
}

.foot-info-1 {
	padding:20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.foot-phone {
	padding: 0 12px 0 12px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}
.foot-phone a {
	color: #fff;
}
.foot-soc {
	padding: 0 12px 0 12px;
	color: #fff!important;
	font-size: 30px;
}
.foot-info-1 a:hover {
	color: #f9d659!important;	
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.container-1 {
	max-width: 1100px;
	margin: 0 auto!important;
	padding: 3% 10px 4% 10px;
	box-sizing: border-box;
	float: none;
}
.container-top {
	max-width: 1100px;
	margin: 0 auto!important;
	padding: 4% 10px 0 10px;
	box-sizing: border-box;
	float: none;
}
.container-inv {
	margin: 0 auto!important;
	padding: 4% 10px 4% 10px;
	box-sizing: border-box;
	float: none;
	background: #333333;
}

.pad-top {
	padding:40px 0 0 0;
}

.column-1-2-left {
	display: flex;
	justify-content: flex-end;
}
.column-1-2-right {
	display: flex;
	justify-content: flex-start;
}
.column-1-2-left div {
	max-width: 550px;
	padding: 0 5px 4% 10px;
	box-sizing: border-box;
	float: none;
}
.column-1-2-right div {
	max-width: 550px;
	padding: 0 10px 4% 5px;
	box-sizing: border-box;
	float: none;
}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	#facebook {
		display: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.foot-cont-1 {
		width: 100%;
		padding:20px 0;
	}
	.foot-info-1 {
		justify-content: center;
	}
	.divfooter {
		width:100%;
		text-align: center;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.subcat-btn-1 {
		width:90%;
		margin:20px auto;
	}
	.column-1-2-left div, .column-1-2-right div {
		max-width: 100%;
		padding: 3% 1% 4% 1%;
	}
	#widget_sandhills_smartslider_4 {
		padding: 0 1% 4% 1%;
	}
	#widget_sandhills_smartslider_4 .n2-section-smartslider {
		max-width: 100%;
		width:100%;
	}
	[id*="widget_sandhills_contact_form"] .contactForm  {
		max-width: 90%;
		width:90%;
		padding: 0 1% 4% 1%;
		margin:0 auto;
		
	}
}
/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 560px) {
	.head-logo-1 img{
		width: 35%;
	}

}


@media only screen and (max-width : 480px) {

}

