/**
 *  LearnDash custom
 **/

/* hiding price field  */
.learndash-wrapper .ld-course-status .ld-course-status-seg-price{
	display: none !important;
}

/* modal shadow */
.learndash-wrapper.ld-modal-open .ld-modal{
	box-shadow: 0 0 0 2000px rgba(0,0,0,.25)
}

/* larger course page width */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	max-width: 74rem;
}

/* hiding post meta */
article.sfwd-courses ul.post-meta{
	display: none;
}

/**
 *  WP Theme
 **/
p.powered-by-wordpress{
	display: none;
}