/**
 * Theme Name: Heart Member
 * Description: Heart Member theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/**
 * Main menu styling
 */
nav.header-menu-1 ul li a {
  background-color: rgb(0, 26, 114);
}
nav.header-menu-1 ul li:first-of-type a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 25px;
}
nav.header-menu-1 ul li:last-of-type a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right:25px;
}
header nav li.current-menu-item {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: white;
}


/**
 * Footer bottom links
 */
.footer-bottom-links {
  list-style-type: none;
}
.footer-bottom-links li {
  float: left;
}


/**
 * Remove carousel controls on desktop
 */
@media screen and (min-width: 690px) {
  div.stk-block-carousel__dots {
    display: none;
  }
}


/* Order review tables */
table.woocommerce-table--order-details {
  max-width: 700px;
}
div.woocommerce-order .woocommerce-thankyou-order-details {
  max-width: 700px;
  margin-bottom: 50px;
}
div.woocommerce-order .woocommerce-thankyou-order-details li {
  padding: 10px;
}

/* Checkout thankyou page */
table.woocommerce-table--order-details tfoot {
    display: none;
}

/* Reset password boxes */
.ct-woo-unauthorized>.woocommerce-ResetPassword {
  max-width: 550px;
}


/* Price display */
.blockpricing {
  font-size:40px;
  color:var(--theme-palette-color-1, #001A72);
  text-align: center;
  line-height: 1.2em;
}

.blockpricing__wrapper {
  white-space: nowrap;
}

.blockpricing__old {
  color:var(--theme-palette-color-10, #8C9BCD);
  font-weight:400;
  white-space: nowrap;
  font-size: 24px;
}

.blockpricing__price {
  color: #1E2A7A;
  font-weight: 700;
  white-space: nowrap;
}

.blockpricing__unit {
  font-size: 18px;
  font-weight:400;
}

@media (max-width: 768px) {
  .blockpricing {
    font-size: 30px;
  }
  .blockpricing__old {
    font-size: 20px;
  }
  .blockpricing__unit {
    font-size: 16px;
  }
}
.pricing {
  font-size:30px;
  color:var(--theme-palette-color-1, #001A72);
  text-align: left;
}
.pricing_home {
  font-size:40px;
  color:var(--theme-palette-color-1, #001A72);
  text-align: center;
  line-height: 1.2em;
}

.pricing__wrapper {
  white-space: nowrap;
}

.pricing__old {
  color:var(--theme-palette-color-10, #8C9BCD);
  font-weight:400;
  white-space: nowrap;
}
.pricing_home__old {
  color:var(--theme-palette-color-10, #8C9BCD);
  font-weight:400;
  white-space: nowrap;
  font-size: 24px;
}

.pricing__price {
  color: #1E2A7A;
  font-weight: 700;
  white-space: nowrap;
}

.pricing__unit {
  font-size: 18px;
  font-weight:400;
}


/* YouTube videoplayer */
.hm-player-container {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.hm-yt-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
