body .row .col h3.author-heading {
    font-weight: 500 !important;
}

#page-header-bg[data-post-hs="default_minimal"] .meta-author img {
    width: 40px !important;
}

#author-bio {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
/* 
.single-mediarelease #author-bio {
    width: 100%;
}

.single-mediarelease #author-bio .col.col--avatar {
    justify-content: center;
} */

.mediarelease_author .col--avatar, 
.single-post #author-bio .col--avatar {
    /* position: absolute;
    left: 10px !important;
    float: left;
    justify-content: flex-start !important; */
    width: 30%;
}
.mediarelease_author .col--author-info, 
.single-post #author-bio .col--author-info{
    width: 70%;
    /* left: 30%; */
}

#author-bio .col {
    display: inline-flex;
}

#author-bio .col:not(:last-child){
    margin-right: 70px;
}

#author-bio .col.col--avatar {
    justify-content: flex-end;
}

#author-bio .avatar-wrap {
    position: relative;
}

#author-bio .avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#author-bio .company-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    -webkit-box-shadow: 0px 3px 6px #00000014;
    -moz-box-shadow: 0px 3px 6px #00000014;
    box-shadow: 0px 3px 6px #00000014;
    background-color:#fff;
    width: 140px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#author-bio img.company-icon-img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

.container-wrap #author-bio #author-info {
    width: 100% !important;
}

#author-info .separator {
    width: 50px;
    height: 3px;
    background-color: rgb(24 70 101);
    margin: 20px 0;
}

.container-wrap #author-bio #author-info p {
    max-width: 100%;
    opacity: 1;
}

.container-wrap #author-bio #author-info .description a {
    color: rgb(24 70 101) !important;
    text-decoration: underline;
}


#author-info .social-media {
    margin-top: 16px;
}

.container-wrap #author-bio #author-info .social-media a {
    border-radius: 50%;
    display: inline-flex;
    position: relative;
}

.container-wrap #author-bio #author-info .social-media a:not(:last-child) {
    margin-right: 24px;
}

#author-info .social-media .alpma-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}



/* Author bio alt layout styles */
.author-bio-alt {
    display: unset !important;
}
.author-bio-alt .col.col--avatar {
    justify-content: flex-start !important;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px 0;
}
.author-bio-alt#author-bio #author-info {
    padding-left: 0px;
}
.author-bio-alt .col--author-info {
    width: 50%;
}
.author-bio-alt .description h6 {
    margin-bottom: 0px !important;
}


@media only screen and (max-width: 1200px){
    #author-bio {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 1000px){

    #author-bio .col.col--avatar {
        justify-content: flex-start;
        padding-right: 0;
        margin-right: 0;
    }

    .container-wrap #author-bio #author-info {
        padding-left: 0;
    }
}

@media only screen and (max-width: 690px){
    .material .container-wrap #author-bio #author-info {
        text-align: left;
    }
}