 
/*
Theme Name: Twenty Sixteen Child
Theme URI: http://example.com/twentysixteen-child/
Description: Twenty Sixteen Child Theme
Author: Kiaranet
Author URI: http://biltoki.kiaranet.com
Template: twentysixteen
Version: 1.0
Tags: twentysixteen, extension, child, etc
Text Domain: twentysixteen-child
*/
 
@import url("../twentysixteen/style.css");
 
/* A partir de aquí empieza la personalización de tu tema */

/*HEADER*/
.custom-logo{
	max-width: 150px;
}
.entry-header h1{
	font-size: 21px;
	background-color: #68ba68;
	padding:5px 2%;
	width: 100%;
}

/*SIDEBAR*/
.sidebar {
		display: none;
	}

/*CONTENT*/
.content-area{
	width: 100%;
}

/*FOOTER*/
.imprint{
	display: none;
}
.site-footer .site-title::after {
	content:'';
}

/*INPUTS*/
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea{
	border: 1px solid #68ba68;
	background-color: #ffffff;
}

