/* Sticky Loop */
.sticky-loop-w {
  /* Arrows */
}
.sticky-loop-w .sticky-loop {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.sticky-loop-w .sticky-loop .sticky-post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sticky-loop-w .sticky-loop .sticky-post p {
  display: none;
}
.sticky-loop-w .sticky-loop .sticky-post img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 20px;
}
.sticky-loop-w .sticky-loop .sticky-post h3 {
  margin: 0;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.sticky-loop-w .sticky-loop .sticky-post .post-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #000;
}
.sticky-loop-w .sticky-loop .sticky-post .post-meta .post-meta-col {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.sticky-loop-w .sticky-loop .sticky-post .post-meta .post-meta-col.event-date {
  color: rgba(0, 0, 0, 0.8);
}
.sticky-loop-w .sticky-loop .sticky-post .post-meta .post-meta-col.event-venue {
  color: rgba(0, 0, 0, 0.5);
}

.sticky-loop-w .slick-list{
	width: 100%;
}

.sticky-loop-w .slick-track {
  display: flex;
  gap: 20px;
}
.sticky-loop-w .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  color: #000;
}
.sticky-loop-w .slick-arrow.slick-prev::before {
  content: "\f053";
}
.sticky-loop-w .slick-arrow.slick-next::before {
  content: "\f054";
}

/* Language */
.language-selection {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-selection .lang-item a {
  font-weight: bold;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-selection .lang-item a:hover {
  background: #dedede;
}
.language-selection .lang-item.current-lang a {
  background: #dedede;
}

.sticky-header.sticky {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.home .sticky-header {
  position: fixed;
  opacity: 0;
}
.home .sticky-header.sticky {
  opacity: 1;
}

/* Read More */

.read-more .read-more-text{
	display: block !important;
	position: relative !important;
}

.read-more .read-more-text::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(transparent 0%, transparent 40%, #fff 96%);

}
	
.read-more .read-more-btn{
	display: block;
	font-weight: bold;
	font-size: .8em;
	margin-top: 20px;

}

@media (min-width:320px) and (max-width:768px)  {
	.graduate-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

/* Hero */

.home-hero{
	background-color: #cfcfcf;
	background-position: bottom;
	background-blend-mode: overlay;
}

/*# sourceMappingURL=custom.css.map */
