/*
Theme Name:   Benevolent Child
Description:  Benevolent Child Theme
Author:       Toon Gerritsen
Template:     benevolent
Version:      1.0.1
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: benevolent-child
*/

@import url("../benevolent/style.css");


.site-header .header-top {
    padding: 0 0 0;
}

.home.has-slider .site-header .header-bottom, .site-header .header-bottom {
    padding: 0 0 0;
	background: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,.03);
}

.site-header .site-branding {
    float: left;
    margin: 0 0 0;
    max-width: 480px;
	background: #000;
}

#site-navigation {
    float: right;
    margin: 0 0 0 10px;
    max-width: 60%;
}

body.menu-toggled .main-navigation {
    background-color: #eeeeee;
}

#mobile-header a {
    background: url(images/btn-menu-ai.png) no-repeat;
}

.main-navigation .close {
    background-color: #aaa;
}

.site-header .site-branding .site-title {
   font-size: 20px;
   font-weight: bold;
}

.site-header .site-branding .site-title a { color: #000 }

.site-header .site-branding .site-description {
    font: 16px Arial, Helvetica, sans-serif;
    margin-top: 7px;
	color: #000;
	text-align: center;
}

.logo-text .site-title-wrap {
    display: inline-block;
    vertical-align: middle;
	padding: 23px 10px 25px 10px;  
	background-color: #ffff00;
	height: 106px;
	margin-left: -2px;
}

.logo-text .site-logo {
    width: 250px;
}

.banner {
    padding-top: 105px;
}

.main-navigation a {
    color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
 }

.sub-menu { border: 2px solid #333333;}
.sub-menu .menu-item { border: 1px solid #333333;}

.our-community .header {
    background: #fef200;
}

.our-community .header .main-title {
    color: #000;
}

#primary {
  width:70%;
}

#secondary {
  width:30%;
}