/* 
Theme Name: Hello Immo - AGNC
Description: Hello Immo - AGNC is a child theme of Hello Elementor. Works with ImmoSync. Have fun !
Author: Arnaud pour AGNC
Author URI: https://agnc.be
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-immo-agnc
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* bug fix navigator */
img {
    vertical-align: middle;
} 

/* WPIS DETAILS LIST */

.wpis-detail-list {
    list-style: none;
    padding: 0;
    line-height: 1.8;
}
.wpis-detail-list.column-2 {
    column-count: 2;
}
body[data-elementor-device-mode=mobile] .wpis-detail-list.column-2 {
    column-count: 1;
}

.wpis-detail-list li {
	display: flex;
}

.wpis-detail-list .attr {
    display: inline-block;
    min-width: 180px;
    font-weight: bold;
}


/* GRID Status label */
.label-status {
    padding: 3px 10px !important;
    border-radius: 3px;
    color: white !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #333;
}

.label-status.vendre {
    background: #30b54d;
}

.label-status.vendu {
    background: #ed1c24;
}

.label-status.nouveau {
    background: #f78f27;
}

.label-status.option {
    background: #fbc111;
}

.label-status.nouvelles.conditions {
    background: #ff6214;
}

/*
    Add Your Custom Style
*/

