/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

:root {
	--iump-primary-text-color: #666;
}

.pum-content img {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	max-width: 100%;
	height: auto;
}

.pum-overlay .pum-content + .pum-close {
	border-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-bottom: 5px;
	z-index: 0;
}

.pum-overlay .pum-content .ich_level_wrap {
	margin: 1.5em;
}

.pum-overlay .pum-content .ihc-level-item {
	display: none;
	width: 100%;
}

.mx-page-pledge-complete .entry-title,
.page-id-856043 .entry-title {
	display: none;
}

/* Only show the Grassroots and Sustaining Member options */
.pum-overlay .mx-pum-become-a-member .mx-level-member_grassroots,
.pum-overlay .mx-pum-become-a-member .mx-level-member_sustaining {
	display: block;
}

.pum-overlay .mx-pum-home-delivery .mx-level-member_home_delivery,
.pum-overlay .mx-pum-home-delivery .mx-level-member_home_delivery_annual {
	display: block;
}

.mx-level-data {
	display: none;
}

.mx-page-join-as-a-member .mx-level-member_home_delivery,
.mx-page-join-as-a-member .mx-level-member_home_delivery_annual,
.mx-page-home-delivery .ihc-level-item {
	display: none;
}
.mx-page-home-delivery .mx-level-member_home_delivery,
.mx-page-home-delivery .mx-level-member_home_delivery_annual {
	display: block;
}


/*= Checkout -----------------------------------------------------------------*/

.ihc-register-3 {
	border-color: var(--link-color, #652C90);
}
.ihc-tos-wrap a {
	color: var(--link-color, #652C90);
}
.ihc-tos-wrap a:active,
.ihc-tos-wrap a:focus,
.ihc-tos-wrap a:hover {
	color: #4a2069
}
#mx-content .ihc-register-3 .ihc-checkout-page-apply,
#mx-content .ihc-register-3 .ihc-checkout-page-apply-right button[type="submit"],
#mx-content .ihc-register-3 .iump-submit-form input {
	background-color: var(--link-color, #652C90)!important;
	/* Making the "Register" button as prominent as the coupon "Apply" button */
	font-size: 14px !important;
	font-weight: 700;
}

#mx-content .iump-form-checkbox-wrapper {
	padding-left: 10px;
}
#mx-content .iump-form-sublabel {
	font-weight: normal;
	padding-left: 33px;
}
.iump-form-line-register .iump-form-checkbox {
	cursor: pointer;
}

.iump-form-tshirt:after {
	content: "";
	display: block;
	background: url("https://mountainx.com/wp-content/uploads/2024/10/30th-Anniversary-t-shirt-final.jpg") center center no-repeat;
	background-size: contain;
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px; */
	width: 150px;
	height: 100px;
}
.iump-form-tshirt_size:not(.active) {
	display: none;
}

@media (min-width: 768px) {
	.iump-form-tshirt {
		min-height: 100px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.iump-form-tshirt > label {
		display: none!important;
	}
}


/*= My Account ---------------------------------------------------------------*/

.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc {
	color: #652C90;
}

.ihc-account-subscr-list thead td,
.ihc-account-subscr-list thead th,
.ihc-account-tranz-list tfoot th,
.ihc-account-tranz-list thead th {
	background-color: #d6cdde;
	border-color: #d6cdde!important;
	color: #333;
}
.ihc-account-subscr-list,
.ihc-account-tranz-list {
	border-color: #d6cdde!important;
}

.mx-legacy-memberships {
	padding-bottom: 50px;
}
.mx-legacy-memberships table {
	width: 100%;
}

.mx-legacy-membership-modal {
	display: none;
}
.mx-legacy-membership-modal.active {
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.mx-modal-content {
	background: #fff;
	max-width: 480px;
	margin: 20px;
	padding: 30px 50px 50px;
}
.mx-modal-content button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 4px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mx-modal-content button.cancel {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #dae0e5;
}
.mx-modal-content button.cancel:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.mx-modal-actions {
	padding-top: 30px;
	text-align: right;
}
.mx-modal-actions button.danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.mx-modal-actions button.danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.mx-modal-processing {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: 0;
}
.mx-modal-processing.active {
	opacity: 1;
}
.mx-modal-processing img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
}