/*
 Theme Name:   Preschool and Kindergaten Child
 Theme URI:    indeda.com
 Description:  Preschool and Kindergaten Child Theme
 Author:       Jessica Xu
 Author URI:   http://example.com
 Template:     preschool-and-kindergarten
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  preschool-and-kindergarten-child
*/

/* navigation */

.custom-logo {
	max-width: 200px;
}

.main-navigation a {
	padding: 16px 0;
}

.main-navigation li {
	margin-left: 30px;
}

/* misc */

.full-width {
	width: 100%;
}

.site-info {
	text-align: center;
}

#primary .post .entry-content iframe, #primary .page .entry-content iframe {
	height: 100%;
}

/* homepage sections */

.welcome .text-holder .title {
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 30px;
}

.section-2 .btn {
	border: 2px solid #41aad4;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 11px 10px 12px;
    text-transform: uppercase;
}

.section-2 .btn:hover {
	text-decoration: none;
    background: #41aad4;
    color: #fff;
}

.section-2 ul {
	text-align: left;
    margin: 0 30px 30px 30px;
}

.promotional-block .btn-detail {
	display: none;
}
.lang-item {display:none !important;}