/*
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
-------------------------------------- */


.elementor-form-fields-wrapper .elementor-field-group .elementor-field-textual::placeholder {
  color: #a1a7a8;
}

.wp-block-columns.is-layout-flex {
    display: flex; /* This ensures the flex container is defined */
    align-items: stretch; /* This makes all the children of the container (the columns) stretch to the same height */
}

.wp-block-column.is-layout-flow .menu {
    display: flex; /* Use Flexbox for the UL as well */
    flex-direction: column; /* Stack the LI vertically */
    align-items: start; /* Align items to the start (top) of the container */
    width: 100%; /* Ensure the UL takes the full width of its parent */
    list-style-type: none; /* Optional: Removes bullet points */
    padding: 0; /* Optional: Removes default padding */
}

/* Optional: Reset margin for list items to ensure tight vertical alignment */
.wp-block-column.is-layout-flow .menu li {
    margin: 0;
}

.property-review {
    overflow: hidden; /* Prevents the content from overflowing */
    padding: 10px; /* Adds some padding inside each review, adjust as necessary */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}

.review-message {
    width: 100%; /* Ensures the review message takes up the full width of its container */
    overflow-wrap: break-word; /* Prevents the text from overflowing */
}

.review-image img {
    max-width: 100%; /* Ensures images do not overflow their container */
    height: auto; /* Maintains aspect ratio of images */
}


