/*Scrollbar
--------------------------------------------*/
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*ACF Map
--------------------------------------------*/
.acf-map {
	width: 100%;
	height: 100vh;
	border: none;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.map-container{
	margin-top: -20px;
	width: 70%;
	
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.30);
}

/*Marker
--------------------------------------------*/
.marker-info{
	max-width: 300px;
}

.marker-info h3{
	font-size: 1.4rem;
	margin-bottom: 8px;
}

.marker-info .two-thirds{
	padding-right: 8px;
}

/* Marker Info
--------------------------------------------*/
.wrap.info-wrap{
	padding: 24px 0 18px 18px;
	text-align: center;
}

.wrap.info-wrap img.preview-img{
	object-fit: cover;
    height: 100px;
    width: 100%;
    margin-bottom: 6px;
    border-bottom: solid 5px #145BAE;
}

.wrap.info-wrap h3{
	font-size: 1.6rem;
}

.wrap.info-wrap a.button{
	margin-top: 14px;
	display: block;
}

/*Global
--------------------------------------------*/
body{
	overflow: hidden;
}

.site-container{
	height: 100vh;
	overflow: hidden;
}

.site-header{
	background-color: rgba(0,0,0,.30) !important;
	z-index: 999999;
}

.site-footer{
	position: fixed !important;
	bottom:0 !important;
	z-index: 99999;
}

#top-section{
	z-index: 9999 !important;
}

button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button{
    font-size: 1.4rem !important;
    padding: 12px 16px !important;
}

/* Filtering
--------------------------------------------*/
span.filter-btn{
	position: fixed;
	color: #FFF;
	left: -38px;
	top: 50%;
	background: rgba(84,52,50,1);
	padding: 14px 24px;
	font-family: "museo-sans",sans-serif;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	
	cursor: pointer;
	
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;

}

span.filter-btn:hover{
	background: rgba(84,52,50,0.9);
}

span.filter-btn.hide{
	left: -100px;
}

span.close{
	position: absolute;
	right: 18px;
    top: 10px;
	cursor: pointer;
}

fieldset{
	border: none !important;
	padding: 0 !important;
}

fieldset input{
	margin: 8px 0;
}

fieldset label{
	text-transform: capitalize;
	position: relative;
	top: -2px;
	margin-left: 4px;
}

fieldset input{
	
}

fieldset span{
	display: block;
	width: 100%;
	height: 1px;
}

.filter-container{
	position: fixed;
	z-index: 99999;
	left: -420px;
	top: 312px;
	padding: 38px;
	background: rgba(84,52,50,.90);
	color: #FFF;
	visibility:visible;
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.filter-container.shift{
	left: 100px;
}



.filter-container h2{
	font-size: 2.0rem;
	text-transform: uppercase;
	margin-bottom: 12px;
	border-bottom: solid 1px rgba(255,255,255,0.4);
	padding-bottom: 6px;
}

.checkbox-container{
	border-bottom: solid 1px rgba(255,255,255,0.2);
	margin-bottom: 2px;
}

#property_filter2 option{
	display: block !important;
}

select{
	border: none !important;
	outline: none !important;
}

/*Hide Labels*/
label.bowman-property,
label.featured-property,
input.bowman-property,
input.featured-property,
fieldset span.bowman-property,
fieldset span.featured-property,
.checkbox-container.bowman-property,
.checkbox-container.featured-property,
#property_filter2 option.featured-property{
	display: none !important;
}

/* The Properties
--------------------------------------------*/
.properties-container,
.properties-container .the-property,
.properties-container .the-property .property-info,
.properties-container .the-property .overlay{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.properties-container{
	position: fixed;
	background: #233447;
	z-index: 9999;
	height: 100%;
	width: 32%;
	right: 0;
	top: 225px;
	padding-bottom: 179px;
	overflow-x: hidden;
	overflow-y: scroll;
	visibility: visible;
	opacity: 1;
	
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.75);
}

.admin-bar .properties-container{
	top: 257px;
}

.properties-container .the-property{
	position: relative;
	height: 120px;
	width: 100%;
	border-bottom: solid 4px rgba(255,255,255,1);
	display: block;
	color: #FFF;
	background-size: cover !important;
	background-position: center center !important;
	cursor: pointer;
}

.properties-container .the-property.expand{
	height: 250px;
}

.properties-container .the-property .overlay{
	background: rgba(35,52,71,0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 100;
}

.properties-container .the-property .overlay.fade,
.properties-container .the-property .overlay:hover{
	background: rgba(27,40,54,0.9);
}

.properties-container .the-property h3{
	color: #de8920;
	position: absolute;
	z-index: 200;
	margin: 0;
	bottom: 14px;
	right: 24px;
	font-size: 2.0rem;
	
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.properties-container .the-property .property-info{
	position: relative;
	z-index: 99999999;
	color: #FFF;
	padding: 65px 48px 48px 48px;
	visibility: hidden;
	opacity: 0;
}

.properties-container .the-property .property-info .two-thirds.first{
	padding-right: 24px;
}

.properties-container .the-property .property-info .one-third a.property-link{
	position: relative;
	overflow: hidden;
}

.properties-container .the-property .property-info .one-third a.property-link span.prop-availability{
	position: absolute;
    z-index: 999;
    color: #FFF;
    padding: 4px;
    width: 100%;
    text-align: center;
    bottom: 1px;
    left: -1px;
}

.properties-container .the-property .property-info .one-third a.property-link span.prop-availability span{
	background: rgba(23,59,102,0.8);
    position: relative;
    width: 102%;
    /* margin: 2px; */
    display: block;
}

.properties-container .the-property .property-info .one-third img{
	border: solid 2px rgba(255,255,255,1);
}

.properties-container .the-property .property-info a.button{
    margin-top: 14px;
    display: block;
    text-align: center;
    max-width: 140px;
}

.properties-container .the-property .property-info.fade{
	visibility: visible;
	opacity: 1;
}

.properties-container .the-property span.type{
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 12px;
	color: #333;
	text-align: right;
	background: rgba(255,255,255,.8);
	font-size: 1.2rem;
}

@media only screen and (max-width: 1650px) {
 
	.map-container{
		width: 60%;
	}

	.properties-container{
		width: 42%;
	}
	
	.properties-container .the-property h3{
    	padding: 0 0 0 38px;
	}
	
}

@media only screen and (max-width: 1100px) {
	.properties-container .the-property .property-info .one-third{
		display: none;
	}
	
	.properties-container .the-property .property-info .two-thirds{
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {
	.filter-container{
		visibility: hidden;
		opacity: 0;
	}
}

@media only screen and (max-width: 960px) {
	.properties-container .the-property .property-info{
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 760px) {
	
	.map-container{
		width: 100%;
	}
	
	.properties-container,
	span.filter-btn{
		visibility: hidden;
		opacity: 0;
	}
}