/***************************** VIEW EVENTI ************************************/



.footer-first, .footer-second, .footer-third, .footer-fourth {
margin-bottom: 5%;
}

td.eventi {
vertical-align: top;
}

div.eventiBF {
font-weight: bold;
color: #005172;
position: relative;
z-index: 20;
background: #fff;
width: 80px;
margin-left: 6%;
margin-bottom: 55px;
font-size: 1.3em;
padding-left: 7px;
}

.view-view-eventi-home-page .view-content table {
background: transparent;
}

.block-block-88, .block-block-89, .block-block-90 {
margin-bottom: 4px;
}

/**************** Titolo *******************/

div.views-field.views-field-title {
font-weight: bold;
color: #005172;
font-size: 14px;
/*margin-bottom: 15px;
text-align: center; */
line-height:16px;
}

.field-content a {
color: #005172;
}

/***************** Immagine **********************/

div.views-field.views-field-field-immagine-evento img {
margin: auto;
display: block;
margin-bottom: 15px;
border: 2px solid #eee;
border-radius: 10px;
margin-top: 5px;
}

/***************** DATA **********************/

.data-rounded {
    text-align: center;
    width: 70px;
    font-size: 1.2em;
    background-color: #005172;
    border-radius: 100%;
    padding: 9px 5px;
    float: left;
    height: 70px;
    margin-right: 5px;
    line-height: 1.7em;
    color: #fff;
}

.views-field-field-data-evento span.date-display-single {
font-size: 1.3em;
line-height: 1.3em;
color: #fff;
}

.views-field-field-data-evento .field-content {
height: 50px;
margin-top: 3px;
}

/***************** LUOGO **********************/

div.views-field.views-field-field-luogo-evento {
font-size: 12px;
font-weight: bold;
color: #a5a5a5;
padding-top: 7px;
}

@media only screen and (max-width: 480px) and (min-width: 0px) {
    
    div.views-field.views-field-title {
    font-size: 1em;
    line-height: inherit;
    }
    
    .data-rounded {
    width: 80px;
    font-size: 1.1em;
    padding: 12px 9px;
    height: 80px;
    }
    
    .lista {
    margin-bottom: 25px;
    min-height: auto;
    }
    
    div.views-field.views-field-title {
    font-size: 1.1em;
    }
    
    div.views-field.views-field-field-luogo-evento {
    font-size: 0.9em;
    padding-top: 0;
    }

}
