/*
Theme Name:     Twenty Sixteen Child
Theme URI:      http://www.tableless.com.br/
Description:    Tutorial de Child Theme para o Tableless
Author:         Tableless
Author URI:     http://www.tableless.com.br/
Template:       twentysixteen
Version:        1.0
*/

@import url("../twentysixteen/style.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.entry-content > blockquote {border: 0px;  }
.entry-content > blockquote p {background-color:#EEE; color: #5882FA; quotes: "\201C" "\201D"; padding: 20px; border-radius: 5px; font-size: 16px; }

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.entry-footer {
	display: none;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
}

.site-inner {
	margin: 0 auto;
	max-width: 96%;
	position: relative;
}

.entry-header {
	margin-right: 5%;
	margin-left: 5%;
}
