/* Hide the entire Jevelin title bar (title + breadcrumb) on all pages */
.sh-titlebar{display:none!important;}

/* Temporarily hide the Amunlet - Unity of Life page from the Store menu (reversible) */
.menu-item-1806{display:none!important;}


/* ===== Header & Footer wave graphics (your uploaded waves) ===== */
#content.page-content{position:relative;}
#content.page-content::before{
  content:"";display:block;width:100%;height:60px;
  background:url("/wp-content/uploads/2026/07/polaris-wave-header.png") no-repeat center top;
  background-size:100% 100%;margin:0 0 20px 0;
}
.sh-footer{position:relative;background:#222222!important;}
.sh-footer .sh-copyrights{background:#222222!important;}
.sh-footer::before{
  content:"";display:block;position:absolute;left:0;bottom:100%;
  width:100%;height:60px;
  background:url("/wp-content/uploads/2026/07/polaris-wave-footer.png") no-repeat center bottom;
  background-size:100% 100%;
}
@media(max-width:781px){
  #content.page-content::before{height:36px;margin-bottom:12px;}
  .sh-footer::before{height:36px;}
}


/* Remove leftover Weebly table borders/box around footer paypal-book-email links */
.sh-footer .wsite-multicol-table,
.sh-footer .wsite-multicol-table td,
.sh-footer .wsite-multicol-table tr,
.sh-footer .wsite-multicol-table-wrap{
  border:0!important;background:transparent!important;box-shadow:none!important;
}


/* Standardise all category/archive pages to full-width 3-column (match /blog/), no sidebar */
body.archive .content-with-sidebar-right,
body.category .content-with-sidebar-right,
body.tag .content-with-sidebar-right{
  width:100%!important;max-width:100%!important;margin:0!important;float:none!important;
}
body.archive .sidebar-right,
body.category .sidebar-right,
body.tag .sidebar-right{display:none!important;}
body.archive .content-with-sidebar-right .blog-list,
body.category .content-with-sidebar-right .blog-list{width:100%!important;}


/* Widen archive/category content container to match /blog/ so masonry shows 3 columns */
body.archive .container.entry-content,
body.category .container.entry-content,
body.tag .container.entry-content{
  max-width:1500px!important;width:100%!important;
}
body.archive .content-with-sidebar-right .blog-list,
body.category .content-with-sidebar-right .blog-list{
  max-width:100%!important;width:100%!important;
}


/* Fix: contain floated columns so the footer cannot overlap blog posts */
.content-container{display:flow-root;}


/* --- category collection widgets: reveal sidebar on every category page so the widget shows --- */
body.archive.category .content-with-sidebar-right{width:73%!important;max-width:73%!important;margin:0!important;float:left!important;padding-right:2%!important;}
body.archive.category .container.entry-content{max-width:100%!important;width:100%!important;}
body.archive.category .sidebar-right{display:block!important;}
#pab-widget{display:none;}


/* --- category hero banners: themed-collection image at the top of each category page --- */
body.category-651 .content-with-sidebar-right::before,body.category-22610138 .content-with-sidebar-right::before,body.category-789493838 .content-with-sidebar-right::before,body.category-789493839 .content-with-sidebar-right::before,body.category-789493840 .content-with-sidebar-right::before,body.category-9895 .content-with-sidebar-right::before{content:"";display:block;width:100%;margin:0 0 22px;border-radius:12px;background-position:center center;background-repeat:no-repeat;background-size:cover;box-shadow:0 8px 24px rgba(0,0,0,.22);}
body.category-651 .content-with-sidebar-right::before{aspect-ratio:3/1;background-image:url("/wp-content/uploads/2026/07/the-articles-collection_orig.png");}
body.category-22610138 .content-with-sidebar-right::before{aspect-ratio:3/1;background-image:url("/wp-content/uploads/2026/07/the-i-am-collection_orig.png");}
body.category-789493838 .content-with-sidebar-right::before{aspect-ratio:3/1;background-image:url("/wp-content/uploads/2026/07/the-celestial-collection_orig.png");}
body.category-789493839 .content-with-sidebar-right::before{aspect-ratio:3/1;background-image:url("/wp-content/uploads/2026/07/the-fable-collection_orig.png");}
body.category-789493840 .content-with-sidebar-right::before{aspect-ratio:3/1;background-image:url("/wp-content/uploads/2026/07/stone-balancing-logo_orig.jpg");}
body.category-9895 .content-with-sidebar-right::before{width:325px;aspect-ratio:1000/1294;margin-left:auto;margin-right:auto;background-size:contain;background-image:url("/wp-content/uploads/2026/05/twelve-principles-of-cecilia-payne_orig.jpg");}


/* --- soft white image hover: replace the theme's bright-blue image hover with a subtle white wash --- */
body .sh-overlay-style1{background-color:rgba(255,255,255,0.2)!important;}
