/*
Theme Name: Mental Training School
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1748537112
Updated: 2025-05-29 11:45:12

*/

body.page-id-524 {
	max-width: calc(100% - 90px);
    margin-left: auto;
}

body.page-id-771, 
body.page-id-769 {
	display: grid;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;
}

.mantine-Grid-col {
	padding: 8px;
}

.ir-lg .tab-content, .ir-md .tab-content, .ir-sm .tab-content, .ir-xs .tab-content {
	padding-inline: 30px;
}

.site-main.post-782 {
	margin-block: 3rem;
}

.ld-registration__wrapper .ld-registration__form {
	margin-block: 2rem;	
	padding-bottom: 0;
}

form#learndash_registerform,
form#loginform,
form.ld-form.ld-registration__forgot-password-form {
	background: #F9FAFB;
	padding: 3rem;
	border-radius: 24px;
}

.ld-registration__form form label {
    font-weight: 600;
}

input#wp-submit-register, 
button.ld-button,
input#wp-submit,
input.button.button-primary.button-large.wp-element-button {
	background: #1E2223;
	color: #fff;
	padding: 12px 24px;
	border-radius: 50px;
	transition: .3s all ease-in-out;
}

input#wp-submit-register,
input#wp-submit,
input.button.button-primary.button-large.wp-element-button {
	margin-inline: auto;
    display: block;
}

input#wp-submit-register:hover, 
button.ld-button:hover,
input#wp-submit:hover,
input.button.button-primary.button-large.wp-element-button:hover {
	background: #FBC62C;
	color: #1E2223;
}

a.ld-registration__login-link,
a.ld-registration__register-link,
p.ld-registration__forgot-password a,
.ld-registration__p a {
	color: #1E2223;
}

@media (max-width: 767px) {
	body.page-id-524 {
		max-width: 100%;
    	margin-left: 0;
	}
	
	.learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button {
		max-width: 160px;
	}
	
	form#learndash_registerform,
	form#loginform,
	form.ld-form.ld-registration__forgot-password-form {
		padding: 1.5rem;
	}
	
	main.post-771,
	main.post-769 {
		padding-inline: 0 !important;
		max-width: 90%;
	}
	
	input#wp-submit-register,
	input#wp-submit,
	input.button.button-primary.button-large.wp-element-button {
		width: 100%;
	}
}