/*
Theme Name: Kyle Ward Optometrist
Theme URI: http://www.kyleward.com.au/
Description: Kyle Ward Optometrist
Author: AG
Author URI: http://www.andrewgoode.com/
Version: 1
*/

a { color:#2C5269; }
a:link {
	font-weight: 600;
	color:#2C5269;
	text-decoration:none;
}
#homelinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}
#homelinks h2 {
	font-size: 1.25em;
}
#homelinks a {
	display: block;
	width: 258px;
	height: 120px;
	font-size: 15px;
	font-weight: 400;
}

.post-title a {
	color:#2C5269;
	text-decoration:none;
}

a:visited {
	color:#2C5269;
	text-decoration:none;
}

.post-title a:visited {
	color:#2C5269;
}

a:hover {
	color:#2C5269;
	text-decoration:underline;
}

a img {
	border-width:0;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 3px solid #888;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background:#fff;
	margin:0;
	padding:0;
	font: 16px 'Open Sans',Arial,Helvetica,Sans-Serif;
	font-weight: 400;
	color:#444;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1,h2,h3 {
	font-weight: 300;
	color:#07458c;
}

img {
	max-width: 100%;
}

ol#comments li p {
	/*font-size: 100%;*/
}

table {
	margin: 0;
	border-collapse:collapse;
}
td {vertical-align:top;}

ul {
	margin:0;
}


/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	/*font-weight: bold;*/
}

.clear {
	clear: both;
}

.clear0 {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.contactformfield {
	width: 480px;
	background-color: #bbf;
	border:0 none;
	padding:3px;
}

.contactformbutton {
	margin:0;
	border:0 none;
	padding:5px;
	background-color: #B6AE76;
	text-transform: uppercase;
	font-size: .9em;
	/*font-weight:bold;*/
	cursor:pointer;
}

.captchafield {
	width: 50px;
	background-color: #bbf;
	border:0 none;
	padding:3px;
}

.date-header {
	color: #475369;
	margin:1em 0 .5em;
}

.fc {overflow: hidden;}
.float {float: left;}
.floatr {float: right;}

.meta {
	/*font-size: .75em;*/
	font-weight: normal;
	font-style:normal;
	/*letter-spacing: 0;*/
	color:#777;
	padding: 10px 0 10px 0;
}

.meta, .feedback {
	/*font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;*/
	text-transform:uppercase;
	letter-spacing:.1em;
	/*display: inline;
	margin:0;*/
}

.meta li, ul.post-meta li {
	display: inline;
}

/*
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
*/

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}

.padb10 {padding-bottom: 10px;}
.padt10 {padding-top: 10px;}

.post {
	margin:0 0 0 0;
	/*border-bottom:1px dotted #444;*/
	padding-bottom:1em;
}

.postthumb {
	float: left;
	margin: 10px 20px 10px 0;
	width: 100px;
	height: 100px;
}

.post p {
	margin:0 0 .75em;
	line-height:1.6em;
}

.post img {
	padding:0px;
	border: none;
}

.post blockquote {
	margin:1em 20px;
}

.post blockquote p {
	margin:.75em 0;
}

.rad5 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.small {
	font-size: .8em;
}




#rap {
	max-width:960px;
	margin:0 auto;
	padding:0;
}

#menu {
	width:180px;
	float:right;
}

#content {
	padding: 0 20px;
}

#header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px 15px;
	padding: 30px 5px 30px 15px;
}
#headermenu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 15px;
}
#headermenu a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #07458c !important;
}
#headermenu a:hover {
	background-color: #eee;
	text-decoration: none;
}

#banner {
	padding: 13px;
	font-size: 0;
	border-radius: 9px;
}
#banner img {
	width: 100%;
}
#quote {
	margin: 20px 0 0 30px;
	padding: 0 30px;
	font-size: 2em;
	font-weight: 300;
	color: #07458c;
	text-indent: -30px;
	text-align: center;
}

.featurebox {
	display: block;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #eee;
	padding: 10px 18px;
	background-color: #eee;
}

a.featurebox:hover {
	border-color: #eee;
	text-decoration: none;
	background-color: #f5f5f5;
}
.featurebox h2 {
	margin: 0;
	font-size: 1.3em;
	font-weight: 400;
}

#post-content {
	margin-top: 20px;
	/* padding: 0 15px; */
}

#footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin: 20px 0 50px 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 20px 20px 10px 20px;
	background-color: #00254f;
	color: #ccc;
}
#footer > div {
	margin-bottom: 10px;
}
#footer a { color:#8DACB8; }
#footer a:hover {
	color:#8DACB8;
	text-decoration:underline;
}

.home-notice {
	margin-bottom: 30px;
	border-radius: 9px;
	padding: 20px;
	background-color: beige;
	color: #444;
	text-align: center;
}
