/*
Theme Name: www.bobcatofchadron.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 {
	width:100%;
}
a {
	color: #FF3600;
}
.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;
}

/*=== START CUSTOM GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.vertical-reverse{flex-direction:column-reverse;}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.left-icon{margin-right:10px}.right-icon{margin-left:10px}.clickable{cursor:pointer}.mobile-only{display:none!important}.max-width{max-width: 1920px;width: 90%;margin: 0 auto;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 48px;
	line-height: 1.3;
}
h2 {
	font-size: 40px;
	line-height: 1.4;
}
h3 {
	font-size: 36px;
	line-height: 1.5;
}
h4 {
	font-size: 32px;
	line-height: 1.6;
}
h5 {
	font-size: 28px;
	line-height: 1.7;
}
h6 {
	font-size: 24px;
	line-height: 1.8;
}
p {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings: "wdth" 100; 
	font-size: 18px;
	line-height: 1.7;
}

#page {
	background-color: #fff!important;
}

/*=== BUTTONS ===*/
.custom-text-button {
	color: #FF3600;
	font-size: 1em;
	line-height: 1.7;
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    border-bottom: 1px solid transparent;
	border-left: unset;
    border-top: unset;
    border-right: unset;
    background: unset;
	font-weight: 800;
}
.custom-text-button:hover {
	transition: all ease 0.3s;
    border-bottom: 1px solid #FF3600;
}
.custom-outline-button {
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 6px;
	padding: 0 15px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
}
.custom-outline-button:hover {
	background-color: #ffffff;
	color: #000000;
}
.custom-black-outline-button {
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 6px;
	padding: 0 15px;
    color: #000000;
    display: inline-block;
    font-size: 25px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
}
.custom-black-outline-button:hover {
	background-color: #000000;
	color: #ffffff;
}
.custom-outline-button i.fa-plus {
	font-size: 16px;
    line-height: 26px;
    vertical-align: text-top;
}
.custom-white-button {
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ffffff;
    border-radius: 8px;
    color: #000000;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
    width: 100%;
}
.custom-white-button:hover {
	background-color: #FF3600;
    color: #ffffff;
}

/*=== HEADER ===*/
#header {background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding: 0 0 10px 0;} 
.logo-container{align-content: center;}

/*=== FOOTER ===*/
.footerbg {border-top: 1px solid #f3f3f3;}

/*=== TESTIMONIALS ===*/
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.testimonial-title {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.8;
}

/*=== Inventory ===*/
.list-content .list-main-section {
	background-color: #ffffff!important;
}
/* primary button styles */
.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .detail__cta-buttons button, .email-seller, .faceted-search-content .faceted-section-box .faceted-search,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {
	background-color: #FF3600!important;
	color: #ffffff!important;
	border-radius: 0px!important;
	border: 1px solid #FF3600!important;
	transition: .3s all ease;
}
.view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .detail__cta-buttons button:hover, .email-seller, .faceted-search-content .faceted-section-box .faceted-search:hover,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn:hover {
	background-color: #FF3600!important;
	border: 1px solid #FF3600!important;
	color: #ffffff!important;
}
.detail__cta-buttons .finance-link-container .finance-link {
	background-color: #ffffff!important;
	color: #000000!important;
	border-radius: 0px!important;
}
/* secondary button colors */
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text, .media-buttons button, .media-buttons a, .compare-phone-text-container .ts-button, .ts-button.view-details, .list-container-flexrow .contact-options a, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text {
    border: 1px solid #FF3600!important;
	background-color: #FF3600!important;
    color: #ffffff!important;
	transition: .3s all ease;
}
.list-content .list-container .buy-btn:hover, .list-content .list-container .contact-btn:hover, .list-content .list-container .check-availability:hover, .list-content .list-container .email-seller:hover, .list-content .list-container .video-chat:hover, .list-content .list-container .facebook-messenger:hover, .list-content .list-container .whatsapp:hover, .list-content .list-container .text:hover, .media-buttons button:hover, .media-buttons a:hover, .compare-phone-text-container .ts-button:hover, .ts-button.view-details:hover, .list-container-flexrow .contact-options a:hover, .list-container-flexrow .dealer-phone-call:hover, .list-container-flexrow .dealer-phone-text:hover {
	background-color: #FF3600!important;
	border: 1px solid #FF3600!important;
    color: #ffffff!important;
}
/* call for price*/
.list-content .price-container .price {
	color: #FF3600!important;
}
/* shipping and financing buttons */
.list-content .listing-widgets a, .shipping a, .financing a {
	border-radius: 0!important;
}
/* sidebar buttons */
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {
	border-radius: 0!important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label, .show-all-modal .all-options-container .option-container .faceted-option-checkbox-container label {
	gap: 5px!important;
}

/*=== 404-page ===*/
.four-zero-four-page .hero-container {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/themes/www.bobcatofchadron.com/assets/zero-turn-mower.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

