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


.single-post .entry-content a {
    text-decoration: underline;
	color: #f07836
}
.single-post .entry-content a:hover {
    text-decoration: underline;
	font-weight: bold;
	color: #f07836
}
.single-post .entry-content a:visited {
    text-decoration: underline;
	color: #f07836
}
.wp-show-posts-entry-title  {
	font-weight: bold;
	text-transform: none
}

/*
h1.entry-title, h2.entry-title, .widget-title
*/
h3.entry-title {
    text-align: center;
}
.single-post h3.entry-title {
    text-align: center;
}