/*
 Theme Name:     Divi CGS
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for The Caregiver Space
 Author:         Willink House
 Author URI:     https://www.willinkhouse.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/** Single Styles **/

.custom-meta {
    margin-top: 6px;
    margin-bottom: 14px;
}

.custom-meta p {
    display: inline-block;
    position: absolute;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 200;
}

.custom-meta img.avatar {
    margin-right: 6px;
}

.author-bio-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.author-avatar {
    width: 100px;
    display: inline-block;
    float: left;
}

.author-info {
    display: inline-block;
    float: left;
    width: calc(100% - 80px);
    margin-top: -5px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
}

.author-info p {
    font-weight: 200;
    font-size: 14px;
}

