/* CUSTOM INV STYLING */

/*--------------------------------------------------------------
## Inventory Styles
--------------------------------------------------------------*/

/* #wp-admin-bar-sandhillsedit{
	display: none;
} */
.entry-meta {
	display: none;
}

pre.pre_desc {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background-color: transparent !important;
	border: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
	margin:0 !important;
	padding: 0 !important;
}

.td_spec_param small, .td_spec_val pre{
	padding: 0 8px !important;
}

/* GRID VIEW STYLES START */
#custom_inv_alert_section{
	position: fixed;
    bottom: 0;
	left: 0;
    margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	z-index: 1000;
}

.fav_alert{
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

#comments{
	display: none !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#show_filtering{
	display: none;
}

#filtersubmit{
	color: white !Important;
}

.btn{
	border-radius: 5px !important;
	margin-bottom: 5px;
}

.notification_btn {
	text-decoration: none;
	position: relative;
	display: inline-block;
  }

.notification_btn .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 10px;
	border-radius: 500px;
	background-color: #ff4444;
	color: white;
  }

.inq_item{
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0px;
}

.inq_input{
	display: inline-block !important;
	max-width: 75px !important;
}

.inq_item_text{
	display: inline-block !important;
	margin: 0 !important;
}

.remove_inq_item{
	transition: .5s ease;
	margin-top:2.5px;
	font-size: 15px;
	line-height: 15px;
	padding: 5px;
	background-color: #414c57;
	color: #fff;
	border-radius: 5px;
}

.remove_inq_item:hover{
	background-color: #ff4444;
}

#filter_overlay{
	transition: .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.grid_price{
	font-weight: bold;
}

.inv_area_pad{
	padding: 0 2% !important;
}

.pagination{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
}

.content-box{
	text-align: left;
}

.spec_title{
	border-bottom: 2px solid #263238;
}

.spec_title h4{
	font-weight: bold;
	text-transform: uppercase;
}

.listing-titles{
	font-weight: bold;
}

.cat_title{
	padding: 0 !Important;
	color: black !important;
}

.inv_hover{
	display: block;
	position: relative;
}

.listing:hover .bg-box{
	border: .5px solid #bdbdbd  ;
}

.bg-box:hover{
	border: .5px solid #bdbdbd  ;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.outer-img-box  {
	position: relative;
	height: 200px;
    text-align: center;
    overflow: hidden;
}

.blurred_inv_img{
	background-color: #000;
	overflow: hidden;
	height: auto;
	width: 115%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	filter: blur(6px) brightness(0.75);
	-webkit-filter: blur(6px) brightness(0.75);
	backdrop-filter: blur(15px) saturate(1.75);
	/* -webkit-filter: blur(4px);
	filter: blur(4px); */
	/* transform: scale(1.1); */
}

.inv_image {
	transition: transform 0.5s linear;
	height: 200px;
   /*  position: relative; */
	margin: 0 auto;	
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hover_message {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover_message_bg{
	transition: .5s ease;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.outer-img-box:hover .hover_message {
	opacity: 1;
}

.outer-img-box:hover .hover_message_bg {
	background: rgba(0, 0, 0, 0.65);
}

.media_count{
	color: #fff;
} 


.listing_info{
	padding: 0 15px !Important;
}

.bg-box{
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: .5px solid #ddd  ;
	border-radius: 5px;
}

.detail_btn_wrap{
	/*padding: 15px !Important;*/
	padding-top: 10px !Important;
}

.listing-info-wrap{
	padding: 0 15px !important;
}

.listing_detail_btn{
	width: 100% !important;
	background: black;
	color: white;
	border: none !important;
	padding: 12.5px 2px !important;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 15px !important;
	margin: 0 !important;
	border-radius: 5px;
}

.listing_detail_btn:hover{
	background: #263238 !important;
}

.preview_imgs_btn{
	border-radius: 5px;
}

.name_div{
	display: table;
    width: 100%;
	table-layout: fixed;
}

.listing-title{
	font-family: 'Oswald', sans-serif !important;
	margin: 0 !Important;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
	font-weight: bold;
	color: #263238 !Important;
}

.listing-price{
	font-size: 18px;
	margin-top: 5px !Important;
	font-weight: bold !Important;
	color: #263238 !Important;
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase;
}
.listing_spec{
	font-weight: bold !important;
}

.cat-title{
	font-weight: bold !important;
	font-size: 30px !important;
	text-transform: uppercase;
	color:  #263238 !important;
}

.search-item {
	width: 100%;
	padding: 10px;
	border: solid 1px #e0e0e0;
	font-size: 15px;
	letter-spacing: 1px;
	color: #141823  !Important;
}

.searched-item{
	border: solid 1px #263238;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.delete_filter_btn{
	margin: 1px;
	white-space: normal;
	font-size: 11px !important;
	padding: 5px !important;
}

.filter-btn {
	width: auto !important;
	padding: 10px 20px!important;
	margin-bottom: 5px !Important;
	position:relative;
	text-align: center;
	color: #fff;
	background: #263238 !important;
	padding: 10px 15px;
	border: none;
	font-weight: 600; 
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.filter-btn:hover{
	background:  #303030  !important;
	box-shadow: 0 1px 5px 1px #B7B7B7;
}

.filter_search_btn{
	position: relative;
	width: 100% !important;
	padding: 10px 20px!important;
	text-align: center;
	color: #fff;
	background: #263238 !important;
	border: none !important;
	padding: 10px 15px;
	font-weight: 600; 
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.inv_label{
	display: block !important;
	font-size: 12px;
}

.filter_check{
	margin: 0 !important;
}

.filter_param{
	margin-bottom: 3px !important;
}

.collapse_btn{
	position: relative;
	width: 100% !important;
	padding: 10px !important;
	text-align: left;
	color: black;
	background: #e0e0e0  !important;
	padding: 10px 15px;
	border: 1px solid #bdbdbd  ;
	border-top: none !Important;
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.collapse_btn:hover, .filter_search_btn:hover{
	background: #bdbdbd   !important;
}

.hidden_input{
	display: none;
	/* padding: 7.5px !Important; */
	background: #f6f6f6 ;
	border: 1px solid #ddd  !important;
}

.hidden_input_pad{
	padding: 10px !Important;
}

.filter_icon{
	position: absolute !Important;
	right: 0;
	margin-right: 20px;
}

#inv_search_form{
	transition: all .5s ease;
}

#inv_search_form.form-group{
	margin: 0 !Important;
}

.paginate_link {
	transition: all .3s ease;
	color: black  !important; 
	border: 1px solid #e0e0e0 !important;
	padding: 10px !Important;
	border-radius: 5px;
}

.paginate_link:hover {
	border: 1px solid black !Important;
}

.paginate_link:active{
	background-color: #263238  !Important;
	background: #263238  !Important;
}

.paginate_link:focus{
	border: 1px solid black !Important;
}

#inv_data{
	/* background: #fafafa ; */
	background: #fff ;
}

hr.listing_hr {
  border: .5px solid #263238;
  width: 75% !Important;
  margin: 0 auto !Important;
  margin-bottom: 10px !Important;
}

#show_fltrs_btn{
	background: #263238 !important;
	color: white;
	padding: 10px 15px;
	border: none !Important;
	margin-bottom: 10px !Important;
}
.sticky-stuff {
	position:sticky !important; 
	top:20px !important;
}
.inv_checkbox_contain { height: auto; max-height: 175px; overflow-y: auto;}

.selected_area{
	display: none;
	border-bottom: 1px solid #bdbdbd;
}

.a_collapse_btn{
	transition: all .3s ease;
	display: inline-block;
	width: 100%;
	text-align: left;
	color: black !Important;
	padding: 10px 15px;
}

.inv_panel{
	background-color: #fff  !important;
	border: 1px solid #ddd !important;
	border-top: transparent !Important;
	margin-bottom: 5px !important;
}

.filter_collapse{
	border-top: 1px solid #ddd !important;
}

.filter-panel-heading{
	transition: all .3s ease;
	/* border: 1px solid #ddd !important; */
	background: #f6f6f6  !important;
}

.filter-panel-heading:hover{
	background: #eeeeee !important;
}

.filter-panel-title{
	margin: 0;
	color: inherit;
}

/* INV GRID VIEW STYLES END */

/* DETAILED INV VIEW STYLES START */

.panel-collapse {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pad-all{
	padding: 0 !Important;
}

.spec-detail{
	display: inline-block;
	
}

#right_buttons{
	padding-left: 25px !important;
}

.list-btn{
	font-size: 14px !Important;
	width: 100% !important;
	border: none !important;
	color: white !important;
	padding: 10px 20px !important;
	margin-bottom: 5px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	letter-spacing: 1.25px;
	font-weight: 500;
	background-color: #263238 !important;
}

.list-btn:hover{
	background:  #303030 !important;
	box-shadow: 0 1px 5px 1px #B7B7B7;
}

.list-btn-alt{
	border: 1px solid #303030 !important;
	color: black !important;
	background-color: #fff !important;
}

.list-btn-alt:hover{
	border: 1px solid #9C9C9C !important;
	background-color: #9C9C9C !important;
}

.media_btn{
	background: black;
	border: none;
	color: white;
	padding: 5px 10px;
	border-radius: 2.5px;
	opacity: .5;
	font-size: 13px;
}

.media_btn_active{
	opacity: 1;
}

.price-text{
	color: #263238;
	font-weight: bold;
}

.category-title {
    text-transform: uppercase;
	font-weight: bold;
	color: #263238;
}

.right-btn-wrap{
	width: 100% !important;
}

.contact_wrap{
	border-bottom: 1px solid #e0e0e0;
}

.rental_wrap{
	border-bottom: 1px solid #e0e0e0;
}

#search_sidebar{
	padding: 0 10px !Important;
	padding-right: 30px !Important;
	margin-bottom: 30px !Important;
}

.thumb_spec{
	font-size: 14px !Important;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
	margin-bottom: 2.5px !Important;
}

.displayed_spec{
	font-weight: 400 !important;
}

.side-contact {
	background-color: #fff ; 
	padding: 15px 20px !important;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
	border: .5px solid #9C9C9C;
}

.contact-form-head {
	margin-top: 5px !Important;
	font-weight: 600 !important;
	color: #263238 !important;
	text-transform: uppercase;
}

.top_filter_btn{
	background-color: #37474F !important;
}

.top_filter_btn:hover{
	background-color: #263238  !important;
}
 
 #inventoryGallery {
	min-width: 100%!important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
}

.panel{
	margin-bottom: 0px !important;
}

/* .ug-slider-control{
	background-color:  rgba(0,0,0,0.5);
}

.ug_btn_wrapper{
	outline: 6px solid rgba(0,0,0,0.5) !important;
	height: 100% !important;
} */

.thumbnails .img_thumb {
	position: relative;
	padding: 5px !important;
	background-color: #e0e0e0;
	overflow: hidden;
}
.thumbnails .img_thumb img {
	width: 100%; 
}

.thumbnails .img_thumb img:hover{
	cursor: zoom-in;
}

#center_loader{
	top: 0;
    margin-top: 100px;
}

/* filter laoder */
.filter_loader {
	margin: 0 auto;
	border: 7.5px solid #e0e0e0;
	border-radius: 50%;
	border-top: 7.5px solid #1b7ee0;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* SPIN LOADER */

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: black !Important;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*slideshow*/
/* .ug-item-wrapper img{
	position: relative !important;
	top: 0 !important;
	left:0 !important;
	margin: 0 auto !important;
	height: 100% !important;
	width: auto !important;
} */


/* SLIDER STYLES */
.slider.slider-horizontal{
	width: 100% !important;
}

.tooltip-arrow {
  display: none;
}

.slider-track-high{
  background: #FFF9C4;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  height: 7px;

}

.slider_container{
	padding: 10px 20px  !Important;
	width: 100%;
	border: 1px solid #e0e0e0;
	margin-bottom: 5px !Important;
}

.slider_label{
	color: #141823
}

/* SLIDER END*/

/* UG CONTROLS CUSTOM */

.ug-arrow-left {
	background-origin: content-box;
	padding: 5px !Important;
	border-radius: 300px !Important;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url("/wp-content/plugins/sandhills-wp-custom-listings/public/images/left_chev.png")!important;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px!important;
	width: 40px!important;
	left: 15px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ug-arrow-right {
	background-origin: content-box;
	padding: 5px !Important;
	border-radius: 300px !Important;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url("/wp-content/plugins/sandhills-wp-custom-listings/public/images/right_chev.png")!important;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px!important;
	width: 40px!important;
	right: 15px !important;
	left: auto !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ug-arrow-hover {
	background-position: 0px 0px!important;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.ug-button-fullscreen {
	position: absolute !Important;
	background-origin: content-box;
	border-radius: 300px !Important;
	padding: 10px !Important;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url("/wp-content/plugins/sandhills-wp-custom-listings/public/images/max_white.png")!important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 0px!important;	
	/* right: 0% !important;  */
	margin: 0px -15px !Important;
	width: 35px!important;
	height: 35px!important;
	left: 30px !important;
    top: 15px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ug-button-fullscreen:hover{
	background-position: 0px 0px!important;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.ug-button-play{
    left: 65px !important;
    top: 22px !important;
}

.ug-canvas-pie{
    margin: 0px !important;
    left: 90px !important; 
    top: 15px !important;
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	#right_buttons{
		padding: 0 !important;
	}
	
	#search_sidebar{
		padding: 0 10px !important;
	}
	
	#show_fltrs_btn{
		display: block !Important;
	}
	
	#filter_title{
		display: none;
	}
	
	.sticky-stuff {
		position:relative !important; 
		top:0 !important;
	}
	.pad-10{
		padding: 0 15px !important;
	}
	#inv_search_form{
		display: none;
	}
	#show_filtering{
		display: block;
	}
}