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

.wp-block-image img {
	border: 5px solid #ccc;
}

.entry-content h2,h3,h4 {
    margin-top: 2em;
}

b, strong{
	font-weight:800;
}

.wp-block-table.is-style-stripes{
	border-bottom:none;
}

.wp-block-table.is-style-stripes table{
	border:none;
}

.entry-content h4{
	font-weight:bold;
}

a:hover, a:focus{
	text-decoration:underline;
	color:#9b3d01;
}

.entry-title a:hover, .entry-title a:focus{
	text-decoration:none;
}

.widget_recent_entries ul li{
	padding-bottom:15px;
}