/*
 Theme Name:   Green Shinto
 Theme URI:    
 Description:  Hemingway Child Theme for Green Shinto
 Author:       Rick Elizaga
 Author URI:   
 Template:     hemingway
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  green-shinto
*/

.widget::before,
.widget label {
	font-weight: bold;
	font-size:1rem;
}
.sidebar .widget_recent_entries::before {
	content:'Recent Posts';
}
.sidebar .widget_categories::before {
	content:'Categories';
}
.sidebar .widget_recent_entries .widget-content,
.sidebar .widget_categories .widget-content {
	padding-top: 1rem;
}
figcaption, .post-content, .post-meta, .post-nav, .post-edit-link, .widget, .widget select option {
	font-family:'Quattrocento Sans', sans-serif;
}
.post-meta a.post-edit-link {
	color: #1abc9c;
}
.header {
	padding: 50px 0;
}
@media ( max-width: 700px ) {
	.header.section {
		padding: 40px 0;
	}

@media ( max-width: 500px ) {
	.header.section {
		padding: 30px 0;
	}
}