header a:hover, footer a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
    color: inherit;
}
* {
    box-sizing: border-box;
}
*:focus,
*:hover {
    outline: none;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}
img {
    /* width: 100%; */
    max-width: 100%;
    height: auto;
    display: block;
}
header ul, footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
section {
  position: relative;
}

.container {
  position: relative;
}

.aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
  }
.single-tribe_events.postid-108204 .sidebar-event .sticky-content {
  display: none;
}
  .aside-left {
    display: none;
    width: 40%;
    left: 0;
    opacity: 0;
    background-color: rgba(19, 19, 19, 0.98);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
  }

  .aside-right {
    width: 100%;
    right: 0;
    opacity: 0;
    background-color: rgba(19, 19, 19, 0.98);
    display: flex;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }
  .aside-right .aside-list {
    width: 100%;
    padding-left: 3rem;
    border-left: 1px solid #ffffff52;
    display: flex;
    flex-wrap: wrap;
  }
  .aside-right .aside-list > li {
      width: 33%;
      padding-right: 40px;
  }
  #toggle-menu {
    display: none;
  }
#toggle-menu ~ aside {
  pointer-events: none;
  z-index: 99;
}
#toggle-menu:checked ~ aside {
  pointer-events: initial;
}
  #toggle-menu:checked ~ aside .aside-left {
    transform: translateY(0%);
    opacity: 1;
  }

  #toggle-menu:checked ~ aside .aside-right {
    transform: translateX(0%);
    opacity: 1;
  }

  #toggle-menu:checked ~ label .bar {
    background-color: #fff;
  }

  #toggle-menu:checked ~ label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(20px) rotateZ(45deg);
  }

  #toggle-menu:checked ~ label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(5px) rotateZ(-45deg);
  }

  #toggle-menu:checked ~ label .middle {
    width: 0;
  }

  .middle {
    margin: 0 auto;
  }
  #toggle-menu ~ label {
    cursor: pointer;
  }
  #toggle-menu ~ label {
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    /* z-index: 3; */
  }
  .toggle-text {
    margin-left: 6px;
    line-height: 30px;
}
  #toggle-menu ~ label.aside {
      opacity: 0;
      position: fixed;
      right: 6%;
      top: 50px;
      pointer-events: none;
      transform: rotate(-40deg);
      transition: all 10ms ease-out 0ms;
  }
  #toggle-menu ~ label.aside .bar{
        margin: 5px auto;
    }

  #toggle-menu:checked ~ label.aside {
    position: fixed;
    right: 6%;
    top: 50px;
    transition: all 400ms ease-out 500ms;
  }
  #toggle-menu:checked ~ label.aside {
    display: block;
    pointer-events: initial;
    position: fixed;
    /* left: 4vw;
    top: 50px; */
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
    height: 50px;
    width: 50px;
    background: #e00052;
    border-radius: 50%;
    opacity: 1;
    transform: rotate(0deg);
    
  }
.colored {
  color: #e00052;   
}
#sidebar ul:not(.trend-week) {
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
}
#sidebar ul:not(.trend-week) li {
  margin-bottom: 12px;
}
#sidebar ul:not(.trend-week) li a {
  display: block;
  position: relative;
  padding-left: 20px;
  transition: all 250ms linear;
}
#sidebar ul:not(.trend-week) li a:hover {
  color: #e00052;
}
#sidebar ul:not(.trend-week) li a:before {
  content: '';
  margin-right: 6px;
  width: 12px;
  height: 2px;
  position: absolute;
  background: #e00052;
  z-index: 2;
  display: block;
  top: 10px;
  left: 0;
  transform: rotate(0deg);
  transition: all 250ms linear;
}
#sidebar ul:not(.trend-week) li a:hover:before {
  transform: rotate(90deg);
  background: #dadada;
}
.sidebar-section p:first-child {
  margin-top: 0;
}

.pagination-archive ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.pagination-archive ul li a {
  display: block;
  line-height: 38px;
  font-family: 'Nexa', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #333;
}
.pagination-archive ul li {
  margin-right: 10px;
}
.pagination-archive ul li:not(.page-nav) a {
  text-align: center;
  width: 42px;
  border: 2px solid #e8e8e800;
  transition: all 300ms ease-out;
} 
.pagination-archive ul li:not(.page-nav):not(.active) a:hover {
  background: #e8e8e8;
  border: 2px solid #e8e8e8;
}
.pagination-archive ul li.active a {
  text-align: center;
  width: 42px;
  color: #333;
  border: 2px solid #e50551;
} 
.pagination-archive .page-nav a {
  transition: all 300ms ease-out;
}
.pagination-archive .page-nav a:hover {
  color: #e50551;
}
.search-section .wrap-content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 5px 10px !important;
}

  .bar {
    display: block;
    background-color: #000;
    width: 22px;
    height: 2px;
    border-radius: 5px;
    margin: 4px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  .bar-wrap {
  position: relative;
  top: 3px;
}
body:not(.home) #header {
  box-shadow: 0px 31px 15px -30px #0000001f;
}
  #header aside,
  #header aside a {
    color: #FFF;
    display: block;
}
#header aside {
    color: #FFF;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.primariga
.three-col-home h3,
.three-col-home ~ .custum-sidebar h3 {
    font-weight: bold;
}
body {
    font-family: 'IBM Plex Serif', serif;
    line-height: 1.4;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nexa', sans-serif;
}
#prefooter,
#footer-wrapper {
    font-family: 'Roboto', sans-serif;
}
#prefooter h1,
#prefooter h2,
#prefooter h3,
#prefooter h4,
#prefooter h5,
#prefooter h6,
#footer-wrapper h1,
#footer-wrapper h2,
#footer-wrapper h3,
#footer-wrapper h4,
#footer-wrapper h5,
#footer-wrapper h6,
#prefooter a,
#footer-wrapper a {
    font-family: 'Roboto', sans-serif;
}

#footer-wrapper ul li a {
    padding: 5px 0 5px 0px;
}
a h4,
a h5 {
    font-family: 'IBM Plex Serif', serif;
}
#mainmenu .aside-list li a {
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 300;
}
#mainmenu .aside-list > li > a {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Nexa', sans-serif;

}
#mainmenu .aside-list .sub-menu li {
  margin-bottom: 8px;
}
#mainmenu .aside-list .sub-menu li a {
  opacity: .6;
  transition: opacity 300ms ease-out;
}
#mainmenu .aside-list .sub-menu li a:hover {
  opacity: 1;
}
.title {
  line-height: 1.15;
  margin-bottom: 15px;
}
.toggle-text,
#mainmenu > li > a {
  font-family: 'Nexa';
  color: #333;
  font-weight: 600;
  font-size: 17px;
  line-height: 32px;
  display: block;
  padding-bottom: 5px;
}
.aside-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.social-list {
   display: flex;
   flex-wrap: wrap;

}
.social-list a {
   display: block;
   width: 44px;
   height: 44px;
   border: 1px solid #FFF;
   text-align: center;
   line-height: 44px;
   border-radius: 50%;
   transition: all 300ms ease-out;
}

.social-list li + li {
    margin-left: 10px;
}
.social-list a:hover {
    background: #ffffff2b;
    border: 1px solid #fff0;
}
.bg-section  {
  background-color: #e00052;
  min-height: 110px;
  margin: 10px 0 30px;
}
.box {
  position: relative;
}
.highlights-last {
  display: grid;
  grid-template-columns: 70% 30%;
}
.highlights-last .box-article {
  margin-left: 15px;
  display: flex;
  max-height: 620px;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 2px 13px #00000000;
}
.highlights-last .box-article .title-box,
.highlights-last .box-article .excerpt {
  width: 100%;
}
.highlights-last .box-article:hover {
  box-shadow: 0px 2px 13px #00000030;
}
.highlights-last .box-article:first-child {
  grid-row-end: span 2;
  margin-left: 0px;
  padding-top: 110%;
}
.box.box-article img {
  object-fit: cover;
}
.box .category {
  position: relative;
  font-family: 'Nexa', sans-serif;
  text-transform: uppercase;
  z-index: 3;
  padding: 5px 2px 2px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 600;
  letter-spacing: .6px;
  margin-top: 6px;
  display: inline-block;
  font-size: 12px;
  box-shadow: inset 0px -1px 0px #e00052;
  transition: all 250ms ease-out;
}
.box-article .wrap-content .category:hover{
  box-shadow: inset 0px -24px 0px #e00052;
  color: #FFF;
}
.box-article .wrap-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body:not(.category) .box-article .wrap-content .lettura-article {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.highlights-last .box-article .wrap-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
.highlights-last .box-article .wrap-content .etichetta-category {
  position: absolute;
  bottom: 100%;
  left: 15px;
}
/* .box-article .wrap-content > * {
  width: 100%;
} */
.etichetta-category {
  background: #e00052;
  margin-bottom: 10px;
  font-family: 'Nexa';
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  z-index: 3;
  padding: 2px 4px 1px;
  letter-spacing: 1px;
  color: #FFF;
  max-width: 80%;
  transition: background 200ms ease-out;
}
.highlights-last .box-article .wrap-content .etichetta-category:hover {
  background: #333;
}
.highlights-last .box-article:first-child .wrap-content .etichetta-category {
  margin-bottom: 0;
}
.highlights-last .box-article:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -2;
}
.box-related img,
.box-event img,
.photos-item img,
.highlights-last .box-article:first-child img {
  transition: transform 500ms ease-out;
}
.box-related:hover img,
.box-event:hover img,
.photos-item:hover img,
.highlights-last .box-article:first-child:hover img {
  transform: scale(1.15);
}
.single-photopost .photos-item:hover img {
  transform: unset !important;
}
.highlights-last .box-article:first-child .wrap-content {
  padding: 15px;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  z-index: 3;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  width: 100%;
}
.highlights-last .box-article:first-child .wrap-content:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  height: calc(100% );
  bottom: 0px;
  width: 100%;
  pointer-events: none;
  padding-top: 100px;
  background: rgb(0 0 0 / 38%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 4%) 10%, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 65%) 100%);
}
.highlights-last .box-article .title-box {
  color: #000;
  display: block;
  line-height: 1.2;
  font-size: 15px;
  font-family: 'IBM Plex Serif', serif;
}
.highlights-last .box-article:first-child .wrap-content .title-box,
.highlights-last .box-article:first-child .wrap-content p {
  color: #FFF;
  font-family: 'Nexa', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}
.highlights-last .box-article:first-child .wrap-content .lettura-article {
  color: #FFF;
}
.box-article .wrap-content .lettura-article {
  font-style: italic;
  font-size: 13px;
  margin-top: 8px;
  color: #727272;
}
.highlights-last .box-article:first-child .wrap-content .title-box {
  font-size: 24px;
  margin-top: 0;
  font-weight: 700;
}
.highlights-last .box-article:last-child {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.highlights-last .box-article:last-child .title-box {
  margin-bottom: 0;
}
.box-article .title-box {
  margin-bottom: 0;
  margin-top: 5px;
  font-family: 'IBM Plex Serif';
  font-size: 18px;
  font-weight: 800;
  transition: color 200ms ease-out;
}

.box-article:hover .title-box {
  color: #e00052;
}
#sidebar .title-sidebar,
.title-header {
  display: block;
  font-family: 'Nexa', sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}
#sidebar .title-sidebar {
  margin-top: 30px;
  margin-bottom: 15px;
}
#sidebar > div + div {
  margin-top: 34px;
}
.home #main {
  margin-top: -114px;
  position: relative;
  z-index: 5;
}
.home #main .title-header {
  color: #FFF;
  min-height: 70px;
  margin-bottom: 50px;
}
.abslink {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.category-title {
  font-family: 'Nexa', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.serif {
  font-family: 'IBM Plex Serif', serif;
}
.inline-article h3.serif {
  margin-top: 0;
  margin-bottom: 0;
}
.inline-article h3.serif a {
    margin: 5px 0 10px;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.inline-article a {
    transition: color 200ms ease-out;
}
.inline-article a:hover {
  color: #e00052 !important;
}
.inline-article + .inline-article {
  padding: 10px 0;
  border-top: 1px solid #000;
}
.inline-links,
.trend-week {
  list-style-type: none;
  padding-left: 0;
}
.inline-links li,
.trend-week li {
  margin-top: 0px;
  list-style-type: none;
}
.inline-links li + li a,
.trend-week li + li a {
  border-top: 1px solid #dcdcdc;
}
.inline-links li a,
.trend-week li a {
  color: #000;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  padding-left: 40px;
  display: block;
  border: 1px solid #dcdcdc00;
  box-shadow: 0px 2px 13px #00000000;
  transition: all 300ms ease-out;
}
.inline-links li a {
  padding-left: 10px;
}
.inline-links li + li a,
.trend-week li + li a {
  border-top: 1px solid #dcdcdc;
}
.inline-links li a:hover,
.trend-week li a:hover {
  border: 1px solid #dcdcdc;
  box-shadow: 0px 2px 13px #00000030;
}

.trend-week li a i {
  color: #e00052;
  font-size: 28px;
  font-family: 'IBM Plex Serif';
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;

}

.bg-dots {
  background: url(../img/bg-dots.svg) repeat-x left top;
  background-size: contain;
  /* min-height: 500px; */
}
.slick-slide {
  padding: 0 10px;
}

.box {
  overflow: hidden;
  box-shadow: 0px 2px 13px #00000000;
  transition: box-shadow 400ms ease-out;
}
.box:hover {
  box-shadow: 0px 2px 13px #00000030;
}
.box-related img,
.box-event img {
  object-fit: cover;
  min-height: 360px;
  width: 100%;
}
.box-related .wrap-content,
.box-event .wrap-content {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  z-index: 3;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  color: #FFF;
}
.box-related .wrap-content:before,
.box-event .wrap-content:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  height: calc(100% );
  bottom: 0px;
  width: 100%;
  pointer-events: none;
  padding-top: 100px;
  background:rgb(0 0 0 / 38%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 4%) 10%, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 65%) 100%);
}
.eventi-slider:before {
  content: 'eventi';
  position: absolute;
  top: -10px;
  left: 30px;
  background:#e00052;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  padding: 2px 6px 0px;
  z-index: 2;
  font-family: 'Nexa';
  color: #FFF;
  font-weight: 700;
}

.slick-arrow {
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #575757;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease-out !important;
}
.slick-prev {
  left: -40px;
}
.slick-next {
  right: -40px;
}
.slick-prev:before {
  content: "\e918";
  opacity: 1;
  color: inherit;
  font-family: icomoon;
  font-size: 26px;
}
.slick-next:before {
  content: "\e919";
  opacity: 1;
  color: inherit;
  font-family: icomoon;
  font-size: 26px;
}
.slick-prev {
  text-shadow: 8px 0px #e00052;
  transition: all 400ms ease-out !important;
}
.slick-prev:hover {
  color: #e00052 !important;
  text-shadow: 0px 0px #f1064d10;
}
.slick-next {
  text-shadow: -8px 0px #e00052;
  transition: all 400ms ease-out !important;
}
.slick-next:hover {
  color: #e00052 !important;
  text-shadow: 0px 0px #f1064d10;
}


.slick-arrow:focus {
  color: inherit;
  background: inherit;
}
.title-section {
  font-family: 'Nexa', sans-serif;
  border-bottom: 1px solid #e00052;
  font-size: 42px;
  margin-top: -60px;
  line-height: 1.1;
  padding-bottom: 20px;
}
.title-section.smaller {
  font-size: 26px;
  height: auto;
  border-top: 3px solid #e00052;
  padding: 20px 0 10px;
  margin-top: 0px;
  border-bottom: none;
}
.dark {
  color: #FFF;
  background: rgb(53, 53, 53);
}
.dark a {
  color: #FFF;
}
.dark .slick-arrow {
  /* background: #FFF; */
  color: #FFF;
}
.section-video .slick-arrow:before {
  text-shadow: unset !important;
}
.section-video .title-section {
  position: absolute;
  left: 0px;
  top: 0rem;
}
.section-video .slider-player .slick-slide {
  padding: 0;
}
.slider-thumb:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  margin-left: -10px;
  left: 3rem;
  top: 0;
  box-shadow: inset 12px 0px 14px -8px #353535;
  z-index: 2;
}
.slider-thumb:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  margin-right: -10px;
  right: 3rem;
  top: 0;
  box-shadow: inset -12px 0px 14px -8px #353535;
  z-index: 2;
}
.slider-thumb .slick-prev {
  left: -20px;
  margin-top: -15px;
}
.slider-thumb .slick-next {
  right: -20px;
  margin-top: -15px;
}
.section-photos {
  background: #000;
}
.section-photos .slick-list {
  padding-right: 30%;
  margin-right: 0px;
}
.slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
/* .photos-item > a:nth-child(n+2) {
  display: none;
} */
.photos-item > a[data-fancybox] + a[data-fancybox] {
  display: none;
}
.wrap {
  position: relative;
}
.photos-item .wrap-content {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  z-index: 3;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  width: 100%;
}
.photos-item .wrap-content:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  height: calc(100%);
  bottom: 0px;
  width: 100%;
  pointer-events: none;
  padding-top: 100px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 4%) 10%, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 65%) 100%);
}
.photos-item .wrap-content .title-box {
  width:100%;
  font-size: 24px;
}

#prefooter {
  background: rgb(40,40,40);
  background: linear-gradient(180deg, rgba(40,40,40,1) 0%, rgba(51,51,51,1) 15%, rgba(64,64,64,1) 50%, rgba(51,51,51,1) 85%, rgba(40,40,40,1) 100%);
  position: relative;
}
.grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid-box {
  padding: 15px;
  overflow: visible;
  margin-bottom: 10px;
  transition: background 300ms ease-out;
}
.grid-box:hover {
  background: #3e3e3e;
  z-index: 4;
}
.grid-box:before {
  content: '';
  position:absolute;
  left: 0px;
  top:0px;
  width: 1px;
  height: calc(100% + 2px);
  background: #FFF;
}


.grid-box:after {
  content: '';
  position:absolute;
  right: -1px;
  bottom:-2px;
  height: calc(100% + 2px);
  width: 1px;
  max-height: 0%;
  background: #FFF;
  transition: all 200ms linear;
}
.grid-box .title:after {
  content: '';
  position:absolute;
  right: 0px;
  top:0px;
  width: calc(100% + 2px);
  height: 1px;
  max-width: 0%;
  background: #FFF;
  transition: all 150ms linear 150ms;
}

.grid-box .title:before {
  content: '';
  position:absolute;
  left: 0px;
  bottom:-2px;
  width: calc(100% + 2px);
  height: 1px;
  max-width: 0%;
  background: #FFF;
  transition: all 150ms linear 150ms;
}

.grid-box:hover:before,
.grid-box:hover:after {
  max-height: 120%;
  background: #e00052;

}
.grid-box:hover .title:before,
.grid-box:hover .title:after {
  max-width: 100%;
  background: #e00052;

}

.grid-box:nth-child(5n + 1):before {
  max-height:0%;
  transition: all 200ms linear;
}
.grid-box:nth-child(5n + 1):hover:before {
  max-height:120%;
  background: #e00052;
}
.grid-box .title {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}
.grid-box p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}

.small-title {
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#footer {
  background: #161616;
  color:#FFF;
}
#footer a  {
  color: #FFF;

}
#footer .sopra_copyrights a  {
  color: #9e9e9e;

}
#footer .sopra_copyrights a:hover {
  color: #FFF;
}
#footer .title-widget {
  font-size: 32px;
  margin-top: 0;
  letter-spacing: .4px;
  margin-bottom: 15px;
}
#footer ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
  transition: all 250ms linear;

}
#footer ul li a:before {
  content: '';
  margin-right: 6px;
  width: 12px;
  height: 2px;
  position: absolute;
  background: #e00052;
  z-index: 2;
  display: block;
  top: 10px;
  left: 0;
  transform: rotate(0deg);
  transition: all 250ms linear;
}
#footer ul li a:hover  {
  color: #e00052;
}
#footer ul li a:hover:before {
  transform: rotate(90deg);
  background: #FFF;
}
#footer .menu-sottocategorie-container ul {
  column-count: 2;
}
#footer .copyrights {
  background: #e00052;
}
#footer .copyrights a {
  color: #FFF;
}
#footer .copyrights a:hover {
  color: #111;
}
#footer .newsletter-form {
  display: flex;
  flex-wrap: wrap;
}
#footer .newsletter-form input[type="text"] {
  flex-grow: 1;
}
#footer .newsletter-form input[type="submit"] {
  line-height: 46px;
  padding: 0px 14px;
  text-transform: uppercase;
  background: #454545;
  border: none;
  color: #FFF;
  letter-spacing: .5px;
}


.breadcrumb {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: 'Nexa', sans-serif;
  max-width: calc(100% - 130px);
}
.breadcrumb span a,
.breadcrumb li a {
  padding-left: 0;
  list-style-type: none;
  color: #8c8c8c;
  font-family: inherit;
  font-weight: 600;
  transition: color 300ms ease-out;
}
.breadcrumb span a:hover,
.breadcrumb li a:hover {
  color: #e00052;
}
.breadcrumb li + li:before {
  content: '>';
  margin: 0 5px;
}
.breadcrumb span.breadcrumb_last,
.breadcrumb li:last-child a {
  color: #2d2d2d;
  pointer-events: none;
  font-size: 14px;
  font-family: 'Nexa', sans-serif;
  font-weight: 600;
}
.breadcrumb .breadcrumb_last {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* width: calc(100% - 200px); */
  display: inline-block;
  position: relative;
  top: 6px;
}
.title-article {
  margin-bottom: 10px;
  font-size: 34px;
}
.subtitle {
  color: #262626;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .8px;
  margin-top: 10px;
}
.share {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
}
.share li + li {
  margin-left: 10px;
}

  /* -o-animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  animation-direction:normal;
}*/

/* @keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  to {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
} */

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 80px;
  padding-bottom: 0px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 4%) 10%, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 65%) 100%);

}
.overlay-content .subtitle {
  color: #FFF;
}
.container {
  position: relative;
  max-width: 100%;
  padding: 0 15%;
}

.content-single a {
  color: #e00052;
  box-shadow: inset 0px 0px #e00052;
  transition: all 200ms ease-out;

}
.content-single a:hover {
 color: #FFF;
 box-shadow: inset 0px -30px #e00052;
}
.body-single {
  position: relative;
}

.body-single .share {
  position: absolute;
  margin-left: 25px;
  left: calc(100% - 50px);
  /* transform: translateX(-12vw); */
  bottom: 50px;
  display: block;
  z-index: 99;
  opacity:0;
  z-index: 2;
  transition: opacity 300ms linear;
}
.share.appear {
  opacity: 1;
  transition: opacity 300ms linear;
}
.share li {
  margin: 0;
}
.share li a {
  display: block;
  margin: 10px  0;
  background: #FFF;
  line-height: 32px;
  width: 32px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  /* box-shadow: 0px 1px 6px -1px #000; */
  /* box-shadow: -1px -1px 0px 0px #fff, 1px 1px 0px 0px #fff, -1px 1px 0px 0px #fff, 1px -1px 0px 0px #fff; */
  /* box-shadow: 1px 2px 0px, 0px -1px 0px, -1px 1px 0px, 2px 2px 0px; */
  box-shadow: -2px 3px 0px, 1px 0px 0px, -1px 3px 0px, -1px 0px 0px !important;
  border: 1px solid;
}
.share li a {
  color: #e00052;
  transition: all 300ms linear;
}
.share li a.icon-whatsapp {
  font-size: 19px;
}
.share li a.icon-telegram {
  font-size: 15px;
  padding-right: 1px;
}
.share li a.icon-facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
}
.share li a.icon-twitter:hover {
  color: #1da1f2;
  border-color: #1da1f2;
}
.share li a.icon-linkedin:hover {
  color: #0077b5;
  border-color: #0077b5;
}
.share li a.icon-whatsapp:hover {
  color: #25d366;
  border-color: #25d366;
}
.share li a.icon-telegram:hover {
  color: #0088cc;
  border-color: #0088cc;
}
.share li a.icon-mail:hover {
  color: #262626;
  border-color: #262626;
}
/* .body-single .share li a {
  color: #FFF;
}
.body-single .share li a.icon-facebook {
  background: #3b5998;
}
.body-single .share li a.icon-twitter {
  background: #1da1f2;
}
.body-single .share li a.icon-linkedin {
  background: #0077b5;
}
.body-single .share li a.icon-whatsapp {
  background: #25d366;
  font-size: 21px;
}
.body-single .share li a.icon-telegram {
  background: #0088cc;
  font-size: 15px;
  padding-right: 1px;
}
.body-single .share li a.icon-mail {
  background: #262626;
} */
.tribe-events-single-event-description.tribe-events-content,
.content-single {
  position: relative;
  color: #292929;
  line-height: 1.5;
  font-size: 17px;
}
.tribe-events-single-event-description.tribe-events-content iframe,
body:not(.postid-103029):not(.postid-102723):not(.postid-102501):not(.postid-102216):not(.postid-102032):not(.postid-101431):not(.postid-101373):not(.postid-101078):not(.postid-100833):not(.postid-100074):not(.postid-99231):not(.postid-99723):not(.postid-99346):not(.postid-98708):not(.postid-98491):not(.postid-98420):not(.postid-98205):not(.postid-97954):not(.postid-96783):not(.postid-97124):not(.postid-97115):not(.postid-97613) .content-single :not(.freeheight) iframe {
    width: 100%;
    height: 450px;
}

.post-template-single-galleria .content-single {
  position: relative;
  color: #FFF;
}
.content-single strong{
  color: #000000;;
  font-weight: 500;
}
.post-template-single-galleria .content-single strong {
  position: relative;
  color: #FFF;
  font-weight: 500;
}

.box-article.horizontal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  margin-bottom: 30px;
}
.box-article.horizontal img {
  width: 40%;
  object-fit: cover;
}

.box-article.horizontal .wrap-content {
  width: 60%;
  padding: 1rem;
}
.box-article.horizontal .title-box {
  font-size: 24px;
  margin-bottom: 10px;
}
.box-article.horizontal .wrap-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

#header .contact-site a {
  display: inline-block;
}

#header .contact-site p {
  margin-top: 0;
  line-height: 1.6;
}
.search-form {
  border: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
}
#header .search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border: none;
}
#header .search-form {
    width: calc(0% + 60px);
    margin-left: auto;
    position: relative;
    overflow: hidden;
    transition: all 400ms ease-out;
  }
  /* #header .search-form-wrap {
    position: relative;  
  }
  #header .search-form-wrap:before {
    content: '';
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    z-index: 8;
    position: absolute;
  }
  #header .search-form-wrap:hover:before {
    pointer-events: none;
  } */

#header .search-form::after {
  content: '';
  height: 2px;
  width: 100%;
  max-width: 0%;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 300ms ease-out;
  background: rgb(255,53,109);
  background: linear-gradient(93deg, rgb(255 53 109 / 90%) 0%, rgb(234 40 104) 90%, rgb(224 5 82) 100%);
}
#header .search-form:focus-within,
#header .search-form:hover {
    width: 100%;
    max-width: 300px;
}
.search-form input,
.search-form button {
  border: none;
  border-radius: 0px;
  height: 44px;
  padding: 0 10px;
}
.search-form input {
  flex-grow: 1;
}
.search-form button {
  cursor: pointer;
  min-width: 44px;
  color:#222;
  background-color: #f0f0f0;
}
#header .search-form input,
#header .search-form button {
  padding: 0 0px;
}
#header .search-form:focus-within::after,
#header .search-form:hover::after {
  max-width: 100%;
}
#header .search-form input,
#header .search-form button {
  padding: 0 0px;
  flex-grow: 0;
  transition: all 300ms ease-out;
}
#header .search-form button {
  pointer-events: none;
  background: none;
  width: 60px;
  flex-grow: unset !important;
  font-size: 24px;
}
/* #header .search-form input::placeholder {
  color: #FFF;
} */
#header .search-form input {
  width: 0;
}
#header .search-form:focus-within input,
#header .search-form:focus-within button,
#header .search-form:hover input,
#header .search-form:hover button  {
  flex-grow: 1;
  padding: 0 10px;
  pointer-events: initial;
}

.single-photopost {
  background: #181818;
  color: #FFF;
}
.single-photopost .subtitle,
.single-photopost .breadcrumb span.breadcrumb_last, 
.single-photopost .breadcrumb li:last-child a {
  color: #FFF;
}
.sticky {
  position: sticky;
  top: 25%;
}
.title-project {
  font-weight: 100;
}
.single-photopost .photos-item {
  position: relative;
  width: calc(100% - 110px);
}

.single-photopost .vertical-info {
  position: absolute;
  left: 100%;
  right: 100%;
  bottom: 0;
  transform: rotate(-90deg);
  text-transform: uppercase;
  transform-origin: unset;
  white-space: nowrap;
  display: flex;
  font-family: 'Nexa', sans-serif;
  height: 34px;
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}
.single-photopost .vertical-info .author {
  margin-left: 25px;
}
.single-photopost .share {
  padding-top: 10px;
}
.single-photopost .share li a {
  transition: all 300ms linear;
}
.single-photopost .share li a:hover {
  color: #FFF;
  background:rgba(255, 255, 255, 0);
}
.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
}
.other-thumbs {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.other-thumbs img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
}

.single-photopost .photos-item > a img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.other-thumbs a {
  display: flex;
  flex-grow: 1;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.other-thumbs a + a {
  margin-top: 5px;
}
.other-thumbs a:nth-child(1n + 4):not(.last-thumb) {
  display: none;
}
.other-thumbs a.last-thumb {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #2f2f2f;
  margin: 5px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Nexa', sans-serif;
  letter-spacing: 1px;
  flex-grow: 0;
  transition: all 300ms linear;
}
.other-thumbs a.last-thumb:hover {
  background: #FFF;
  color: #2f2f2f;
}
.single-photopost .etichetta-category {
  margin-bottom: 0;
  margin-left: auto;
}
.other-thumbs a.last-thumb i {
  font-size: 24px;
  margin-bottom: 10px;
}

.collapse:not(.show) {
  display: none;
  max-height: 0;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.outline-btn {
  border: 1px solid #2d2d2d;
  font-family: 'Nexa', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: unset !important;
  color: #2d2d2d;
  display: inline-block !important;
  transition: all 300ms linear;
}
.outline-btn:hover {
  border: 1px solid #e00052;
}
.single-photopost .outline-btn {
  border: 1px solid #FFF;
  color: #FFF;
}
.single-photopost .outline-btn:hover {
  border: 1px solid #e00052;
  background: #e00052;
  color: #FFF;
}
.slider-single-photo .slick-track {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.slider-single-photo .slick-slide, 
.slider-single-photo .slick-slide a {
    display: flex;
    object-fit: cover;
    height: 420px;
    width: 100%;
} 
.slider-single-photo .slick-slide a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider-single-photo .slick-arrow {
  z-index: 4;
  background: #FFF;
  height: 90px;
  opacity: .5;
  transition: opacity 300ms linear;
}
.slider-single-photo .slick-arrow:hover {
  opacity: 1;
}

.slider-single-photo .slick-prev {
  left: 0;
  background: #FFF;
  border-radius: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  padding-right: 10px;
}
.slider-single-photo .slick-next {
  right: 0;
  background: #FFF;
  border-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  padding-left: 10px;
}
.slider {display:none;}
.slider.slick-initialized {display:block;}

.logo-footer-wrap img {
  padding-right: 50px;
}
.sopra_copyrights img {
  width: auto;
  display: inline-block;
  position: relative;
  top: 2px;
}
.sopra_copyrights {
  font-size: 13px;
  color: #9e9e9e;
}
.customform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customform input:not([type="checkbox"]),
.customform textarea {
  width: 100%;
  font-family: 'Nexa', sans-serif;
  min-height: 44px;
  font-size: 15px;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: inset 1px 1px #e0005200, inset -1px -1px #e0005200;
  transition: all 400ms linear;
}
.customform input:not([type="checkbox"]):focus,
.customform textarea:focus {
  border: 1px solid #e00052;
  box-shadow: inset 1px 1px #e00052, inset -1px -1px #e00052;
}
.customform textarea {
  height: 90px;
}
.customform label {
  width: 48%;
  position: relative;
  margin-bottom: 15px;
}
.w-100 {
  width: 100% !important;
}
.customform .wpcf7-list-item {
  margin-left: 0px;
}
.customform input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.customform input.wpcf7-submit {
  width: auto;
  padding: 10px 30px;
  font-weight: 600;
  letter-spacing: .5px;
  background: #e5055000;
  color: #e50551;
  border: 1px solid #e50551;
  transition: all 400ms linear;
}
.customform input.wpcf7-submit:hover {
  background: #e50551;
  color: #FFF;
}
.customform input.wpcf7-submit[disabled] {
  opacity: .35;
  pointer-events: none;
}

.trend-week li a {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.variable {
  font-weight: 400;
  font-size: 34px;
}
.author {
  font-weight: 400;
  color: #a7a7a7;
}
.author a {
  font-weight: 500;
  color: #747474;
  transition: all 300ms linear;
}
.author a:hover {
  color:#e00052;
  opacity: 1;
}
.share.appear li {
  margin: 0;
}
#mainmenu > li {
  position: relative;
}
#mainmenu > li .sub-menu {
  position: absolute;
  top: 70%;
  background: #FFF;
  z-index: 11;
  padding: 0 8px;
  opacity: 0;
  min-width: 180px;
  margin-left: -10px;
  font-family: 'Nexa';
  letter-spacing: .5px;
  pointer-events: none;
  box-shadow: 0px 5px 16px -4px #00000024;
  transition: all 400ms ease-out;
}
#mainmenu > li:hover .sub-menu {
  position: absolute;
  pointer-events: initial;
  opacity: 1;
  top: 100%;
}
#mainmenu > li .sub-menu a {
  padding: 6px 0;
  display: block;
  transition: color 300ms linear;
}
#mainmenu > li .sub-menu a:hover {
  color: #e00052;
}
#mainmenu > li > a:before {
  content: '';
  height: 2px;
  width: 100%;
  max-width: 0%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  background: #e00052;
  transition: max-width 300ms linear;
}
#mainmenu > li:hover > a:before {
  max-width: 100%;
}

.comment-section {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.commentlist {
  list-style-type: none;
  padding-left: 0;
}
.commentlist .comment-author.vcard img {
  border-radius: 50%;
  width: 100px;
  margin: 0 auto 10px;
  padding: 0 20px;
}
.commentlist .comment .comment-body {
  display: grid;
  grid-template-columns: 10% 90%;
  grid-template-areas: '... data'
                        'vcard commento'
                        '... rispondi';
}
.commentlist .comment .comment-body > p {
  grid-area: commento;
  font-family: 'Nexa', sans-serif;
  font-size: 17px;
  letter-spacing: .8px;
  padding-right: 30px;
  margin-bottom: 6px;
}
.commentlist .comment-author.vcard {
  grid-area: vcard;
  /* float: left; */
}
.comment-meta.commentmetadata {
  grid-area: data;
}
.commentlist .comment .comment-body .reply {
  grid-area: rispondi;
  color: #e00552;
  transition: color 300ms linear;
}
.commentlist .comment .comment-body .reply:hover {
  color: #333;
}
.commentlist .comment-author.vcard .says {
  display: none;
}
.commentlist .comment-author.vcard .fn {
  display: block;
  text-align: center;
}
.commentlist .comment {
  padding: 20px 10px;
  background: #f2f2f2;
}
.form-submit input {
  border: none;
  border-bottom: 2px solid #e00052;
  height: 30px;
  background: none;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
}
.comment-form-comment #comment {
  display: block;
  border-radius: 0px;
  border: 1px solid #bfbfbf;
  padding: 10px;
  margin-top: 0px;
  font-family: 'Nexa', sans-serif;
  font-weight: 600;
  letter-spacing: .8px;
  font-size: 14px;
  transition: border 300ms linear;
}
.comment-form-comment #comment:focus {
  border: 1px solid #e00052;
}

#sidebar .recentcomments {
  font-family: 'Nexa', sans-serif;
}
#sidebar .recentcomments a {
  display: block !important;
  font-weight: 600;
  font-family: 'IBM Plex Serif', serif;
}
#sidebar .recentcomments a:before {
  display: none !important;
}
p.comment-form-comment {
  float: left;
}
p.comment-form-author, 
p.comment-form-email {
  float: right;
  width: 50%;
  margin-right: auto;
}

p.comment-form-author input, 
p.comment-form-email input {
  height: 36px;
  border-radius: 0px;
  padding-left: 0 10px;
  border: 1px solid #bfbfbf;
  display: block;
  transition: border 300ms linear;
}
p.comment-form-author input:focus, 
p.comment-form-email input:focus {
  border: 1px solid #e00052;
}
p.comment-form-url {
  display: none;
}
p.comment-form-cookies-consent {
  clear: both;
}
p.comment-form-cookies-consent input {
  display: inline-block;
  width: 15px;
  height: 15px;
}
p.comment-form-email {
  clear: right;
}
p.form-submit {
  clear: both;
}
form#commentform {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; */
}

.top-adv, #header {
  background: #FFF;
}

.body-single .category-title {
  background: #e50551;
  color: #FFF;
  padding: 3px 5px 1px;
}

.body-single .share {
  position: sticky;
  margin-left: 25px;
  left: initial;
  top: 20%;
  bottom: initial;
}
.inline-article h3.serif a,
.trend-week li a {
  font-weight: 600;
}
#sidebar h1, #sidebar h2 {
  font-size: 20px;
  margin: 0 !important;
  line-height: 0;
}

form#commentform {
  overflow: hidden;
  display: none;
}
#reply-title {
  cursor: pointer;
  transition: color 300ms linear;
}
#reply-title:hover {
  color: #e00052;
}
.noscroll {
  overflow: hidden;
}
.tribe-events-notices {
  background: #f9e8d5;
  border-radius: 0px;
  border: none !important;
  color: #3b3b3b;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: unset;
  font-family: 'Nexa', sans-serif;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tribe-events-pg-template, .tribe-events-pg-template {
  margin: 0 auto;
  max-width: 100% !important;
}
.detail-item {
  background: #FFF;
}
.detail-wrap {
  border: 1px dotted #ddd;
  display: flex;
  background: #FFF;
  border-style: dashed;
  justify-content: start;
  padding-top: 15px;
  padding-bottom: 15px;
}
.detail-item label {
  font-weight: 500;
  font-size: 20px;
  width: 100%;
}
.detail-item p {
  margin: 0;
  font-family: 'Nexa';
}
.button-prenota {
  background: #e50551;
  color: #FFF !important;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Nexa';
  font-weight: 600;
  letter-spacing: 1px;
}
#header {
  position: sticky;
  top: 0;
  z-index: 99;
  /* transition: top 300ms linear; */
}
.noscroll #header {
  position: static;
}
.title-event {
  color: #e50551;
  font-weight: initial;
  font-size: 22px;
  margin-bottom: 12px;
}
.itinerario {
  padding-left: 20px;
  list-style-type: square;
  list-style: square;
  font-size: 18px;
  margin-top: 0;
}
.newsletterform .formwrap {
  display: flex;
  flex-wrap: wrap;
}
.newsletterform .formwrap input,
.newsletterform .formwrap button {
  height: 46px;
  border-radius: 0px;
  border: none;
}
.newsletterform .formwrap > div {
  flex-grow: 1;
}
.newsletterform .formwrap input {
  padding: 0 12px;
}
.newsletterform .formwrap > div label, .newsletterform .formwrap > div label input {
  width: 100%;
  display: block;
}
.newsletterform .check-wrap {
  font-size: 13px;
  font-family: 'Nexa';
  margin-top: 8px;
}
.newsletterform .formwrap button {
  padding: 0 25px;
  background: #e00552;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  flex-grow: 0;
}

.box-event-cat a {
  box-shadow: unset !important;
}
.box-event-cat {
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 4px 15px #00000000;
  transition: all 400ms ease-out;
}
.box-event-cat a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.box-event-cat:hover {
  box-shadow: 0px 4px 15px #0006;
}
.post-type-archive-tribe_events ul.tribe-events-sub-nav,
.post-type-archive-tribe_events div#tribe-bar-views {
  display: none;
}
.post-type-archive-tribe_events #tribe-bar-form.tribe-bar-full.tribe-events-bar--has-views #tribe-bar-filters-wrap, 
.post-type-archive-tribe_events #tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-views #tribe-bar-filters-wrap {
  margin: 0 auto;
  width: 100%;
  padding: 0 8%;
  float: none;
}
.post-type-archive-tribe_events #tribe-bar-form {
  background: #ffedf3;
  margin: 0;
  position: relative;
  width: 100%;
}
.tribe-events-list-separator-month span,
.post-type-archive-tribe_events .tribe-events-list-separator-month span {
  padding: 0 7.5%;
  color: #f12963;
}
.tribe-organizer-name {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}
.tribe-events-back {
  display: none;
}
.tribe-events-organizer .tribe-events-organizer-meta {
  padding-bottom: 0 !important;
}
.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #f12963;
}
/* .post-type-archive-tribe_events #tribe-events .tribe-events-button, .tribe-events-button {
  display: none !important;
} */
div#tribe-events-content-wrapper {
  display: grid;
}
div#tribe-events-content-wrapper div#tribe-events-bar {
  order: 1;
}
div#tribe-events-content-wrapper .tribe-events-title-bar {
  order: 2;
}
div#tribe-events-content-wrapper div#tribe-events-content {
  order: 3;
}
.footer-widget + .footer-widget {
  margin-top: 30px;
}

body.mobile nav > ul#mainmenu {
  display: none;
}
.rel-wrap {
  position: relative;
}

.sticky-content {
  position: sticky;
  top: 180px;
  z-index: 9;
}
ins {
  max-width: 100% !important;
  overflow: hidden;
}
.nicelink {
  font-size: 22px;
  font-weight: 500;
  color: #e50551;
}
#tribe-events-pg-template .tribe-events-content h3 {
  font-size: 22px !important;
  margin-bottom: 10px !important;
}
.inline-social a {
  color: #e50551;
  transition: all 300ms ease-out;
}
.inline-social a:hover {
  color: #1d1d1d;
}
body .tribe-mini-calendar-nav span {
  font-family: 'Nexa';
  font-weight: 100;
  letter-spacing: .5px;
}
body .tribe-mini-calendar th {
  background: #f12963;
  border-color: #f12963;
  color: #fff;
  font-weight: 700;
  font-family: 'Nexa';
  font-size: 12px;
  line-height: 30px;
}
body .tribe-mini-calendar-nav div {
  position: relative;
  background: #f12963;
}
body .tribe-mini-calendar-nav td {
  background: #f12963;
  border-color: #f12963;
}
body .tribe-mini-calendar-grid-wrapper {
  font-family: 'Nexa';
}
body .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}
body .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  margin: 5px auto 0 -2px;
  position: absolute;
  width: 6px;
  height: 6px;
}
body .tribe-mini-calendar .tribe-events-past {
  opacity: .2;
}
body .tribe-mini-calendar .tribe-events-has-events {
  background: #404040;
}
body .tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
  background-color: #f12963;
}
body .tribe-mini-calendar-event .list-date {
  background: #f12963;
  box-sizing: border-box;
  font-family: 'Nexa';
}
#sidebar .sticky-content {
  padding: 10px;
  background: #ededed;
}

.content-event-col ul:not(.share) a {
  color: #f12963 !important;
  display: block;
}

.content-event-col ul a:hover {
  text-decoration: underline;
}
#tribe-events-pg-template .tribe-events-content ul li {
  margin-bottom: 6px !important;
}
#tribe-events-pg-template .tribe-events-content ul {
  padding-left: 20px !important;
}
body #tribe-events-pg-template .tribe-events-content h2 {
  font-size: 24px;
  margin-bottom: 6px;
}
.subtitle-event {
  font-size: 20px;
  font-family: 'Nexa';
}
.single-tribe_events .tribe-events-content .colored {
  font-size: 20px;
  background: #f12963;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  color: #FFF;
}
.wp-caption {
  width: auto !important;
}
.wp-caption p {
  font-style: italic;
  border-left: 4px solid #ddd;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
/* .content-single .gallery .slick-track .slick-slide,
.content-single .gallery .slick-track {
  width: 100% !important;
} */

.slick-initialized br.slick-slide {
  display: none !important;
}
.content-single .gallery img {
  width: 100% !important;
  height: 440px !important;
  object-fit: cover;
  border: none !important; 
}
#sidebar .sticky-content a {
  color: #e50551;
}
#footer .social-footer.social-list a {
  padding-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
  background: none !important;
}
#footer .social-footer.social-list a:before {
  display: none;
}
#footer .social-footer.social-list li {
  margin-left: 0 !important;
}
#footer .social-footer.social-list i {
  margin-right: 10px;
}

.section-photos {
  display: none;  
}
.logged-in .section-photos {
  display: block;  
  
}

blockquote:not(.instagram-media) {
  margin-left: 0px;
  margin-right: 0;
  padding-left: 30px;
  position: relative;
  font-style: italic;
  color: #5f5f5f;
  font-size: 28px;
}

blockquote:not(.instagram-media):before {
  content: '"';
  position: absolute;
  left: -6px;
  top: 0;
  font-size: 60px;
  font-family: sans-serif;
  line-height: 42px;
  color: #e50551;
}
form.wpcf7-form select, form.wpcf7-form input {
  width: 100%;
  height: 40px;
  max-width: 440px;
  background: #f9f9f9;
  border: 1px solid #c1bfbf;
}
form.wpcf7-form select, form.wpcf7-form input {
  height: 40px;
}
form.wpcf7-form textarea  {
  height: 90px;
}
form.wpcf7-form select, form.wpcf7-form input, form.wpcf7-form textarea  {
  width: 100%;
  max-width: 440px;
  background: #f9f9f9;
  border: 1px solid #c1bfbf;
  padding: 0 10px;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-quiz {
  width: auto;
  margin-left: 10px;
}
form.wpcf7-form .scegli-evento.wpcf7-not-valid,
form.wpcf7-form input.wpcf7-not-valid {
  background: #ffebf0;
  border: 1px solid #ff8d8d;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  background: #e50551;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  width: auto;
  padding: 0 30px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-out
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #2d2d2d;
}
#sidebar .title-sidebar.small {
  font-size: 16px;
  line-height: 1.3;
  /* border-top: 1px solid #9c9c9c; */
  padding-top: 0px;
  margin-top: 10px;
}
main form input {
  width: 100%;
  max-width: 440px;
  background: #f9f9f9;
  border: 1px solid #c1bfbf;
  padding: 0 10px;
  height: 40px;
}
main form input[type="radio"],
main form input[type="checkbox"] {
  height: 16px;
  width: 16px;
}
main form button[type="submit"] {
  background: #e50551;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  width: auto;
  padding: 0 30px;
  border: none;
  cursor: pointer;
  height: 42px;
  margin-top: 20px;
  line-height: 0px;
  transition: all 300ms ease-out;
}
main form button[type="submit"]:hover {
  background: #2d2d2d;
}
.single-tribe_events .slick-slide img {
  object-fit: cover;
  height: 480px;
  width: 100%;
}

.single-post .slider-gallery .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
span.wpcf7-form-control-wrap.accept-this-3 .wpcf7-list-item {
  margin-left:0px;
}
.content-single .main-part h2,
.content-single .main-part h3 {
  margin-bottom: -12px;
} 
.content-single .main-part ul li {
    margin-bottom: 30px;
}

.single .indice-evento,
#tribe-events-pg-template .tribe-events-content .indice-evento {
  background: #fff5f5;
  padding: 30px !important;
  border: 1px solid #eed3d3;
  display: inline-block;
}
.single .indice-evento:before,
#tribe-events-pg-template .tribe-events-content .indice-evento:before {
  content: 'Indice dei contenuti';
  color: #2d2d2d;
  font-family: 'Nexa';
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.single .indice-evento,
#tribe-events-pg-template .tribe-events-content .indice-evento {
  padding-left: 0px;
  margin-top: 15px;
  list-style-type: none !important;
}
.single .indice-evento a,
#tribe-events-pg-template .tribe-events-content .indice-evento a {
  color: #e00552;
  transition: color 250ms ease-out;
}
.single .indice-evento a:hover,
#tribe-events-pg-template .tribe-events-content .indice-evento a:hover {
  box-shadow: unset;
  color: #333 !important;
}
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content-single .main-part ul li {
  margin-bottom: 8px;
}
/* SOLO DESKTOP */

.accordion-item {
  border: 2px solid #e50551;
  margin: 20px 0
}
.accordion-item .accordion-header {
  margin: 0 !important;
}
.accordion-button {
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  background: none;
  font-weight: 600;
  font-size: 23px;
  text-align: left;
  margin: 0 !important;

}
.accordion-button br {
  display: none;
}
.accordion-button:not(.collapsed) {
  color: #e00552;
  background: none;
  color: #333;
}
.accordion-body {
  background: #fff5f5;
  padding: 20px 20px;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .2s ease-in-out;
}

.single .views {
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  margin-top: 0px;
  display: inline-block;
  padding: 4px 5px 2px 10px;
  font-family: 'Nexa';
  position: relative;
  top: 16px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 16px;
  margin-left: 28px;
}
.single .views:before {
  content: '';
  position: absolute;
  right: 100%;
  top: -1px;
  width: 30px;
  bottom: -1px;
  border: 1px solid #E00049;
  margin-right: -4px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  z-index: 0;
  background: #e00052 url("data:image/svg+xml,%3Csvg style='color: white' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z' fill='white'%3E%3C/path%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z' fill='white'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  background-size: 20px;
}
.didascalia-foto {
  font-style: italic;
  color: #b3b3b3;
  letter-spacing: .6px;
  /* width: 100%; */
  text-align: right;
  margin-top: 10px;
  margin-bottom: -20px;
}
.fakesearch {
  display: none;
}

  @media (min-width: 1100px) {

    #sidebar .newsletterform .formwrap button {
      margin-top: 0;
    }
    .main-part {
      width: calc(100% - 60px);
    }
    section .slider .slick-arrow {
      opacity: 0;
      transition: opacity 300ms ease-out;
    }
    section:hover .slider .slick-arrow {
      opacity: 1;
    }
    .container {
      padding-left:8%;
      padding-right:8%;
    }
    .section-video .title-section {
      left: 12%;
    }
  }
  @media (min-width: 1400px) {
    .container {
      padding-left: 17%;
      padding-right: 17%;
    }
  }
  @media (min-width: 992px) {

    .aside-left {
      display: flex;
      width: 30%;
    }

    .aside-right {
      width: 70%;
    }
    .aside-left,
    .aside-right {
        padding: 7rem 3rem;
    }
    .aside-right {
        padding-left: 0rem;
    }

  }
  @media (max-width: 1100px) {
    #toggle-menu {
      display: block;
      position: absolute;
      width: 28px;
      height: 28px;
      margin: 0;
      z-index: 9;
      opacity: 0;
  }
  
    .home #main .title-header {
      color: #FFF;
      min-height: 70px;
      margin-bottom: 30px;
  }
  .trend-week {
    flex-grow: 2;
}
  .trend-week ~ .adv-box {
    flex-grow: 1;
  }
  }
  @media (max-width: 992px) {
    #header .search-form button {
      pointer-events: none;
      width: 60px;

    }
    form.search-form {
      pointer-events: none;
    }
    #header .search-form-wrap:hover .search-form input, 
    #header .search-form-wrap:hover .search-form button {
      flex-grow: 1;
    }
    #header .search-form-wrap:hover .search-form {
      width: calc(100vw - 50px - 8vw);
      pointer-events: initial;
      z-index: 99999;
    }
    #header .search-form:hover button {
      pointer-events: initial;
    }
    .box-article.horizontal img {
      /* align-self: flex-start; */
      flex-grow: 0;
    }
    .box.box-article img {
      /* align-self: flex-start; */
      flex-grow: 0;
    }
    .gallery-wrap {
      display: block;
      flex-wrap: wrap;
  }
  .main-title-event {
    font-size: 26px;
  }
  .detail-item label {
    font-size: 16px;
  }
  #tribe-events-pg-template {
    padding: 0 !important;
  }
  .single-photopost .photos-item {
    width: 100%;
  }
  .slider-single-photo .slick-slide {
    padding: 0;
  }
  .slider-single-photo .slick-slide, .slider-single-photo .slick-slide a {
    display: flex;
    object-fit: cover;
    height: 280px;
  }
  .other-thumbs {
    width: 100%;
    display: flex;
    flex-direction: initial;
    align-items: stretch;
    justify-content: space-between;
}
.other-thumbs a {
  width: 25%;
}
    .container {
      padding: 0 4%;
    }
    .home #main .title-header.responsive-title {
      color: #e00052;
      margin-bottom: 0.5rem;
      margin-top: 2rem;
      min-height: unset;
    }
    .grid-5 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-box:nth-child(5n + 1):before {
      max-height:unset;
    }

    .grid-box:nth-child(3n + 1):before {
      max-height:0%;
      transition: all 200ms linear;
    }
    .grid-box:nth-child(3n + 1):hover:before {
      max-height:120%;
      background: #e00052;
    }
    .grid-box p {
      display: none;
    }
    .grid-box {
      padding: 10px 15px 2px;
    }
    .title-section {
      margin-top: 0px;
    }
    .slider-thumb .slick-prev {
      left: -50px;
      margin-top: -20px;
    }
    .slider-thumb .slick-next {
      right: -50px;
      margin-top: -20px;
    }
    .slider-thumb:before {
      content: '';
      left: 1.5rem;
    }
    .slider-thumb:after {
      content: '';
      right: 1.5rem;
    }
    #toggle-menu ~ label {
      position: relative;
      top: -5px;
    }
    #header .search-form button {
      font-size: 22px;
    }
  }
  @media (min-width: 768px) {
    .only-mobile {
      display: none;
    }
  }
  @media (max-width: 767px) {
    /* iframe {
      height: 300px !important;
    } */
    .fakesearch {
      display: inline-block;
      width: 44px;
      height: 44px;
      position: absolute;
      top: 0;
      right: 0;
    }
.tribe-events-list .type-tribe_events {
  padding: 0 20px !important;
}
.tribe-events-loop .tribe-events-event-meta {
  background: none !important;
  border: none !important;
  margin-top: 12px;
  padding: 12px 0 0px !important;
}
    .sticky-content {
      position: relative;
      top: 0;
    }
    .slider-gallery .slick-prev {
      left: 0px;
      background: #ffffffa3;
      z-index: 2;
    }
    .slider-gallery .slick-next {
      right: 0px;
      background: #ffffffa3;
      z-index: 2;
    }
    .box-article .title-box {
      font-size: 16px;
    }
    .inline-social a {
      display: block;
      width: 34px;
      height: 34px;
      border: 1px solid #FFF;
      text-align: center;
      line-height: 34px;
    }
    .box-article.horizontal {
      display: flex;
      align-items: start;
      border-bottom: 1px solid #d0d0d0;
      padding: 25px 0;
      margin-bottom: 0 !important;
    }
    .box-article.horizontal .excerpt-article,
    .box-article.horizontal .lettura-article {
      display: none !important;
    }
    .breadcrumb .breadcrumb_last {
      width: 52vw;
    }
    body #header {
      padding: 10px 0;
  }
  .button-prenota {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 9;
    animation: slideUp 1500ms linear forwards 2s;
  }
  @keyframes slideUp {
    from {
      bottom: -100%;
      
    } to {
      bottom: 0%;
      
    }
  }
    .author {
      font-size: 15px;
    }
    .author .data {
      display: block;
      text-align: right;
    }
    p.comment-form-author, p.comment-form-email {
      float: left;
      width: 100%;
      margin-right: auto;
  }
  p.comment-form-author input, p.comment-form-email input {
    width: 100%;
  }
  .commentlist .comment .comment-body {
    display: block;
  }
  .commentlist .comment-author.vcard {
    grid-area: vcard;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: left;
}
.commentlist .comment-author.vcard img {
  margin-right: 0;
  margin-left: 0;
}
  .slick-list {
      margin-left: 0;
      margin-right: 0;
  }
  .breadcrumb {
    max-width: 100%;
    overflow: hidden;
}
  .title-article {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .subtitle {
    font-size: 20px;
  }
  .body-single .share {
    position: sticky;
    margin-left: 25px;
    left: initial;
    top: 30%;
  }
  .box-article.horizontal .title-box {
    font-size: 16px;
    margin: 0px;

  }
  .box-article.horizontal .excerpt-article {
    font-size: 14px;
  }
  .box-article.horizontal .wrap-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .search-form {
    width: calc(0% + 50px);
    position: absolute;
    right: 0;
  }
  .other-thumbs a:nth-child(1n + 3):not(.last-thumb) {
    display: none;
  }
  .other-thumbs a {

    width: 33%;
  }



  .highlights-last {
    display: grid;
    grid-template-columns: 100%;
}
.highlights-last .box-article .excerpt {
  display: none;
}
.highlights-last .box-article {
  margin-bottom: 10px;
  width: 48%;
  margin: 0;
}
.highlights-last .box-article:first-child {
  width: 100%;
}
.highlights-last .box-article:last-child {
  margin-top: 0px;
}
.highlights-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home #main .title-header {
  color: #e00552;
  min-height: unset;
  margin-top: 20px;
  margin-bottom: 10px !important;
}
.home #main .title-header br {
  display: none;
}
  #header .search-form input {
    transition: unset;
  }

  #header .search-form-wrap {
    position: relative;
    min-width: 60px;
    min-height: 50px;
    align-items: inherit;
    display: flex;
}
  /* #header .search-form:hover {
    position: absolute;
    top: 0;
    left: 4%;
    right: 18%;
    width: auto;
    bottom: 0;
    z-index: 9999;
    background: #FFF;
    max-width: calc(100% - 8%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  } */
  #header .search-form:hover:before {
    content: 'X';
    font-family: 'Nexa';
    font-size: 24px;
    position: absolute;
    left: 100%;
    margin-left: 25px;
    pointer-events: none;
    z-index: 2;
    color: #7b7b7b;
  }
  #header .search-form-wrap:hover + nav #toggle-menu {
    pointer-events: none;
    z-index: -4;
    display: none !important;
  }
  /* #header .search-form-wrap:hover:before {
    content: 'X';
    font-family: 'Nexa';
    font-size: 30px;
    z-index: 99999999;
    left: 86vw;
    top: 6px;
    text-align: center;
    position: absolute;
    height: 30px;
    width: 30px;
    background: #FFF;
    display: inline-block;
} */
  span.toggle-text {
    display: none;
  }
  #header .search-form {
    margin-left: unset;
  }
  #header .search-form button {
    width: 44px;
    color:#222;
  }

  .highlights-last .box-article:not(:first-child) .wrap-content .lettura-article {
    display: none !important;
  }
  .section-photos .slick-list {
    padding-right: 20%;
    margin-left: -15px;
  }
  .slider-thumb:before {
    left: 2rem;
  }
  .slider-thumb:after {
    right: 2rem;
  }
  .section-video .title-section {
    position: static;
    display: inline-block !important;
  }
  .title-section {
    font-size: 28px;
    margin-top: -20px;
    height: 44px;
  }
  .slider.related-slider .slick-list,
  .slider.eventi-slider .slick-list {
    padding-right: 50px !important;
    margin-right: -10px;
  }
  .box.box-article {
    margin-bottom: 20px;
    align-items: start;
    flex-direction: column;
  }
  .excerpt-article {
    font-size: 14px;
    margin-top: 12px;
  }
  .aside-right .aside-list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #mainmenu .aside-list > li > a {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    
  }
  #mainmenu .aside-list > li {
    margin-top: 6px;
  }
  #mainmenu .aside-list .sub-menu li a {
    opacity: .8;
    padding-right: 15px;
  }
  .aside-right .aside-list > li {
    width: 100%;
    position: relative;
  }
  .aside-right .aside-list > li > a {
    position: relative;
    width: calc(100% - 50px);
  }
  .aside-right .aside-list > li > a:after {
    content: '';
    pointer-events: none;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 1px;
    height: 18px;
    background: #FFF;
    transition: all 250ms ease-out;
  }
  .aside-right .aside-list > li > a:before {
    content: '';
    pointer-events: none;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 1px;
    height: 18px;
    background: #FFF;
    transition: all 250ms ease-out;
  }
  .aside-right .aside-list > li.active a:before {
    transform: translateY(-50%) rotate(-90deg);
  }
  .aside-right .aside-list > li.active a:after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
  .aside-right .aside-list > li ul {
    /* max-height: 0px; */
    overflow: hidden;
    margin-right: 40px;
    display: none;
    /* transition: max-height 250ms ease-out; */
  }
  .aside-right .aside-list > li.active ul {
    /* max-height: 300px; */
  }
  .aside-right .aside-list > li > a {
    transition: color 300ms ease-out;
  }
  .aside-right .aside-list > li > a:hover {
    color: #e00052;
  }
  .aside-right {
    display: block;
  }
  .aside-right .aside-list {
    display: block;
  }
  .aside-content {
    display: block;
  }
  .aside-section.aside-right, .aside-section.aside-left {
    position: static;
    padding: 20px;
    /* transform: unset; */
  }
  .aside-section.aside-left {
    display: block;
    width: 100%;
  }
  .aside-right {
    position: fixed !important;
    /* height: calc(100vh - 80px);
    top: initial; */
    height: calc(100% - 80px);
    top: 0px;
    bottom: 80px;
    overflow: scroll;
  }
  .aside-section.aside-left {
    position: fixed;
    bottom: 0;
    height: 80px;
    top: initial;
}
body.noscroll:before {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: 100vh;
  background-color: rgba(19, 19, 19, 0.98);
}
.aside-right, .aside-left {
  background:none;
}

  #header aside {
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #toggle-menu ~ aside .aside-left {
    transform: translateX(-100%);
  }
  #toggle-menu:checked ~ aside .aside-left {
    transform: translateX(0%);
  }
  /* .aside-section.aside-right {
    height: 100%;
  } */
  .aside-right .aside-list {
    padding: 0;
    border: none;
    margin-top: 0;
    position: fixed;
    /* top: 15%; */
    top: initial;
    bottom: calc(100% - 80px);
    transform: translateY(100%);
    width: calc(100% - 40px);    
    
  }
  #header aside {
    overflow: scroll;
  }
  #toggle-menu:checked ~ label.aside {
    top: 20px;
  }
  .aside-content .contact-site {
    display: none;
  }
  .social-list {
    justify-content: center;
  }
  .highlights-last .box-article {
    margin-bottom: 10px;
  }
  /* .highlights-last .box-article {
    margin-left: 8px;
  }
  .highlights-last .box-article:last-child {
    margin-top: 0px;
  } */

  .logged-in #toggle-menu:checked ~ label.aside {
    top: 60px;
  }
  .logged-in .aside-right .aside-list {
    margin-top: 120px;
  }

  .single-format-standard .body-single .share {
    position: sticky;
    margin-left: 0px;
    left: initial;
    top: 30%;
    display: flex;
    padding: 0 0 0 10px;
    justify-content: flex-start;
  }
  .single-format-standard .body-single .share li + li {
    margin-left: 10px;
  }
  .only-mobile {
    margin-top: -15px;
  }
}

.landing-link {
  order: 1;
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.landing-link a {
  margin: 10px;
  display: block;
  opacity: 1;
  transition: all 400ms ease-out;
}
.landing-link a:hover {
  opacity: .8;
}
