/*
Theme Name: Twenty Sixteen Child
description: >-
  Twenty Sixteen Child Theme
Author: Matthew Bretherton
Template: twentysixteen
Version: 1.0.0
Text Domain: twenty-sixteen-child
*/


article,
aside,
details,
figcaption,
figure,
header,
main,
menu,
nav,
section,
summary {
        display: block;
}
footer{
        display: none;
}

@media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) 
{
float: none;
margin-top: 1.5em;
width: 100%;
}
.single .byline, .full-size-link,
body.group-blog:not(.search-results) .byline,
body:not(.search-results) .entry-format,
body:not(.search-results) .cat-links,
body:not(.search-results) .tags-links,
body:not(.search-results) article:not(.sticky) .posted-on,
body:not(.search-results) article:not(.type-page) .comments-link,
body:not(.search-results) article:not(.type-page)  .edit-link
{
display: inline;
}
body:not(.search-results) article:not(.type-page)  > span:not(:last-child):after
{
display: inline;
}
body:not(.search-results) article:not(.type-page) .entry-content
{
float: none;
width: 100%;
}
body:not(.search-results) article:not(.type-page)  .avatar
{
margin: auto 0.3em 1em auto;
width: 27px;
}
    .entry-title {
       font-size: 33px;
       font-size: 2.0625rem;
       line-height: 1.2727272727;
       margin-bottom: 0.8484848485em;
    }
    body:not(.search-results) .entry-summary {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.826086957em;
    }
}
input[type=button].modest, button.modest {
  background-color: white; 
  border: 1px solid black; 
  text-decoration: none;
  text-align: center;
	color: black;
  font-size: 9px;
  cursor: pointer; 
  margin: 2px 2px;
  border-radius: 6px;
	margin-left: 8px;
 /* font-weight: bold; 
 *   background:lightblue; */
} 
	
