/*
 Theme Name:   Akea Child
 Theme URI:    http://demo.goodlayers.com/akea
 Description:  Goodlayers Akea Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     akea
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  akea-child

 START YOUR CHILD THEME CSS HERE
*/
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info-author img,
.akea-blog-info-wrapper .akea-blog-info-author img{
	max-height: 36px;
	max-width: 36px;
}
.avatar {
	border-radius: 50%;
}
.akea-widget .avatar,
.akea-single-author .akea-single-author-avartar img{
	width: 60px;
	height: 60px;
}
.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-author img{
	display: inline-block;
}
.author .akea-sidebar-center,
.single-post .akea-content-wrap {
	padding-top: 60px;
}

.akea-widget .author-widget-title {
	margin-bottom: 8px;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 500;
}