/*
  Theme Name: The Neon Owl
  Theme URI: https://www.theneonowl.com
  Version: 1.0.0
  Template: Divi
  Author: Erika Young
  Author URI: https://www.theneonowl.com
  Description: Child theme for Divi by The Neon Owl
  Text Domain: the-neon-owl
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ================================
   Hide Header & Footer on Project Form Page Only
   Replace 123 with your actual page ID
   ================================ */
body.page-id-375122 #main-header,
body.page-id-375122 #main-footer {
    display: none !important;
}