/* Add your custom css in this file */

/* Acheter-Louer Listing */

.listing-post-odd .property-description {
  background-color: #704384;
}
.listing-post-even .property-description {
  background-color: #7F5193;
}
.property-listing-simple .btn-default {
  background-color: #565656;
}
.property-listing-simple .btn-default:hover {
  background-color: #414041;
}
.property-listing-simple .title-heading {
  color: #d0bae2;
}
.property-listing-simple .meta-item-value {
  color: #66747e;
}
.property-listing-simple .price-wrapper .prefix-text {
  color: #d0bae2;
}
.property-listing-simple .price-wrapper .postfix-text {
  color: #d0bae2;
}

/* Objet seul */

.property-title-wrapper {
  background-color: #565656;
  color: #ffffff;
}
.property-title-wrapper .favorite-and-print > a {
  background-color: #4A4A4A;
  color: #ffffff;
}
.property-title-wrapper .favorite-and-print > a:hover {
  background-color: #414041;
}
.similar-properties .nav-and-title {
  background-color: #704384;
}
.sidebar-property-detail .widget_lidd_mc_widget {
  background-color: #565656;
}
.single-property-price {
  color: #c189ed;
}
.fancy-title {
  color: #704384;
  font-weight: bold;
}
.meta-item-icon .icon-area .meta-item .meta-icon-container {
  color: #c189ed;
}
.pagination .current {
  background-color: #704384;
}
.pagination .page-numbers:hover {
  background-color: #704384;
}
.meta-icon {
  fill: #c189ed;
}
.property-title-wrapper .favorite-and-print .fa {
  color: #c189ed;	
}
.btn-default, .login-form-submit, .widget_lidd_mc_widget input[type="submit"], .widget_mortgage-calculator input[type="submit"] {
    background-color: #c189ed;
}
.widget_mortgage-calculator input[type="submit"]:hover, .widget_lidd_mc_widget input[type="submit"]:hover {
    background-color: #704384;	
}
#scroll-top {
    background-color: #704384;
}
#scroll-top:hover {
    background-color: #573366;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background-color: #704384;
}
.btn-orange {
    background-color: #704384;
}
.contact-form .btn-orange:hover, .contact-form .btn-orange:focus {
    background-color: #573366;
}
.col-right-side {
    background-color: #707070;	
}
.property-features-list a:hover:after {
    background-color: #704384;
}
.breadcrumb a:hover {
    color: #c189ed;
}

/* SAFARI IMAGE FIX */

html:not(.mobile-true) #main img:not(.animate-element, .ls-s-1),
html:not(.mobile-true) #header img,
html:not(.mobile-true) #bottom-bar img {
    opacity: 1 !important;
}