/*
Theme Name: Ureg Child
Theme URI: https://aiprofituniversity.com
Description: Child theme for Ureg
Author: Your Name
Author URI: https://aiprofituniversity.com
Template: ureg
Version: 1.0.0
Text Domain: ureg-child
*/

/* Import parent theme styles */
@import url("../ureg/style.css");

/* Hide specific elements in LearnDash courses */
.single-sfwd-courses .post_date,
.single-sfwd-courses .blog-post_title,
.single-sfwd-courses .blog-post_meta-wrap {
    display: none !important;
}

/* Remove background and padding from the media wrap but keep the content */
.single-sfwd-courses .blog-post_media-wrap {
    background-color: transparent !important;
    padding: 0 !important;
}

/* Keep the background color for regular posts */
body:not(.single-sfwd-courses) .blog-post_media-wrap {
    background-color: #3a3a3a;
    padding-top: 203px;
    padding-bottom: 51px;
}
