/*
 Theme Name:     SA Ez Child
 Description:    SA Ez Child Theme
 Template:       Divi
 Version:        1.0.3
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */
/* ======================= Globals =======================*/
 :root {
	 --primary-color: #00aeef;
	 --secondary-color: #000;
	 --tertiary-color: #fff;
	 --font-family-primary:'Bebas Neue', sans-serif;
	 --loading-spinner-image-path:  url(/wp-content/uploads/2025/11/dynamic-fitness-spinner.png);
	 --main-pricing-font-size: 64px;
	 --heart-icon: url(/wp-content/uploads/2025/10/heart-icon.png);
	 --star-icon: url(/wp-content/uploads/2025/10/star-icon.png);
}
/* ======================= Hidden elements =======================*/

div .loading_box .loading_icon {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	border: none;
	content: url(/wp-content/uploads/2025/11/dynamic-fitness-spinner.png);
	animation: spin 2.5s linear infinite;
	width: 100px;
	height: 100px;
	z-index: 999 !important;
}



#regForm.sweti_join_now {
	.plan_names {
		width: 330px !important;
		height: 400px !important;
		flex: unset;
		max-width: 350px;
		&:has([sweti_planname~="VIP"]){
			order:2;
		}
		&:has([sweti_planname~="Studio"]){
			order:1;
		}
		&:has([sweti_planname~="Basic"]){
			order:3;
		}
	}
	
	
	
	.plan-items,
	.plan-feature {
		width: 100%;
		height: 100%;
		max-width: 300px !important;
		max-height: 400px !important;
		min-width: 300px !important;
		min-height: 400px !important;
	}
	
	.plan-feature {
		position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
		left: 0;
		right: 0;
        margin: auto;
		
		> *,
		> * > *{
			z-index: 2;
		}
		
		&::before {
			content: "";
			background-size: cover !important;
			background-position: center !important;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			z-index: 0;
		}
		
		&::after {
			content: "";
			opacity: .5;
			position: absolute;
			width: 100%;
			max-width: 100%;
			height: 100%;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1;
		}

		&:has([sweti_planname*="Basic"])::before {
			background-image: URL(/wp-content/uploads/2026/05/Studio-Classes.jpg)
			
		}
		
		&:has([sweti_planname*="VIP"])::before {
			background-image: URL(/wp-content/uploads/2026/05/Studio-Classes.jpg)
		}
		
		&:has([sweti_planname*="Studio"])::before {
			background-image: URL(/wp-content/uploads/2026/05/Studio-Classes.jpg)
		}
		
 		&:has([sweti_planname*="Basic"])::after {
			background-color: #1e223c;
			opacity: .9;
		}
		
		&:has([sweti_planname*="VIP"])::after {
			background-color: #fdcc09;
			opacity: .9;
		}
		
		&:has([sweti_planname*="Studio"])::after {
			background-color: #00aeef;
			opacity: .9;
		}
	}
	
	.plan-items {
		border-radius: 20px;
		border: 2px solid #c2c2c2;
		overflow: hidden;

		> .select_button  {
			opacity: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: 3;
		}
		
/* 		&::after {
			content: "";
			background: #00aeefb3;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100%;
		} */
		
	}
}

#regForm .plan-title {
	> h3 {
		font-family:'Poppins', sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 1.25rem;
		text-transform: uppercase;
		font-style: italic;
		letter-spacing: 2px;
	}
}

[sweti_planname*="Studio"] > h3 {
    color: #fdcc09 !important;
}

[sweti_planname*="VIP"] > h3 {
    color: #1e223c !important;
}


[abcname="Enrollment Fee"] [abcname="total"] {
	position: absolute;
	top: 190px; /* 👈 adjust based on your price height */
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 3;
	text-transform: uppercase;
}

[abcname="Enrollment Fee"] [abcname="total"]::after {
		content: " Enrollment"
	}

[abcname="Enrollment Fee"] [abcname="total"] .sabasic_cent {
	display: none !important;
}

[abcname="First Bi-Weekly Invoice"] {
	> [abcname="name"],
	> [abcname="tax"],
	> [abcname="total"] {
		display: none;
	}
}

[abcname="First Bi-Weekly Invoice"] {
	> [abcname="subTotal"] {
		display: none;
	}
}

[abcname="Last Bi-Weekly Invoice"],
[abcname="Intro Lesson"],
.sweticlubfee {
	display: none;
}

 
.plan-header {
	position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    font-size: 36px;
	text-align: center;
    color: #fff;
    font-weight: 800;
	
	> .sabasic_Monthly_Rate,
	> .swetiScheduleAmount,
	> .Enrollment_Fee,
	> .swetiSchedulePreTaxAmount {
		display: none;
	}
	
	 > .sabasic_Monthly_Rate_Pretax {
        font-family: 'Bebas Neue', sans-serif;
        font-weight: 200;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: top;
        text-align: center;
		flex-wrap: wrap;
    }

    > .sabasic_Monthly_Rate_Pretax .sabasic_dollarsign {
		font-family: 'Poppins', sans-serif;
        font-size: 2rem;
		font-weight: bold;
        line-height: 1;
        margin-bottom: 0px;
		padding-top: 5px;
    }

    > .sabasic_Monthly_Rate_Pretax .sabasic_dollar {
        font-size: 8rem;
        line-height: 1;
    }

    > .sabasic_Monthly_Rate_Pretax .sabasic_cent {
		position: relative;
  		display: inline-block;
        font-size: 4.25rem;
        line-height: 1;
		padding-top: 5px;
    }

    > .sabasic_Monthly_Rate_Pretax::after {
        content: "Monthly";
		position: absolute;
		left: 60%;
		top: 47%;
		margin-left: 10px; 
		white-space: nowrap;
		transform: translateY(-50%);
        font-family: 'Poppins', sans-serif;
        font-size: 0.7rem;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 0.5rem;
        color: #fff;
    }
}


/* Studio Plan */
[sweti_planname*="Studio"] ~ .plan-header .sabasic_Monthly_Rate_Pretax .sabasic_dollarsign {
    color: #fdcc09;
}

[sweti_planname*="Studio"] ~ .plan-header .sabasic_Monthly_Rate_Pretax .sabasic_dollar {
    color: #fdcc09;
}

[sweti_planname*="Studio"] ~ .plan-header .sabasic_Monthly_Rate_Pretax .sabasic_cent {
    color: #fdcc09;
}

[sweti_planname*="Studio"] ~ .plan-header .sabasic_Monthly_Rate_Pretax::after {
    color: #fdcc09;
}

/* VIP Plan */
[sweti_planname*="VIP"] ~ .plan-header .sabasic_Monthly_Rate_Pretax .sabasic_dollarsign {
    color: #1e223c;
}

[sweti_planname*="VIP"] ~ .plan-header .sabasic_Monthly_Rate_Pretax .sabasic_dollar {
    color: #1e223c;
}

[sweti_planname*="VIP"] ~ .plan-header .sabasic_Monthly_Rate_Pretax .sabasic_cent {
    color: #1e223c;
}

[sweti_planname*="VIP"] ~ .plan-header .sabasic_Monthly_Rate_Pretax::after {
    color: #1e223c;
}

.plan-header .Enrollment_Fee {
	font-size: 1.25rem !important;
	text-transform: uppercase;
}

.plan_heading .field-header .plan_heading_h3 {
	color: #1e223c;
	font-family:'Poppins', sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	margin-top: 50px;
}

.plan-title {
	position: absolute;
    top: 20px;
    left: 0;
    right: 0;
	text-align: center;
}


/* SLASHED PRICING */
.slashed {
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    color: #fff;
    text-decoration: line-through;
}

.promo-text {
    position: absolute;
    top: 186px;
    left: 0;
    right: 0;
    font-weight: 800;
    color: #fff;
}

.sabasiclogocontainer {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;

	
	&::after {
		content: "JOIN NOW";
		background: #1e223c;
		color: #fdcc09;
		padding: 15px 80px;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: fit-content;
		font-weight: 400;
        font-size: 18px;
        letter-spacing: 1px;
	}
}


[sweti_planname*="Studio"] ~ .sabasiccontainer .sabasiclogocontainer::before {
    content: "NO COMMITMENT + STUDIO CLASSES + RECOVERY AMENITIES";
    display: block;
}


[sweti_planname*="VIP"] ~ .sabasiccontainer .sabasiclogocontainer::before {
    content: "NO COMMITMENT + RECOVERY AMENITIES";
    display: block;
}

[sweti_planname*="Basic"] ~ .sabasiccontainer .sabasiclogocontainer::before {
    content: "12-MONTH COMMITMENT";
    display: block;
}

.sabasiccontainer p > img {
  display: none;
}

/*.plan-feature:has([sweti_planname*="VIP"]) .plan-title h3::before {
    content: "BEST VALUE";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
}

.plan-feature:has([sweti_planname*="VIP"]) .plan-title h3::after {
    content: var(--star-icon);
    position: absolute;
    scale: 0.8;
    top: -41px;
    left: -126px;
    right: 0;
}

.plan-feature:has([sweti_planname*="Studio"]) .plan-title h3::before {
    content: "MOST POPULAR";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
}


.plan-feature:has([sweti_planname*="Studio"]) .plan-title h3::after {
    content: var(--heart-icon);
    scale: .7;
    position: absolute;
    top: -41px;
    left: -162px;
    right: 0;
}*/

button#prevBtn2 {
	display: none !important;
}

#step3,
#step4,
#step5 {
	.plan-feature {
		display: none;
	}
}

/* Menu navigation / header items */

.join-now {
	font-family: 'Poppins', sans-serif;
	color: red !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.join-now>a {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 700;
    background: /*#D9042C;*/linear-gradient(180deg, #e02b20 0%, rgba(178, 34, 25, 1) 24%, rgba(148, 28, 21, 1) 40%, #000000 100%);
    padding: 40px 20px;
		text-transform: uppercase;
		margin: 0;
	transition: transform 0.2s ease;
}
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li.join-now > a:hover {
    transform: scale(1.10);           /* <-- enlarge on hover */
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.free-pass>a {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 700;
    background: /*#000;*/linear-gradient(180deg, #e02b20 0%, rgba(178, 34, 25, 1) 24%, rgba(148, 28, 21, 1) 40%, #000000 100%);
    padding: 40px 20px;
	  text-transform: uppercase;
		margin: 0;
	transition: transform 0.2s ease;
}
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li.free-pass > a:hover {
    transform: scale(1.10);           /* <-- enlarge on hover */
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li
 {
    margin: 0 !important;
    padding: 0 !important;
 }

.et_pb_menu .et_pb_menu__menu>nav>ul>li>a
 {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 500;
    
	 	color: #000;
	 	margin-right: 14px
 }


.et_mobile_menu li a, .nav li li a {
	font-weight: 600;
	color: #000;
	background: none;
	width: 100%;
	position: relative;
	z-index:999;
	text-transform: uppercase;
	line-height: 150%;
	
	&:hover {
		color: #D9042C;
		opacity: 1 !important;
		background: #fff !important;
		box-shadow: unset !important;
	}
}

.nav li li {
	width: 100%;
	padding: 0 !important;	
	
	&:hover {
		background: #fff !important; 
		box-shadow: unset !important;
	}
}
.nav li ul {
		width: 200px;
	}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    background-color: #fAfAfA !important;
}

.nav li:hover {
	/*background: #fff !important;*/
	box-shadow: unset !important;
}

button:has(.tile-btn) {
	background: none;
	border: 2px solid #fff;
	padding: 8px
}

.tile-btn {
	color: #fff;
	font-weight: 600;
	font-size: 16px
}

#regForm {

	/*.plan_heading_h3 {
		display: none;
	}*/
	
	.filter_buttons .active {
    	background-color: transparent;
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    	border-radius: 0px !important;
	}
}

body div .sweti_join_now .promo-code {
    display: none;
}

#regForm .annual_fee_label {
	display: none;
}

#regForm .sidebarFeeContainer {
	
	display: flex;
	justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #c7c7c7;
	
	* {
	    font-size: 16px !important;
	}
}

/* CUSTOM SA PADDING */

@media only screen and (max-width: 767px) {
    #regForm.sweti_join_now .plan_heading_h3 {
        padding-bottom: 0 !important;
    }
}

/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}
/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}
/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: red;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}
/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}
/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

#regForm .filter_buttons .active {
	box-shadow: unset !important
}

/* @media (min-width: 1000px) {
	.et_pb_section_video_bg .mejs-video {
		top: -50%;
	}
} */

@media only screen and (max-width: 767px) {
    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 18px;
        font-weight: 800;
    }
}

/* Quicklift */
@keyframes pop-animation {
	0% {
		transform: scale(1);
	}
	10% {
		transform: scale(1.1); /* Scales up to 110% of its original size */
	}
	20% {
		transform: scale(1);
	}
}
#MemberLookUp button[type=submit]{
	background-color:var(--primary-color)!important;
}
.email-modal-content button{
	background:var(--primary-color)!important;
}
.inactivity-modal-yes{
	background-color:var(--primary-color)!important;
}
.inactivity-modal-no{
	background-color:black!important;
}
#SyncGuardianMemberPlans h1 {
	display:none;
}

.plans-container{
	grid-template-columns: 1fr !important;
	max-width:1200px;
	margin:auto;
	
}
@media (min-width:1000px){
	.plans-container{
		grid-template-columns: repeat(3, 33.33%) !important;
	}
}

.plan-card{
	font-family: "Montserrat", Sans-serif;
	padding: 0 !important;
	max-width: 350px;
	margin: 12px auto !important;
	overflow: hidden;
	background-image: url(/wp-content/uploads/2025/10/dynamic-fitness-weights-stand.jpg)!important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat;
	border:0!important;
	height:400px;
	border:1px solid #c2c2c2;
	&::after {
			content: "";
			background: #000;
			opacity: .5;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			right: 0;
		}
	
	h2{
		margin-bottom:0!important;
		padding: 80px 0 20px 0;
		border-top-left-radius:9px;
        border-top-right-radius:9px;
		color: white !important;
		width: 100%;
		font-weight:800;
		font-size:28px!important;
		font-style:italic;
		position: relative;
		z-index:1;
	}
	.agreementTermContainer {
    	display:none;
	}
	
	.placeholderVerbiage{
		display:none !important;
	}
	.downPaymentTotalAmountContainer{
		display:block!important;
		order:2;
		padding:0;
		margin:0;
		z-index:1;
		background:white;

		.downPaymentTotalAmount{
			font-size: 1.8rem;
			padding: 1rem .5rem;
			line-height: 1;
			text-shadow: 1px 1px 2px #000;
			animation: pop-animation 2s ease-in-out infinite;
			color:black;
			z-index:1;
  			display: inline-block !important; /* Important for transform to work correctly */
			&:after{
				content:" Enrollment";
				}
		}
	}
	
	.scheduleTotalAmountContainer.planDetailsContainer{
		grid-template-columns: none!important;
		order:1;
		
		.scheduleTotalAmount{
			font-size: 76px;
            display: flex;
            line-height: 1;
            font-weight:800;
            color: white;
			justify-content:center;
			z-index:1;
			
		}
		.price{
			display:flex;
			align-items:flex-start;
			}
		.cents{
    		&::after{
        		font-size: 24px;
        		content: "Monthly";
        		padding: 10px 0;
    }
}
	}
	
	.clubFeeTotalAmountContainer{
		display:none !important;
	}
	
	label.plan-select-label {
        position: absolute !important;
        color: white !important;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 5% 0;
        width: 100%;
        order: 3;
        z-index: 1;
        margin-bottom: 0 !important;
        bottom: 0 !important;
		top:unset!important;
        font-size: 1rem;
        background-color: black;
	}
}
.summary-plans{ 
	.summary-plan.old-plan{
		border: 1px solid #cfcfcf;
	}
	.summary-plan.new-plan{
	border: 2px solid #dd2a20;
    background-color: #dd2a20;
	box-shadow: 0 0 20px black;
	
	*{
		color:white;
		font-weight:800;
	}
}
}
/* Guardian */
#syncguardian-member-summary{
	
	h2, h3, p{
		color:black!important;
	}
	table{
		border: 1px solid #cfcfcf!important;
		border-radius:5px;
		border-collapse: separate!important;
	}
	.schedules-table{
		padding:0;
	}
	.btn-clear, .summary-submit-button{
		background:#e74c3c!important;
	}
}
.entry-content table:not(.variations) {
	border: none !important;
}

.summary-buttons-container {
    display: flex;
    justify-content: center;
}
.summary-section .summary-description{
	color:black;
}

.information-row{
	align-items:center;
}
.information-row-title:after {
    content: ":";
}
@media (max-width:998px){
	.information-row-value{
		font-size:12px;
	}
}
.legalCheckboxLabel{
	align-items: flex-start!important;
		input[type=checkbox]{
			margin: 3px 10px 3px 0;
		}
} 
.summary-submit-button, [type="submit"]{
	text-transform:capitalize;
}
#freezeSummaryInfo {
	#freezeSummaryForm button{
		background: var(--primary-color);
	}
}
