/*======================================
Theme Name: Divi Rafa
Theme URI: https://divicake.com/
Description: For Divi theme
Version: 1.0
Author: Rafasoft
Author URI: https://rafasoft.web.id/
Template: Divi
======================================*/

/* Recent Post */
.rpost .et_pb_blog_grid .et_pb_post {
  border: none;
  box-shadow: 0px 3px 6px rgba(0,0,0,.25);
}
.rpost .et_pb_blog_grid .column.size-1of3 {
  margin-right: 3% !important;
  width: 31% !important;
}
.rpost .et_pb_blog_grid .column.size-1of3:last-child {
  margin-right: 0 !important;
}

/* Recent Stories */
.rstories .et_pb_blog_grid .et_pb_post {
  border: none;
  box-shadow: 0px 3px 6px rgba(0,0,0,.25);
}
.rstories .et_pb_blog_grid .column.size-1of3 {
  margin-right: 3% !important;
  width: 31% !important;
}
.rstories .et_pb_blog_grid .column.size-1of3:last-child {
  margin-right: 0 !important;
}
