/*
 Theme Name: Houzez Child
 Theme URI: http://www.favethemes.com/
 Author: Favethemes
 Author URI: http://www.favethemes.com/
 Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customize the design. Packed with powerful features and the tools you need.
 Version: 1.0
 Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: houzez
 Template: houzez
*/

@import url("../houzez/style.css");

/* Aquí podés agregar tu CSS personalizado */
/* Ícono de login – color constante en hover y normal */
ul.login-register-nav.phone-number li a i {
  color: #ffffff !important; /* blanco o el color que elijas */
  transition: none !important;
}

ul.login-register-nav.phone-number li a:hover i {
  color: #ffffff !important; /* mismo color para evitar cambio */
}
