/*
Theme Name: www.allstar-auctions.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
*/
/*--------------------------------------------------------------
## Editor class styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Editor class styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	height:100%;
	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;
}

.show-mobile{display: none;}

/*--------------------------------------------------------------
## 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 */

.top-header{
	background: #1a1a1a;
	color: #fff;
	
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	font-family: epilogue, sans-serif;
	font-size: 14px;
}
.top-header > div{
	display: flex;
}
.top-header a{
	color: #fff;
	padding: 0 30px;
}
.top-header a:not(.hide-mobile){
	border-right: solid 1px #484848;
}

.top-header .social-icons a:first-of-type{
	padding: 0 0 0 20px;
}
.top-header .red-btn{
	padding: 10px 30px;
	background: #c22d33;
	margin-top: -10px;
	margin-bottom: -10px;
}


#header {
	padding: 0 0 0 30px;
	font-family: epilogue, sans-serif;
}
#header > div{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

hr{border-color: #d8dde1; }
.header-hr{border-bottom: solid 1px #d8dde1; margin: 0;}

/* CUSTOM STYLING */
.red{color: #c22d33;}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.bg-white{background: #fff; overflow: hidden;}
.wrapper{max-width: 1400px; padding: 0 25px; width: calc(100% - 25px); margin: 0 auto;}
.vpad{padding: calc(30px + 2%) 0;}
.relative{position: relative;}
.pad{
	padding: 0 25px;
}
/* TEXT */
.text-styling, .widget-popup-body{font-family: epilogue, sans-serif; font-size: 14px; line-height: 24px;}
.text-styling a:not(.cta):not(.btn-success), .widget-popup-body a:not(.cta):not(.btn-success){color: #000;}
.text-styling h1, .heading, .widget-popup-body h1{font-family: epilogue, sans-serif; font-size: 48px; letter-spacing: 1.5; font-weight: 700; margin-bottom: 30px; text-transform: uppercase;}
.widget-popup-body h1{color: #c22d33;}
.text-styling h2, .subheading, .widget-popup-body h2{font-family: epilogue, sans-serif; font-size: 30px; letter-spacing: 2; font-weight: 400; margin-bottom: 0px; text-transform: uppercase;}
.text-right{text-align: right;}

.heading-xl{
	font-size: 120px !important;
	font-family: epilogue, sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #c22d33;
	padding: 0 25px;
	position: relative;
}

.cta{
	font-size: 12px;
	font-family: epilogue, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	line-height: 48px;
	width: 252px;
	text-align: center;
	display: block;
	background: #c22d33;
	margin: 0 auto;
}
.cta.black{
	background: #1a1a1a;
}
.cta:hover{
	color: #fff !important;
}

.bg-logo{
	position: absolute;
	top: -80px;
	right: 0;
	left: 0;
	bottom: 0;
	background: url("/wp-content/themes/www.allstar-auctions.com/images/bg-logo.jpg") top right no-repeat;
	pointer-events: none;
}


/* AUCTIONS */

#auction-grid .column-padding-auction{padding: 15px !important;}
.hide-controls .prevButton-container-auction, .hide-controls .nextButton-container-auction{
	display: none !important;
}
.border-auction{
    border: 1px solid #d8dde1 !important;
    background-color: #fff;
	transition: ease all 0.2s;
}
.border-auction:hover {
    box-shadow: 0px 4px 12px rgb(199 199 199);
}
.auction-box {
    padding: 30px;
    display: flex;
    justify-content: space-between;
	align-items: center;
	font-family: epilogue, sans-serif;
}
.auction-box img {
    width: 33.3333%;
    height: auto;
}
.auction-box .info-col {
    padding-left: 3%;
	text-align: left !important;
	width: 100%;
}
.auction-box .info-col .fas {
    color: #c22d33;
}
.auction-box .info-col a:not(.cta) {
    color: #000;
}
.auction-box .info-col h3, .auction-box .info-col h1, .text-styling .heading-small, .text-styling h3, .widget-popup-body h3 {
	line-height: 24px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}
.auction-box .info-col p {
	line-height: 24px;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	white-space: pre-line;
}
.auction-box .cta {
    margin-left: 0;
    margin-right: 30px;
    width: 100%;
    max-width: 275px;
}

#auction-single p {
	font-size: 14px !important;
}
#auction-single .carousel-indicators li {
	border-color: #fff;
}
#auction-single .carousel-indicators li.active, #auction-single .carousel-control {
	color: #fff !important;
}
/* MANAGEMENT (CONTACT) */

.management-box{
	text-align: left;
	font-family: epilogue, sans-serif;
    font-size: 14px;
    line-height: 24px;
	padding-right: 50px;
	
    padding-top: 25px;
}
.management-box h4{
    text-align: left;
    font-family: epilogue, sans-serif;
    font-size: 18px;
    padding-right: 25px;
    font-weight: 700;
}
.management-box a{
	color: #c22d33;
}


/* AUCTION PLATFORMS */

#auction-platforms{
	align-items: center;
}
#auction-platforms a{
	width: calc(50% - 15px);
	text-align: center;
	border: solid 1px #d8dde1;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#auction-platforms a:first-child{
	margin-right: 30px;
}


/* FORMS */

.widget_sandhills_contact_form h1{
	display: none;
}

.text-styling .btn-success, .text-styling .btn-success:disabled, .widget-popup-body .btn-success, .widget-popup-body .btn-success:disabled{
	font-size: 12px;
	font-family: epilogue, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 48px;
    max-width: 252px;
    width: 100%;
	text-align: center;
	background: #c22d33 !important;
	margin: 0 auto;
	appearance: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0;
}
.text-styling  .btn-success:hover, .text-styling  .btn-success:active, .widget-popup-body .btn-success:active, .widget-popup-body .btn-success:active{
	background: #c22d33 !important;
}
.text-styling  textarea {
	resize: none;
	height: 100px;
}
.text-styling  label {
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5;
}
	
/* POPUP */

.widget_sandhills_pop_up .popup-close {
	width: 0 !important;
	background: none !important;
    right: 45px;
	
    padding: 0;
}
.widget_sandhills_pop_up .popup-close span {
	padding: 10px;
}
.widget_sandhills_pop_up .widget-popup > div {
    color: #000;
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    margin: 40px auto;
    height: auto;
    min-height: 100px;
    vertical-align: middle;
    width: 90%;
    position: relative;
    border-radius: 0;
    padding: 15px 35px;
    margin-top: 5%;
	max-width: 800px;
}
/* FOOTER */

.footerbg{
	background: #1a1a1a;
	color: #fff;
}
.footerbg .flex .flex{width: 75%;}
.footerbg .col25{width: 25%; box-sizing: border-box; padding: 30px;}
.footerbg .col25 img{max-width: 100%;}
.footerbg .flex .flex .col25{width: 33.3333%;}

.footerbg h6{color: #fff; font-size: 30px; line-height: 30px; position: relative; letter-spacing: 2; margin-bottom: 30px;}

.footerbg .text-styling a{color: #fff !important; font-size: 14px; line-height: 24px; position: relative; letter-spacing: 2;}
.footerbg .text-styling p{color: #fff; font-size: 14px; line-height: 24px; position: relative; margin: 0 !important; letter-spacing: 2;}
.footerbg .footerbg .offset-left a{left: 30px; width: 45px;}
.footerbg .text-styling i{position: absolute; left: -30px; top: -6px; line-height: 24px;}
#footerhoursoneID, #footerhourstwoID {    
	left: 30px;
    padding-right: 30px !important;
    position: relative;
}
.footerbg .offset-left.col25 > a, .offset-left .flex > p {left: 30px;}

.col25.text-styling.offset-left:last-of-type p i{top: 0px;}

.footertext{
	background: #292929;
	color: #fff;
	font-family: epilogue, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2;
	text-align: center;
	padding: 20px;
}
.footertext p{
	margin: 0;
}
.footertext a{
	color: #fff;
}

.col25.text-right img{max-width: 250px; width: 90%;}

/* INVENTORY */

#inv{padding: calc(30px + 2%) 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: epilogue, sans-serif!important;} /* Reset font, ignore icons */


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a {background:#c22d33 !important;}
.list-content .list-title .list-listings-count{color:#c22d33 !important; font-weight: 700 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn {background: #1a1a1a !important;}

 .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count {color: #1a1a1a !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {padding-left: 4px; font-weight: 700; text-transform: uppercase;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #1a1a1a !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #1a1a1a !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #1a1a1a!important; color: #1a1a1a!important;}

.material-icons {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #1a1a1a!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px;}

.noUi-connect, .noUi-handle{
	background:#c22d33 !important;
}

i.material-icons.close.calc-close, .financing i.material-icons {
    color: #1a1a1a !important;
}

.detail-btn-calc p{margin-top: 0 !important; margin-bottom: 0 !important;}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {		
	.heading-xl{font-size: 100px !important;}
}
@media only screen and (max-width : 1200px) {		
	.heading-xl{font-size: 90px !important;}
}
@media only screen and (max-width : 1100px) {	
	.heading-xl{font-size: 80px !important; text-align: center;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.top-header a:not(.hide-mobile){
		border-right: none !important;
	}
	.hide-mobile{display: none;}
	.show-mobile{display: inline;}
	.top-header .left{width: 66.6666%;}
	.top-header .right{width: 33.3333%;}
	.top-header > div a, .red-btn{padding: 0 6px !important; background: none !important; margin: 0 !important;}
	.top-header > div {display: flex; justify-content: space-around;}
	.top-header .social-icons {font-size: 16px;}
		
	.heading-xl{font-size: 65px !important; padding: 0 5%; }
	.wrapper{
		padding: 0;
		width: auto;
	}
	
	.footerbg .flex .flex{width: 100%;}
	.footerbg .col25.text-right{
		width: 100%; 
		text-align: center;     
		display: flex;
		justify-content: space-evenly;
		padding-top: 50px;
	}
	
	.footerbg .flex .flex .col25{width: 33.3333%;}
	.footerbg > #foot > .flex {flex-direction: column-reverse;}
	
	.auction-box {flex-direction: column;}
	.auction-box .info-col {padding-top: 30px; padding-left: 0 !important;}
	.auction-box img {
		width: 100%;
		height: auto;
	}
	.auction-box .info-col .flex{
		flex-direction: column;
	}
	.auction-box .info-col .flex .cta{
		max-width: 100%;
		margin: 0 0 17px;
	}
	.auction-box .info-col .flex .cta:last-of-type{
		margin: 0;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.footerbg .col25.text-right{
		width: 100%; 
		text-align: center;     
		display: block;
	}
	.footerbg .flex .flex .col25{width: 100%;}
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.widget-popup-body h1{font-size: 30px; letter-spacing: 1.5; }
	.heading-xl{font-size: 55px !important;}

}

