/*
	Theme Name: www.CHANGETHIS.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
*/

/* RESET */

html, body {
	width:100%;
	font-family: "Montserrat", serif;
}
.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;
}
/* HEADER */



/* HOME */



/* BODY */




/*===================== 
	base styles 
=======================*/


body {
	font-family: "Outfit", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	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;
	}
.butn-1 {
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
}
.butn-1:hover {
	background:#fff;
	color:#000;
}
 

/*===================== 
	header styles 
=======================*/

.head-search-1 {
  background: #dadbdc;
  padding:40px 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: none;
}
.head-search-1 form {
    display: flex;
    background:#fff;
    padding:5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.head-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: "Outfit", sans-serif;
    height: auto!important;
    padding:10px!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.head-search-1 form button {
    background: #fff;
    background-color: #fff;
    color:#555759;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.head-search-1 form:hover button {
    color:#d84827;
}
.top-head-cont-1 {
	width:100%;
	background:#fff;
	padding:10px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stickyhead .top-head-cont-1 {
	display: none;	
}
.top-head-cont-1 ul {
	padding:0;
	margin:0;
	display: flex;
	justify-content: flex-end;
	gap:20px;
}
.top-head-cont-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color:#f26522;
}
.top-head-cont-1 ul li a {
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	color:#000!important;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}
.top-head-cont-1 ul li a:hover {
	color:#f26522!important;
}
.stickyhead .top-header {
	display: none;
}
.header {
	background: rgba(255, 255, 255, 0.95);
	position: relative;
	z-index: 200;
	width: 100%;
}
.header.stickyhead {
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	animation: fade-in-top-no-fade .5s ease-in-out both;
	z-index: 200;
	width: 100%;
}
 @keyframes fade-in-top-no-fade {
  0% {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
  }
  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}
.head-cont-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	background:#fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}
.stickyhead .head-cont-1 {
	padding:5px 20px;
}
.head-logo {
	width:100%;
	max-width: 250px;
}

.head-nav {
	display: flex;
	align-items: center;
}
.head-nav-btns {
	display: flex;
	justify-content: flex-end;
	gap:20px;
	width: 100%;
	max-width: 250px;
	
}
.b-auction-btn {
	padding:10px 15px;
	background:#f26522;
	color:#fff!important;
	text-align: center;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}
.b-auction-btn:hover {
	background:#000;	
}
.head-search-toggle {
	padding:10px 15px;
	background:#000;
	color:#fff!important;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s ease-in;
	font-size: 18px;
	cursor: pointer;
	text-decoration: none;
}
.head-search-toggle:hover {
	color:#f26522!important;
}

/*===================== 
	content styles 
=======================*/


.hero-wrap {
    height: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
	z-index: 1;
}
#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100% !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	opacity: 0.7;
}
.hero-overlay {
	position: relative;
	z-index: 2;
	width:100%;
	max-width: 1000px;
	min-height: 500px!important;
	height: 40vw;
	max-height: calc(100vh - 400px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:0 auto;
}
.hero-overlay h1 {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	display: block;
	padding:20px;
	box-sizing: border-box;	
	line-height: 1;
	width: 100%;
	animation: fade-in-bottom 1s ease-in-out both;
}
.hero-overlay h1 span {
	font-size: 30px;
	font-weight: 700;
	display: block;
}
.hero-upcoming-auction {
	background:rgba(0,0,0,0.7);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap; 
	width: 100%;
	animation: fade-in-bottom 2s ease-in-out both;
	padding:40px;
	gap:20px;
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-info-cont-1 {
	width:auto;
	box-sizing: border-box;
}

.hero-info-cont-1 h2 {
	color:#fff;
	font-size:30px;
	font-weight: 700;
}
.auction-alert {
	color:#fff;
	font-size:20px;
}
.hero-btn-cont-1 {
	width:auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.hero-btn-cont-1 a:first-of-type  {
	padding:10px 15px;
	background:#f26522;
	color:#fff!important;
	text-align: center;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}
.hero-btn-cont-1 a:first-of-type:hover {
	background:#000;	
}
.hero-btn-cont-1 a:last-of-type  {
	padding:10px 15px;
	background:#fff;
	color:#f26522!important;
	text-align: center;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}
.hero-btn-cont-1 a:last-of-type:hover {
	background:#000;	
	color:#fff!important;
}

/*===================== 
	slideshow styles 
=======================*/

.location-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.location-slider-1 {
	padding:0 20px!important;
}
.location-slider-1 .container-1 {
	position: relative;
	top: -65px;
}
.highlightSidebars .location-slider-1 .container-1 {
	position: relative;
	bottom: 0;
	margin-top: 0 !important;
}
.location-name {
	border:1px solid #f26522;
	background:#fff;
	box-sizing: border-box;
}
.location-name .slick-track {
	transform: none!important;
	display: flex;
	flex-wrap: wrap;
}
.location-name .slick-track:before, .location-name .slick-track:after {
	display: none!important;
}
.location-name .slick-track .slick-slide, .location-name .slick-track .slick-slide > div, .location-name .slick-track .slick-slide > div > div {
	height: 100%;
}
.location-name .slick-track .slick-slide {
	width:16.666%!important;
}
.loc-name-info {
	background:#ededed;
	border-right:1px solid #f26522;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color:#000;
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	cursor: pointer;
}
.slick-slide:last-of-type .loc-name-info {
	border-right:0px;
}
.slick-current .loc-name-info {
	background:#fff;
}
.loc-name-info:hover {
	color:#f26522;
}

.location-slide-cont-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location-slide-info-1 {
	width:50%;
	padding:40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	background:#fff;
}
.location-slide-info-1 h3 {
	font-size:25px;
	color:#f26522;
}
.location-address {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.location-address-col-1 {
	
}
.location-address h4 {
	font-size:20px;
	font-weight:600;
	color:#000;
}
.location-btn-cont-1 {
	padding-top:20px;
	border-top:2px solid #f26522;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:5px 0;
}
.location-btn-cont-1 a {
	width: 32.33%;
	padding:10px 15px;
	background:#f26522;
	color:#fff!important;
	text-align: center;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}
.location-btn-cont-1 a:hover {
	background:#000;
}
.location-slide-map {
	width:50%;
	background:#fff;
}
.location-slide-map iframe {
	width:100%;
	height: 100%;
	min-height: 400px;
}
.emp-cont-1 {
	padding:20px;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.emp-cont-pad-1 {
	background:#fff;
	display: flex;
	flex-direction: column;
	gap:10px;
	padding:20px 10px 10px 10px;
	box-sizing: border-box;
	min-height: 320px;
	justify-content: space-between;
}
.emp-cont-1 img {
	width:100%;
	height: auto;
	max-height: 200px;
	display: block;
	object-fit: contain;
	object-position: center;
}
.emp-cont-1 h2 {
	text-align: center;
	font-size:18px;
}
.emp-cont-1 h3 {
	text-align: center;
	font-size:16px;
}
.emp-cont-1 a {
	padding:10px 15px;
	background:#000;	
	color:#fff!important;
	text-align: center;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}
.emp-cont-1 a:hover {
	background:#fff;	
	color:#000!important;
}


/*===================== 
	Inventory styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.container-1 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: 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 
=======================*/

.footer {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#1E1E1E;
}
.foot-logo {
	width:400px;
	padding:40px 20px;
	background:#000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:40px;
}
.foot-logo-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:40px;
}
.foot-logo-cont img {
	max-width: 250px!important;
}
.foot-logo-cont  ul {
	padding:0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap:10px;
}
.foot-logo-cont  ul li {
	padding:0;
	margin: 0;
	list-style: none;
}
.foot-logo-cont  ul li a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #000;
	background: #fff;
	transition: .2s ease-in;
	text-decoration: none;
}
.foot-logo-cont  ul li a:hover {
	opacity: 0.7;
}
.foot-nav {
	width:calc(100% - 400px);
	display: flex;
	justify-content: flex-end;
	gap:5vw;
	padding:40px 20px;
	box-sizing: border-box;
	max-width: 1200px;
  	margin: 0 auto;
}
.foot-nav-col-1 {
}
.foot-nav-col-1 p {
	font-size:20px;
	color:#f26522;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}
.foot-nav-col-1 ul {
	padding: 5px 30px 5px 0px;
	border-top: 1px solid #fff;
	margin: 5px auto;
}
.foot-nav-col-1 ul li {
	padding:5px 0;
	margin:0;
	list-style: none;
}
.foot-nav-col-1 ul li a {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	color:#fff;
	transition: .2s ease-in;
	text-decoration: none;
}
.foot-nav-col-1 ul li a:hover {
	color:#f26522;
}
.foot-bottom {
	padding:30px 20px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap:10px;
	border-top: 1px solid #f26522;
}
.foot-bottom p {
	font-size:12px;
	font-family: "Outfit", sans-serif;
	display: block;
	color:#fff;
	text-transform: uppercase;
}
.foot-bottom p a {
	color:#fff;
	text-decoration: none;
}
.foot-bottom p a:hover {
	opacity: 0.7; 	
}

@media screen and (max-width: 1250px) {
	.loc-name-info {
	  height: 80px;
	  padding: 20px;
	  font-size: 16px;
	}
}
@media screen and (max-width: 900px) {
	.head-logo {
		max-width: 150px;
		order:1;
	}
	.head-nav {
		order:3;
	}
	.head-nav-btns {
		order:2;
		max-width: 100%;
		padding:0 20px;
	}
	
	.foot-logo {
		width: 100%;
		order:2;
	}
	.foot-nav {
		width: 100%;
		justify-content: space-around;
		order:1;
	}
	.foot-bottom {
		order:3;
	}
	.b-auction-btn, .head-search-toggle  {
		font-size: 14px;
		white-space: nowrap;
	}
	.loc-name-info {
	  height: 50px;
	  padding: 20px;
	  font-size: 16px;
	}
	.location-name .slick-track .slick-slide {
	  width: 33.333% !important;
	}
	.location-slide-info-1, .location-slide-map {
  		width: 100%;
	}
	
}
@media screen and (max-width: 780px) {
	.top-header {
		display: none;
	}
	.foot-nav {
		display: none;	
	}
	.hero-btn-cont-1 {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.hero-overlay h1 {
		font-size: 8vw;
	}
	.hero-overlay h1 span {
		font-size: 5vw;
	}
	.hero-info-cont-1 h2 {
		font-size:20px;
	}
	.auction-alert {
		font-size:16px;
	}
	.hero-overlay {
		height: 100%;
		min-height: 100%!important;
		max-height: 100%;
		padding:40px 0 80px 0;
	}
}
@media screen and (max-width: 550px) {
	.location-name .slick-track .slick-slide {
	  width: 50% !important;
	}
	.emp-cont-1 h2 {
		text-align: center;
		font-size:14px;
	}
	.emp-cont-1 h3 {
		text-align: center;
		font-size:12px;
	}
	.location-btn-cont-1 a {
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.b-auction-btn, .head-search-toggle  {
		font-size: 12px;
		padding:10px;
	}
	.head-nav-btns {
		padding:0 10px;
		gap:10px;
	}
	
}
