/*
Theme Name: Twenty Seventeen Child 
Theme URI: http://project-outcomes.com.au
Description: Twenty Seventeen Child 
Theme Author: Richard Barancewicz
Author URI: http://bokhara-projects.com.au
Template: twentyseventeen 
Version: 1.0.3
Text Domain: twentyseventeen-child
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/




h1 {
	font-size: 23px;
/*	font-weight: bold; */
	line-height: 1.1em;
	color: #236329;
	text-align: center; 
	vertical-align: middle;
	margin-top:auto;
	margin-bottom: auto;
}

h2 {
	font-size: 59px;
/*	font-weight: bold; */
	line-height: normal;
	text-transform: uppercase;
	color: #236329;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-color: #D17C32;
	text-decoration-style: solid;
}

h3 {
	font-size: 35px;
	line-height: 1.1em;
	color: #D17C32;
	text-align: left;
	font-style: italic;
	margin-bottom: 15px;
}

h4 {
	font-size: 25px;
	line-height: 1.1em;
	color: #236329;
	text-align: left;
}

h2.widget-title {
	font-size: 1.5em;
	color: #236329;
	text-decoration-line: none:
}

h1.entry-title a {
	text-decoration-line: none;
	color: #D17C32;
	font-size: 26px;
	text-transform: none;
}


h2.entry-title a {
	text-decoration-line: none;
	color: #D17C32;
	font-size: 35px;
	text-transform: none;
}

.entry-title {
	text-decoration-line: none;
	color: #D17C32;
	font-size: 35px;
	text-transform: none;
}

.ListtileRow {
	margin-left: auto;
	margin-right: auto;
}

.ListTile {
	background-color: #F7F7F7;
/*	display:inline-block; */
	width:290px;
	height:172px;
	font-size: 35px;
	font-style: italic;
	line-height: 1.1em;
	color: #D17C32;
/*	text-align: center; */
	box-sizing: border-box;
	vertical-align: middle;
	padding: 20px 5px 0px;

}
.ListTilegold {
	background-color:#E0B38B;
/*	display:inline-block; */
	min-width:302px;
	min-height:224px;
	vertical-align: middle;
	font-size: 35px;
	padding:10px;
	line-height: 1.1em;
	color: #356823;
/*	text-align: center; */
	padding-top: 40px;
	box-sizing: border-box;

	
}
.ListTilegreen {
	background-color:#8BB18E;
/*	display:inline-block; */
	min-width:302px;
	min-height:224px;
	vertical-align: middle;
	font-size: 35px;
	padding:10px;
	line-height: 1.1em;
	color: #356823;
/*	text-align: center; */
	padding-top: 40px;
	box-sizing: border-box;
}

.TileTextWhite {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1em;
}

.navigation-top {
	border-bottom: none;
	border-top: none;
}


.navigation-top a {
	color: #D17C32;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: right;
/*	width: 100%; */
}

.no-margins {
	margin: 0px;
}

.page-one-column .panel-content .wrap {
		max-width: 935px;
}

.panel-content {
	border-bottom: 18px solid #D17C32;
	font-size: 1.1em;
}


.site-branding {
	padding: 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
	background-color: #FFFFFF;
}


.tophomelinks {
	font-family: serif;
	padding-top:26px;
	text-align: center;
	background-color: #F7F7F7;
	width: 334px;
	height: 102px;
	line-height: 1em;
/*	float:left; */
	box-sizing: border-box;

}

.homelinkgreen {
	color: #356823;
	font-size: 23px;

}	



.homelinkgold {
	color: #D17C32;
	font-size: 23px;
	
}

.site-footer {
	font-size: 1.1em;
	border-top: 0px;
}

.entry-content {
	font-size: 18px; /* 20250527 was 20px; */
	color: #236329;
}

.nav-title {
	color: #236329;
}

.wp-block-latest-posts__post-excerpt {
	font-size: 1.15em;
	color: #236329;
}

.wp-block-latest-posts__post-title {
	font-size: 2em;
	text-decoration-line: none;
	text-decoration-color: #236329;
	font-style: italic;
	color: #D17C32;
}

.wrap {
	padding-left: 1em;
	padding-right: 1em;
}

