/*
Theme Name: WpResidence
Theme URI: https://themeforest.net/user/wpestate
Description: WP Residence is a premium & responsive WordPress theme designed for Real Estate companies and independent agents.
Version: 5.1.1
Author: wpestate
Author URI: https://www.wpestate.org
Text Domain: wpresidence
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
*/

/*
Desde la versión 5.0 se usa Bootstrap 5.3 y SCSS compilado en /public/css/main.css
Más info: https://help.wpresidence.net/article/wpresidence-theme-5-0-scss-css-and-bootstrap-integration-documentation/
*/

/* ==== Logos dinámicos según transparencia de header ==== */
.transparent_header .header_logo img {
  content: url('https://riccardipropiedades.com.ar/wp-content/uploads/2025/06/riccardiblanco.png') !important;
}

.header_not_transparent .header_logo img,
.sticky_header .header_logo img {
  content: url('https://riccardipropiedades.com.ar/wp-content/uploads/2022/10/riccardi.png') !important;
}

/* ==== Forzar visibilidad de íconos Font Awesome y Dashicons ==== */
.fas, .fab, .far, .fal, .fad, .fa, .dashicons {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Dashicons", sans-serif !important;
  font-style: normal;
  font-weight: 900 !important;
  text-rendering: auto;
  display: inline-block;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

.fas::before,
.far::before,
.fab::before,
.fa::before,
.fal::before,
.fad::before,
.dashicons::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas, .fab, .far, .fal, .fad, .fa {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}

.fab {
  font-weight: 400 !important;
}