/* Start custom CSS */.hentry {margin-top:0px !important;}

.ast-left-sidebar #primary {
    border:none;
    box-shadow: 0px 5px 15px rgb(0,0,0,0.3);
}

.learndash-wrapper .ld-tabs {margin:0px;}

.learndash-wrapper .ld-progress .ld-progress-bar {
    height:25px;border-radius:100px;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    height:25px;
}
.ld-lesson-status, .ld-lesson-topic-list {
    display:none;
}
.learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button {
  border-radius: 100em !important;
  text-transform:uppercase !important;
  font-weight:400 !important;
  letter-spacing:0.1em !important;
}
.ld-content-actions {
    width:1000px!important;margin:auto !important;
}
.learndash-wrapper .ld-content-actions {
    border:none;padding:20px 0px 50px 0px;
}
.learndash-wrapper .ld-button {
  text-transform:uppercase !important;
  font-weight:400 !important;
  letter-spacing:0.1em !important;
}

.learndash_post_sfwd-topic .learndash-wrapper .ld-content-actions{
    margin-right:auto !important;
    width:auto !important
}


/** Mani's Code **/
@media (max-width:760px){

.ld-content-actions {
    display: block;
    flex: none;
    flex-direction: unset !important;
}
.ld-content-actions a.ld-primary-color {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.ld-content-action {
    display: inline-block !important;
    vertical-align: middle;
    flex: none !important;
    float: left !important;
    margin-right: 48%;
    min-width: 145px;
    max-width: 145px;
}

.learndash-wrapper .sfwd-mark-complete::after, .learndash-wrapper #sfwd-mark-complete::after{top:65% !important}
	input.learndash_mark_complete_button{margin-top:20px !important}
	

}

@media (max-width:490px){
	.sfwd-topic .elementor-element.elementor-element-757ad24 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}
input.learndash_mark_complete_button {
    margin-top: 0 !important;
}
.learndash-wrapper .ld-content-actions .ld-content-action {
    width: 156px !important;
    flex: initial !important;
    display: inline-block !important;
    padding: 0 !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: arial !important;
    justify-content: normal;
    vertical-align: middle;
    margin: 0 !important;
    max-width: inherit !important;
    min-width: inherit !important;
}
.ld-content-actions {
    padding: 20px 0 60px !important;
	    flex: none;
    display: block !important;
    align-content: normal;
    text-align: center;
}
.ld-content-actions a.ld-primary-color {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    flex: none !important;
    font-size: 14px;
}
input.learndash_mark_complete_button {
    padding: 13px 0 !important;
}
.learndash-wrapper form.sfwd-mark-complete:after {
    top: 19px !important;
    right: 9px !important;
}
form.sfwd-mark-complete{margin:0;}
.ld-content-actions .ld-content-action:nth-child(3) {
    margin-right: 0 !important;
}
}/* End custom CSS */