/*
Theme Name: Peplix
Theme URI: https://peplix.bio
Author: Peplix
Description: Peplix Research Supply white theme.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: peplix
*/

/* Hide newsletter for logged-in users */
.peplix-hide-for-user { display: none !important; }

/* Hide any block theme / GoDaddy duplicate footer */
.wp-site-blocks > .wp-block-template-part,
.wp-block-template-part[data-type="core/template-part"],
body .is-layout-flow > footer,
.wp-site-blocks footer.wp-block-template-part {
  display: none !important;
}
/* Hide block editor admin bar notices in frontend */
.wp-block-spacer { display: none; }

