/*
Theme Name: www.quincytractorllc.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%;
}
a {
	transition: all .2s ease-in-out;
}
.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;
}

div[class*="prevButton-container"]{display: none !important;}
div[class*="nextButton-container"]{display: none !important;}

/*--------------------------------------------------------------
## 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;
}

/* CUSTOM CSS */


.pad-sides{
	padding-left: 3vw !important;
	padding-right: 3vw !important;
}
.pad-sides-extra{
	padding-left: 6vw !important;
	padding-right: 6vw !important;
}
.pad-top{
	padding-top: 4vw !important;
}
.pad-bottom{
	padding-bottom: 4vw !important;
}

.q-header{
	display: flex;
	flex-wrap: wrap;
	background: #000000;
	color: #ffffff;
	font-family: "elza", sans-serif;
	align-items: center;
}
.q-right-link, .q-left-link{
	width: 300px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}
.q-left-link a{
	font-weight: 700;
	color: #ffffff;
}
.q-left-link a i{
	margin-right: 10px;
}
.q-toplogos{
    width: unset;
    flex-grow: 1;
	
	line-height: 60px;
	border-right: solid 1px #616161;
	border-left: solid 1px #616161;
	margin: 6px 0;
}
.q-nav-container{
	background: #fff;
	width: 100%;
}
.shwidget{
	font-family: "elza", sans-serif;
}

.btn-container{
	display: flex;
	width: 100%;
}
.btn-container a{
	flex: 1;
}

.page-dark{
	color: #fff;
	background: #000;
}
.blue{
	color: #000 !important;
}
.btn-blue{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-family: "elza", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 18px;
	border: solid 1px #000000;outline: none !Important;
	transition: ease all 0.2s;
	color: #fff;
	cursor: pointer;
	background-color: #000000;
}
.btn-blue:hover{
	color: #000000 !important;
	background-color: #fff;border-color: #ccc;
}

.btn-arrow:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	margin-left: 10px;
	
}
.btn-primary, .btn-success{transition: ease all 0.2s;
	display: inline-block !important;
	align-items: center !important;
	position: relative !important;
	font-family: "elza", sans-serif !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	font-weight: 900 !important;
	
	cursor: pointer;
	color: #fff !important;
	background-color: #c11020 !important;
	border: none !important;
	outline: none !important;
	padding: 18px 26px !important;
}
.btn-primary:hover, .btn-success:hover{
	color: #c11020 !important;
	background-color: #fff !important;
}
.btn-yellow{transition: ease all 0.2s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-family: "elza", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 18px;
	cursor: pointer;
	color: #fff;
	background-color: #c11020;outline: none !Important; border: none !Important;
}
.btn-yellow:hover{
	color: #c11020 !important;
	background-color: #fff !important;
}
.btn-black{transition: ease all 0.2s;
	position: relative;
	font-family: "elza", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 24px;
	padding: 14px;
	display: inline-block;outline: none !Important; border: none !Important;
	
	cursor: pointer;
	color: #fff;
	background-color: #000;
}


.btn-blue-block{
	position: relative;
	font-family: "elza", sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
	color: #fff;
	background-color: #000;
	width: 100px;
	line-height: 100px;
}

.heading-lg{
	font-family: "elza", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 14px;
	display: inline-block;
}
.heading-md{
	font-family: "elza", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 14px;
	display: inline-block;
}
.heading-sm{
	font-family: "elza", sans-serif;
	font-weight: 300;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	display: inline-block;
}
.shwidget p{
	font-family: "elza", sans-serif;
	font-weight: 300;
	line-height: 28px;
	font-size: 18px;
	letter-spacing: 0.05em;
}

.searchbar{display: none; position: relative; background: #fff; width: 100%; z-index: 9999;}
.searchbar form{display: flex; align-items: center; flex-wrap: wrap; position: relative; max-width: calc(100% - 6vw); margin: auto;}
.searchbar form:before{position: absolute; font-family: "Font Awesome 5 Free"; content: "\f002"; right: 20px; font-size: 24px; font-weight: 900; color: #aaa;}
.searchbar input[type="text"]{width: 100%; background: #fff; border: 0; outline: none; padding: 20px; font-family: "elza", sans-serif; font-size: 24px; color: #666;}
.searchbar input[type="submit"]{position: absolute; top: 0; right: 0; width: 79px; height: 79px; opacity: 0; cursor: pointer;}

.searchbar ::-webkit-input-placeholder{color: #aaa;}
.searchbar :-moz-placeholder{color: #aaa;}
.searchbar ::-moz-placeholder{color: #aaa;}
.searchbar :-ms-input-placeholder{color: #aaa;}

/* HERO */

.sidebarColumn .widget_sandhills_custom_slider .row > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(255, 255, 255, 0.75);height: inherit;
	max-width: 40%;
	min-width: 435px;
	padding: 3vw !important;
}
.sidebarColumn .widget_sandhills_custom_slider .row{
	height: inherit;
}
.sidebarColumn .widget_sandhills_custom_slider .slide-heading{
	font-size: 14px;
	font-family: "elza", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
	color: #000;
}
.sidebarColumn .widget_sandhills_custom_slider .slide-heading strong{
	display: block;
	margin-top: 20px;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: normal;
}

.home-links{
	background: #f8f8f8;
	box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
}
.home-links a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	width: 100%;
	padding: 35px 15px 30px;
	border-right: 1px #d8d8d8 solid;
	font-size: 16px;
	font-family: "elza", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #262626;
}
.home-links a:hover{
	opacity: .75;
}

.location-banner{
	background: #f8f8f8;
	padding: 3vw !important;
	line-height: 1;
}
.location-banner a{
	display: block;
	margin-top: 15px;
	font-size: 48px;
	font-family: "elza", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #262626;
}
.location-banner .icon-btns a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	background: #c11020;
	margin: 0 0 0 auto;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	content: "\f061";
}
.location-banner .icon-btns a:hover{
	background: #000;
	color: #fff;
}

/* FEATURED INVENTORY */

.featured-section{
	padding: 5vw 3vw 1vw !important;
}

.inv_car_title{
	font-size: 48px;
	font-family: "elza", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
    text-align: center !important;
    margin-bottom: 25px !important;
	color: #000 !important;
}
.inv_car_title + hr{
	display: none !important;
}

.carousel_details_btn{
	display: flex;
	align-items: center;
	width: 100%;
	text-transform: unset !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	
	font-size: 14px;
	font-family: "elza", sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	background: none !important;
	letter-spacing: 4px !important;
	color: #262626 !important;
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: left;
	box-shadow: none !important;
    width: 100%;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 20px !important;
	transition: ease all 0.2s;
}
.carousel_details_btn:after{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #c11020;
	color: #fff;
	margin-left: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
}

.widget_sandhills_featured_inventory .car_col{
	padding: 10px !important;
}
.widget_sandhills_featured_inventory .carousel{
	margin: -25px !important;
}
.widget_sandhills_featured_inventory #controls {
	display: none;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: unset !important;
    top: -110px !important;
    margin-top: 120px !important;
}
.widget_sandhills_featured_inventory .card-body{
	padding: 10px 0 0 !important;
}
.widget_sandhills_featured_inventory .card-body p {
    line-height: 1 !important;
}

.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {

	width: 48px !important;
    display: flex !important;
    justify-content: center;
	align-items: center;
    top: -75px !important;
    bottom: unset !important;
	margin-right: 5px !important;
    height: 48px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	
	border-radius: 100% !important;
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #000 !important;
    right: 0 !important;
	color: #fff !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: none !important;
	border: solid 1px #cfcfcf !important;
	box-sizing: border-box !important;
    left: calc(100% - 110px) !important;
	color: #000 !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-left:before {

	content: "\f104" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-right:before {
	content: "\f105" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.widget_sandhills_featured_inventory .small_spec {
	font-family: "elza", sans-serif;
	font-size: 22px;
	letter-spacing: normal;
	font-weight: 300;
	margin: -25px 0 0 0 !important;
	padding: 0 20px !important;
	color: #262626;
	display: inline-block;
}
.widget_sandhills_featured_inventory .small_spec strong, .widget_sandhills_featured_inventory .sh-carousel-indicators {
    display: none !important;
}
.widget_sandhills_featured_inventory .listing-title {
	position: relative;
	top: 15px;
	padding: 0 20px !important;
	font-family: "elza", sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: normal !important;
	color: #262626;
	font-weight: 700 !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 0 !important;
}
.widget_sandhills_featured_inventory .inv_image {
	width: 200% !important;
	height: auto !important;
}
.widget_sandhills_featured_inventory .outer-img-box {
	padding: 0 !important;
}

.widget_sandhills_featured_inventory .card {
	box-shadow: none !important;
    border: none !important;
	background: #f8f8f8 !important;
	margin: 0 !important;
}
.widget_sandhills_featured_inventory .card a:hover{
	opacity: .75;
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;
    height: 250px;
}
.inv_car_item img.inv_image {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;
	margin-left: 0 !important;
}

/* FOOTER */

.q-footer{
	background: #000000;
	color: #fff;
}
.q-bottom-footer{
	background: #191919;
	color: #a8a8a8 !important;
}


.q-footer .post-container-locations{
	display: flex;
	flex-wrap: wrap;
}
.q-footer .column-padding-locations{
	width: 33.3333%;
	padding: 15px 15px 15px 0 !important;
}

.footer-location{
	text-align: left;
}
.footer-location a{
	cursor: pointer;
}
.footer-location a:hover{
	opacity: .75;
}
.footer-location .location-name{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.footer-location .location-name:after{
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;
	content: "\f35d";
	margin-left: 15px;
	color: #f01e32;
}
.footer-location .location-address p{
	display: block;
	margin: 5px 0 10px;
	font-size: 16px;
	line-height: 1.5;
}
.footer-location .location-links{
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-location .location-links a{
	font-size: 16px;
	color: #f01e32;
}

.stacked-location{
	text-align: left !important;
	font-family: "elza", sans-serif !important;
	background: #000;
}
.column-padding-locations:nth-of-type(even) .stacked-location{
	background: #262626 !important;
	
}
.stacked-location a{
	color: #fff !important;
}
.stacked-location i{
    color: #f01e32 !important;
}

/* INVENTORY */

#inv{padding: 60px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: "elza", sans-serif;} /* Reset font, ignore icons */


.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button, .faceted-show-all-btn {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	text-transform: uppercase!important;
	font-family: "elza", sans-serif !important;
	font-weight: 900 !important;
	color: #262626 !important;
}


.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    left: 6px !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#262626 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facets-container .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-error-container .info > div:first-of-type button {background:#c62635 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{transition: ease all 0.2s !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .calculator-btn {background: #c62635 !important; transition: ease all 0.2s !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #c62635 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #262626 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #262626 !important;}
.list-main-section .contact-options a {transition: ease all 0.2s !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #262626!important; color: #262626!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #c62635!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}




/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {	
	.searchbar form:before{font-size: 16px;}
	.searchbar input[type="text"]{padding: 15px 20px; font-size: 16px;}
	.searchbar input[type="submit"]{position: absolute; top: 0; right: 0; width: 54px; height: 54px; opacity: 0; cursor: pointer;}	
	
	.sidebarColumn .widget_sandhills_custom_slider div[id="Slide1-0"]{
		height: 500px;
	}
	
.q-footer .column-padding-locations{
	width: 50%;
}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.q-left-link{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		width: 100%;
		max-width: unset;
		background: #262626;
		
    flex-grow: 1;
    padding: 0 10px;
		
		order: 2;
	}
	.q-right-link{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		width: calc(100% - 180px);
		max-width: unset;
		background: #000;
		flex-grow: 1;
		order: 3;
	}
	.q-toplogos{
		border-left: none !important;
		border-right: none !important;
		order: 1;
		width: 100%;
		max-width: 100%;
	}
	.q-toplogos a img{
		max-width: 100%;
	}
	.q-toplogos a{
		width: calc(20% - 10px);
		box-sizing: border-box;
	}
	.q-nav-container{
		width: unset;
		order: 4;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.sidebarColumn .widget_sandhills_custom_slider div[id="Slide1-0"]{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.sidebarColumn .widget_sandhills_custom_slider .slide-heading strong, .heading-lg{
		font-size: 40px;
	}
	.inv_car_title{
		margin-bottom: 0 !important;
		font-size: 20px;
	}
	
.q-footer .column-padding-locations{
	width: 100%;
	padding: 15px 15px 15px 0 !important;
}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.btn-container{
		flex-wrap: wrap;
	}
	.btn-container a{
		flex: none;
		width: 100%;
	}
	.sidebarColumn .widget_sandhills_custom_slider .slide-heading strong, .heading-lg{
		font-size: 36px;
	}
}

