/*
Theme Name: Peekaboo
Theme URI: http://themeforest.com/user/population2
Author: Population 2
Author URI: http://population-2.com
Description: A simple and clean vibrant looking theme for daycare, preschool, and other small businesses. It comes with gallery and custom backgrounds.
Version: 2.13.0
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

Text Domain: peekaboo

*/

/* --------------------------------------------------

The main stylesheet in css/style.css and
scss/style.scss.

-------------------------------------------------- */


html {
width: 100%;
}

* {
font-size: 13px;
}

h1,h2,h3,h5,h6 {

color: #c1cb37 !important;
}

.top-bar {
margin: 30px 0 0 0 !important;

}

.textwidget {
font-size: 13px
}

.replace {color: #c1cb37;font-family: 'Schoolbell', Helvetica, Arial, sans-serif;font-size: 24px !important;}

#main {padding: 1px 0px 30px;margin-bottom: 20px !important;border: 10px solid #DFF0F5;}


.home_block {
position: fixed;
background-image: -webkit-linear-gradient(top,#f78606,#f78606);
background-image: -moz-linear-gradient(top,#f78606,#f78606);
background-image: -ms-linear-gradient(top,#f78606,#f78606);
background-image: -o-linear-gradient(top,#f78606,#f78606);
background-image: linear-gradient(to bottom,#DAE25D,#B5C023);
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 4px;
font-family: Arial;
color: #FFFFFF;
margin: 15px;
padding: 10px 8px 10px 10px;
font-size: 15px;
font-weight: bold;
box-shadow: 0 0 6px #000;
text-align: center;
bottom: 0;
z-index: 1000 !important;
}

.row>hr {
border: none;
margin: 0
}

.col_101 {
width: 350px;
margin-right:	0;
padding-right: 100;
float: left;
}


.col_201 {
width: 150;
margin-left: 10;
padding: 0;
float: right;
}

a img {
max-width: 140px !important;
margin: 2px !important;
padding: 0px !important;
}

#content h2 {
font-size: 24px;
}

figure {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-content: stretch;
align-items: center;
}
.post_meta {
display: none;
}

@media screen and (max-width: 1024px) {
#main > table {
max-width: 100% !important;
}
#main > table > tbody > tr {
max-width: 100% !important;
display: flex !important;
flex-wrap: wrap !important;
justify-content: flex-start !important;
align-items: flex-start !important;

}
#main > table > tbody > tr > td > b{
width: 100% !important;
display: block !important;
}

#main > table > tbody > tr > td:nth-child(5) {
display: none !important;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
#main > table > tbody > tr > td {
width: 32% !important;
}
}

@media screen and (max-width: 768px) {

	figure {
		justify-content: space-around !important;
	}
	
	figure a img {
		width: 110px !important;
		height: 110px !important;
	}
html {
overflow-x: hidden !important;
}

.col_101 {
width: 100% !important;
}

.col_201 {
float: left !important;
width: 90%;
}
}

#pkb-crumbs {
padding-top: 10px;
text-transform: lowercase;
}

#pkb-crumbs * {

text-transform: lowercase;
}



.page_title.round_6 {
background-color: #dff0f5;
}

.page_title.round_6 > .replace, .replace {
color: #c1cb37;
font-family: 'Schoolbell', Helvetica, Arial, sans-serif !important;
}



.post h2 {
color: #c1cb37;
font-size: 2em;
}

.post ol li {
font-size: 13px;
}

.related_post_title {
color: #c1cb37 !important;
}

.collapsing.categories.expand {

font-weight: bold;
}

#gallery-wrapper {
	display: none;
}