/*
 Theme Name: Hello Elementor Child
 Author: Elementor
 Author URI: hhttps://elementor.com/
 Description: This is a theme created by Elementor, this is for custom code purporse.
 Version: 1.0
 Template: hello-elementor
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: WordPress, Elementor, Child
*/

/*
 * 
 */

.day-display b,.time-display b,.title-schedule-display
{
	color: #D84839DB;
}

/*Nav menu*/

.elementor-nav-menu > li.menu-item 
{
    margin-top: 10px !important;
}

@media (max-width: 1025px)
{
	.elementor-nav-menu > li.menu-item
	{
		margin-top: 0 !important;
	}
}

.buttton-course button
{
	border: none;
	background-color: var(--e-global-color-text);
	color: #fff;
}

.buttton-course button:hover
{
	transform: scale(0.9);
}

/*
 * Toggle Price
 */

.price-toggle .center
{
	position: absolute;
	display: flex;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.price-toggle .center span
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 600;
	padding: 0 1em;
}
.price-toggle input[type="checkbox"]
{
	position: relative;
	width: 80px;
	height: 40px;
	appearance: none;
	-webkit-appearance: none;
	background: #c6c6c6;
	outline: none;
	border-radius: 20px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	cursor: pointer;
	transition: .5s;
}
.price-toggle input:checked[type="checkbox"]
{
	background: #03a9f4;
}
.price-toggle input[type="checkbox"]::before
{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	top: 0;
	left: 0;
	background: #fff;
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	transition: .5s;
}
.price-toggle input:checked[type="checkbox"]::before
{
	left: 40px;
}

/********/
a
{
	color: var(--e-global-color-secondary);
}
/*
 *Hide membership account profile
 */
div#pmpro_account-profile 
{
    display: none;
}

/*
 *Custom css to the membership account
 */

#pmpro_account .pmpro_box, .pmpro_billing_wrap, #pmpro_cancel, #pmpro_form, .pmpro_invoice_wrap, #pmpro_levels_form,.pmpro_confirmation_wrap
{
	border: none;
	background-color: #fff; 
	padding: 2.5em 2em;
	border-radius: 5px;
	margin-bottom: 2em;
	box-shadow: 0 0.5rem 0.5rem rgb(13 21 29 / 5%);
}

.pmpro_invoice_wrap
{
	padding-bottom: 3em;
}

#pmpro_form hr
{
	height: 3px;
	background-color: #e8e8e8;
	width: 20%;
	margin: 0 auto;
	border: none;
}

#pmpro_form #pmpro_account_loggedin a:hover
{
	text-decoration: underline;
}

.pmpro_confirmation_wrap
{
	font-size: 1rem;	
}

.pmpro_confirmation_wrap p:first-child
{
	font-weight: bold;
	font-size: 1.2rem;
}

.pmpro_confirmation_wrap hr
{
	border: none;
}

.pmpro_confirmation_wrap .pmpro_invoice_details 
{
    margin-top: 2em;
}
.pmpro_confirmation_wrap ul
{
	list-style: none;
}
.pmpro_confirmation_wrap ul li
{
	padding: 0.5em 0;
}
.pmpro_confirmation_wrap ul,.pmpro_confirmation_wrap .pmpro_invoice_details p
{
	margin-top: 0.5em;
	padding: 1.5em;
	background: #F6F9FF;
}

#pmpro_account .pmpro_box h3, .pmpro_confirmation_wrap h3
{
	font-size: 1.5rem;
	margin-bottom: .5em;
	font-weight: 600;
	color: var(--e-global-color-03f1000);
}
.pmpro_table td, .pmpro_table th
{
	border: none;
}

.pmpro_table th, .pmpro_table td
{
	font-size: 1rem;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th
{
	background: #F6F9FF;
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th
{
	border: none;
}

/**
 *Hide the icon header in the home page
 */

.home #logo-img-home-header
{
	display: none;
}

/**
 *Course price Blius CSS
 */

.blius-course-price-blue,.blius-course-price-red,.blius-course-price-violet
{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blius-course-price-blue .header
{
	border-left: 5px solid var(--e-global-color-primary);
}
.blius-course-price-blue .li-icon
{
	color: var(--e-global-color-primary) !important;
}
.blius-course-price-red .header
{
	border-left: 5px solid var(--e-global-color-text);
}

.blius-course-price-red .li-icon
{
	color: var(--e-global-color-text) !important;
}

.blius-course-price-violet .header
{
	border-left: 5px solid var(--e-global-color-secondary);
}

.blius-course-price-violet .li-icon
{
	color: var(--e-global-color-secondary) !important;
}

/**
 *Checkout Custom
 */
#pmpro_pricing_fields .pmpro_checkout-fields
{
	background-color: #F6F9FF;
	padding: 2em 1em;
	border-radius: 5px;
	margin-bottom: 1em;
	
}

.pmpro_checkout-fields label 
{
    margin-bottom: 1em !important;
}

.pmpro_checkout-fields select
{
	border: none;
	background-color: #F6F9FF;
	border-bottom: 2px solid #354B93;
}

/*
 * Change the text about More Information
 */
#pmpro_checkout_box-checkout_boxes .pmpro_checkout-h3-name
{
	font-size: 0;
}

#pmpro_checkout_box-checkout_boxes .pmpro_checkout-h3-name:after
{
	font-size: 1.75rem;
	content: "Pick your schedule";
}

/*
 *Custom Test CSS
 */

.custom-test-display input.wpProQuiz_button
{
	font-size: 1.25rem !important;
	padding: 0.5em 2em !important;
	border-radius: 5px !important;
	margin: 0 auto !important;
}


.custom-test-display div.quiz_continue_link
{
	display: none !important;
}
