/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/** BEGINN NEU **/

/* ==========================================================
   Enfold + Co-Authors Plus
   Autorenbox ohne Überschrift
   ========================================================== */

#top .enfold-coauthors-box {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e1e1e1;
}

#top .enfold-coauthors-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    width: 100% !important;
}

#top .enfold-coauthor {
    display: flex;
    align-items: center;
    gap: 12px;
}

#top .enfold-coauthor-avatar,
#top .enfold-coauthor-avatar-link img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

#top .enfold-coauthor-name {
    font-size: 15px;
    line-height: 1.4;
}

#top .enfold-coauthor-name a {
    font-weight: 400;
    text-decoration: none;
}

#top .enfold-coauthor-name a:hover {
    text-decoration: underline;
}

#top .enfold-coauthor-avatar-link {
    display: block;
    line-height: 0;
}

#top .enfold-coauthor-avatar-link:hover {
    opacity: 0.8;
}


/* Mobil */

@media only screen and (max-width: 767px) {

    #top .enfold-coauthors-list {
        flex-direction: row;
        gap: 20px;
    width: 100% !important;

    }

    #top .enfold-coauthor {
        gap: 8px;
    }

    #top .enfold-coauthor-avatar,
    #top .enfold-coauthor-avatar-link img {
        width: 50px;
        height: 50px;
    }

}




#top .enfold-loop-coauthors {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

#top .enfold-loop-coauthor {
    display: block;
    line-height: 0;
}

#top .enfold-loop-coauthor-avatar-link {
    display: block;
    line-height: 0;
}

#top .enfold-loop-coauthor-avatar {
    display: block;
}




#top .enfold-loop-coauthor img {
    border-radius: 50%;
    overflow: hidden;
}


#top .enfold-multi-coauthor-container {
    border: none !important;
    background: none !important;
}

#top .enfold-loop-coauthors {
    border: none !important;
    box-shadow: none !important;
}

#top .blog-meta .enfold-multi-coauthor-container {
    border: 0 !important;
}




#top .post_author_timeline {
    display: none !important;
    border: 0 !important;
}

#top .template-blog .blog-meta {
    border: 0 !important;
}

#top .enfold-loop-coauthors {
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}



/** ENDE NEU **/
