/**
Theme Name: Contentenator Child
Author: Contentenator
Author URI: https://contentenator.com/
Description: Contentenator Template
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: contentenator-child
Template: astra
*/


/* ###### Single Blog Post ###### */

body.single-post header h1.entry-title{
    font-size: 38px;
}

body.single-post header div.entry-meta,
body.single-post header div.entry-meta span{
    font-size: 11px;
}

body.single-post div.entry-content .author-section{
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
}
body.single-post div.entry-content .author-section .avatar{
    margin-right: 10px;
}
body.single-post div.entry-content .author-section .content{
    width: 75%;
}
body.single-post div.entry-content .author-section .avatar img{
    border-radius: 50px;
}
body.single-post div.entry-content .author-section .content h3{
    margin: 0px 0px 10px 0px;
}

/* When Blocks added in a post then TOC alignment changes. Fix to handle that */
div.entry-content[data-ast-blocks-layout] > #toc_container{
    margin-left: 0;
}




/* ###### HomePage ###### */

body.home div.ast-container div.wp-block-query a{
    text-decoration: none;
}


/* ###### Sidebar ###### */

div.widget-area div.sidebar-main ul.wp-block-latest-posts time{
    margin: 5px 0px;
    font-size: 12px;
}

/* ###### Archive Page ###### */

body.archive .ast-blog-layout-4-grid .ast-article-post,
body.blog .ast-blog-layout-4-grid .ast-article-post{
    width: 50%;
}