/*
Theme Name: Meals On Wheels
Theme URI: http://wordpress.org/
Description: The 2015 theme for Meals On Wheels Australia.
Author: Kitka Hiltula and Alan Reddick
Version: 1.0
*/

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
p {
	margin-top: 0px;
	padding-top : 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-align: left;
}
h1 {
	font-size: 150%;
	color: #0059a9;
}
h2 {
	font-size: 150%;
	color: #00a9e0;
}
h3 {
	font-size: 130%;
	color: #00a9e0;
}
h4 {
	font-size: 110%;
	color: #00a9e0;
}
h5 {
	font-size: 100%;
	color: #00a9e0;
	font-style: italic;
}
h6 {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #00a9e0;
}
p, li {
	line-height: 150%;
}
a {
	text-decoration: none;
}
a:link {
	color: #34b233;
}
a:visited {
	color: #34b233;
}
a:hover {
	color: #008540;
}
a:active {
	color: #008540;
}
.alignleft {
	float: left;
	clear: left;
	margin-right: 5px;
}
.alignright {
	float: right;
	clear: right;
	margin-left: 5px;
}
.aligncenter {
	display: block;
	margin: 0px auto;
}

blockquote {
	background-color: #f9f9f9;
	background-image: url(images/blockquote.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 18px 18px 20px;
	text-indent: 12px;
	margin: 0;
	font-family: "Times New Roman", Palatino, "Century Schoolbook L", serif;
	font-size: 110%;
	color: #595959;
	font-style: italic;
}
header {
	width: 100%;
	border-bottom: 1px solid #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#headcontent {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#logoarea {
	width: calc(100% - 36px);
	padding: 0px 18px;
	position: relative;
}
#logoarea:after {
	content: ".";
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
}
#logo {
	position: relative;
	float: left;
	width: 70%;
	padding-top: 15px;
}
#logo img {
	width: 100%;
	height: auto;
}
#mtjam {
	position: relative;
	float: left;
	width: 30%;
	text-align: right;
	padding-top: 15px;
	background-image: url(images/Blue-button.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#mtjam img {
	width: 60%;
	height: auto;
}
#mtjam:hover {
	position: relative;
	background-image: url(images/Blue-button-on.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

#navigation {
	width: 100%;
	height: 34px;
	background: rgb(82,185,220);
}
#mainmenu {
	display: none;
}
/* menu icon */
#menu-icon {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 34px;
	line-height: 34px;
	padding: 0px 20px 0 20px;
	cursor: pointer;
	display: block; /* show menu icon */
	color: #FFF;
	font-family: 'Michroma', sans-serif;
	text-transform: uppercase;
	font-size: 150%;
	border: none;
}
#menu-icon span {
	font-family: 'FontAwesome';
}
#menu-icon:hover {
	color: #e9e9e9;
}
#menu-icon.active {
	color: #e9e9e9;
}
/* main nav */
#mobilemenu ul {
	clear: both;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	background: #FFF;
	display: none;
	border-bottom: 1px solid #E5E5E5;
}
#mobilemenu li {
	clear: both;
	float: none;
	margin: 0px;
	list-style: none;
	padding: 0px;
	text-align: left;
}
#mobilemenu a, #mobilemenu ul a {
	display: block;
	padding: 0;
	border: none;
	line-height: 42px;
	font-family: 'Michroma', sans-serif;
	font-size: 100%;
	padding: 0px 20px;
	border-top: 1px solid #E5E5E5;
}
#mobilemenu a:link, #mobilemenu ul a:link {
	color: #FFF;
	background: rgb(46,49,146); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(46,49,146,1) 0%, rgba(82,185,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(46,49,146,1) 0%, rgba(82,185,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(46,49,146,1) 0%, rgba(82,185,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031f73', endColorstr='#00a9e0', GradientType=1 ); /* IE6-9 */
}
#mobilemenu a:visited, #mobilemenu ul a:visited {
	color: #FFF;
	background: rgb(46,49,146); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(46,49,146,1) 0%, rgba(82,185,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(46,49,146,1) 0%, rgba(82,185,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(46,49,146,1) 0%, rgba(82,185,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031f73', endColorstr='#00a9e0', GradientType=1 ); /* IE6-9 */
}
#mobilemenu a:hover, #mobilemenu ul a:hover {
	color: #FFF;
	background: rgb(46,49,146); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(82,185,220,1) 0%, rgba(46,49,146,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(82,185,220,1) 0%, rgba(46,49,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(82,185,220,1) 0%, rgba(46,49,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031f73', endColorstr='#00a9e0', GradientType=1 ); /* IE6-9 */
}
#mobilemenu a:active, #mobilemenu ul a:active {
	color: #FFF;
	background: rgb(46,49,146); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(82,185,220,1) 0%, rgba(46,49,146,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(82,185,220,1) 0%, rgba(46,49,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(82,185,220,1) 0%, rgba(46,49,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031f73', endColorstr='#00a9e0', GradientType=1 ); /* IE6-9 */
}
/* dropdown */
#mobilemenu ul ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#mobilemenu ul ul a {
	padding: 0px 0px 0px 40px;
}
#content {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 18px;
}
#frontpage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.featured {
	width: 100%;
}
.featured p {
	text-align: justify;
}
.featuredImg {
	width: calc(100% - 8%);
	margin-left: 4%;
	margin-right: 4%;
}
.featuredImg img {
	width: 100%;
	max-width: 280px;
	height: auto;
	display: block;
	margin: 0px auto;
}
.featuredContent, .covidinfo {
	width: calc(100% - 8%);
	padding-left: 4%;
	padding-right: calc(4% - 1px);
	border-right: solid 1px #e1e1e1;
}
.featured:last-child .featuredContent {
	border-right: none;
}
.featuredLinks {
	width: calc(100% - 8%);
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 15px;
	text-align: center;
}
.frontpageside ul {
	margin: 0px;
	padding: 0px;
}
.frontpageside li {
	list-style: none;
	line-height: 120%;
}
.frontpageside li:after {
	margin: 6px auto;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	content: " ";
	border-bottom: solid 1px #e1e1e1;
}
hr {
	height: 1px;
	border: 0;
	background-color: #e1e1e1;
	clear: both;
}
#page {
	width: 94%;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
.pageContent {
	width: 96%;
	padding-left: 2%;
	padding-right: calc(2% - 1px);
	border-bottom: solid 1px #e1e1e1;
}
.pageContent:last-child {
	border-bottom: none;
}
.pageContent:nth-child(even) img {
	border-right: none;
	width: 180px;
	height: auto;
}
.pageContent p {
	text-align: justify;
}
.newspage img {
	width: 100%;
	height: auto;
}

footer {
	height: auto;
	background-color: #00a9e0;
	font-size: 80%;
}
#footerContent {
	width: 92%;
	padding-top: 3px;
	margin-left: 4%;
	margin-right: 4%;
	color: #FFF;
}
#footermenu ul {
	padding: 0px;
	margin: 0px;
	clear: both;
}
#footermenu li {
	display: inline-block;
	float: left;
}
#footermenu a {
	display: block;
	padding: 10px;
	color: #FFF !important;
}

#copyright {
	width: 100%;
	clear: both;
	padding-left: 10px;
}
#copyright a {
	color: #FFF !important;
}
.LinkButton a {
	display: block;
	max-width: 215px;
	background-color: #00a9e0;
	color: #FFF;
	font-weight: 300;
	font-size: 110%;
	padding: 8px;
	border-bottom-left-radius: 10px;
	text-align: left;
}
.LinkButton a:hover {
	display: block;
	background-color: #031f73;
	color: #FFF;
	padding: 8px;
	border-bottom-left-radius: 10px;
}
#AustraliaMap {
	text-align: center;
	width: 90%;
}
svg {
	display: none;
}
form[id^=gform_] {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
form[id^=gform_] input[type=text] {
	width: 100% !important;
	height: 30px;
	margin: 0px;
	line-height: 25px;
	padding: 0px 5px;
	border: solid 1px #ebebeb;
	background-color: #ebebeb;
	font-size: 100%;
	color: #595959;
	display: block;
}
form[id^=gform_] textarea {
	height: 30px;
	margin: 0px;
	line-height: 25px;
	padding: 0px 5px;
	border: solid 1px #ebebeb;
	background-color: #ebebeb;
	font-size: 100%;
	color: #595959;
}
form[id^=gform_] input[type=submit] {
	width: 75px;
	margin: 0px;
	line-height: 25px;
	padding: 0px;
	border: solid 1px #00a9e0;
	border-radius: 0px 0px 0px 10px;
	background-color: #00a9e0;
	color: #FFF;
	font-size: 100%;
}
form[id^=gform_] input[type=submit]:hover {
	width: 75px;
	margin: 0px;
	line-height: 25px;
	padding: 0px;
	border: solid 1px #031f73;
	border-radius: 0px 0px 0px 10px;
	background-color: #031f73;
	color: #FFF;
	font-size: 100%;
}
form[id^=gform_] select {
	width: 100% !important;
	height: 30px;
	margin: 0px;
	line-height: 25px;
	padding: 0px 5px;
	border: solid 1px #ebebeb;
	background-color: #ebebeb;
	font-size: 100%;
	color: #595959;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url(images/select.png);
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}
.date {
	color: #9B9B9B;
}

iframe {
	width: 100%;
}
small {
	line-height: 100%;
}
td {
	padding-right: 8px;
}
.entrytext img {
	width: auto;
	max-width: 100%;
	height: auto;
}