/* Custom Logo */
header.template-header {
    height: 150px;
}
header.template-header .header-top .logo-wrapper img {
    display: none;
}
#obituaries header.template-header {
    height: 90px;
}
#obituaries header.template-header .header-top .logo-wrapper img {
    display: inline-block;
}
/* Responsive Logo Fix */
body:not(#obituaries) #slideShow .slideshow-screen .slide-item .slideshow-slide-content .hi-slide-item-heading,
#slideshow .slideshow__slide__title {
    font-size: 0.9em;
}

@media (min-width: 992px) {
    header.template-header.multiple-phones .header-bottom {
        margin-top: -70px;
    }
}

.warning-message {
    background: #6f1c2d!important;
    border-bottom: 1px solid #fff!important;
    color: #fff!important;
}
.warning-message p {
    color: #fff!important;
    text-align: center;
    font-weight: 700
}
.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff!important;
}