/***** Membership Pricing Table *****/
.levels-wrapper {
  display: flex;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 48px;
  align-items: center;
}

.comparison-container {
  margin-bottom: 48px;
}
.comparison-container h3 {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 480px) {
  .comparison-container h3 {
    padding: 0 24px;
  }
}

@media screen and (min-width: 1024px) {
  .comparison-table {
    max-width: 85%;
    margin: 0 auto;
  }
}
.comparison-table .table-header {
  display: grid;
  grid-row: 1;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "none pattern designer";
  gap: 4px;
  color: white;
}
.comparison-table .table-header > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 8px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.comparison-table .table-header .level-name {
  color: white;
  font-size: 17px;
  margin: 0;
  padding: 6px 0;
  text-align: center;
}
.comparison-table .table-header .pattern {
  grid-area: pattern;
}
.comparison-table .table-header .designer {
  grid-area: designer;
}
.comparison-table .table-rows {
  border-radius: 10px 0 10px 10px;
  display: grid;
  grid-template-rows: auto auto;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.comparison-table .table-rows p {
  margin: 0;
}
.comparison-table .table-rows .table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "feature pattern designer";
  gap: 4px;
  background-color: white;
  align-items: center;
}
.comparison-table .table-rows .table-row p {
  padding: 16px;
  text-align: center;
}
.comparison-table .table-rows .table-row p.feature {
  font-weight: 600;
  text-align: left;
  border: none;
  padding: 16px;
}
.comparison-table .table-rows .table-row:not(.comparison-table .table-rows .table-row:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.comparison-table .table-rows .basic {
  grid-area: basic;
}
.comparison-table .table-rows .pattern {
  grid-area: pattern;
}
.comparison-table .table-rows .designer {
  grid-area: designer;
}
.comparison-table .table-rows .annual {
  grid-area: annual;
}

#membership-price-table {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  width: 100%;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  #membership-price-table {
    flex-flow: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 32px;
  }
}
#membership-price-table .membership-level.is-current {
  box-shadow: 0 0 15px 2px #01224388;
}
#membership-price-table .level-date-info {
  color: black;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 8px;
}

.membership-level {
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .membership-level {
    flex: 1 0 60%;
  }
}
@media screen and (min-width: 1024px) {
  .membership-level {
    flex: 1 0 20%;
    max-width: 31%;
  }
}
.membership-level .pricing-button .pmpro_btn {
  text-transform: none;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  border-radius: 30px;
  padding: 10px 0;
  display: block;
}
.membership-level .pricing-button .pmpro_btn.hidden {
  visibility: hidden;
}
.membership-level .pricing-header {
  flex-flow: column;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  font-family: "Montserrat Alternates", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
}
.membership-level .pricing-header .level-name {
  padding: 12px 24px;
}
.membership-level .pricing-content {
  padding: 16px 32px 32px 32px;
  background-color: #F7F7F7;
  display: flex;
  flex-flow: column;
  flex: 1 1 100%;
  border-radius: 0 0 20px 20px;
  position: relative;
  justify-content: space-between;
}
.membership-level .pricing-content .price-wrapper {
  padding: 12px 0;
  display: grid;
  column-gap: 8px;
}
.membership-level .pricing-content .price-area {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  flex-basis: 125px;
}
.membership-level .pricing-content .price-area .price-text, .membership-level .pricing-content .price-area .old-price {
  display: flex;
  font-weight: 700;
  font-size: 54px;
  align-items: flex-start;
  margin-bottom: 4px;
  grid-row: 1;
  position: relative;
}
.membership-level .pricing-content .price-area .price-text span, .membership-level .pricing-content .price-area .old-price span {
  line-height: 1;
}
.membership-level .pricing-content .price-area .price-text .currency, .membership-level .pricing-content .price-area .old-price .currency {
  margin-right: 2px;
}
.membership-level .pricing-content .price-area .price-text .dollar, .membership-level .pricing-content .price-area .old-price .dollar {
  line-height: 0.7;
}
.membership-level .pricing-content .price-area .price-text .small, .membership-level .pricing-content .price-area .old-price .small {
  font-size: 21px;
}
.membership-level .pricing-content .price-area .old-price {
  font-weight: 600;
}
.membership-level .pricing-content .price-area span.strikethrough {
  border-top: 5px solid black;
  left: 0;
  right: 0;
  top: 50%;
  transform: rotate(340deg);
  position: absolute;
}
.membership-level .pricing-content .price-period {
  grid-row: 2;
  grid-column: 1/3;
}
.membership-level .pricing-content ul {
  list-style: none;
  text-align: left;
  font-size: 16px;
  margin: 12px 0 24px 0;
  flex-grow: 1;
}
.membership-level .pricing-content li {
  padding: 12px 0;
  margin: 0;
  font-size: 15px;
}
.membership-level .pricing-content li:not(li:last-child) {
  border-bottom: 1px solid #ccc;
}
.membership-level .pricing-content li::before {
  font-size: 18px;
  color: #0C0C0C;
  margin-right: 0.5rem;
  font-family: "Font Awesome 6 Free";
}
.membership-level .pricing-content li.check::before {
  content: "\f058";
}
.membership-level .pricing-content li.star::before {
  content: "\f005";
  color: #f8c556;
}
.membership-level .pricing-content li.camp::before {
  content: "\f6bb";
}
.membership-level .ribbon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  overflow: hidden;
  transform: rotate(90deg);
  height: 110px;
  width: 110px;
}
.membership-level .ribbon-wrapper .ribbon {
  background-color: #012243;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-30%) translateX(-30%) rotate(-45deg);
  width: 200%;
  margin-top: 35px;
}
.membership-level #level-2-cta {
  background-color: #493987;
  box-shadow: 0 0 5px 0 rgba(73, 57, 135, 0.6666666667);
}
.membership-level #level-2-cta:hover {
  box-shadow: 0 0 5px 1px rgba(73, 57, 135, 0.9333333333);
}
.membership-level #level-3-cta {
  background-color: #CE9CB7;
  box-shadow: 0 0 5px 0 rgba(206, 156, 183, 0.6666666667);
}
.membership-level #level-3-cta:hover {
  box-shadow: 0 0 5px 1px rgba(206, 156, 183, 0.9333333333);
}
.membership-level #level-5-cta {
  background-color: #0092AD;
  box-shadow: 0 0 5px 0 rgba(0, 146, 173, 0.6666666667);
}
.membership-level #level-5-cta:hover {
  box-shadow: 0 0 5px 1px rgba(0, 146, 173, 0.9333333333);
}
.membership-level[data-level-id="3"] {
  order: 3;
}
.membership-level[data-level-id="2"] {
  order: 2;
}
.membership-level[data-level-id="2"] input[type=radio]:checked + label .plan-label {
  background-color: #493987;
}
.membership-level[data-level-id="5"] {
  order: 2;
}
.membership-level[data-level-id="5"] input[type=radio]:checked + label .plan-label {
  background-color: #0092AD;
}

.payment-tabs {
  display: flex;
  gap: 8px;
  background-color: white;
  padding: 2px;
  border-radius: 40px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  width: 70%;
  position: relative;
}
.payment-tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}
.payment-tabs label {
  flex: 1 1 50%;
}
.payment-tabs .plan-label {
  font-weight: 600;
  cursor: pointer;
  border-radius: 50px;
  padding: 1px;
}
.payment-tabs input[type=radio]:checked + label .plan-label {
  color: white;
}
.payment-tabs .save {
  font-size: 13px;
  position: absolute;
  background-color: rgb(255, 140, 40);
  padding: 6px 12px;
  color: white;
  border-radius: 20px;
  font-weight: 600;
  bottom: 20px;
  width: max-content;
  right: -60px;
  rotate: 20deg;
  line-height: 1;
  animation: 0.2s 0.75s 3 alternate ease-in-out wiggle;
}

@keyframes wiggle {
  0% {
    rotate: 20deg;
  }
  50% {
    rotate: 5deg;
  }
  100% {
    rotate: 20deg;
  }
}
.membership-code-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #424775;
  border-radius: 100px;
  padding: 16px 48px;
  gap: 8px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
.membership-code-wrapper #code-form-toggle {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.membership-code-wrapper .label {
  color: white;
  margin-bottom: 6px;
  font-size: 17px;
}
.membership-code-wrapper #code-form {
  display: flex;
  gap: 12px;
  align-items: center;
}
.membership-code-wrapper #code-form label {
  display: block;
  margin-left: 16px;
  font-weight: bold;
}
.membership-code-wrapper #code-form #code-field {
  flex: 1 0 60%;
}
.membership-code-wrapper #code-form #code-field label {
  display: none;
}
.membership-code-wrapper #code-form #discount-code {
  font-size: 16px;
  background-color: #424775;
  color: white;
  border-radius: 0;
  border-style: none none solid none;
  border-width: 2px;
  border-color: white;
  padding: 2px 8px;
}
.membership-code-wrapper #code-form #discount-code::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.membership-code-wrapper #code-form #code-btn {
  flex: 1 0 40px;
  padding: 8px 16px;
}
@media screen and (min-width: 480px) {
  .membership-code-wrapper {
    padding: 16px 116px;
  }
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0;
  padding: 0 24px;
}
.features-container .feature {
  flex: 0 0 100%;
  padding: 24px 12px;
  display: grid;
  grid-template-rows: 69px auto;
}
.features-container .feature:not(.features-container .feature:last-child) {
  border-bottom: 2px solid rgba(100, 100, 100, 0.3);
}
.features-container .feature p {
  margin: 0;
  text-align: center;
}
.features-container .feature-name {
  text-align: center;
  margin: 0;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .features-container {
    padding: 0 36px;
  }
  .features-container .feature {
    flex: 0 1 50%;
    padding: 16px 24px;
  }
  .features-container .feature:not(.features-container .feature:last-child) {
    border-right: 2px solid rgba(100, 100, 100, 0.3);
    border-bottom: none;
  }
  .features-container .feature p {
    text-align: left;
  }
}

.feature-icon {
  width: 32px;
}

/***** Account Page *****/
body.pmpro-cancel #page, body.pmpro-account #page {
  min-height: 80vh;
}

.account-section {
  display: flex;
  flex-flow: column;
  padding: 16px 0;
  border-top: 1px solid #012243;
  margin-bottom: 16px;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .account-section {
    flex-flow: row;
  }
}

.account-section:first-of-type {
  border-top: none;
}

.section-title {
  font-size: 22px;
  margin-bottom: 8px;
  flex: 0 0 33%;
}

.section-details {
  display: flex;
  flex-flow: column;
}
.section-details .section-row {
  display: flex;
  flex-flow: column;
  margin-bottom: 16px;
  gap: 16px;
}
.section-details .section-row p {
  margin: 0;
}
.section-details .section-row .actions {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .section-details .section-row .actions {
    gap: 0;
  }
}
.section-details .section-row:first-child {
  flex: 0 0 66%;
}
@media screen and (min-width: 768px) {
  .section-details {
    flex-flow: row;
    flex-grow: 1;
  }
}

.detail-header {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

address {
  font-style: normal;
  margin: 0;
}

.account-promo {
  padding: 48px 0;
}
@media screen and (min-width: 1024px) {
  .account-promo {
    padding: 64px;
  }
}

/*
 * 
 * Membership Checkout 
 *
 */
.pmpro .pmpro_section {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pmpro .pmpro_section {
    max-width: 900px;
    width: 90%;
  }
}
.pmpro .pmpro_card {
  border-radius: 20px;
  margin-bottom: 36px;
}
.pmpro .social-login-wrapper {
  grid-column: 1/-1;
  margin-top: 24px;
}
.pmpro .social-login-wrapper #pmpro_social_login {
  width: 100%;
}
.pmpro .social-login-wrapper .wp-social-login-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pmpro .social-login-wrapper .wp-social-login-provider-list {
  display: flex;
  align-items: center;
  gap: 18px 48px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.pmpro .social-login-wrapper .wp-social-login-provider-list a {
  border-radius: 10px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pmpro .social-login-wrapper .wp-social-login-provider-list {
    flex-wrap: nowrap;
  }
}
.pmpro .social-login-wrapper .wp-social-login-connect-with {
  display: none;
}
.pmpro .section-header {
  font-size: 24px;
  margin: 0;
}
.pmpro h3 {
  font-size: 18px;
}
.pmpro .pmpro_form_label:not(.pmpro_form_label-inline) {
  margin-left: 16px;
  font-weight: 600;
  color: #493987;
}

#payment-header {
  margin-bottom: 24px;
}

.registration-divider {
  display: table;
  width: 100%;
  text-align: center;
  margin: 24px 0 8px 0;
}

.registration-divider::before, .registration-divider::after {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  display: table-cell;
  position: relative;
  width: 45%;
  top: 0.8em;
}

.pmpro_asterisk {
  font-weight: 700;
  color: red;
}

.pmpro_form .checkout-fields-grid, .pmpro_form #shipping-fields {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .pmpro_form .checkout-fields-grid, .pmpro_form #shipping-fields {
    grid-template-columns: 1fr 1fr;
  }
}
.pmpro_form .checkout-fields-grid select, .pmpro_form #shipping-fields select {
  appearance: none;
}

.entry-content h2 span {
  font-size: 13px;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .entry-content h2 span {
    display: block;
    margin: 1em 0;
  }
}
#pmpro_mailing_lists {
  margin: 16px 0 32px;
}

.entry-content table {
  border-bottom: none !important;
}

#shipping-fee {
  font-style: italic;
  font-size: 14px;
  margin-top: -16px;
}

#pmpro_level_cost {
  margin-bottom: 32px;
}

.pmpro_level_cost_text p, .pmpro_level_expiration_text p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

#price-header {
  margin-bottom: 12px;
}

.pmpro_checkout-details ul {
  margin: 0 0 24px 32px;
}

.pmpro_checkout-details li {
  display: none;
}

li.check, li.star {
  display: list-item;
}

.pmpro_message {
  margin: 0 0 16px 0;
}

#other_discount_code_p {
  margin-bottom: 0;
}

.pmpro_level_discount_applied {
  margin-bottom: 8px;
  font-style: italic;
}

#other-code-form {
  display: flex;
  margin-top: 16px;
  flex-flow: wrap;
}
#other-code-form label {
  width: 100%;
  margin-left: 16px;
  font-weight: bold;
}
#other-code-form input[type=text]#other_discount_code {
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 50px;
  padding: 8px 12px;
  font-size: 16px;
}
#other-code-form .membership-code-btn {
  padding: 8px 24px;
  text-decoration: none;
  font-weight: 600;
  background-color: #44958a;
  color: white;
  width: 100%;
  margin: 12px 0 0;
}
@media screen and (min-width: 480px) {
  #other-code-form input[type=text]#other_discount_code {
    flex: 1 1 auto;
    width: auto;
    max-width: 300px;
  }
  #other-code-form .membership-code-btn {
    width: 30%;
    max-width: 140px;
    margin: 0 0 0 12px;
  }
}

.membership-options {
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.payment-plans-wrapper {
  margin-top: 32px;
}

#pmpropp_payment_plans {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  #pmpropp_payment_plans {
    flex-wrap: nowrap;
  }
}

.payment-plan-option {
  flex-basis: 50%;
  flex-grow: 1;
  cursor: pointer;
}
.payment-plan-option .pmpro_label-inline {
  display: block !important;
  border: 2px solid #CCC;
  border-radius: 20px;
  cursor: pointer;
}
.payment-plan-option .pmpro_label-inline .payment-plan-info {
  padding: 10px 16px;
  text-align: center;
}
.payment-plan-option .pmpro_label-inline .payment-plan-info h5 {
  margin-bottom: 6px;
}
.payment-plan-option .pmpro_label-inline .payment-plan-info p {
  font-weight: 600;
  margin: 0;
}
.payment-plan-option > p {
  margin: 0;
}
.payment-plan-option input[type=radio] {
  opacity: 0;
  position: absolute;
}
.payment-plan-option input[name=pmpropp_chosen_plan]:checked ~ .pmpro_label-inline {
  background: #FFF;
  box-shadow: 0px 0px 0px 4px #493987;
  border: 2px solid transparent;
}

/***** PAYMENT OPTIONS *****/
.pmpro-payment-options {
  display: flex;
  list-style: none;
  margin: 12px 0;
  flex-flow: wrap;
  gap: 18px;
}
.pmpro-payment-options li.payment-option {
  flex: 0 0 100%;
}
.pmpro-payment-options input[type=radio] {
  opacity: 0;
  position: absolute;
}
.pmpro-payment-options input[name=gateway]:checked ~ .pmpro-payment-label {
  background: #FFF;
  border: 2px solid transparent;
  box-shadow: 0px 0px 0px 4px #493987;
}
.pmpro-payment-options .pmpro-payment-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 12px;
  border: 2px solid #CCC;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  gap: 16px;
  cursor: pointer;
}
.pmpro-payment-options .pmpro-payment-label img {
  display: block;
  height: 20px;
  max-width: 120px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .pmpro-payment-options .pmpro-payment-label img {
    display: block;
    height: 24px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pmpro-payment-options li.payment-option {
    flex: 1 0 200px;
  }
}

#pmpro_payment_information_fields {
  margin-top: 24px;
}
#pmpro_payment_information_fields .payment-fields {
  flex-flow: column;
}
#pmpro_payment_information_fields .cc-group {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #pmpro_payment_information_fields .payment-fields {
    flex-flow: row;
  }
}

.pmpro_captcha {
  margin: 12px 0 0 6px;
}

.pmpro .pmpro_form_submit {
  display: block;
  align-items: stretch;
}
.pmpro .pmpro_form_submit .notice {
  font-style: italic;
  margin-bottom: 8px;
  padding: 0 8px;
}
.pmpro .pmpro_form_submit #pmpro_btn-submit-paypal {
  width: 100%;
  border-radius: 50px;
}

#pmpro_btn-submit {
  letter-spacing: normal;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 16px;
  border-radius: 50px;
  height: 56px;
  background: #44958a;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: white;
  box-sizing: border-box;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
  border: none;
}

#pmpro_btn-submit:hover {
  background: #50afa2;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: white;
}

#pmpro_btn-submit:active {
  box-shadow: 1px 0px 6px 2px #50afa2;
}

form.pmpro_form #pmpro_processing_message {
  margin: 5px 0 0 0;
}

@media screen and (min-width: 769px) {
  form.pmpro_form .pmpro_submit {
    margin: 15px 0;
  }
  form.pmpro_form #pmpro_processing_message {
    display: inline;
    margin: 0 0 0 10px;
  }
}
form.pmpro_form input[type=text], form.pmpro_form input[type=email], form.pmpro_form input[type=url], form.pmpro_form input[type=password], form.pmpro_form input[type=search], form.pmpro_form input[type=tel], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select {
  background-color: white;
  border-radius: 50px;
  border: 2px solid #cccccc;
  color: rgb(34, 34, 34);
}
form.pmpro_form input.pmpro_error {
  border: 2px solid #f50d07;
  color: #f50d07;
}

.StripeElement {
  border-radius: 50px !important;
}

.strikethrough {
  position: relative;
  font-weight: 500;
  padding: 0 2px;
}
.strikethrough::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
}

#shipping-toggle {
  margin: 8px 0 0 8px;
}
@media screen and (min-width: 480px) {
  #shipping-toggle {
    margin: 0 0 0 8px;
  }
}

.hidden-field {
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  .hidden-field {
    display: none !important;
  }
}

.cancel-form {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .cancel-form {
    flex-flow: row;
  }
}

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