/*
Theme Name: Extra Child Theme
Theme URI: http://www.elegantthemes.com/gallery/extra/
Template: Extra
Author: Sajid Javed & Kat Hooper
Description: A child theme of Extra which was purchased from Elegant Themes.


*/

.post-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-detail {
    text-align: right;
    width: 100%;
    max-width: 340px;
    margin-right: -10px;
}

.author-img img {
    width: 100%;
    max-width: 60px;
	
}

.author-review {
    margin: -10px -1px 10px 0;
}

.archive article .header {
    width: 100% !important;
    max-width: 300px !important;
}

.archive .post-content {
    width: 100% !important;

}

.blog article .header {
    width: 100% !important;
    max-width: 300px !important;
}

.blog .post-content {
    width: 100% !important;
}

@media only screen and (max-width: 480px) {
    .archive article .header,
    .blog article .header {
        max-width: 100% !important;
    }

    .archive .post-content {
        max-width: 100% !important;
    }

    .author-detail {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

    .post-block {
        display: block;
    }
}

.cover-link img {
    padding-bottom: 33px;
	padding-right: 8px;
	background: url('https://fantasyliterature.com/wp-content/avatars/clicktobuy.jpg') no-repeat bottom;
    margin-bottom: 10px;
}