/*
Theme Name: CMS Kindergarten-child
Theme URI: http://cmssuperheroes.com
Author: Oley Media Group
Author URI: http://www.oleymediagroup.com.au/
Template: wp-kindergarten
Version: 1.0
Text Domain: wp-kindergarten
*/
ul#menu-top-menu:before {
	content: url(http://www.littleteds.com.au/wp-content/uploads/2018/10/Exceeding-NQS_Logo.jpg);
	margin-right: 20px;
}

#page .page-title #page-title-text h1 {
    color: white;
}

.about-title-sec{
    color: #6f4792; 
    font-size: 21px; 
    line-height: 31px; 
    font-weight: bold;
}
.quote-title-sec{
    color: #6f4792;
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align:justify;
}
.text-white{
    color: #fff;
}
.kids-side-img{
    padding-top:15px;
}
.curriculam-first-sec p{    
    color: #6f4792; 
    font-size: 18px; 
    line-height: 31px; 
    font-weight: bold;
}
.curriculam-list-style ul li{
    color: #fff;
}
.curriculam-list-style, .enroll-head{
     padding-top: 30px;
}
.enroll-head h4{
    padding-bottom: 15px;
}
.enroll-btn .vc_general.vc_btn3{
    background-color: #da5192;
}
.community-list-style ul li{
    color:#000;
}
.community-text-link p a{
    font-size: 20px;
}
.meet-staf-name{
    padding-top: 30px;
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.no-more-tables tr { border: 1px solid #ccc; }
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/*padding-left: 50%; */
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}