/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Travelfy Datelist Element */
.wkTravelfyList {
  margin: 3.75rem auto;
  max-width: 192rem;
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .wkTravelfyList {
    margin: 4.5rem auto;
    padding: 0.75rem 0;
  }
}
@media (min-width: 1024px) {
  .wkTravelfyList {
    margin: 7.5rem auto;
    padding: 1.25rem 0;
  }
}
.wkTravelfyList__wrapper {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 576px) {
  .wkTravelfyList__wrapper {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1920px) {
  .wkTravelfyList__wrapper {
    padding: 0;
  }
}
.wkTravelfyList .heading {
  margin-bottom: 1rem;
}
.wkTravelfyList__dates {
  color: var(--text);
  font-family: var(--roboto);
  font-size: var(--font-size--base);
  font-weight: 300;
  margin: 1rem 1.5rem;
  max-width: 80rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wkTravelfyList__dates {
    margin: 3rem 9rem 0;
  }
}
@media (min-width: 1024px) {
  .wkTravelfyList__dates {
    margin: 3rem auto 0;
  }
}
.wkTravelfyList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 1rem;
  row-gap: 0.5rem;
  width: 100%;
  list-style: none;
}
.wkTravelfyList ul li {
  width: 100%;
  background: var(--primary--xlite);
  color: #212529;
  position: relative;
}
.wkTravelfyList ul li .loadingSpinner {
  position: absolute;
}
.wkTravelfyList ul li button {
  align-items: center;
  background: var(--primary--xlite);
  box-shadow: none;
  cursor: pointer;
  display: flex;
  font-weight: 300;
  justify-content: space-between;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  transition: var(--bs-accordion-transition);
}
.wkTravelfyList ul li button:after {
  display: none;
}
.wkTravelfyList ul li button > span:first-child {
  color: var(--text);
  width: 70%;
  font-weight: bold;
}
@media (min-width: 576px) {
  .wkTravelfyList ul li button > span:first-child {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .wkTravelfyList ul li button > span:first-child {
    width: 83%;
  }
}
.wkTravelfyList ul li button > i {
  color: var(--text);
  font-size: 1.5rem;
}
.wkTravelfyList.wkTextCenter {
  text-align: center;
}
.wkTravelfyList.wkTextCenter .button {
  font-size: 1.2rem;
  height: 3rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.wkTravelfyList .readMore {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 55%, rgb(255, 255, 255) 100%);
  bottom: 0;
  height: 9rem;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.wkTravelfyList .readMore .button-container {
  background: var(--white);
  bottom: 1rem;
  cursor: pointer;
  height: 3rem;
  left: 50%;
  margin: 0 0 0 -2.6rem;
  position: absolute;
  width: 4.2rem;
}
.wkTravelfyList .readMore .button-container i {
  color: var(--text);
  display: inline-block;
  font-size: 2rem;
}
.wkTravelfyList .readMore .button-container:focus {
  outline: none;
}
.wkTravelfyList .readMore.readMoreOn {
  background: none;
  height: 0;
}
/*# sourceMappingURL=wkTravelfyList.css.map */
