/*
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
-------------------------------------- */
/**
 * Premium and Platinum Label Styles
 * Add to child theme style.css
 */

/* Platinum Label Styles */
.label-platinum {
    background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%) !important;
    color: white !important;
    font-weight: bold !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Premium Label Styles */
.label-premium {
    background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%) !important;
    color: white !important;
    font-weight: bold !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Hover effects */
.label-platinum:hover,
.label-premium:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    transition: all 0.2s ease;
}

/* For property detail pages */
.property-labels .label-platinum,
.property-labels .label-premium {
    margin-right: 8px;
    margin-bottom: 8px;
}

/* When platinum/premium appear in labels-wrap (inside image with FOR SALE tags) */
.labels-wrap .label-platinum,
.labels-wrap .label-premium,
.labels-wrap .label-featured {
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
}

/* Ensure they appear inline with other labels */
.labels-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .label-platinum,
    .label-premium {
        font-size: 11px !important;
        padding: 3px 10px !important;
    }
}
