/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.6.1784142410.2.3
Updated: 2026-07-15 19:06:50

*/


/* Site-brede fix: 'Brede breedte' (alignwide) blokken die los bovenaan de pagina-inhoud staan worden door WordPress niet begrensd, waardoor ze net zo breed worden als 'Volledige breedte'. Deze regel herstelt de juiste brede breedte. */
.entry-content > .alignwide {
	  max-width: var(--wp--style--global--wide-size) !important;
	  margin-left: auto;
	  margin-right: auto;
}

/* Site-brede fix 2: op deze pagina's (Astra 'page builder' layout) zet het thema de breedte van content BINNEN brede/volledige-breedte vakken terug naar 'geen begrenzing', waardoor tekst tegen de randen komt te staan. Dit herstelt het normale gedrag: tekst blijft op leesbreedte, ook als het vak zelf volledige breedte heeft. */
.is-layout-constrained > .alignwide {
	  max-width: var(--wp--style--global--wide-size) !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	  max-width: var(--wp--style--global--content-size) !important;
	  margin-left: auto !important;
	  margin-right: auto !important;
}
}