/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Mindstyle
 Author URI: https://mindstyle-coaching.de
 Template: woostify
 Version: 1.0.0
*/

/* Button Color */
.ld-course-list-items .ld_course_grid .btn-primary {
    color: #ffffff;
    background-color: #B1A79E;
		border-color: #B1A79E;
}

.ld-course-list-items .ld_course_grid .btn-primary:hover
{
	background-color: #B1A79E;
	border-color: #B1A79E;
}

/* Ribbon */

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled
{
	background-color: #B1A79E;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled:before
{
	border-top: 4px solid #B1A79E;
   border-right: 4px solid #B1A79E;
}


.ribbon
{
	background-color: #B1A79E !important; 
}

.ribbon:before
{
	border-top: 4px solid #B1A79E;
   border-right: 4px solid #B1A79E;
}

.entry-header-item.post-cover-image
{
	display: none;
}

.ld-item-details
{
	word-break: normal;
}

