
.author_date {
    font-size: 12px;
    color: #444;
    margin-bottom: 10px;
    overflow: hidden;
    overflow: hidden;
    display: table;
    line-height: 1.9em;
}

.author_date > * {
    display: table-cell;
    vertical-align: middle;
}


.author_date .images {
    float: left;
    margin-right: 5px;
}


.author_date .photo {
    width: 50px;
    display: block;
    float: left;
    border: 0;
    margin-right: -20px;
    border-radius: 50%;
    border: 3px solid white;
    background-color: white;
    position: relative;
}

.author_date .photo:last-child {
    margin-right: 0px;
}

.author_date .photo a {
    display: block;
    border: 0;
    text-decoration: none;
}

.author_date img {
    border-radius: 50%;
    display: block;
    width: 100%;
}


.author_date a {
    color: black;
    font-weight: 700;
}

.author_date a:hover {
    color: var(--link-color);
}


.author_date .authors {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.author_date.simple .authors {
    margin-right: 0;
}

.author_date:not(.simple) .authors:first-child {
    border-right: 1px solid var(--border-gray-color);
}

.author_date [data-count="1"] .authors:first-child {
    border-right: 0;
}


.author_date .authors .author_type {
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}

.author_date .author {
    float: left;
    overflow: hidden;
    padding-right: 5px;
    height: 38px;
    line-height: 1.7em;
    margin-top: 4px;
}

.author_date.simple .author {
    padding-right: 0;
}

.author_date .author_role {
    float: left;
}

.author_date .names {
    overflow: hidden;
    float: left;
}

.author_date .date {
    clear: both;
    padding-bottom: 5px;
}

.author_date.simple .date {
    padding-bottom: 0;
    padding-top: 5px;
}

.authors_separator {
    margin: 0 10px;
    color: #444;
    float: left;
    display: none;
}

@media screen and (min-width: 1140px) {
    .author_date.simple:not(.multiple) .authors_separator {
        display: block;
    }

    .author_date.simple:not(.multiple) .date {
        padding-top: 0;
        float: right;
        clear: none;
    }
}

.author_date .view_all {
    display: none;
    margin-top: 4px;
}

.author_date .view_all a {
    text-decoration: none;
    border: 0;
    color: var(--link-color);
}

.author_date .view_all .icon {
    font-size: 9px;
    margin-left: 3px;
}


.author_date .role {
    color: var(--text-gray-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media ( max-width: 700px ) {
    .author_date .authors {
        border: 0 !important;
    }
}


@media ( max-width: 600px ) {
    .template_single .author_date .photo {
        margin-right: 0;
        float: none;
        border-width: 2px;
        width: 45px;
    }

    .template_single.author_date .photo:first-child {
        margin-top: 0;
    }

    .template_single.author_date .authors {
        width: 100%;
    }

    .template_single .author_date .author {
        float: none;
        margin-top: 3px;
        margin-bottom: 9px;
    }

    .template_single .author_date .authors[data-type="editors"] {
        border-top: 1px solid #eee !important;
        padding-top: 5px;
        margin-top: 5px;
        width: 100%;
    }

    .template_single .author_date .authors .author_type {
        width: 70px;
        margin-right: 0;
    }

    .template_single .author_date img {
        border: 1px solid #ccc;
    }

    .template_single .author_date .author + .author,
    .template_single .author_date .photo + .photo,
    .template_single .author_date [data-type="editors"] {
        display: none;
    }

    .template_single .author_date .view_all {
        display: block;
    }
}

