/*
Theme Name: Muccart 2023
Theme URI: https://menexa.eu/
Description: Tema Child per Hello - Questo tema è stato sviluppato da Menexa Srl e tutti i diritti sono riservati - È proibita qualsiasi modifica, anche parziale ai codici e alle immagini senza il nostro espresso permesso scritto 
Author: Menexa srl
Author URI: https://menexa.eu/
Template: hello-elementor
Version: 1.2
*/
img {
    max-width: 100%;
    height: auto;
}
.piena-pagina {
    min-height: calc(100vh - 112px) !important;
}

.btn {
    font-weight: 700!important;
    text-transform: uppercase;
    border-radius: 6px;
    color: #fff !important;
}

.btn:hover {
}

.small {
    font-size: 85%;
    line-height: 100%;
}
.spazio_superiore {
    margin-top: 15px;
}

.spazio_sopra_sotto {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spazio_inferiore {
    margin-bottom: 15px;
}

.spazio_inferiore_doppio {
    margin-bottom: 30px;
}

.spazio_interno {
    padding: 25px;
}

.no_spazio {
    margin-top: 0;
    margin-bottom: 0;
}

.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px;
}

.dz-drag-hover {
    background-color: rgba(255, 193, 8, 0.5) !important;
    -webkit-transition: background-color 0.2s ease-in;
    -ms-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
.dz-message {
    color: #000;
    font-weight: 700;
}
.entry-title {
    text-transform: uppercase;
    line-height: 100%;
}
.progress {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.progress-bar {
    text-align: center;
    background-color: rgba(255, 193, 8, 1);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
}

.pulsante-demo a, .pulsante-demo a:visited {
    color: #fff!important;
}

.pulsante-demo a:hover {
    color: #fff;
    background-color: #666!important;
}

.foto-elenco {
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;


}

.foto-elenco-copertina {
    display: block;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    height: 300px;
}

.foto-elenco-copertina:hover {
    transform: scale(1.05);
}

.foto-elenco-dati {
    position: absolute;
    bottom: 10px;
    left:-10px;
    padding: 10px;
    line-height: 100%;
    background-color: rgba(0, 0, 0, 1);
    color:#fff;
    border-radius: 4px;
}
.foto-elenco-status {
    position: absolute;
    top: 5px;
    right:5px;
    padding: 10px;
    font-size: 36px;
    line-height: 100%;
}

a .foto-elenco-dati{
    color:#fff;
    text-decoration: none;
    font-weight: normal;
}

.nero {
    color: #000 !important;
}