.meals-frontend .main-header {
  background-color: #fff;
}

.meals-frontend .meals-header-logo {
  max-height: 125px;
  width     : auto;
  padding   : 5px 5px 0 5px;
}

@media screen and (min-width: 768px)
{
  .meals-frontend .meals-header-logo {
    padding: 5px;
  }

  .meals-header-title
  {
    font-size          : 32pt;
    font-weight        : normal;
    right              : 0;
  }

  .meals-header-title {
    top: 65px;
  }
}
