/*
Theme Name:   twentysixteen child theme
Description:  Write here a brief description about your child-theme
Author:       How to Wordpress
Author URL:   http://www.howtowp.xyz
Template:     twentysixteen
Version:      1.0
Text Domain:  twentysixteen-child
*/

/* Write here your own personal stylesheet */
@media screen and (min-width: 61.5625em){
	body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta,body:not(.search-results) article:not(.type-page) img.below-entry-meta {
		margin-left: 0 !important;
		max-width: 100% !important;
	}
}
.site-footer .site-title:after{
	display:none;
}
.site-content {
	word-break:break-all;
}