/*
 Theme Name:   Studio You I Design
 Theme URI:    https://www.youidesign.nl
 Description:  Studio You I Design
 Author:       Cindy van den Berg
 Author URI:   https://www.youidesign.nl
 Template:     hello-elementor
 Version:      1.0.0
 Tags:         
 Text Domain:  hello-elementor-child
*/
 
/* =Eigen CSS hier beneden plaatsen */


.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-status-incomplete, .learndash-wrapper .ld-focus-comment.bypostauthor:not(.ptype-sfwd-assignment) >.ld-comment-wrapper>.ld-comment-avatar img, .learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img, .learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img {
	border-color: #A25077!important;
}

/** cursusprofiel **/

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

.learndash_post_sfwd-courses .ld-item-list {
	display: none;
}

.learndash-course-grid .items-wrapper .grid-2 .post {
	display: flex;
	border: 0px;
	box-shadow: none!important;
	margin-top: 20px;
}

.learndash-course-grid .items-wrapper .grid-2 .content {
	padding: 20px;
}

.learndash-course-grid .items-wrapper .grid-2 .content > :not(:last-child) { 
	margin: 0px;
}
div.ribbon.enrolled, .learndash-course-grid .items-wrapper .grid-2 .content .author, .learndash-course-grid .items-wrapper .grid-2 .thumbnail .arrow .dashicons {
	display: none;
}

button.toggle-filter {
	display: none;
}

.learndash-course-grid .items-wrapper .grid-2 .content .button a {
	font-family: avenir next;
	font-weight: bold;
	background: #A25077;
	display: inline-block;
	padding: 12px 20px;
	margin-top: 20px;
	border-radius: 0px;
}

.learndash-course-grid .items-wrapper .grid-2 .content .entry-title a {
	color: #000;
	font-size:32px;
	font-family: din;
}

.learndash_post_sfwd-courses .ld-course-list-items .ld_course_grid .thumbnail.course {
	background: #000;
}

.learndash_post_sfwd-courses .ld-course-list-items .ld_course_grid .thumbnail.course img {
	opacity: 0.4;
}

.learndash_post_sfwd-courses .ld-course-list-items .ld_course_grid .thumbnail .caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.learndash_post_sfwd-courses .ld-course-list-items .ld_course_grid .entry-title {
	font-family: din;
	color: #fff;
}

.ld-course-list-items .ld_course_grid .btn-primary, .ld-course-list-items .ld_course_grid .btn-primary:hover, .ld-course-list-items .ld_course_grid .btn-primary:focus, .ld-course-list-items .ld_course_grid .btn-primary:active, .ld-course-list-items .ld_course_grid .btn-primary.active, .ld-course-list-items .ld_course_grid .open .dropdown-toggle.btn-primary {
	background:#A25077;
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	font-family: avenir next;
	font-weight: bold;
}


@media only screen and (max-width: 768px) {
.learndash-course-grid .items-wrapper .grid-2 .post {
	flex-direction: column;
}
	
	.learndash-course-grid .items-wrapper .grid-2 .content {
		20px 0px;
	}
	
	.learndash-course-grid .items-wrapper .grid-2 .content .entry-title a {
		font-size: 28px;
	}
}