/*
Theme Name:        Nucurate
Theme URI:         https://nucurate.com
Description:       Nucurate is a Salient child theme that ships the Nucurate marketing site (home, about, docs, contact, privacy, terms, homomorphic encryption) as ready-to-use page templates with the brand's full chrome (sticky header, off-canvas menu, prefooter newsletter, dark footer). Activate it on top of Salient and the front page, About, Docs, Contact, and legal pages are created and styled automatically. Built for WordPress 6.4+.
Author:            Nucurate
Author URI:        https://nucurate.com
Template:          salient
Version:           1.0.11
Tested up to:      6.9
Requires at least: 6.4
Requires PHP:      7.4
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       nucurate
Tags:              one-column, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, translation-ready
*/

/*
 * The visual styles for this theme are split out into focused stylesheets
 * inside /assets/css/ and enqueued from functions.php. This file only carries
 * the WordPress theme metadata and a couple of safety overrides so Salient's
 * default chrome cannot bleed into Nucurate-skinned pages.
 */

html, body { background: #000; }
.page-wrapper { background: #000; }

/* Keep Salient's native header visible; only suppress default parent footer
   shell because this child theme ships its own footer template. */
body.nc-skin #footer-outer,
body.nc-skin #footer-widgets,
body.nc-skin .ascend #footer-outer {
  display: none !important;
}
body.nc-skin #ajax-content-wrap,
body.nc-skin .container-wrap {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
body.nc-skin .container-wrap > .container.main-content,
body.nc-skin .container-wrap > .container,
body.nc-skin #ajax-content-wrap > .container-wrap {
  background: transparent !important;
}
