@charset "UTF-8";
.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 1023.98px) {
  .posts {
    gap: 32px;
  }
}
.posts .post-item {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  width: calc(33.3333333333% - 22px);
  border-radius: 8px;
  position: relative;
  overflow: visible !important;
  border-top: 0px;
  background-color: transparent;
  text-decoration: none !important;
}
@media (max-width: 1023.98px) {
  .posts .post-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 659px) {
  .posts .post-item {
    width: 100%;
  }
}
.posts .post-item * {
  text-decoration: none !important;
}
.posts .post-item > a {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-color: var(--wp--preset--color--custom-white);
  border-top: 4px solid var(--wp--preset--color--custom-mint);
}
.posts .post-item > a figure {
  margin: 0px;
  line-height: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.posts .post-item > a figure img {
  width: 100%;
  aspect-ratio: 104/69;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.5s ease-in-out;
  transform: scale(1.01);
  transform-origin: center center;
}
.posts .post-item > a:after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 100%;
  height: 0px;
  left: 0px;
  right: 0px;
}
.posts .post-item:hover > a {
  transform: translatey(-6px);
  box-shadow: 0px -2px 0px var(--wp--preset--color--custom-mint);
}
.posts .post-item:hover > a:after {
  height: 6px;
}
.posts .post-item:hover > a figure img {
  transform: scale(1.05);
  transition: all 0.6s ease-in-out;
}
.posts .post-item a:not(.btn) {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  height: 100%;
}
.posts .post-item .category {
  color: var(--wp--preset--color--custom-white);
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  background: var(--wp--preset--color--custom-petrol);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.posts .post-item .post-content {
  padding: 48px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 24px;
}
.posts .post-item .post-content h4 {
  margin: 0px;
}
.posts .post-item .post-content h5 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.posts .post-item .post-content p {
  margin: 0px;
}
.posts .post-item .post-content .btn {
  margin-top: 32px;
}
.posts .post-item.isvideo a p {
  color: var(--wp--preset--color--custom-black);
}
.posts .post-item.isvideo figure {
  position: relative;
}
.posts .post-item.isvideo figure:after {
  content: "";
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: block;
  position: absolute;
  background-image: url(/wp-content/themes/fw/assets/img/play3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sf-item .category {
  background-color: var(--wp--preset--color--custom-cherry) !important;
}

.posts .post-item .post-content {
  padding-left: 0px;
  padding-right: 0px;
}

#filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 35px;
  gap: 40px;
}
@media (max-width: 568px) {
  #filter-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
#filter-wrapper div.filter-group {
  flex-grow: 1;
  width: calc(50% - 20px);
}
@media (max-width: 568px) {
  #filter-wrapper div.filter-group {
    width: 100%;
  }
}
#filter-wrapper div.filter-group:not(.active) {
  overflow: hidden;
  padding-bottom: 3px;
}
#filter-wrapper div.filter-group:not(.active) li:not(.is-checked) {
  display: none;
}
#filter-wrapper div.filter-group.active ul.filter-group {
  background-color: var(--wp--preset--color--custom-white) !important;
  overflow-y: scroll;
}
#filter-wrapper div.filter-group .is-checked {
  border-radius: 8px;
  background-color: var(--wp--preset--color--custom-white) !important;
}
#filter-wrapper div.filter-group.filter-set ul.filter-group {
  border-bottom: 2px solid var(--wp--preset--color--custom-cherry) !important;
}
#filter-wrapper ul.filter-group {
  margin: 0px;
  border-radius: 8px;
  border-bottom: 2px solid var(--wp--preset--color--custom-petrol) !important;
  border-radius: 8px;
}
#filter-wrapper .filter-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  color: var(--wp--preset--color--custom-black) !important;
}
#filter-wrapper .filter-part {
  min-height: 100px;
  margin-top: 0px;
  position: relative;
}
@media (max-width: 568px) {
  #filter-wrapper .filter-part {
    width: 100%;
  }
}
#filter-wrapper .filter-part h3 {
  width: 100%;
  padding-left: 0px;
  margin-top: 0px;
}
#filter-wrapper .filter-part input {
  padding: 10px 39px 10px 19px !important;
}
#filter-wrapper .filter-part ul {
  border: 0px;
  padding: 0px;
  max-height: 320px;
  width: auto;
  max-width: 100% !important;
  overflow-y: auto;
  position: absolute;
  z-index: 5;
  left: 0px;
  right: 0px;
}
#filter-wrapper .filter-part ul:after {
  top: 8px;
  z-index: 8;
  pointer-events: none;
}
#filter-wrapper .filter-part ul li {
  padding: 16px 39px 16px 24px !important;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: inherit;
}
#filter-wrapper .filter-part ul li:before {
  display: none;
}
#filter-wrapper .filter-part ul li.sub {
  padding-left: 39px !important;
}
#filter-wrapper .filter-part ul li.one-button.is-checked {
  background-color: var(--wp--preset--color--custom-cherry) !important;
  color: #fff !important;
}
#filter-wrapper .filter-part ul li:hover {
  cursor: pointer;
}
#filter-wrapper .filter-part.active li.one-button:hover {
  background-color: var(--wp--preset--color--custom-cherry);
  color: #fff;
}
#filter-wrapper .filter-part.active .filter-group {
  z-index: 10;
}
#filter-wrapper .filter-part:not(.active) ul li.is-checked {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#filter-wrapper .filter-part:not(.active).filter-set ul:after {
  color: #fff;
}
#filter-wrapper .filter-part .sf_autocomplete {
  margin-bottom: 0px;
}
#filter-wrapper .category-dropdown ul:after {
  font-family: inherit;
  content: "▾";
  position: absolute;
  top: 15px;
  right: 24px;
  transform: scale(1.2, 0.6);
  transform-origin: center center;
}
#filter-wrapper .category-dropdown.active ul:after {
  transform: scale(1.2, 0.6) rotate(180deg);
  right: 12px;
}

.entry-content .sf-list {
  gap: 32px;
  max-width: calc(var(--fullwidth) + 32px) !important;
  min-height: 250px;
}
@media (max-width: 1312px) {
  .entry-content .sf-list {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
.entry-content .sf-list .sf-item {
  width: 25%;
  padding: 20px 16px;
}
@media (max-width: 1023.98px) {
  .entry-content .sf-list .sf-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .entry-content .sf-list .sf-item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .entry-content .sf-list .sf-item {
    width: 100%;
  }
}
.entry-content .sf-list .sf-item a {
  height: 100%;
  text-decoration: none;
}
.entry-content .sf-list .sf-item .post-item {
  height: 100%;
  width: 100%;
}
.entry-content .sf-list .sf-item .post-item a {
  padding: 0px 24px;
}
.entry-content .sf-list img {
  margin-bottom: 10px;
  aspect-ratio: 1/1 !important;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-content .sf-list .no-results {
  display: none;
  text-align: center;
  width: 100%;
  padding: 30px 20px;
}

#filter-wrapper {
  gap: 80px;
}
@media (max-width: 767px) {
  #filter-wrapper {
    gap: 52px !important;
  }
}
#filter-wrapper h6 {
  margin: 0px;
  margin-bottom: 8px;
}
#filter-wrapper .wrapper-initiatives-filter {
  padding-bottom: 80px !important;
  width: 100%;
  margin-top: -240px;
  pointer-events: none;
}
#filter-wrapper .wrapper-initiatives-filter * {
  pointer-events: auto;
}
#filter-wrapper .wrapper-initiatives-filter .category-filter {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  #filter-wrapper .wrapper-initiatives-filter .category-filter {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
}
#filter-wrapper .wrapper-initiatives-filter .filter-group {
  width: 100%;
}
#filter-wrapper .wrapper-initiatives-filter .filter-reset {
  margin-top: 16px;
  cursor: pointer;
}
#filter-wrapper .wrapper-initiatives {
  width: 100%;
  height: auto !important;
}
#filter-wrapper .wrapper-initiatives .masonry-item {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  overflow: hidden;
  opacity: 1;
  max-height: 10000px;
}
#filter-wrapper .wrapper-initiatives .masonry-item .address {
  margin-top: 18px;
  margin-bottom: 18px;
}
#filter-wrapper .wrapper-initiatives .masonry-item .address p {
  margin: 0px;
}
#filter-wrapper .wrapper-initiatives .masonry-item a:not(.btn) {
  display: inline;
}
#filter-wrapper .wrapper-initiatives .masonry-item {
  padding: 0px;
}
#filter-wrapper .wrapper-initiatives .masonry-item .flex-grid-inner {
  padding: 40px;
}
#filter-wrapper .wrapper-initiatives .masonry-item.isotope-hidden {
  opacity: 0 !important;
  max-height: 0px !important;
  border-width: 0px;
}
@media (min-width: 1024px) {
  #filter-wrapper .no-events-found {
    margin-top: -40px;
  }
}

body:not(.no-results) .no-events-found {
  display: none;
}

.wrapper-initiatives {
  gap: 16px;
}
@media (max-width: 767px) {
  .wrapper-initiatives {
    gap: 32px !important;
  }
}
.wrapper-initiatives .post-item {
  width: 100%;
  padding: 40px;
  background-color: var(--wp--preset--color--custom-white) !important;
  border-top: 4px solid var(--wp--preset--color--custom-mint) !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 0px var(--wp--preset--color--custom-mint);
}
.wrapper-initiatives .post-item.active {
  box-shadow: 0px -2px 0px var(--wp--preset--color--custom-mint);
}
@media (max-width: 767px) {
  .wrapper-initiatives .post-item {
    padding: 0px;
  }
}
.wrapper-initiatives .post-item .flex-grid-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .wrapper-initiatives .post-item .flex-grid-inner {
    flex-direction: column;
    padding: 0px !important;
    gap: 0px;
  }
}
.wrapper-initiatives .post-item .flex-grid-inner .img-initiative {
  order: 2;
  width: 300px;
  flex: 0 1 300px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 767px) {
  .wrapper-initiatives .post-item .flex-grid-inner .img-initiative {
    flex-basis: unset;
    order: 1;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.wrapper-initiatives .post-item .flex-grid-inner .img-initiative .project-logo-wrap {
  position: absolute;
  padding: 15px;
  width: 120px;
  height: 120px;
  bottom: 50%;
  left: 50%;
  margin-bottom: -60px;
  margin-left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  transform-origin: 50% 100%;
  box-shadow: 0px 0px 0px 10px white;
}
.wrapper-initiatives .post-item .flex-grid-inner .img-initiative .project-logo-wrap img {
  aspect-ratio: 1/1;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.wrapper-initiatives .post-item .flex-grid-inner .img-initiative .project-img-wrapper img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative {
  order: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wrapper-initiatives .post-item .flex-grid-inner .content-initiative {
    padding: 32px 24px;
  }
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative h4 {
  margin-top: 0px;
  margin-bottom: 8px;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative p {
  margin-top: 0px;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative .allinfo-initiative {
  display: none;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative .allinfo-initiative *:first-child {
  margin-top: 0px;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative .allinfo-initiative .networks a {
  display: flex !important;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative .allinfo-initiative .networks a img {
  width: 32px;
  height: 32px;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative .allinfo-initiative a {
  word-break: break-word;
}
.wrapper-initiatives .post-item .flex-grid-inner .content-initiative .teaser-initiative p {
  margin: 0px;
}
.wrapper-initiatives .post-item .flex-grid-inner .more-initiative {
  margin-top: 32px;
  align-self: flex-start;
}
.wrapper-initiatives .post-item.active .flex-grid-inner .img-initiative .project-logo-wrap {
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding: 25px;
  opacity: 1;
}
.map-wrapper {
  max-width: 100% !important;
}

#map {
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: 1000px;
  max-width: 100%;
  margin-left: calc(var(--edge-padding) * -1) !important;
  margin-right: calc(var(--edge-padding) * -1) !important;
  width: calc(100% + 2 * var(--edge-padding));
  max-width: calc(100% + 2 * var(--edge-padding));
}
#map .marker-initiative {
  transition: none !important;
}
@media (max-width: 1023.98px) {
  #map {
    height: auto;
    min-height: unset;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 599.98px) {
  #map {
    height: auto;
    min-height: unset;
    aspect-ratio: 4/5;
  }
}

.maplibregl-popup-content {
  padding: 24px !important;
  border-radius: 8px;
}
@media (max-width: 799px) {
  .maplibregl-popup-content {
    padding: 12px !important;
  }
}

.maplibregl-map {
  font: inherit !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.61;
}

.maplibregl-ctrl-bottom-right,
.maplibregl-ctrl-top-left {
  font-size: 12px !important;
  line-height: 20px;
}

.maplibregl-popup-close-button {
  outline: 0px !important;
  background-image: url(/wp-content/themes/fw/assets/img/close2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  transform: translateX(20px) translateY(-20px);
  background-color: transparent !important;
}
.maplibregl-popup {
  max-width: 400px !important;
}
.maplibregl-popup .maplibregl-popup-content {
  border-radius: 8px !important;
}
@media (max-width: 799px) {
  .maplibregl-popup .maplibregl-popup-content {
    max-width: 70vw;
  }
}
.maplibregl-popup .popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.maplibregl-popup .popup-wrapper .popup-logo {
  width: 30%;
}
.maplibregl-popup .popup-wrapper .popup-logo img {
  max-width: 100%;
}
.maplibregl-popup .popup-wrapper .popup-content {
  width: calc(70% - 16px);
}
.maplibregl-popup h5 {
  margin: 0px;
}
.maplibregl-popup p,
.maplibregl-popup a {
  margin: 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.67;
}
.maplibregl-popup p {
  line-clamp: 5;
  max-height: 8.35em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maplibregl-popup a {
  outline: 0px;
  margin-top: 16px;
}

.networks {
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 8px;
  list-style-type: none;
}
.networks a {
  display: block;
}/*# sourceMappingURL=initiative.css.map */