/*!
Theme Name: Ion AP3 Child Theme
Author: AppPresser Team
Author URI: http://apppresser.com
Description: A starter child theme for the Ion AP3 theme.
Version: 1.0.0
Template: ap3-ion-theme
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * Your custom styles go below this line
 * --------------------------------------------------
 */


#content .featured-image {
	max-height: unset;
}

.entry-content h1{
	font-size: 23px !important;
	color: #262626 !important;
    font-weight: bold !important;
	padding-left: 20px;
	padding-right: 20px;
}
    

span, p, strong{

color: #262626 !important;
}

.the-writer-bio .the-writer-image img {
    max-height: 75px;
    height: 75px;
    width: 75px;
}

.the-writer-tagline p {
    margin-bottom: 0;
}
.the-writer-tagline .the-writer-hr {
    border-bottom: 1px solid #262626;
    flex: 1;
    display: flex;
    margin-left: 10px;
    margin-bottom: 6px;
}
.the-writer-tagline {
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.the-writer-bio .the-writer-details {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    justify-content: flex-end;
}
.the-writer-bio {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

