article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
  display: none;
}
.page .entry-title { display: none; }

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 0rem !important;
}

.entry-author-link,
.entry-permalink,
.entry-date,
.entry-title,
.entry-meta {
	display: none;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 0rem !important;
}

#header {
  width: 100%;
}

/* ascunde meniul de traducere pe telefoane */
@media (max-width: 980px){
 
    .menu-item-454{
    display: none !important;
    }
 
}