/* WordPress / Bricks adjustments on top of byinay.css */

/* Fixed nav clears the admin bar when logged in */
.admin-bar .nav { top: 44px; }
@media (max-width: 782px) { .admin-bar .nav { top: 58px; } }

/* Shortcode wrappers must not constrain the full-bleed sections */
.brxe-shortcode { width: 100%; max-width: none; }

/* Sticky scroll scenes need an unclipped main wrapper */
#brx-content { overflow: visible; }

/* Bricks editor: sections are static there, so show everything in place */
.bricks-is-builder .loader,
.bricks-is-builder .cursor,
.bricks-is-builder .grain { display: none !important; }
.bricks-is-builder .caption { opacity: 1; position: relative; }
