.post .post-gallery {
    min-height: 45px;
}

.author{
        margin: 0;

}
.author-content{
    margin: 0;
    margin-top: 40px;
}
.author-img-wrapper{
    padding: 0;
}
.author .author-img-container img{
    width: 108px;
    height: 108px;
    margin: 0 auto;
}
.author .author-name{
    margin: 0;
    font-family: Lato;
    font-weight: bold;
    font-size: 24px;
    color: #578fe6;
}

.author .author-bio{
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    font-size: 14px;
    color: #252525;
    margin-top: 14px;
}
.author h6{
    display: inline-block;
    font-family: Lato;
    font-size: 16px;

    color: #578fe6;
}
.author .author-social-list{
    display: inline-block;
    padding: 0;
    margin-left: 10px;
}
.author .author-social-list li{
    display: inline-block;
    margin-left: 13px;
}
.author .author-social-list li a{

    font-family: FontAwesome;
    font-size: 20px;
    color: #000;
}

.author-articles-wrapper{
    margin-top: 20px;
}

.author-articles-wrapper .page-title{
    font-size: 24px;

}

.author-articles-wrapper .page-title .custom-border-bottom{
    border-bottom: solid 4px #000;
    width:80%;
    margin-top:8px;
}

.author .no-content h1.post-title {
    font-size: 32px;
}

.author .no-content h2.post-title {
    font-weight: 700;
    font-size: 28px;
}

.author .post-content-spacer {
    display: block;
    width: 100%;
    height:104px;

}

.author .no-content .post {
    max-width: auto !important;
}

@media only screen and (max-width: 768px) {
    .author-img-wrapper{
        padding: 0 15px;
    }

    .author .author-social-list li {
        margin-left: 10px;
    }
}