/*   
Theme Name: KCDC - A Thematic Child Theme
Theme URI: http://kcdrycleaning.com.au
Description: Custom Thematic Child Theme for Karl Chehade Dry Cleaning.
Author: Simon Perrin
Author URI: http://duografik.com.au
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Include webfonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { color: #002395 }

/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    background-image: url(images/page-bg.png);
	background-repeat: repeat-x;
	background-position: top;
    min-width: 740px;
}

.img-responsive {
	max-width: 100%;
    height: auto;
}

#header {
    position:relative;
}

#branding {
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	height: 199px;
    width: 740px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
#access .menu {
    width: 740px;
    height: 36px;
    margin:0 auto;
}
#main {
    width: 740px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:530px;
    float:right;
    margin: 0 0 0 -210px;
    border-top: 13px solid #fdc82f;
}
#content {
    width:530px;
    overflow:hidden;
    margin: 35px 0 0 0;
}
.hentry {
    width: auto;
}
.main-aside {
    width: 180px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#footer {    
    clear:both;
}
#subsidiary {
    width: 740px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width: 180px;
    float:left;
    margin:0 0 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width: 740px;
    margin: 0 auto;
}



/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin: 0;
	width: 740px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 0;
	width: 530px;
}

.page-template-template-page-fullwidth-php #comments {
    width: 530px;
}




/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 300;
    font-size:14px; 
    line-height: 17px;
    color: #37424a;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    font-size:14px;
    line-height:17px;
    margin:0 0 20px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    
}
th, td {
    padding: 0 20px 0 0;
}
hr {
    background-color:#fdc82f;
    border:0;
    height:1px;
    margin-bottom:20px;
}
.ie7 hr {
	background-color:transparent;
	color:#ccc;
}
a:link {
    color:#002395;
}
a:visited {
    color:#002395;
}
a:active,
a:hover {
    color: #002395;
    text-decoration: none;
}

h5 a:link {
	text-decoration: none;
}

h5 a:active, h5 a:hover {
	color: #37424a;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding: 0;
}
#blog-title {
    font-size:34px;
    font-weight: 700;
    line-height:40px;
    display:block;
    width: 280px;
    height: 150px;
    float: left;
    margin: 25px 0 0 30px;
}
#blog-title a {
    background-image: url(images/kcdc-logo-2017.png);
	background-repeat: no-repeat;
	background-size: 280px;
    color:#000;
    text-decoration:none;
    display:block;
    text-indent:-9000px;
    width: 280px;
    height: 150px;
    margin: 0;
}
#blog-title a:active,
#blog-title a:hover {
    color: #002395;
}
#blog-description {
    color:#002395;
    font-size: 28px;
    line-height: 30px;
    display: block;
    margin: 70px 18px 0 0;
    float: right;
    width: 220px;
    text-align: right;
}

#blog-description .green,
h1#blog-description .green {
	color: #008542;
}

#branding h1 {
	font-weight: 400;
}

h1#blog-description {
	clear: none;
	color:#002395;
	font-weight: 400;
	text-align: right;
}

#blog-description a:link,
#blog-description a:visited,
#blog-description a:active,
#blog-description a:hover {
	color: #fff;
	padding-top: 10px;
	display: block;
}

#header-buttons {
	float: none;
    width: 335px;
    height: 30px;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: 17px;
}

#sa-button, #qld-button {
	display: block;
	width: 150px;
	height: 25px;
	float: right;
	margin-left: 15px;
}

#sa-button img, #qld-button img {
	width: 150px;
	height: 25px;
}



/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height: 36px;
    font-size:16px;
    overflow:visible;
    z-index:100;
    width: 740px;
    margin: 0 auto;
    background-color: #002395;
	font-weight: 700;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height: 36px;
}
.sf-menu ul {
	position:absolute;
/* 	top:-999em; */
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

.sf-menu ul {
	display: none !important;
    visibility: hidden !important;
	transition: 0.5s ease all;
}

body .menu .sf-menu li:hover>ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

.sf-menu li.sfHover a {
	color: #fff;
}

body .menu .sf-menu li:hover>a {
    color: #fdc82f;
}



/*** COLOR SKIN ***/

/* main ul element */
.sf-menu {
	float:left;
	margin-left: 27px;
}

/* general link styles*/
.sf-menu a {
	display: block;
	padding: 0 12px;
	margin: 0 3px;
	text-decoration:none;
}

.sf-menu li {
	text-transform: uppercase;
}

.sf-menu li li, .sf-menu li li li {
	text-transform: none;
}

/*** 1st Level ***/

/* 1st level links, no hover, no visits */
.sf-menu li a {
	color: white;
}

/* 1st level links, while hovering over sub menu */
/* .sf-menu li.sfHover a{
	color: #fdc82f;
} */

/* 1st level links, hover */
.sf-menu li a:hover {
	color: #fdc82f;
}

/* 1st level current page */
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    color: #fdc82f;
}

/*** 2nd level ***/

/* sub menu */
.sf-menu ul {
    font-size: 14px;
    line-height: 25px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:36px; /* overriding essential styles- adjust if you have gaps between first level and drop-down sub menu*/
}
.sf-menu ul ul {
    margin-top:0; /*unlikely to need adjusting */
}

/* 2nd level links, no hover */
.sf-menu li li a, .sf-menu li.sfHover li a {
	color: #002395;
	background-color: #fdc82f;
	margin: 0 0;
}

/* 2nd level links, while hovering over sub menu */
.sf-menu li li.sfHover a{
	color: #002395;
	background-color: #fdc82f;
}

/* 2nd level links, hover */
.sf-menu li li a:hover, .sf-menu li.sfHover li a:hover {
	color: #002395;
	background-color: #fcf4d9;
}

/* 2nd level current page */
.sf-menu li li.current_page_item a,
.sf-menu li li.current_page_ancestor a,
.sf-menu li li.current_page_parent a {
	color: #002395;
	background-color: #fcf4d9;
}

/*** 3rd Level and beyond ***/

/* 3rd level links, no hover */
.sf-menu li li li a, .sf-menu li.sfHover li li a {
	color: #002395;
	background-color: #fdc82f;
	margin: 0 0;
}

/* 3rd level links, hover */
.sf-menu li li li a:hover, .sf-menu li.sfHover li li a:hover {
	color: #002395;
	background-color: #fcf4d9;
}



/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding: 0 0 20px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #002395;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 0 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-size:26px;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #002395;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #002395;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding: 0 0 0 0;
}

/* Main body heading styles */

.entry-content h1,
.entry-content h2 { /* Largest heading style */
    font-size:18px;
    line-height: 21px;
    padding: 20px 0 20px 0;
    color: #002395;
    border-top: 1px solid #fdc82f;
}

.entry-content h3 { /* Intro para style */
    font-size:18px;
    line-height: 24px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #fdc82f;
    color: #002395;
    margin-bottom: 25px;
}

.entry-content h4, .gold-heading {
    font-size: 16px;
    line-height: 19px;
    color: #86734e;
    margin: 0;
    padding: 0;
}

.entry-content h5 {
	font-size: 16px;
	line-height: 19px;
    color: #002395;
    margin: 0;
    padding: 0;
}

.entry-content h6 {
	font-size: 16px;
	line-height: 19px;
    color: #002395;
    margin: 0;
    padding: 0 0 20px 0;
}

.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #002395;
}
.page .edit-link {
	clear:both;
	display:block;
}
.page-link {
	clear:both;
    font-size:13px;
    font-weight: 700;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight: 300;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #002395;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #002395;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-size:15px;
    font-weight: 700;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
    list-style:none;
}
#comments-list ul,
#comments-list ol {
    padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
    padding-bottom:0;
}
#comments-list .comment {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul .comment {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight: 700;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #002395;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #002395;
}
.comment-navigation {
    font-weight: 700;
	padding: 18px 0 24px;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight: 300;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #002395;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#002395;
    font-weight: 700;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
    color: #002395;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
    color:#666;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
    color: #002395;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #002395;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding: 0 0 0 0;
    margin-bottom:20px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight: 300;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:20px;
    background-color: #fdc82f;
    min-height: 80px;
}
#siteinfo {
	background-color: #002395;
    color:#fff;
    font-size:12px;
    line-height:14px;
    padding: 0;
    min-height: 80px;
    text-align: center;
}
#siteinfo a {
    color: #fdc82f;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #fdc82f;
    text-decoration: none;
}


/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content .wp-post-image {
	border: 1px solid #ccc;
	float:right;
	margin: 0 0 20px 18px;
	padding: 5px;
}
.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	border:1px solid #ccc;
	text-align: center;
	margin-bottom:18px;
	max-width: 96%;
	padding:9px 5px 0;
}
.wp-caption img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:18px 5px;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
    padding:0 0 22px 0;
	}
.gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	}
.gallery-icon {
	margin: 0 5px;
}
#content .gallery img {
    border: 1px solid #ccc;
	margin:0;
	padding: 6px;
}
.gallery-item img, .gallery-item img.thumbnail {
	margin: 0 auto;
	}
.gallery-caption {
	padding:6px 6px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}



/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/


/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: 700;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom: 20px;
}
ul {
	margin: 0 0 20px 20px;
}
ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight: 700;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: 700;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/


/* Additional Styles
-------------------------------------------------------------- */

/* Home Page Styles */

.home #home-banner {
	background-image: url(images/banner-home.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 228px;
}

.home #home-banner h1 {
	display: block;
	float: left;
	width: 360px;
	height: 90px;
	color: #fff;
	font-size: 60px;
	line-height: 90px;
	padding: 0 0 0 60px;
}

.home #home-banner p {
	display: block;
	float: left;
	width: 320px;
	height: 75px;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	margin-top: 15px;
}

.home #home-banner a:link, 
.home #home-banner a:visited,
.home #home-banner a:hover,
.home #home-banner a:active {
	color: White;
}

.home .title-overlay {
	float: left;
	display: block;
	width: 740px;
	height: 90px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 138px;
}

.home #home-banner a.free-pickup-icon {
	background-image: url(images/free-pickup.png);
	background-repeat: no-repeat;
	display: block;
	width: 94px;
	height: 78px;
	position: absolute;
	right: 28px;
	top: 28px;
}

.home #container {
    width:740px;
    margin: 32px 0 0 0;
    float: left;
    border: 0 none;
}

.home .infobox-twocol {
	float: left;
	width: 283px;
	height: 135px;
	padding: 0 37px 20px 37px;
	margin-bottom: 30px;
}

.home .infobox-twocol p {
	font-size: 16px;
	line-height: 19px;
	color: #002395;
}

.home .yellow-bg {
	background-color: #fcf4d9;
	margin-right: 13px;
}

.home .green-bg {
	background-color: #d6e6db;
	margin-left: 13px;
}

.home .infobox-twocol h3 {
	display: block;
	width: 241px;
	height: 28px;
	background-color: #fdc82f;
	color: #002395;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 28px;
	margin: -14px 21px 25px 21px;
	text-align: center;
}

.home .green-bg h3 {
	background-color: #008542;
	color: #fff;
}

.home .yellow-bg a:link, .home .yellow-bg a:visited, .home .yellow-bg a:active, .home .yellow-bg a:hover {
	color: #fdc82f;
}

.home .green-bg a:link, .home .green-bg a:visited, .home .green-bg a:active, .home .green-bg a:hover {
	color: #008542;
}

/* Four column structure */

#four-column-wrapper {
	float: left;
	width: 740px;
	margin: 0;
}

.home #four-column-wrapper .infobox-fourcol {
	float: left;
	width: 160px;
	padding: 0;
	margin: 0;
}

.home #four-column-wrapper .first-col {
	margin: 0 10px 0 20px;
	background-image: url(images/infobox-shirts.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 149px;
}

.home #four-column-wrapper .second-col {
	margin: 0 10px 0 10px;
	background-image: url(images/infobox-descare.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 149px;
}

.home #four-column-wrapper .third-col {
	margin: 0 10px 0 10px;
	background-image: url(images/infobox-hems.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 149px;
}

.home #four-column-wrapper .fourth-col {
	margin: 0 20px 0 10px;
	background-image: url(images/infobox-bridal.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 149px;
}

.home #four-column-wrapper .infobox-fourcol h3 {
	display: block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 11px;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0 132px 0;
}


.home #four-column-wrapper .first-col h3 {
	background-color: #002395; /* standard blue */
}

.home #four-column-wrapper .second-col h3,
.home #four-column-wrapper .third-col h3 {
	background-color: #0065bd;
}

.home #four-column-wrapper .fourth-col h3 {
	background-color: #850057;
}

.home #four-column-wrapper .infobox-fourcol p {
	font-size: 14px;
	line-height: 16px;
	margin-left: 11px;
}

.home #four-column-wrapper .first-col p,
.home #four-column-wrapper .first-col a:link,
.home #four-column-wrapper .first-col a:visited,
.home #four-column-wrapper .first-col a:active,
.home #four-column-wrapper .first-col a:hover {
	color: #002395;
}

.home #four-column-wrapper .second-col p,
.home #four-column-wrapper .second-col a:link,
.home #four-column-wrapper .second-col a:visited,
.home #four-column-wrapper .second-col a:active,
.home #four-column-wrapper .second-col a:hover {
	color: #0065bd;
}


.home #four-column-wrapper .third-col p,
.home #four-column-wrapper .third-col a:link,
.home #four-column-wrapper .third-col a:visited,
.home #four-column-wrapper .third-col a:active,
.home #four-column-wrapper .third-col a:hover {
	color: #002395;
}

.home #four-column-wrapper .fourth-col p,
.home #four-column-wrapper .fourth-col a:link,
.home #four-column-wrapper .fourth-col a:visited,
.home #four-column-wrapper .fourth-col a:active,
.home #four-column-wrapper .fourth-col a:hover {
	color: #850057;
}

.home #four-column-wrapper a.image-box {
	display: block;
	width: 149px;
	height: 149px;
	float: left;
	margin: -177px 0 0 11px;
}


/* Three column structure */

#three-column-wrapper {
	float: left;
	width: 740px;
	margin: 0;
}

.home #three-column-wrapper .infobox-threecol {
	float: left;
	width: 175px;
	padding: 0;
	margin: 0;
}

.home #three-column-wrapper .infobox-threecol img,
.home #four-column-wrapper .infobox-threecol img {
	margin-bottom: 15px;
}

.home #three-column-wrapper .infobox-threecol h3 {
	display: block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 11px;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0 142px 0;
}

.home #three-column-wrapper .first-col {
	margin: 0 47px 0 19px;
	background-image: url(images/infobox-descare.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.home #three-column-wrapper .first-col h3 {
	background-color: #0065bd;
}

.home #three-column-wrapper .second-col {
	margin: 0 47px 0 36px;
	background-image: url(images/infobox-hems.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.home #three-column-wrapper .second-col h3 {
	background-color: #002395;
}

.home #three-column-wrapper .third-col {
	margin: 0 19px 0 47px;
	background-image: url(images/infobox-bridal.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.home #three-column-wrapper .third-col h3 {
	background-color: #850057;
}

.home #three-column-wrapper .infobox-threecol p {
	font-size: 14px;
	line-height: 16px;
	margin-left: 11px;
}

.home #three-column-wrapper .first-col p,
.home #three-column-wrapper .first-col a:link,
.home #three-column-wrapper .first-col a:visited,
.home #three-column-wrapper .first-col a:active,
.home #three-column-wrapper .first-col a:hover {
	color: #0065bd;
}

.home #three-column-wrapper .second-col p,
.home #three-column-wrapper .second-col a:link,
.home #three-column-wrapper .second-col a:visited,
.home #three-column-wrapper .second-col a:active,
.home #three-column-wrapper .second-col a:hover {
	color: #002395;
}


.home #three-column-wrapper .third-col p,
.home #three-column-wrapper .third-col a:link,
.home #three-column-wrapper .third-col a:visited,
.home #three-column-wrapper .third-col a:active,
.home #three-column-wrapper .third-col a:hover {
	color: #850057;
}

.home #guarantee-banner {
	width: 740px;
	float: left;
	margin: 20px 0 0 0;
}

.home #guarantee-banner p {
	font-size: 22px;
	line-height: 27px;
	font-style: italic;
	text-align: center;
	color: #002395;
}

.home #three-column-wrapper a.image-box {
	display: block;
	width: 164px;
	height: 164px;
	float: left;
	margin: -177px 0 0 11px;
}

.kcdc-counter {
    width: 270px;
    height: 65px;
	border: 0 none;
    overflow:hidden;
    position:relative;
    float: left;
    margin: 12px 10px 0 30px;
}

.kilos {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 40px;
	color: white;
	width: 110px;
	height: 50px;
	margin-top: 12px;
	padding-top: 18px;
}


/* Page Styles */

#content .entry-title {
	display: none;
}

#page-banner {
	width: 740px;
	height: 228px;
	background-repeat: no-repeat;
}

.twocol-page-left {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}

.twocol-page-right {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

iframe {
	border: 1px solid #fdc82f;
}

.entry-content table h5 {
	padding-top: 20px;
}

.page-id-6 #page-banner { /* The Company */
	background-image: url(images/banner-company.jpg);
}

.page-id-38 #page-banner { /* GreenEarth */
	background-image: url(images/banner-greenearth.jpg);
}

.page-id-8 #page-banner { /* Services */
	background-image: url(images/banner-drycleaning.jpg);
}

.page-id-40 #page-banner { /* Dry Cleaning */
	background-image: url(images/banner-drycleaning-new.jpg);
}

.page-id-42 #page-banner { /* Shirts & Laundry */
	background-image: url(images/banner-drycleaning.jpg);
}

.page-id-44 #page-banner, .page-id-193 #page-banner { /* Curtain Cleaning */
	background-image: url(images/banner-curtains.jpg);
}

.page-id-47 #page-banner { /* Repairs & Alterations */
	background-image: url(images/banner-alterations.jpg);
}

.page-id-49 #page-banner { /* Free Pickup/Delivery */
	background-image: url(images/banner-freepickup.jpg);
}

.page-id-51 #page-banner { /* Cullachange */
	background-image: url(images/banner-colchange.jpg);
}

.page-id-53 #page-banner { /* Prestige Preservation */
	background-image: url(images/banner-prestige.jpg);
}

.page-id-56 #page-banner { /* Soft Furnishings */
	background-image: url(images/banner-softfurn.jpg);
}

.page-id-58 #page-banner, .parent-pageid-58 #page-banner { /* Leather, Suede, Fur */
	background-image: url(images/banner-leather.jpg);
}

.page-id-10 #page-banner, .parent-pageid-10 #page-banner { /* Stores */
	background-image: url(images/banner-stores.jpg);
}

.page-id-12 #page-banner, .parent-pageid-12 #page-banner, .page-id-442 #page-banner, .parent-pageid-442 #page-banner, .page-id-682 #page-banner { /* Franchises */
	background-image: url(images/banner-franchise.jpg);
}

.page-id-14 #page-banner, .page-id-197 #page-banner { /* Designer Care */
	background-image: url(images/banner-descare.jpg);
}

.page-id-16 #page-banner { /* Contact us */
	background-image: url(images/banner-contact.jpg);
}

.title-overlay {
	float: left;
	display: block;
	width: 740px;
	height: 55px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 173px;
}

.title-overlay h1.entry-title {
	color: white;
	font-size: 30px;
	line-height: 55px;
	padding: 0 0 0 210px;
}

.footer-box {
	width: 148px;
	float: left;
}

.footer-box h3 {
	display: block;
	width: 148px;
	height: 20px;
	background-color: #fdc82f;
	color: #002395;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

.right-side h3 {
	background-color: #d52b1e;
	color: #fff;
}

.left-side {
	margin: -10px 0 0 40px;
}

.middle-side {
	margin: -10px 108px 0 108px;
}

.right-side {
	margin: -10px 40px 0 0;
}

.sidebar-img {
	float: left;
	margin: 450px 0 0 90px;
}

p.page-top-link {
	clear: both;
}

a.top-link:link, a.top-link:visited, 
a.top-link:active, a.top-link:hover {
	color: #37424a;
}



/* Green Page Styling */

.green-page #container, .page-id-38 #container {
    border-top: 13px solid #008542;
}

.green-page .entry-content h1, 
.page-id-38 .entry-content h1,
.green-page .entry-content h2, 
.page-id-38 .entry-content h2 {
    color: #008542;
    border-top: 1px solid #008542;
}

.green-page .entry-content h3, .page-id-38 .entry-content h3 {
    border-bottom: 1px solid #008542;
    color: #008542;
}

.green-page .entry-content h5, .page-id-38 .entry-content h5, .page-id-38 .entry-content h6 {
    color: #008542;
}


/* Red Page Styling */

.red-page #container, .page-id-51 #container {
    border-top: 13px solid #d52b1e;
}

.red-page .entry-content h1, 
.page-id-51 .entry-content h1,
.red-page .entry-content h2, 
.page-id-51 .entry-content h2 {
    color: #d52b1e;
    border-top: 1px solid #d52b1e;
}

.red-page .entry-content h3, .page-id-51 .entry-content h3 {
    border-bottom: 1px solid #d52b1e;
    color: #d52b1e;
}

.red-page .entry-content h5, .page-id-51 .entry-content h5 {
    color: #d52b1e;
}


/* Maroon Page Styling */

.maroon-page #container, 
.page-id-53 #container {
    border-top: 13px solid #850057;
}

.maroon-page .entry-content h1, 
.page-id-53 .entry-content h1,
.maroon-page .entry-content h2, 
.page-id-53 .entry-content h2 {
    color: #850057;
    border-top: 1px solid #850057;
}

.maroon-page .entry-content h3, 
.page-id-53 .entry-content h3 {
    border-bottom: 1px solid #850057;
    color: #850057;
}

.maroon-page .entry-content h5, 
.page-id-53 .entry-content h5 {
    color: #850057;
}

/* Light Blue Page Styling */

.blue-page #container, 
.page-id-14 #container {
    border-top: 13px solid #0065bd;
}

.blue-page .entry-content h1, 
.page-id-14 .entry-content h1,
.blue-page .entry-content h2,
.page-id-14 .entry-content h2 {
    color: #0065bd;
    border-top: 1px solid #0065bd;
}

.blue-page .entry-content h3,
.page-id-14 .entry-content h3 {
    border-bottom: 1px solid #0065bd;
    color: #0065bd;
}

.blue-page .entry-content h5,
.page-id-14 .entry-content h5 {
    color: #0065bd;
}


/* Span styles for coloured text */

.yellow-text {
	color: #fdc82f;
}

.green-text, a.green-text {
	color: #008542;
}

.red-text {
	color: #d52b1e;
}

.maroon-text {
	color: #850057;
}

.blue-text {
	color: #0065bd;
}

.non-italic {
	font-style: normal;
}


/* Left Hand Sidebar Styles */

#left-hand-sidebar {
	float: left;
	width: 180px;
	margin: 48px 0 0 0;
	padding: 0;
}

.guarantee-icon {
	margin-top: 365px;
}

#left-hand-sidebar h3 {
	font-size: 20px;
	line-height: 24px;
	color: #002395;
}

.parent-pageid-10 #left-hand-sidebar h5 {
	font-size: 16px;
	line-height: 19px;
    color: #002395;
    margin: 0 0 7px 0;
    padding: 0;
}

.page-id-51 #left-hand-sidebar h3,
.red-page #left-hand-sidebar h3,
.page-id-51 #left-hand-sidebar a:link,
.red-page #left-hand-sidebar a:link {
	color: #d52b1e;
}

.maroon-page #left-hand-sidebar h3, 
.page-id-53 #left-hand-sidebar h3,
.maroon-page #left-hand-sidebar a:link, 
.page-id-53 #left-hand-sidebar a:link {
    color: #850057;
}

.blue-page #left-hand-sidebar h3,
.page-id-14 #left-hand-sidebar h3,
.blue-page #left-hand-sidebar a:link,
.page-id-14 #left-hand-sidebar a:link {
    color: #0065bd;
}


/* Stores section styles */

.gmap-canvas {
	border: 1px solid #fdc82f;
	margin-bottom: 20px;
	padding: 2px;
}


ul.sub-menu {
	max-width: 20em !important;
}

.menu-sa-stores-container a:link,
.menu-sa-stores-container a:visited,
.menu-vic-stores-container a:link,
.menu-vic-stores-container a:visited,
.menu-qld-stores-container a:link,
.menu-qld-stores-container a:visited {
	color: #37424a;
}

.menu-sa-stores-container a:hover,
.menu-sa-stores-container a:active,
.menu-vic-stores-container a:hover,
.menu-vic-stores-container a:active,
.menu-qld-stores-container a:hover,
.menu-qld-stores-container a:active,
.menu-sa-stores-container li.current-menu-item a,
.menu-vic-stores-container li.current-menu-item a,
.menu-qld-stores-container li.current-menu-item a {
	color: #002395;
}


/* Curtain Calculator Styles */

body.page-id-44 select, 
body.page-id-44 input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
			
body.page-id-44 form p {
	margin: 0 0 5px 0;
	padding: 0;
}
			
body.page-id-44 .form-content-row {
	float: left;
	margin-bottom: 15px;
	min-height: 22px;
}
			
body.page-id-44 .x-icon {
	float: left;
	display; block;
	text-align: center;
	line-height: 22px;
}
			
body.page-id-44 .total-text {
	float: right;
	display: block;
	padding-right: 10px;
	text-align: right;
	color: red;
	line-height: 22px;
}
			
body.page-id-44 .calculated {
	width: 92px;
	height: 16px;
	border: 1px solid #ccc;
	padding: 2px;
}
			
body.page-id-44 input#curtain-width, 
body.page-id-44 input#curtain-height {
	height: 22px;
	border: 1px solid #ccc;
	padding: 2px;
}
			
body.page-id-44 input#cleaning-button, 
body.page-id-44 input#pressing-button {
	color: red;
}
			
body.page-id-44 .calculated-total {
	width: 92px;
	height: 16px;
	border: 1px solid red;
	padding: 2px;
	color: red;
}

body.page-id-44 p.page-top-link {
	
}

body.page-id-44 h5,
body.page-id-10 h5 {
	font-size: 16px;
	line-height: 19px;
    color: #002395;
    margin: 0;
    padding: 0;
}

body.page-id-10 h5 {
	margin-bottom: 7px;
}

body.page-id-44 h5.border,
body.page-id-10 h5.border {
	border-top: 1px solid #fdc82f;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

body.page-id-44 h6,
body.page-id-10 h6 {
	font-size: 16px;
	line-height: 19px;
    color: #002395;
    margin: 0;
    padding: 0 0 20px 0;
}

body.page-id-44 .body-head {
	font-weight: 700;
	color: #002395;
}

body.page-id-44 p.small-text {
	font-size: 12px;
	text-align: right;
}


/* 2017 tweaks */

body.page-id-40 .title-overlay h1.entry-title {
	/* padding-left: 20px; */
}

.fb-footer {
	display: block;
	margin: 0 auto;
}

.sf-menu .home-icon {
    display: block;
    margin: 8px 0px;
    height: 18.5px;
    width: 22px;
    background: url(http://kcdrycleaning.com.au/wp-content/uploads/2017/11/home-icon-sprite.png) 0 0;
}

.sf-menu .home-icon:hover {
    background: url(http://kcdrycleaning.com.au/wp-content/uploads/2017/11/home-icon-sprite.png) 0 19px;
}

.four-col {
	width: 25%;
	float: left;
}

h3.red-border {
	color: #ff0000 !important; 
	border-top: 1px solid #ff0000; 
	border-bottom: 1px solid #ff0000; 
	padding: 5px 0;
}

img.print-logo,
img.print-image {
	display: none;
}

p.page-top-link {
	width: 740px;
    margin: 0 auto 50px auto;
}

p.page-top-link a.top-link {
	margin-left: 205px;
}

.page-id-38 #left-hand-sidebar h3 { 
	margin-bottom: 20px;
}

.entry-content table tr:first-child h5,
.entry-content table h5.first-title {
	padding-top: 0;
}
