/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

    /*--------------------------------------------------------*/
    /*-----Author Avatar on Grid Blog Module by Divi Soup-----*/
    /*--------------------------------------------------------*/
    /*Set the image postion and width*/
    .ds-avatar-grid .ds-avatar {
        width: 64px;
        float: left;
        margin-right: 15px;
    }
    /*Make the image round - remove this declaration if you want a square image*/
    .ds-avatar-grid .ds-avatar img {
        border-radius: 50%;
    }
    /*Clear the float so the excerpt sits below the avatar*/
    .ds-avatar-grid .post-content {
        clear: left;
    }
    /*--------------------------------------------------------*/
    /*---End Author Avatar on Grid Blog Module by Divi Soup---*/
    /*--------------------------------------------------------*/