/*
 Theme Name:   GeneratePress Child Theme
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       lacapra
 Author URI:   https://lacapracoffee.com
 Template:     generatepress
 Version:      0.1
*/

/* GeneratePress Site CSS */ 

/*bullet points styling*/
.entry-content ul li:not(.wp-block-latest-posts.is-grid li) {
    margin-bottom : 10px;
    position : relative;
}

.separate-containers .page-header {
	background: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-header h1 {
	font-size: 1.5em;
}

.button, .wp-block-button .wp-block-button__link {
	padding: 15px 35px;
}
	/* toc */
#toc_container {
margin-top: 2.2em;
margin-bottom: 2.2em;
padding: 20px;
width: auto;
}
/* Table of contents */
#toc_container a:link {
line-height: 1.8;
}
@media (max-width: 768px) {
	.post-image img {
		max-width: 100%;
	}
/* End GeneratePress Site CSS */