/*--- Colors setup ---*/
/*--- Fonts ---*/
/*--- Spacing ---*/
/*--- Buttons ---*/
/*--- helpers ---*/
/*--- Sticky Posts ---*/
.sticky-posts {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
.sticky-posts__rep {
  display: flex;
  flex-direction: row;
  gap: 3.125rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sticky-posts__rep {
    gap: 1.25rem;
  }
}
.sticky-posts__rep > .ct-div-block {
  width: 100%;
}
@media (min-width: 768px) {
  .sticky-posts__rep > .ct-div-block {
    width: calc((100% - 40px) / 3);
  }
}
.sticky-posts__rep > .ct-div-block .event-box {
  flex: 1;
}
.sticky-posts__rep .oxy-repeater-pages-wrap {
  width: 100%;
  justify-content: center;
}
