/*
Theme Name: kidcandoodle
Theme URI: http://www.kidcandoodle.com
Author: Creative Perspective
Author URI: http://www.creativeperspective.com.au
Description: Description
Version: 1.1 Jan 2015
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kidcandoodle
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 kidcandoodle is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Structure and Layout
	13.1 Site Containers
14.0 Site Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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 centered 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/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #545454;
	font-family: Lora, serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.bluebutton {
	color: #fff;
	background-color: #00ace3;
	padding: 4px 20px 4px 8px;
	display: block;
	float: left;
	width: auto;
}

.bluebutton a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	font-family: Raleway, sans-serif;
}

.bluebutton a:hover {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Raleway, sans-serif;
}

h1, h1 a { /*head 1*/
	font-size: 30px;
	color: #000;
	font-weight: 500;
}

h1.drawing-gallery {
	margin-bottom: 8px;
}

.post h1, .post h1 a {
	font-size: 30px;
	color: #000;
	font-weight: 500;
}
h2, h2 a { /*head 2*/
	font-size: 24px;
	color: #000;
	font-weight: 300;
}
h3, h3 a { /*subhead 1*/
	font-size: 18px;
	color: #545454;
	font-weight: 700;
	text-transform: uppercase;
}
h4, h4 a { /*subhead 3*/
	font-size: 18px;
	color: #545454;
	font-weight: 500;
}

h5, h5 a { /*subhead 2*/
	font-size: 13px;
	color: #545454;
	font-weight: 500;
	text-transform: uppercase;
}
h6, h6 a { /*subhead 5*/
	font-size: 13px;
	color: #545454;
	font-weight: 500;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

h2 img {
	clear: both;
	display: block;
	float: left;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

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="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #00ace3;
	text-decoration: none;
}

a:visited {
	color: #00ace3;
}

a:hover,
a:focus,
a:active {
	color: #545454;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

#site-navigation {
	display: block;
	float: left;
	clear: none;
	width: 81.255%;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 17.87%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/*menu item classes*/

li.one a {
	background-image: url(i/nav/nav_blog.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:134px;
	height:111px;
	margin-right: 20px;
	margin-left: 20px;
	}
#site-navigation li.two a {
	background-image: url(i/nav/nav_fun-games.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:168px;
	height:111px;
	margin-right: 20px;
	}
li.three a {
	background-image: url(i/nav/nav_gallery.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:180px;
	height:111px;
	margin-right: 20px;
	}
li.four a {
	background-image: url(i/nav/nav_draw.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:132px;
	height:111px;
	margin-right: 20px;
	}
li.five a {
	background-image: url(i/nav/nav_about.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:152px;
	height:111px;
	margin-right: 20px;
	}
#site-navigation li.one a:hover, #site-navigation li.one.current_page_item > a {
	background-image: url(i/nav/nav_blog-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.two a:hover, #site-navigation li.two.current_page_item > a {
	background-image: url(i/nav/nav_fun-games-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.three a:hover, #site-navigation li.three.current-menu-item > a {
	background-image: url(i/nav/nav_gallery-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.four a:hover, #site-navigation li.four.current_page_item > a {
	background-image: url(i/nav/nav_draw-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.five a:hover, #site-navigation li.five.current_page_item > a {
	background-image: url(i/nav/nav_about-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
	
@media screen and (max-width: 1230px) {
	#site-navigation {
		width: 85.34%;
	}
	/*menu item classes*/

li.one a {
	margin-right: 0;
	margin-left: 0;
	}
#site-navigation li.two a {
	margin-right: 0;
	}
li.three a {
	margin-right: 0;
	}
li.four a {
	margin-right: 0;
	}
li.five a {
	margin-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	li.one a {
	background-image: url(i/nav/nav_blog2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:121px;
	height:100px;
	}
#site-navigation li.two a {
	background-image: url(i/nav/nav_fun-games2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:151px;
	height:100px;
	}
li.three a {
	background-image: url(i/nav/nav_gallery2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:162px;
	height:100px;
	}
li.four a {
	background-image: url(i/nav/nav_draw2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:119px;
	height:100px;
	}
li.five a {
	background-image: url(i/nav/nav_about2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:137px;
	height:100px;
	}
#site-navigation li.one a:hover, #site-navigation li.one.current_page_item > a {
	background-image: url(i/nav/nav_blog2-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.two a:hover, #site-navigation li.two.current_page_item > a {
	background-image: url(i/nav/nav_fun-games2-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.three a:hover, #site-navigation li.three.current-menu-item > a {
	background-image: url(i/nav/nav_gallery2-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.four a:hover, #site-navigation li.four.current_page_item > a {
	background-image: url(i/nav/nav_draw2-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
#site-navigation li.five a:hover, #site-navigation li.five.current_page_item > a {
	background-image: url(i/nav/nav_about2-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	}
}

@media screen and (max-width: 960px) {
	#site-navigation {
		width: 100%;
		height: auto;
		clear: both;
		text-align: center;
	}
}


/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
	display: block;
	width: 100%;
	}
	
	.menu-toggle {
	display: block;
	float: left;
	clear: none;
	height: 75px;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0;
	text-indent: -9000px;
	background: url(i/nav/menu.gif) no-repeat center center #fff;
    }
	
	.menu-toggle:hover {
	border-color: none;
	box-shadow: none;
	}

	.main-navigation ul {
		display: none;
	}
	
	.main-navigation.toggled li {
		width: 100%;
		margin: 0 0 0 -70%;
		display: block;
		clear: both;
		text-align: center;
		background-position: center center;
	}
	#site-navigation li.one a {
	background-image: url(i/nav/nav_blog2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:100%;
	height:100px;
	}
	#site-navigation li.two a {
	background-image: url(i/nav/nav_fun-games2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:100%;
	height:100px;
	}
	#site-navigation li.three a {
	background-image: url(i/nav/nav_gallery2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:100%;
	height:100px;
	}
	#site-navigation li.four a {
	background-image: url(i/nav/nav_draw2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:100%;
	height:100px;
	}
	#site-navigation li.five a {
	background-image: url(i/nav/nav_about2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	width:100%;
	height:100px;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 4em;
	border-top: solid 1px #545454;
	display: block;
	clear: both;
	width: 100%;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-botton: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post_feature_image {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

.article_excerpt {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	margin-bottom: 4%;
}
	

.excerpt_thumb {
	display: block;
	float: left;
	clear: none;
	width: 32%;
	margin-right: 4%;
}

.excerpt_post {
	display: block;
	float: left;
	clear: none;
	width: 64%;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.social {
	margin-right: 1.5em;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px;
}

.gallery-item p {
	display: none;
}

.gallery-columns-2 .gallery-item {
	max-width: 49%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 24.5%;
}

.gallery-columns-5 .gallery-item {
	max-width: 19.5%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.5%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.25%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11%;
}

.gallery-caption {
	display: block;
	font-size: 16px;
	margin: 0 0 12px;
	font-family: 'raleway', sans-serif;
	font-weight: 500;
	line-height: 0.5em;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #fff;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/*--------------------------------------------------------------
13.0 Structure and Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Site Containers
--------------------------------------------------------------*/

.wrap {
	width: 90%;
	max-width: 1200px;
	_width:expression(this.scrollWidth > 1200 ? "1200px" : "auto"); /* sets max-width for IE6*/
	margin: 0 auto;
}

#site-content, #main, article {
	display: block;
	float: left;
	clear: both;
}

article {
	width: 100%;
}

#content {
	width: 100%;
	display: block;
	float: left;
	padding: 2% 0 5% 0;
}

#primary {
	width: 100%;
	display: block;
	float: left;
	margin: 0 8.333% 10% 8.333%;
}

#main {
	width: 83.334%;
}

#main .site-main-blog {
	display: block;
	float: left;
	clear: both;
	margin: 0 11%;
	width: 76%;
}

/*--------------------------------------------------------------
14.0 Site Header
--------------------------------------------------------------*/

#masthead {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

#masthead .wrap {
	height: 175px;
}

.tagline {
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

.tagline-mobile1, .tagline-mobile2 {
	display: none;
}

.site-branding {
	display: block;
	float: left;
	clear: none;
	width: 15.83%;
	max-width: 190px;
	_width:expression(this.scrollWidth > 190 ? "190px" : "auto"); /* sets max-width for IE6*/
	margin-right: 2.915%;
	/*81.255% left for #site-navigation*/
}

@media screen and (max-width: 1340px) {
	#masthead .wrap {
		height: 140px;
	}
	.site-branding {
		width: 12.83%;
		margin-right: 1.83%;
	}
}

@media screen and (max-width: 960px) {
	#masthead .wrap {
		height: 268px;
	}
	.site-branding {
		width: 100%;
		margin-right: 0;
		max-width: 100%;
		display: block;
		float: left;
		clear: both;
	}
	.site-branding img {
		display: block;
   		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#masthead .wrap {
		height: auto;
		padding-bottom: 6%;
	}
	.site-branding {
		width: 60%;
		max-width: 60%;
		display: block;
		float: left;
		clear: none;
	}
	#site-navigation {
    	width: 40%;
    	height: auto;
    	clear: none;
    	text-align: center;
		margin-top: 65px;
	}
	.tagline {
		display: none;
	}
	
	.tagline-mobile1 {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	}
}

@media screen and (max-width: 480px) {
	.site-branding {
		width: 100%;
		max-width: 100%;
		display: block;
		float: left;
		clear: both;
	}
	#site-navigation {
    	width: 100%;
    	height: auto;
    	clear: none;
    	text-align: center;
		margin-top: 0;
	}
	.main-navigation.toggled li {
		margin: 0;
	}
	
	.tagline-mobile1 {
	display: none;
	}
	
	.tagline-mobile2 {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	}
	
	#main .site-main-blog {
	display: block;
	float: left;
	clear: both;
	margin: 0%;
	width: 100%;
	}
}

/*--------------------------------------------------------------
15.0 Home Page
--------------------------------------------------------------*/

#homebanner {
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

.slider-wrapper {
	margin: 0 18.333%;
}

#home_latest {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin-top: 1.25em;
}
#home_latest ul {
	margin-left: 0;
}
#home_latest ul li {
	display: inline-block;
	width: 31.5%;
	margin-right: 2%;
	margin-bottom: 3.2%;
}

#home_latest ul li.img {
	width: 100%;
}

#home_latest li:nth-child(3), #home_latest li:nth-child(6), #home_latest li:nth-child(9), #home_latest li:nth-child(12) {
	margin-right: 0;
}
	

/*--------------------------------------------------------------
16.0 Site Footer
--------------------------------------------------------------*/

#colophon {
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-family: Raleway;
	background: #FFF;
}

#colophon .inner {
	padding: 2% 0;
	background: none repeat scroll 0% 0% #FFF;
	background-image: url(i/kcd_footer_fullwidth.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 90%;
	max-width: 1200px;
	_width:expression(this.scrollWidth > 1200 ? "1200px" : "auto"); /* sets max-width for IE6*/
	margin: 0 auto;
	display: block;
	float: left;
	clear: both;
}

.site-info {
	display: block;
	float: left;
	clear: none;
	width: 100%;
}

.copyright {
	display: block;
	float: left;
	width: 15%;
	font-size: 11px;
}

.footer_nav {
	display: block;
	float: left;
	width: 40%;
}

.footer_nav ul {
	list-style-type: none;
	margin-left: 0;
	vertical-align: top;
	line-height: 0.9em;
}

.footer_nav ul li {
	display: inline-block;
}

.footer_nav ul li a {
	padding: 0 0.75em;;
	font-size: 11px;
	text-transform:uppercase;
}

.left_footer_widget {
	display: inline-block;
	float: left;
	width: 25%;
	text-align: right;
}

.footer_widget {
	display: inline-block;
	float: right;
	width: 20%;
	text-align: right;
}

/*--------------------------------------------------------------
17.0 Column Shortcodes
--------------------------------------------------------------*/

.full_column {
	width: 100%;
	display: block;
	padding-bottom: 10px;
	text-align: left;
    float: left;
	clear: btoh;
}

.third_column {
	width: 30%;
	display: block;
    padding-right: 1%;
	padding-bottom: 20px;
    float: left;
	clear: none;
}

.two_thirds_column {
	width: 58%;
	display: block;
    padding-right: 10%;
	padding-bottom: 20px;
    float: left;
	clear: none;
}

.left_half_column {
	width: 49%;
	display: block;
    padding-right: 1%;
	padding-bottom: 20px;
    float: left;
	clear: none;
	height: auto;
}

.right_half_column {
	width: 49%;
	display: block;
	padding-left: 1%;
	padding-bottom: 20px;
    float: left;
	clear: none;
	height: auto;
}

/*--------------------------------------------------------------
18.0 General Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	#primary, .slider-wrapper {
		margin: 0 5%;
	}
	
	#colophon {
		position: static;
		display: block;
		width: 100%;
		font-family: Raleway;
		background: #FFF;
	}
}

@media screen and (max-width: 690px) {
	
	#home_latest ul li {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0;
	clear: both;
	text-align: center;
}

	.third_column, .two_thirds_column, .left_half_column, .right_half_column {
	width: 100%;
	display: block;
    padding: 0 0 20px 0;
    float: left;
	clear: both;
}

#colophon .inner {
	padding: 5% 0;
}

.copyright {
	display: inline-block;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}

.footer_nav {
	display: inline-block;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}

.left_footer_widget {
	display: inline-block;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.footer_widget {
    display: inline-block;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
}

/*--------------------------------------------------------------
19.0 Gravity Forms & Theme My Login
--------------------------------------------------------------*/

#theme-my-login1 .submit, .gform_footer {
	display: block;
	float: left;
	height: 50px;
	margin-bottom: 3%;
	width: 100%;
}

.gform_body ul li {
	padding-top: 15px;
}

li.parent_name label {
	display: none !important;
}

li.artist .ginput_container input {
	width: 100% !important;
}

li.parent_name .gfield_label {
	display: block !important;
}

#theme-my-login1 {
	padding-top: 94px;
}

#theme-my-login1 br {
	display: none;
}

#theme-my-login1 label, .gfield_label {
	color: #545454;
	font-family: Lora,serif;
	font-weight: 400 !important;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-transform:uppercase;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-family: Lora,serif;
	font-weight: 400 !important;
}

#theme-my-login1 .input {
	width: 100%;
}

#theme-my-login1 ul {
	margin: 0;
}

#theme-my-login1 ul li {
	list-style-type: none;	
	text-transform:uppercase;
	font-family: Raleway, sans-serif;
	font-size: 1.1em;
}

#opt-in {
	display: block;
	float: left;
	clear: both;
 width: 100%;
 background-color: #fa8029;
color: #fff;
 height: auto;
 font-family: 'Raleway', sans-serif;
	margin-bottom: 2em;
}

#opt-in .wrap {
 	text-align: center;
	width: 100%;
	height: auto;
	padding-bottom: 0;
}
#opt-in .widget {
	margin: 0;
}

#opt-in .gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

.mailchimp .gform_heading {
	display: inline-block;
	float: left;
	width: 50% !important;
	clear: none;
	!important;
	text-align: right;
	padding: 0.75em 6px 0 0;
}

.mailchimp .gform_description {
	font-weight: 500 !important;
	margin-top: 5px;
}

#opt-in .ginput_container input[type="text"] {
	border: 2px solid #f96800;
	border-radius: 5px;
}

.mailchimp .gform_body {
	display: inline-block;
	float: left;
	width: 20% !important;
	clear: none;
	padding: 0 !important;
	margin-top: -8px !important;
}

.mailchimp .gform_body ul li {
	padding-top: 0 !important;
}

.mailchimp .gfield_label {
	display: none !important;
}

.mailchimp .gform_footer {
	display: inline-block !important;
	float: left;
	clear: none !important;
	width: 20% !important;
	padding: 0 !important;
	margin: 0px !important;
}


#opt-in .gform_footer input[type="submit"] {
	border: 0;
	border-color: 0;
	border-radius: 3px;
	background: #007dbc;
	box-shadow: none;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	padding: .65em 1.1em;
	text-shadow: 0 0 0;
	margin-top: 0.5em;
}

@media screen and (max-width: 960px) {
	#opt-in {
		max-height: 100%;
		display: block;
		clear: both;
	}
	.mailchimp .gform_header, .mailchimp .gform_body, .mailchimp .gform_footer {
		display: block;
 		clear: both;
		width: 100% !important;
		text-align: center !important;
	}
}
/*--------------------------------------------------------------
Woo Commerce
--------------------------------------------------------------*/

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: rgb(84,84,84);
    font-size: 1.25em;
}
.woocommerce ul.products li.product .price {
    color: rgb(84,84,84);
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: rgb(147, 83, 134);
    color: rgb(255, 255, 255);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: rgb(0, 125, 188);
    color: rgb(255, 255, 255);
}
.woocommerce .woocommerce-message {
    border-top-color: rgb(0, 125, 188);
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0px 0px 2em !important;
    position: relative;
    background-color: rgb(247, 246, 247);
    color: rgb(81, 81, 81);
    border-top: 3px solid rgb(164, 100, 151);
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: rgb(164, 100, 151);
    list-style: none outside none !important;
    width: auto;
}