.page .entry-title {

display: none;

}
blockquote {
    border-left: 5px solid #358d7c; 
}
@media only screen and (max-width: 768px) {
  .mobile-menu-container {
    position: fixed; 
    top: 60px;    
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
			z-index: 999; }
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}