/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.2
*/

/* styling features on the sidebar */
#property_taxonomy_terms_widget-3 ul li a {
    border: 2px solid #00adbb;
    padding: 3px 12px;
    border-radius: 20px;
}
#property_taxonomy_terms_widget-3 ul li {
    margin-bottom: 15px;
}

/* SVG Icons color correction */
/*
.rh-ultra-property-slider-container .rh-ultra-thumb-action-box .share svg {

  fill: #ffffff;
  stroke: #ffffff;
}
.rh-ultra-property-slider-container .rh-ultra-thumb-action-box .print svg {
  fill: #ffffff;
}
.rh-ultra-action-buttons.rh-ultra-action-dark .favorite-btn-wrap span svg .rh-ultra-light, .rh-ultra-action-buttons.rh-ultra-action-dark .favorite-btn-wrap a svg .rh-ultra-light {
  fill: #ffffff;
}
*/
.rh-ultra-media-count .rh-media svg {
    width: 24px;
}

/* Center filter buttons on mobile */

@media (max-width: 600px) {
  .elementor-7519 .elementor-element.elementor-element-df89d6c .rhea_search_button_wrapper {
    justify-content: center!important;
  }
  .rhea_ultra_search_form_wrapper .rhea-more-options-mode-container .rhea_open_more_features_outer {
    justify-content: center!important;
  }
	.rh-ultra-property-thumb-box {
	background: #00ADBB;	
	}
}


///////
.rh-ultra-property-full-slider .rh-ultra-property-thumb-box {
  left: 0;

  right: 0;

  border-radius: 0;

}
.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;

}
@media (max-width: 890px) {
  .rh-ultra-property-thumb-box {
    position: relative;
    background: #222222;

  }
}

/* Property buttons color correction */
.rh-ultra-action-buttons.rh-ultra-action-dark .add-to-compare-span a {
  background: #ffffff;
}
.rh-ultra-action-buttons.rh-ultra-action-dark .favorite-btn-wrap span svg .rh-ultra-light, .rh-ultra-action-buttons.rh-ultra-action-dark .favorite-btn-wrap a svg .rh-ultra-light {
  fill: #00adbb;
}
.rh-ultra-action-buttons.rh-ultra-action-dark .favorite-btn-wrap a {
  background: #ffffff;
}
.rh-ultra-action-buttons.rh-ultra-action-dark .favorite-btn-wrap a svg .rh-ultra-dark {
  fill: #00adbb;
}


