body.news {
  background-image: url('../img/background/Sfondo-2.jpg');
  background-size: cover;
  background-attachment: fixed; }
  body.news:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6); }

.tags-chipset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
  justify-content: center; }

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'Crimson';
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s; }

.tag-chip.active {
  background-color: #fff;
  color: black;
  border-color: #fff; }
  .tag-chip.active span::after {
    content: '⨯';
    margin-left: 10px; }

.other-events .find-out-more {
  text-align: center;
  font-weight: 400; }

.mod-articlescategory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 64px;
  margin: 55px 0;
  list-style: none;
  padding: 0; }
  .mod-articlescategory li .item-image {
    aspect-ratio: 1.7777777778;
    background: #fff;
    margin: 0;
    margin-bottom: 30px; }
    .mod-articlescategory li .item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .mod-articlescategory li .mod-articles-category-tags {
    margin-top: 12px; }
    .mod-articlescategory li .mod-articles-category-tags .btn-sm {
      font-size: 10pt !important;
      padding: 0px 10px !important;
      line-height: 2em !important; }
  .mod-articlescategory li .mod-articles-category-title {
    font-size: 24px;
    text-decoration: none;
    font-family: 'Crimson' !important;
    font-weight: bold !important; }
    .mod-articlescategory li .mod-articles-category-readmore .mod-articles-category-title {
      margin-top: 32px;
      font-family: 'Crimson' !important;
      font-weight: normal !important;
      text-decoration: underline !important;
      padding: 0 !important;
      border: 0 !important;
      text-transform: none !important;
      font-size: 21px !important; }

body.news-article {
  background-color: #fff; }
  body.news-article .com-content-article.wrap {
    max-width: 890px; }
  body.news-article .photo {
    height: 700px;
    overflow: hidden; }
    body.news-article .photo figure.item-image {
      margin: 0;
      width: 100vw;
      height: 100%; }
      body.news-article .photo figure.item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  body.news-article .title {
    text-align: center; }
    body.news-article .title h1 {
      font-family: 'Outfit';
      font-weight: normal;
      line-height: 1.5;
      text-transform: uppercase;
      font-size: 3.5rem;
      margin-top: 150px; }
  body.news-article .details {
    background: #785d44; }
    body.news-article .details ul {
      margin: 0;
      padding: 20px;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      flex-wrap: wrap; }
      body.news-article .details ul li {
        font-family: 'Outfit';
        border: 2px solid white;
        border-radius: 100px;
        padding: 4px 20px 4px 4px;
        display: flex;
        align-items: center; }
        body.news-article .details ul li .field-entry {
          background: #fff;
          color: #785d44;
          border-radius: 100px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          min-width: 42px;
          max-width: 42px;
          height: 42px;
          margin-right: 8px;
          flex: 1 0 0; }
  body.news-article .com-content-article {
    margin-top: 0; }
    body.news-article .com-content-article > * {
      line-height: 1.2; }
    body.news-article .com-content-article h1, body.news-article .com-content-article h2, body.news-article .com-content-article h3, body.news-article .com-content-article h4, body.news-article .com-content-article h5 {
      font-weight: normal; }
    body.news-article .com-content-article h1, body.news-article .com-content-article h2, body.news-article .com-content-article h3, body.news-article .com-content-article h5 {
      font-family: 'Outfit';
      text-transform: uppercase; }
    body.news-article .com-content-article h1, body.news-article .com-content-article h3 {
      color: #af9a84; }
    body.news-article .com-content-article h1, body.news-article .com-content-article h2, body.news-article .com-content-article h3 {
      margin-block-start: 20px;
      margin-block-end: 20px; }
    body.news-article .com-content-article h4 {
      font-size: 1.5rem;
      font-style: italic; }
    body.news-article .com-content-article h1 {
      font-size: 3.5rem; }
    body.news-article .com-content-article h2, body.news-article .com-content-article h3, body.news-article .com-content-article h4 {
      font-size: 2rem; }
    body.news-article .com-content-article h5 {
      margin-block-start: 10px;
      margin-block-end: 10px;
      font-size: 1.2rem; }
      body.news-article .com-content-article p img {
        max-width: 100%;
        height: auto; }
    body.news-article .com-content-article a.btn {
      font-weight: normal;
      text-decoration: none; }

.events li .item-image {
  overflow: hidden; }
  .events li .item-image img {
    transition: all 0.3s ease; }
.events li:hover .item-image img {
  transform: scale(1.1); }
.events .intro-image-container {
  background: #000; }
.events .stack {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr; }
  .events .stack > * {
    grid-column: 1;
    grid-row: 1; }
  .events .stack .inner {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px 15px 10px 15px;
    background: linear-gradient(0, #000 30px, transparent 100%); }
    .events .stack .inner .event-date {
      font-family: 'Crimson';
      font-size: 18px;
      line-height: 1; }
    .events .stack .inner .title {
      margin: 5px 0;
      font-size: 21px; }
    .events .stack .inner .mod-articles-category-tags {
      display: none; }
.events.events-next {
  grid-template-columns: 1fr; }

.events-highlight {
  max-width: 750px;
  margin: auto; }
  .events-highlight .event-container {
    position: relative; }
    .events-highlight .event-container .highlight-title {
      position: absolute;
      background: #0008;
      margin: 0;
      padding: 15px 10px;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0; }
  .events-highlight .mod-articlescategory {
    margin-top: 0; }

.events-past .item-image::after {
  content: '';
  background: #0007;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

@media screen and (max-width: 1200.98px) {
  .events {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 1080.98px) {
  body.news-article .title h1 {
    font-size: 2.5rem;
    line-height: 1.2; }
  body.news-article .com-content-article h1 {
    font-size: 2.5rem; }
  body.news-article .com-content-article h2, body.news-article .com-content-article h3, body.news-article .com-content-article h4 {
    font-size: 1.5rem; } }

@media screen and (max-width: 769.98px) {
  .events {
    grid-template-columns: 1fr; } }
