/*
Theme Name: Kellehers
Author: Optimising
Author URI: http://www.optimising.com.au
Description: Custom WordPress Theme
Version: 1.0
*/




/* =Reset
-------------------------------------------------------------- */
<head>
<title>Kellehers Australia</title>
</head>

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* =ACMP Grid
----------------------------------------------- */

.columns {
	padding:0;
	width: auto;
	max-width: 1024px;
	height:100%;
	margin: 0 auto;
	clear:both;
	display:block;
	position:relative;
}
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .left, .right {
	padding:0 25px;
	float:left;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	letter-spacing: 0;
}
.collapse {
	padding-left:0!important;
	padding-right:0!important;
}
.collapse-left {
	padding-left:0!important;
	clear:left;
}
.collapse-right {
	padding-right:0!important;
}
.one {
	width: 8.3333%;
}
.two {
	width: 16.6666%;
}
.three {
	width: 25%;
}
.four {
	width: 33.3332%;
}
.five {
	width: 41.6666%;
}
.six {
	width: 50%;
}
.seven {
	width: 58.3333%;
}
.eight {
	width: 66.6665%;
}
.nine {
	width: 75%;
}
.ten {
	width: 83.3333%;
}
.eleven {
	width: 91.6666%;
}
.twelve {
	width: 100%;
	clear:both;
}
.left {
	width:70%;
}
.right {
	width:30%;
}

/* =Global
----------------------------------------------- */
* {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	min-height:100%;
	height:100%;
}
body,
button,
input,
select,
textarea {
	color: #111;
	font-family: Lato, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
body {
	background:url(img/bg.jpg) top left no-repeat fixed;
	background-size:cover;
}
#overlay {
	position:fixed;
	z-index:-1;
	top:0;
	width:100%;
	height:100%;
	left:0;
	background:url(img/pixelka.png);
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Crimson Text", Georgia, "Times New Roman", serif;
	clear: both;
}
h1 {
	font-weight:700;
	font-size:14px;
	color:#a6222f;
	letter-spacing:1px;
	margin-bottom:14px;
	line-height:1;
	max-width:540px;
	display:block;
	text-transform:uppercase;
}
h1 .caps {
	position:relative;

}
h2 {
	font-weight:normal;
	font-style:italic;
	margin-bottom:16px;
	font-size:18px;
	color:#222;
	letter-spacing:1px;
}
h3 {
	font-size:18px;
	color:#a6222f;
	margin-bottom:12px;
}
h4 {
	font-size:16px;
	margin-bottom:16px;

	line-height:1;
}
h5 {
	font-weight:700;
	margin-bottom:10px;
	font-size:13px;
	color:#a6222f;
	text-transform:uppercase;
	letter-spacing:1px;
}
h5 .caps {
	position:relative;
	top:-1px;
}
hr {
	border:0;
	border-bottom:1px dotted #ccc;
	background:transparent;
	height: 0px;
	margin:16px 0;
	width:100%;
	display:block;
}
hr.red {
	border:0!important;
	height:1px!important;
	background: #e4bcc0;
	background: -moz-linear-gradient(left,  #e4bcc0 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4bcc0), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #e4bcc0 0%,#ffffff 100%);
	background: -o-linear-gradient(left,  #e4bcc0 0%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #e4bcc0 0%,#ffffff 100%);
	background: linear-gradient(to right,  #e4bcc0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4bcc0', endColorstr='#ffffff',GradientType=1 );
}
p {
	text-align:justify;
	margin-bottom:16px;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: "crimson text",Georgia,"Times New Roman",serif;
	font-style:italic;
	color:#666;
	font-size:16px!important;
	text-align:left!important;
	margin-bottom:5px;
}
cite {
	color:#666;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=tel],
input[type=email],
textarea {
	color: #666;
	border:1px solid #ccc;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	font-size:14px!important;
	padding:5px 8px!important;
	width:100%!important;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a, a:visited {
	color: #444;
}
a:hover,
a:focus,
a:active {
	color: #999;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}



/* =Menu
----------------------------------------------- */

#wrapper {
	min-height: 100%;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 30px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);
	background:#fff;
}
#main {
	overflow:auto;
	padding-bottom: 130px;
	height:100%;
}
.push {
	height:120px;
}
#content {
	padding:0 13px;
	float:left;
	min-height:100%;
	width:100%;
}
article {
	position:relative;
}
#buttons {
	width:93px;
	height:15px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	background:url(img/buttons.png) top left no-repeat;
	display:none;
}
#buttons a {
	position:relative;
	width:25%;
	height:100%;
	display:block;
	background:transparent;
	float:left;
}
header#top {
	background:url(img/header.jpg) top left no-repeat;
	height:176px;
	width:100%;
	padding:73px 24px 0 24px;
	margin-bottom:15px;
}
header#top .vcard {
	float:right;
	font-size:24px;
	font-family: "Crimson Text", Georgia, "Times New Roman", serif;
	color:#333;
	font-weight:400;
	display:block;
	clear:both;
}
header#top .vcard .tel {
	text-shadow:1px 1px 5px #fff,-1px -1px 10px #fff,1px 1px 2px #fff;
}
header#top .vcard .tel:before {
	content:url(img/telephone.png);
	position:relative;
	padding-right:10px;
	top:1px;
}
header#top nav {
	float:right;
	display:block;
	width:100%;
}
header#top nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float:right;
}
header#top nav div > ul > li {
	float: left;
	position: relative;
	display:inline-block;
	margin-left:20px;
}
header#top nav a {
	color:#222;
	display: block;
	text-decoration: none;
	font-family: "Crimson Text", Georgia, "Times New Roman", serif;
	font-weight:600;
	padding:5px 0 5px 10px;
	text-shadow:1px 1px 5px #fff,-1px -1px 10px #fff,1px 1px 2px #fff;
	font-size:16px;
}
header#top nav ul ul {
	-moz-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 99999;
	background:#fff;
}
header#top nav ul li.swap ul {
	left:auto;
	right:0;
}
header#top nav ul li:hover ul {
	display:block;
}
header#top nav ul ul ul {
	left: 100%;
	top: 0;
}
header#top nav ul ul a {
	width: 200px;
	font-size:14px;
	font-weight:400;
	border-bottom:1px solid #eee;
}

header#top nav ul li:hover ul {
display: block;
left: auto;
right: 0;
}

article h1.entry-title {
	font-size:20px;
	letter-spacing:0;
	margin-bottom:8px;
}
#primary ul {
	margin-bottom:18px;
	margin-left:15px;
}
#primary ol {
	margin-bottom:18px;
	margin-left:18px;
}
#primary ul ul {
	margin:3px 0 3px 10px;
}
#primary ul li {
	list-style-type:none;
	position:relative;
	margin-left:10px;
	margin-bottom:2px;
}
#primary ul li:before {
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #222;
	top:8px;
	left:-10px;
}
#primary .entry-meta {
	margin-bottom:15px;
	font-size:12px;
}
#primary .nav-previous {
	float:left;
	width:48%;
	font-size:12px;
	margin-bottom:16px;
}
#primary .nav-next {
	float:right;
	width:48%;
	text-align:right;
	font-size:12px;
	margin-bottom:16px;
}	

.hideonmobile {
position:absolute;
top:0px;
left:0px;
}


/* =Form Styling
----------------------------------------------- */

ul.gform_fields {
	margin:0!important;
}
ul.gform_fields li {
	list-style-type:none;
	position:relative;
	margin-left:0!important;
	margin-bottom:0px;
}
ul.gform_fields li:before {
	display:none;
}
.gform_footer {
	margin-top:0!important;
	padding-top:10px!important;
}
.gform_wrapper .top_label .gfield_error {
	width:100%!important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	width:46%!important;
	margin-right:0!important;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width:100%!important;
}

/* =Aside
----------------------------------------------- */
aside {
	margin-bottom:16px;
}
aside.widget_links h5,
aside .gfield_label {
	display:none!important;
}
aside #field_5_1 {
	margin-bottom:10px;
}
aside a {
	font-family: "Crimson Text", Georgia, "Times New Roman", serif;
	font-weight:700;
	font-size:15px;
}
aside a {

}
aside .meta {
	margin:10px 0;
	font-size:12px;
	font-style:italic;
}
aside .post-date {
	display:block;
	width:100%;
	font-size:12px;
}
aside ul {
	list-style-type:none;
}
aside ul li {
	margin:0 0 0px 10px;
	position:relative;
}
aside ul li:before {
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #222;
	top:8px;
	left:-10px;
}
aside p {
	font-size:12px;
	margin:10px 0;
}
aside a.readmore {
	font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#cf6f79;
}
aside:last-child hr {
	display:none!important;
}

/* =Search Form
----------------------------------------------- */

#searchform input[type="text"] {
	-webkit-appearance: textfield; 
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.05);
	border:1px solid #ddd;
	border-radius:999px;
	-moz-border-radius:999px;
	-webkit-border-radius:999px;
	padding:8px 10px!important;
	font-size:14px!important;
	width:100%;
}
#searchform input[type="text"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
::-webkit-input-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; }
:-ms-input-placeholder { color:#ccc; }
input:-moz-placeholder { color:#ccc; }
#searchform {
	position:relative;
}
#searchsubmit {
	text-indent:-9999px;
	border:0;
	background:transparent url(img/searchbutton.png) center center no-repeat;
	position:absolute;
	right:8px;
	top:8px;
	width:36px;
	height:21px;
	display:block;
	cursor:pointer;
}
#searchsubmit:hover {
	opacity:0.5;
}

/* =Footer
----------------------------------------------- */
footer#bottom {
	font-size:12px;
	line-height:1.25;
	color:#444;
	position: relative;
	margin-top: -130px;
	height: 130px;
	clear:both;
	display:block;
	width:100%;
	padding:0 20px;
}
footer .textwidget {
	float:right;
	clear:both;
	display:block;
	width:100%;
	text-align:right;
}
footer ul a {
	font-size:10px;
	text-decoration:none;
}
footer ul {
	float:right;
}
footer ul li {
	display:block;
	float:left;
	margin-left:20px;
	text-transform:uppercase;
}
	
footer .accreditation img {
	float:left;
	position:relative;
	padding-right:12px;
	display:block;
	padding-top:3px;
}

.button, .btn, .page-numbers {
	font-family:"Lato",Arial,sans-serif;
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 12px!important;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration:none;
	font-size:12px;
}
a.page-numbers {
	text-decoration:underline;
}

.show {
	display:none!important;
}

/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 960px) and (min-width: 800px) {



header#top nav div > ul > li {
margin-left: 2px;
}

}



@media screen and (max-width:799px) {

.hide {
	display:none!important;
}
.show {
	display:block!important;
}
.columns {
	margin: 0;
	width:100%;
	padding:0!important;
}
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .left, .right {
	display: block;
	width:100%;
	margin: 0;
	padding:0;
}
body {
	background:#fff;
}

.hideonmobile {
	display:none;
}

header#top {
	background:transparent!important;
	background-image:none;
	margin:0;
	padding:30px 20px 20px;
	text-align:center;
	height:auto;
}
header#top img.show {
	width:221px;
	margin:0 auto 15px auto;
	display:block;
}
header#top .vcard {
	float:none;
}
header#top select {
	width:100%;
	padding:5px;
	margin:15px 0 25px 0;
}
#wrapper {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
}
#content {
	padding:0 20px;
}
footer#bottom {
	height:auto;
}
footer#bottom .textwidget {
	text-align:left;
	margin-top:15px;
}
footer#bottom #menu-footer {
	float:left;
	margin-bottom:15px;
}
footer#bottom #menu-footer li {
	display:block;
	float:left;
	margin-left:0;
	width:100%;
}
footer#bottom #menu-footer li a {
	padding:5px 0;
	display:block;
}

