@media only screen and (min-width: 767px) {
    body.minimalist__sidebar:not(.horizontal__sidebar) .sidebar .website__identity__sidebar .text__logo__tagline, 
	body.minimalist__sidebar:not(.horizontal__sidebar) .sidebar .website__identity__sidebar img.image__logo__tagline {
        transform: translateX(0px) translateY(-50%);
		visibility: visible;
		opacity: 1;
    }
