/* body {
    background: #211f1d !important;
}

body::before {
    height: auto !important;
    background-image: linear-gradient(330deg, #211f1d 60%, rgba(255, 208, 98, 0.16) 100%) !important;
}
 */
html, body {
	overflow-x: hidden;
}

#masthead {
	position: fixed;
	top: 0;
	width: 100%;
}

body {
    background: #000000 !important;
	padding-top: 64px;
}

body::before {
    height: auto !important;
    background-image: unset !important;
}

.ca-page {
    position: relative;
    /* padding: 120px 0; */
}

/*.ca-container {
    max-width: 1200px;
    margin: 0 auto !important;
}*/

#colophon > div > section {
    padding-left: 15px;
    padding-right: 15px;
}

.goto-home {
	cursor: pointer;
}

/* ---------- */
/* button CTA */
/* ---------- */

.new-join-btn {
	background: none !important;
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	background: none;
	cursor: pointer;
	margin: 0 !important;
	padding: 0 !important;
}

.new-join-btn.coupon-enabled {
	width: 100%;
	height: 50px;
}

.new-join-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
	width: calc(100% - 30px);
	color: white;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.button-background {
	display: block;
	width: 100%;
	height: 50px !important;
}
.fields-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
}
.field-outer {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	height: 63px;
	background: #333333;
	border: 1px solid #BE48FB;
	border-radius: 8px;
	width: 100%;
	flex-wrap: wrap;
	max-width: 360px;
	padding-left: 16px;
	padding-right: 16px;
}
.field-outer.hidden {
	display: none;
}
#memberpay_oneclick_checkout_coupon {
	background: none !important;
	border: none !important;
	font-family: "Mulish", Sans-serif;
	color: white;
	font-weight: 500;
	font-size: 18px;
	width: 80%;
	line-height: 150%;
	flex: 1;
}
#memberpay_oneclick_checkout_coupon:placeholder {
	font-family: "Mulish", Sans-serif;
	color: rgba(255, 255, 255, 0.21);
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
}
#memberpay_oneclick_checkout_coupon:focus {
	outline: none;
}

@media screen and (max-width: 420px) {
	.new-join-btn {
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.new-join-btn span {
		font-family: "Mulish", Sans-serif;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -75%);
		color: white;
		font-weight: 700;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}
	.fields-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

.notebar-setup-password {
	position: fixed;
	top: 61.55px;
	left: 0;
	width: 100%;
	background: #FF6969;
	text-align: center;
	padding: 0 3px 3px 3px;
	z-index: 9;
}

.notebar-setup-password a {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	text-decoration-line: underline;
	color: #FFFFFF !important;
	padding: 0;
	margin: 0;
	height: 0;
	display: inline-block;
}

@media only screen and (max-width: 376px) {
	.notebar-setup-password a {
		font-size: 14px;
		line-height: 18px;
	}
}

.elementor-shortcode > p,
.mepr_password_reset_requested p {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: rgba(255, 255, 255, 0.88);
}

#page {
	min-height: calc(100vh - 168px) !important;
}

/* Hide Registration */
.mepr-signup-form .mepr_price,
.mepr-signup-form .mepr-transaction-invoice-wrapper,
.mepr-signup-form .mepr-payment-method {
	display: none;
}

/* Home V2 */
.wpac_introduction_v2 .title_v2 {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 63px;
	text-transform: capitalize;
	color: #FFFFFF;
	max-width: 471px;
	margin-right: 67px;
}

.wpac_introduction_v2 .divider_v2 {
	border: 1px solid rgba(255, 255, 255, 0.14);
	height: 198px;
	margin-right: 48px;
}

.wpac_introduction_v2 .list_v2 li {
	font-family: 'Mulish' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 125%;
	color: #ffffff;
	margin-bottom: 24px;
	margin-left: 35px;
}

.wpac_introduction_v2 .list_v2 li:last-child {
	margin-bottom: 0;
}

.wpac_introduction_v2 .list_v2 li > span {
	position: absolute;
	margin-left: -35px;
}

@media only screen and (max-width: 882px) {
	.wpac_introduction_v2 {
		display: block !important;
	}
	
	.wpac_introduction_v2 .title_v2 {
		text-align: center;
		width: 100%;
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 28px;
		margin-right: 0;
	}
	
	.wpac_introduction_v2 .divider_v2 {
		display: none;
	}
	
	.wpac_introduction_v2 .list_v2 li {
		font-size: 16px;
		margin-bottom: 23px; 
	}
}

.wpac_benefit_wrap {
	max-width: 980px;
	margin: 0 auto;
}

#quoteSlider .splide__pagination__page {
	transform: scale(0.45);
	background: rgba(255, 255, 255, 0.25);
}

#quoteSlider .splide__pagination__page.is-active {
	background: #04D9FB;
}

#quoteSlider .splide__pagination {
	bottom: -56px;
}

#quoteSlider .splide__pagination li {
	margin: 0 -4px;
}

#quoteSlider .splide__slide {
	opacity: 0.625;
}

#quoteSlider .splide__slide img {
	margin: 0 auto;
}

#quoteSlider .splide__slide.is-active {
	opacity: 1;
}

@media only screen and (max-width: 1201px) {
	#quoteSlider .splide__slide img {
		max-width: 838px;
	}
}

@media only screen and (max-width: 1025px) {
	#quoteSlider .splide__slide img {
		max-width: 738px;
	}
}

@media only screen and (max-width: 881px) {
	#quoteSlider .splide__slide img {
		max-width: 638px;
	}
}

@media only screen and (max-width: 768px) {
	#quoteSlider .splide__slide img {
		max-width: 348px;
	}
}

.wpac_cta_v2 .title_v2 {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 63px;
	text-transform: capitalize;
	color: #FFFFFF;
	max-width: 393px;
	margin-right: 64px;
	margin-bottom: 11px;
}

.wpac_cta_v2 .subtitle_v2 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 170%;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 25px;
}

.wpac_cta_v2 .horizontal_divider_v2 {
	border: 1px solid rgba(255, 255, 255, 0.13);
	width: 281px;
	margin-top: 15px;
	display: none;
}

.wpac_cta_v2 .logo_v2 {
	max-width: 111.72px;
}

.wpac_cta_v2 .divider_v2 {
	border: 1px solid rgba(255, 255, 255, 0.14);
	height: 318px;
/* 	margin-right: 42px; */
}

@media only screen and (max-width: 1025px) {
	.wpac_cta_v2 .title_v2 {
		font-size: 33px;
		margin-right: 44px;
		max-width: 350px;
		line-height: 43px;
	}
}

@media only screen and (max-width: 881px) {
	.wpac_cta_v2 .divider_v2 {
		display: none;
	}
	
	.wpac_cta_v2 .horizontal_divider_v2 {
		display: block;
	}
	
	.wpac_cta_v2 .title_v2 {
		font-size: 26px;
		line-height: 37px;
		max-width: 233px;
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.wpac_cta_v2 .subtitle_v2 {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.wpac_cta_v2 .logo_v2 {
		display: none;
	}
}

.wpac_line_through {
	text-decoration-line: line-through;
	text-decoration-color: #FF6969;
}

@media only screen and (max-width: 1024px) {
	#headerv2 .elementor-column {
		width: auto;
	}
	
	#headerv2 .elementor-column:nth-child(3) {
		width: calc(100vw - 131.7px);
	}
}

#toggleSideMenu2 {
	cursor: pointer;
}

.wpac_content_center .memberpay_oneclick_checkout_form .fields-container,
.memberpay_oneclick_upgrade_form .fields-container {
	justify-content: center !important;
}

.wpac_wrap_v3 {
	max-width: 980px;
	margin: 0 auto;
}

.min_h_1112 {
	min-height: 1240px !important;
}

@media only screen and (max-width: 391px) {
	.min_h_1112 {
		min-height: 1164px !important;
	}
}

@media only screen and (max-width: 376px) {
	.min_h_1112 {
		min-height: 1115px !important;
	}
}

.desktop-only {
	display: block;
}

.mobile-tablet-only {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.mobile-tablet-only {
		display: block;
	}
	
	.desktop-only {
		display: none;
	}
}