/*
 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:      0.1
*/

h3 {
    margin-bottom: 8px;
    margin-top: 18px;
}

body.single-diseases #page,
body.error404 #page { max-width:100%; }
body.single-diseases #page > #content,
body.error404 #page > #content { padding:0; }


/* Page Headers */
div#page-header-2795 { min-height: 250px; }


/* Single Posts */
body.single-post #page { max-width: none; }
body.single-post #content { padding: 0; }


/* Elementor */
.elementor-widget-heading h2.elementor-heading-title {
    margin-top: 16px;
}

body.elementor_library-template-default #page {
    max-width: none;
    width: 100%;
}

body.elementor_library-template-default #content {
    padding: 0px;
}


@media only screen and (min-width:768px) {
	
	/* Page Headers */
	div#page-header-2795 { min-height: 375px; }
	
}

@media only screen and (min-width:1025px) {
	
	/* Page Headers */
	div#page-header-2795 { min-height: 525px; }
	
}