/* Enter Your Custom CSS Here */
.home .entry-content p:last-child {
  display: none;
}
.home .entry-content p:last-child {
  display: none;
}
.post-navigation {
  display: none;
}
.search-big__trigger {
  display: none !important;
}
@media screen and (max-width: 350px) {
  .site-header, .site-footer {
    padding: 20px;
  }
}
@media screen and (max-width: 450px) {
  .menu-toggle {
    right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    right: 30px;
  }
}
.site-description {
  display:none;
}
.single .entry-meta {
  padding-right: 0;
}
.single .featured-landscape {
  margin-top: 40px;
}
.grid-wrapper .entry-header {
  padding: 24px 28px;
}
.grid-wrapper .entry-meta {
  display: none;
}

.grid-wrapper .entry-content p, .grid-wrapper .entry-summary p, .grid-wrapper .entry-content li, .grid-wrapper .entry-summary li, .grid-wrapper .entry-content dd, .grid-wrapper .entry-summary dd {
  color: #797979;
}