﻿/*
Theme Name:   XYZ Child
Description:  XYZ child theme for the astra theme.
Author:       Steven Simon
Author URI:   http://linkedin.com/in/steven-ray-simon
Template:     astra
Version:      1.0.0
*//***** Author *****/
.author-section
{
    width: 100%;
    margin: 1em 0 1em;
    z-index: 0;
    padding: 0;
    position: relative;
    top: 0;
    display: flex;
}
.author-section img
{
    width: 100%;
    height: auto;
    min-width: 25px!important;
    max-width: 25px!important;
}
.author-section-text p
{
    margin: 0 10px;
}
.author
{
    margin: 0 10px;
}
.author .content-area a, .author-section-text a
{
    color: #87cefa;
}
.remove-float-avatar-wrap img
{
    float: none!important;
}