/*
 Theme Name:     Kids Child Aislin Demo
 Theme URI:      http://themeforest.net/item/kids-voice-school-responsive-wordpress-theme/2327685
 Description:    Kids Child Theme
 Author:         Aislin
 Author URI:     http://themeforest.net/user/Aislin
 Template:       kids
 Version:        1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.demo * {
    box-sizing: border-box;
}
html.demo, 
body.demo {
    background: none;
}
.demo-front-page-container {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.demo-front-page-header {

    background-color: #f8ac00;
}
.demo-front-page-content {
    background-color: #f1f5f6;
    background: #f1f5f6 url("img/bg-clouds.png") top center no-repeat;
    padding: 60px 0;
    overflow: hidden;
}
.demo-front-page-header:after {
    display: block;
    content: "";
    background: #f1f5f6 url("img/tooth.png") repeat-x;
    height: 30px;
}
.demo-front-page-footer {
    text-align: center;
    padding: 40px;
    color: #a0a0a0;
}
ul.demo-thumbnails {
    list-style: none;
    margin: 0;
    margin: 0 auto;
}
.demo-thumbnails li {
    float: left;
    width: 30%;
    height: auto;
    margin-right: 3%;
    background-color: #e7e7e7;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 1px #dcdcdc;
    position: relative;
    padding: 15px;
    margin-bottom: 65px;
}
.demo-thumbnails li a {
    width: 100%;
    height: 100%;
    float: left;
}
.demo-thumbnails li a:hover .title,
.demo-thumbnails li a:hover .subtitle {
    color: #C7B849;
}
.demo-thumbnails li a img {
    width: 100%;
    height: auto;

}
.demo-thumbnail-title-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
    height: 40%;
}
.demo-thumbnail-title-wrapper .title {
    font-size: 20px;
    display: block;
    margin: 15px;
    color: #000;
}
.demo-thumbnail-title-wrapper .subtitle {
    color: #999;
}
.demo-front-page-tagline {
    color: #fff;
}

@media all and (max-width: 1200px) {
    .demo-front-page-container {
        width: 80%;
    }
}
@media all and (max-width: 650px) {
    .demo-thumbnails li {
        width: 100%;
    }
}

