/** @format */
.skill-level-headline .x-text-content-text-primary {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.headline-w-image .x-text-content-text-primary {
  display: flex;
  align-items: center;
}

.headline-w-image .x-text-content-text-primary img {
  margin-right: 15px;
  margin-top: -10px;
}

.goals-column.x-col {
  background-image: linear-gradient(to bottom, #f6fafe, rgba(246, 250, 254, 0));
}

/** Membership Tiles **/
.membership-options-section {
  background-image: linear-gradient(to bottom, rgba(246, 250, 254, 0), #f6fafe);
}

.the-price {
  margin: 0;
}

.pricing-text small {
  font-size: 40px;
}

.the-breakdown {
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
}

.pricing-text .currency {
  font-size: 12px;
  font-weight: 500;
  color: #657d80;
}

.pricing-text .slash-it {
  font-size: 12px;
  margin: 0 5px;
}

.pricing-text .frequency {
  font-size: 12px;
  font-weight: 500;
  color: #324945;
}

.popular-container {
  position: relative;
  overflow: hidden;
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  width: 130px;
  text-align: center;
  background: #009ab2;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  transform: rotate(45deg);
}

.currency-frequency {
  margin-top: 10px;
}

.price-container .dollar-sign {
  font-size: 40px;
  letter-spacing: 0.8px;
}

.price-container .currency-frequency {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.price-container .currency-frequency .currency {
  color: #657d80;
}

.price-container .currency-frequency .separator {
  color: #009ab2;
}

.price-container .currency-frequency .frequency {
  color: #324945;
}

.popular-tag {
  z-index: 99999;
}

/** End Membership Tiles **/

.post-date {
  color: #657d80;
  text-transform: none;
  text-align: right;
}

.post-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Caption text */
.text {
  box-sizing: border-box;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  box-sizing: border-box;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-top: 8%;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  transition: 0.2s;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  96% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  96% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .dot {
    margin-top: 30%;
  }
  .prev,
  .next {
    top: 38%;
  }
}
