/*
Theme Name: Hello Elementor Child
Description: Tema child per Hello Elementor
Author: creative-farm
Author URI: https://www.creative-farm.it
Template: hello-elementor
Version: 1.0
*/

/* Stile base messaggi */
.elementor-form .elementor-message {
    display: block !important;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 10px;
    position:absolute;
    bottom:50px;
    width:100%;
}
.elementor-form .elementor-button {
    margin-top:60px!important;
}
.elementor-form .elementor-message.elementor-message-danger {
    background-color: #ffebe6;
    border: 1px solid #ff0000;
}

.elementor-form .elementor-message.elementor-message-success {
    background-color: #e6ffeb;
    border: 1px solid #00a000;
}

.elementor-form .elementor-button-wrapper {
    display: flex;
    flex-direction: column-reverse; 
}

.elementor-form .elementor-button {
    margin-bottom: 0;
    margin-top: 10px;
}
.elementor-form .elementor-field-group .elementor-message{
    position:relative;
    bottom:0;
}
.elementor-form .elementor-column{
    align-content: flex-start;
}
#item_attivita {
    max-width: 380px; /* desktop */
    margin: 0 auto;   /* centra sempre */
}

/* Tablet */
@media (max-width: 1024px) {
    #item_attivita {
        max-width: 500px;
    }
}

/* Smartphone */
@media (max-width: 768px) {
    #item_attivita {
        max-width: 500px;
    }
}
#item_attivita .img-categoria {
    width: 100%;
    height: 175px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
}