
/* Headline: solid white + strong shadow (no more text-stroke outline hack) */
.single h1.entry-title, .page-template-page-featured-image h1.entry-title, .page h1.entry-title{
    color: #ffffff !important;
    text-shadow:
        0px 2px 12px rgba(0, 0, 0, 0.8),
        0px 1px 4px  rgba(0, 0, 0, 0.9);
    font-weight: 700;
}