/*
Theme Name: www.remarketingkubota.ca
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%;
}
.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;
}


.search-toggle.open i:before{
	content: "\f00d";
}
.mv-search{
	display: flex;
	width: 250px;
	position: absolute;
	top: 100px;
	right: 4.16555%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	z-index: 50;
}
.mv-search form{
	margin: 0 !important;
}
.mv-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: 100%;
    height: 48px !important;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    color: #777778;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 10px;
    border: none;
    border-radius: 0;
    padding-left: 10px;
	margin: 0 !important;
	outline: unset !important;
}
.mv-search button{
	font-family: "Inter", sans-serif;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none;
	outline: none;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
}


.cs-wrap{
	padding-left: 8.33333% !important;
	padding-right: 8.33333% !important;
}
.cs-wrap-half{
	padding-left: 4.166666% !important;
	padding-right: 4.166666% !important;
}
.heading-lg{
	font-family: "inter", sans-serif;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}
.heading-md{
	font-family: "inter", sans-serif;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.heading-sm{
	font-family: "inter", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.paragraph, .shwidget p{
	font-family: "inter", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.shwidget{
	font-family: "inter", sans-serif;
}
.shwidget p a{
	color: #dc4405;
}
.shwidget ul a, .shwidget ol a{
	color: #dc4405;
}


.btn-default{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	line-height: 24px;
	font-size: 14px !important;
	font-family: "inter", sans-serif !important;
	font-weight: 700 !important;
	color: #fff;
	background: #e1490a;
	position: relative;
	text-align: center;
	min-width: 180px;
	max-width: 100%;
	transition: 0.3s all ease;
	box-sizing: border-box;
}
.btn-default:hover{
	color: #e1490a;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.btn-arrow{
	display: inline-block;
	padding: 10px 30px 10px 20px;
	border-radius: 10px;
	line-height: 24px;
	font-size: 14px !important;
	font-family: "inter", sans-serif !important;
	font-weight: 700!important;
	color: #fff;
	background: #e1490a;
	position: relative;
	text-align: left;
	min-width: 180px;
	max-width: 100%;
	transition: 0.3s all ease;
	box-sizing: border-box;
}
.btn-arrow:hover{
	color: #e1490a;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.btn-arrow:after{
    content: "\f105";
	
    font-weight: 900;
	font-size: 14px;
    font-family: "Font Awesome 6 Free";

	position: absolute;
	background-repeat: no-repeat;
	height: 18px;
	right: 15px;
	top: 45%;
	transform:translateY(-50%);
}

.eq-box img{
	transition: 0.3s all ease;
	transform: scale(1);
}
.eq-box:hover img{
	transform: scale(1.1);
}

.eq-box:hover .btn-arrow{
	
	color: #e1490a;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	
}
.eq-box .btn-arrow{
	flex-shrink: 0; 
	
}

/* CUSTOM */

.extend-down{
	margin-down: -100px !important;
}

.overflow-override .slick-track, .overflow-override .slick-list{
	overflow: unset !important;
}	
.overflow-override > div[id^="customSliderSlickSlider"]{
	overflow: hidden !important;
padding-bottom: 150px !important;
margin-bottom: -50px !important;
}

@media only screen and (max-width: 1700px) and (min-width: 992px){
	.overflow-override > div[id^="customSliderSlickSlider"] .row > div{
		position: relative;
	}
	.overflow-override > div[id^="customSliderSlickSlider"] .row > div img{
		position: absolute;
		right: 0;
		left: 50%;
		transform: translate(-50%, 70px) !important;
		bottom: -25px;
		max-width: unset !important;
   		width: 125% !important;
	}
}
/*==========  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 : 575px) {

}

