/* FamilyPlot global/theme overrides */

/* TALL BUTTONS */
.customButton { padding: 60px; }

#main {
  padding: 0 !important;
  background: #FFFFFF;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 30%, rgba(247, 247, 247, 1) 100%);
}

@media only screen and (max-width: 1190px) {
    #main, .memorial-memories {
        margin: 35px;
    }
}

@media only screen and (max-width: 800px) {
    .person-sidebar {
        padding-top: 0px;
    }
}

.avada-page-titlebar-wrapper {
    display: none;
}

.memorial-memories-main {
  background: #f7f7f7;
  padding: 0 0 60px 0;
}

.memorial-memories-main .fusion-row {
    max-width: var(--site_width);
}

.person-memorial {
    margin: 60px 0px;
}

.footer-copyright {
    color: #FFFFFF !important;
}
