/*
Theme Name: Villa Tamborino
Theme URI: https://matteolecci.it/
Template: hello-elementor
Author: Matteo Lecci
Author URI: https://matteolecci.it/
Description: Villa Tamborino
Tags: villa-tamborino
Version: 1.0.1766227379
Updated: 2025-12-20 11:42:59

*/

/* listing eventi box */
.eventi-listing-img-box {
    position: relative !important;
}

.eventi-listing-img-box::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: background-color 0.3s ease !important;
    pointer-events: none !important;
}

.eventi-listing-box:hover .eventi-listing-img-box::after {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

/* listing eventi calendar */
.eventi-listing-calendar-info,
.eventi-listing-calendar-info > .elementor-widget-wrap,
.eventi-listing-calendar-info::before {
    transition: background-color 0.3s ease !important;
}

.eventi-listing-calendar-title .elementor-heading-title {
    transition: color 0.3s ease !important;
}

.eventi-listing-calendar:hover .eventi-listing-calendar-info,
.eventi-listing-calendar:hover .eventi-listing-calendar-info > .elementor-widget-wrap,
.eventi-listing-calendar:hover .eventi-listing-calendar-info::before {
    background-color: #D9D9D9 !important;
}

.eventi-listing-calendar:hover .eventi-listing-calendar-title .elementor-heading-title {
    color: #0563A9 !important;
}

/* listing la villa */
.la-villa-box > .elementor-widget-wrap {
    position: relative !important;
}

.la-villa-box > .elementor-widget-wrap::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: background-color 0.3s ease !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.la-villa-box:hover > .elementor-widget-wrap::after {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.la-villa-title {
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    position: relative !important;
    z-index: 2 !important;
}

.la-villa-box:hover .la-villa-title {
    opacity: 1 !important;
}

/* listing giardino */
.giardino-box > .elementor-widget-wrap {
    position: relative !important;
}

.giardino-box > .elementor-widget-wrap::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: background-color 0.3s ease !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.giardino-box:hover > .elementor-widget-wrap::after {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.giardino-title {
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    position: relative !important;
    z-index: 2 !important;
}

.giardino-box:hover .giardino-title {
    opacity: 1 !important;
}