/**
 *    Theme Name: L'Urlo
 *    Description: L'Urlo
 *    Author: Digitrend
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
  --primary-font: "Italiana", sans-serif;
  --secondary-font: "Newsreader", serif;
  --tertiary-font: "Sen", sans-serif;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #ff0092 #ffffff;
}

#header-sticky-on-scroll-evidenza > *,
#header-sticky-on-scroll > *,
#header-sticky-on-scroll,
#header-sticky-on-scroll-evidenza {
  transition: all .2s;
}


/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #cf0101;
	border-radius: 0px;
	border: 0px solid #ffffff;
}

a {
  text-decoration: none!important;
}

.container {
  max-width: 1200px!important;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px!important;
    }
}

.justify-between {
  justify-content: space-between;
}

.nopadding {
  padding: 0!important;
}

 #search-form-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background: #000000bd;
  display: none;
}

 .search-button{
  color: var(--secondary-color);
  transition: all .2s ease-in-out;
 }


 .search-button:hover {
  color: var(--main-color)!important;
 }

 
 .bubble {
  width: 60px;
  height: 60px;
  margin: 0 5px;
  border-radius: 100px;
  text-align: center;
  position: relative;
  transition: .3s all ease-in-out;
  display: inline-block;
  color: #fff!important;
  font-size: 30px;
  line-height: 206%;
  cursor: pointer;
}

.bubble.single {
    width: 35px;
    height: 35px;
    font-size: 18px;
}

.bubble.facebook { background-color: #448ae9; }
.bubble.whatsapp { background-color: #128C7E; }
.bubble.telegram { background-color: #0088cc; }
.bubble.messenger { background-color: #448ae9; }
.bubble.twitter { background-color: #1ca1f2; }
.bubble.linkedin { background-color: #0e76a8; }
.bubble.instagram { background-color: #e12c61; background: linear-gradient( 158deg ,#863fa6 22%,#e12c61 50%,#f46f46 80%); }
.bubble.youtube { background-color: #f1563e; }

.bubble.facebook:hover { background-color: #3076d5; }
.bubble.whatsapp:hover { background-color: #075E54; }
.bubble.telegram:hover { background-color: #0e73a5; }
.bubble.messenger:hover { background-color: #2660b1; }
.bubble.twitter:hover { background-color: #1291de; }
.bubble.linkedin:hover { background-color: #105270; }
.bubble.instagram:hover { background-color: #e12c61; background: linear-gradient( 158deg ,#863fa6 0%,#e12c61 50%,#f46f46 100%); }
.bubble.youtube:hover { background-color: #e04229; }


.page-numbers{
  padding: 7px 15px;
  font-size: 14px;
  color: black;
  font-family: var(--tertiary-font);
  border-radius: 50px;
  margin-right: 7px;
}

.page-numbers.current{
  padding: 7px 15px;
  background: var(--main-color);
  color: #fff;
  border-radius: 50px;
  margin-right: 7px;
}

.page-numbers:hover{
  padding: 7px 15px;
  background: var(--main-color);
  color: white!important;
  border-radius: 50px;
}

@media(max-width:767px){
  .page-numbers{
    padding: 3px 10px;
    font-size: 13px;
    margin-right: 5px;
  }

  .page-numbers.current{
    padding: 3px 10px;
    font-size: 13px;
    margin-right: 5px;
  }

  .page-numbers:hover{
  padding: 3px 10px;
  background: var(--main-color);
  color: white!important;
  border-radius: 50px;
}

}

 .back-to-top {
  border-radius: 8px;
  backface-visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: .3s all ease;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 5000;
  color: #cecece;
  border: 1px solid rgba(0,0,0,.1);
  background-color: #d33;
  box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 7%);
  opacity: 0;
}

.back-to-top.active {
  opacity: 1;
}

.back-to-top i {
  display: block;
  font-size: 30px;
  line-height: 46px;
  color: #ffffff;
}

 .bordoinf{
    border-bottom: 1px solid black;
    margin-bottom: 5px;
  }

  .italpressbg{
    background: #30b2b421;
  }

  .graybg{
    background: #ca312b24;
  }

  *, html, body {
    scroll-behavior: smooth!important;
  }

  html {
    --main-color: #ff0092;
    --gray-color: #6e767e;
    --secondary-color: #1f2042;
  }

  .flex {
    display: flex!important;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center!important;
  }

  .ml-auto {
    margin-left: auto;
  }

  .mr-auto {
    margin-right: auto;
  }

  .p-0 {
    padding: 0!important;
  }

  .pt-2\.5 {
    padding-top: 2.5rem;
  }
  
  .pr-0 {
    padding-right: 0!important;
  }

  .my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }

  .my-1 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }

  .mb-1 { 
    margin-bottom: 1rem!important;
  }

  .mb-2 { 
    margin-bottom: 2rem!important;
  }

  .mb-3 { 
    margin-bottom: 3rem!important;
  }

  .mt-0 { 
    margin-top: 0rem!important;
  }

  .mt-3 { 
    margin-top: 3rem!important;
  }

  .gap-10 {
    gap: 10px;
  }

  .justify-center {
    justify-content: center!important;
  }

  .aspect-ratio-4\/3 {
    padding-bottom: 75%!important;
    background-size: cover!important;
    background-position: center!important;
    position: relative;
  }

  .aspect-ratio-16\/9 {
    padding-bottom: 56.26%!important;
    background-size: cover!important;
    background-position: center!important;
    position: relative;
  }

  .aspect-ratio-full {
    padding-bottom: 100%!important;
    background-size: cover!important;
    background-position: center!important;
    position: relative;
    height: 100%;
  }
  
  .img-sidebar:after {
    content: "";
    height: 1px;
    background: rgb(229, 229, 229);
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
  }

  .img-mosaic-slide:after {
    content: "";
    width: 1px;
    background: rgb(229, 229, 229);
    position: absolute;
    top: 0px;
    right: -20px;
    height: 100%;
  }

  .img-mosaic:after {
    content: "";
    width: 1px;
    background: rgb(229, 229, 229);
    position: absolute;
    top: 0px;
    right: -17px;
    height: 100%;
  }

  .swiper-wrapper > .swiper-slide:last-child .img-mosaic-slide::after {
    display: none;
  }

  .wrapper-container .mosaic:last-child .img-mosaic::after {
    display: none;
  }

  .wrapper-container > .col-xs-12:last-child .list:last-child .img-sidebar::after {
    display: none;
  }

  @media (max-width: 767px) {
    .img-mosaic:after {
      display: none;
    }

    .img-sidebar::after {
      display: none;
    }

    .aspect-ratio-full {
      padding-bottom: 75%!important;
    }
  }

  .video-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .video-icon svg {
    fill: #fff;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  }
  
  .background-center {
    background-size: cover!important;
    background-position: center!important;
  }
  
  .two-rows {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .three-rows {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  h1, h2, h3, h4, h5, h6 {
    font-family: var(--secondary-font)!important;
    font-weight: 700!important;
    color: #000!important;
  }

  h2 {
    font-size: 2.7rem!important;
    line-height: 3.24rem!important;
  }
  /**
   * Nav
   */
  nav .socials {
    display: flex;
    align-items: center;
  }

  footer .socials {
    display: flex;
    align-items: center;
  }

  footer .socials a {
    display: flex;
    align-items: center;
  }

  nav .socials ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  nav .socials ul a {
    color: #fff;
  }

  nav .socials a {
    display: flex;
  }

  nav .socials svg {
    width: 28px;
    height: 28px;
    fill: #1f2042;
    padding: 7px;
    transition: all .3s;
  }

  nav .socials svg:hover {
    fill: var(--main-color);
  }

  nav .evidenza svg:hover {
    fill: var(--main-color)!important;
  }

  nav .evidenza svg {
    width: 28px;
    height: 28px;
    fill: #fff!important;
    padding: 7px;
    transition: all .3s;
  }


   nav .socials .white svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    padding: 7px;
    background: #ffffff;
    border-radius: 50px;
  }

  nav .socials .date {
    text-transform: uppercase;
    font-weight: bold;
  }

    /**
     * Paywall Sections
     */

    .paywall-subscription {
      border: 2px solid rgba(245, 1, 6, 0);
      border-radius: 500px;
      background-color: rgba(245, 1, 6, 1);
      padding: 5px 19px 5px 19px;
      flex-flow: row nowrap;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
    }

    .paywall-login {
      border: 2px solid rgba(245, 1, 6, 0);
      border-radius: 500px;
      background-color: rgba(17, 55, 95, 1);
      padding: 5px 19px 5px 19px;
      flex-flow: row nowrap;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
    }

  /**
   * Header
   */

  .logo-wrapper {
    padding: 10px 15px;
    border-bottom: 1px solid #d6d6d6;
  }

  .sub-header {
    align-items: center;display: flex;border-bottom: 1px solid rgb(229, 229, 229);border-top: 1px solid rgb(229, 229, 229);width: 100%;justify-content: center;
  }

  .sub-header-evidenza {
    align-items: center;display: flex;border-bottom: 1px solid rgb(49 47 87);border-top: 1px solid rgb(49 47 87);width: 100%;justify-content: center;
  }

  @media(max-width:767px) {
    .sub-header {
      display: none!important;
    }
    .sub-header-evidenza {
      display: none!important;
    }
  }

  #header-menu {
    background: #fff;
  }

  #header-menu-evidenza {
    background: #000;
  }

  #header-menu ul,
  #header-menu-evidenza ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 7px;
    display: flex;
    left: 2px;
  }

  #header-menu li,
  #header-menu-evidenza li {
    float: left;
    padding: 0 15px;
    border-bottom: 0 solid transparent;
    position: relative;
  }


  #header-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: none;
    font-size: 12px;
    color: #1f2042;
    display: block;
    transition: box-shadow .3s ease-in-out;
    text-decoration: none !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--tertiary-font);
  }

  #header-menu-evidenza li a {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: box-shadow .3s ease-in-out;
    text-decoration: none !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--tertiary-font);
  }

  #header-menu li a:hover, 
  #header-menu li.current-menu-item > a,
  #header-menu-evidenza li a:hover,
  #header-menu-evidenza li.current-menu-item > a {
    box-shadow: 0px -4px 0px -1px var(--main-color) inset;
    transition: box-shadow .3s ease-in-out;
  }


  a:hover {
    text-decoration: none!important;
  }


  .home-post-meta {
    text-align: left;
    font-family: var(--tertiary-font)!important;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0px;
    color: black;
    margin: 0;
  }

  .home-post-meta a {
    color: black;
  }

  .home-post-meta a:hover {
    color: var(--main-color)!important;
  }
  
  .notiziona p.home-post-category {
    font-family: 'Raleway', sans-serif !important;
    font-size: 1.2rem;
    margin-top: auto!important;
    
  }

  .home-post-excerpt {
    text-align: left;
    font-family: var(--secondary-font)!important;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0!important;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .home-post-excerpt-category {
    text-align: left;
    font-family: var(--secondary-font)!important;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0!important;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }



  .home-post-title {
    margin-top: 0!important;
    margin-bottom: 0.8rem!important;
    font-weight: 400 !important;
  }

  .home-post-title.smaller {
    font-size: 22px!important;
    line-height: 1.1!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-family: var(--secondary-font);
    margin-bottom: 0!important;
  }

  .home-post-title.smaller:hover {
    text-decoration: underline!important;
  }

  .home-post-title-category {
    font-size: 22px!important;
    line-height: 1.2!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: 400 !important;
    margin-top: 5px!important;
 }

  .home-post-title-list {
    font-size: 15px!important;
    line-height: 1.3!important;
    font-weight: 400!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  /*.sh-widget-title-styling {
    border-top: 1px solid rgb(229, 229, 229);
  }*/

  .sh-widget-title-styling span {
    height: 1px;
    background-color: black;
    flex-grow: 1;
  }

  .sh-widget-title-styling .widget-title {
    margin: 0 auto;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: var(--tertiary-font)!important;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    color: #1f2042 !important;
    font-weight: 500 !important;
  }

  .white .sh-widget-title-styling .widget-title {
    color: #fff!important;
  }


  .sh-widget-title-styling .widget-title a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: transparent;
    left: 50%;
    transform: translateX(-50%); /* CENTRA la linea */
    transition: .3s ease-in-out;
  }

  .sh-widget-title-styling .widget-title a:hover:after {
    background: var(--main-color);
    width: 100%;
  }

  @media(max-width:767px){
      .sh-widget-title-styling .widget-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 3px;
      width: 100%;
      left: 50%;
      transform: translateX(-50%); /* CENTRA la linea */
      transition: .3s ease-in-out;
    }

  }

  .white .sh-widget-title-styling .widget-title:after {
    background: #fff!important;
  }

  .full-vh {
    align-items: center;
    display: flex;
    margin-right: .25rem !important;
    margin-left: .25rem !important; 
    margin-top: 5rem!important;
    margin-bottom: 5rem;
  }
  
  @media (min-width: 992px) { /* da breakpoint desktop Bootstrap */
    .pc-sezione-home-notiziainevidenza .full-vh {
        height: calc( 100dvh);           /* altezza viewport */
        display: flex;           /* per allineare bene le colonne */
        align-items: center;    /* così le colonne prendono tutta l’altezza */
        margin: 0!important;
        padding: 0;
    }

    .pc-sezione-home-notiziainevidenza .full-vh > [class*="col-"] {
        height: 100%;;
        display: flex;
        flex-direction: column;  /* così il contenuto interno non si rompe */
        justify-content: center;
        overflow: hidden;
    }
  }



  .pc-sezione-home-succede .container,
  .pc-sezione-home-flusso .container,
  .pc-sezione-home-categorie .container,
  .pc-sezione-home-altrove .container,
  .pc-sezione-home-espressioni .container,
  .pc-sezione-home-pop .container {
    padding: 30px;
    padding-top: 0!important;
  }

  @media(max-width: 767px) {
    .pc-sezione-home-succede .container,
    .pc-sezione-home-flusso .container,
    .pc-sezione-home-categorie .container,
    .pc-sezione-home-altrove .container,
    .pc-sezione-home-espressioni .container,
    .pc-sezione-home-pop .container {
      padding: 25px!important;
    }

    .bubble.single {
        width: 38px;
        height: 38px;
        font-size: 19px;
    }

    .share-btn {
        padding: 8px!important;
    }
  }

  .azzurro .wrapper-container {
    background: #f2fcff;
    padding: 20px 0px 15px 0px;
    float: left;
    width: 100%;
  }

  .container-fluid .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
  }

  .notiziona p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: left;
    font-family: 'Merriweather Sans',sans-serif !important;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
  }


  .notiziona h2.home-post-title.smaller {
    margin-top: 30px !important;
    margin-bottom: 100px !important;
    text-align: left;
    font-family: var(--secondary-font) !important;
    font-size: 23px!important;
    line-height: 1.3!important;
    font-weight: 900!important;
    letter-spacing: 0px;
    color: #fff!important;
    max-width: 70%;
    text-shadow: 2px 1px 2px black;
  }

  .notiziona .link-button {
    border: 0px solid rgba(35, 157, 219, 0);
    border-radius: 500px;
    padding: 12px 36px 12px 36px;
    width: fit-content;
    background: var(--main-color);
  }

  .notiziona .link-button svg {
    width: 16px;
    margin-left: 8px;
  }

  .notiziona .link-button span {
    color: #fff;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .7em;
  }

  .notiziona .link-button svg {
    color: #fff
  }

  .notiziona .post-details {
    display: flex;
    padding: 10rem 3.5rem;
  }

  .social-button  {
    margin-bottom: 3rem!important;
    flex-direction: column;
  }

  .social-button span {
    font-family: 'Merriweather Sans',sans-serif !important;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    box-shadow: none;
    padding: 14px 42px 14px 42px;
    color: #fff;
    justify-content: center;
  }

  .social-button span svg {
    width: 16px;
    margin-left: 10px;
  }

  .social-button span.facebook {
    background-color: rgba(59, 89, 152, 1);
  }

  .social-button span.twitter {
    background-color: rgba(0, 172, 237, 1);
  }

  .social-button span.instagram {
    background-color: rgba(140, 60, 149, 1);
  }

  .follow-title {
    color: #07325f!important;
    font-weight: 400!important;
    text-align: center;
    font-size: 2.2rem!important;
    margin-bottom: 3rem!important;
  }

  .times-side {
    padding: 15px 0!important;
  }

  

  .header-logo {
    max-width: 120px !important;
    padding: 20px 0 !important;
  }

  .pc-sezione-home-succede .container .col-xs-12.col-sm-12.col-md-7.col-lg-7,
  .pc-sezione-home-altrove .container .col-xs-12.col-sm-12.col-md-7.col-lg-7,
  .pc-sezione-home-espressioni .container .col-xs-12.col-sm-12.col-md-7.col-lg-7,
  .pc-sezione-home-pop .container .col-xs-12.col-sm-12.col-md-7.col-lg-7 {
    padding: 0;
  }

  @media (min-width:767px) {


    .pc-sezione-home-succede .container .col-xs-12.col-sm-12.col-md-7.col-lg-7,
    .pc-sezione-home-altrove .container .col-xs-12.col-sm-12.col-md-7.col-lg-7,
    .pc-sezione-home-espressioni .container .col-xs-12.col-sm-12.col-md-7.col-lg-7,
    .pc-sezione-home-pop .container .col-xs-12.col-sm-12.col-md-7.col-lg-7 {
      padding: 0px 15px!important;
    }
    
    .pc-sezione-home-succede .container,
    .pc-sezione-home-altrove .container,
    .pc-sezione-home-espressioni .container,
    .pc-sezione-home-pop .container {
      padding: 30px!important;
    }

    #main-post {
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      display: block;
      margin-bottom: 20px;
    }
    
    footer .header-logo {
      max-width: 260px !important;
      padding: 20px 0 !important;
    }

    .header-logo {
      max-width: 150px!important;
      padding: 20px 0!important;
    }

    .azzurro .wrapper-container {
      background: #f2fcff;
      padding: 25px 25px 15px 25px;
      float: left;
      width: 100%;
    }
    
    .times-side {
      padding: 15px 15px 15px 33px!important;
    }

    .social-button {
      flex-direction: row!important;
    }

    .notiziona h2.home-post-title.smaller {
      margin-top: 30px !important;
      margin-bottom: 100px !important;
      text-align: left;
      font-family: 'Raleway', sans-serif !important;
      font-size: 5.3rem!important;
      line-height: 1.3!important;
      font-weight: 900!important;
      letter-spacing: 0px;
      color: #fff!important;
      max-width: 70%;
    }
  }


  main p {
    margin: -0.5rem 0px 1rem 0px!important;
    margin-bottom: 1.5rem !important;
    text-align: left;
    font-family: var(--secondary-font) !important;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 10px 0px 21px!important;
    color: #000;
  }

  #main-post p:first-of-type::first-letter {
    text-transform: uppercase;
    font-size: 2.8em;       /* aumenta la dimensione della lettera */
    font-weight: 500;
    float: left;
    line-height: 0.8em;       /* riduce l'altezza della lettera per farla allineare meglio */
    margin: 0.2em 0.15em 0 0; /* margine destro e leggero margine sopra */
}


  footer {
    color: #cacaca!important;
    background-color: #141429 !important;
    font-size: 14px;
  }

  footer ul {
    list-style-type: none;
    padding: 0;
  }

  footer ul li {
    margin-bottom: 10px;
  }


  footer h4,
  footer a {
    color: #fff!important;
  }

  footer h4 {
    font-family: var(--primary-font)!important;
    text-transform: uppercase;
  }

  footer a {
    font-family: var(--tertiary-font);
  }

  .logo-footer {
    width: 300px;
    margin-bottom: 15px;
  }

  .logo-fed {
    width: 120px;
  }

  .menu-navbar {
    display: flex;
    list-style-type: none;
    margin: 0;
    justify-content: center;
    padding: 40px 0;
  }

  .menu-navbar>li {
    background-color: #070707;
    margin: 0 5px;
    border-radius: 50%;
  }

  .social {
    transition: all .1s ease-out;
  }

  .menu-navbar li>a {
    height: max-content;
    display: flex;
    padding: 8px;
  }

  .menu-navbar li a>svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }

  .copy {
    text-align: center;
    color: #070707;
  }
  
  @media (max-width: 766px){

    #wrapper {
      border: 0!important;
    } 

    .bgmobile{
      background: #ca312b24;
    }
  }


#hamburger {
  position: absolute;
  right: 25px;
  color: #1f2042;
  font-size: 16px;
}


#search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%,-50%);
}

#search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%,-50%);
}

#search-form div {
  position: relative;
}

#search-form div {
  position: relative;
}

#search-form input[type=text] {
  line-height: 90px!important;
  background-color: #fff!important;
  border-radius: 1000px!important;
  width: 100%!important;
  display: table!important;
  margin: 0 auto!important;
  padding: 0!important;
  border-width: 0!important;
  z-index: 6000!important;
  padding: 0 100px!important;
  font-size: 24px!important;
  color: #9e9e9e!important;
  font-weight: 300!important;
  font-style: normal!important;
  box-shadow: 1px 4px 8px 1px rgb(0 0 0/20%)!important;
  margin: 10px 0!important;
  outline: 0;
}

#searchsubmit {
  position: absolute;
  right: 0;
  top: 50%;
  left: 45px;
  transform: translate(0px,-50%);
  background: 0 0;
  border: 0;
  color: #b3b3b3;
  font-size: 18px;
  width: 40px;
}

#close-search {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translate(0px,-50%);
  background: 0 0;
  border: 0;
  color: #b3b3b3;
  font-size: 18px;
  outline: 0;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#menu-mobile-container.active {
  top: 67px!important;
  z-index: 9999999;
  opacity: 1;
}


#menu-mobile-container {
  position: fixed;
  top: -200%;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  height: calc(100% - 67px);
  opacity: 0;
  transition: opacity 0.2s ease;
  background-color: #fff;
}

#menu-mobile-container svg {
  fill: #ffffff !important;
  background: #1f2042 !important;
  padding: 8px;
  border-radius: 50px;
  width: 2.3em;
  height: 2.3em;
}

#menu-mobile {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

#menu-mobile li {
  position: relative;
  list-style-type: none;
}

#menu-mobile a {
  display: block;
  padding: 5px 30px;
  color: #1f2042!important;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 18px;
  width: fit-content;
}

#menu-mobile .sub-menu a {
  display: block;
  padding: 5px 20px!important;
  color: #1f2042!important;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 18px;
  width: fit-content;
}

#search-form-mobile {
  position: relative;
}

#search-form-mobile input[type=text] {
  border-top: 1px solid rgb(229, 229, 229);
  border-bottom: 1px solid rgb(229, 229, 229);
  color: #8d8d8d!important;
  display: block!important;
  width: 100%!important;
  margin-bottom: 10px!important;
  padding: 15px 30px!important;
  outline: 0!important;
  border-right: 0;
  border-left: 0;
  font-family:var(--secondary-font)!important;
}

#search-form-mobile button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px,-50%);
  padding: 10px;
  border: 0;
  background: #fff;
  color: #b5b5c2;
}

#main-post img {
  height: auto;
}

/*adv box styles*/

@media (min-width:991px) {

  .col-xs-12.col-sm-4.col-md-4.col-lg-4 .home-post-title {
    font-size: 1.7rem!important;
  }


  .col-xs-12.col-md-4.sidebar {
    background-color: #fff;
    padding: 0px 15px;
  }
}


#overlay-hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 80%);
  z-index: 99999;
  display: none;
}

#hamburger-desktop-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

#container-menu {
  width: 300px;
  background: #fff;
  padding: 15px 0px;
  height: 100%;
  position: relative;
  overflow: auto;
  z-index: 99999;
}

#close-menu-desktop {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 15px;
  cursor: pointer;
}

#container-menu .menu {
  width: 100%;
  clear: both;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: center;
  margin-bottom: 30px;
  padding: 0!important;
}

#container-menu .menu li {
  width: 50%;
}


#container-menu .menu a {
  padding: 11px 0;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: .2px;
  color: #212121;
}

#container-menu h4 {
  border-bottom: 1px solid #cf0101;
  padding-bottom: 10px;
  font-size: 16px;
  color: #cf0101!important;
}


#notizie-locali {
  padding: 15px 5px 15px 0px;
  font-size: 14px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #070707;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #070707;
  cursor: pointer;
  border-top: 1px solid #070707;
  margin: 20px 0px 40px;
}

#menu-notizie-locali {
  left: 0;
  position: fixed;
  background: #cf0101;
  width: 175px;
  top: 0;
  bottom: 0;
  padding-left: 20px;
  transition: .3s all ease-in-out;
}

#menu-notizie-locali.show {
  left: 300px;
  transition: .3s all ease-in-out;
}

#menu-notizie-locali .col-xs-12 {
  padding: 0;
  list-style-type: none;
  margin-top: 15px;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}

#menu-notizie-locali ul {
  list-style: none;
  padding: 0;
}

#menu-notizie-locali span {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #313131;
  margin-top: 24px;
  display: block;
}

#menu-notizie-locali ul a {
  padding: 11px 0;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: .2px;
  color: #212121;
}

.menu-item-has-children{ padding-right:10px !important; }

.menu-item-has-children::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    top: 4px;
    right: 24px;
    color: #000;
    display: none;
    transform-origin: center center;
    transition: transform .2s ease;
}

.menu-item-has-children.opened::after{
  transform: rotate(180deg);
  color: var(--main-color)!important;
}

#header-menu ul.sub-menu, #header-menu-evidenza ul.sub-menu,
.sub-menu {
    display: none;
}

@media (min-width: 992px) {
    .menu-item-has-children:hover .sub-menu {
        position: absolute;
        display: block!important;
        background: #fff;
        width: 220px;
        border-radius: 0px;
        margin: 0;
        z-index: 1;
    }

    .sub-menu li {
        padding: 0 12px!important;
        width: 100%
    }

    .sub-menu li a {
        color: #000000!important;
        font-size: 12px!important;
        line-height: 24px!important;
        text-transform: none!important;
        padding-top: 2px!important;
        padding-bottom: 2px!important;
        padding: 5px 0px!important;
        font-weight: 400!important;
        text-transform: uppercase!important;
    }
    
    .sub-menu .menu-item-has-children::after {
        right: 8px;
        color: #8d8d8d!important;
    }

    .sub-menu li a:hover,
    .sub-menu .menu-item-has-children:hover::after {
        color: #514e4e!important;
    }

    .sub-menu .sub-menu {
        display: none!important;
        left: 220px;
        top: 0px!important;
        border-radius: 10px!important;
        box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 30%);
    }

    .sub-menu .menu-item-has-children:hover .sub-menu { 
        display: block!important;
    }



}


@media (max-width: 767px) {
  
  .menu-item-has-children::after {
    display: block;
  }

  #hamburger-desktop {
    position: absolute;
    right: 0;
    color:#fff;
    font-size: 18px;
  }
  
  #header-sticky-on-scroll {
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid rgb(229, 229, 229);
  }

  #header-sticky-on-scroll-evidenza {
    padding: 10px 15px;
    width: 100%;
  }

  #menu-notizie-locali {
    left: -500px;
    transition: .3s all ease-in-out;
    z-index: 999999;
    width: 300px;
  }

  #menu-notizie-locali.show {
    left: 0!important;
  }

  
  main .single-post-title {
    font-size: 30px!important;
    font-weight: 600!important;
    line-height: 120%!important;
    margin-top: 0!important;
  }

	#close-menu-desktop { font-size:25px; }
	#container-menu { width:100%; }

  .header-logo {
    max-width: 100px !important;
    padding: 10px 0 !important;
  }

  .full-vh {
    flex-direction: column;
    padding: 0;
    margin-left: -25px!important;
    margin-right: -25px!important;
    margin-top: 1.5rem !important;
    margin-bottom: 3rem;
  }

  .pc-sezione-home-notiziainevidenza .full-vh 
  {
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: 0!important;
    padding-top: 60px!important;
  }
}

.search-mobile {
  display: flex;
}

.search-mobile input {
  border-bottom: 1px solid #d00606!important;
  border-radius: 0px!important;
  padding: 8px 0px!important;
  margin-bottom: 0!important;
  color: #313131!important;
  font-weight: bold;
  flex-grow: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: 0!important;
}

.search-mobile button {
  line-height: 100%;
  height: auto;
  background: transparent;
  border: 0px;
  padding: 11px;
  background: #d00606;
  color: #fff;
  outline: 0!important;
}



.single-post-title {
  font-size: 40px;
  font-weight: 600!important;
  line-height: 100%;
  margin-top: 0!important;
  font-family: var(--primary-font)!important;
  -webkit-text-stroke: 0.1px currentColor;
}

.single-post-title-evidenza {
  font-size: 40px;
  font-weight: 600!important;
  line-height: 100%;
  margin-top: 0!important;
  font-family: var(--primary-font)!important;
  -webkit-text-stroke: 0.1px currentColor;
  width: 70%;
  color: #fff!important;
  line-height: 1.2;
}

@media(max-width:767px) {

  .single-post-title-evidenza {
    width: 100%!important;
    line-height: 1;
    font-size: 37px!important;
  }
}

.author-bio {
    margin: 0 !important;
    font-size: 18px;
    font-family: var(--secondary-font) !important;
    color: rgb(102, 102, 102);
    font-weight: 300;
    line-height: 1.3;
}

.data-articolo {
  margin: 0!important;
  font-size: 14px;
  font-family: Sen !important;
  color: rgb(102, 102, 102);
  font-weight: 400;
}

.data-articolo-evidenza {
  margin: 0!important;
  font-size: 14px;
  font-family: Sen !important;
  color: #fff;
  font-weight: 400;
}

.single-post-category {
  color: var(--main-color);
  font-weight: 600 !important;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 7px;
  font-family: var(--primary-font);
  -webkit-text-stroke: 0.1px currentColor;
  letter-spacing: 0.6px;
}

.single-post-date {
  color: #999;
  font-weight: 400 !important;
  font-size: 16px;
  margin-top: 0!important;
  margin-bottom: 18px!important;
}


#main-post div,
#main-post img {
  max-width: 100%;
}

#main-post a {
  color: black !important;
  text-decoration:underline!important;
}

#main-post a:hover {
  color: var(--main-color) !important;
  text-decoration:underline!important;
}


#main-post h4 {
  font-size: 24px!important;
  margin: 21px 0;
  font-weight: 600!important;
}

#main-post strong {
  font-weight: 450!important;
}

.autore-data .autore {
  font-family: var(--tertiary-font)!important;
  font-size: 16px;
}

.autore-data a {
  color: black;
}

.autore-data a:hover {
  color: var(--main-color)!important;
}

.autore-data-evidenza {
  color: #fff;
}

.autore-data-evidenza a {
  color: #fff;
}

.autore-data-evidenza a:hover {
  color: var(--main-color)!important;
}

.wp-caption-text {
  font-style: italic;
  font-size: 14px;
  margin-top: 5px!important;
  text-align: right !important;
  margin-bottom: 0!important;
}

.el-left {
  float: left;
}

.entry-tags .entry-tag-title {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  background: #ff0092 !important;
  border-color: #ff0092 !important;
  border-radius: 50px;
}

.entry-tags a {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  padding: 3px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #252e45;
  border-color: rgb(229, 229, 229);;
  border-radius: 50px;
  transition: all 0.2s;
  font-size: 12px;
  font-family: var(--tertiary-font);
}

.entry-tags a:hover {
  border-color: #ff0092 !important;
  background-color: #ff0092 !important;
  color: #fff !important;
}

.entry-tags ul, .entry-tags li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.entry-tags li {
  display: inline-block;
}


#wrapper {
  position:relative;
  display: block;
  margin: 0 auto;
  box-sizing: content-box;
  background-color: #fff;
  z-index:0;
}

#header-sticky-on-scroll {
  background: #fff;
  z-index: 1;
  
}

#header-sticky-on-scroll-evidenza {
  background: #141429 !important;
  z-index: 1;
  
}

#header-sticky-on-scroll.sticky {
  position: fixed;
  right: 0;
  z-index: 99999;
}

#header-sticky-on-scroll-evidenza.sticky {
  position: fixed;
  right: 0;
  z-index: 99999;
}

#header-menu ul li:last-child {
  padding-right: 0;
}

.pc-sezione-home-flusso {
  position: relative;
}



.pc-sezione-home-sport, 
.pc-sezione-home-eventi,
.pc-sezione-home-dalleprovince {
  border-top: 1px solid #d6d6d6;
}

@-webkit-keyframes flash{0%{opacity:1}50%{opacity:.1}to{opacity:1}}
@keyframes flash{0%{opacity:1}50%{opacity:.1}to{opacity:1}}

.in-real-time { 
  padding: 5px 8px 5px 12px;
  font-size: 13px;
  margin-right: 10px;
  background: #cf0101;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}

.in-real-time:before {
  -webkit-animation: flash 2s linear 0s infinite running;
  animation: flash 2s linear 0s infinite running;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 4px;
  width: 8px;
  margin-left: -5px;
}

#breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0;
  font-family: var(--primary-font)!important;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}

#breadcrumbs a {
  color: var(--main-color);
}

#breadcrumbs:after {
  flex-grow: 1;
  height: 0;
  content: '\a0';
  background-color: #ccc;
  position: relative;
  top: 0.5em;
  margin-left: 10px;
}

footer svg {
    width: 30px;
    height: 30px;
    fill: #ff0092;
    padding: 7px;
    background: #ffffff;
    border-radius: 50px;
}

@media (max-width: 767px) {
 #breadcrumbs {
  margin:0 0 10px;
 }
}

.row.apertura.calcio-napoli {
  position: relative;
}

.row.apertura.calcio-napoli:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: -1;
  background: #003C82;
  background: -moz-linear-gradient(90deg,rgba(0, 60, 130, 1) 0%,rgba(18, 160, 215, 1) 100%);
  background: -webkit-linear-gradient(90deg,rgba(0, 60, 130, 1) 0%,rgba(18, 160, 215, 1) 100%);
  background: linear-gradient(90deg,rgba(0, 60, 130, 1) 0%,rgba(18, 160, 215, 1) 100%);
  display: block;
}


.row.apertura.calcio-napoli .sh-widget-title-styling .widget-title {
  color: #fff!important
}


.row.apertura.calcio-napoli .sh-widget-title-styling .widget-title:after {
  background: #fff!important;
}


.row.apertura.calcio-napoli .sh-widget-title-styling span {
  display: none!important;
}

iframe {
  max-width: 100%!important;
}


.post-author {
  border: 1px solid #ccc;
}

.post-author-avatar {
  float: left;
  margin: 10px 15px 0px 0px;
}

.post-author-avatar div {
  width: 100px;
  height: 100px;
}

.post-author-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 10px 0px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.post-author-icons a {
  color: black;
}



#gallery_container{
  margin-top: 20px;
}
  
.lSAction > .lSPrev{ 
  right: inherit; 
  left: 0px;
}

.lSSlideOuter .lightSlider li div {
  height: 380px;
}
  
#desktop_menu .inner_box, .flex-container, div#article, div#gallery {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
  
.header_post, #info_gallery, #descrizione_tematica {
    padding: 0px 20px;
}
  
div#info_gallery, #descrizione_tematica{
  padding-top:15px;
}
  
.lSAction{ 
  border:none;
  border-bottom: thin solid #eeeeee;
  border-top: thin solid #eeeeee;
}
  
@media only screen and (max-width:480px) {
  .lSSlideOuter .lightSlider li div {
    height: 300px;
  }	
}
  
#content .gallery_images ul.gallery{
  margin:0px!important
}

#content .gallery_images ul li:before {
  display: none;
  padding: 0px;
}
  
#content .content_gallery{
  width:100%;
}
  
#content .gallery_images {
  padding: 0px!important;
}
  
#content .lSSlideOuter .lightSlider li div {
  background-color: #fff;
}
  
#content .gallery_images .lSAction {
  color: #d24563;
  padding-left: 10px;
}
  
#countslide{
  color: #333;
}
  
#content .content_gallery {
  background: #fff;
  padding: 0px!important;
}
  
#content .content_gallery #descrizione-foto {
  max-height:inherit;
  overflow:auto;
  font-size: 14px;
  line-height: 17px;
}
  
#content .gallery_images .lSSlideOuter .lSPager.lSGallery{
  display:none!important
}
  
#content .gallery_images {
  min-height: 526px;
}
  
.content_box p:first-child {
  padding-top: 0px;
}
  
#content .gallery_images #testo_tematico {
  padding-left: 20px;
}
  
.lSPrev::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
  
.lSNext::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}



/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none!important;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: all 0.12s linear 0s 0.35s linear 0s;
  transition: all 0.12s linear 0s 0.35s linear 0s;
  -khtml-opacity: 0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50);
opacity: 0.5;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
 -khtml-opacity: 1;
-moz-opacity:1;
filter: alpha(opacity=100);
opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery li{
max-height: 80px;
}

.lSSlideOuter .lightSlider li div{
height: 500px;
  width: 100%;    
display: inline-block;background-size:contain; 
background-position:center; 
background-repeat:no-repeat;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
    width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/


/* slider actions */
.lSAction > a, #countslide {
  width: 35px;
  height: 35px!important;
  display: block;
  top: 50%;
  text-align: center;
  background-color: #cf0101;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lSAction > a{ color:#fff}
.lSAction > a:hover {
  background-color: #b62e4b;
}

#countslide{
   width: 90px;
  right: 35px;
text-align:center;
  background: transparent;
}

#descrizione_tematica {
  width: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#testo_tematico{
float: left;
  width: 75%;
padding: 10px 0px;
}

/* #testo_tematico strong {
*     color: #d24562;
*     }*/

#btn_tematico{
background: #d24562;
  float: left;
  width: 25%;
  top: 0;
  right: 0px;
  height: 100%;
  position: absolute;
}

#btn_tematico a.btn_dc {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
width:100%;
  position: absolute;
}

.lSAction > .lSPrev {
  background-position: 0 0;
right: 125px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 0px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}


/* vertical */
.lSSlideOuter {
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
  0% {
      left: 0;
  }

  50% {
      left: -15px;
  }

  100% {
      left: 0;
  }
}
@keyframes rightEnd {
  0% {
      left: 0;
  }

  50% {
      left: -15px;
  }

  100% {
      left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
      top: 0;
  }

  50% {
      top: -15px;
  }

  100% {
      top: 0;
  }
}
@keyframes topEnd {
  0% {
      top: 0;
  }

  50% {
      top: -15px;
  }

  100% {
      top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
      left: 0;
  }

  50% {
      left: 15px;
  }

  100% {
      left: 0;
  }
}
@keyframes leftEnd {
  0% {
      left: 0;
  }

  50% {
      left: 15px;
  }

  100% {
      left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
      bottom: 0;
  }

  50% {
      bottom: -15px;
  }

  100% {
      bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
      bottom: 0;
  }

  50% {
      bottom: -15px;
  }

  100% {
      bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lightSlider.lsGrabbing > * {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}

.leggi-articolo{
padding: 20px 0px;
}


@media only screen and (max-width:1024px) {
.lSSlideOuter .lightSlider li div {height: 600px;}
}


@media only screen and (max-width:768px) {
  .lSSlideOuter .lightSlider li div {height: 480px;}

}

@media only screen and (max-width:580px) {
#testo_tematico {
   float: none;
   width: 100%;
   padding: 10px 15px;
   height: auto;
}

span.sfoglia {
  display: none!important;
}

 #btn_tematico {
  height: 30px;
float: none;
  position: relative;
top: inherit;
right: inherit;
  width: 100%;
}

#countslide {
  width: 70%;
  margin: auto;
  text-align: center;
  position: relative;
  right: inherit;
}

#gallery_container{
margin-top: 20px;}

      .lSAction > .lSPrev{ right:inherit; left:0px}
.lSSlideOuter .lightSlider li div {
  height: 380px;}

#desktop_menu .inner_box, .flex-container, div#article, div#gallery {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.header_post, #info_gallery, #descrizione_tematica {
  padding: 0px 20px;
}

div#info_gallery, #descrizione_tematica{
padding-top:15px}

.lSAction{ border:none;
  border-bottom: thin solid #eeeeee;
  border-top: thin solid #eeeeee;}


}

@media only screen and (max-width:480px) {
.lSSlideOuter .lightSlider li div {
  height: 300px;
}	
}

#content .gallery_images ul.gallery{
margin:0px!important
}
#content .gallery_images ul li:before {
  display: none;
  padding: 0px;
}

#content .content_gallery{
width:100%;
}

#content .gallery_images {
  padding: 0px!important;
}


#content .lSSlideOuter .lightSlider li div {
 background-color: #fff;
}

#content .gallery_images .lSAction {
    color: #d24563;padding-left: 10px;
}

#countslide{
color: #333;
gap: 5px
}

#content .content_gallery {
background: #fff;
padding: 0px!important;

}

#content .content_gallery #descrizione-foto {
  max-height:inherit;
  overflow:auto;
font-size: 14px;
  line-height: 17px;
}


#content .gallery_images .lSSlideOuter .lSPager.lSGallery{
display:none!important
}


#content .gallery_images {
  min-height: 526px;
}

.content_box p:first-child {
  padding-top: 0px;
}

#content .gallery_images #testo_tematico {
  padding-left: 20px;
}



.lSPrev::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}

.lSNext::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.wp-caption {
  max-width: 100%!important;
}

.events-filter-container {
      background: linear-gradient(90deg, rgba(154, 22, 22, 1) 0%, rgba(211, 19, 19, 1) 100%)!important;
}

.events-filter-container .dot {
  display: none!important;
}

.events-filter-container h2 {
  color: #fff!important;
}

.events-filter-container .btn-orange {
  background-color: #252525!important;
}

.events-filter-container .dropdown-button {
  color: #252525!important;
}

.events-filter-container .dropdown-content div {
  color: #bb1414!important;
}

.events-filter-container input[type="text"] {
  color: #bb1414!important;
}

.cards-events-filter-container {
  gap: 30px!important;
}

#output-content .card {
  border-radius: 0!important;
  overflow: visible!important;
  background: #ffffff!important;
  display: grid!important;
  grid-template-rows: 0fr 1fr!important;
}

#output-content .class-image::after {
  display: block!important;
  position: absolute!important;
  bottom: 0!important;
  left: 0!important;
  content: ""!important;
  width: 100%!important;
  height: 50%!important;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0, rgb(13 13 13 / 0%) 15%, rgb(13 13 13 / 69%) 80%)!important;
}

#output-content h6 {
  font-size: 1.4rem!important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-transform: uppercase!important;
  background: linear-gradient(90deg, rgba(154, 22, 22, 1) 0%, rgba(211, 19, 19, 1) 100%)!important;
  padding: 8px 8px!important;
  letter-spacing: 0.4px!important;
  margin-left: -6px!important;
  margin-right: auto!important;
  margin-bottom: 5px!important;
  text-align: center!important;
  box-shadow: 0px 3px 6px #631d1deb!important;
  width: 104%!important;
  height: fit-content!important;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
}

#output-content h5 {
  margin-top: 35px!important;
  font-size: 1.9rem !important;
  line-height: 1.2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 4.4rem !important;
  font-weight: 600 !important;
}

#output-content .card-body {
  position: relative!important;
  display: grid!important;
  grid-template-rows: 1fr!important;
}

#output-content .card-body p {
  color: #555!important;
  margin: 0!important;
}

.wonder-events-pagination .active {
  background-color: #d31313!important;
}

.is_past {
  opacity: 0.6!important;
}

.grid-mosaic {
  display: grid!important;
  gap: 10px!important;
  padding: 15px 0!important;
}

.grid-mosaic-sc {
  display: grid!important;
  gap: 10px!important;
  padding: 15px 0!important;
}

.pc-sezione-home-notiziainevidenza .grid-mosaic-aperturafull {
  padding: 70px 35px 50px 35px;
}

.grid-mosaic-aperturafull {
  display: grid !important;
  gap: 10px !important;
  padding: 70px 35px 50px 35px;
  grid-auto-rows: 1.8fr 0fr;
  color: #fff !important;
  text-transform: uppercase !important;
  justify-content: center;
  text-align: center;
  
}

.grid-mosaic-aperturafull h2 {
  color: #000 !important;
  font-family: var(--primary-font) !important;
  max-width: 500px;
  font-size: 36px !important;
  line-height: 1.1 !important;
  -webkit-text-stroke: 0.5px currentColor;
}

.grid-mosaic-aperturafull a:hover {
  color: #ff0092 !important;
}

.grid-mosaic-aperturafull h2:hover {
  text-decoration: underline!important;
}

.grid-mosaic-aperturafull .home-post-meta {
  text-align: center!important;
  text-transform: none;
  font-size: 17px!important;
  font-family: var(--tertiary-font)!important;
  color: #000 !important;
}


.autore-data {
  margin: 15px 0;
}

.autore-data .autore {
  margin-bottom: 3px!important;
}

.widget-title a {
  color:#0a0a0a!important;
  display: block;
}

.widget-title a:hover {
  color:#1f2042 !important
}

.share-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* distanza tra container e chiudi */
    overflow: hidden;
}

.share-wrapper-evidenza {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.share-btn {
    background-color: unset !important;
    color: #ff0092;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 0px!important;
    border: 2px solid #ff0092;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.share-btn:hover {
    background-color: #ff0092 !important;
}

.share-btn svg {
  padding: 7px!important;
}

.share-btn svg:hover {
    fill: #ffffff!important;
}

#closeShareButton svg:hover {
  fill: #000!important;
}

#closeShareButton {
    background-color: unset !important;
    color: #636363;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 15px;
    border: 2px solid #e6e6e6;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#closeShareButton:hover {
    background-color: #efefef !important;
}

#closeShareButton-evidenza svg:hover {
  fill: #000!important;
}

#closeShareButton-evidenza {
    background-color: unset !important;
    color: #fff;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 15px;
    border: 2px solid #e6e6e6;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#closeShareButton-evidenza:hover {
    background-color: #efefef !important;
}

.share-container {
    display: flex;
    gap: 10px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.share-container.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
}

.share-container a:hover {
    color: #fff!important;
}


.data-home {
    color: #fff;
    font-family: var(--tertiary-font);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    
}

.blinking-separator {
    animation: blink 1s step-start infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@media(min-width:768px) and (max-width:1199px) {
  .grid-mosaic-aperturafull {
    padding: 3rem !important;
  }

   .grid-mosaic-aperturafull h2 {
    font-size: 26px!important;
  }
}

.grigio {
  background-color: #eee!important;
}

.blu {
  background-color: #1f2042!important;
}

.evidenza {
  background-color: #141429!important;
}

.nero {
  background-color: #000!important;
}

.magenta {
  background-color: #a2356c !important;
}

.ottanio {
  background-color: #3580a2!important;
}

.verde {
  background-color: #76a457 !important;
}

.arancione {
  background-color: #de8e3c!important;
}

.blu .grid-mosaic-aperturafull h2,
.nero .grid-mosaic-aperturafull h2,
.magenta .grid-mosaic-aperturafull h2,
.ottanio .grid-mosaic-aperturafull h2,
.verde .grid-mosaic-aperturafull h2,
.arancione .grid-mosaic-aperturafull h2,
.evidenza .grid-mosaic-aperturafull h2 {
  color: #fff!important;
}

.blu .grid-mosaic-aperturafull .home-post-meta,
.nero .grid-mosaic-aperturafull .home-post-meta,
.magenta .grid-mosaic-aperturafull .home-post-meta,
.ottanio .grid-mosaic-aperturafull .home-post-meta,
.verde .grid-mosaic-aperturafull .home-post-meta,
.arancione .grid-mosaic-aperturafull .home-post-meta,
.evidenza .grid-mosaic-aperturafull .home-post-meta {
  color: #fff!important;
}

.blu .grid-mosaic-aperturafull .home-post-meta a,
.nero .grid-mosaic-aperturafull .home-post-meta a,
.magenta .grid-mosaic-aperturafull .home-post-meta a,
.ottanio .grid-mosaic-aperturafull .home-post-meta a,
.verde .grid-mosaic-aperturafull .home-post-meta a,
.arancione .grid-mosaic-aperturafull .home-post-meta a,
.evidenza .grid-mosaic-aperturafull .home-post-meta a {
  color: #fff!important;
}

.blu .grid-mosaic-aperturafull .home-post-meta a:hover,
.nero .grid-mosaic-aperturafull .home-post-meta a:hover,
.magenta .grid-mosaic-aperturafull .home-post-meta a:hover,
.ottanio .grid-mosaic-aperturafull .home-post-meta a:hover,
.verde .grid-mosaic-aperturafull .home-post-meta a:hover,
.arancione .grid-mosaic-aperturafull .home-post-meta a:hover,
.evidenza .grid-mosaic-aperturafull .home-post-meta a:hover {
  color: var(--main-color)!important;
}

@media(min-width:992px){
.small {
    margin: 5rem 8rem 5rem 8rem !important;
}
}


.separatore-up {
  position:relative;
}

.separatore-down {
  position:relative;
}

.separatori {
  position: relative;
}

.separatore-up::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  max-width: 1140px;
  height: 1px;
  background: rgb(229, 229, 229);
}

.separatore-down::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  max-width: 1140px;
  height: 1px;
  background: rgb(229, 229, 229);
}

.separatori::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  max-width: 1140px;
  height: 1px;
  background: rgb(229, 229, 229);
}

.separatori::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  max-width: 1140px;
  height: 1px;
  background: rgb(229, 229, 229);
}

@media(max-width:767px) {

  .separatore-up::before {
    display: none!important;
  }

  .separatore-down::after {
    display: none!important;
  }
  

  .separatori::before {
    display: none!important;
  }

  .separatori:after {
    display: none!important;
  }

  .pc-sezione-home-notiziainevidenza .grid-mosaic-aperturafull {
    padding: 50px 24px!important;
  }

  .grid-mosaic-aperturafull {
    padding: 50px 24px!important;
  }
}

@media(min-width:768px) and (max-width:991px){

  .separatore-up::before {
    width: 146%;
    max-width: 690px;
  }

  .separatore-down::after {
    width: 146%;
    max-width: 690px;
  }

  .separatori::before {
    width: 146%;
    max-width: 690px;
  }

  .separatori::after {
    width: 146%;
    max-width: 690px;
  }

  .pc-sezione-home-notiziainevidenza .full-vh {
    margin-top: 6rem !important;
    margin-left: 0 !important;
    margin-right: 0!important;
    margin-bottom: 0!important;
  }

  .full-vh {
    margin-top: 3rem !important;
    margin-bottom: 2rem;
  }

  .data-home {
    font-size: 9px!important;
  }

  .grid-mosaic-aperturafull {
    padding: 2rem!important;
  }

  .small {
    margin-left: 5rem!important;
    margin-right: 5rem!important;
  }
}

@media(min-width:992px) and (max-width:1199px) {

  .separatore-up::before {
    width: 146%;
    max-width: 910px;
  }

  .separatore-down::after {
    width: 146%;
    max-width: 910px;
  }

  .separatori::before {
    width: 146%;
    max-width: 910px;
  }

  .separatori::after {
    width: 146%;
    max-width: 910px;
  }
}


@media(max-width:767px) {
.d-flex .mosaic {
  border-top: 1px solid rgb(229, 229, 229);
}

.d-flex .mosaic:first-child {
  border-top: 0px;
  padding-top: 20px!important;
}
}

footer p {
    font-family: var(--tertiary-font)!important;
  } 

  .pit-wrapper {
    position: relative;
}

.pit-wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.pit-image {
    float: right;
    width: 120px;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    margin-left: 20px;
    margin-bottom: 18px;
}

.home-post-excerpt-pit {
    text-align: left;
    font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}


.home-post-title.smaller-pit {
    font-size: 22px!important;
    line-height: 1.1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-family: var(--secondary-font);
}


#wrapper > div[class*="pc-sezione"]:has(*):first .container > div {
  background-color: #000;
}

.ads-text {
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 4px;
    padding: 10px 0 5px;
    font-family: Arial, Times New Roman, Bitstream Charter, Times, serif;
    color: #a0a0a0;
}