body {
	background-color: var(--color-white);
}

.membership-columns .wp-block-column {
	background-color: var(--color-white);
	border: 1px solid var(--color-gray-light);
	padding: var(--spacing-2) var(--gutter);
}

.membership-columns .wp-block-column .wp-block-buttons {
	border-bottom: 1px solid var(--color-gray-light);
	padding-bottom: var(--spacing-2);
	margin-bottom: var(--spacing-2);
}

.product_cat-courses {
	display: flex;
	gap: var(--gutter);
	flex-wrap: wrap;
}

.woocommerce table {
	background-color: #ffffff;
}

/* Quick Woo nav styles */
.store-navigation {
	margin: 0 auto;
	max-width: var(--max-wide-width);
}

.store-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	padding: 0;
}

.store-navigation a {
	color: var(--section-color);
	text-decoration: none;
}

.store-navigation a:hover {
	text-decoration: underline;
	text-underline-offset: 1px;
	text-decoration-thickness: 1px;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}

.single-product div.product div.images .flex-control-thumbs li {
	aspect-ratio: 1/1;
	display: grid;
	place-content: center;
}

.wp-block-bfi-mailchimp button {
    align-items: center;
    margin-top: 1.5rem !important;
}

.error-404 .search-submit {
	cursor: pointer;
}

.wp-block-bfi-hero.is-page-header {
	z-index: 0;
}

.wp-block-bfi-hero.is-page-header + *,
.wp-block-bfi-hero.is-page-header + * + * {
	position: relative;
	z-index: 1;
}

.not-found {
	text-align: center;
	margin: 0 auto calc(1.25rem  * 4);
	margin: 0 auto var(--spacing-4);
	max-width: 58rem;
	max-width: var(--max-less-wide-width);
}

.not-found .search-form {
		display: flex;
		justify-content: center;
		margin-top: calc(1.25rem  * 2);
		margin-top: var(--spacing-2);
	}

.not-found input[type="search"] {
		all: reset;
		color: var(--color-black);
		border: 1px solid var(--color-gray);
		height: 100%;
		font-family: "Inter", sans-serif;
		font-family: var(--font-sans);
		font-size: 1.125rem;
		font-size: var(--font-size-default);
		font-weight: 400;
		padding: 0.5em 1em
	}

.not-found input[type="search"]::-moz-placeholder {
			font-weight: 400;
		}

.not-found input[type="search"]:-ms-input-placeholder {
			font-weight: 400;
		}

input[type="search"]::-moz-placeholder {
			font-weight: 400;
		}

input[type="search"]:-ms-input-placeholder {
			font-weight: 400;
		}

.not-found input[type="search"]::placeholder {
			font-weight: 400;
		}

.not-found input[type="search"]:focus {
			border-color: var(--color-black);
			outline: 1px solid var(--color-black);
			outline-offset: -2px;
		}

.not-found .search-submit {
		align-items: center;
		background-color: var(--color-black);
		border: none;
		color: var(--color-white);
		font-size: inherit;
		font-weight: 400;
		line-height: 1;
		margin-top: 0;
		padding: 1rem 1.5rem;
		transition: all 0.25s ease;
		transition: all var(--speed) ease;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content
	}

.not-found .search-submit:hover {
			text-decoration: underline;
			text-underline-offset: 2px;
			text-decoration-thickness: 1px;
		}

.not-found .search-submit:focus {
			outline: 2px dashed var(--color-red);
			outline-offset: 2px;
		}

.not-found .page-header {
	display: block;
}

.woocommerce .site-content button.button {
	white-space: nowrap;
}

/* @nyiriland adjusting supporters logos */

	.supporters #block-3 .has-nested-images figure {
		margin-bottom: unset !important;
	}


@media (min-width: 1131px) {
	
	.supporters .wp-block-gallery.has-nested-images figure.wp-block-image > a {
		display: flex;
		justify-content: center;
	}
	
.supporters #block-3 .has-nested-images figure {

	margin-right: 50px !important;
	width: auto !important;
	max-width: 160px !important;
}

.supporters #block-3 .has-nested-images img {
	max-height: 80px;
	max-width: 160px !important;
}

	
}

.site-navigation ul li {
	margin: 0 0 0.25rem;
}

/* iframe */
.entry-content > iframe {
	display: block;
margin-top: var(--spacing);
	margin-bottom: var(--spacing-2);
}

/* Jetpack form */
.wp-block-jetpack-contact-form,
.wp-block-jetpack-contact-form select {
	width: 100%;
}

.wp-block-jetpack-contact-form h4 {
	flex: 100%;
}

.related-posts-wrap #jp-relatedposts div.jp-relatedposts-post .jp-relatedposts-post-title {
	padding: 0 var(--spacing);
}

.contact-form label {
	text-transform: none;
}

/*Update style of link in "WP Notification Bar" banner - ES 2023-01-05*/
.mtsnb .mtsnb-container-outer a {
	text-decoration: underline;
}

/* GH638 - TR */
#wc-stripe-payment-request-button-separator,
#wcpay-payment-request-button-separator {
	display: none !important;
}

.is-style-overlap.has-media-on-the-right .wp-block-media-text__media {
	z-index: -1;
}