/* Force meta below title/content on large screens, keep right sidebar */
@media screen and (min-width: 61.5625em) {
	.single-post .entry-footer {
		float: none;
		width: 100%;
		margin-left: 0;
		clear: both;
		padding: 1em 0;
	/* optional: nice spacing */
		border-top: 1px solid #ddd;
	/* optional: subtle separator */
	}
	
	.single-post .entry-content,
	    .single-post .entry-header {
		width: 100% !important;
		margin-left: 0;
	}
	
	/* Optional: make meta info more compact/horizontal */
	.single-post .entry-footer .byline,
	    .single-post .entry-footer .posted-on,
	    .single-post .entry-footer .cat-links,
	    .single-post .entry-footer .tags-links {
		display: inline-block;
		margin-right: 1.5em;
	}
}


/* === CO-AUTHORS PLUS FIX - Show correct author name === */
.single-post .entry-footer .byline .author,
.single-post .entry-footer .author a {
    display: none !important;
}

.single-post .entry-footer .byline,
.single-post .coauthors,
.single-post .entry-footer .co-author {
    display: block !important;
    visibility: visible !important;
}

.single-post .entry-footer .author.vcard,
.single-post .entry-footer a[rel="author"] {
    display: inline !important;
    font-weight: bold;
}


/* Fix left gap on single posts + better alignment */
.single-post .entry-footer,
.single-post .byline {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.single-post .entry-title,
.single-post .entry-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Improve blog index (Journal page) alignment */
.archive .entry-title,
.blog .entry-title {
    margin-left: 0;
}

/* General tightening */
.site-content .wrap {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
}


/* Consistent clean layout: Meta below title, no left gap, right sidebar intact */
@media screen and (min-width: 61.5625em) {

    /* Remove left gap on single posts */
    .single-post .entry-footer,
    .single-post .entry-content,
    .single-post .entry-header {
        margin-left: 0 !important;
        width: 100% !important;
    }

    /* Force meta below title on single posts */
    .single-post .entry-footer {
        float: none;
        clear: both;
        margin-top: 1.5em;
        padding-top: 1em;
        border-top: 1px solid #ddd;
    }

    /* Improve blog index (Journal page) */
    .archive .entry-title,
    .blog .entry-title {
        margin-left: 0;
    }

    /* Author archive pages (when clicking Mitch, etc.) */
    .author .entry-footer,
    .author .entry-content {
        margin-left: 0 !important;
    }
}

/* General tightening for better balance */
.site-content .wrap {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
}



/* === CLEAN LAYOUT - Meta below title, no left gap (everywhere) === */
.single-post .entry-footer,
.archive .entry-footer,
.author .entry-footer {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    clear: both;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
}

.single-post .entry-content,
.single-post .entry-header,
.archive .entry-content,
.author .entry-content {
    margin-left: 0 !important;
    width: 100% !important;
}

.site-content .wrap {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
}


/* === CONSISTENT CLEAN LAYOUT: Meta below title, NO left gap === */

/* Single posts */
.single-post .entry-footer {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    clear: both;
    padding-top: 2em;
    border-top: 1px solid #ddd;
}

.single-post .entry-content,
.single-post .entry-header {
    margin-left: 0 !important;
    width: 100% !important;
}

/* Journal / archive / author pages */
.archive .entry-footer,
.author .entry-footer,
.blog .entry-footer {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
}

.archive .entry-content,
.author .entry-content,
.blog .entry-content {
    margin-left: 0 !important;
}

/* General tightening */
.site-content .wrap {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
}


/* Force meta directly below title on single posts and author pages */
.single-post .entry-footer,
.author .entry-footer {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1.5em !important;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
    clear: both;
}

.single-post .entry-content,
.single-post .entry-header,
.author .entry-content {
    margin-left: 0 !important;
    width: 100% !important;
}


/* === STRONG CLEAN LAYOUT - Meta below title, no left gap === */
.single-post .entry-footer,
.author .entry-footer,
.archive .entry-footer {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 2em !important;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
    clear: both;
}

.single-post .entry-content,
.single-post .entry-header,
.author .entry-content,
.author .entry-header,
.archive .entry-content {
    margin-left: 0 !important;
    width: 100% !important;
}

/* Tighten overall spacing */
.site-content .wrap {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
}


/* Hide main WordPress username everywhere - keep only Guest Author */
.entry-meta .author a[href*="markgrahamwinnipeg"],
.byline a[href*="markgrahamwinnipeg"],
.author.vcard a[href*="markgrahamwinnipeg"] {
    display: none !important;
}

/* Force Guest Author name to show prominently */
.single-post .byline,
.entry-footer .byline {
    display: block !important;
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 1em;
}

/* Clean up avatar area */
.avatar {
    display: block;
    margin-bottom: 0.5em;
}




/* Clean meta everywhere: Only show Guest Author name + their avatar */
.entry-meta .author a[href*="markgrahamwinnipeg"],
.byline a[href*="markgrahamwinnipeg"] {
    display: none !important;
}

/* Prominent Guest Author name on single posts and author pages */
.single-post .byline,
.author .byline,
.entry-footer .byline {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 1.2em;
}

/* Keep custom Guest Author avatars, hide default ones if needed */
.avatar {
    border-radius: 50%;
    margin-bottom: 0.8em;
}

/* Also clean up on Journal / archive page */
.archive .entry-meta .author,
.blog .entry-meta .author {
    font-size: 1.05em;
}


/* Force hide default Guest Author avatars (green owl etc.) */
.avatar, 
.entry-meta img.avatar, 
.byline img.avatar,
.author-avatar img {
    display: none !important;
}

/* Clean up spacing after removing avatar */
.single-post .byline,
.entry-footer .byline,
.archive .byline {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
}


/* Clean meta: Only Guest Author name + avatar, no extra lines */
.entry-meta .author a[href*="markgrahamwinnipeg"],
.byline a[href*="markgrahamwinnipeg"] {
    display: none !important;
}

/* Prominent Guest Author name */
.single-post .byline,
.entry-footer .byline,
.archive .byline {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 1.2em;
}

/* Keep custom avatar, remove default green one */
.avatar {
    border-radius: 50%;
    margin-bottom: 0.8em;
}

/* Remove unwanted grey lines */
.single-post .byline,
.entry-footer .byline {
    border-top: none !important;
}



/* Hide "Powered by WordPress.com" footer */
.site-info {
    display: none !important;
}



/* Remove ONLY the empty sharing icons at the very bottom of the page */
.site-footer .sd-sharing-enabled,
.site-footer .sharedaddy,
.site-footer .sd-content {
    display: none !important;
}


/* Remove ONLY the empty footer sharing icons at the very bottom */
.site-footer .sharedaddy,
.site-footer .sd-sharing-enabled,
.site-footer .sd-content,
.site-footer .jetpack-sharing,
.site-footer .sd-block {
    display: none !important;
}

/* Mobile padding fix - prevent text from hugging left edge */
@media screen and (max-width: 61.5625em) {
    .single-post .entry-content,
    .single-post .entry-header,
    .single-post .entry-footer,
    .entry-content {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    
    .single-post .entry-content {
        margin-left: 0 !important;
    }
}