
.calendar-container {
width: 80px;
height: 95px;
background-image: url('../img/calendario.jpg');
background-repeat: no-repeat;
}
.calendar-month {
    color: white;
    font-weight: bold;
    text-align: center;
    position: relative;
    top:10px;
}

.calendar-day {
    color: black;
font-size: 34px;
font-weight: bolder;
height: 57px;
line-height: 57px;
text-align: center;
position: relative;
top: 9px;
font-family: helvetica;

}

.eventi-parrocchie-detail-title {
    padding: 8px !important;
    margin-bottom: 5px;
}

.parrocchia-event a {
    font-size: 16px;
    color:#006a84 !important;
    font-weight: normal !important;
}

.title-event {
    padding: 8px !important;
margin-bottom: 0px;
font-weight: bold;
font-size: 16px;
position: relative;
top: -20px;
left: 0px;
color: #9E1E35;
}

.parrocchia-event {
   padding: 8px !important;
margin-bottom: 0px;
font-weight: bold;
font-size: 16px;
position: relative;
top: -6px;
left: 0px;
color: #9E1E35; 
}

.date-event {
   padding-top: 8px;
   padding-bottom: 8px;
margin-bottom: 4px;
position: relative;
top: 1px;
font-style: italic;
font-size: 11px;
left: -20px;
color: #006a84;
text-decoration: underline;
}

.attach-event {
    padding: 9px;
position: relative;
margin-left: 25px;
}
.title-event a {

    color: blue;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
}


.padding-calendar {
    padding-left: 0 !important;
    padding-right: 40px !important;
    margin-bottom: -75px;
}

.event-container {
padding: 10px; 
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.event-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.sunto {
padding-bottom: 7px;
position: relative;
left: -20px;
top:-10px;
padding-top: 5px;
}

.full-description {
padding-bottom: 7px;
position: relative;
left: -20px;
padding-top: 5px;
display:none;
top:-10px;
}

.sacerdote-image {
    height: 75px;
    overflow: hidden;
}
#descrizione_eventi {
    width: 40%;
    height: 180px;
}

.allegato-container {
    padding: 3px;
border: 1px solid #C8C8C8;
height: 100%;
overflow: hidden;
width: 80px;
margin-right: 20px;
position: relative;
right: 13px;
top: 13px;
margin-bottom: -50px;
}

@media (max-width:700px){
    .date-event {
        left: 0;
    }

    .sunto {
        left:0;
    }
}