/*
Theme Name: Twenty Seventeen Child
Theme URL: http://www.insilicolabs.pt
Description: Twenty Seventeen Child Theme
Author: Eduardo Miranda
Author URL: http://www.insilicolabs.pt
Template: twentyseventeen
Version: 1.0.0
Text Domain: twentyseventeen-child
*/ Custom CSS goes after this line


.site-content-contain {
    background-color: #d5ffa0;
    position: relative;
}

/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 1em;
	}
.widget {
	padding-bottom: 0em;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 0px solid #ddd;
}

.page-one-column .panel-content .wrap {
		max-width: 1000px;
	}

/* Footer */
.site-footer {
	border-top: 1px solid #eee;
	background-color: #cec4c4;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}





.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
{
box-shadow: 0 0 0 0px;
text-decoration: none;
}

.noefects a:focus,
.noefects a:hover
{
text-decoration: none;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
box-shadow: 0 0 0 0px;
text-decoration: none;
}

.copyright {
	color: #000;
	font-size: 12px;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
    }

