/* ========================================================================
   Section: Pricing plan
 ========================================================================== */

.spw-pricing-plan {
  border-radius: 8px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.spw-pricing-plan-content{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.spw-pricing-plan--featured {
  border: 1px solid #0084f4;
}

.spw-pricing-features {
  min-height: 120px;
  flex: 1;
}

.spw-pricing-featured {
  position: absolute;
  width: 50%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0084f4;
  border-radius: 0 0 8px 8px;
}

.spw-pricing-plan__img {
  border-radius: 8px 8px 0 0;
  height: 240px;
  width: 100%;
  background-size: cover;
  background-position: center;
}


.spw-pricing-featured__text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
}

.spw-pricing-plan__name {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #343d63;
  margin-bottom: 20px;
}

.spw-pricing-plan__price {
  text-align: center;
  font-size: 50px;
  line-height: 62px;
  font-weight: bold;
  letter-spacing: -1.6px;
  color: #343d63;
  margin: 0;
}

.spw-pricing-plan__duration {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #343d63;
  opacity: 0.3;
  letter-spacing: 0px;
}

.spw-pricing-plan__divider {
  background: #999999;
  height: 2px;
}

.spw-pricing-plan__feature {
  text-align: center;
  font-weight: normal;
  color: #a1a1b0;
  font-size: 16px;
  line-height: 32px !important;
  margin-bottom: 16px;
  margin-top: 0;
}

.spw-pricing-plan__action { }

.light .spw-pricing-plan__name,
.light .spw-pricing-plan__feature,
.light .spw-pricing-plan__price {
  color: white !important;
}

.light .spw-pricing-plan__duration {
  color: white !important;
  opacity: 0.7;
}

/* Please refer to themes/theme.override.css, more styling in happening there */
