/*
 Theme Name:   Twenty Sixteen Child
 Description:  Twenty Sixteen Child Theme
 Author:       Max Moskol
 Template:     twentysixteen
 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:  twentysixteen-child
*/


/* Add your custom css below */

/*
body, button, input, select, textarea{
	font-size:0.9rem;
}

blockquote{
	font-size:0.97rem;
}
 */

body:not(.search-results) article:not(.type-page) .entry-content{
	float:none;
	width:auto;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
	float: none;
	margin-top: 0.1538461538em;
	width:auto;
	margin-bottom:3%;
}

.entry-footer .author img{
		display:none;
}

.entry-title{
	margin-bottom:0.6em;
}

.entry-footer,
.entry-content {
	margin-left:0;
	margin-right:0;
}

blockquote{
	font-size:0.92875rem;
	margin:0px 8% 1.75em 6% !important;
	font-style:normal;
	border:0px;
	font-family:Open Sans,sans-serif;
	font-weight:500 !important;
}

#page ul, ol{
	margin:0px 8% 1.75em 8% !important;
}

#page ul li, ol li {
	margin-bottom:1%;
}

@media (max-width: 910px) {
	.entry-footer,
	.entry-content {
		margin-right: 7.6923%;
		margin-left:7.6923%;
	}	
	
}