#post-list {
  display: flex;
  flex-wrap: wrap;
}

.nav-tabs-navigation {
  position: sticky;
  top: 7.8rem;
  background: transparent;
  z-index: 2;
}

.vue-tabs {
  width: 100%;
}
.vue-tabs li {
  background-color: #2a1e50;
}

.article-inner .entry-category {
  display: none;
}

.custom-post {
  transition: all 0.3s;
  display: flex;
  width: 100%;
  color: #fff !important;
  border-left: 4px solid #fff;
  margin-bottom: 4rem;
  padding: 0.5rem 1rem;
  padding-left: 40px;
  justify-content: space-between;
  align-items: center;
}
.custom-post .post-content {
  max-width: 740px;
  width: calc(100% - 8rem);
}
.custom-post .post-content ul, .custom-post .post-content ol {
  list-style-position: inside;
}
.custom-post .post-content:only-child {
  width: 100%;
  max-width: calc(740px + 8rem);
}
.custom-post .post-content + img {
  max-width: 6rem;
  align-self: flex-start;
}
.custom-post.post-type-team, .custom-post.post-type-event {
  flex-direction: row-reverse;
  border-width: 0;
  padding-left: 1rem;
}
.custom-post.post-type-team img, .custom-post.post-type-event img {
  border-radius: 50%;
}
.custom-post.post-type-event .year-thumb {
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  align-self: start;
  border-radius: 50%;
  background: #3300FF;
  font-weight: bold;
}
.custom-post.with-hover:hover {
  border-left-color: #FF0065;
  background: rgba(255, 255, 255, 0.1);
}
.custom-post:first-child {
  margin-top: 3rem;
}
.custom-post .custom-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.5;
  font-size: 0.6em;
}

.rtl .custom-post {
  border-left: none;
  border-right: 4px solid #fff;
  padding-left: 1rem;
  padding-right: 40px;
}
.rtl .custom-post.post-type-team, .rtl .custom-post.post-type-event {
  border-width: 0;
  padding-right: 1rem;
}
.rtl .custom-post:hover {
  border-right-color: #FF0065;
}

#post-list .nav-tabs {
  border-bottom: 1px solid #fff;
}
#post-list .tabs__link {
  border-color: transparent;
  display: block;
}
#post-list .tabs__link span {
  display: inline-block;
}
#post-list .active_tab {
  color: #FF0065 !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-color: transparent;
}
#post-list .active_tab:first-child {
  margin-left: 0;
}

.category-desc {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  /* width: 80%; */
}

.article-inner .entry-title {
  position: relative;
}
.article-inner .entry-title .custom-back-link {
  position: absolute;
  left: -5rem;
  font-size: 1rem;
  top: 1rem;
  font-family: Heebo, sans-serif;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  margin-top: -0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.7411764706);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.25rem;
}

.blog-wrapper > .row {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=custom-posts.css.map */