<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/

.logo_container {
    background: url(logo_new_square_small.png) no-repeat;
}
h1.logo-text, p.site-slogan {
    margin-left:150px;
}
.itemNavigation, .itemAuthorLatest {
    display: none;
}
div.itemImageBlock, div.catItemImageBlock {
    float: left;
    margin: 0 20px 0 0;
/*     padding: 8px; */
}
span.catItemImage img, span.itemImage img {
    padding:0;
}
div.itemListCategory {
    background:none;
    border:0;
}
div.itemAuthorBlock {
    background:none;
    border:0;
}
div.itemToolbar {
    background:none;
}
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
    background:none;
}
div.itemImageGallery ul {
    list-style:none;
}
div.k2ItemsBlock li.even {
    padding:0;
    background:none;
}
div.k2ItemsBlock li.odd {
    padding:0;
    background:none;
}
div.itemVideoBlock {
    background:none;
}
div.itemIntroText {
    font-size: 100%;
    padding: 4px 0 0 0;
    font-weight: normal;
    color: #fff;
}
div.catItemBody {
    padding:0;
}
.catItemIntroText p, .tagItemIntroText p, .moduleItemIntrotext p, .itemBody p {
    text-align: justify;
    line-height: 1.4em;
    margin-bottom: 15px;
}
div.itemAttachmentsBlock {
    font-size:130%;
}
div.itemAttachmentsBlock span {
    color:#fff;
}
div.itemAttachmentsBlock ul.itemAttachments {
    display:block;
}
div.itemAttachmentsBlock ul.itemAttachments li {
    display:block;
    text-align:left;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
    color:#ddd;
    font-size:80%;
}
.upcoming_event_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left:60px; 
}

/* stile box di ricerca */
#search .inputbox { color:#000; }
#search .inputbox::-webkit-input-placeholder { color:#555; }
#search .inputbox::-moz-placeholder { color:#555; } /* firefox 19+ */
#search .inputbox:-ms-input-placeholder { color:#555; } /* ie */

.weblink-category a.category { font-size:140%; }
.weblink-category li { overflow:auto; }

h3.catItemTitle {
    font-size:180%;
}

@media (max-width: 660px) {
    .logo-text, .site-slogan {
        display: none;
    }
}
@media (max-width: 1023px) {
    .module_vjcalendar {
        display: none;
    }
}
@media (max-width: 767px) {
    .itemContainer {
        width: 100% !important;
    }
}
</pre></body></html>