/*
 Theme Name: Ashe child
 Template:   ashe
 */

h3.wpdt-c::before {
    display: none;
}

h3.wpdt-c {
    color: #D3D3D3;
    font-size: 35px;
    font-weight: bold !important;
    /* background: -webkit-linear-gradient(#484848, #6d67c9); */
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
}


.single .elementor-tab-title {
    background-color: #3a3a3acf !important;
}

.single .elementor-tab-title.elementor-active {
    background-color: #666666cf !important;
}

.wpcf7-number {
    min-width: 150px
}

.acf-custom-loop {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.acf-custom-articolo {
    display: flex;
    background: rgba(84, 84, 84, 0.31);
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.7px);
    -webkit-backdrop-filter: blur(13.7px);
    border-top: 3px solid #851282a8;
    padding: 8px 15px;
    align-items: center;
    justify-content: center;
}

.acf-custom-articolo h5 {
    margin: 0;

}

.acf-custom-articolo h5 a {
    font-size: 18px;
    color: #e2e2e2;
}

.acf-custom-articolo:hover h5 a {
    color: #fff
}