/*
Theme Name: Sandhills
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;
}

/*===================== 
	base styles 
=======================*/


body {
	font-family: "Alexandria", 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-red {
	background:#DB1D24;
	color:#fff!important;
	font-size:18px;
	font-weight:700;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:0;
    transition: .2s ease-in;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	border:0px;
	outline:none;
	border-radius: 4px;
}
.butn-red:hover {
	background:#052158;
}
.butn-red-lg {
	background:#DB1D24;
	color:#fff!important;
	font-size:30px;
	font-weight:700;
	display: inline-block;
	padding:10px 20px!important;
	text-align:center;
	margin:0;
    transition: .2s ease-in;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	border:0px;
	outline:none;
	border-radius: 4px;
}
.butn-red-lg:hover {
	background:#052158;
}
.butn-blue {
	background:#052158;
	color:#fff!important;
	font-size:18px;
	font-weight:700;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:0;
    transition: .2s ease-in;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	border:0px;
	outline:none;
	border-radius: 4px;
}
.butn-blue:hover {
	background:#DB1D24;
}
.butn-red-section {
	background:#DB1D24;
	color:#fff!important;
	font-size:26px;
	font-weight:700;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:60px;
	padding:40px;
	text-align:center;
	margin:0;
    transition: .2s ease-in;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	border:0px;
	outline:none;
	border-radius: 7px;
}
.butn-red-section i {
	font-size: 50px;
}
.butn-red-section:hover {
	background:#052158;
}
.btn-cont-1 {
	display: flex;
	gap:40px;
}

/*===================== 
	header styles 
=======================*/

.top-head {
	width: 100%;
	background:#DB1D24;
}
.top-head .container-lg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
	padding:0 20px;
}
.head-info {
	
}
.head-soc {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.head-soc a {
	transition: .2s ease-in;
	font-size:18px;
	color:#fff;
}
.head-soc a:hover {
	opacity: 0.7;
}
.google-translate {
	z-index: 2;
	align-items: center;
	gap:5px;
	font-family: "Alexandria", sans-serif;
	font-size: 12px;
}
.skiptranslate {
	font-size: 0px!important;
}
.skiptranslate select {
	font-size: 12px;
	background:#fff;
	padding:10px;
	border:1px solid #000;
	border-radius: 0px;
}
.skiptranslate span {
	display: none;
}
.head-wrap {
	width: 100%;
	background:#fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.head-wrap .container-md {
	display: flex;
	padding:10px 20px;
	align-items: center;
	justify-content: space-between;
	gap:0 20px;
}
.head-nav {
	width: calc(90% - 277px);
}
.head-logo {
	width: 100%;
	max-width: 277px;
}
.head-logo img {
	width: 100%;
	height: auto;
	display: block;
}


/*===================== 
	content styles 
=======================*/
.wrap-hero {
    width:100%;
    height: auto;
    position: relative;
}
.hero-video {
	display: block;
	width: 100%;
	max-height: calc(-410px + 100vh);
	overflow: hidden;
	min-height: 420px !important;
	height: 28vw;
}
.hero-video iframe {
    aspect-ratio: 16 / 9;
	position: absolute!important;
	min-width: 100%;
	min-height: 100% !important;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.hero-overlay {
    width:100%;
    height: 100%;
    position: absolute!important;
    z-index: 1;
    left:0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(0,0,0,0.2);
}
.hero-overlay .container-md {
    padding:20px;
	display: flex;
	flex-direction: column;
	gap:20px;
	align-items: flex-start;
}
.hero-overlay h1 {
    font-family: "Alexandria", sans-serif;
    color:#fff;
    font-size: clamp(30px, 6vw, 70px);
	font-weight: 700;
	text-shadow: rgb(0, 0, 0) 0px 0px 20px;
	line-height: 1;
}
.hero-overlay h1 span {
    font-size: clamp(18px, 3vw, 35px);
    font-weight:300;
}
.hero-overlay p {
	font-size: clamp(16px, 3vw, 30px);
	font-weight: 400;
	text-shadow: rgb(0, 0, 0) 0px 0px 20px;
	color: rgb(255, 255, 255);
	display: block;
	max-width: 700px;
	line-height: 1.2;
}



.gradent-text {
	font-size:clamp(30px, 4vw, 60px);
	background:linear-gradient(90deg, rgb(219, 29, 36), rgb(246, 173, 31), rgb(5, 33, 88), rgb(219, 29, 36));
	background-size: 400% 400%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	animation: gradient 15s ease infinite;
	font-family: "Alexandria", sans-serif;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.team-cpt-wrap .item > div {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.team-cont {
	padding:10px;
	box-sizing: border-box;
}
.team-col {
	border-radius: 8px;
	background: #fff;
	border:1px solid #052158;
	padding:10px;
	box-sizing: border-box;
}
.team-col img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.team-col h2 {
	text-align: center;
	font-weight:600;
	color:#052158;
	padding:10px 0;
}
.team-col p a {
	color:#052158;
	font-size:18px;
	text-align: center;
	transition: .2s ease-in;
}
.team-col p a:hover {
	color:#DB1D24;
}
.team-link-cont {
	display: flex;
	flex-direction: column;
	gap:10px;
}
.team-link-cont a {
	width: 100%;
}
.loc-map {
	padding: 20px 0;
}
.loc-map iframe {
	width: 100%;
	height: 350px;
}
.blog-col {
	border-radius: 8px;
	background: #fff;
	border:1px solid #052158;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:15px 0;
	align-items: center;
}
.blog-info {
	width: 39%;
	text-align: left;
}
.blog-info h2 {
	text-align: left;
	color:#052158;
}
.blog-info .blog-date {
	text-align: left;
}
.blog-info .short-desc {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding:10px 0;
}
.blog-info .short-desc a {
	font-size: 16px;
	color:#DB1D24;
	transition: .2s ease-in;
}
.blog-info .short-desc a:hover {
	color:#052158;
}
.text-link-red {
	font-size: 18px;
	font-weight: 700;
	color:#DB1D24;
	transition: .2s ease-in;
}
.text-link-red:hover {
	color:#052158;
}
.blog-feature-img {
	width: 59%;
}
.blog-feature-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.blog-info-pg {
	padding:40px 20px;	
}
.blog-info-pg h1 {
	color:#052158;
}
.b-pg-feature-img {
	width: auto;
	max-width: 100%;
	display: block;
	height: auto;
	margin:20px 0;
}
.blog-info-pg a {
	color:#DB1D24;
	transition: .2s ease-in;
}
.omg-content {
	display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-info-pg  .short-desc {
	padding:10px 0;
}
.blog-info-pg  .short-desc img {
	width:auto;
	max-width: 100%;
	display: block;
	height: auto;
}


.contactForm  {
	padding:10px!important;
	border-radius: 8px;
	background:#fff;
}

.auction-feature-img {
	width:21%;
}
.auction-feature-img img {
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	display: block;
	margin:0 auto;
}
.auction-info {
	width:74%;
	display: flex;
	flex-wrap: wrap;
	gap:20px 0;
	justify-content: space-between;
	align-items: center;
}
.auction-info-left {
	width: 70%;
	display: flex;
	flex-direction: column;
	gap:5px;
}
.auction-info h2 {
	text-align: left;
	color:#052158;
}
.auction-info .blog-date {
	text-align: left;
}
.auction-info .blog-date {
	text-align: left;
}
.auction-info .butn-blue {
	width: 29%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.PrevButton-news-blog {
	font-family: "Alexandria", sans-serif;
	background:#474747;
	color:#fff!important;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	max-width: 250px;
    outline:none;
    transition: .2s ease-in;
    margin:0 auto;
    border:0px;
    cursor: pointer;
    text-transform: uppercase;
	border-radius: 10px;
}
.PrevButton-news-blog u {
	text-decoration: none!important;
}
.PrevButton-news-blog:hover {
	background:#000;
}
.NextButton-news-blog {
	font-family: "Alexandria", sans-serif;
	background:#000;
	color:#fff!important;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	max-width: 250px;
    outline:none;
    transition: .2s ease-in;
    margin:0 auto;
    border:0px;
    cursor: pointer;
    text-transform: uppercase;
	border-radius: 10px;
	text-decoration: none!important;
}
.NextButton-news-blog u {
	text-decoration: none!important;
}
.NextButton-news-blog:hover {
	background:#000;
}

/*===================== 
	slideshow styles 
=======================*/

.blog-slide {
	display: flex;
	flex-direction: column;
	padding:10px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.blog-slide img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
	border-radius: 5px;
}
.blog-slide p {
	font-family: "Alexandria", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	text-align: left;
}
.blog-slide p.blog-slide-date {
	font-size: 16px;
	font-weight:400;
}
.blog-slide:hover {
	opacity: 0.7;
}


/*===================== 
	Inventory styles 
=======================*/

.scrollToTop a {
	color:#fff!important;
}

/*===================== 
	layout styles 
=======================*/

.container-lg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}

.container-md {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto!important;
	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 
=======================*/
.foot-logo {
	display: block;
	margin:0 auto;
	width: 100%;
	max-width: 200px;
}

.foot-wrap {
	background:#F5F5F5;
	border-top: 1px solid #052158;
	border-bottom: 1px solid #052158;
}
.foot-wrap .container-lg {
	padding:40px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-info-1 {
	width: 50%;
}
.foot-soc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}
.foot-soc a {
	transition: .2s ease-in;
	font-size:18px;
	color:#000;
}
.foot-soc a:hover {
	opacity: 0.7;
}
.foot-signup {
	width: 50%;
}
.foot-signup .bv-form  {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.foot-signup  .contactForm  {
	padding:0!important;
	border-radius:0;
	background:none;
}

.foot-bottom {
	background:#fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color:#000;
	font-family: "Alexandria", sans-serif;
	padding:50px 20px;
	box-sizing: border-box;
	font-weight: 400;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.head-nav {
		width: auto;
	}
}

/* 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 : 900px) {
	.auction-info-left {
		width: 100%;
	}
	.auction-info .butn-blue {
		width:100%;
		max-width: 200px;
	}
}
@media only screen and (max-width : 800px) {
	.head-nav {
		width: auto;
	}
}

@media only screen and (max-width : 768px) {
	.butn-red, .butn-blue {
		font-size:16px;
	}
	.butn-red-lg {
		font-size:20px;
	}
	.btn-cont-1 {
		flex-wrap: wrap;
	}
	.hero-video {
		display:none;
	}
	.hero-overlay {
		width:100%;
		height: auto;
		position: static!important;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0,0,0,0.2);
	}
	.foot-info-1, .foot-signup {
		width:100%;
	}
	.auction-feature-img, .auction-info {
		width: 49%;
	}
	.blog-info {
		width: 100%;
		order:2;
	}
	.blog-feature-img {
		width: 100%;
		order:1;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.auction-feature-img, .auction-info {
		width: 100%;
	}
}
