/*
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
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

/* Property Cards Carousel v1 (houzez_elementor_properties_carousel_v2 widget): mobile shows price, title, location only */
@media (max-width: 767px) {
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .labels-wrap,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .label-featured,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-tools,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-short-description,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-amenities,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .btn-item,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-footer,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-author,
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-date {
    display: none !important;
  }

  /* Equal height cards on mobile */
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .slick-track {
    display: flex !important;
  }
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .slick-slide {
    height: auto !important;
    display: flex;
  }
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .slick-slide > div {
    width: 100%;
  }
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-listing-wrap {
    height: 100%;
  }

  /* Title: max 2 lines with ellipsis, space reserved so every card matches */
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    line-height: 1.3;
  }

  /* Location: single line with ellipsis */
  .elementor-widget-houzez_elementor_properties_carousel_v2 .property-carousel-module .item-address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}