/* ===================================================================================

* Theme Name: Reland Child
* Theme URI: https://www.themegenix.net/reland/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Reland - Real Estate Group WordPress Theme
* Version: 1.5
* Template: reland
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Topbar: icone location, telefono, email */
.header-top-left .header-top-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
}

.header-top-left .header-top-item i {
    opacity: 0.9;
    flex-shrink: 0;
}

/* Topbar header-style-five: bianco, hover #F2B709 */
.header-style-five .header-top,
.header-style-five .header-top .header-top-left,
.header-style-five .header-top .header-top-item,
.header-style-five .header-top .header-top-item a {
    color: #fff;
}

.header-style-five .header-top .header-top-item i {
    color: #fff;
}

.header-style-five .header-top .header-top-item a:hover,
.header-style-five .header-top .header-top-item:hover,
.header-style-five .header-top .header-top-item:hover i,
.header-style-five .header-top .header-top-item:hover a {
    color: #F2B709;
}

.header-style-five .header-top .header-top-item a {
    transition: color 0.2s ease;
}

.header-style-five .header-top .header-top-item {
    transition: color 0.2s ease;
}

.header-style-five .transparent-header {
    top: 40px;
}

.header-style-five div#sticky-header.sticky-menu {
    top: 0;
}

.navbar-wrap ul {
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .navbar-wrap ul {
        margin: 0 0 0 auto;
    }
}

/* =============================================================================
   Footer 2 — layout Eliano (solo colori/spazi; font = tema)
   ============================================================================= */
.footer-eliano-v2 {
    background-color: var(--footer-eliano-bg, #5c1a2e);
    color: #fff;
}

.footer-eliano-v2__inner {
    padding-top: 4.5rem;
}

@media (max-width: 767px) {
    .footer-eliano-v2__inner {
        padding-top: 3rem;
    }
}

.footer-eliano-v2__logo-wrap {
    margin-bottom: 1.25rem;
}

.footer-eliano-v2__logo-link {
    display: inline-block;
    line-height: 0;
}

.footer-eliano-v2__logo-img {
    max-width: 200px;
    height: auto;
    display: block;
}

/* Solo logo tema (scuro): inverti per sfondo bordeaux. Logo personalizzato = nessun filtro */
.footer-eliano-v2__logo-img--invert {
    filter: brightness(0) invert(1);
}

.footer-eliano-v2__logo-wrap--custom .footer-eliano-v2__logo-img {
    filter: none;
    max-width: 220px;
}

.footer-eliano-v2__tagline {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
    opacity: 0.95;
}

.footer-eliano-v2__social {
    margin-top: 1.25rem;
}

.footer-eliano-v2__social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-eliano-v2__social-list li {
    margin: 0;
    padding: 0;
}

.footer-eliano-v2__social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #fff;
    font-size: 0.95rem;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-eliano-v2__social-list a:hover {
    color: #F2B709;
    border-color: #F2B709;
    background-color: rgba(242, 183, 9, 0.08);
}

.footer-eliano-v2__social-list svg {
    display: block;
}

.footer-eliano-v2__title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 1.35rem;
    padding: 0;
}

.footer-eliano-v2__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-eliano-v2__list li {
    margin: 0 0 0.65rem;
}

.footer-eliano-v2__list li:last-child {
    margin-bottom: 0;
}

.footer-eliano-v2__list a {
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.footer-eliano-v2__list a:hover {
    opacity: 1;
    color: #F2B709;
}

.footer-eliano-v2__contacts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-eliano-v2__contact {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 0 0.85rem;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.45;
}

.footer-eliano-v2__contact:last-child {
    margin-bottom: 0;
}

.footer-eliano-v2__contact:hover a,
.footer-eliano-v2__contact:hover span {
    color: #F2B709;
}

.footer-eliano-v2__contact-icon {
    flex-shrink: 0;
    width: 1.1em;
    margin-top: 0.15em;
    opacity: 0.9;
}

.footer-eliano-v2__contact a {
    color: #fff;
    text-decoration: none;
    text-underline-offset: 2px;
}

.footer-eliano-v2__bottom {
    margin-top: 2.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-eliano-v2__copyright-p,
.footer-eliano-v2__copyright p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.footer-eliano-v2__copyright span {
    color: #fff;
}

.footer-eliano-v2__copyright .footer-logo {
    width: 25px;
    margin-bottom: 5px;
    transition: transform .3s ease !important;
}

.footer-eliano-v2__copyright .powered-by {
    color: #fff;
}

.footer-eliano-v2__copyright .powered-by:hover .footer-logo {
    transform: scale(1.2)
}