#edellinkfire-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px;
  padding-top: 25px;
  gap: 10px;
}
#edellinkfire-posts > .edellinkfire-post {
  margin-bottom: 15px;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  #edellinkfire-posts > .edellinkfire-post {
    width: calc(33.3333% - 10px);
  }
}
@media (min-width: 1420px) {
  #edellinkfire-posts > .edellinkfire-post {
    width: calc(20% - 10px);
  }
}
#edellinkfire-posts > .edellinkfire-post {
  position: relative;
}
#edellinkfire-posts > .edellinkfire-post .edellinkfire-post__image {
  position: relative;
}
#edellinkfire-posts > .edellinkfire-post .edellinkfire-post__image img {
  border-radius: 5px;
}
#edellinkfire-posts > .edellinkfire-post .hover-box-with-social-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  padding-left: 20px;
}
#edellinkfire-posts > .edellinkfire-post .hover-box-with-social-link .stream-link {
  text-decoration: none;
}
#edellinkfire-posts > .edellinkfire-post:hover .hover-box-with-social-link {
  display: flex;
}
#edellinkfire-posts > .edellinkfire-post:hover {
  /* &::after {
      content: attr(data-title);
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      white-space: nowrap;
      z-index: 10;
      opacity: 1;
      transition: opacity 0.2s ease-in-out;
  } */
}
#edellinkfire-posts > .edellinkfire-post:after {
  content: "";
  opacity: 0;
  pointer-events: none;
}
#edellinkfire-posts > .edellinkfire-post .title {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
  margin: 10px 10px;
  color: #000;
}

.edellinkfire-tag-checkbox {
  display: none;
}

.edellinkfire-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.edellinkfire-tags label {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border: 1px solid #2E276A;
  border-radius: 30px;
  background-color: #f0f0f0;
  color: #2E276A;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}
.edellinkfire-tags label:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
}

.edellinkfire-tag-checkbox:checked + label {
  background-color: #2E276A;
  color: #fff;
  border-color: #2E276A;
}

@media (min-width: 768px) {
  #edellinkfire-filters .mobile-info {
    display: none;
  }
}
#edellinkfire-filters .filter-title > * {
  display: block;
  width: 100%;
}
#edellinkfire-filters .filter-title {
  margin-bottom: 20px;
}
#edellinkfire-filters {
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s ease;
}
#edellinkfire-filters.active {
  max-height: 500px;
}
@media (max-width: 768px) {
  #edellinkfire-filters {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    max-height: 100% !important;
  }
  #edellinkfire-filters.active {
    right: 0;
    bottom: 0px;
    top: 0px;
    overflow: scroll;
  }
  #edellinkfire-filters {
    padding: 20px 10px;
  }
  #edellinkfire-filters .edellinkfire-tags {
    display: flex;
    flex-direction: column;
  }
}

#edellinkfire-posts-container .button-box {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0px;
}
#edellinkfire-posts-container .button-box .filter-btn {
  padding: 10px 15px;
  font-size: 0.8em;
  background-color: #2E276A;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #2E276A;
}
#edellinkfire-posts-container .button-box .filter-btn:hover {
  background-color: #fff;
  color: #2E276A;
}

.inside-linkfire-thickbox {
  display: flex;
  flex-direction: column;
}
.inside-linkfire-thickbox a {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.inside-linkfire-thickbox .close-button {
  text-align: right;
  font-size: 2rem;
  color: #2E276A;
}

@media (max-width: 991px) {
  .hover-box-with-social-link {
    display: none !important;
  }
}
#TB_ajaxContent {
  margin-left: auto;
  margin-right: auto;
}

#TB_window {
  transform: translateX(-15px);
}/*# sourceMappingURL=style.css.map */