/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#gform_wrapper_1{
    padding: 20px;
    background: #1c1e29;
    border-radius: 10px;
    color: #7a7a7a;
}

#gform_fields_1{
    display: flex;
    flex-wrap: wrap;
}
#gform_fields_1 *{
    padding:0;
    margin:0;
}

#gform_fields_1 .gfield{
    flex: 0 50%;
    padding-right: 0;
}
#gform_fields_1 .ginput_container{
    padding:5px;
}

#gform_fields_1 .gfield input{
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    padding: 7px 10px;

    margin: 0;
}

#gform_submit_button_1{
    width: 100%;
    background-color: #FFD100;
    color: #333333;
}

#gform_fields_1 .gfield_radio li{
    display: inline-block;
    margin-right: 15px!important;
    margin-bottom: 0;
}
.gform_wrapper #gform_fields_1  .gfield_radio li label{
    max-width: none;
}
#gform_wrapper_1.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
#gform_wrapper_1 .gform_heading{
    display: none;
}
.gform_wrapper #gform_fields_1 .gfield_radio li label {
    margin-left: 10px;
}

@media (max-width:480px){
    #gform_wrapper_1 #field_1_3{
        flex:1 100%;
    }
    #gform_fields_1 .gfield_radio li {
        width: 100%;
    }
    

}

@media (max-width: 768px){
	.ld-topic-status, .ld-lesson-topic-list, .entry-title, .ld-lesson-status, .ld-tabs-content, .learndash-wrapper .ld-content-actions{
		
		margin: 0 20px 0 20px;
	}
	
}

.learndash-wrapper .ld-profile-summary .ld-profile-card{
	
	display: none;
}

#ult-login-form #ult-login-submit, .ult-form__submit-btn{
	
	    background: #ffd100 !important;
}

a.ld-forgot-password-link{
		
		display:none !important;
}