/* Child Theme - Custom CSS File for Buyers to Modify */

td.datepickerUnavailable:after{
	content:"";
	position:absolute;
	border:3px solid FireBrick;
	transform: rotate(270deg);
	transform-origin: -130% -170%;
	border-radius:100%;
}

td.datepickerCleanup:after{
	content:"";
	position:absolute;
	border:3px solid GoldenRod;
	transform: rotate(270deg);
	transform-origin: -130% -170%;
	border-radius:100%;
}

th.subtitle, td.subtitle {
	border: 1px solid white;
}

img.subtitle {
  height: 27px;
}

.property-grid .property-item {
    min-height: 347px;
}

td.distance {
	background-color: aliceblue;
}

p.copyright {
  white-space: pre-wrap;
}

span.desktop-version {
    white-space: pre-wrap;
    font-size: 16px;
    float: inherit;
    line-height: 24px;
}

a.mobile-version {
    white-space: pre-wrap;
    font-size: 14px;
}

.directions-div {
	padding-top:5px;
	padding-bottom:20px;
}

.directions-btn {
	border-radius: 0px;
}

.directions-img {
	height:25px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.display-none {
	display: none;
}

h2.contact-number {
	margin-top: 62px;
}

@media (min-width: 980px) {
	.main-menu {
		margin-top: 62px;
	}
}

@media (max-width: 979px) {
	.main-menu {
		margin-top: 0px;
	}
}

/*
Commenting out this sections after removing the second phone number from the header
@media (max-width: 979px) and (min-width: 768px) {
	i.fa.fa-phone {
		top: 4px;
    	left: 3px;
	}
}

@media (max-width: 767px) {
	i.fa.fa-phone {
	  bottom: 5px;
	}
} */

@media (max-width: 499px) {
	.flex-direction-nav {
	    display: block;
	}
	#property-slider-two .flex-direction-nav a.flex-prev {
		background: url(../../realhomes/assets/classic/images/mobile-prop-slider-nav-left.png)
	}
	#property-slider-two .flex-direction-nav a.flex-next {
		background: url(../../realhomes/assets/classic/images/mobile-prop-slider-nav-right.png)
	}
	.Featured_Properties_Widget {
    	display: none;
	}
}

@media (max-width: 439px) {
	.more-fields-wrapper.collapsed {
	    display: none;
	}
	.advance-search .more-fields-trigger {
	    display: block;
	}
}
