/*
Theme Name:     Divi Child
Description:    
Author:         Trey Jackson
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/





/*************Post Meta Formatting*******************/

p.post-meta{
padding-bottom: 10px !important;
}

.et_pb_post{
border-bottom: 1px #eeeeee solid;
padding-bottom: 30px !important;
}

.et_pb_post p:last-of-type{
padding-bottom: 10px;
}


/**********border bottom sidebar widgets*******************/
#sidebar .et_pb_widget {
border-bottom: 1px solid #ddd;
padding-bottom: 20px;
margin-bottom: 20px;
}
#sidebar .et_pb_widget:last-of-type {
border-bottom:0;
}



.widget_search input#s, .widget_search input#searchsubmit {
    height: 30px !important;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
}


/***************Social Media Icon Colors**************/
.et-social-rss a.icon:before {
color: #dddddd;
}

.et-social-facebook a.icon:before {
color: #dddddd;
}


/************Post Meta Formatting**************/
.post-meta a {
color: #478542!important;
text-decoration: none !important;
font-weight: 400 !important;
}


/*****************Sidebar list formatting*************/
.et_pb_widget li {
color: #666;
list-style-type: circle !important;
margin-bottom: 25px !important;
}

.et_pb_widget a {
color: #666;
text-decoration: none;
list-style-type: circle !important;

}



/**********Remove subtitles from sidebar widget area************/
label.screen-reader-text{
display:none;
}


/************Sidebar widget formatting****************/
.et_pb_widget h4{
font-size: 165% !important;
font-weight: 400% !important;
margin-top: 50px;
}