.site-header {
	background-color: #fff;
}

#masthead .wrap {
    /* position: relative; */
	text-align: center;
}

.custom-logo-link img { 
	max-height:300px;
	max-width:90%;
}



.entry-meta .byline, .entry-meta .cat-links { 
	display: none; }

.entry-meta .posted-on { display: none; }


a#scroll-to-top {
    bottom: 75px;
}

.page-one-column .panel-content .wrap {
    max-width: 1000px;
}
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary
{
    max-width: 1000px;
}



.entry-content a img, .widget a img {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.entry-footer {
	display: none;
}


article {
	padding-bottom: 50px;
	border-bottom: solid;
	border-width: thin;
	border-color: #eeeeee;
	margin-bottom: 100px;
		}

.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
	width:100%
}

.display-posts-listing img {
	width: 20%;
  float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px;

  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.display-posts-listing img:hover {
    -webkit-filter: brightness(10%); /* Safari */
    filter: brightness(10%);
}

.entry-content a{
	
	color: #bf3539;
	webkit-box-shadow: none;	
	box-shadow: none;
}
.entry-content a:hover{
	webkit-box-shadow: none;	
	box-shadow: none;
}

.background-fixed .panel-image {
background-attachment: scroll;
}

.category-list a{
padding: 5px;
margin: 3px;
color: #bf3539;	
background-color: #fff;
border-style: solid;
border-width: 1px;	
float: left;
font-weight: 500
	
}

.category-list a:hover{
color: #fff;	
background-color: #000;
}

.zoe-list a{
padding: 5px;
margin: 3px;
	width:100%;
	text-align: center;
color: #bf3539;	
background-color: #fff;
border-style: solid;
border-width: 1px;	
float: left;
font-weight: 500
	
}

.zoe-list a:hover{
color: #fff;	
background-color: #000;
}


.custom-header-media:before {
	background: none;
}

@media only screen and (max-width: 600px) {
       .display-posts-listing img {
	width: 25%;
    }
}