.thumbex {
  margin-bottom: 6em;
}


.search-result-text {
  font-style: italic;
  font-weight: normal;
}

.n-search__container {
  padding: 3rem 0;
}

.n-search {
  font-size: 18px;
  color: var(--main-color);
  border: none;
  background: none;
  outline: none;
}

.n-search .urb-icon {
  font-size: 13px;
}
.isotope-el {
  /* visibility: hidden;*/
  display: none;
}

.isotope-el.show {
  /* visibility: visible; */
  display: block;
}
:root {
  --main-color: #ACB800;
  --fade-main-color: #acb80045;
}


#divers .section-content .event:not(:last-child) {
  border-bottom: 1px solid var(--pastel-white);
}

#divers .section-content .event {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

#divers .section-content .event .title .text {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: var(--lighter-black);
}

/*
#divers .section-content .event .place{
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: var(--main-color);
}

#divers .section-content .event .place {
  color: var(--lighter-black);
  font-size: 13px;
  margin-top: 1em;
} 
*/

#divers .section-content .event .date,
#divers .section-content .event .place {
  font-weight: 600;
  color: var(--fade-black);
  font-size: 15px;
}
#divers .section-content .event .place {
  margin-top: 0.3em;
}

#divers .section-content .event .half-img {
  width: 2%;
  margin-right: 0.4em;
}

#divers .section-content .event .download {
  margin-top: 0.3em;
}

#divers .section-content .event a.download-link {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}