/*
Theme Name:   Blogarise Child
Theme URI:    https://theshrimpers-online.co.uk
Description:  Child theme for Blogarise
Author:       The Shrimpers-online
Author URI:   https://theshrimpers-online.co.uk
Template:     blogarise
Version:      1.1
*/

/* Import the parent theme stylesheet */
@import url("../blogarise/style.css");

/* ============================================= */
/* CUSTOM STYLES */
/* ============================================= */

/* Hide page title on homepage */
.home .entry-title,
.home .page-title,
.home h1.entry-title,
.home .wp-block-post-title {
    display: none !important;
}

/* Remove extra spacing from hidden title */
.home .entry-header,
.home .page-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hide Default Footer */
.site-footer,
#footer,
#colophon,
.footer-wrapper,
.themeansar-footer,
.footer-area,
.bottom-footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Previous first-letter rule */
.bs-blog-post p:nth-of-type(1)::first-letter {
    display: none;
}

/* Make sure the banner looks good */
.custom-site-banner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}