
.thumbnail.course{
	position: relative;
	padding: 0;
	margin: 0;
}

.thumbnail.course .price{
	background: #5cb85c;
	box-shadow: 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	position: absolute;
	font-size: 14px;
	left: -8px;
	top: 10px;
	padding: 3px 10px;
	z-index: 2;
	font-weight: bold;
}

.thumbnail.course .price.free{
	background: #428bca;
}

.thumbnail.course .price:before {
	border: 4px solid transparent;
	border-top: 4px solid #348c34;
	border-right: 4px solid #348c34;
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
}

.thumbnail.course .price.free:before {
	border-top: 4px solid #357ebd;
	border-right: 4px solid #357ebd;
}
.thumbnail.course img {
width: 100%;
height: auto;
max-width: 100%;
}

.thumbnail.course a.btn-primary {
	color: white;
}
.ld_course_grid {
	margin-bottom: 20px;
}
.ld_course_grid .entry-content {
	margin-bottom: 10px;
	padding: 0;
}
