<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* form di ricerca */
#filtraeventi input[type="text"],
#filtraeventi select {
    font-size: 16px;
    color: #333;
    background: #fff;
}
#filtraeventi input#keyword {
    height: 32px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}
#filtraeventi .data-container {
    width: 100%;
    margin-left: 20px;
    position: relative;
}
#filtraeventi .data-container:first-child {
    margin-left: 0;
}
#filtraeventi .data-container img {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 24px;
    width: 24px;
}
#filtraeventi .data-container input.hasDatepicker {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    box-sizing: border-box;
}
#filtraeventi .select-container {
    width: 100%;
    margin-left: 20px;
    box-sizing: border-box;
}
#filtraeventi .select-container:first-child {
    margin-left: 0;
}
#filtraeventi .select-container select {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    width: 100%;
}
#filtraeventi input.search-button {
    width: 100px;
    margin-left: 20px;
    cursor: pointer;
}
.single-event &gt; .image-container &gt; .date-box-container {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: #4e769c;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}
.single-event &gt; .image-container {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.single-event &gt; .image-container img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(0%,40%);
    -ms-transform: translate(0%, 40%);
    -o-transform: translate(0%,40%);
    transform: translate(-50%,-50%);
}
.single-event &gt; .content-container &gt; .place {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 5px;
    font-style: normal;
}
.single-event &gt; .content-container &gt; .place span {
    color: #4e769c;
    font-weight: bold;
}
.single-event &gt; .content-container .uk-panel-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #3c3c3c;
}

@media all and (max-width: 767px){
	#filtraeventi .flex-collapse-mobile {
        flex-direction: column;
        margin: 0;
    }
    #filtraeventi .select-container,
    #filtraeventi .data-container {
        margin: 0;
        margin-bottom: 20px;
    }
    #filtraeventi .data-container:last-child {
        margin-bottom: 0;
    }
}
</pre></body></html>