/*
Theme Name: Divi Child - Blog CSS
Version: *** Version ***
Author: Wayne Woodbury ** Modified 2.7.5 CSS File - August 8th 2018 **
*/

/* Blog Sidebar Left Border - Hide */ 
#main-content .container::before {
background-color:transparent;
}
.et_pb_widget_area_left {
	border-right:none;
}
/* Blog Widget Title */
.widgettitle {
 margin-bottom:0px;
}
/* Blog Entry Title */
h1.entry-title {
	font-size:22px !important;
}
/* Blog Entry Title */
h2.entry-title {
	font-size:20px !important;
}
/* Blog Post Page Margins */
.et_right_sidebar #sidebar {
	padding-right:10px;
	padding-left:10px;
}
/* Blog Post Page Margins */
.et_right_sidebar #left-area {
	padding-right:5%;
	padding-left:5%;
}
/* Blog Post */
.et_pb_post {
	background-color:#FFFFFF;
	margin-bottom:25px;
	padding:35px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #DDDDDD;
}
/* Blog Featured Image */
.et_pb_image_container a img {
	float:none !important;
	margin-bottom:0px !important;
	padding:0px !important;
}
/* Blog Category Featured Image */
.et_pb_post a img {
	height: auto;
	float: left;
	width: 200px;
	left: 0;
	padding-right: 14px;
	margin-bottom:0px;
}
/* Blog Category Featured Image */
.et_pb_post .entry-featured-image-url {
margin-bottom:0px;
}
@media only screen and (max-width: 640px) {
/* Blog Category Featured Image Remove 
.et_pb_post a img {
 display:none;
}*/
}