/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.ld-course-list-items {
    display: flex;
    flex-wrap: wrap;
}
body .learndash-wrapper .ld-button {
	margin: 0;
	border-radius: 20px;
	background-color: #022e4c;
	color: #fff;
	box-shadow: none;
	text-transform: none;
	font-family: inherit;
	font-weight: 800;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: max-content;
	max-width: unset;
	white-space: normal;
	text-shadow: none;
	border: 0;
	opacity: 1;
	transition: opacity .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 15px 35px;
	line-height: 1.25em;
}
body .ld-course-list-items .ld_course_grid .btn-primary {
    color: #ffffff;
    background-color: #022e4c;
    border-color: #022e4c;
}
body .ld-course-list-items .ld_course_grid .btn {
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled {
	background: #83a83d;
}
