/* CSS PER MEGAMENU CON HEADER FULL WIDTH!!! */

/* header full width */
@media (min-width: 1200px) {
#sp-header .container {
 max-width: 100%;
}
}
@media (min-width: 1200px) {
#sp-menu {
 display:flex;
 justify-content: center;
}
}
/* fine header full width */
/* css immagini nel megamenu */
.sp-dropdown-inner img {
    width: 100%;
}

.nolinkplease a:hover,
a.nolinkplease:hover
{cursor:default; color:#333 !important;}

.item-117 a, .item-134 a, .item-139 a, .item-226 a {
  cursor:default; color:#333 !important;
}

.item-117 .sp-dropdown-items a:hover {
  cursor:pointer; color:#E30613 !important;
}
.item-134 .sp-dropdown-items a:hover {
  cursor:pointer; color:#E30613 !important;
}
.item-139 .sp-dropdown-items a:hover {
  cursor:pointer; color:#E30613 !important;
}
.item-226 .sp-dropdown-items a:hover {
  cursor:pointer; color:#E30613 !important;
}
/*.item-117.item-header:before, .item-134.item-header:before, .item-139.item-header:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c8";
    float: left;
    font-size: 10px;
    margin-top: 3px;
    margin-right: 5px;
    color: #E30613;
}*/
/* css per la voce di menu "singola" che non ha submenu nel dropdown del megamenu */
.item-116 a  {
  font-family: 'orbitron_medium';
letter-spacing: 1px;
text-transform: none !important;
  font-weight: 400 !important;
  margin-top: 18px;
}
.item-132 a  {
  font-family: 'orbitron_medium';
letter-spacing: 1px;
text-transform: none !important;
  font-weight: 400 !important;
  margin-top: 18px;
}
.item-138 a  {
  font-family: 'orbitron_medium';
letter-spacing: 1px;
text-transform: none !important;
  font-weight: 400 !important;
  margin-top: 18px;
}
.item-116 a:hover, .item-132 a:hover, .item-138 a:hover {
  cursor:pointer; color:#E30613 !important;
}
/* css per le voci del sun menu editoria */
.item-235 a  {
  font-family: 'orbitron_medium';
letter-spacing: 1px;
text-transform: none !important;
  font-weight: 400 !important;
  margin-top: 18px;
}
.item-235 a:hover {
  cursor:pointer; color:#E30613 !important;
}
/* css per le colonne del megamenu */
.sp-dropdown-inner .col-sm-4 {
   padding-right: 5px;
   padding-left: 5px; /* ridotti dagli originali bootstrap! */
}
.sp-mega-group {
    height: 100%;
    border-right: solid 1px lightgray;
    border-left: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
}
.item-117.menu_item.item-header, .item-134.menu_item.item-header, .item-139.menu_item.item-header, .item-116.menu_item.item-header, .item-132.menu_item.item-header, .item-138.menu_item.item-header, .item-226.menu_item.item-header {
    padding-left: 5px !important;
}
/* mediaquery per la posizione del megamenu! */
@media only screen and (min-width: 1200px) {
  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: -350px !important; /* era -425px */
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
   width: 1200px;
}
} 
@media screen and (max-width: 1199px) and (min-width: 992px) {
  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: -305px !important; /* era -280px */
    right: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
   width: 992px;
}
}
/*  modificato il padding tra le colonne del megamenu */
.sp-dropdown-inner .col-sm-2 {
   padding-right: 5px;
   padding-left: 5px;
}
/* modificato il padding del contenitore del megamenu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px 20px;
}

/* css per la nuova voce di menu editoria alla quale ho assegnato la classe editoria direttamente nel megamenu */
.editoria .sp-dropdown-inner {
    width: 265px !important;
}
/* altro css per la nuova voce di menu editoria alla quale ho assegnato la classe editoria direttamente nel megamenu */
.editoria .sp-mega-group {
  height: 100%;
  border-right: solid 0px lightgray;
  border-left: solid 0px lightgray;
  border-bottom: solid 0px lightgray;
}

/* FINE CSS PER MEGAMENU */

{
    font-family: 'orbitron_medium';
    letter-spacing: 1px;
}

/* == CSS PER HEADER IN TRASPARENZA SULL'IMMAGINE == */
#sp-header { 
background: rgba(255,255,255,0.6); 
height: 60px; 
box-shadow: 0 0px 0px; 
}
#sp-header.header-sticky { 
position: fixed; 
z-index: 99; /* era 9999 */
background: #ffffff; 
box-shadow: 0 3px 3px rgba(0,0,0,0.05);
transition: all ease-out 0.6s;
-webkit-transition: all ease-out 0.6s;
}
#sp-title { 
min-height: 0; 
margin-top: -60px; 
}
/* == FINE CSS PER HEADER IN TRASPARENZA SULL'IMMAGINE == */

/* == CSS VOCI DI MENU PRINCIPALE == */
/* voci di menu principale in maiuscolo, aggiunta spaziatura lettere e aumentato il font-weight... */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 1.2rem !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-family: 'orbitron_medium';
}
@media only screen and (max-width: 1399px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 1rem !important;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: 'orbitron_medium';
}
} 
/* per aumentare il font-weight della voce di menu attiva con colore rosso logo */
.sp-megamenu-parent > li.active > a {
    font-weight: 500;
    color: #E30613;
}
/* voci di menu principale colore rosso logo hover */
.sp-megamenu-parent > li.active:hover > a {
    color: #E30613 !important;
}

.sp-megamenu-parent > li > a:hover {
    color: #E30613 !important;
}
/* == FINE CSS VOCI DI MENU PRINCIPALE == */

/* == CSS ANIMAZIONE UNDERLINE VOCI DI MENU PRINCIPALE == */
.sp-megamenu-parent > li > a {
    position: relative;
}
.sp-megamenu-parent > li > a:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  bottom: 0px; /* imposta la distanza della sottolineatura dal bordo inferiore dell'header! */
  left: 5%;
  background-color: #E30613;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sp-megamenu-parent > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sp-megamenu-parent > li.active > a:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  bottom: 0px; /* imposta la distanza della sottolineatura dal bordo inferiore dell'header! */
  left: 5%;
  background-color: #E30613;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* == FINE CSS ANIMAZIONE UNDERLINE VOCI DI MENU PRINCIPALE == */



/* == CSS VOCI DI SUBMENU == */
/* stesso font del menu principale */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    font-family: 'orbitron_medium';
    letter-spacing: 1px;
}
/* voci di submenu in rosso a mouse over */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #E30613;
}
/* voci di submenu attive in rosso (come le voci attive del menu principale) */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #E30613 !important;
}
/* il submenu ora sale leggermente sopra l'header */
/*.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 90%;
}*/
/* == FINE CSS VOCI DI SUBMENU == */
/* == TIPOGRAPHY == */
h1, h2, h3, p {
    font-family: 'idealistsans_light' !important;
}
.article-details .article-header h1 {
    font-size: 2rem;
}
/* da 2 a 1.6 */
.h2, h2 {
    font-size: 1.6rem;
}
/* da 1.75 a 1.4 */
.h3, h3 {
    font-size: 1.4rem;
}
@media only screen and (max-width: 576px) {
.article-details .article-header h1 {
    font-size: 1.6rem;
}
.h2, h2 {
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 1099px) {
.h3, h3 {
    font-size: 1.2rem;
}
}
/* font orbitron */
@font-face {
    font-family: 'orbitron_medium';
    src: url('../fonts/orbitron_medium.woff') format('woff');
}
/* font idealistsans_light */
@font-face {
    font-family: 'idealistsans_light';
    src: url('../fonts/idealistsans_light.woff') format('woff');
}
/* == FINE TIPOGRAPHY == */
/* colore link! */
a {
    color: #E30613;
}
a:hover {
    color: #333333;
}
/* CSS OFFCANVAS */
.offcanvas-menu .offcanvas-inner {
    padding: 10px;
    margin-top: 60px;
}
/* ingrandite e ingrossate voci di menu principali accordeon ck */
#accordeonck113 li.level1 > span a {
    color: #636363;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'idealistsans_light' !important;
    letter-spacing: 1px;
}
/* ingrandite e ingrossate voci di sub menu accordeon ck */
#accordeonck113 a.accordeonck {
    color: #636363;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'idealistsans_light' !important;
    letter-spacing: 1px;
}
/* sostituzione icona di default con icona custom png */
.close-offcanvas {
    background: transparent !important;
}
.fa-remove::before {
    content: "";
    display: block;
    background: url(/images/close-square-40.png) no-repeat;
    width: 40px;
    height: 40px;
}
body.ltr .close-offcanvas {
    right: 35px !important;
}
.fa-remove {
    color: transparent !important;
}
/* FINE CSS OFFCANVAS */

/* == CSS LAYOUT BLOG == */
/* aggiunto spazio tra titolo pagine e anteprima articoli */
.article-list.articles-leading.clearfix {
  margin-top: 30px;
}
/* rimossa proprietà float:left nell'immagine di anteprima degli articoli blog; creava un sacco di problemi col titolo articolo (in h2) che risultava in altezza fino al bordo superiore dell'immagine... */
.article-intro-image.float-left {
  float: none !important;
}
.article-full-image.float-left {
    float: none !important;
}
/* aggiunto bordo rosso logo al titolo h2 degli articoli blog */
.article-list .article .article-header h2 {
    border-left: solid 5px #E30613;
    padding-left: 5px !important;
}
/* classe inserita nella voce di menu "news" (classe pagina, inserito solo news) per avere il bordo a sinistra del titolo articolo esteso (h1), ma solo nelle pagine della voce di menu news */
.news .article-details .article-header {
    border-left: solid 5px #E30613;
    padding-left: 5px !important;
}
/* messo un leggero colore di sfondo e un bordo all'articolo */
.article-list .article {
    background-color: #f7f7f7;
    border: 1px solid #dadada;
}
/* cambiato completamente l'aspetto grafico delle info articolo, in questo caso c'è solo la data di pubblicazione */
/* bozza di modifica stile bottone, ma ne ho fatta un'altra sotto che mi piace di più... */
/*.article-info {
    background-color: #F5F5F5; 
    color: black;
    display: inline-block;
    padding: 0 7px 3px;
    border-radius: 3px 3px 0 0;
    border: solid 1px gray;
}*/
/* questa è la versione che mi piace di più */
.article-info {
    color: gray;
    display: inline-block;
    padding: 0 7px;
    border-left: solid 5px gray;
}
/* aumentato un po' il font della data di pubblicazione */
.article-info > span {
    font-size: 0.9rem;
}
/* quattro regolette css per il readmore... */
.article-list .article .readmore {
    font-size: 0.9rem;
    background-color: #E30613;
    text-align: center;
    border: solid 1px #E30613;
    padding: 0 7px 3px;
    border-radius: .25em;
    display: inline-block;
}
.article-list .article .readmore:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5da";
    color: white;
}
.article-list .article .readmore:hover {
    background-color: #ce131e;
    border: solid 1px #ce131e;
}
.article-list .article .readmore a {
    color: white !important;
    font-weight: 600;
}

/* rimossa la lista articoli seguenti al fondo pagina blog */
.articles-more {
    display: none;
}
/* messo colore rosso logo item attivo paginazione layout blog */
.page-item.active .page-link {
    background-color: #E51521;
    border-color: #E51521;
}
/* modifica anche al mouse over sull'item attivo */
.page-item.active .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #ce131e;
    border-color: #ce131e;
}
/* custom bottoni avanti indietro paginazione categoria */
.pager > li a {
    border: 1px solid #808080;
    padding: .5rem 2rem;
    border-radius: .5em;
    color: #343434;
}
.pager > li a:hover {
    border: 1px solid #808080;
    color: #343434;
    background-color: #fdfcfa;
}
/* ridotto il paddin-top del div pager */
.pager {
    padding: 1rem 0 0 0; /* era 2rem */
}
/* he sottotitoli articoli pagina blog */
.article-introtext h2 {
  font-size: 1.05rem;
  font-weight: 600;
}

/* == FINE CSS LAYOUT BLOG == */

/* css modulo ShareThis */
#st-1 {
    margin-top: 1rem;
    border-top: 1px solid #f5f5f5;
    padding-top: 1rem;
}
#st-1 .st-btn:hover {
    opacity: .8;
    top: 0px !important;
}
/* fine css modulo ShareThis */

#sp-main-body {
    padding: 30px 0;
}
#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 30px;
}
.sp-page-title {
    margin-top: 60px !important;
}

#sp-footer-custom {
    background-color: #343434;
    padding-top: 20px;
    color: white;
}
#sp-footer .container-inner {
    border-top: 0px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner a {
    color: white;
}
#sp-footer .container-inner a:hover {
    color: #c2c2c2;
}
#sp-loghi  {
    padding: 0px 10px;
    border-top: solid 2px #e5e5e5;
}

/* css icone social in footer-custom */
#sociallink a {
  color: white !important;
}

#sociallink a:hover {
  color: #c2c2c2 !important;
}
/* CSS MODULI POS RIGHT! */
#sp-left .sp-module, #sp-right .sp-module {
    padding: 10px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    font-size: 1.375rem;
    font-weight: 500;
    padding-bottom: 3px;
    border-bottom: 0px;
}
/* al momento sospesa per provare un'icona before
.sp-module-title {
    border-left: solid 5px #E30613;
    padding-left: 5px !important;
} */
/*
#sp-right .sp-module-title:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f14d"; color: #E30613; padding-right: 5px;
} */
.facebook .sp-module-title::before {
    font-family: "Font Awesome 5 Brands"; content: "\f082"; color: #E30613; padding-right: 5px;
}
.twitter .sp-module-title::before {
    font-family: "Font Awesome 5 Brands"; content: "\f081"; color: #E30613; padding-right: 5px;
}

/* END CSS MODULI POS RIGHT! */

/* prova di bordo con padding in cima alla colonna right da mobile, ora sostituita da modulo apposito... */
/* @media only screen and (max-width: 991px) {
#sp-right {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px lightgray;
  }
} */
/* due regole per le icone social in testa agli articoli */
.article-social-share .social-share-icon ul li a:hover {
    background-color: #E30613;
}
.article-details .article-ratings-social-share {
    padding: .5rem 0;
    border-top: 0px;
    border-bottom: 0px;
}
/* quattro simpatiche regolette per un custom breadcrumb */
.breadcrumb {
    padding: .5rem 1rem;
    margin-bottom: .5rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}
.breadcrumb::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    color: #E30613;
    padding-right: 5px;
    margin-top: 1px;
}
.pathway {
   color: #E51521;
}
.breadcrumb-item a:hover {
   color: #6c757d;
}

/* == FINESTRA MODAL DI RICERCA NEL SITO == */
#ModalSearchLabel {
 font-family: 'idealistsans_light';
}
#ModalSearch .modal-dialog-full-width {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width:none !important;

    }
#ModalSearch .modal-content-full-width  {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #ececec !important 
    }
#ModalSearch .modal-header-full-width  {
        border-bottom: 1px solid #9ea2a2 !important;
    }
#ModalSearch .modal-footer-full-width  {
        border-top: 1px solid #9ea2a2 !important;
    }
#ModalSearch .modal-footer-full-width  {
        justify-content: center;
    }
.modal-backdrop {
   background-color: gray;
   opacity: .9 !important;
   z-index: 90 !important;
} 
.btn-danger.customsearch {
     margin-top: 11px !important;
     background-color: #E30613 !important;
     border-color: #E30613 !important;
}
.btn-danger.customsearch:hover {
     background-color: #171717 !important;
     border-color: #171717 !important;
}
#ModalSearch .btn-primary {
     background-color: #E30613 !important;
     border-color: #E30613 !important;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
/* == FINE FINESTRA MODAL DI RICERCA NEL SITO == */


/* == HOVER IMAGE EFFECT! == */
/* utilizzato nelle quattro immagini in riga nella home */
/********* Simple or original overlay *******/

/* Main container */
.overlay-image {
 position: relative;
 width: 100%;
}

/* Original image */
.overlay-image .image {
 display: block;
 width: 100%;
 height: auto;
}

/* Original text overlay */
.overlay-image .text {
 color: #fff;
 font-size: 30px;
 line-height: 1.5em;
 text-shadow: 2px 2px 2px #000;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
}

/********* Overlay on hover *******/

/* New overlay on hover */
.overlay-image .hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}

/* New overlay appearance on hover */
.overlay-image:hover .hover {
 opacity: 1;
}

/********* Background and text only overlay on hover *******/

.overlay-image .normal {
 transition: .5s ease;
}
.overlay-image:hover .normal {
 opacity: 0;
}
.overlay-image .hover {
 background-color: rgba(0,0,0,0.5);
}
/* == FINE HOVER IMAGE EFFECT! == */
/* == EFFETTO ROTAZIONE E ZOOM SULLE IMMAGINI CON EFFETTO HOVER DELLO STILE QUI SOPRA == */
    .zoomEffect_1 {
      position: relative;
      overflow: hidden;
    }
    .zoomEffect_1 img {
      max-width: 100%;
      height:auto;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }
    .zoomEffect_1:hover img {
      -moz-transform: rotate(12deg) scale(1.55);
      -webkit-transform: rotate(12deg) scale(1.55);
      transform: rotate(12deg) scale(1.55);
    }
/* == FINE EFFETTO ROTAZIONE E ZOOM SULLE IMMAGINI CON EFFETTO HOVER DELLO STILE QUI SOPRA == */

/* CSS per la Table Of Content */
.anchor {
    padding-top: 65px;
}

.sp-preloader > div {
   pointer-events: none;
   width: 2.5em;
   height: 2.5em;
   border: 0.4em solid transparent;
   border-color: #eee;
   border-top-color: #3E67EC;
   border-radius: 50%;
   animation: loadingspin 1s linear infinite;
   background: none;
}

.sp-preloader > div:after {
   content: none;  
}

@keyframes loadingspin {
   100% {
           transform: rotate(360deg)
   }
}

/* Regole custom per iCagenda */
.ic-label {
    display: table-cell;
    font-weight: bold;
    min-width: 110px;
    display: none !important;
}
.ic-divCell {
    font-weight: bold;
    padding: 1px 5px;
    font-weight: bold;
}

.ic-align-center {
    text-align: left;
}
#ic-list-of-dates {
    display: none;
}
/* aggiunto testo al numero dei posti totali nella scheda di prenotazione */
.ic-divRow.ic-info-tickets:before {
    content: 'posti totali';
    font-family: font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: bold;
}
/* aggiunto testo al numero dei posti rimanenti nella scheda di prenotazione */
.ic-divRow.ic-info-tickets-left:before {
    content: 'posti rimanenti';
    font-family: font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: bold;
}
/* css per allineare testo e numeri delle due regole precedenti */
.ic-divCell.ic-value {
    float: left;
}
/* riquadro evento per la prenotazione */
#icagenda.ic-event-view {
  margin-bottom: 20px;
  border: solid 1px #E30613;
  border-radius: .25em;
  padding: 10px;
  background-color: rgba(221,221,221,0.3);
}
/* diminuito h1 riquadro evento per la prenotazione */
.ic-event-header h1 {
    font-size: 1.5rem;
    border-bottom: solid 1px gray;
}
/* dentro il riquadro evento per la prenotazione */
.ic-event-buttons {
  border-bottom: solid 1px gray;
  padding-bottom: 9px;
}
/* dentro il riquadro evento per la prenotazione */
.ic-single-starttime {
  font-size: 1em;
}
.ic-single-starttime:before {
  font-size: 1em;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  content: "- ore";
  margin-right: 4px;
}

/* dentro il riquadro evento per la prenotazione */
/*.ic-info {
    background: transparent none repeat scroll 0 0;
    border-left: 5px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 1%;
}*/
/* dentro il riquadro evento per la prenotazione */
.ic-info {
  background: transparent;
}
/* tolta la parola DATA nel popup eventi */
.ictip-date-lbl {
    display: none
}
/* cambio colore chiudi nel popup evento dal calendario */
#ictip a.close {
    color: #E30612 !important;
}
/* tolto bottone torna all'evento nella schermata di successo della registrazione */
.ic-registration-complete-buttons .ic-btn-success {
   display: none !important;
}
/* aggiunto testo ore prima dell'ora numerica popup */
#ictip .ictip-time:before {
    content:"ore"
}
/* tolti i numeri dei posti nel popup */
.regButtons.ic-reg-buttons {
  display: none !important;
}
#ictip .ictip-event-title {
    display: block;
    min-width: 200px;
    font-weight: 600 !important;
    padding: 8px 5px 3px 5px;
    font-size: 1rem !important;
}
/* FINE regole custom per iCagenda */
/* == CSS MINIFRONTPAGE NEWS */
/* css card di minifrontpage news home page versione desktop! */
.mfp_mid_138.mfp_default_skin_card .mfp_default_item .mfp_default_title a {
  font-weight: 500 !important;
  font-size: .9rem !important;
}
.mfp_mid_138.mfp_default_skin_card .mfp_default_item .mfp_default_title {
  line-height: 1rem;
}
.mfp_mid_138.mfp_default_skin_card .mfp_default_item .mfp_date {
  font-size: .7em;
}
.mfp_mid_138.mfp_default_skin_card .mfp_default_item .mfp_thumb_pos_top {
  margin: 0;
}
/* css card di minifrontpage news home page versione mobile! */
.mfp_mid_140.mfp_default_skin_card .mfp_default_item .mfp_default_title a {
  font-weight: 500 !important;
  font-size: 1.1rem !important;
}
.mfp_mid_140.mfp_default_skin_card .mfp_default_item .mfp_default_title {
  line-height: 1.3rem;
}
.mfp_mid_140.mfp_default_skin_card .mfp_default_item .mfp_date {
  font-size: .7em;
}
/* bordo a mouse over sulle immagini delle card */
.mfp_default_skin_card .mfp_default_item .mfp_thumb_pos_top img:hover {
  border: 2px solid #E30613;
}
/* == CSS MINIFRONTPAGE NEWS */
/* == css category list archivio == */
/* rimossa la riga col filtro numero articoli visualizzati */
.category-list .content-category .d-flex.justify-content-between.align-items-centerd-flex.mb-4 {
    display: none !important; 
}
.category-list {
    margin-top: 40px; 
}
/* == fine css category list archivio == */
/* css bottone torna indietro pagina dischi */
.customback {
  border-color: #e30613;
  color: #e30613;
}
.customback:hover {
  color: white;
  background-color: #e30613;
  border-color: #e30613;
}
/* css per immagini pagine dischi */
.customshadow {
  box-shadow: rgba(0, 0, 0, 0.45) 2.4px 2.4px 3.2px;
}
/* custom CSS widgetkit! */
/* == css con classe per pagina contatti per grid contatti == */
.contactgrid .uk-card-body {
    text-align: center;
    padding: 20px 15px !important;
}
.contactgrid .uk-card-default {
   border: 1px solid rgba(0,0,0,.2);
}

/*.contactgrid .uk-card-default:hover {
   border: 1px solid rgba(0,0,0,.2);
   background-color: #E30613 !important;
   color: #fff !important;
}*/
.contactgrid .uk-card-default:hover h4 {
   color: #fff !important;
}
/*.contactgrid .uk-card-default:hover .uk-button-default {
   color: #fff !important;
}*/
.contactgrid .uk-button-default {
   border-color: #E30613 !important;
   background-color: #E30613 !important;
   color: #fff !important;
   border-radius: .25em !important;
}
.contactgrid .uk-card img {
    width: 550px;
}