/*
Theme Name: UDesign Child - Jon Shore Photography
Template: u-design
Version: 1.0
*/

/* --- Full-bleed support --- */
.page-content .alignfull,
.main-content .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Hide the theme page-title banner on image-led pages */
body.home .page-header,
body.page-id-50 .page-header,
body.page-id-51 .page-header,
body.page-id-9 .page-header {
    display: none;
}

/* Remove gaps in zero-gutter galleries */
.wp-block-gallery.alignfull {
    gap: 0 !important;
}
