/*
Theme Name:   astra child theme
Description:  Write here a brief description about your child-theme
Author:       corriebilderbeek
Author URL:   Write here the author's blog or website url
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Write here your own personal stylesheet */

/* gegin learndash */

/* hide Saved Cards Add new card profile page*/

div.ld-profile__saved-cards.ld-breakpoint--initialized.ld-breakpoint--mobile.ld-breakpoint--tablet.ld-breakpoint--extra-small.ld-breakpoint--small.ld-breakpoint--medium {
    display: none;
  }

/* hide courses page header */

div.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
  display: none;
}


div.ribbon.enrolled {
  display: none;
}
div.ld_course_grid .ribbon {
    display: none;
}
div.ld_course_grid .entry-title {
  display: none;
}
/* Switch the Course Grid button color */
.ld-course-list-items .ld_course_grid .btn-primary {
    /* Replace the #000 by your color */
    background-color: #5b4101;
    border-color: #281c00;
    color: #fff;
    font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        transition: background-color 0.3s ease, border-color 0.3s ease;
}
/* Hoverstijl */
.ld-course-list-items .ld_course_grid .btn-primary:hover {
    background-color: #745100;
    /* of een andere kleur naar keuze */
    border-color: #745100;
    color: #fff;
    /* zorg dat dit voldoende contrasteert */
}
/* gegin learndash */