/* 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 {
    font-size: 0.9em;
}
@media (max-height: 700px) {
    body:not(#obituaries)header.template-header .header-top .logo-wrapper img {
        height: 120px;
    }
    body:not(#obituaries)#slideShow .slideshow-screen .slide-item .slideshow-slide-content .slideshow-description-text {
        margin-top: .1em;
    }
    body:not(#obituaries)#slideShow .slideshow-screen .slide-item .slideshow-slide-content .hi-slide-item-heading {
        font-size: 0.8em;
    }
}
@media (max-height: 850px) {
    body:not(#obituaries)#slideShow .slideshow-controls {
        bottom: 5px;
    }
    body:not(#obituaries)#slideShow .slideshow-screen .slide-item .slideshow-slide-content .hi-slide-item-heading {
        font-size: 0.85em;
    }
}
@media (max-height: 750px) {
    body:not(#obituaries)#slideShow .slideshow-screen .slide-item .slideshow-slide-content a.btn-outline {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 15px 6em;
    }
    body:not(#obituaries)#slideShow .slideshow-screen .slide-item .slideshow-slide-content .slideshow-description-text {
        margin-top: .2em;
    }
}

@media (min-width: 992px) {
    header.template-header.multiple-phones .header-bottom {
        margin-top: -120px;
    }
}

.custom-footer-links {
    line-height: 1.6 !important;
    padding-top: 0 !important;
    text-align: center !important;
}

@media (min-width: 992px) {
    .custom-footer-links {
        text-align: left !important;
    }
}

.custom-footer-link {
    background: none !important;
    border: none !important;
    color: #FFF !important;
    font-family: inherit !important;
    font-size: inherit !important;
    padding: 0 !important;
    text-decoration: underline !important;
    text-transform: none !important;
}

.custom-footer-link:not(.first) {
    margin-left: 1ch !important;
}