/*
Theme Name:   Wavy Child
Theme URI:    https://estudiopatagon.com/projects/wavy-for-wordpress/
Author: EstudioPatagon
Author URI: https://estudiopatagon.com/
Description:  Child theme, based on Wavy
Template: wavy

*/

/* Add your custom code just below */
#author .author-avatar {
    display: block;
    width: 125px !important;
    height: 125px !important;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: var(--epcl-medium-shadow);
    box-shadow: var(--epcl-medium-shadow);
    position: relative;
}
