/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://pol-soft.pl/twenty-seventeen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       Piotr R
 Author URI:   http://pol-soft.pl
 Template:     twentyseventeen
 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:  twenty-seventeen-child
*/

/*Change main background color*/
.site-content-contain {
    background-color: #fff;
}

/*Remove top padding so main background color doesn't show above the content*/
div#content {
    padding-top: 0;
}

/*Set content background color, add a bit of spacing*/
#content .wrap {
    background: #8effa3;
    padding-top: 30px;
}

#content .site-content {
    background: #8effff;
    padding-top: 30px;
}

.navigation-top {
    background-color: #8effa3;
}
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 85%;
	}
/*.site-footer {
  background-color: #bb00bb; 
}
*/