/*
Theme Name: ReadAndDigest
ChildTheme URI: http://readanddigest.elated-themes.com/
Description: A child theme of Read and Digest Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themesVersion: 1.0.0
Template: readanddigest
*/
@import url("../readanddigest/style.css");

.eltdf-post-info-author-link:not(:last-child) {
    margin-right: 10px;
}

.author-editorial {
    margin-bottom: 20px;
}

.author-image .attachment-author_image {
    max-width: 100%;
    width: 230px;
}

.author-image .attachment-author_image_square {
    max-width: 100%;
    width: 100px;
}

.authors-flex {
    display: flex;
    flex-wrap: wrap;
}

.box-author.wpb_content_element:not(.is-interview-box) {
    padding: 30px 0 0;
    margin: 35px 0 !important;
    border-top: 1px solid #ebebeb;
}

.box-author.wpb_content_element.is-interview-box {
    padding: 0 0 20px;
    margin: 0 0 35px !important;
    border-bottom: 1px solid #ebebeb;
}

.box-author .author-image {
    float: left;
    margin: 0 15px 15px 0;
}

.box-author .author-image .author-image-placeholder {
    border: 1px solid #666666;
    box-sizing: border-box;
}

.box-author-text,
.box-author-text p {
    color: #666666;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 1.5;
    text-transform: none;
    font-style: italic;
    font-weight: 300;
}

.box-author-text {
    margin-bottom: 15px;
}

.box-author-text p {
    margin: 0 0 15px;
}

.box-author-text p:last-child {
    margin-bottom: 0;
}

.box-author-heading {
    color: #333333;
    font-family: 'Lora';
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 15px;
}

.box-author-error {
    padding: 15px 30px;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {

    .single-custom_author .author-image .attachment-author_image {
        float: left;
        margin-right: 30px;
    }
}
