/*
 Theme Name:     Kindergarten Child
 Theme URI:      http://dinozoom.com/themes/kindergarten-childcare-preschool-children-school-or-kids-wordpress-theme/
 Description:    Kindergarten Child Theme
 Author:         Radoll
 Author URI:     http://dinozoom.com/
 Template:       kindergarten
 Version:        1.0.0
*/

@import url('../kindergarten/style.css');

/* Make whole site black and white, needs changing background to /kindergarten-child/images/bg-bw.jpg */
/* html {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */
a.custom-header {
	color: #ffffff;
}
a.custom-header:hover {
	color: #f80;
}
.site-title {
	font-family: 'Bubblegum Sans', cursive;
}
div.site-title {
	padding-left: 0;
	padding-right: 0;
}
.site-title a {
	font-size: 65px;
	line-height: 52px;
}
.site-title div.custom-header {
	font-size: 46px;
	text-align: right;
	margin-right: 2px;
}
.header-search {
	width: 300px;
	position: relative;
}
.header-search img.custom-header {
	position: absolute;
    top: 8px;
    left: 4px;
	height: 100px;
}
.main-navigation {
	background: #688;
}
.main-navigation li {
	letter-spacing: 0.5px;
	border-left: 1px dotted #fff;
}
.main-navigation li:first-child {
	border-left: none;
}
.mr li:first-child {
	background: transparent;
}
.main-navigation .current_page_item,
.main-navigation .current-menu-item {
	border-top: 5px solid #e96425;
	text-shadow: 1px 1px 1px #4697b1;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	background: #09f;
}
/* #primary-menu {
	display: flex;
	justify-content: space-evenly;
}
.main-navigation li a {
	padding: 0;
} */
.main-navigation li a:hover {
	background: #45c5ed;
}
.content-area, 
.page-header {
	padding-top: 0;
	padding-bottom: 0;
}
.site-main {
	padding-top: 25px;
}
.site-main #nav-below a {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Freckle Face', cursive;
}
h3 {
	font-size: 1.35em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
.page-title {
	text-align: center;
	font-size: 20.5px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.paged-num {
	font-size: 0.75em;
}
.taxonomy-description {
	display: none;
}
.entry-title {
	font-weight: normal;
}
.entry-content img {
	margin: auto;
}
.widget-area .widget-title {
	color: #fc0;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
}
.entry-footer span a {
	padding: 0;
}
.byline a {
	cursor: auto;
}
.pagination {
	padding: 0;
}
.site-footer {
	padding: 10px 0 30px;
	text-align: center;
}
.site-footer img {
	max-height: 100px;
	max-width: 160px;
	margin: 0 8px 0 8px;
}
.banner-spacer img {
	margin: 0;
}	
a.banner-spacer {
	cursor: auto;
}
.staff101 th {
	text-align: center;
}
.staff101 td {
	padding-left: 10px;
}
.staff101 tr:hover td {
    background: #c7d4dd !important;
}
.wp-video {
	margin: auto;
}
.wonderplugin-pdf-iframe {
	width: 100%;
	min-height: 448px;
	max-height: 896px;
}
p.wysija-paragraph {
	margin: 6px 0 -16px;
}
/* responsive css------------------------------------------------------------ */
@media only screen and (max-width: 999px) {
	.site-title {
		padding-top: 20px;
	}
	.site-title a {
		font-size: 46px;
		line-height: 37px;
	}
	.site-title div.custom-header {
		font-size: 32.5px;
		margin-right: 1px;
	}
	.main-navigation {
		height: auto;
		background-image: none;
		background-color: #f86906;
		padding-bottom: 0;
	}
	.main-navigation .menu-toggle {
		display: block;
	}
	.main-navigation .menu {
		background: #4d4d4d;
	}
	.main-navigation li {
		width: 100%;
		height: auto;
		display: block;
		position: inherit;
		border-top: 1px solid #cccccc;
		background-color: #4d4d4d;
	}
	.main-navigation .current_page_item {
		background-image: none;
	}
	.mr li:first-child {
		background-image: none;
	}
	.main-navigation li a {
		text-align: center;
	}
	.main-navigation li a:hover {
		background-image:none;
		background: #ff8800;
	}
	.main-navigation .sub-menu,
	.main-navigation .children {
		border: none;
		position: inherit;
		height: auto;
		width: 100%;
		overflow: inherit;
		background-color: #4d4d4d;
	}
	.main-navigation ul ul a {
		padding: 5px 0;
		width: 100%;
		background: none;
	}
	.main-navigation .menu {
		display: none;
	}
}
@media only screen and (max-width: 799px) {
	.site-description{
		text-align: right;
		float: right;
	}
	.site-title {
		padding-top: 30px;
	}
	.site-title a {
		font-size: 32.5px;
		line-height: 26px;
	}
	.site-title div.custom-header {
		font-size: 23px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 659px) {
	.header-text {
		float: none;
	}
	.site-title div.custom-header {
		text-align: center;	
	}
}
@media only screen and (max-width: 479px) {
	.header-search {
		float: right;
	}
}
.auto_translate_minimalist {         
	float: right;
	margin-bottom: 10px;
}