/*CLASSICO CONTEMPORANEO*/
/* Variabili*/
/*COLORI NUMERI*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://i.icomoon.io/public/23cd51b5f5/Palumbo/style.css");
a, a:visited, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0; }
  ol li {
    margin-bottom: 0.5em; }

em {
  color: inherit; }

html {
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth; }

body {
  font-family: "Lato", sans-serif;
  line-height: 120%; }

[class*="icon-"]:before {
  font-weight: 400 !important; }

/*bootstrap-reset*/
.modal-xl {
  max-width: 1080px; }

.flex {
  display: flex; }

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexstretch {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.flexend {
  justify-content: flex-end; }

.flexstart {
  justify-content: flex-start; }

.centrato {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.nascosto {
  display: none; }

.relative {
  position: relative; }

.riempi {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.solomobile {
  display: none; }

.bg-colore1 {
  background-color: #a00;
  color: #fff; }

.bg-colore2 {
  background-color: #c00;
  color: #fff; }

.bg-colore3 {
  background-color: #0cf;
  color: #fff; }

.bg-grayfade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

[class*="bg-colore"] {
  color: #fff; }
  [class*="bg-colore"] a, [class*="bg-colore"] a:visited, [class*="bg-colore"] a:active, [class*="bg-colore"] a:focus, [class*="bg-colore"] a:hover {
    color: #fff; }
  [class*="bg-colore"] .tasto {
    background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:visited, [class*="bg-colore"] .tasto:active, [class*="bg-colore"] .tasto:focus, [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.4); }

.bg-blended {
  background-color: rgba(170, 0, 0, 0.1); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #a00; }

.txt-colore2 {
  color: #c00; }

.txt-default {
  color: #333; }

.corpo080 {
  font-size: 0.8em;
  line-height: 1.4em; }

.corpo090 {
  font-size: 0.9em;
  line-height: 1.4em; }

.corpo120 {
  font-size: 1.2em;
  line-height: 1.4em; }

.corpo150 {
  font-size: 1.5em;
  line-height: 1.4em; }

.corpo200 {
  font-size: 2em;
  line-height: 1.4em; }

.corpo300 {
  font-size: 3em;
  line-height: 1.4em; }

.corpo400 {
  font-size: 4em;
  line-height: 1.4em; }

.separatore {
  border-top: 1px solid #999;
  margin: 2em 0;
  clear: both;
  display: block; }

.fascia {
  padding: 3.5rem 2rem 2rem; }

.stretto {
  max-width: 800px;
  margin: 0 auto; }

.strettissimo {
  max-width: 500px;
  margin: 0 auto; }

.apice, .pedice {
  position: relative;
  font-size: .6em;
  top: -.5em; }

.pedice {
  top: auto;
  bottom: -.2em; }

.nota {
  font-size: 0.9em;
  line-height: 1.2em; }

.strong {
  font-weight: 600; }

/*LAYOUT*/
/*TESTATA*/
/*twist*/
.twist {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .twist > div {
    width: 50%;
    position: relative; }
  .twist .testo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300; }
  .twist .immagine img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 100%; }

.box-tasti {
  display: flex;
  flex-wrap: wrap; }
  .box-tasti .tasto {
    display: block;
    width: calc(50% - 5px);
    margin: 2px;
    position: relative;
    white-space: inherit; }

/*ELENCHI*/
.elenco {
  margin-bottom: 2em;
  /*puntati*/
  /*spaziato*/ }
  .elenco li {
    position: relative; }
  .elenco.cerchi li, .elenco.quadrati li, .elenco.linee li {
    padding-left: 1.5em;
    margin-bottom: 0.5em; }
    .elenco.cerchi li:before, .elenco.quadrati li:before, .elenco.linee li:before {
      content: '';
      position: absolute;
      top: 0.5em;
      left: 0;
      background-color: #c00;
      width: 0.3em;
      height: 0.3em; }
  .elenco.cerchi li:before {
    border-radius: 100%; }
  .elenco.linee li:before {
    height: 3px; }
  .elenco.spaziato li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ccc; }
    .elenco.spaziato li [class*="icon-"]:first-child {
      margin-right: 1em;
      display: inline-block; }
  .elenco.alternato li {
    padding: 0.75em; }
    .elenco.alternato li:nth-child(2n-1) {
      background-color: rgba(0, 0, 0, 0.05); }
  .elenco.numero li {
    padding-left: 2.5em; }
    .elenco.numero li span.numero {
      position: absolute;
      left: 0;
      top: 0;
      color: #a00;
      font-weight: 400; }
      .elenco.numero li span.numero:after {
        content: '.'; }

/*GRIGLIA*/
.griglia {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 3em 0 2em; }
  .griglia .item {
    margin: 5px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 270px;
    position: relative;
    overflow: hidden;
    width: calc(33% - 0.5em);
    transition: all 300ms ease-in-out; }
    .griglia .item img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0;
      transition: all 300ms ease-in-out; }
    .griglia .item[href]:hover img {
      transform: scale(1.1); }
    .griglia .item .contenuti {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }
    .griglia .item h3 {
      font-weight: 600;
      font-size: 1em;
      padding: 0.5em 1em;
      color: #666; }
    .griglia .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      z-index: 1; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  background-color: #a00;
  color: #fff;
  padding: 1.3em;
  transition: all 0.2s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1.1rem;
  display: inline-block;
  line-height: 1em;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #c40000;
    color: #fff; }
  .tasto:visited {
    color: #fff; }
  .tasto [class^="icon-"], .tasto [class*=" icon-"] {
    font-size: 1.66em;
    position: relative;
    top: 0.1em;
    margin-right: 0.5em; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #e60000; }
    .bg-colore1 .tasto:hover {
      background-color: red; }
  p + .tasto {
    margin-top: 1em; }
  .tasto[class*="icon-"] {
    color: #fff; }
    .tasto[class*="icon-"]:hover {
      color: #fff; }
  .tasto.icona-fine {
    padding-right: 3em; }
    .tasto.icona-fine [class*="icon-"] {
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona {
    padding-left: 4rem; }
    .tasto.icona [class*="icon-"] {
      font-size: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0.3em 0;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 3rem; }
      .tasto.icona [class*="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tasto.icona.evidenza [class*="icon-"] {
      background-color: #ff4444 !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #ff7777 !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #a00; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #dd0000; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #a00;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #dd0000; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #a00; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #dd0000; }

.espandi:before {
  content: 'Read more'; }
  .espandi:before[aria-expanded='true']:before {
    content: 'Read less'; }
  .espandi:before:after, .espandi:before[aria-expanded='true']:after {
    content: '\e906';
    font-family: "palumbo-font";
    margin-left: 1em; }
  .espandi:before[aria-expanded='true']:after {
    content: '\e907'; }

.media {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }
  .media .item {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .media.foglio {
    padding-bottom: 145%; }
  .media.video {
    padding-bottom: 56.25%;
    margin-bottom: 0; }
  .media.immagine {
    padding-bottom: 66%; }
    .media.immagine img {
      object-fit: cover;
      object-position: center center; }

/*FOOTER*/
/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.2em; }
  [class*='bg-colore'] h1, [class*='bg-colore'] h2, [class*='bg-colore'] h3, [class*='bg-colore'] h4, [class*='bg-colore'] h5, [class*='bg-colore'] h6 {
    color: #fff; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2em; }
  .titoletto + h1, .titoletto + h2, .titoletto + h3, .titoletto + h4, .titoletto + h5, .titoletto + h6 {
    margin: 0; }

h1, h2, h3 {
  font-weight: 900; }

h4, h5, h6 {
  color: #595959;
  font-weight: 400; }

h1 {
  font-size: 2.4em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.1em; }

strong {
  font-weight: 600; }

.sottotitolo {
  margin: -0.3em 0 1em; }

.sopratitolo {
  color: #c00;
  margin-bottom: 0.25em; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  color: #a00;
  margin-bottom: 0;
  font-size: 1.2em; }

/*RESPONSIVE MIN*/
/*RESPONSIVE MAX*/
@media (max-width: 959px) {
  .solomobile {
    display: inherit; }

  .nomobile {
    display: none; } }
/*FONTS*/
[class^="icon-"], [class*=" icon-"] {
  font-family: 'palumbo-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*RIMOZIONE BARRA ADMIN FRONTEND*/
html[lang] {
  margin-top: 0 !important; }

#wpadminbar {
  display: none; }

/**/
/*Layout*/
.tm-toolbar {
  background: #fff; }

.tm-page-container {
  background: url("img/sfondo.jpg") repeat-x center top #f5f5f5; }

.colonne {
  display: flex;
  gap: 2em; }
  .colonne .colonna {
    width: 50%; }

/*MENU*/
.uk-drop .uk-navbar-dropdown-nav li + li {
  border-top: 1px solid #ddd; }
.uk-drop.uk-navbar-dropdown[style*="width: 310px"] ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 15px; }
  .uk-drop.uk-navbar-dropdown[style*="width: 310px"] ul li {
    width: calc(50% - 15px); }
    .uk-drop.uk-navbar-dropdown[style*="width: 310px"] ul li + li:nth-child(2) {
      border-top: none; }

.uk-navbar-nav > li.menu-item-has-children > a:after {
  content: '\e932';
  font-family: "palumbo-font"; }

/*TESTATA*/
.testata-destra {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  margin-top: 12px;
  min-width: 450px;
  position: relative; }
  .testata-destra .sociali {
    font-size: 2.5em;
    margin-right: 1.5%;
    min-width: 6em;
    text-align: center; }
    .testata-destra .sociali a {
      color: #555;
      transition: transform 0.2s ease-in-out;
      display: inline-block; }
      .testata-destra .sociali a:hover {
        color: #a00;
        transform: scale(1.1); }

/*TESTATA*/
#testata {
  position: relative;
  text-shadow: 0 2px 3px #000;
  margin-top: 2px; }
  #testata.biblioteca:before {
    display: none; }
  #testata img {
    position: relative; }
  #testata:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }
  #testata .info {
    position: absolute;
    top: 2em;
    left: 2em;
    z-index: 2; }
    #testata .info, #testata .info * {
      color: #fff; }
    #testata .info h3 {
      font-size: 18px;
      line-height: 1.2em;
      font-weight: normal; }
      #testata .info h3 strong, #testata .info h3 span {
        font-size: 21px;
        font-weight: 500; }
      #testata .info h3 span {
        font-family: "Lato", sans-serif; }
    #testata .info h4 {
      font-size: 17px;
      color: rgba(255, 255, 255, 0.9);
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0;
      line-height: 1.2em; }
  #testata .riferimenti {
    color: #fff;
    position: absolute;
    bottom: 1.25em;
    left: 2em;
    display: flex;
    align-items: last baseline;
    z-index: 2; }
    #testata .riferimenti .numero {
      font-size: 40px;
      font-weight: 300; }
      #testata .riferimenti .numero strong {
        font-size: 100px;
        font-weight: 400;
        font-family: "Playfair Display", serif;
        margin-right: 1rem; }
    #testata .riferimenti .dati {
      font-size: 17px;
      margin: 0; }

/*COLOPHON*/
#colophon h3 {
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  margin: 50px 0 30px;
  padding-bottom: 2px; }
#colophon h4 {
  font-size: 18px; }
#colophon .area {
  margin: 0 0 40px; }
  #colophon .area ul {
    margin-top: 8px; }
    #colophon .area ul li {
      padding: 10px 5px 5px 30px;
      border-top: 1px dotted  #ccc;
      background: url(img/elenco.png) no-repeat 10px 1em; }
      #colophon .area ul li h5 {
        margin-bottom: 0.25em;
        font-size: 1.1em; }
        #colophon .area ul li h5 a {
          cursor: default; }
        #colophon .area ul li h5 + p {
          margin: 0; }
      #colophon .area ul li a[href] {
        color: #a00;
        cursor: pointer; }
      #colophon .area ul li span {
        color: #666;
        display: block;
        font-size: 13px;
        margin: -5px 0 0; }
      #colophon .area ul li:first-child {
        border: none; }
      #colophon .area ul li:nth-child(2n) {
        background-color: rgba(0, 0, 0, 0.02); }

/*mobile*/
/*PAGINE BLOG*/
.blog_articoli > .uk-margin + .uk-margin {
  border-top: 1px solid #ddd;
  padding-top: 2em;
  margin-top: 2em !important; }
.blog_articoli h3 {
  margin-bottom: 0.15em !important;
  font-size: 1.5em; }

/*ARTICOLO*/
.uk-text-meta > a {
  color: #a00; }
  .uk-text-meta > a[href*="/author/"] {
    color: #333;
    pointer-events: none; }

.articolo img {
  min-width: 100%;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5); }

/*Raccolte Articoli*/
/*TASTI*/
.uk-button {
  line-height: 1.2em;
  padding: 1em 1.3em; }
  .uk-button [class^="icon-"] {
    font-size: 1.6em;
    line-height: 0;
    margin-right: 0.5em;
    position: relative;
    top: 0.2em; }

.uk-button-default {
  border-color: #ccc; }
  .uk-button-default:hover {
    background-color: #333;
    color: #fff; }

/*SCARICA*/
.scarica {
  margin: 4em 0 3em;
  border-top: 1px solid #ccc;
  padding: 2em 0; }
  .scarica div {
    max-width: 450px;
    padding-right: 3em;
    box-sizing: border-box; }
  .scarica h3 {
    font-size: 1.5em;
    line-height: 1.2em; }
  .scarica p {
    margin-top: 0;
    line-height: 1.4em; }
  .scarica.lock .pdf {
    display: none; }
  body.logged-in .scarica.lock .pdf {
    display: unset; }
  body.logged-in .scarica.lock .avviso {
    display: none; }

/*ELEMENTI*/
.elenco_verticale {
  margin-top: 0.75em !important; }
  .elenco_verticale .uk-grid-margin .el-item {
    border-top: 1px dotted rgba(0, 0, 0, 0.5); }
  .elenco_verticale.interviste {
    margin-bottom: 4em; }
    .elenco_verticale.interviste .uk-grid-margin:last-child .el-item {
      border: none; }
    .elenco_verticale.interviste .uk-grid-margin:last-child .el-title {
      display: none; }
    .elenco_verticale.interviste .uk-grid-margin:last-child .el-link {
      margin-left: 1.5em; }
  .elenco_verticale .el-title a {
    font-family: "Playfair Display", serif;
    font-size: 1.1rem;
    line-height: 1.2em;
    padding: 0.5em 0 0.5em 1.25em;
    display: block;
    background: url("img/ico-link.png") no-repeat left 0.75em; }
    .elenco_verticale .el-title a:hover {
      color: #a00 !important; }

.palumbo_facebook {
  margin: 1em 0; }
  .palumbo_facebook img {
    display: block;
    margin: 0 auto 1em; }
  .palumbo_facebook .testo {
    margin: 1.5em 1em 0;
    padding-left: 2em;
    position: relative; }
    .palumbo_facebook .testo [class*="icon-"] {
      position: absolute;
      color: #a00;
      font-size: 2.25em;
      left: -0.2em;
      top: 0.05em; }
    .palumbo_facebook .testo a {
      font-weight: 600;
      color: #a00; }

.biblioteca_frame {
  background: #a00;
  padding: 1em; }
  .biblioteca_frame h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.2em;
    padding-bottom: 0.15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 0.25em; }
    .biblioteca_frame h3 span {
      font-family: "Lato", sans-serif;
      font-weight: 400; }
  .biblioteca_frame p, .biblioteca_frame a {
    color: #fff; }

.colophon {
  margin: 2.5em 0; }
  .colophon img {
    padding: 0 1em; }
  .colophon h4 {
    font-style: italic;
    font-size: 20px;
    margin: 0.25em 0 1em; }
  .colophon a:hover {
    color: #a00; }
  .colophon a:before {
    content: '';
    width: 1em;
    background: url("img/ico-link.png") no-repeat center center transparent;
    display: inline-block;
    height: 0.8em;
    margin-right: 0.3em; }

a.link:before {
  content: '';
  width: 1em;
  background: url("img/ico-link.png") no-repeat center center transparent;
  display: inline-block;
  height: 0.8em;
  margin-right: 0.3em; }
a.link:hover {
  color: #a00; }

.coppia_evidenza {
  margin-top: 2em !important;
  padding-top: 2em;
  border-top: 1px solid #e5e5e5; }

.testata_numero {
  text-align: center;
  margin: 3em 0; }
  .testata_numero .testata {
    margin: 0 -20px; }
  .testata_numero img {
    margin: 0 auto; }
  .testata_numero .tasto {
    margin: 2px; }
  .testata_numero .logotipo {
    margin-top: -5em; }
  .testata_numero .sottotitolo {
    font-family: "Playfair Display", serif;
    margin: -1em auto 2em;
    font-size: 1.2em;
    line-height: 1.2em; }
    .testata_numero .sottotitolo strong {
      color: #a00; }
    .testata_numero .sottotitolo .cultura {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      transform-origin: left;
      color: #444; }
    .testata_numero .sottotitolo .consulta {
      font-size: 0.9em;
      line-height: 1.2em; }
  .testata_numero h4 {
    font-size: 1.3em; }
    .testata_numero h4 .numero {
      color: #a00;
      font-size: 2em; }
  .testata_numero .disclaimer {
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 1px;
    max-width: 600px;
    margin: 0.5em auto 2em;
    line-height: 1.2em;
    font-weight: 600; }

.elenco_accordion h3 {
  font-size: 1.05em;
  line-height: 1.2em;
  margin-bottom: 0;
  font-family: "Lato", sans-serif; }
.elenco_accordion .responsabile {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: -1.2em; }
.elenco_accordion .uk-article-meta {
  margin-top: 0.25em;
  font-size: 10px;
  color: #333; }
.elenco_accordion .uk-accordion-content .uk-first-column + .uk-first-column {
  margin-top: 0.75em; }
  .elenco_accordion .uk-accordion-content .uk-first-column + .uk-first-column h3 {
    padding-top: 0.5em;
    border-top: 1px dotted #999; }
.elenco_accordion .sottoarea {
  padding-left: 1.5em; }
  .elenco_accordion .sottoarea .nome {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 2em;
    font-family: "Playfair Display", serif; }
    .elenco_accordion .sottoarea .nome + .presentazione {
      margin-top: -1em; }

.uk-accordion-icon {
  color: #fff !important;
  background: #a00;
  padding: 5px;
  border-radius: 100%; }

.uk-accordion-default .uk-accordion-title {
  align-items: start; }
  .uk-accordion-default .uk-accordion-title span.uk-icon {
    position: relative;
    top: 4px; }

/*STILI*/
.bordosotto {
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/**FOOTER**/
#footer-html {
  background: url(img/footer.png) no-repeat center bottom #292929;
  border-radius: 0;
  color: #fff;
  text-align: left;
  padding: 4em 4em 7em;
  font-size: 15px;
  color: #ccc;
  overflow: hidden; }
  #footer-html .logofooter {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2em; }
    #footer-html .logofooter #totop-scroller {
      position: absolute;
      content: '';
      background: url(img/torna-su.png) no-repeat center center #a00;
      border: medium none;
      border-radius: 50px;
      height: 25px;
      width: 25px;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  #footer-html .crediti {
    display: flex;
    font-size: 1.1em;
    line-height: 1.2em;
    justify-content: space-between; }
    #footer-html .crediti > div {
      width: 33.33%; }
  #footer-html a, #footer-html h4 {
    color: #fff;
    text-transform: none;
    letter-spacing: 0; }
  #footer-html .module > div {
    float: left;
    margin-left: 115px; }
  #footer-html h4 {
    font-size: 17px; }

/*TIPOGRAFIA*/
/*RESPONSIVE MIN*/
/*RESPONSIVE MAX*/
@media (max-width: 1199px) {
  .testata-destra {
    min-width: 390px; }

  #footer-html .crediti > div {
    width: auto; } }
@media (max-width: 959px) {
  .uk-navbar-center:not(:only-child) {
    max-width: 90%;
    margin: 1px auto;
    position: relative;
    transform: unset;
    top: auto;
    left: auto;
    z-index: 0; }

  .uk-offcanvas-bar {
    width: 100%;
    max-width: unset !important;
    padding: 15px 20px; }
    .uk-offcanvas-bar .uk-nav-default > li > a, .uk-offcanvas-bar .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
      color: rgba(255, 255, 255, 0.85) !important; }
    .uk-offcanvas-bar .uk-nav-default .uk-nav-sub {
      margin-bottom: 2em; }
      .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
        font-size: 10px; }
        .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a img {
          max-width: 40px; }
      .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 5px;
        padding-top: 5px; }
    .uk-offcanvas-bar .uk-close {
      display: none; }
    .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
      font-weight: 600; }
    .uk-offcanvas-bar .uk-search-default .uk-search-input {
      border-bottom-color: rgba(255, 255, 255, 0.5); }

  .uk-navbar-toggle {
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 10; }
    .uk-navbar-toggle .uk-icon {
      color: #fff;
      background: #a00;
      height: 3em;
      line-height: 2.8em;
      width: 3em;
      text-align: center;
      border-radius: 5px; }

  #testata {
    text-shadow: unset; }
    #testata.biblioteca img {
      object-position: left; }
    #testata:before {
      display: none; }
    #testata img {
      height: 40vw;
      object-fit: cover; }
    #testata .info, #testata .riferimenti {
      position: relative;
      padding: 0 1em;
      left: auto;
      top: auto;
      bottom: auto; }
    #testata .info {
      text-align: center; }
      #testata .info:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        height: 20vw;
        background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
        top: 0;
        transform: translateY(-100%); }
      #testata .info h3 {
        color: #333; }
        #testata .info h3 strong, #testata .info h3 span {
          color: #a00; }
      #testata .info h4 {
        color: #333; }
    #testata .riferimenti {
      color: #333;
      justify-content: center;
      margin: 1em 0;
      padding-top: 1.8em;
      border-top: 1px dashed #999;
      transform: scale(85%); }
      #testata .riferimenti .numero strong {
        color: #a00; }

  .testata_numero .testata {
    margin: auto; }
    .testata_numero .testata .sottotitolo {
      margin: 0 auto 2em; }

  .colonne {
    display: block; }
    .colonne .colonna {
      width: 100%; }

  #footer-html {
    padding: 4em 1em 7em;
    text-align: center; }
    #footer-html .logofooter #totop-scroller {
      display: none; }
    #footer-html .crediti {
      display: block; }
      #footer-html .crediti > div + div {
        margin-top: 2em; } }
/*VARIAZIONI*/
/* VARIAZIONI*/

/*# sourceMappingURL=custom.css.map */
