/*
** Progetti Astratti
** www.progettiastratti.com
**
** Theme: Struttura
** Version: 5.0.0
*/

/* ======================== WORDPRESS FILE UPLOADER / WPForms ======================== */

/* Wrapper uploader */
.wpforms-form .wpforms-field.wpforms-field-file-upload {
    padding: 10px 0 !important;
    clear: both;
}

/* Label del campo file upload */
.wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-field-label {
    display: block;
    font-size: 35px;
    text-transform: uppercase !important;
    float: none;
    margin: 0 0 4px 0;
    padding: 0;
}

/* Area uploader principale */
.wpforms-uploader {
    background-color: transparent !important;
    border: 0 !important;
}

/* Dropzone area */
.dz-clickable {
    background-color: #fff !important;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    height: 250px !important;
}

/* Titolo moderno dentro uploader */
.wpforms-uploader .modern-title {
    color: #000 !important;
    font-size: 22px !important;
}

/* Icone SVG */
.dz-message svg {
    color: #000 !important;
}

/* Testo di hint nascosto */
.modern-hint {
    display: none;
}

/* Dimensione file info */
.dz-size {
    font-size: 16px !important;
}

/* Nome file */
.dz-filename {
    font-size: 20px !important;
}
