/**

Theme Name: Astra Child Theme

Author: Lou Pinton

Author URI: https://www.facebook.com/apit.pinton

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-theme

Template: astra

*/


input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border-radius: 10px;
}

div.user-registration-form input, div.user-registration-form select, div.user-registration-form textarea{
	 background-color: transparent  !important;
    color: #fff;
}
div.user-registration-form input:focus, div.user-registration-form select:focus, div.user-registration-form textarea:focus{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
div.wpforms-container .wpforms-field input.wpforms-error{
  border:1px solid #fff;
}
div.user-registration-form input::placeholder{
  color:#DFDFDF;
}
div.user-registration-form .register-btn{
	color: #fff;
  background-color: transparent;
  width: 100%;
  border-width: 1px;
  font-weight: bold;
  border-color: #fff;
  font-weight: normal;
}
div.user-registration-form .register-btn:hover{
	background-color: #fff;
	color: #000;
	transition: .38s all;
  font-weight: bold;
}
.register-description{
	margin-bottom: 0px!important;
}
div.user-registration-form{
	padding-bottom:20px;F
}
.ast-theme-transparent-header .main-header-menu .sub-menu .menu-link{
	color: #2f3f50;
}
.ast-theme-transparent-header .main-header-menu .sub-menu .menu-link:hover{
	color: #0984E3;
}

.user-registration-form label.wpforms-error, .login-wpform label.wpforms-error{
	color: #fff;
}

.wpforms-container .wpforms-field input.wpforms-error{
	border: 1px solid #000766;
}
#wppb-loginform input[type=text], #wppb-loginform input[type=password], #wppb-recover-password-container input[type="text"], #wppb-recover-password input[type=password]{
	color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 10px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.login-wpform form button{
    background-color: transparent;
    border-width: 1px;
    border-color: #fff;
    transition: all .2s linear;
    font-weight: normal;
}
.login-wpform form button:hover{
    background-color: #fff;
    color: #000;
    font-weight: bold;
}
.login-wpform form input {
    background-color: transparent;
    border-color: #fff;
    background: transparent;
    font-weight: normal;
    color: #fff;
}
.login-wpform form input::placeholder {
  color:#DFDFDF;
}
.login-wpform form input:focus{
    background-color: transparent;
    color: #fff;
}
#pass-strength-result{
	display: none!important;
}
.login-left{
  box-shadow: 5px 0 5px -7px #000;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
      background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.forgotpassword-btn a{
	color: #fff;
	text-decoration: none;
}
.forgotpassword-btn a:hover{
	color: #fff;
	text-decoration: underline;
}

.registration-form-login-page .wpforms-confirmation-scroll h1, .registration-form-login-page .wpforms-confirmation-scroll h3, .registration-form-login-page .wpforms-confirmation-scroll p{
	color: #fff; 
}
.ld-item-list.ld-lesson-list{
	display:none;
}
.ld-lesson-topic-list{
	display:none;
}

.ld-item-list.ld-course-list{
	display: none;
}
.ast-single-post .entry-title, .page-title{
	height: 50px;
}
.learndash.learndash_post_sfwd-lessons.user_has_access h3.entry-title {
    font-size: 15px;
	font-weight: bold;
}
.ld-focus-content{
	max-width: 1200px!important;
}
