/* Stretch page to full height minimum and push footer to bottom of screen */
#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

/* Add space beneath header content */
body:not(.woocommerce-checkout) .site-header {
  padding-bottom: 1em;
}

/* Consistent padding/margin until page title */
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}

body:not(.woocommerce-checkout) .site-main {
  padding-top: 2.617924em;
}

@media (min-width: 768px) {
  .storefront-full-width-content .entry-header {
    padding: 2em 0 3em !important;
  }
}
/* Correct unneeded margin of paragraphs in notices */
.woocommerce-message p,
.woocommerce-info p,
.woocommerce-error p,
.notice-no-margin .woocommerce-message,
.notice-no-margin .woocommerce-info,
.notice-no-margin .woocommerce-error {
  margin-bottom: 0;
}

/* Login / Registration forms */
/* Smaller body width */
body.is-login-page .site-main {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

body.is-registration-page .site-main {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

body.is-registration-page .entry-title {
  margin-bottom: 0;
}

/* Hide second headers */
body.is-login-page .site-main .entry-content .woocommerce h2:first-of-type,
body.is-registration-page .site-main .entry-content h2:first-of-type {
  display: none;
}

/* Hide required asterix */
.woocommerce-form-register .required,
.woocommerce-checkout .required {
  display: none;
}

.afreg_extra_fields .input-text, .input-select {
  min-height: initial !important;
  max-height: initial !important;
  height: initial !important;
}

/* #ID.afreg_half_field */
.afreg_half_field {
  width: 48.5% !important;
  clear: none !important;
}

#first_name.afreg_half_field,
#billing_postcode.afreg_half_field,
#billing_first_name_field.afreg_half_field,
#billing_postcode_field.afreg_half_field {
  margin-right: 1.5% !important;
}

#last_name.afreg_half_field,
#billing_city.afreg_half_field,
#billing_last_name_field.afreg_half_field,
#billing_city_field.afreg_half_field {
  margin-left: 1.5% !important;
  margin-right: 0 !important;
}

.vhw_login_form_extra_links {
  margin-top: 1.31575em;
  text-align: right;
}

/* My account */
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  position: relative;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  display: none !important; /* Disable menu icons */
  float: none;
  margin-left: 0px;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  font-size: 1.4em;
}

/* @link https://fontawesome.com/search?q=&o=r&m=free&f=classic */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f015" !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--memberlist a:before {
  content: "\f02d" !important;
  content: "\f2b9" !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007" !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2bb" !important;
  content: "\f2b9" !important;
  content: "\f5a0" !important;
}

/* Subscriptions - "No subscriptions" - Hide go to shop button */
.woocommerce-MyAccount-content .no_subscriptions.woocommerce-message .woocommerce-Button {
  /*display: none;*/
}

/* Orders */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f51e" !important;
}

.muted-id {
  font-size: 90%;
  opacity: 0.5;
}

.entry-title .muted-id {
  position: absolute;
  padding-left: 0.4em;
  font-size: 60%;
  opacity: 0.5;
}

/* Match sub header margin */
section + header h2,
.woocommerce-customer-details .woocommerce-column__title {
  margin-top: 2.2906835em;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin-bottom: 0;
}

.profile-picture {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 7rem;
  align-content: center;
}

.profile-picture > label,
.profile-picture > .vhw-visibility-label {
  /*flex-basis: 100%;*/
  /*flex-shrink: 0;*/
  order: 2;
  flex-basis: calc(100% - 7rem - 1em);
}

.profile-picture > .img {
  /*flex-basis: 7rem;*/
  display: flex;
  width: 7rem;
  height: 7rem;
  flex-grow: 0;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  order: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.profile-picture > .img.anon {
  border-radius: 3px;
  background: #fbfbfb;
  color: #6d6d6d;
  color: #f2f2f2;
}

.profile-picture > .img > img {
  max-width: 7rem;
  max-height: 7rem;
}

.profile-picture > .img.anon > svg {
  max-width: 5rem;
  max-height: 5rem;
}

.profile-picture > input {
  /*flex-grow: 1;*/
  width: auto !important;
  order: 3;
  flex-basis: calc(100% - 7rem - 1em);
}

.vhw-save-button {
  text-align: right;
  /*
  padding: 1.618em;
  background: #fbfbfb;
  */
}

.vhw-back-to-edit-account,
.vhw-back-to-cart {
  float: right;
  font-size: 1rem;
}
.vhw-back-to-edit-account::before,
.vhw-back-to-cart::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f291";
  margin-right: 0.5407911001em;
}

.vhw-back-to-edit-account::before {
  content: "\f304";
  content: "\f303";
  content: "\f007";
  content: "\f4ff";
}

/* List numbering styles for Bylaws Page */
body.page-bylaws .entry-content ol, body.woocommerce-bylaws .entry-content ol {
  list-style: decimal;
}
body.page-bylaws .entry-content ol ol, body.woocommerce-bylaws .entry-content ol ol {
  list-style: lower-alpha;
}
body.page-bylaws .entry-content ol ol ol, body.woocommerce-bylaws .entry-content ol ol ol {
  list-style: lower-roman;
}

.grecaptcha-badge {
  visibility: hidden;
}

.woocommerce::after {
  content: "";
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .sp-header-active .site-header .col-full {
    max-width: none;
  }
  .sp-header-active .site-header .sp-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
  }
  .sp-header-active .site-header .sp-header-row > div {
    width: auto !important;
    margin-right: 0 !important;
  }
  .sp-header-active .site-header .sp-header-row > div:first-child {
    min-width: 230px;
  }
  .sp-header-active .site-header .sp-header-row::after {
    display: none;
  }
}
.site-footer {
  padding-bottom: 0 !important;
}

.footer-widgets {
  border-bottom: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
}

.site-info {
  display: none;
}

.block.footer-widget-1 {
  flex-grow: 3;
  width: auto !important;
  float: none;
  margin-right: 0 !important;
}

.block.footer-widget-2,
.block.footer-widget-3 {
  width: auto !important;
  float: none;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .site-footer .footer-widgets .widget_block {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 569px) {
  .footer-widgets {
    flex-direction: column;
  }
}
@media (min-width: 815px) {
  .block.footer-widget-2,
  .block.footer-widget-3 {
    flex-grow: 2;
  }
}
.input-select {
  position: relative;
  display: inline-block;
}
.input-select.full-width {
  width: 100%;
}
.input-select select.input-text {
  appearance: none;
  padding-right: 2.1180469716em !important;
}
.input-select::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 1em;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
  margin-right: -5px;
  margin-top: -2px;
}
.input-select:focus-within::after {
  transform: rotate(0.5turn);
  margin-top: -3px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .input-select select,
.woocommerce form .form-row textarea {
  color: #444444;
  background-color: #EDEDED;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  line-height: 1.6179999999em;
  border-style: none;
  border-radius: 0px;
  transition: none;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .input-select select:focus,
.woocommerce form .form-row textarea:focus {
  outline: 2px solid var(--e-global-color-secondary);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  color: var(--e-global-color-0b40fbb);
  background-color: var(--e-global-color-secondary);
  line-height: 1.6179999999em;
  height: 2.8540939431em;
  outline: none;
  border-radius: 3px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: var(--e-global-color-0b40fbb);
  background-color: var(--e-global-color-primary);
}
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  color: var(--e-global-color-0b40fbb);
  background-color: var(--e-global-color-primary);
}

/* My account - Edit address - Add margin before "Save" button */
.woocommerce-address-fields__field-wrapper {
  margin-bottom: 2em;
}

#billing_address_2_field {
  display: none !important;
}

/* My account - Edit address - Delete profile picture link */
.delete-profile-picture-link {
  order: 4;
  align-self: flex-start;
  margin: 6px auto 0 8em;
}

/* Cart side menu - Fix non-anchor product name styling */
.elementor-menu-cart__product-name {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: 16px;
  color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

/* My account - Verify your details notice */
.verify-details-notice {
  background-color: rgba(252, 185, 0, 0.5);
  color: #333333;
  margin: 0 0 1.41575em;
  padding: 1.6em;
}
.verify-details-notice > :last-child {
  margin-bottom: 0;
}

/* My account - Upcoming events & Featured Products */
.section-upcoming-events,
.section-featured-products {
  margin: 0 0 1.41575em;
}

.upcoming-events {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.upcoming-events > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
  background: rgba(77, 140, 240, 0.1); /* lightblue */
  padding: 1.6em;
}
.upcoming-events > div > h3 {
  margin-bottom: 0;
}
.upcoming-events > div > div:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}
.upcoming-events > div > div:nth-of-type(1) span:nth-of-type(1) {
  flex-grow: 1;
}
.upcoming-events > div > div:nth-of-type(1) span:nth-of-type(2) {
  width: 100px;
}
.upcoming-events > div > div:nth-of-type(1) span:nth-of-type(2) img {
  object-fit: contain;
  object-position: center center;
}
.upcoming-events > div > div:nth-of-type(2),
.upcoming-events > div > div:nth-of-type(2) > form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.upcoming-events > div > div:nth-of-type(2) > span,
.upcoming-events > div > div:nth-of-type(2) > form > span {
  flex-grow: 1;
  text-align: right;
  padding: 0 1em;
}
.upcoming-events > div > div:nth-of-type(2) > form {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 2em;
}
@media (max-width: 500px) {
  .upcoming-events > div > div:nth-of-type(2) > form {
    flex-direction: column;
    align-items: stretch;
  }
}
.upcoming-events .variation-attribute {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  flex-grow: 1;
}
.upcoming-events .variation-attribute > span {
  width: 100%;
  text-align: right;
}
@media (max-width: 500px) {
  .upcoming-events .variation-attribute {
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .upcoming-events .variation-attribute {
    flex-direction: column;
    gap: 0em;
    align-items: flex-start;
    flex-grow: initial;
  }
  .upcoming-events .variation-attribute > span {
    text-align: left;
  }
}
.upcoming-events .variation-attribute-options {
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 500px) {
  .upcoming-events .variation-attribute-options {
    justify-content: center;
  }
}
.upcoming-events .variation-attribute-option-radio {
  position: absolute;
  opacity: 0;
  z-index: -100000;
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.upcoming-events .variation-attribute-option-radio + label {
  position: relative;
  margin: 0;
  display: block;
  padding: 0.41575em;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
}
.upcoming-events .variation-attribute-option-radio + label::before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f111";
  margin-right: 0.5407911001em;
  opacity: 0.5;
}
.upcoming-events .variation-attribute-option-radio + label:hover::before {
  opacity: 1;
}
.upcoming-events .variation-attribute-option-radio:focus + label {
  outline: 2px solid #0e58ce;
}
.upcoming-events .variation-attribute-option-radio:checked + label::before {
  content: "\f192";
  color: #0e58ce;
  opacity: 1;
}
.upcoming-events .variation-attribute-option-radio:checked + label:hover::before {
  color: #003fb5;
}

.featured-products {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.featured-products > div {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background: rgba(0, 0, 0, 0.025);
  padding: 1.6em;
}
.featured-products > div > h3 {
  margin-bottom: 0;
}
.featured-products > div > div:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-bottom: 0.5em;
}
.featured-products > div > div:nth-of-type(1) > span:nth-of-type(1) {
  width: 180px;
  min-height: 180px;
  flex-shrink: 0;
}
.featured-products > div > div:nth-of-type(1) > span:nth-of-type(1) img {
  object-fit: contain;
  object-position: center center;
}
.featured-products > div > div:nth-of-type(1) > span:nth-of-type(2) {
  flex-grow: 1;
}
.featured-products > div > div:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.featured-products > div > div:nth-of-type(2) > span {
  flex-grow: 1;
  text-align: right;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.featured-products > div > div:nth-of-type(2) > span > span {
  line-height: 1;
  padding-top: 0.5em;
}
.featured-products > div > div:nth-of-type(2) > span > em {
  font-size: 0.8em;
}

/* My account - Country Select Dropdown */
.select2.select2-container .selection {
  display: block;
  background-color: #f2f2f2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  line-height: 1.6179999999em;
  height: 2.8540939431em;
}
.select2.select2-container.select2-container--focus .selection, .select2.select2-container.select2-container--open .selection {
  background-color: #ededed;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125), 0 0 0 2px var(--e-global-color-secondary) !important;
}
.select2.select2-container .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: auto;
  padding: 0.6180469716em;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 22px 0 0;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 0px;
  bottom: 0px;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -10px;
  margin-top: -2px;
  border-width: 6px 5px 0 5px;
}
.select2.select2-container.select2-container--open .select2-selection__arrow b {
  border-width: 0 5px 6px 5px !important;
  margin-top: -3px !important;
}
.select2 * {
  outline: none !important;
}

.select2-container .select2-results__option {
  outline: 0;
}
.select2-container .select2-results__option--highlighted {
  background-color: #0e58ce !important;
}
.select2-container .select2-search__field {
  border: 0 !important;
}
.select2-container .select2-dropdown {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3) !important;
  overflow: hidden !important;
}

/* Cart - Switch product variation select */
.switch-variation {
  margin-top: 0.5em;
}
.switch-variation > label {
  margin-right: 1em;
}

/* Checkout - Hide hidden field wrappers */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p {
  margin-bottom: 0;
}

.vhw_profile_picture {
  background-color: transparent;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

/* My Account - Edit account - Visibility checkboxes */
.vhw-visibility-label {
  display: flex;
  gap: 0.5em;
}
.vhw-visibility-label label:nth-child(2) {
  position: relative;
  display: flex !important;
  width: 2em;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.vhw-visibility-label label:nth-child(2) input[type=checkbox] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.vhw-visibility-label label:nth-child(2) input[type=checkbox] ~ i {
  color: var(--e-global-color-secondary);
}
.vhw-visibility-label label:nth-child(2) input[type=checkbox]:hover ~ i, .vhw-visibility-label label:nth-child(2) input[type=checkbox]:focus ~ i {
  color: var(--e-global-color-primary);
}
.vhw-visibility-label label:nth-child(2) input[type=checkbox] ~ i.visible {
  display: inline;
}
.vhw-visibility-label label:nth-child(2) input[type=checkbox] ~ i.hidden {
  display: none;
}
.vhw-visibility-label label:nth-child(2) input[type=checkbox]:checked ~ i.visible {
  display: none;
}
.vhw-visibility-label label:nth-child(2) input[type=checkbox]:checked ~ i.hidden {
  display: inline;
}

.vhw-memberlist td, .vhw-memberlist th {
  padding: 0.5em 1em;
  border-color: #DDDAD9 !important;
}
.vhw-memberlist th {
  text-align: left;
  color: var(--e-global-color-primary);
}
.vhw-memberlist .col-profile_picture {
  text-align: center;
  width: calc(2em + 40px);
  padding-top: 0.65em;
  padding-bottom: 0.35em;
  color: rgba(51, 26, 15, 0.1490196078);
}
.vhw-memberlist .col-profile_picture span, .vhw-memberlist .col-profile_picture svg {
  width: 40px;
  height: 40px;
}
.vhw-memberlist .col-profile_picture span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.vhw-memberlist .col-profile_picture img {
  object-fit: contain;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
}

#familiewaaier {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  background: #eeeeee;
  width: 100%;
  height: fit-content;
  max-height: 90vh;
  overflow: clip;
}
#familiewaaier:fullscreen {
  width: 100vw;
  height: 100vh;
}
#familiewaaier .inner {
  position: relative;
  overflow: auto;
  min-width: 100%;
  min-height: 100%;
}
#familiewaaier .inner svg {
  z-index: 1;
}
#familiewaaier .controls {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 2;
  display: flex;
  gap: 1em;
}
#familiewaaier .controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  color: var(--e-global-color-0b40fbb);
  background-color: var(--e-global-color-secondary);
  line-height: 1;
  width: 2em;
  height: 2em;
  outline: none;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  font-size: 1.4em;
  transition: all 0.3s;
}
#familiewaaier .controls button:hover, #familiewaaier .controls button:focus {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-0b40fbb);
}
#familiewaaier path.person-arc {
  stroke: var(--e-global-color-b2b2f2c);
  fill: var(--e-global-color-0b40fbb);
  stroke-width: 2;
  fill-opacity: 1;
}
#familiewaaier text.person-name {
  dominant-baseline: middle;
  text-anchor: middle;
  fill: var(--e-global-color-b2b2f2c);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  font-size: 0.8rem;
}
#familiewaaier g.person.parent-on > g.person-self path.person-arc {
  fill: #d6c18c;
}
#familiewaaier g.person.self-on > g.person-self path.person-arc {
  fill: var(--e-global-color-secondary);
}
#familiewaaier g.person.self-on > g.person-self text.person-name {
  fill: var(--e-global-color-0b40fbb);
}
#familiewaaier g.person.child-on > g.person-self path.person-arc {
  fill: #d6c18c;
}

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