.show_box {
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(100% + 10px);
  display: inline-block;
  vertical-align: top;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.show_box.is_loading {
  opacity: 1;
  visibility: visible;
}
.show_box .loader {
  margin: 0 auto;
  width: 30px;
  position: relative;
}
.show_box .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.show_box .circular {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-origin: center center;
  animation: rotate 2s linear infinite;
}
.show_box .path {
  stroke-width: 3;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-dasharray: 1, 200;
  animation: dash 1.5s ease-in-out infinite, color 3s ease-in-out infinite;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 3s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #A699FF;
  }
  40% {
    stroke: #A699FF;
  }
  66% {
    stroke: #A699FF;
  }
  80%, 90% {
    stroke: #A699FF;
  }
}
.load_more_holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
}

.loader_holder {
  height: 28px;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .loader_holder {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .loader_holder {
    margin-top: 20px;
  }
}
.loader_holder .show_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 + .posts_container, .h1 + .posts_container {
  margin-top: 32px;
}

h2 + .posts_container, .h2 + .posts_container {
  margin-top: 32px;
}

h3 + .posts_container, .h3 + .posts_container {
  margin-top: 32px;
}

h4 + .posts_container, .h4 + .posts_container {
  margin-top: 32px;
}

h5 + .posts_container, .h5 + .posts_container {
  margin-top: 32px;
}

h6 + .posts_container, .h6 + .posts_container {
  margin-top: 32px;
}

.posts_container,
.events_container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  position: relative;
}
.search .posts_container,
.search .events_container {
  row-gap: 40px;
}
.posts_container.list_view,
.events_container.list_view {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .posts_container,
  .events_container {
    row-gap: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .posts_container,
  .events_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .single_post__related .posts_container,
  .single_post__related .events_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .posts_container,
  .events_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.posts_container .loader_holder,
.events_container .loader_holder {
  grid-column: 1/-1;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .posts_container .loader_holder,
  .events_container .loader_holder {
    margin-top: 40px;
  }
}

.post-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.post-item__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  color: #110505;
  margin-top: 10px;
  row-gap: 0;
  column-gap: 20px;
}
.post-item__category {
  font-weight: 600 !important;
}
.post-item__image {
  width: 100%;
  height: 329px;
  overflow: hidden;
}
.post-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.post-item__image a:hover img {
  transform: scale(1.05);
}
.post-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.post-item__title a {
  text-decoration: none;
  color: #110505;
  cursor: pointer;
}
.post-item__title a:active {
  color: #110505;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .post-item__title a:hover {
    color: #110505;
    text-decoration: underline;
  }
}
.post-item__title_arrow {
  width: 69px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='32' viewBox='0 0 69 32' fill='none'%3E%3Cg clip-path='url(%23clip0_286_35740)'%3E%3Cpath d='M1.5 16H56.5' stroke='%231B1725' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49 24L57 16L49 8' stroke='%231B1725' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_286_35740'%3E%3Crect width='32' height='69' fill='white' transform='matrix(0 -1 1 0 0 32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.post-item__author {
  text-transform: capitalize;
}
.post-item.list {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (min-width: 768px) {
  .post-item.list {
    grid-template-columns: repeat(12, 1fr);
  }
}
.post-item.list .post-item__image {
  grid-column: span 3;
  height: 200px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .post-item.list .post-item__image {
    height: 286px;
    grid-column: span 4;
  }
}
@media screen and (min-width: 1025px) {
  .post-item.list .post-item__image {
    grid-column: span 3;
    height: 244px;
  }
}
.post-item.list .post-item__title {
  margin-top: 0;
}
.post-item.list .post_item__meta {
  font-size: 14px;
}
.post-item.list .post_item__meta > * {
  display: inline;
}
.post-item.list .post_item__meta > *:not(:last-child):after {
  content: "|";
  font-weight: 300;
  margin-left: 10px;
  margin-right: 5px;
}
.post-item.list .post-item__content {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .post-item.list .post-item__content {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .post-item.list .post-item__content {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1025px) {
  .post-item.list .post-item__content {
    grid-column: 5/span 8;
  }
}
.post-item.list .post-item__content h3 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .post-item.list .post-item__content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.event-item--past .event-item__image {
  max-width: 100%;
  height: 329px;
  background: #020044;
  position: relative;
}
.event-item--past .event-item__image img {
  width: 100%;
  height: auto;
  max-height: 244px;
  position: absolute;
  object-fit: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event-item--past .event-item__image a:hover img {
  transform: scale(1.01) translate(-50%, -50%);
}

.event-item--past.list .event-item__image {
  max-width: 100%;
  background: #020044;
  position: relative;
}
.event-item--past.list .event-item__image img {
  width: 100%;
  height: auto;
  max-height: 244px;
  position: absolute;
  object-fit: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event-item--past.list .event-item__image a:hover img {
  transform: scale(1.01) translate(-50%, -50%);
}

.event-item .post-item__meta {
  row-gap: 5px;
}
.event-item .post-item__meta .location_and_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.event-item .post-item__meta .location_and_date p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 15px;
}
.event-item .post-item__meta .location_and_date p:not(:last-child)::after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  color: #110505;
}

/*# sourceMappingURL=post-item.css.map */
