/*
Theme Name: Divi Child Theme for Jon Stone Writes
Theme URI: http://www.jonstonewrites.com/
Description: This is a custom child theme I have created.
Author: Jon Stone
Author URI: http://www.jonstonewrites.com
Template: Divi
Version: 0.1
*/

@import url("../Divi/style.css");

.background-fade .et_pb_slide.et_pb_bg_layout_light:after {
position: absolute;
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color:rgba(255,255,255,.7);
}

.background-fade .et_pb_slide.et_pb_bg_layout_dark:after {
position: absolute;
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color:rgba(0,0,0,.5);
}
