/*
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 customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
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
*/


/* Your CSS code goes here
-------------------------------------- */


/* Fondo negro para el logo del sidebar */
.sidebar-logo {
  background-color: #000000;
}

/* Borde rojo para el logo dentro del sidebar */
.sidebar-logo .logo {
  border-color: #e80000;
}

/* Borde rojo para enlaces activos del menú lateral */
.nav-box ul li a.active {
  border-color: #e80000;
}

/* Fondo negro y texto blanco en hover y activo */
.nav-box ul li a:hover,
.nav-box ul li a.active {
  background-color: #000000;
  color: #ffffff;
}



.slick-slide img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
  display: block;
}


.gallery-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #e80000;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

#pills-gallery {
  position: relative;
  min-height: 500px;
  background: #f0f0f0;
}

#pills-gallery.loaded .gallery-loader {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
