/*
 Theme Name:   Nedlaw Living Walls Child
 Theme URI:    http://nedlawlivingwalls.ca/
 Description:  Nedlaw Living Walls Child Theme based on a version by Kobayashi Online
 Author:       Jasmine Vesque
 Author URI:   http://jasminevesque.com
 Template:     kobayashionline
 Version:      1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */



/* Not sure if I changed this code
.home #main{
	background-image: none;
	background-color: #fff;
	border-top: none;
*/

body {
	color: #565656;
	line-height: 1.5;
	margin: 0;
	background-color: #fff;
	background-image:none;
}

.site-header .search-field {
	background-color: #bfdb9d;
}

/*
#ko-home-content{
	width: 500px;
	height: 500px;
	/*float: left;
	background-color: #8dc63f;
	margin-right: 11px;
	color: #eeffd7;
	padding: 0 16px;
}

.ko-home-additional-box{
	width: 250px;
	height: 250px;
	float: left;
}
*/

/* Changes to the main body content and sidebars*/
.page #main, .post-type-archive #main, .single-project #main, .tax-project_types #main {
background-image: none;

#primary, .single-project #primary, .post-type-archive #primary, .tax-project_types #primary {
float: right;
width: 100%;
}

#main {
width: 100%;
background-image: none;
}

#content {
padding: 20px 20px 20px 0px;
}

/* Hide sub-navigation*/
#ko-subnavigation-plugin {
display: none;
}

/* Changes to the footer */

.site-footer {
	clear: both;
	color: #325e1a;
	font-size: 13px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 50px;
}

#bottomBar{
	clear: both;
	height: 80px;
	background-color: #fff;
}

li.social-media-profiles-YouTube{
	background-image: url(images/youtube.png);
}

