@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@400;500;600;700&family=Work+Sans:wght@700&display=swap");
.page-template-masterclass a:hover {
  text-decoration: none !important;
}
.page-template-masterclass .site-content .ast-container {
  display: block;
}
.page-template-masterclass .page-container {
  position: relative;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.page-template-masterclass .header {
  width: 100%;
  min-height: 320px;
  padding: 30px 0;
  fill: rgba(97, 70, 137, 0.6);
  background: url(../img/masterclass/header.png) no-repeat;
  background-size: cover;
}
.page-template-masterclass .header__inner {
  position: relative;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .page-template-masterclass .header__inner {
    display: flex;
    flex-direction: column;
  }
}
.page-template-masterclass .header__inner div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .page-template-masterclass .header__inner div:first-child {
    text-align: center;
  }
}
.page-template-masterclass .header__inner h1 {
  color: var(--neutral-white, #FFF);
  font-family: "playfair display", Sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
  max-width: 584px;
}
.page-template-masterclass .header__inner p {
  color: var(--neutral-white, #FFF);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 584px;
}
.page-template-masterclass #filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .page-template-masterclass #filters {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .page-template-masterclass #filters {
    flex-direction: column;
  }
}
.page-template-masterclass #filters .filter-btns {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .page-template-masterclass #filters .filter-btns {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-template-masterclass #filters .filter-btns {
    flex-direction: column;
  }
}
.page-template-masterclass #filters .filter-btns a {
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border-radius: 8px;
  color: #614689;
  border: 1px solid var(--brand-purple, #614689);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}
.page-template-masterclass #filters .filter-btns a.active, .page-template-masterclass #filters .filter-btns a:hover {
  color: #EFAC5F;
  border: 1px solid var(--brand-yellow, #EFAC5F);
}
@media (max-width: 991px) {
  .page-template-masterclass #filters .filter-btns a {
    width: 100%;
    text-align: center;
  }
}
.page-template-masterclass #filters #search-masterclass {
  background: url(../img/adventures/search.svg) left center no-repeat;
  background-position-x: 15px;
  padding-left: 50px;
  width: 370px;
  border-radius: 8px;
  border: 1px solid #D8D1E1;
}
@media (max-width: 991px) {
  .page-template-masterclass #filters #search-masterclass {
    width: 100%;
  }
}
.page-template-masterclass #filters #search-masterclass:focus {
  outline: none;
}
.page-template-masterclass #filters #search-masterclass::-moz-placeholder {
  color: var(--neutral-dark-grey, #999);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.page-template-masterclass #filters #search-masterclass::placeholder {
  color: var(--neutral-dark-grey, #999);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.page-template-masterclass #main-content {
  padding: 60px 0 0;
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1240px) {
  .page-template-masterclass #main-content {
    padding: 100px 0;
  }
}
@media (max-width: 1000px) {
  .page-template-masterclass #main-content {
    padding: 0;
  }
}
.page-template-masterclass .item-container {
  margin-bottom: 120px;
}
.page-template-masterclass .item-container .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 370px));
  row-gap: 60px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 1240px) {
  .page-template-masterclass .item-container .cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
.page-template-masterclass .item-container .cards .card.skeleton .card__featured {
  animation: flickerAnimation 1s infinite;
  background: #ccc;
}
.page-template-masterclass .item-container .cards .card.skeleton .card__title, .page-template-masterclass .item-container .cards .card.skeleton .card__loc {
  height: 40px;
  animation: flickerAnimation 1s infinite;
  background: #ccc;
  border-radius: 6px;
  margin: 10px auto;
}
.page-template-masterclass .item-container .cards .card {
  border-radius: 16px;
  background: var(--neutral-white, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.page-template-masterclass .item-container .cards .card:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.page-template-masterclass .item-container .cards .card:hover .card__featured img {
  transform: scale(1.05);
}
.page-template-masterclass .item-container .cards .card__featured {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
}
.page-template-masterclass .item-container .cards .card__featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  transition: transform 0.5s;
}
.page-template-masterclass .item-container .cards .card__contents {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 28px;
  justify-content: space-between;
  height: 100%;
}
.page-template-masterclass .item-container .cards .card__title {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
}
.page-template-masterclass .item-container .cards .card__loc {
  padding-left: 30px;
  background: url(../img/adventures/location.svg) left center no-repeat;
  color: var(--brand-purple, #614689);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
}
.page-template-masterclass .item-container .cards .card__desc {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 173.333% */
  padding-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.page-template-masterclass .item-container .cards .card__date-price {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-masterclass .item-container .cards .card__date-price div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-masterclass .item-container .cards .card__date {
  padding-left: 30px;
  background: url(../img/adventures/calendar.svg) left center no-repeat;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.page-template-masterclass .item-container .cards .card__time {
  padding-left: 30px;
  background: url(../img/adventures/clock.svg) left center no-repeat;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.page-template-masterclass .item-container .cards .card__price {
  color: var(--brand-purple, #614689);
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 123.077% */
}
.page-template-masterclass .item-container .cards .card__footer {
  text-align: center;
  margin-top: 30px;
}
.page-template-masterclass .item-container .cards .card__footer p {
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.page-template-masterclass .item-container .cards .card__footer p span {
  color: var(--brand-green, #65B598);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 160% */
}
.page-template-masterclass ul.pagination {
  margin: 60px auto;
}
.page-template-masterclass ul.pagination > li {
  margin: 0 5px 10px;
}
@media (max-width: 480px) {
  .page-template-masterclass ul.pagination > li {
    margin: 0 3px 10px;
  }
}
.page-template-masterclass ul.pagination > li > a {
  border: 1px solid #F0F1F5;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  color: #000;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 32px;
  height: 32px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .page-template-masterclass ul.pagination > li > a {
    width: 25px;
    height: 25px;
  }
}
.page-template-masterclass ul.pagination > li > a .prev, .page-template-masterclass ul.pagination > li > a .next {
  padding: 0;
  width: auto;
  height: auto;
}
.page-template-masterclass ul.pagination > li > a .prev img, .page-template-masterclass ul.pagination > li > a .next img {
  max-width: auto !important;
}
.page-template-masterclass ul.pagination > li > a img {
  width: 32px;
  height: 32px;
}
.page-template-masterclass ul.pagination > li > a:hover {
  border: 1px solid #65B598;
}
.page-template-masterclass #no-result {
  text-align: center;
}
.page-template-masterclass ul.pagination > li > span {
  border: none;
}
@media (max-width: 480px) {
  .page-template-masterclass ul.pagination > li > span {
    margin: 0;
    padding: 0 !important;
  }
}
.page-template-masterclass ul.pagination > li.active > a, .page-template-masterclass ul.pagination > li.active > a:hover, .page-template-masterclass ul.pagination > li.active > a:focus {
  color: #65B598 !important;
  background: none;
  border: 1px solid #65B598;
}
.page-template-masterclass ul.pagination > li:first-of-type > a {
  margin-left: -2px;
}
.page-template-masterclass ul.pagination > li:last-of-type > a {
  margin-right: -2px;
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.single-members_resources .breadcrumbs {
  width: 100%;
  border: 1px solid #F2F2F2;
  border-left: none;
  border-right: none;
  margin-bottom: 36px;
}
.single-members_resources .breadcrumbs ul {
  list-style-image: url("../img/adventures/chevron-right.svg");
  display: flex;
  gap: 32px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.single-members_resources .breadcrumbs ul li {
  padding: 12px 16px;
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single-members_resources .breadcrumbs ul li a {
  color: var(--brand-purple, #614689);
}
.single-members_resources .breadcrumbs ul li a:hover {
  text-decoration: none;
}
.single-members_resources .breadcrumbs ul li:first-child {
  list-style-image: none;
  list-style-type: none;
}
.single-members_resources .breadcrumbs ul li:last-child {
  color: #2E2E2E;
}
.single-members_resources #main-content {
  max-width: 960px !important;
  margin: auto;
}
@media (max-width: 480px) {
  .single-members_resources .ast-container {
    padding: 0;
  }
}
.single-members_resources .mc-resource {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: baseline;
  margin: 30px 0 40px;
}
.single-members_resources .mc-resource__title {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "playfair display", Sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 150% */
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .single-members_resources .mc-resource__title {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
.single-members_resources .mc-resource__pill {
  color: var(--neutral-white, #FFF);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 8px;
  background: #614689;
}

#nonMemberModal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  align-items: center; /* Added */
  padding-left: 20px;
  padding-right: 20px;
}

/* Modal Content */
.modal-content {
  margin: auto;
  background: transparent;
  padding: 30px;
}

.modal-content-inner {
  position: relative;
  background-color: #FFFFFF;
  margin: auto; /* Added */
  padding: 56px 60px;
  width: 100%;
  max-width: 720px;
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 480px) {
  .modal-content-inner {
    padding: 20px;
  }
}
.modal-content-inner h2 {
  font-family: "playfair display", Sans-serif;
  color: var(--brand-purple, #614689);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 150% */
  text-transform: capitalize;
}
.modal-content-inner h3 {
  color: var(--brand-purple, #614689);
  text-align: center;
  font-family: "playfair display", Sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  text-transform: capitalize;
}
.modal-content-inner p {
  color: var(--neutral-dark-text, #2E2E2E);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 20px !important;
}
.modal-content-inner .modal-btn {
  display: block;
  border-radius: 100px;
  background: var(--brand-yellow, #EFAC5F);
  padding: 20px;
  color: #FFF;
  text-align: center;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 340px;
}
.modal-content-inner .modal-btn:hover {
  background: #f1b876;
}
.modal-content-inner .modal-btn.login-btn {
  background: #65B598 !important;
}
.modal-content-inner .modal-btn.login-btn:hover {
  background: #76bda4;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 10px;
  opacity: 1;
}
@media (max-width: 480px) {
  .close {
    right: -15px;
  }
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.addflex {
  display: flex !important;
}

.divider {
  width: 100%;
  height: 1px;
  background: var(--neutral-border, #E1E1E1);
}/*# sourceMappingURL=masterclass.css.map */