/*
Theme Name: MEAP
Description: MEAP theme - Child theme for the Divi
Author: 3E Web Media
Author Website: https://3ewebmedia.com
Version: 1.1
Template: Divi
*/

 
/*add media query so changes only affect tablet and desktop*/

@media (min-width: 767px) {

/*set the image width*/

/*.pa-blog-list .entry-featured-image-url img,*/ .pa-blog-list .entry-featured-image-url img {
width: 30%;
float: left;
margin-bottom: 0!important;
}

/*set the details width*/

.pa-blog-list .entry-title,
.pa-blog-list .post-meta,
.pa-blog-list .post-content {
width: 70%;
float: left;
padding-left: 30px;
}
}

/*style the individual posts*/

.et_pb_post {
box-shadow: 0px 2px 18px 0px rgba(160,190,212,0.22);  
border-radius: 30px;
padding: 60px;
}