/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*Adjust the padding and margin below each post*/
.ds-recent-posts .et_pb_post {
    padding: 0px;
    margin-bottom: 30px;
}
/*Adjust the margin above the post title*/
.ds-recent-posts .et_pb_post h2 {
    margin-top: 10px;
}
/*Set the image width, right margin and float the image left*/
.ds-recent-posts .entry-featured-image-url {
    width: 40%;
    margin-right: 10px;
    float: left;
}
/*Hide the post excerpt
.ds-recent-posts .post-content {
    display: none;
}
*/
.et_pb_posts a.more-link {
    display: block;
    clear: both;
	float: right;
}
.dg-social li a.icon { 
    height: 60px; 
    width: 60px; 
    padding: 0; 
}

.dg-social li a.icon::before { 
    font-size:36px; 
    margin-left:12px; 
    line-height:60px; 
}
ul.dg-social { 
	width:100%; 
	text-align:center; 
	margin: 0 0 0 0 ; 
}
.dg-social li { 
	float:none; 
	display:inline-block; 
}
.dg-social li a { 
    margin-right: 24px;
}
.dg-social li a.icon:hover::before {
   color: #f4aa00;
}
