.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}

.woocommerce-product-gallery:hover {
    pointer-events: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none !important;
}
.woocommerce div.product div.images img {
    cursor: default !important;
}

.meta-category {
	display: none !important;
}

.woocommerce-product-gallery:hover img {
    pointer-events: none;
}
.woocommerce-product-gallery img {
    cursor: default !important;
}

.woocommerce-product-gallery {
    pointer-events: none !important;
}

/* Allow for wider banners for section banners without pixelating: */

.wga-guide-button .wp-block-button__link {
  background-color: #2f8f46 !important;
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}

a.wga-guide-button,
.wga-guide-button a,
.wga-guide-button .wp-block-button__link,
.wp-block-button.wga-guide-button .wp-block-button__link {
  background-color: #2f8f46 !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-block !important;
}

body.page-id-82451 .sharedaddy.sd-sharing-enabled {
    display: none !important;
}

/* Milwaukee Private Club Guide landing page form */

body.page-id-82448 .wp-block-mailpoet-form,
body.page-id-82448 .mailpoet_form,
body.page-id-82448 form.mailpoet_form {
  max-width: 600px !important;
  margin: 30px auto !important;
  padding: 25px !important;
  background: rgba(0,0,0,.03) !important;
  border-radius: 6px !important;
}

body.page-id-82448 .mailpoet_form input {
  height: 44px !important;
  font-size: 15px !important;
}

body.page-id-82448 .mailpoet_form input[type="submit"],
body.page-id-82448 .mailpoet_form button {
  width: 100% !important;
  background-color: #2f8f46 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 4px !important;
  border: none !important;
}