/*
	Theme Name: TB Childcare
	Author: ThemesBro
	Author URI: http://themesbro.com/
	Description: A WordPress theme based on ThemesBro framework.
	Version: 2.0
*/

@import url('css/bootstrap.css');
@import url('css/font-awesome.css');

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito-Regular'), url(http://themes.googleusercontent.com/static/fonts/nunito/v4/0rdItLTcOd8TSMl72RUU5w.woff) format('woff');
}

* { padding: 0; margin: 0; outline: 0; }

html {
	background:#dcf0f6 url(images/bg.gif) repeat-x;
}

body {
	background: url(images/background.gif) no-repeat top center;
	color: #3f4141;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	line-height:20px;
}

a img { border: 0; }
a { 
	color: #077291; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 15px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	padding-bottom:8px;
}
input.wpcf7-submit {
	border:0px;
	background:#2D9BBC;
	padding:8px 15px;
	color:#fff;
	border-radius:4px;
}
.sidebar input.wpcf7-submit {
	border:0px;
	background:#FFA902;
	padding:8px 15px;
	color:#fff;
	border-radius:4px;
}
.sidebar input.wpcf7-text,
.sidebar input#s {
	border:0px;
	width:97%;}
.sidebar .wpcf7-textarea {
	border:0px;
	width:97%;}
h1 {
	font-size:45px;
	margin-bottom:15px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 30px;
}
.clear {
	clear: both;
}
blockquote {
	font-style:italic;
	margin: 15px;
	background:#f1e7c6;
	padding:15px;
	color:#862803;
	border-radius:8px;
	clear: both;
}
blockquote span {
	font-size:27px;
	font-family:"Times New Roman", Times, serif;
}

.header-box {
	color:#4C8092;
	font-size:17px;
	margin-top:22px;

}
.header-box p {
	color: #2A4F5B;
    font-size: 25px;
	padding:0px;
	margin:0px 0 8px 0;
    font-family: 'Nunito';
	letter-spacing:-1px;

}
/*Images*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/*Menu*/
.collapse {
	z-index:9999;}
.navbar {
	margin-top:25px;
}
.navbar-inner {
    background:#ffa902 url(images/menu-yellow.gif) repeat-x bottom center;
    border:0px;
    border-radius: 8px;
    box-shadow: none;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-inner .container {
	background: url(images/menu.gif) repeat-x;
	height:51px;
}

.navbar .nav > li {
	list-style-type: none;
	float: left;
	position: relative;
	padding:10px 4px 4px 4px;
}
.navbar .nav > li > a {
	color: #fff;
	font-size:22px;
	text-shadow:1px 1px 1px #9d5c00;
    font-family: 'Nunito';
	line-height: 27px;
	padding:2px 10px;
	text-decoration: none;
	border-radius:6px;
	display: block;
}
.navbar .nav ul {
	background:#fe9e02;
	border-radius:0 0 4px 4px;
	display: none;
	position: absolute;
	top: 45px;
	left: -25px;
	float: left;
	width: 190px;
	z-index: 99999;
	padding:5px;
	border-top:2px dashed #fff;
}
.navbar .nav ul li {
	min-width: 180px;
	list-style-type:none;
}
.navbar .nav ul ul {
	left: 82%;
	border:0px;
	border-radius:0px;
	top: 0;
}
.navbar .nav ul a {
	color: #fff;
	font-size:22px;
	text-shadow:1px 1px 1px #9d5c00;
    font-family: 'Nunito';
	line-height: 27px;
	padding:8px 10px;
	width: 160px;
	line-height:18px;
	height: auto;
	font-size:20px;
	display:block;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	background: #2d9bbc;
	color: #fff;
	text-shadow:1px 1px 1px #146f8b;
}
.navbar ul li:hover > ul {
	display: block;
}
.navbar ul li.current_page_item > a,
.navbar ul li.current-menu-ancestor > a,
.navbar ul li.current-menu-item > a,
.navbar ul li.current-menu-parent > a {
	background: #2d9bbc;
	color: #fff;
	text-shadow:1px 1px 1px #146f8b;
}
.navbar .nav ul a:hover {
	background: #2d9bbc;
	color: #fff;
	text-shadow:1px 1px 1px #146f8b;
	text-decoration:none;
	border-radius:4px;
}

.navbar .nav li:hover > a,
.navbar .nav ul :hover > a {
	background: #2d9bbc;
	color: #fff;
	text-shadow:1px 1px 1px #146f8b;
	text-decoration:none;
	border-radius:4px;
}

.navbar .btn-navbar {
    background: #d92020;
    background-image:none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #FFFFFF;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar:hover {
	background:#bf0303;

}
.navbar .btn, .navbar .btn-group {
    margin-top: 10px;
}
/*Green footer*/
#greenfooter {
	width: 100%;
	background:#9bba1f url(images/footertop.gif) repeat-x top;
	padding-top:77px;
	margin-top:50px;
}
.promotion h3 {
	color:#fff;
	font-size:32px;
	padding-bottom:0px;
    font-family: 'Nunito';
	letter-spacing:-1px;
}
.promotion {
    float: right;
	margin-top: -863px;
    margin-right: 50px;
	width: 260px;
	float: left;
	color:#fff;
	text-shadow:1px 1px 1px #677e0c;
}
.promotion a {
	color:#f1face;
}
.servicesimage {
	text-align: center;
}
.promotion img {
	margin-top:-150px;
	margin-bottom:10px;
}
a.cta {
	display:block;
	margin:15px 0;
	border-radius:8px;
	background:#7a9801;
	color:#fff;
	border:2px solid #bde033;
	text-align:center;
	font-size:18px;
	text-shadow:1px 1px 1px #75900b;
    font-family: 'Nunito';
	padding:6px 10px;
	letter-spacing:-1px;
	width:100px;
}
a.cta:hover {
	text-decoration: none;
	border:2px solid #5a6f05;
}

/*Braun footer*/
#braunfooter {
	width: 100%;
	background:#7c5020 url(images/footerbottom.gif) repeat-x top;
	padding-top:77px;
	padding-bottom:25px;
}

.footerimage {
	width: 130px;
	height: 130px;
	position:relative;
	margin: auto;
	margin-bottom:10px;
}
.footerbox {
	color:#cea271;
	line-height:17px;
	font-size:13px;
}

.footerbox h3 {
	color:#ffcb1c;
	font-size:29px;
	letter-spacing:-1px;
	text-shadow:1px 1px 1px #613c15;
	margin-bottom:1px;
	font-family: 'Nunito';
}
.coverbg {
	width: 130px;
	height:130px;
	position:absolute;
	top:0px;
	left: 0px;
	background:url(images/130x130.png);
}
#copy {
	width: 100%;
	background:#5a340c;
	color:#ad7334;
}
#copy .container {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:8px 0;
}
#copy a {
	color:#c4833d;
}
#copy ul {
	text-align: center;
}
#copy ul li {
	display:inline;	
	list-style-type: none;
}
#copy ul li a {
	padding:2px 4px;
}
.footerbox ul li {
	list-style-type: none;
	padding:3px;
	border-bottom:1px dashed #9a6a36;
}
.footerbox a {
	color:#ffd958;
}
.footerbox ul {
	margin:0px;
}
#copy ul ul {
	display:none;
}
/*Homepage text*/
.homepagetext h1 {
	font-size:45px;
	color:#08678a;
	margin-bottom:0px;
}
.homepagetext {
	font-family: 'Nunito';
	line-height: 32px;
	font-size:16px;
	text-shadow:1px 2px 1px #fff;
	padding-top:10px;
}
#slider {
	background:url(images/slider.png) no-repeat;
	padding:18px;
	width:440px;
	float:right;
	margin-bottom:50px;
}
#slider img {
	width:440px;
	height:265px;
}
.flexslider ul {
	margin:0px;
	padding:0px;
}
/*content*/
.content {
	background:#fff;
	border-radius:8px;
	padding:20px;
}
.content h1, .content h2 {
	font-family: 'Nunito';
}
.content h1 {
 	border-bottom: 1px dashed #CCCCCC;
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 15px;
	letter-spacing:-2px;
	color:#023240;
}
/*sidebar*/
.sidebar {
	padding:15px;
	border-radius:0 0 8px 8px;
	background:#2d9bbc;
	margin-top:-20px;
	margin-right:15px;
	color:#fff;
	line-height:17px;
}

.sidebar .latest {
	margin:5px 0;
	font-size:14px;font-family: 'Nunito';
}
.sidebar .latest h4 {
	font-size:16px;}
.latest img {
	border-radius:8px;
	padding:2px;
	background:#fff;
}
.sidebar ul.media-list li {
	background:none;
	padding:5px 0;}

.sidebarimage {
	text-align:center;
}
.sidebar h3 {
	text-shadow:1px 1px 1px #095e77;
	color:#fff;
	font-size: 25px;
	padding-bottom:0px;
	margin-bottom:15px;
	margin-top:0px;
	line-height:22px;
	padding-top:0px;
	font-family: 'Nunito';
}
.sidebar ul {
	margin:0px;
}
.sidebar ul li {
    background: url(images/li.gif) no-repeat scroll 0 3px transparent;
    border-bottom: 1px dotted #37A9CB;
    font-size: 13px;
    list-style-type: none;
    padding: 2px 0 4px 25px;
	line-height:17px;
}
span.post-date {
    color: #FFCC00;
}
.sidebar a {
    color: #DAF6FF;
}
@media screen and (max-width: 980px) {
#slider {
	background:#fff;
	padding:5px;
	width:100%;
	float:none;
	margin:auto;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#slider img {
	width:100%;
	height:auto;
}
.navbar .nav > li {
	display: block;
	float:none;
}
.nav-collapse {
	background:#fe9401;
	border-radius:0 0 8px 8px;
}
.navbar .nav ul {
	display:block;
	position:relative;
	top:auto;
	left:auto;
	height: auto;
	float:none;
	margin:0px;
	background:none;
	border:0px;
	z-index:9999;
	padding:5px;
}
.navbar .nav ul li a {
	font-size:18px;
	padding:4px 10px;
}
.header-box {
	font-size:14px;
}
}

@media screen and (max-width: 767px) {
.post img {
	margin-bottom:15px;
	width:97%;
}
.testimonials img {
	width:auto;}
.promotion img {
	margin-top:10px;
	margin-bottom:10px;
}
.promotion, .footerbox {
	padding:0 15px;
}
.sidebar {
	margin-right:0px;
}
.navbar .nav ul ul {
	left:0px;}
}


.post {
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	line-height:normal;
	font-size:13px;
	color:#415960;
	padding:0 0 15px 0;
}
.post h2 {
	line-height:20px;
	font-size:24px;
	letter-spacing:-1px;
	margin:0px;
	padding:0px 0px 5px 0;
}
span.date {
	display: block;
	font-family: 'Nunito';
	font-size:16px;
}
.post img {
	padding:5px;
	background:#fafafa;
	border:1px solid #eee;
	border-radius:4px;
}
.post h2 a:hover {
	text-decoration: none;
}
.box {
	margin-bottom:25px;
}
.gallery img {
	float: left;
	padding:5px;
	background:#fafafa;
	margin:7px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.btn, #searchsubmit {
	padding:5px 10px;
	font-family: 'Nunito';
	text-transform: uppercase;
	margin:4px 0;

}
.breadcrumb {
	font-size:12px;
	font-family: 'Nunito';
}
#searchsubmit {
	border-radius:4px;
	margin:0px;
	color:#fff;
}
.btn-success, #searchsubmit {
	background:#9bba1f;
	border:0px;
}
.btn-success:hover, #searchsubmit:hover {
	background:#81a100;
}
.btn-info {
	background:#34a5c4;
	border:0px;
}
.btn-info:hover {
	background:#1397bb;
}
.btn-primary {
	background:#0f6882;
	border:0px;
}
.btn-primary:hover {
	background:#06607a;
}
.btn-warning {
	background:#fe9801;
	border:0px;
}
.btn-warning:hover {
	background:#fe8a01;
}
.btn-danger {
	background:#cd4400;
	border:0px;
}
.btn-danger:hover {
	background:#ad3900;
}
.btn-large {
	padding:15px 25px;
}
.meetteam img {
	border-radius:120px;
}
.meetteam h3 {
	text-align:center;
	color:#0f6882;
	font-size:20px;
	padding:8px 0px;
	margin:0px;
	line-height:20px;
}
.thumbnail {
    border: 0px;
	font-size:13px;
	line-height:16px;
	text-align:center;
	box-shadow:none;
}
.testimonials img {
	background:#eee;
	border:0px;
	padding:3px;
}
.testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
}
.testimonials span {
	display: block;
	font-family: 'Nunito';
	font-style:normal;
	font-size:14px;
}
.testimonials div.testimonial {
	background:url(images/kabutes.png) no-repeat top left;
	padding:10px 0px 10px 37px;
	margin:0px;
}
img.kabutes {
	padding:0px;
	margin:5px;
	background:none;
}
/*pagination*/
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #2d9bbc;
    border-color: #2d9bbc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
	display:block;
	margin:2px;
	border-radius:4px;
	color:#fff;
	font-family: 'Nunito';
}
.pagination ul > li > a:hover, .pagination ul > li > span:hover,
.pagination ul > li > a:focus, .pagination ul > li > span:focus,
.pagination ul > li.active > a, .pagination ul > li.active > span {
	background:#f0b500;
	border:1px solid #f0b500;
	color:#fff;
}
.tbpl-category {
    background-color: #dedeed;
    padding: 6px 10px;
}
.tbpl-row {
 padding : 10px;
 margin-bottom : 15px;
 border-bottom : 1px dotted #ccc;
}

.tbpl-input-field {
 float : left;
 width : 33%;
}
.social a {
	display:inline-block;
	border-radius:160px;
	width:35px;
	height:35px;
	background:#7c5020;
	line-height:36px;
	font-size:19px;


}