/*
Theme Name: Sing Music
Theme URI: http://singmusicstudio.com/
Author: Laurie M. Rauch/Code Diva
Author URI: http://codediva.com
Description: A custom theme for Sing Music Studio
Version: 1.0.0
Text Domain: singmusic

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Layout
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
    ## Miscellaneous
    ## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
	font-family: 'PrintBoldRegular';
	src: url('fonts/PrintBold-webfont.eot');
	src: local('☺'), url('fonts/PrintBold-webfont.woff') format('woff'), url('fonts/PrintBold-webfont.ttf') format('truetype'), url('fonts/PrintBold-webfont.svg#webfontYGZfqahh') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'PrintClearlyRegular';
	src: url('fonts/PrintClearly-webfont.eot');
	src: local('☺'), url('fonts/PrintClearly-webfont.woff') format('woff'), url('fonts/PrintClearly-webfont.ttf') format('truetype'), url('fonts/PrintClearly-webfont.svg#webfontfMlsM5y1') format('svg');
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

@font-face {
	font-family: 'IdolwildRegular';
	src: url('fonts/idolwild-webfont.eot');
	src: local('☺'), url('fonts/idolwild-webfont.woff') format('woff'), url('fonts/idolwild-webfont.ttf') format('truetype'), url('fonts/idolwild-webfont.svg#webfontBSEKLjkH') format('svg');
	font-weight: normal;
	font-style: normal;

}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color:#693193;
	font-family:'PrintBoldRegular',sans-serif;
	font-size:18px;
	font-size:1.125rem;
	font-weight:400;
	line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:10px;
	margin-top:0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
h1{
	font-family:'IdolwildRegular',cursive;
	font-size:40px;
	font-size:2.5rem;
}
h2{
	color:#f7941e;
	font-family:'IdolwildRegular',cursive;
	font-size:28px;
	font-size:1.75rem;
}
h3{
	font-size:24px;
	font-size:1.5rem;
}
h4{
	font-size:24px;
	font-size:1.5rem;
}
h5{
	font-size:15px;
	font-size:0.9375rem;
}
h6{
	font-size:14px;
	font-size:0.875rem;
}
p {
	margin-bottom: 1.5em;
	margin-top:0;
}

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:14px;
	font-size:0.875rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size:14px;
	font-size:0.875rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/*background: #fff;  Fallback for when there is no custom background color defined. */
	background:url(img/footer_kids.jpg) repeat-x bottom left #fff;
	padding-bottom:300px;
}

blockquote:before {
    border-bottom: 1px dotted #919393;
    color: #919393;
    content: '\f10d';
    display: block;
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 100%;
    margin: 0 0 5px;
    padding: 0;
}

blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 2em 0;
}
hr.divider{
	background-color:#fff;
	background:#fff url(img/divider.gif) repeat-x 0 0;
	clear:both;
	display:inline-block;
	height:7px;
	width:100%;
}
#page-content hr.divider{
	margin-top:1em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

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. */
	vertical-align: top;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
	font-size: 12px;
	font-size: 0.75rem;
	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="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 {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: #f7941e;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #6bc3eb;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    margin: 70px 0 0 180px;
}

.main-navigation ul {
	display: none;
    float:left;
    list-style: none;
	margin: 0;
    padding: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	color:#693193;
	display: block;
	font-family:PrintBoldRegular;
	font-size:20px;
	padding:0 8px;
	text-decoration: none;
}

.main-navigation a:hover, 
/*.current_page_ancestor a, 
.current_page_parent a,*/
.current-menu-item a{
	color:#f7941e;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	width: 200px;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	display:block;
	line-height: 100%;
    padding: 10px;
    text-align: left;
}

.main-navigation ul ul li {
	width:100%;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


.toggled.main-navigation #menu-main ul.menu-items{
	background-color:#FFF;
	box-shadow: none;
    display: block;
    float: none;
    overflow:hidden;
    position: absolute;
    	left:0;
    	/* top:145px; */
    	top 190px;
    text-align: left;
    width:100%;
    z-index: 9999;
}
.toggled.main-navigation #menu-main ul.menu-items li{
	border-bottom:1px solid rgba(105, 49, 147,0.4);
	padding: 8px 0;
    width: 100%;
}
.toggled.main-navigation #menu-main ul.menu-items li.on .sub-menu,
.toggled.main-navigation #menu-main ul.menu-items li.on .sub-menu ul{
	box-shadow: none;
    display: block;
    float: none;
    position: relative;
    	left:0;
    	top:0;
    text-align: left;
}
.toggled.main-navigation ul li:hover > ul,
.toggled.main-navigation ul li.focus > ul {
	box-shadow:none;
	left: -100%;
}
.toggled.main-navigation ul ul li:hover > ul,
.toggled.main-navigation ul ul li.focus > ul {
	left: 0;
}


.main-navigation #menu-main .menu-item.on .sub-menu li,
.main-navigation #menu-main .menu-item.on .sub-menu li a{
	float:none;
	text-align:left;
	width:100%;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    color:#693193;
    cursor: pointer;
    font-size: 1.25em;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    z-index: 10000;
}
.menu-toggle:before{
	color:#693193;
	content:'\f0c9';
	font-family:'FontAwesome';
	padding-right:10px;
}
.menu-toggle:hover{
	border:none;
	box-shadow: none;
}

@media screen and (min-width: 980px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

#menu-social ul{
	display:block;
	list-style: none;
	margin: 0 auto;
    padding-left: 0;
    position:relative;
    width: auto;
    z-index: 0;
}
#menu-social li {
	display:inline-block;
	padding:0 4px;
	position: relative;
	z-index: 0;
}
#menu-social li a{
	position:relative;
	text-decoration: none;
	z-index: 0;
}
#menu-social li a:before {
	border: 1px solid;
    border-radius: 100%;
	content: '\f004';
	display: table-cell;
    font-family: "FontAwesome";
    font-size: 13px;
    height: 30px;
    padding: 0 4px;
	position: relative;
	text-align: center;
	vertical-align: middle;
		-webkit-font-smoothing: antialiased;
	width:30px;
	z-index: 0;
}

#menu-social li a:before:hover{
	 
}
#menu-social li a[href*="facebook.com"]:before{
	content:'\f09a';
}
#menu-social li a[href*="twitter.com"]:before{
	content:'\f099';
}
#menu-social li a[href*="instagram.com"]:before{
	content:'\f16d';
}
#menu-social li a[href*="pinterest.com"]:before{
	content:'\f0d2';
}
#menu-social li a[href*="plus.google.com"]:before{
	content:'\f0d5';
}
#menu-social li a[href*="feed"]:before{
	content:'\f09e';
}
#menu-social li a[href*="mailto"]:before{
	content:'\f0e0';
}
#menu-social li a[href*="bloglovin.com"]:before{
	content:'\f055';
}
#menu-social li a[href*="linkedin.com"]:before{
	content:'\f0e1';
}
#menu-social li a[href*="youtube.com"]:before{
	content:'\f16a';
}
#menu-social li a[href*="vimeo.com"]:before{
	content:'\f194';
}
#menu-social li a[href*="flickr.com"]:before{
	content:'\f16e';
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 3.5em 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-previous a, 
.nav-next a,
.page-numbers,
a.page-numbers{
    display: inline-block;
    margin-bottom:6px;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-previous a:hover, 
.nav-next a:hover,
.page-numbers:hover,
a.page-numbers:hover,
.page-numbers.current{
	
}
span.meta-nav {
    line-height: 120%;
    padding: 0;
    vertical-align: text-top;
}
.single #nav-below{
	margin-top:40px;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/


#page{
	margin:auto;
	max-width:1060px;
	width:98%;
}
.container{
	background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
	max-width:960px;
	width:90%;
}

#primary{
    float:left;
    margin:auto;
	padding: 0;
    width: 60%;
}
#primary.wide{
	width:100%;
}
#secondary{
    float:right;
    margin: 50px auto 0;
	padding: 0;
    width: 35%;
}
.post-type-archive-kindermusik #secondary{
	float:none;
	margin:50px auto 0;
	padding:0;
	width:100%;
}
#main{
	padding-top:30px;
}

#masthead{
	background: url(img/divider_colour.jpg) repeat-x bottom right transparent;
	height:auto;
	margin:15px auto 0;
	max-width:1060px;
    padding-bottom: 70px;
	position:relative;
	width:96%;	
}
.home #masthead{
	background-image:none;
	padding-bottom:0;
}
.site-branding{
	margin:0 auto 0; 
	padding:0;
	position:absolute;
    	top:0;
    	left:0;
	text-align:center; 
	width:170px;
	z-index: 9999;
}
.site-branding h1 {
    float:left;
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-align:left;
}
#clouds {
    height: 150px;
    overflow: hidden;
    position: absolute;
    	left: 0;
		top: 0;
	width:100%;
    z-index: -100;
}
.clouds {
    overflow: hidden;
    position: absolute;
    	left: 0;
    	top: 0;
    width: 100%;
    z-index: -100;
}
#cloud1 {
    background: #4cd0ec url(img/clouds_behind.png) repeat-x scroll 0 -15px;
    height: 85px;
}
#cloud2 {
    background: transparent url(img/clouds_front.png) repeat-x scroll 0 22px;
    height: 150px;
}
#enroll {
    background:url(img/kite.png) no-repeat right center transparent;
    box-sizing: border-box;
    font-family: PrintBoldRegular;
    font-size: 24px;
    height:173px;
    padding: 30px 0 0;
    position:absolute;
    	top:0;
    	right:0;
    text-transform: uppercase;
    width: 202px;
    z-index: 9999;
}
#enroll a{
	background-color:#EE5A35;
	color:#fff;
	display:inline-block;
	padding: 2px 10px;
	text-decoration:none;
}

#slider.flexslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
}
.flexslider .slides > li {
    position: relative;
}
#slider .overlay {
    box-sizing: border-box;
    margin: 0;
    padding: 5%;
    position: absolute;
    	left: 0;
    	top: 0;
    text-align: left;
    width: 60%;
    z-index: 3;
}
#slider .overlay-txt{
	position:relative;
}

#slider .flex-direction-nav a {
	height:60px;
}
#slider .flex-direction-nav a:before  { color:rgba(105, 49, 147,0.75); font-family: 'fontawesome'; font-size: 50px; display: inline-block; content: '\f104'; }
#slider .flex-direction-nav a.flex-next:before  { content: '\f105'; }

#slider .overlay-txt h2{
	font-family: "IdolwildRegular","PrintBoldRegular","PrintClearlyRegular";
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    margin: 10px 0 15px;
    text-transform: none;
}
#slider .overlay-txt{
	font-family:'PrintBoldRegular',sans-serif;
	font-weight:400;
	line-height:110%;
}
#slider .overlay-txt p{
	font-size: 26px;
    line-height: 120%;
    margin-bottom: 20px;
}
#slider .overlay-txt .thelink a {
    background: transparent url(img/arrow_head_purple.png) no-repeat right center;
    display: table-cell;
    height: 41px;
    padding-right: 32px;
    text-decoration: none;
    vertical-align: middle;
}
#slider .overlay-txt .thelink a span{
	background-color: #693193;
	color: #ffffff;
    display: table-cell;
    font-size: 20px;
    line-height: 19px;
    padding: 6px 10px 4px;
    text-transform: uppercase;
    vertical-align: middle;
}
#slider .overlay-txt .thelink a span:hover{
	color:#f7941e;
}

#carousel .flex-viewport{
	margin:0 70px;
}
#carousel .flex-direction-nav .flex-prev {
    left: 0;
}
#carousel .flex-direction-nav .flex-next {
    right: 0;
}
#carousel .flex-direction-nav a{
	height:43px;
	opacity:1;
	width:59px;
}

#carousel .flex-direction-nav a.flex-prev:before {
    color: rgba(0, 0, 0, 0.8);
    content: url(img/carousel/arrows_left.png);
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 0;
    height:43px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width:59px;
}

#carousel .flex-direction-nav a.flex-next:before {
    color: rgba(0, 0, 0, 0.8);
    content: url(img/carousel/arrows_right.png);
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 0;
    height:43px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width:59px;
}
#testimonials{
	background:transparent url(img/sunflower.png) no-repeat left center;

}

.the-testimonial{
	min-height:150px;
	margin-left:160px;
}

.testimonials .the-testimonial{
	min-height:10px;
	margin-left:0;
}

.testimonials hr{
	margin:1em 0;
}

.the-testimonial .test-text p{
	margin-bottom:0.25em;
}
.test-link a{
	border-bottom: 1px dotted #f7941e;
	color:#f7941e;
	font-size:0.875em;
	text-decoration: none;
	text-transform: uppercase;
}
.test-link a:hover{
	border-bottom: 1px dotted #6bc3eb;
	color:#6bc3eb;
}

.first-half{
	float:left;
	width:48%;	
}
.second-half{
	float:right;
	width:48%;
}
.clearme{
	clear:both;
}

.private{
	height:auto;
	margin-bottom:2em;
	position:relative;
	width:100%;
}
.priv-img{
	height:auto;
	position:relative;
	width:100%;
}
.priv-txt{
	color: #fff;
    margin: 0 0 0 15px;
    position: absolute;
    	bottom: 2em;
    	left: 0;
    text-shadow: 1px 1px 1px #222;
    font-size: 115%;
}

.kinder-left{
	float:left;
	overflow:hidden;
	width:30%;
}
.kinder-right{
	float:right;
	overflow:hidden;
	width:65%
}
.kinder-left h4{
	clear:both;
	margin:0;
	padding:0.5em 0;
	text-align:center;
}


/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-bottom: 1em;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.clear-me{
	clear:both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	overflow:hidden;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.bordered {
    background-color: #f2fbfd;
    border: 1px solid #00b6dc;
    border-radius: 20px;
    	-moz-border-radius: 20px;
    	-webkit-border-radius: 20px;
    color: #00b6dc;
    margin: 10px 0;
    overflow:hidden;
    padding: 15px;
}
h3.widget-title{
	font-size:16px;
	font-size:1rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

h2.entry-title{
	color:#f7941e;
	font-size:2.25em;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta p{
	margin-bottom:0.25em;
}

.edit-link{
	margin:0 5px;
}

.register-btn{
	clear:both;
	text-align:right;
}
.the-btn{
	clear:both;
}

.register-btn a,
.the-btn a{
	border:1px solid #f7941e;
	display: inline-block;
	padding:0.75em 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.register-btn a:hover,
.the-btn a:hover{
	background-color: #f7941e;
	color:#fff;
}

p.social-btn{
	clear: both;
    margin-bottom: 0.5em;
    overflow: hidden;
}
p.social-btn a{
	line-height:40px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.one aside {
	width: 100%;
	float: left;
}
.two aside {
	width: 47.5%;
	margin-right:5%;
	float: left;
}
.three aside {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.four aside {
	width: 22%;
	float:left;
	margin-right: 4%;
}
.two aside:last-child, 
.three aside:last-child, 
.four aside:last-child{
	margin-right:0;
}

#secondary .widget{
    background:url(img/divider.gif) repeat-x left bottom transparent;
    margin-bottom: 1.5em;
    margin-right: 0;
    padding: 0 0 1.5em;
    width: 100%;
}
#secondary .bordered h3{
	background:url(img/divider_blue.jpg) repeat-x left bottom transparent;
	padding-bottom:0.5em;
}


#secondary .widget ul,
#colophon .widget ul,
#home-widgets .widget ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
#secondary .widget li,
#colophon .widget li,
#home-widgets .widget li{
	margin-bottom:5px;
	padding-bottom:5px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond{
	padding:25px;
}
#respond h3#reply-title{
	font-weight:300;
	text-align:center;
}
#respond a{
	color:#d3d6da;
}
#respond a:hover{
	color:#afb4bb;
}
#respond .logged-in-as{
	text-align:left;
}
#commentform, 
.comment-form-comment{
	text-align:left;
}
#commentform p, 
p.comment-form-comment{
	margin-bottom:5px;
}
#commentform input, 
.comment-form-comment textarea{
	border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	text-align:left;
	text-transform:uppercase;
	width:100%;
}
#commentform label{
	display: block;
}
#commentform .form-submit{
	margin: 25px auto 15px;
    padding: 1px 4px;
    text-align:center;
}
#commentform .form-submit input {
	background-color:#444444;
	background-image:none;
	border: 1px solid #444444;
	box-shadow:none;
	color:#FFFFFF;
	display:block;
	margin:auto;
	padding: 5px;
	text-align:center;
	text-shadow:none;
	width:150px;
}
#commentform .form-submit input:hover{
	background-color:#7F7F7F;
	border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

h2.comments-title{
	margin-top:40px;
}

.form-allowed-tags{
	font-size: 80%;
    margin: 15px auto;
    width: 85%;
}
.form-allowed-tags code{font-size:100%;}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

ol.comment-list{
	list-style-type:none;
	margin:0px;
	padding:0;
}
li.comment {
    border-bottom: 1px solid #EEEEEE;
    list-style-type: none;
    margin-top: 20px;
    padding-bottom: 20px;
}
li.comment:last-child{
	border-bottom:none;	
}
.comment-list > li:after{
	border-bottom:1px solid #EEEEEE;
} 
.comment-list .children > li {
    border-bottom: 0 none;
    border-top: 1px solid #EEEEEE3;
    padding-bottom: 0;
    padding-top: 20px;
}
li.comment p{
	margin-bottom:5px;
}
.comment-number {
    color:#AFB4BB;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-size: 24px;
    position: relative;
    text-align: right;
}
.comment-meta{
	float:left; 
	width:90px;
	word-wrap:break-word;
}
.comment-author img{
	border:1px solid #444444;
	border-radius:50%;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
}
.comment-author cite,
.comment-metadata cite{
	font-size:18px;
	font-style: normal;
}
.comment-author cite a,
.comment-metadata cite a{
	color:#31353A;
	font-style:normal;
	text-align:left; 
	text-decoration: none;
}
.comment-author cite a:hover,
.comment-metadata cite a:hover{ 
	color:#AFB4BB;
	font-style: normal;
}
.comment-metadata{
	color:#7F7F7F;
	font-size:12px; 
	margin-bottom:15px;
}
.comment-metadata a{
	color: #AFB4BB;
    font-style: italic; 
	text-decoration:none;
}
.comment-metadata a:hover{
	color:#121315;
}
.comment-content{
	margin-left:100px;
}
.reply {
    margin-left: 100px;
    margin-top:15px;
    text-align: left;
}
a.comment-reply-link {
    background-color: #31353A;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
a.comment-reply-link:hover{
	background-color:#AFB4BB;
}
li.pingback {
    border-top: 1px solid #919393;
    margin-top: 20px;
    padding: 20px 0 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon{
	
}


/*--------------------------------------------------------------
# Miscellaneous
--------------------------------------------------------------*/

.rss-widget-icon{
	display:none;
}
.widget-title .rsswidget{
	color:#693193;
}
.rss-date{
	display:block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (max-width:900px){
	#slider .overlay-txt h2{
		font-size:40px;
	}
	#slider .overlay-txt p {
    	font-size: 22px;
    }
    .home .second-half img,
    .home .first-half img{
	    width:100%;
    }
}

@media screen and (max-width:790px){
	.kinder-left,
	.kinder-right,
	.first-half,
	.second-half,
	#primary,
	#secondary{
		margin:0 0 1em;
		width:100%;
	}
	#slider .overlay-txt div {
    	display:none;
    }
}
@media screen and (max-width:600px){
	#home-widgets .widget,
	.two aside,
	.three aside{
		float:none;
		margin:0 0 1em;
		width:100%;
	}
	#slider .overlay-txt h2{
		font-size:23px;
	}
	#testimonials {
	    background: none;
	}
	.the-testimonial {
	    margin-left: 0;
	}
	.main-navigation {
	    margin: 150px 0 0;
	}
	.kinder-right img{
		height:auto;
		width:100%;
	}
	h2{
		font-size:1.4rem;
	}
}

.thelogo {
	max-width: 170px!important;
}
