/*
Theme Name:   Riverpoint
Theme URI:    https://www.riverpointonline.com
Description:  Custom child theme for Riverpoint Insurance — Protecting Your Assets
Author:       Riverpoint
Author URI:   https://www.riverpointonline.com
Template:     twentytwentyfour
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         custom, riverpoint, dealership, insurance
Text Domain:  riverpoint
*/

/* All custom styles are loaded via the page template and functions.php enqueue.
   Global overrides for WordPress defaults live here. */

/* Hide default WP header/footer on full-page template */
.riverpoint-page .wp-site-blocks > header,
.riverpoint-page .wp-site-blocks > footer,
.riverpoint-page #wpadminbar + * > header,
body.page-template-page-riverpoint .site-header,
body.page-template-page-riverpoint .site-footer,
body.page-template-page-riverpoint #masthead,
body.page-template-page-riverpoint #colophon {
  display: none !important;
}

body.page-template-page-riverpoint {
  margin: 0;
  padding: 0;
}
