/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.pswp__bg { opacity: 0.85 !important; }
.faq_section li, .list_issue li { margin-bottom: 40px; }
.woocommerce-checkout .select2-container .select2-selection--single { height: auto; color: #757575; border-radius: 0; border-color: #edebeb; }
.woocommerce-checkout .select2-container .select2-selection--single:active { border-color: #aaa; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 1.5; padding: 10px 15px; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { top: 50%; margin-top: -13px; margin-right: 5px; }
body .site-footer { margin-top: 100px; }
blockquote { border-color: #fdc34f; }
#wc-mini-cart .button { line-height: 1; }
.widget_shopping_cart .woocommerce-mini-cart__buttons { justify-content: center; }
.circle_bg { position: relative; }
.circle_bg > * { position: relative; z-index: 2 }
.circle_bg:before { content: ''; background-image: url(/wp-content/uploads/2025/01/lifevac-circle.png); background-size: contain; width: 90%; height: 90%; display: block; z-index: 1; position: absolute; background-repeat: no-repeat; background-position: center bottom; margin-bottom: -100px; }
.product_group_c .wp-block-group__inner-container { padding-top: 30px; }
.gb-query-loop-wrapper { justify-content: center; }
.site-footer em { text-decoration: none; color: var(--contrast-2); font-style: normal; }
.site-footer p a { border-bottom: 1px solid; }
.site-footer p a:hover { border-bottom: none; }

.frm-fluent-form { background-color: #eaeaea; opacity: 1; padding: 20px 20px 5px; color: black; }
.frm-fluent-form .ff-el-input--label { display: flex; }
.frm-fluent-form .ff-el-form-control { border-radius: 0; }

.motech_area { font-size: 10px; margin-top: 25px; display: flex; justify-content: center; }

.step_one, .step_two, .step_three { position: relative; margin-bottom: 20px; }
.step_one::before { content: '1'; }
.step_two::before { content: '2'; }
.step_three::before { content: '3'; }
.step_one::before, .step_two::before, .step_three::before { position: absolute; display: block; font-size: 30px; top: 10px; left: 25px; color: var(--contrast-2); font-family: Libre Baskerville, serif; }

.gb-button { color: var(--base-3) !important; background-color: var(--accent) !important; margin-top: 10px !important; text-decoration: none; font-size: 18px; font-weight: bold; }
.gb-button:hover { color: var(--base-3) !important; background-color: var(--contrast-2) !important; }



@media (max-width:767px) {
	.home h1.gb-headline { font-size: 1.6em !important; }
	body .site-footer, .gb-container-46806981, .gb-headline-d48526d4 { text-align: center !important; }
	.gb-grid-column-46806981 { display: flex; justify-content: center; }
	ul.wc-block-product-template { margin-left: 0; }
	.gb-query-loop-wrapper { padding: 20px; }
	.newsletter_row > .gb-container { padding-top: 100px; padding-bottom: 100px; }
	.motech_area {margin-top: 10px; margin-bottom: 15px; }
	.step_one, .step_two, .step_three { margin-bottom: 20px; }
}

/* Hide WooCommerce prices while dynamic refresh runs to avoid showing cached values */
html.price-refresh-pending .price,
body.price-refresh-pending .price,
html.price-refresh-pending .summary .price,
body.price-refresh-pending .summary .price,
html.price-refresh-pending p.price,
body.price-refresh-pending p.price,
html.price-refresh-pending span.price,
body.price-refresh-pending span.price,
html.price-refresh-pending .woocommerce-Price-amount,
body.price-refresh-pending .woocommerce-Price-amount,
html.price-refresh-pending .woocommerce-variation-price .price,
body.price-refresh-pending .woocommerce-variation-price .price {
  visibility: hidden;
}
/* Optional: preserve space to reduce layout shift */
html.price-refresh-pending .price,
body.price-refresh-pending .price { min-height: 1.2em; }