/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */

.contact_information a {
	color: #000;
}

.availability-banner, .availability-banner .contact_field input, .availability-banner .contact_field select {
	background-color: #d6642b;
}

@media (max-width: 767px) {
  .mobile_navigation span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 8px 0;
    background: #fff;
    border-radius: 2px;
  }
}