/*
 Theme Name:   SETUP TECH Child Theme Divi
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Pedro Rui Silva
 Author URI:   http://setup.tech
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*----------------------------------------------------*/
/*-----Author Avatar on Single Posts by Divi Soup-----*/
/*----------------------------------------------------*/
/*Set the image postion and width*/
.single .ds-avatar {
    width: 64px;
    float: left;
    margin-right: 15px;
}
/*Make the image round - remove this declaration if you want a square image*/
.single .ds-avatar img {
    border-radius: 50%;
}
.single .author {
margin-left: -20px !important;
}
/*----------------------------------------------------*/
/*---End Author Avatar on Single Posts by Divi Soup---*/
/*----------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-----Author Avatar on Fullwidth Blog Module by Divi Soup-----*/
/*-------------------------------------------------------------*/
/*Set the image postion and width*/
.ds-avatar-fullwidth .ds-avatar {
    width: 64px;
    float: left;
    margin: 30px 15px 0 0;
}
/*Make the image round - remove this declaration if you want a square image*/
.ds-avatar-fullwidth .ds-avatar img {
    border-radius: 50%;
}
/*Clear the float so the excerpt sits below the avatar*/
.ds-avatar-fullwidth .post-content {
    clear: left;
}
/*-------------------------------------------------------------*/
/*---End Author Avatar on Fullwidth Blog Module by Divi Soup---*/
/*-------------------------------------------------------------*/