/* Enter Your Custom CSS Here */
#hu{display:inline}
#hu input{width:15px}

.property-header-container {
		pointer-events: none;
}

.property-item .property-title { 
 background-color: rgba(255,255,255,0.7) !important;

}
.property-item .property-title .subtitle { 
 color: #333333;

}

@media (min-width: 768px) {
		body.single-property .property-header h1.title {
				background-color: rgba(255,255,255,0.5) !important;
		}
}


.google-business-reviews-rating {
    position: absolute;
    top: -9px;
    right: 0px;
    z-index: 100;
	  background: transparent;
    border: none !important;
    box-shadow: none !important;
    width: 400px !important;
}

.google-business-reviews-rating .heading {
	display: none;
}
.google-business-reviews-rating .vicinity {
	display: none;
}
.google-business-reviews-rating .rating {
	margin: 0  !important;
}
.google-business-reviews-rating .listing {
	margin: 0  !important;
	background: #c6c6c6;
	border-radius: 5px;
}

.google-business-reviews-rating .attribution {
	background: #c6c6c6;
	border-radius: 5px;
}
.google-business-reviews-rating {
	background: #c6c6c6;
	padding-bottom: 0px;
}


.google-business-reviews-rating .review-snippet {
	white-space: normal;
}
.google-business-reviews-rating .review-full-text {
	white-space: normal;
}
.google-business-reviews-rating .text {
	white-space: normal;
}



@media screen and (min-width: 900px) and (max-width: 975px) {
	.google-business-reviews-rating {
    position: relative;
    top: -35px;
		right: 0px;
    width: 300px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 900px) {
	.google-business-reviews-rating {
	  	display: none;
	
	}
}

.google-business-reviews-rating .listing li {
  display: none;
  width: 100%;
  position: relative;
  animation-name: animateleft;
  animation-duration: 1s;
}

@keyframes animateleft { 
  0% { left :0px; opacity:0 } 
	100% { left:0; opacity:1 }
}


body.single-property .property-header h1 .property-address, body.single-property figure figcaption h1 .property-address {
    font-size: 0.6em;
    text-transform: none;
    color: #666 !important;
}