/*
Theme Name: twentysixteenchild
Description: twentysixteenchild description
Author: Robert Nielsen
Template: twentysixteen
*/

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: disc; 
}

body:not(.search-results) article:not(.type-page) .comments-link {
    display: none;
}

/*
.entry-content p { 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
*/

.site-footer {
  justify-content: center;
  padding: 2rem 0;
  background: #1a1a1a;
}

.site-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.site-footer .site-title::after {
  display: none;
}