/*
Theme Name: www.auctionsalesco.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
*/

/*--------------------------------------------------------------
## Base Styles
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
}
p{
	margin:0;
	padding:1% 0;
    font-size: 18px;
    line-height: 27px;
}
.wrap{
	max-width: 1400px;
	display: block;
	margin: auto;
	float: none;
}
.clear{clear:both;}
a {color: #7a878e!important; font-size: 18px; line-height: 27px; font-weight:500;}
a:hover {color: rgb(110, 112, 129);}
.sheSubmitButton{-webkit-border-radius: 0px!important;}
/********* Navigation *********/
.navbar{
	margin-bottom: 0;
	border:none;
	float:none;
	background:#fff;
}
ul#menu-primary{
	display: flex;
	flex-direction: row;
	justify-content: center;
	float:none !important;
}
ul#menu-primary li{
    margin: 0;
    list-style: none;
    list-style-image: none;
}
ul#menu-primary li a{
	padding: 18px 35px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 500!important;
    font-size: 17px;
    transition: all .5s ease;
}
ul#menu-primary li a:hover{
	background: #b52126;
    color: #fff !important;
}
/********* Header *********/
#header{box-shadow: 0 5px 10px #000; position: relative; z-index: 500;}

.social-icons div{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.social-icons div a{
	width: 40px;
	margin-left: 20px;
	padding-top: 4%;
}

.social-icons {display: flex; width:100%; align-items: flex-end; justify-content: flex-end;}
.social-icons a{width: 40px!important;margin-left: 20px;padding-top: 4%;display: inline-block; padding-bottom:2%;}

/********* Hero Banner Layout *********/
.hero-banner{position:relative; width:100%; border-bottom:#b52126 2px solid;}
.overlay {
    max-width: 600px;
    top: 20px;
    right: 50px;
    position: absolute;
    box-sizing: border-box;
}

.overlay img {
	width: 30%;
    display: inline-block;
    margin: 0 5px;
}

.upcomingoverlay {
    width: 100%;
    background: rgba(0,0,0,0.70);
    padding: 25px 0 25px 4%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-top: -70px;
	height: 69px;
}
.upcomingoverlay h2 {
    color: #FFFFFF;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: -5px;
}

/********* Main Layout *********/

/** Auction CPT On Home page **/
.auction_wrap{
	background:url("/wp-content/uploads/2022/09/squares.webp") repeat;
	padding: 3% 0;
    margin-top:-20px;
}
.fourth {
    width: auto;
    margin: 0 2%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #aaa;
}

.fourth {
	height:auto!important;
}
.auctioninfo {
	height:auto!important;
}
.datebox {
    width: 100px;
    float: left;
    margin-right: 15px;
    background: #b52126;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.datebox p {
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 12px;
	padding: 5px 0;
	line-height: normal;
}
.datebox h2 {
    font-size: 30px!important;
    text-align: center!important;
    width: 100%;
    float: left;
    color: #fff;
    font-weight: bold!important;
    padding: 5px 0;
	margin: 0;
}
.auctioninfo h3 {
    color: #b52126;
    font-size: 18px;
    font-weight: 700;
	margin:0;
	text-align: left;
}
.auctioninfo p {
    color: #000;
    font-size: 16px;
    line-height: 14px;
	text-align: left;
}
/*.fourth a {
    background: #b52126;
    width: 100%;
	display:block;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}
.fourth a:hover {
    background: #000;
}*/

.mainsection h1 {
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    display: block;
    color: #b52126;
    line-height: 48px;
    padding-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
	margin: 0;
}
.mainsection h2 {
    text-align: center;
    display: block;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 10px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
	margin: 0;
}
.mainsection h3 {
    display: block;
    font-size: 27px;
    line-height: 32px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
	margin: 0;
}

/*** Auction CPT on Current Auction Page ***/
.fullrow {
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
}
.leftinfo {
    width: 100%;
    max-width: 250px;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
}
.leftinfo img{width: 100%;}

.rightinfo {
    float: left;
    margin-top: 10px;
    width: 100%;
    max-width: 505px;
}
.fullrow a {
    background: #b52126;
    width: 100%;
    max-width: 500px;
    float: left;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}
.fullrow a:hover{
	background: #000;
}
/*********************/

.dottedborder {
    width: 30%;
    margin: 0 35% 20px 35%;
    border-top: 10px dotted #b52126;
}

.fbmapwrap{
	margin: 0 auto;
    max-width: 1400px;
    display: block;
    padding: 15px;
	float:none;
    box-sizing: border-box;
}
#sidebar2-sideBar2, #sidebar2-sideBar22{
	background: #b52126;
	padding: 2% 0;
}


.title h1 {
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    display: block;
    color: #b52126;
    line-height: 48px;
    padding-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}

/***************** Footer ****************/
section#sandhills_editable_area_background_9 {
	border-top: solid 10px #b52126!important;
	padding:3% 0 2% 0;
	background: #000;
	margin-top: -35px;
	width:100%;
	text-align: center;
	align-content: center;

}
.foottagline{
	display: block;
	max-width: 1400px;
	margin: 60px auto 0 auto;
	background: #b52126;
	float: none;
	position: relative;
	z-index: 500;
	height: 60px;
	text-align: center;
	align-content: center;
	
}
h2#tagLineFoot {
    text-align: center;
	align-content: center;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    font-style: italic;
	
}


/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1340px) {		
	ul#menu-primary li a{
		padding: 18px 20px;
		font-size: 16px;
	}
}

@media only screen and (max-width : 1080px) {
	ul#menu-primary li a{
		padding: 18px 16px;
		font-size: 14px;
		color:#fff;
	}
}

@media only screen and (max-width : 1000px) {
	ul#menu-primary{
		display: block;
	}
}

@media only screen and (max-width : 768px) {
	.social-icons div{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	img.main_logo{
		display: block;
		margin:auto;
	}
	.social-icons div a{
		width: 40px;
		margin-left: 20px;
		padding-top: 0;
		padding-bottom: 10px;
	}
	/* section#sandhills_editable_area_background_9{margin-top: 0px!mportant;} */
	section#sandhills_editable_area_background_9:not([data-blockStyles="sheditor-element"]) {margin-top:0px!important;}
	.foottagline{height: 126px!important;}
	h2#tagLineFoot {margin-top:20px!important; margin-bottom:10px!important;}
	/* .dmvDealerNum{margin-top:20px;} */
}

@media only screen and (max-width : 480px) {

}

