/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*Header Styling*/
.elementor .tt-site-header .tt-header-nav-col {
	width: auto;
	flex-grow: 1;
}
.elementor .tt-site-header .tt-header-right-col {
	width: auto;
}
.elementor .elementor-element.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .tt-menu-login a {
	background: transparent;
	color: var(--e-global-color-50a8c6e);
	border: 2px solid var(--e-global-color-50a8c6e);
	padding: 12px 20px;
	margin-left: 20px;
}
.elementor .elementor-element.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .tt-menu-login a:hover,
.elementor .elementor-element.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .tt-menu-login a:focus {
	background: var(--e-global-color-50a8c6e);
	color: #fff;
}
.elementor .elementor-element.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .tt-menu-login a::after {
	display: none;
}
.elementor .tt-dark-header .elementor-element.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .tt-menu-login a {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.elementor .tt-dark-header .elementor-element.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .tt-menu-login a:hover,
.elementor .tt-dark-header .elementor-element.elementor-widget .elementor-nav-menu--main .elementor-nav-menu .tt-menu-login a:focus {
	background-color: #fff;
	color: var(--e-global-color-50a8c6e);
}
.elementor .tt-header-login {
	margin-bottom: 0;
}
.tt-header-right-col .elementor-widget-wrap {
	flex-wrap: nowrap;
}
.tt-header-right-col .tt-header-get-started a {
	width: max-content;
}
body .elementor-nav-menu {
	width: 100%;
}
body .tt-menu-login {
	margin-left: auto;
}
body .elementor-nav-menu > li:first-child {
	margin-left: auto;
}


/*My Account Page*/
body:not(.elementor-editor-active).logged-in .tt-logged-out {
	display: none;
}
body:not(.elementor-editor-active):not(.logged-in) .tt-logged-in {
	display: none;
}


/*Login Page*/
.tt-login-form .elementor-login__logged-in-message {
	display: flex;
	justify-content: center;
	font-size: 20px;
}
.tt-login-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.tt-login-form .elementor-login .elementor-button[type="submit"] {
	border-radius: 0;
	background-color: var(--e-global-color-50a8c6e);
	border: 2px solid var(--e-global-color-50a8c6e);
	font-weight: 700;
}
.tt-login-form .elementor-login .elementor-button[type="submit"]:hover, .tt-login-form .elementor-login .elementor-button[type="submit"]:focus {
	background-color: transparent;
	color: var(--e-global-color-50a8c6e);
}

/*Final Quiz Styling*/
.tt-final-quiz-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 50px 20px;
	flex-direction: column;
}
.tt-final-quiz {
	max-width: 1200px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	padding: 40px;
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.tt-final-quiz {
		min-width: 700px;
	}
}
.tt-final-quiz h1 {
	color: #000B5E;
	font-weight: 900;
	margin-bottom: 40px;
}
.tt-quiz-register input[type="submit"],
.tt-login-form input[type="submit"] {
	background-color: #000B5E;
	border-radius: 0px;
	border: 2px solid #000B5E;
	font-weight: 500;
	transition: .25s ease;
}
.tt-quiz-register input[type="submit"]:hover,
.tt-quiz-register input[type="submit"]:focus,
.tt-login-form input[type="submit"]:hover,
.tt-login-form input[type="submit"]:focus{
	background-color: transparent;
	color: #000B5E;
}

.tt-final-quiz .tt-quiz-login-message {
	font-size: 20px;
	font-weight: 400;
	display: block;
	line-height: 1em;
	color: #000B5E;
	background: #FFF;
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 40px 20px 65px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: 2px solid #000B5E;
	position: relative;
}

.tt-notification-icon {
	font-style: unset;
}
.tt-notification-icon::before {
	content: '!';
	font-weight: 900;
	border: 3px solid;
	width: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-size: 26px;
}
.tt-quiz-login-message a {
	text-decoration: underline;
	font-weight: 700;
}

.tt-final-quiz-header {
	width: 120px;
	margin-bottom: 30px;
}

.tt-quiz-register .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.tt-login-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-size: 20px;
	padding: 10px 15px;
	border: 2px solid #7A7A7A;
	background: transparent;
	border-radius: 0;
	color: #000B5E;
}
.tt-quiz-register .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus ,
.tt-login-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
	border-color: #61CE70;
}

.tt-final-quiz .wpProQuiz_content input[type="button"] {
	border-radius: 0;
	border: 2px solid #000B5E;
	background-color: #000B5E;
	transition: .25s ease;
	color: #fff;
	font-weight: 500;
}

.tt-final-quiz .wpProQuiz_content input[type="button"]:hover, .tt-final-quiz .wpProQuiz_content input[type="button"]:focus {
	background-color: transparent;
	color: #000B5E;
}
.tt-final-quiz .wpProQuiz_content {
	margin-bottom: 30px;
}

/*Login Form*/
.tt-login-form .gform_wrapper.gravity-theme input[type="text"], .tt-login-form .gform_wrapper.gravity-theme input[type="password"] {
	width: 100%;
}

/*SCORM Module Styling*/
.tt-scorm-module {
	margin-bottom: 20px;
}

.tt-scorm-module a .uo-tclr-open-content-button {
	padding: 14px 28px;
	line-height: 1em;
	border: 2px solid var(--e-global-color-50a8c6e);
	border-radius: 50px;
	background-color: var(--e-global-color-50a8c6e);
	color: #fff;
	transition: .25s ease;
	font-weight: 700;
}

.tt-scorm-module a:hover .uo-tclr-open-content-button, .tt-scorm-module a:focus .uo-tclr-open-content-button {
	background-color: transparent;
	color: var(--e-global-color-50a8c6e);
}

/*Lesson materials*/
#ld-tab-materials-28741 a {
    text-decoration: underline;
	background-color: lightgrey;
    padding: 5px 20px;
}
