/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      20.8
*/

body { background-color: #ffffff; }

/* Several sections (footer, gallery, redbox, quote section, blog/post
   wrappers) intentionally break out to width:100vw to go full-bleed past
   GeneratePress's constrained containers. On Windows, 100vw includes the
   vertical scrollbar's own width, which is slightly wider than the actual
   visible viewport — that mismatch is what was producing a faint horizontal
   scrollbar on every page and throwing off centering/clipping in nested
   full-width children (like the footer wordmark). Suppressing horizontal
   overflow at the root is the fix that covers all of them at once, rather
   than patching each section's math individually. */
html { overflow-x: hidden; }
