/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#theme-my-login input[type="text"] {
    padding: 10px !important;
	font-size: 14px;
}
#theme-my-login input[type="password"] {
    padding: 10px !important;
	font-size: 14px;
}
div#theme-my-login{
    margin: auto;
}
.et_post_meta_wrapper {
    display: none;
}
.fa-3x {
    color: #003366 !important;
    margin-right: 10px;
	vertical-align: middle;
}
.learndash .learndash_topic_dots.type-dots {
    padding-bottom: 10px;
    position: relative;
    max-width: 1080px !important;
    margin: auto;
}
#learndash_back_to_lesson {
    position: relative;
    max-width: 1080px !important;
    margin: auto;	
}
#learndash_next_prev_link {
    position: relative;
    max-width: 1080px !important;
    margin: 40px auto 40px;
}
#learndash_next_prev_link a {margin-bottom: 30px;}

div#footer-info {
    color: #fff;
}
.learndash a.completed:before {
    font-weight: bold !important;
}
span#learndash_complete_prev_topic {
    margin: 20px auto;
    max-width: 1080px !important;
    position: relative;
}