#site-wrapper .memorial-wrapper.candles-header-no .memorial-light-candle {
    display:none;
}

.memorial-wrapper.candles-header-no .memorial-header .header-content h2 {
    color: white;
    padding-top: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.memorial-wrapper.candles-header-no .memorial-header .header-content p.record-dates {
    color: white;
    padding-bottom: 1.5rem;
}

a.send-flowers-btn {
    text-align: center;
    padding: 10px;
    background-color: #d75e5e;
    display: block;
    color: white;
    border-radius: 5px;
    margin: 1rem 0;
}
a.send-flowers-btn:hover {
    background-color: #b05151;
    cursor: pointer;
}

.content-pane p a {
    color:#d75e5e;
    text-decoration: underline;
}

.memorial-content a {
    color:#15c;
    text-decoration: underline;
}
.menu a {
    text-decoration: none;
}
.plant-tree-btn {
    background-color: #406c21 !important;
    margin-top: 0 !important;
}
.plant-tree-btn:hover {
    background-color: #33561a !important;
    cursor: pointer;
}
/**** MEDIUM ONLY ****/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}
/**** SMALL ONLY ****/
@media screen and (max-width: 39.9375em) {
    .memorial-wrapper.candles-header-no .memorial-header .header-content h2,
    .memorial-wrapper.candles-header-yes .memorial-header .header-content h2 {
        padding-top:1.2rem;
        color: #000;
        font-size: 2rem;
        border-bottom: none;
        margin-bottom: 0;
    }
    .memorial-wrapper.candles-header-no .memorial-header .header-content p.record-dates,
    .memorial-wrapper.candles-header-yes .memorial-header .header-content p.record-dates {
        padding-bottom: .25rem;
        color: #797979;
    }
    a.send-flowers-btn {
        margin: 0;
    }
    .send-flowers-btn-mobile {
        padding-bottom: 1rem;
    }
    .memorial-fh-logo {
        padding-bottom: 1rem;
    }
    .fh-info {
        text-align: center;
    }
}