/*
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
-------------------------------------- */
/* Csak a vételár színének módosítása */
.property-price-wrap .price {
    color: #c49e77 !important;
}

/* Az esetleges pénznem vagy utótag színének igazítása */
.property-price-wrap .price-postfix {
    color: #c49e77 !important;
}
/* Az ár színének beállítása mindkét típusú lista esetén */
.property-price-wrap .price,
.item-price-wrap .price {
    color: #c49e77 !important;
}
/* Eladó státusz színe (Mélykék) */
.status-color-2 {
    background-color: #c49e77 !important;
    color: #FFFFFF !important;
}

/* Kiadó státusz színe (Olívazöld) */
/* Megjegyzés: Ellenőrizd a kiadó címke pontos osztályát, általában status-color-3 */
.label-status:contains('Kiadó'),
.status-color-3 {
    background-color: #02365d !important;
    color: #FFFFFF !important;
}

/* Kiadó státusz címke átszínezése */
.status-color-3 {
    background-color: #999999 !important;
    color: #FFFFFF !important;
}

/* Ha a keretet is használsz, annak a színe is legyen ugyanaz */
.label-status.status-color-3 {
    border-color: #999999 !important;
}

/* Slick Slider nyilak testreszabása */
.slick-arrow {
    background-color: rgba(255, 255, 255, 0,1) !important;
    /* Fehér, enyhén áttetsző háttér */
    color: #ffffff !important;
    /* A te egyedi narancs színed a nyílnak */
    border-radius: 15%;
    /* Kör alakú nyilak az eleganciáért */
    transition: all 0.3s ease;
}

/* Hover effektus (amikor ráviszed az egeret) */
.slick-arrow:hover {
    background-color: #c49e77 !important;
    color: #ffffff !important;
}

/* Ha ikon van benne, annak a színezése */
.slick-next::before,
.slick-prev::before {
    color: inherit !important;
    font-size: 24px;
    /* Itt állíthatod a nyíl méretét */
}

/* 
 * Globális tiltás: a képek title attribútuma ne jelenjen meg tooltipként.
 * A Houzez több helyen saját HTML-t generál, ezért ez a 100%-os megoldás.
 */
img[title] {
    pointer-events: none !important;
}
