/*
 Theme Name:   EAR-Rentals
 Theme URI:
 Description:  Theme for EAR Rentals WordPress site
 Author:       Mário Pereira
 Author URI:
 Template:     wp-real-estate
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ear-reantals
*/

.estates .property-info span .fa.noText {
  margin-right: 0 !important;
}

#primary-mono .property-meta-single span .fa.noText {
  margin-right: 0 !important;
}

.mp-property-reference {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
}

.mp-property-reference a {
  color: white;
}

.mp-property-reference a:hover {
  color: #39E7ED;
}

.mp-searchbox {
  float: right;
  padding: 3px;
  margin-right: 20px;
}

.mp-searchbox .fa-search {
  cursor: pointer;
}

.mp-bookit-link-index {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
}

.mp-bookit-link-index a {
    color: white;
}

.mp-bookit-link-index a:hover {
    color: #39E7ED;
}

.mp-bookit-link-article {
  color: white;
  background-color: rgba(16, 113, 184, 0.8);
  border: 1px solid rgba(16, 113, 184, 0.8);
  padding: 5px;
  float: right !important;
  text-decoration: none;
}

.mp-bookit-link-article:hover {
  color: rgba(16, 113, 184, 0.8);
  background-color: white;
  border: 1px solid rgba(16, 113, 184, 0.8);
  text-decoration: none;
}

.mp-bookit-link-article:visited {
  color: white;
  background-color: rgba(16, 113, 184, 0.8);
  border: 1px solid rgba(16, 113, 184, 0.8);
  text-decoration: none;
}

.mp-bookit-link-article:hover:visited {
  color: rgba(16, 113, 184, 0.8);
  background-color: white;
  border: 1px solid rgba(16, 113, 184, 0.8);
  text-decoration: none;
}
