/**
 * Landing page content gate.
 *
 * Locked is the default. The PHP only ever adds a reveal class, so if it stops
 * running the content stays hidden instead of going public.
 */

#gated-content,
#gated-cta { display: none; }

#gated-message { display: block; }

body.wlt-gate-open #gated-content,
body.wlt-gate-open #gated-cta { display: block; }

body.wlt-gate-open #gated-message { display: none; }

/* Breakdance builder: every section visible so all of them can be edited. */
body.wlt-gate-builder #gated-content,
body.wlt-gate-builder #gated-cta,
body.wlt-gate-builder #gated-message { display: block; }
