/*
Theme Name:   WPB Child Theme
Theme URI:    http://www.wpbeginner.com/
Description:  A Twenty Sixteen child theme
Author:       WPBeginner
Author URI:   http://www.wpbeginner.com
Template:     twentysixteen
Version:      1.0.0
*/
 
@import url("../twentysixteen/style.css");

.site-title {
    font-family: Gill Sans, Geneva, sans-serif;
}

.site-description {
    color: #686868;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0.538461538em 0 0;
}


.site-header {
    padding: 1em 4.5455%;
}

.entry-title {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 1.05em;
}

.image-navigation {
    margin-bottom: 1em;
}

@media screen and (min-width: 61.5625em) {
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 48%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 26%;
	}
}
