/*
 Theme Name:   BWS Theme for GeneratePress
 Theme URI:    https://bridgewebsolutions.com
 Description:  Custom child theme for GeneratePress
 Author:       David Mitchell
 Author URI:   
 Template:     generatepress
 Version:      2024.11.11-A
*/



/* Set the main content area minimum height to reduce likelihood of whitespace below footer */
#main {
	min-height: 65vh;
}


/* Reset default image caption alignment */
.wp-block-image figcaption {
    text-align: inherit;
}


/* Hide empty query loops (with class query-container); does not work for sliders */
.query-container:has(.gb-query-loop-wrapper:empty) {
    display: none;
}


/* Improve appearance of password form for private pages */
.post-password-form {
	max-width: 768px;
	padding: 8rem 0px;
	margin-inline: auto;
	text-align: center;
}