/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*remove post meta info from courses*/
.single-sfwd-topic .post-meta, .singular-sfwd-topic .post-meta,
.single-sfwd-courses .post-meta, .singular-sfwd-courses .post-meta,
.single-sfwd-lessons .post-meta, .singular-sfwd-lessons .post-meta,
.single-sfwd-quiz .post-meta, .singular-sfwd-quiz .post-meta,
.wpProQuiz_questionList .graded-disclaimer { display: none; }

.btn-join, #btn-join, .learndash_checkout_buttons input.btn-join[type="button"], a#quiz_continue_link, #sfwd-mark-complete input[type="submit"] {
    border: none;
    font-weight: normal;
    background: #5CB85C;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear, background .25s linear !important;
    transition: border .25s linear, color .25s linear, background-color .25s linear, background .25s linear !important;
    color: #ffffff !important;
    background-color: #5CB85C;
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px;
    white-space: normal;
    text-decoration: none !important;
    height: auto !important;
    cursor: pointer;
}