.entry-author-link, 
.entry-permalink,
.fa-calendar, /*removes calendar icon */
.entry-date,
.entry-meta,
.post-meta {
display: none;
}

.gallery-item {
    margin-top: 10px; /*adds space above gallery images */
    /*margin-left: 10px;  adds space between gallery images*/
}

#footer_1 {
text-align:     left ;
}
#footer_2 {
text-align:     center ;
}
#footer_3 {
text-align:     right ;
}

#main {
    max-width: 1440px;
}

.nav-previous a, .nav-next a {
visibility: hidden;
} /* hides 'next post' and 'previous post' page names at bottom of page */


/*#content .gallery .gallery-item {
float:left;
margin-top:0;
text-align:center;
width:33%;
}

/*

#content {
  max-width: 890px;
  margin: 0 3.645833333333%;
}

#secondary {
  display: none;
}