/*
 Theme Name:   PMO GeneratePress Child
 Theme URI:    https://pestmeoff.com
 Description:  Pest Me Off child theme for GeneratePress. Suppresses GP default header and footer chrome. Header and footer HTML live in WP Code snippets. All page CSS lives in Global CSS WP Code snippet.
 Author:       Pest Me Off
 Template:     generatepress
 Version:      1.0
*/

/*
 This file intentionally contains only GP chrome suppression.
 Nav CSS, header CSS, footer CSS, and all page CSS live in
 Global-CSS-PMO.css deployed via the WP Code snippet.
 This file never needs to change after initial upload.
*/

/* Hide GP default header, nav bar, and footer so our WP Code snippets take over */
.site-header,
.main-navigation,
.site-footer,
.footer-bar,
#site-header,
#site-navigation {
  display: none !important;
}

/* Remove any top margin GP adds assuming its own header is present */
body,
.site-main,
#page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
