/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2022 | 15:03:09 */
body.logged-in h2.login-register, body.logged-in li.login-link{
    display:none;    
}
body:not(.logged-in) li.logout-link{
	display:none;
}
.login-register-frm {
    border: 1px solid #ededed;
    padding: 20px 20px;
    position: relative;
}
.ur-frontend-form{
	border-width:0px;
	padding: 0px !important;
}
body.single-lessons aside.sidebar, button.wfu_overlay_editor_button, div#wordpress_file_upload_editor_1 {
	display: none;
}
span.file_title_clean {
    display: none;
}
.post-type-archive-lessons aside.sidebar {
    display: none;
}
body.single-lessons main.main, body.post-type-archive-lessons .main {
	float: none;
	width: 100%;
}
::marker {
    color: #f39c12;
}
.upload-assignment {
    margin-top: 35px;
}
.file_div_clean input[type="button"] {
    background: #f39c12;
    border: 0px;
    height: 35px;
    color: #fff;
    min-width: 100px;
}
.file_div_clean input#fileName_1 {
    height: 35px;
}
.pagi-nav-post span a {
	color: #181818 !important;
	text-transform: uppercase;
	font-weight: 600;
}
.pagi-nav-post span h2 a {
	color: #f39c12 !important;
	font-weight: 500;
	text-transform: inherit;
}
.pagi-nav-post nav#nav-single {
	display: flex;
	justify-content: space-around;
}
.pagi-nav-post h2 {margin-top: 2px;}
.pagi-nav-post {
    max-width: 700px;
    margin: 0 auto;
	margin-top: 40px;
}
h2.lesson-title, h3.course-name, h3 {
    font-weight: 600;
}
h4.module-name {
	font-weight: 600;
	position: relative;
	padding-left:40px;
	color: #ababab;
	display: flex;
    justify-content: space-between;
	cursor: pointer;
}
span.first-post {
	display: block;
	font-weight: 400;
}
h4.module-name:before {
	content: "+";
	position: absolute;
	left: 0;
	top: 25%;
	background: #f39c12;
	color: #fff;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
h4.module-name.active:before {
    content: "-";
}
.sub-posts {
	padding-left: 40px;
	display:none;
	border-top: 1px solid #ededed;
    padding-top: 22px;
    margin-top: 26px;
}
.sub-posts.active{
	display:block;
}
.sub-posts a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.sub-posts a:before {
    content: "\2022";
    position: absolute;
    left: 0;
}
.lesson-content p, .lesson-content li {
    font-size: 16px;
}
.col-sm-4.padding-0-23.home-ad svg {
    max-width: 90px;
    height: auto;
}
img.lesson-fimage {
    width: 100%;
}
h2.login-register {
    text-transform: uppercase;
    margin: 0px;
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0px 30px;
	font-size:26px;
}
h2.login-register span{
	font-weight: 600;
}
.login-register-page div#user-registration {
    box-shadow: none;
}
.login-register-frm:nth-child(odd) {
	float: right;
	width: 45%;
}
.login-register-frm:nth-child(even) {
	float: left;
	width: 45%;
}
.login-register-page .user-registration {
    margin: 30px 0;
}
@media all and (max-width: 768px) and (min-width: 0px) {
	h2.login-register{
		font-size:22px;
	}
	.login-register-page img{
		max-width:260px;
	}
	.login-register-frm:nth-child(odd) {
		float: none;
		width: 100%;
		margin-bottom: 80px;
	}
	.login-register-frm:nth-child(even) {
		float: none;
		width: 100%;
	}
	.login-register-page p.user-registration-LostPassword.lost_password{
		bottom:20px !important;
	}
}
@media all and (max-width: 992px) and (min-width: 769px) {
	h2.login-register{
		font-size:26px;
	}
}
.ur-frontend-form input:not([type='submit']) {
    border: 1px solid #dee0e9;
    min-height: 45px !important;
    margin-bottom: 30px !important;
}
p.top-label {
    color: #ababab !important;
    font-size: 15px;
}
.login-register-page img {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 80px;
	margin-top: 40px;
}
.login-register-page input.user-registration-Button.button, .login-register-page button.btn.button.ur-submit-button {
    background: #f39c12;
    color: #fff;
    border-radius: 10px !important;
    min-width: 130px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center !important;
    float: none;
    margin: 0 auto !important;
    display: block;
    max-height: 45px;
    padding: 10px 20px !important;
}
.login-register-page p.user-registration-LostPassword.lost_password {
    position: absolute;
    bottom: -70px;
    text-align: center;
    width: 90%;
    font-weight: 600;
}