/*
Theme Name: NG15 C&C
Theme URI: https://ng15.co.uk
Description: Default Click and Collect starter child theme, built on Divi. Used as the base for new Click and Collect customer websites.
Author: NG15
Author URI: https://ng15.co.uk
Template: Divi
Version: 1.0.0
Text Domain: ng15-cc
*/

/* Divi doesn't add align-wide theme support, so alignfull blocks (e.g. NG15 C&C Blocks) are
   otherwise capped at Divi's .container width instead of reaching the viewport edge. */
.container .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc( 50% - 50vw );
	margin-right: calc( 50% - 50vw );
}

/* Divi's page.php always prints the page title for plain (non-builder) pages, with no
   per-page toggle. The homepage is built entirely from NG15 C&C Blocks, so it doesn't
   need the "Homepage" title repeated above them. */
body.home .entry-title.main_title {
	display: none !important;
}

/* Divi's core CSS adds padding-top:58px to #main-content .container on every plain
   (non-builder) page, which shows as a gap above the homepage's Banner block. */
body.home #main-content .container {
	padding-top: 0 !important;
}
