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

blockquote.wp-block-quote {
    font-size: inherit;
    font-style: inherit;
}

.wp-block-cover__inner-container h1, .wp-block-cover__inner-container h2 {
	margin: 0 20px 20px 20px;
}
h2, h3, h4 {
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    font-weight: 600;
}
figcaption.blocks-gallery-caption {
    font-size: small;
    font-style: italic;
}
.wp-block-cover {
    padding: 0px;
}

ul {
    list-style: square;
}

ol, ul {
    margin: 0 0 1em 2em;
}

.entry-content li {
    margin-bottom: 0.6em;
}

h2.entry-title {
	font-size: 22px;
}

.entry-summary:not(:first-child) {
    margin-top: 0.5em;
}