/*
Theme Name: Astra Child
URI: https://developdesk.com
Description: Astra Child
Author: developDesk
Author URI: https://developdesk.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain:  astra
*/


.dd-help-text {
    position: absolute;
    top: 140px;
    text-align: center;
    color: red;
    margin-bottom: 30px;
    width: 100%;
}
body .sfwd-courses .entry-header.ast-no-title {
    display: none !important;
}
body .ld-course-status-segment.ld-course-status-seg-price.ld-course-status-mode-free{
    display: none !important;
}
body .ld-course-status-segment.ld-course-status-seg-action.status-free {
    display: none;
}
body .ld-course-status-segment.ld-course-status-seg-status {
    border: 0 !important;
    font-size: 22px;
}
.ld-primary-color.ld-course-step-back {
    display: none !important;
}
.ld-content-actions > a {
    display: none !important;
}
.ld-content-actions {
    position: relative;
}
body .ld-course-status-segment.ld-course-status-seg-price.ld-course-status-mode-closed {
    display: none !important;
}
body .ld-course-status-segment.ld-course-status-seg-action.status-closed {
    display: none !important;
}
@media screen and (max-width: 767px){

    .dd-help-text {
        top: 260px;
    }
}

@media screen and (max-width: 640px) {
    .dd-help-text {
        top: 280px;
    }
}