/*
 Theme Name:   GP Custom Visibel
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Visibel
 Template:     generatepress
 Version:      0.1
*/

.author-links a {
    font-size: 2em;
    line-height: 1em;
    float: right;
}
.author-box {
    padding: 30px 30px 0px 30px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 2px;
}
.author-box .avatar {
    width: 60px;
    border-radius: 50%;
    margin-right: 30px;
}
h2.author-title {
    margin-bottom: 1em;
}
h2.author-title:before {
    content: '';
}

.read-more{
	 display:none;
}

