/*
Theme Name: Building a LIfe
Description: A child theme for Divi
Author:   Mad Dog md@maddogproductions.com
Template: Divi
*/



/* BLOG */
/********/

/* READ MORE LINKS */
.et_pb_posts a.more-link {
	font-style: italic;
    color: #0000CC;
}

.et_pb_posts a:hover.more-link {
	text-decoration: underline !important;
    color: #FF0000 !important;
}

.et_pb_post .more-link:before {
content:"[";
}
.et_pb_post .more-link:after {
content:"]";
}

/* SINGLE BLOG PAGE LINKS */
.et_pb_post_content a {
	font-weight: bold;
	color: #0000CC;
}

.et_pb_post_content a:hover {
	color: #FF0000;
	text-decoration: underline;
}










