/*

Theme Name: Math For Love (X &ndash; Child Theme)
Theme URI: http://theme.co/x/
Author: Joe Champion and Themeco
Author URI: http://theme.co/
Description: Custom child theme for creating custom content types, taxonomies, and styles.
Version: 1.0.0
Template: x

*/

.post-type-archive-lesson .page-header{
	display:none;
}
.lesson-brief{
	max-width:340px;
	padding:10px 20px 20px 10px;
	float:left;
	margin:20px;
	position:relative;
	background-color:#FFF2FE;
}
.lesson-brief a.lesson-thumbnail{
	width:300px;
	height:188px;
	display:block;
	overflow:hidden;
}
.lesson-brief a.lesson-thumbnail:hover{
	border:1px solid rgba(223,153,242,0.65);
}
.lesson-brief h2.post-title{
	position:absolute;
	top:-10px;
	font-size:150%;
	background-color: rgba(223, 153, 242, 0.65);
	padding:10px;
}
.post-type-archive-lesson footer{
	clear:left;
}
.lesson-brief .lesson-excerpt{
	display:none;
}
.lesson-brief .lesson-meta{
	font-size:16px;
	line-height:18px;
	color:#666;
	padding:10px;
}
.lesson-brief .lesson-meta .meta-block{
	padding-bottom:5px;
}