/*
Theme Name: www.ulmeronlineauctions.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
--------------------------------------------------------------*/

/*

blue #000
grey #474747
lt-grey #cdd6de
*/


/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/



/*===================== 
	base styles 
=======================*/


body {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:0;
    line-height: normal;
}



/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
        margin:0;
        padding:0;
}

	h2 {
		font-size:28px;
		font-weight: 700;
        margin:0;
        padding:0;
}
	h3 {
		font-size:24px;
		font-weight: 700;
        margin:0;
        padding:0;
}
	h4 {
		font-size:20px;
		font-weight: 700;
        margin:0;
        padding:0;
}
	h5 {
		font-size:18px;
		font-weight: 600;
        margin:0;
        padding:0;
}
	h6 {
		font-size:16px;
		font-weight: 500;
        margin:0;
        padding:0;
}

p {
	font-size:18px;
    margin:0;
    padding:0;
	}

.page-header {
	font-size: 40px;
	font-weight: 700;
	color:#000;
}

.btn-blue {
    font-family: 'Roboto', 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:10px 0;
    border:0px;
    cursor: pointer;
    text-transform: uppercase;
	border-bottom-right-radius: 10px;
}
.btn-blue:hover {
	background:#606060;
}
.btn-white {
    font-family: 'Roboto', sans-serif;
	background:#fff;
	color:#000!important;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	max-width: 250px;
    outline:none;
    transition: .2s ease-in;
    margin:10px 0;
    border:0px;
    cursor: pointer;
    text-transform: uppercase;
	border-bottom-right-radius: 10px;
}
.btn-white:hover {
	background:#474747;
	color:#fff!important;
}
.text-link {
	color:#000;
	transition: .2s ease-in;
}
.text-link:hover {
	color:#000;
}
.text-link-white {
	color:#fff;
	transition: .2s ease-in;
}
.text-link-white:hover {
	opacity: 0.7;
}
.text-link-black {
	font-weight:700;
	color:#000;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-white-1 {
	font-weight:700;
	color:#fff;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-white-1:hover {
	opacity: 0.7;
}

#online-bidding.btn-blue[href^="javascript"]{
	display: none !important;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width:100%;
	position: sticky;
	top:0;
	z-index: 1003;
	display: flex;
	align-items: flex-start;
}
.highlightSidebars .header-wrap { 
	position: static;
}
.header-1 {
	width:100%;
	padding:0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background:#000;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	position: relative;
}
.head-logo-1 {
	background: #000;
	border-bottom-right-radius: 20px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	max-width: 350px;
	width:100%;
	padding:40px 20px 40px 50px;
	box-sizing: border-box;
	margin-bottom:-20px;
	position: relative;
	z-index: 501;
}
.head-logo-1 img {
	max-width: 100%!important;
}
.head-right {
	width:calc(100% - 200px);
	box-sizing: border-box;
	padding-right:50px;
}
.head-info {
	padding:10px 0 5px 0;
}
.head-info ul {
	padding:0;
	margin: 0;
	display: flex;
	gap:15px;
	justify-content: flex-end;
}
.head-info ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.head-info ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#fff;
	transition: .2s ease-in;
}
.head-info ul li a:hover {
	color:#fff;
}

/*===================== 
	Content styles 
=======================*/

.home-hero-cont {
	text-align: center;
}
.home-hero-overlay {
	width: 100%;
	height: auto !important;
	min-height: 20vw !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 70px 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}
.hero-header {
	font-size: 60px;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.home-hero-cont form {
	width:100%;
	margin: 10px auto 20px auto;
	max-width: 800px;
	display: flex;
	background:#fff;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
}
.home-hero-cont form input {
	border:0px;
	outlin:none;
	padding:15px;
	width:calc(100% - 50px);
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 18px;
	
}
.home-hero-cont form button {
	border:0px;
	transition: .2s ease-in;
	outlin:none;
	width:50px;
	background:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color:#fff;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.home-hero-cont form button:hover {
	background:#474747;
}
.hero-icos {
	width:100%;
	margin:0 auto;
	max-width: 800px;
	display: flex;
	gap:20px;
	justify-content: space-between;
}
.hero-icos a {
	width:100%;
	flex-grow: 1;
	background:#000;
	border-radius: 10px;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color:#fff;
	transition: .2s ease-in;
	gap:5px;
	border:1px solid #fff;
	text-align: center;
}
.hero-icos a img {
	transition: .2s ease-in;
	width:100%;
	max-width: 40px;
	height: auto;
	display: block;
}
.hero-icos a:hover {
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
	color:#000;
}
.PrevButton-auction-all {
	font-family: 'Roboto', 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:1px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
	border-radius: 10px;
}
.PrevButton-auction-all u {
	text-decoration: none!important;
}
.PrevButton-auction-all:hover {
	background:#000;
}
.NextButton-auction-all {
	font-family: 'Roboto', 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:1px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
	border-radius: 10px;
	text-decoration: none!important;
	
}
.NextButton-auction-all u {
	text-decoration: none!important;
}
.NextButton-auction-all:hover {
	background:#000;
}
.column-padding-auction-all > div{
	height: 100% !important;
}
.column-padding-auction-all .upcoming-a-cont {  
	height: calc(100% - 30px);  
}
.upcoming-a-cont {    
	width: calc(100% - 30px);
	border-radius: 10px;
	background:#fff;
	box-sizing: border-box;
	border:8px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
	margin:20px auto;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	overflow: hidden;
	height: 100%;
}
.upcoming-a-cont.special {    
	border:8px solid rgb(207, 207, 207);
}
.featured-auction {
	width:100%;
	height: 20px;
	display: none;
	color:#E0BC00;
	font-size: 24px;
	padding: 15px;
	box-sizing: border-box;
}
.upcoming-a-cont.special .featured-auction {    
	display: block;
}
.upcoming-a-info {
	width:calc(100% - 300px);
	padding:20px;
	box-sizing: border-box;
}
.upcoming-a-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #000;
	gap:5px;
}
.upcoming-a-title h2 {
	font-size: 24px;
	width:100%;
	max-width: calc(100% - 180px);
}
.upcoming-a-type {
	padding:5px;
	background:#474747;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
	text-align: center;
	width:150px;
	box-sizing: border-box;
}
.upcoming-a-time, .upcoming-a-des {
	width: 100%;
	font-size: 18px;
}
.upcoming-a-location {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
}
.upcoming-a-des {
	padding-top:5px;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.auction-contact {
	display: inline-block;
	padding:5px 0;
	color:#000;
}
.auction-contact span {
	font-weight: bold;
}
.auction-contact:hover {
	color:#000;
}
.upcoming-a-des:after {
	content: "";
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 54.92%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 54.92%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 54.92%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 54.92%);	
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	height: 20px;
}
.upcoming-auctions-cpt .slick-track {
	align-items: stretch;
}
.upcoming-auctions-cpt .slick-slide > div, .upcoming-auctions-cpt .slick-slide .item {
	height: 100%;
}
.upcoming-a-feature-img {
	width:300px;
}
.upcoming-a-feature-img img {
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.contactForm {
	background:#fff;
	border-radius: 10px;
	padding:20px!important;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
}

.blog-cpt {
	
	
}
.blog-a-cont {
	width: calc(100% - 30px);
	border-radius: 10px;
	background:#fff;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
	margin:20px auto;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	overflow: hidden;
}
.blog-a-info {
	width:calc(100% - 300px);
	padding:20px;
	box-sizing: border-box;
}
.blog-a-info h2 {
	font-size: 24px;
	width:100%;
}
.upcoming-b-time {
	width: 100%;
  	font-size: 18px;
}
.upcoming-b-time a {
	color:#000!important;
}
.blog-a-des {
	padding:10px 0;
}
.blog-a-des p {
	width: 100%;
	font-size: 18px;
}
.upcoming-a-feature-img {
	width:300px;
	padding:10px;
	box-sizing: border-box;
}
.upcoming-a-feature-img img {
	width:100%;
	display: block;
	object-fit: contain;
	object-position: center center;
	height: 400px;
}
.blog-feature-img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 300px;
	display: block;
	object-fit: contain;
	object-position: center;
	margin: 0 auto 40px auto;
}
.career-a-cont {
	width: calc(100% - 30px);
	border-radius: 10px;
	padding:20px;
	background:#fff;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
	margin:20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
	overflow: hidden;
}
.career-a-cont h2 {
	width:calc(100% - 300px);
	padding:20px;
	font-size: 24px;
}
.post-container-team-members {
	align-items: stretch;
}
.post-container-team-members .item {
	padding:10px!important;
	box-sizing: border-box;
}
.post-container-team-members .item > div {
	height: 100%;
}
.meet-team-cont {
	border-radius: 10px;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	overflow: hidden;
	justify-content: space-between;
	padding:20px;
	height: 100%;
}
.meet-team-cont img {
	width: 50%;
	height: auto;
	max-height: 400px;
	display: block;
	object-fit: contain;
	object-position: center top;
	transition: .2s ease-in;
}
.meet-team-info {
	width:49%;
	padding:10px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.meet-team-info .large-text {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	padding-bottom:15px;
}
.meet-team-info .small-text {
  	font-size: 18px;
	text-align: left;
	overflow:hidden;
  	height: 200px;
	transition: .2s ease-in;
	margin-bottom:20px;
}
.team-members-readmoreTag, .showless {
	color: #000!important;
	font-weight: 900!important;
	cursor: pointer;
	margin-top:20px;
}
.team-members-readmoreTag:hover {
	color: #373a96!important;
}
.meet-team-cont.open img {
	width: 25%;
}
.meet-team-cont.open .meet-team-info  {
	width: 74%;
}
.meet-team-cont.open .meet-team-info .small-text {
	height: auto;
}
.showless, .meet-team-cont.open .team-members-readmoreTag {
	display: none;	
}
.meet-team-cont.open .showless {
	display: block;	
}


/*===================== 
	hero video styles 
=======================*/

.hero-video-wrap {
	position: relative;
	overflow: hidden;	
	width: 100%;
}
.hero-video-overlay {
	position: relative;
	z-index: 2;
	padding:10vw 0 calc(10vw + 100px) 0;
	max-width: 900px;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
}
.hero-video-cont {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero-video-cont video {
	position: absolute;
    min-width: 100%;
    min-height: 100% !important;
    top: 50%;
    left: 50%;
    opacity: .6;
    transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}


/*===================== 
	Countdown styles 
=======================*/

.hero-timer {
	width: 100%;
	background:#000;
	position: relative;
}
.hero-timer-cont {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-top: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 7.77%,rgba(0,0,0,1.00) 80.31%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 7.77%,rgba(0,0,0,1.00) 80.31%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 7.77%,rgba(0,0,0,1.00) 80.31%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 7.77%,rgba(0,0,0,1.00) 80.31%);	
}
.hero-timer-row {
	width: 100%;
	max-width: 1400px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px 10px;
	padding:0 20px;
	box-sizing: border-box;
}
.countdown-text {
	color:rgba(229,229,229,1.00);
	font-size: 20px;
	font-weight:500;
}
.countdown-text strong {
	color:#fff;
	font-size: 36px;
	font-weight: 900;
}
.countdown-timer ul{display: flex; align-items: center; justify-content: center; gap: 15px; text-align: center;list-style: none;color:#fff;padding:0;margin:0;}
.countdown-timer ul li {
	background:rgba(71,71,71,0.77);
	padding:0 10px 10px 10px;
	margin:0;
	box-sizing: border-box;
}
.countdown-timer ul strong{display: block; font-size: 48px; line-height: 1.5;white-space: nowrap;}
.countdown-timer ul label{display: block; font-size: 14px; letter-spacing: 2px;white-space: nowrap;}
.btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap:10px 0;
}
.btn-cont-1 a {
	width:100%;
	box-sizing: border-box;
	display: block;
	margin:0;
	max-width: 100%;
}

/*===================== 
	Upcoming auction page styles 
=======================*/

.wrap-single-auction-info {
	width:100%;
}
.wrap-single-auction-info .single-info-header {
	background:#000;
}
.single-info-header {
	width:100%;
	padding:20px 0;
}
.single-info-header img {
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.wrap-single-auction-info .page-header {
	color:#fff!important;
}
.wrap-single-auction-info .upcoming-a-time {
	color:#fff!important;
}
.wrap-single-auction-info .single-btn-cont {
	padding-top:20px;
}
.single-info-header .container-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap:20px 0;
}

.single-auction-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap:20px 0;
}
.single-info-header .container-2 .page-header {
	width: 100%;
}
.single-info-header .container-2 .page-header a {
	font-weight: bold;
	margin-bottom:10px;
}
.single-info-content {
	width: 100%;
	padding: 40px 20px 40px 20px;
  	background-color: #303030;
	box-sizing: border-box;
}
.single-info img {
	display: block;
	height:auto;
	max-width: 100%;
}
.single-info-content .container-2 {
	background:#fff;
	border-radius: 10px;
	padding: 20px !important;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
}
.single-btn-cont {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.single-btn-cont a {
	max-width: 100%;
}

.upcoming-a-gallery {
	display: flex;
	gap:20px 1%;
	flex-wrap: wrap;
	padding:20px 0;
}
.upcoming-a-gallery img {
	width:19%;
	transition: .2s ease-in;
	height: 100%;
	max-height: 300px;
	display: block;
	object-fit: contain;
	object-position: center;
	margin:0 auto;
	cursor: pointer;
}
.upcoming-a-gallery img:hover {
	opacity: 0.7;
}
.single-info-content .modal-content-1 {
	border-radius: 20px;
	overflow: hidden;
	max-width: 1000px!important;
}
.single-info-content .modal-content-1 .thumbnail {
	width:100%;
	background: #fff;
	max-height: 87vh;
	object-fit: contain;
	object-position: center;
	height: auto;
}
.single-info-content .modal-content-1 .modal {
	background-color: rgba(0,0,0,0.5);
}
.single-info-content .modal .prev,
.single-info-content .modal .next {
	text-shadow: 0 0 5px #000;
}

/*===================== 
	Inventory styles 
=======================*/

/* CSS Document */

/*------------------------------ General Listings Page---------------------------------*/


/*----Page Background Color----*/

.list-top-section .list-title .list-title-text, .list-content .listing-portion-title, .list-content .list-listing .dealer-name {
  font-family: 'Roboto Condensed', sans-serif!important;
}

/*----Page Sizing----*/
.scrollToTop a {
	color:#fff!important;
}

/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {
    background:#fff !important;
}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#000 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #3a658e;
  color: #3a658e;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#000!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #000!important;
    border: 1px solid #000!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #000!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #000!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #000!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #000 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#000 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#000 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#000 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .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 .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#000!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#000!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#000!important;
}
.detail-content-mobile .share-listing {
	color:#000!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#000!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#000!important;
}
.cs-btns .button {background:#000 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

.team-bio-page {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
	padding: 50px 10%;
}
.bio-photo {
    width: 25%;
}
.bio-photo img{
    width: 100%;
}
.bio-text {
    width: 70%;
}
.team-bio-header{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    line-height: 30px;
    font-weight: 900;
    color: #373a96;	
}
.team-bio-small{
	font-family: 'Roboto';
    margin-top: 15px;
    line-height: 30px;
    font-size: 18px;
}




/*===================== 
	layout styles 
=======================*/

#customSliderSlickSlider2 .slick-arrow P{
	z-index: 100!important;
}

.container-1 {
	width:100%;
	max-width: 1600px;
	margin: 0 auto!important;
	padding:20px;
	box-sizing: border-box;
    float:none;
	}
.container-2 {
	width:100%;
	max-width: 1200px;
	margin: 0 auto!important;
	padding:20px;
	box-sizing: border-box;
    float:none;
	}
.container-inv {
	width:100%;
	max-width: 100%;
	margin: 0 auto!important;
	padding:30px 0;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.round-cornder {
	background-color:#fff!important;
	border-radius: 10px;
	padding:20px!important;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 5px;
}
.center-content .row {
	width:100%;
	display: flex;
	align-items: center;
}
.error-404 {
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
	padding:60px 20px;
	box-sizing: border-box;
	}
	
.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;}

.column-1 { width: 100%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

.footerbg {
	background:#000;
}
.footerbg .container-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerbg .container-2 a {
	color:#fff;
}
.footerbg .container-2 a:hover {
	color:#606060;
}
.foot-bottom a{
	color:#fff;
}
.foot-bottom a:hover {
	color:#606060;
}

/*==========  Non-Mobile First Method  ==========*/


@media screen and (max-width:1300px)  {
	.head-logo-1 {
		padding: 20px;
		max-width: 200px;
	}	
	.head-right {
	  padding-right: 20px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
   .upcoming-a-gallery {
		gap:20px 1.3%;
	}
	.upcoming-a-gallery img {
		width:24%;
	}
    
}


@media only screen and (max-width : 1000px) {
   
	.head-right {
		display: flex;
		gap:30px;
		justify-content: flex-end;
		align-items: center;
	}
	.head-info {
		padding:0;
	}
	.head-info ul li a {
		font-size: 18px;
	}
	.head-info ul li a span {
	   display: none;
	}
	.countdown-text {
		font-size:16px;
	}
	.countdown-text strong {
		font-size: 26px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
@media only screen and (max-width : 940px) {
   .upcoming-a-gallery {
		gap:20px 1.3%;
	}
	.upcoming-a-gallery img {
		width:32.33%;
	}
	.single-info-header .container-2 .page-header {
		max-width: 100%;
	}
	.upcoming-a-type {
		box-sizing: border-box;
		width:100%;
	}
    
}
@media only screen and (max-width : 840px) {
	.hero-icos {
		gap:20px 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hero-icos a {
		width:49%;
		flex-grow: unset;
	}
	.column-2-3, .column-1-3 {
		width:100%;
	}
	.hero-video-overlay {
		padding:80px 20px;
	}
	.hero-timer-cont {
		width: 100%;
		position: static;
		background:#000;
		padding:20px 0;
	}
	.hero-timer-row {
		flex-wrap: wrap;
		flex-direction: column;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .hero-header {
	font-size: 8VW;
	}
	.upcoming-a-title {
		flex-direction: column;
	}
	.upcoming-a-info, .blog-a-info {
		width:100%;
		order:2;
		padding:10px;
		box-sizing: border-box;
	}
	
	.upcoming-a-feature-img {
		width:100%;
		order:1;
		padding:10px;
		box-sizing: border-box;
		
	}
	.upcoming-a-feature-img img {
		object-fit: contain;
		height: 200px;
	}
	.upcoming-a-title h2 {
		font-size: 20px;
		max-width: 100%;
	}
	.upcoming-a-type, .upcoming-a-time, .upcoming-a-des {
		font-size: 16px;
	}
	.career-a-cont h2 {
		width:auto;
		box-sizing: border-box;
	}
   .upcoming-a-gallery {
		gap:20px 2%;
	}
	.upcoming-a-gallery img {
		width:49%;
	}
	.page-header {
		font-size: 28px;
	}
	
    
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 520px) {
  .head-logo-1 {
    width: calc(100% - 200px);
  }
	.meet-team-cont img {
		width: 100%;
		max-height: 400px;
	}
	.meet-team-info {
		width:100%;
	}
	.countdown-timer ul strong{
		font-size: 30px;
	}
	.countdown-timer ul label{
		font-size: 12px;
	}
}

