/*
Theme Name: HNJWEB Hello Elementor Child
Theme URI: https://hnjweb.nl/
Description: Productiegehard HNJWEB child theme voor Hello Elementor met paginatitelinstellingen en veilig kopiëren van pagina's en berichten.
Author: HNJWEB
Author URI: https://hnjweb.nl/
Template: hello-elementor
Version: 1.3.1
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: hnjweb-hello-elementor-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, featured-images, translation-ready
*/

/* ==========================================================
   HNJWEB HELLO ELEMENTOR CHILD
   Plaats eigen algemene CSS onder deze regel.
   ========================================================== */

/* Zorg dat afbeeldingen nooit buiten hun container vallen. */
img {
	max-width: 100%;
	height: auto;
}

/* ==========================================================
   PAGINATITEL PER PAGINA VERBERGEN
   Wordt geactiveerd via HNJWEB pagina-instellingen.
   ========================================================== */
body.hnjweb-hide-page-title .entry-title,
body.hnjweb-hide-page-title .page-title,
body.hnjweb-hide-page-title .elementor-page-title,
body.hnjweb-hide-page-title header.page-header {
	display: none !important;
}
