/*
* Add child theme CSS Rules
*/
#blog_home .module-2 {
	background-color:#FFFFFF;
	padding:20px;
}
#blog_home .post_thumbnail, #blog_home .meta {
    margin-bottom: 5px;
}
#blog_home .module-2 .author-name{
	display:none;
}
#blog_home .module-2 h2 a {
	font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 700;
    color: #85754e;
}
#blog_home .module-2 p.desc {
    margin: 0 0 10px;
	min-height:70px;
	overflow:hidden;
}
#blog_home .module-2 a.btn {
    border-radius:0px;
	background-color:#FFF;
	color: #8d704c;
}
#blog_home .module-2 a.btn:hover {
    opacity: .7;
}

@media only screen and (max-width: 991px) {
	#blog_home .module-2 p.desc {
		min-height:40px;
	}
	#blog_home img {
		max-width: 100%;
		height: auto;
		width:100%
	}
}