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

.footer-widgets {
	font-weight:lighter;
}
/* Sidebar */ 

aside {
	border-radius:.2em;
	padding:10px
	}
.sidebar .widget-title {
	background:#f5ab30;
	border: solid #f5ab30;
	border-radius:.2em;
	padding:.4em 1em;
	font-size:18px;
	line-height: 1;
	margin-bottom: .2em;
	}
.inner-padding {
	padding:.2em
	}
.sidebar .widget ul {
	font-size: .9em;
	margin-left: .7em 1.4em 0 1.4em;
	font-weight: lighter;
	}

/* Content */

.content-area h1 {
	font-size: 30px;
	font-weight: 600;
/*	color: #1c385b; */
	border-bottom: #f9f9f9 2px solid;
	padding: 0 0 10px 0;
}
.content-area h2 {
	font-size: 24px;
	font-weight: 600;
/*	color: #1c385b; */
}
.content-area h3 {
	font-size: 20px;
	font-weight: 500;
/*	color: #f69e20; */
}
table {
	border: 1px solid #1c385b;
}
thead, th {
	background: #1c385b;
	color: #fff;
	font-weight: lighter;
	border-right: 1px solid #fff;
}
th:last-child {
	border:0;
} 