/*
Theme Name: Divi Child
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1508561487
Updated: 2017-10-21 10:21:27

*/

/* Background colours for blog-post page (single.php) */
/*
.single-post #main-content,
.single-post .et_pb_section_1.et_pb_section,
.single-post .et_pb_section.et_pb_section_0 {
background-color: #ffcc01 !important;
}
*/

et_pb_section_0.et_pb_section{background-color:#ffcc01!important}

/* Draw box-shadow around Featured Image on Blog Post */

.single-post .et_post_meta_wrapper > img {
box-shadow: 6px 6px 23px 0px rgba(0,0,0,0.5);
margin-bottom: 23px;
}

/*
.single img  {
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.5);
	margin-bottom:20px;
}
*/

/* Do not display dates on comments */
.comment_date { display: none; }

/* Remove url field from comment-form */
.comment-form-url {display:none;}

.et_pb_comments_module.et_pb_no_avatar .comment-body {
    min-height: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.children .comment_postinfo {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}