@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
svg {
  -webkit-transform: scale(1);
  transform: scale(1); }

h1 {
  font-size: clamp(3.5rem, 5vw, 5rem); }

h2, h1.section-title, .section-title {
  font-size: clamp(2.5rem, 5vw, 3rem); }

.h2-small h2 {
  font-size: 2rem !important; }

h1, h2, h3 {
  letter-spacing: -1px; }

p, section li {
  font-family: "Lora", serif;
  font-weight: normal; }

p {
  font-size: 1.2rem;
  line-height: 1.333;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    p {
      word-break: break-word; } }
.small p {
  font-size: 1rem; }

p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty {
  display: none; }

.nav-footer p {
  margin: 1rem auto; }

a, a:hover, a:visited {
  text-decoration: none; }

a {
  color: #c0808c; }
  a:hover {
    color: #e2c5ca; }

body {
  font-family: "Lora", serif;
  font-weight: normal;
  text-rendering: optimizeLegibility !important;
  margin: 0;
  background-color: #5e1925;
  color: #e8d4d7; }
  body .grecaptcha-badge {
    z-index: 2000; }

@keyframes fademove {
  0% {
    opacity: 0;
    -moz-transform: translateY(5em);
    -o-transform: translateY(5em);
    -ms-transform: translateY(5em);
    -webkit-transform: translateY(5em);
    transform: translateY(5em); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    transform: translate(-300px, 0);
    opacity: 0;
    visibility: hidden; }
  100% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; } }

@keyframes slideOutLeft {
  0% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translate(300px, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes slideInRight {
  0% {
    transform: translate(300px, 0);
    opacity: 0;
    visibility: hidden; }
  100% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; } }

@keyframes slideOutRight {
  0% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translate(-300px, 0);
    opacity: 0;
    visibility: hidden; } }

header, main, footer {
  position: relative;
  display: block; }

footer {
  z-index: 5; }

*:before,
*:after {
  z-index: -1; }

a:hover {
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .holder {
    overflow: hidden; } }

.line {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .line.obits_holder {
      padding: 0 5px !important;
      align-items: center; } }
  .line.line-gutter {
    min-height: 10px;
    max-height: 10px;
    width: 100%;
    padding: 0; }
    .line.line-gutter.line-gutter-xl {
      max-height: 30px; }
  .line .column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .line .column {
        flex-direction: column;
        margin: 0; } }
    @media only screen and (max-width: 599px) {
      .line .column:last-child .line.line-gutter {
        display: none !important; } }
    .line .column.col-gutter {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      max-width: 10px;
      min-width: 1px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .line .column.col-gutter {
          width: 10px; } }
      .line .column.col-gutter:last-child {
        display: none; }
      @media only screen and (max-width: 768px) {
        .line .column.col-gutter.col-svg, .line .column.col-gutter:last-child {
          display: none; } }
  @media only screen and (max-width: 992px) {
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-311 .column.col-gutter:nth-of-type(2), .line.-layout-211 .column.col-gutter:nth-of-type(2), .line.-layout-2111 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(2) {
      max-width: 100% !important;
      height: 10px !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 992px) and (-ms-high-contrast: none), only screen and (max-width: 992px) and (-ms-high-contrast: active) {
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-311 .column.col-gutter:nth-of-type(2), .line.-layout-211 .column.col-gutter:nth-of-type(2), .line.-layout-2111 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(2) {
      width: 100%; } }
  @media only screen and (max-width: 992px) {
    .line.-layout-1111 .column.col-gutter:nth-of-type(4), .line.-layout-112 .column.col-gutter:nth-of-type(4), .line.-layout-113 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      max-width: 100% !important;
      height: 10px !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 992px) and (-ms-high-contrast: none), only screen and (max-width: 992px) and (-ms-high-contrast: active) {
    .line.-layout-1111 .column.col-gutter:nth-of-type(4), .line.-layout-112 .column.col-gutter:nth-of-type(4), .line.-layout-113 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      width: 100%; } }
  @media only screen and (max-width: 992px) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(6) {
      max-width: 100% !important;
      height: 10px !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 992px) and (-ms-high-contrast: none), only screen and (max-width: 992px) and (-ms-high-contrast: active) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(6) {
      width: 100%; } }
  @media only screen and (max-width: 620px) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(4), .line.-layout-2111 .column.col-gutter:nth-of-type(4) {
      max-width: 100% !important;
      height: 10px !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 620px) and (-ms-high-contrast: none), only screen and (max-width: 620px) and (-ms-high-contrast: active) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(4), .line.-layout-2111 .column.col-gutter:nth-of-type(4) {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .line.-layout-1111 .-columidx-4 .line.line-gutter:last-of-type, .line.-layout-2111 .-columidx-4 .line.line-gutter:last-of-type, .line.-layout-1112 .-columidx-4 .line.line-gutter:last-of-type {
      display: none; }
    .line.-layout-111 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-112 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-113 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-121 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-311 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-211 .-columidx-3 .line.line-gutter:last-of-type {
      display: none; }
    .line.-layout-11 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-12 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-21 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-13 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-31 .-columidx-2 .line.line-gutter:last-of-type {
      display: none; }
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-111 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      max-width: 100% !important;
      height: 10px !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 599px) and (-ms-high-contrast: none), only screen and (max-width: 599px) and (-ms-high-contrast: active) {
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-111 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      width: 100%; } }
section img, section iframe {
  max-width: 100%; }

@media only screen and (min-width: 431px) {
  section > .holder > .line > .column > .line-gutter:last-child {
    display: none; } }

@media only screen and (max-width: 768px) {
  section h1, section h2, section h3 {
    padding-top: 1em; }
  section img {
    height: auto !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-col100 {
    width: 100%; }
  .ie-col50 {
    width: 50%; }
  .svg-wrap-ie {
    position: relative;
    width: 100%; }
  .svg-wrap-ie svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0; }
  .ie-svg-top {
    padding-top: 0; }
  .ie-svg-top svg {
    margin-top: -0.05%; }
  .ie-svg-middle {
    padding-top: 0; }
  .ie-svg-middle svg {
    margin-top: 0; }
  .ie-svg-bottom {
    padding-top: 0; }
  .ie-svg-bottom svg {
    margin-top: 0.05%; } }

.pattern1 {
  background: url("/fh_live/10600/10604/brand/custom-texturev2.jpg");
  background-repeat: repeat;
  position: fixed;
  width: 100%;
  height: 200%;
  opacity: 0.4;
  z-index: -1; }

.box-pattern, .box-pattern-cover {
  background-image: url("/fh_live/10600/10604/brand/custom-texturev2.jpg"); }

.box-pattern {
  background-repeat: repeat;
  background-size: auto;
  background-position: center; }

.box-pattern-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.box-svg-bottom, .box-svg-top {
  width: 100%; }
  .box-svg-bottom svg, .box-svg-top svg {
    overflow: visible;
    fill: #fdfcfb; }

.box-hide {
  display: none !important; }

@media only screen and (max-width: 1200px) {
  .box-hide-xl {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .box-hide-xl-up {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .box-hide-lg {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .box-hide-lg-up {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .box-hide-md {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .box-hide-md-up {
    display: none !important; } }

@media only screen and (device-width: 768px) and (orientation: portrait) {
  .box-hide-md-up {
    display: initial !important; } }

@media only screen and (max-width: 599px) {
  .box-hide-sm {
    display: none !important; } }

@media only screen and (min-width: 600px) {
  .box-hide-sm-up {
    display: none !important; } }

.box-top svg, .box-bottom svg {
  fill: #f5efea;
  width: 100%;
  overflow: visible; }

@media only screen and (max-width: 768px) {
  .box-top, .box-bottom {
    padding: 0;
    margin: 0; } }

.section-title {
  padding-top: 0 !important; }

@media only screen and (max-width: 768px) {
  section.recent_obituaries h1, section.recent_obituaries h2, .-section_recent_obituaries h1, .-section_recent_obituaries h2 {
    text-align: center; } }

.box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #1b0d10; }
  @media only screen and (max-width: 768px) {
    .box {
      width: auto; } }
  .box a:not(.btn):not(.cta-style):not(.calendarEntry) {
    color: #c0808c; }
    .box a:not(.btn):not(.cta-style):not(.calendarEntry):hover {
      color: #924956; }
  .box .section-title {
    text-shadow: none !important;
    color: #1b0d10 !important; }
  .box p.lead {
    color: #a35160;
    text-align: center;
    padding-bottom: .5em;
    letter-spacing: -.5px;
    font-weight: bold; }
  .box .picture {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 992px) {
      .box .picture {
        width: 100%;
        height: auto; } }
.box-radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .box-radius p, .box-radius img, .box-radius .picture, .box-radius .cta-bg,
  .box-radius .cta-brand1,
  .box-radius .cta-brand2, .box-radius .cta-brand2 .cta-style,
  .box-radius .cta-brand3, .box-radius .cta-brand3 .cta-style,
  .box-radius .cta-brand4, .box-radius .cta-brand4 .cta-style,
  .box-radius .cta-brand5 {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

.box-top-radius {
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box; }

.top-radius p, .top-radius img, .top-radius .picture, .top-radius .cta-bg,
.top-radius .cta-brand1,
.top-radius .cta-brand2, .top-radius .cta-brand2 .cta-style,
.top-radius .cta-brand3, .top-radius .cta-brand3 .cta-style,
.top-radius .cta-brand4, .top-radius .cta-brand4 .cta-style,
.top-radius .cta-brand5 {
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box; }

.box-bottom-radius {
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box; }

.bottom-radius p, .bottom-radius img, .bottom-radius .picture, .bottom-radius .cta-bg,
.bottom-radius .cta-brand1,
.bottom-radius .cta-brand2, .bottom-radius .cta-brand2 .cta-style,
.bottom-radius .cta-brand3, .bottom-radius .cta-brand3 .cta-style,
.bottom-radius .cta-brand4, .bottom-radius .cta-brand4 .cta-style,
.bottom-radius .cta-brand5 {
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box; }

.box-top-left-radius {
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.top-left-radius .obit-card, .top-left-radius p, .top-left-radius img, .top-left-radius .picture, .top-left-radius .cta-bg,
.top-left-radius .cta-brand1,
.top-left-radius .cta-brand2, .top-left-radius .cta-brand2 .cta-style,
.top-left-radius .cta-brand3, .top-left-radius .cta-brand3 .cta-style,
.top-left-radius .cta-brand4, .top-left-radius .cta-brand4 .cta-style,
.top-left-radius .cta-brand5 {
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.box-top-right-radius {
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.top-right-radius .obit-card, .top-right-radius p, .top-right-radius img, .top-right-radius .picture, .top-right-radius .cta-bg,
.top-right-radius .cta-brand1,
.top-right-radius .cta-brand2, .top-right-radius .cta-brand2 .cta-style,
.top-right-radius .cta-brand3, .top-right-radius .cta-brand3 .cta-style,
.top-right-radius .cta-brand4, .top-right-radius .cta-brand4 .cta-style,
.top-right-radius .cta-brand5 {
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.box-bottom-left-radius, .box-bottom-left-radius .obit-card {
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.bottom-left-radius .obit-card, .bottom-left-radius p, .bottom-left-radius img, .bottom-left-radius .picture, .bottom-left-radius .cta-bg,
.bottom-left-radius .cta-brand1,
.bottom-left-radius .cta-brand2, .bottom-left-radius .cta-brand2 .cta-style,
.bottom-left-radius .cta-brand3, .bottom-left-radius .cta-brand3 .cta-style,
.bottom-left-radius .cta-brand4, .bottom-left-radius .cta-brand4 .cta-style,
.bottom-left-radius .cta-brand5 {
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.box-bottom-right-radius, .box-bottom-right-radius .obit-card {
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.bottom-right-radius .obit-card, .bottom-right-radius p, .bottom-right-radius img, .bottom-right-radius .picture, .bottom-right-radius .cta-bg,
.bottom-right-radius .cta-brand1,
.bottom-right-radius .cta-brand2, .bottom-right-radius .cta-brand2 .cta-style,
.bottom-right-radius .cta-brand3, .bottom-right-radius .cta-brand3 .cta-style,
.bottom-right-radius .cta-brand4, .bottom-right-radius .cta-brand4 .cta-style,
.bottom-right-radius .cta-brand5 {
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.no-radius .obit-card, .no-radius p, .no-radius img, .no-radius .picture, .no-radius .cta-bg,
.no-radius .cta-brand1,
.no-radius .cta-brand2, .no-radius .cta-brand2 .cta-style,
.no-radius .cta-brand3, .no-radius .cta-brand3 .cta-style,
.no-radius .cta-brand4, .no-radius .cta-brand4 .cta-style,
.no-radius .cta-brand5 {
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.box-top-left-radius, .box-top-right-radius,
.box-bottom-right-radius, .box-bottom-right-radius, .picture, .cta-bg,
.cta-brand1,
.cta-brand2, .cta-brand2 .cta-style,
.cta-brand3, .cta-brand3 .cta-style,
.cta-brand4, .cta-brand4 .cta-style,
.cta-brand5 {
  background-clip: padding-box; }

.box-border {
  border: 4px solid #f5efea; }

.box-border-primary {
  border: 4px solid #a35160; }

.box-border-secondary {
  border: 4px solid #F6F3EE; }

.cta-border .cta-brand1, .cta-border .cta-brand2, .cta-border .cta-brand3, .cta-border .cta-brand4, .cta-border .cta-brand5, .cta-border .cta-brand6, .cta-border .cta-brand7, .cta-border .ctaContainer {
  border: 4px solid #f5efea; }

.cta-border-primary .cta-brand1, .cta-border-primary .cta-brand2, .cta-border-primary .cta-brand3, .cta-border-primary .cta-brand4, .cta-border-primary .cta-brand5, .cta-border-primary .cta-brand6, .cta-border-primary .cta-brand7, .cta-border-primary .ctaContainer {
  border: 4px solid #a35160; }

.cta-border-secondary .cta-brand1, .cta-border-secondary .cta-brand2, .cta-border-secondary .cta-brand3, .cta-border-secondary .cta-brand4, .cta-border-secondary .cta-brand5, .cta-border-secondary .cta-brand6, .cta-border-secondary .cta-brand7, .cta-border-secondary .ctaContainer {
  border: 4px solid #F6F3EE; }

.img-border img {
  border: 4px solid #f5efea; }

.img-border-primary img {
  border: 4px solid #a35160; }

.img-border-secondary img {
  border: 4px solid #F6F3EE; }

.box-img img {
  width: 100%;
  height: auto; }

.img-float-right img, .img-float-left img {
  margin-bottom: 20px; }

@media only screen and (min-width: 769px) {
  .img-float-right img {
    float: right;
    margin-left: 20px; }
  .img-float-left img {
    float: left;
    margin-right: 20px; } }

@media only screen and (max-width: 768px) {
  .img-float-right img, .img-float-left img {
    display: block;
    margin: 0 auto 20px; } }

.figure-float-right figure, .figure-float-left figure {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

.figure-float-right figcaption, .figure-float-left figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  line-height: 1.2; }

@media only screen and (min-width: 769px) {
  .figure-float-right figure {
    float: right;
    margin-left: 20px; }
  .figure-float-left figure {
    float: left;
    margin-right: 20px; } }

.box-style {
  background-color: #fdfcfb; }

.box-alpha20 {
  background-color: rgba(253, 252, 251, 0.2); }

.box-alpha40 {
  background-color: rgba(253, 252, 251, 0.4); }

.box-alpha60 {
  background-color: rgba(253, 252, 251, 0.6); }

.box-alpha80 {
  background-color: rgba(253, 252, 251, 0.8); }

.-page-header .box-svg-top, .-page-footer .box-svg-top {
  margin-bottom: -30px; }

.-page-header .box-svg-bottom, .-page-footer .box-svg-bottom {
  margin-top: -30px; }

@media only screen and (max-width: 768px) {
  .-page-header .box-svg-bottom, .-page-header .box-svg-top, .-page-footer .box-svg-bottom, .-page-footer .box-svg-top {
    width: auto;
    margin: 0; } }

.box-text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }

.cta-bg-top .ctaFull, .cta-bg-top .ctaImage,
.cta-bg-top .cta-brand1 .cta-bg, .cta-bg-top .cta-brand2 .cta-bg, .cta-bg-top .cta-brand3 .cta-bg,
.cta-bg-top .cta-brand4 .cta-bg, .cta-bg-top .cta-brand5 .cta-bg, .cta-bg-top .cta-brand6 .cta-img,
.cta-bg-top .cta-brand6 .cta-img-2, .cta-bg-top .cta-brand7 {
  background-position: top !important; }

.cta-bg-center .ctaFull, .cta-bg-center .ctaImage,
.cta-bg-center .cta-brand1 .cta-bg, .cta-bg-center .cta-brand2 .cta-bg, .cta-bg-center .cta-brand3 .cta-bg,
.cta-bg-center .cta-brand4 .cta-bg, .cta-bg-center .cta-brand5 .cta-bg, .cta-bg-center .cta-brand6 .cta-img,
.cta-bg-center .cta-brand6 .cta-img-2, .cta-bg-center .cta-brand7 {
  background-position: center !important; }

.cta-bg-bottom .ctaFull, .cta-bg-bottom .ctaImage,
.cta-bg-bottom .cta-brand1 .cta-bg, .cta-bg-bottom .cta-brand2 .cta-bg, .cta-bg-bottom .cta-brand3 .cta-bg,
.cta-bg-bottom .cta-brand4 .cta-bg, .cta-bg-bottom .cta-brand5 .cta-bg, .cta-bg-bottom .cta-brand6 .cta-img,
.cta-bg-bottom .cta-brand6 .cta-img-2, .cta-bg-bottom .cta-brand7 {
  background-position: bottom !important; }

@media only screen and (min-width: 769px) {
  .cta-full .column, .cta-full .cta-brand1, .cta-full .ctaContainer, .cta-full .ctaImage,
  .cta-full .cta-brand2, .cta-full .cta-brand2 .cta-style, .cta-full .cta-brand2 .cta-style .cta-btn,
  .cta-full .cta-brand3 .cta-style, .cta-full .cta-brand4, .cta-full .cta-brand4 .cta-style, .cta-full .cta-brand5,
  .cta-full .cta-brand6, .cta-full .cta-brand6 .cta-style {
    height: 100% !important; }
  .cta-full .cta-brand6 .cta-img {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .cta-full .cta-brand6 .cta-img-2 {
    height: calc(100% - 70px);
    background-position: center; }
  .cta-full .cta-brand6 .cta-info {
    height: 70px; }
  .cta-full .cta-brand6:hover .cta-img {
    height: calc(100% - 70px); }
  .cta-full .cta-brand6:hover .cta-info {
    height: 100%; }
  .cta-full .ctaSplit {
    display: flex; }
  .cta-full .ctaSplitContent {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; } }

.box-primary {
  background-color: #a35160 !important;
  /* -- link color exceptions -- */ }
  .box-primary a:not(.btn):not(.cta-style):link, .box-primary a:not(.btn):not(.cta-style):visited, .box-primary > ul > li > a:not(.cta-style):link, .box-primary > ul > li > a:not(.cta-style):visited {
    color: white !important; }
  .box-primary a:not(.btn):not(.cta-style):hover, .box-primary > ul > li > a:not(.cta-style):hover {
    color: white !important; }
  .box-primary .obit.obit-modern .obit-card .obit-name {
    color: #703842 !important; }
  .box-primary .obit.obit-clean .obit-icons a, .box-primary .obit.obit-modern a {
    color: #c0808c !important; }
    .box-primary .obit.obit-clean .obit-icons a:hover, .box-primary .obit.obit-modern a:hover {
      color: #924956 !important; }
  .box-primary .obit-guestbook .pagination a {
    background-color: transparent !important; }

.box-secondary {
  background-color: #F6F3EE !important; }
  .box-secondary a:not(.btn):not(.cta-style):link, .box-secondary a:not(.btn):not(.cta-style):visited, .box-secondary > ul > li > a:not(.btn):not(.cta-style):link, .box-secondary > ul > li > a:not(.btn):not(.cta-style):visited {
    color: #a35160; }
  .box-secondary a:not(.btn):not(.cta-style):hover, .box-secondary > ul > li > a:not(.btn):not(.cta-style):hover {
    color: #4e272e !important; }

.box-alpha20.box-primary {
  background-color: rgba(163, 81, 96, 0.2) !important; }

.box-alpha20.box-secondary {
  background-color: rgba(246, 243, 238, 0.2) !important; }

.box-alpha40.box-primary {
  background-color: rgba(163, 81, 96, 0.4) !important; }

.box-alpha40.box-secondary {
  background-color: rgba(246, 243, 238, 0.4) !important; }

.box-alpha60.box-primary {
  background-color: rgba(163, 81, 96, 0.6) !important; }

.box-alpha60.box-secondary {
  background-color: rgba(246, 243, 238, 0.6) !important; }

.box-alpha80.box-primary {
  background-color: rgba(163, 81, 96, 0.8) !important; }

.box-alpha80.box-secondary {
  background-color: rgba(246, 243, 238, 0.8) !important; }

.pad-sm {
  padding: 1rem; }

.pad-md {
  padding: 2rem; }

.pad-xl {
  padding: 3rem; }

@media only screen and (max-width: 768px) {
  .pad-sm {
    padding: .5rem; }
  .pad-md {
    padding: 1rem; }
  .pad-xl {
    padding: 2rem; } }

@media only screen and (max-width: 599px) {
  .pad-sm {
    padding: 10px; }
  .pad-md {
    padding: .5rem; }
  .pad-xl {
    padding: 1rem; } }

.box-nopad {
  padding: 0 !important; }
  @media only screen and (max-width: 768px) {
    .box-nopad {
      padding: 0 !important; } }
@media only screen and (min-width: 600px) {
  .nopad-top {
    padding-top: 0; }
  .nopad-bottom {
    padding-bottom: 0; }
  .nopad-left {
    padding-left: 0; }
  .nopad-right {
    padding-right: 0; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-top.pad-sm {
    padding-top: 1rem; }
  .-section_cta.nopad-top.pad-md {
    padding-top: 2rem; }
  .-section_cta.nopad-top.pad-xl {
    padding-top: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-top.pad-sm {
    padding-top: .5rem; }
  .-section_cta.nopad-top.pad-md {
    padding-top: 1rem; }
  .-section_cta.nopad-top.pad-xl {
    padding-top: 2rem; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-bottom.pad-sm {
    padding-bottom: 1rem; }
  .-section_cta.nopad-bottom.pad-md {
    padding-bottom: 2rem; }
  .-section_cta.nopad-bottom.pad-xl {
    padding-bottom: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-bottom.pad-sm {
    padding-bottom: .5rem; }
  .-section_cta.nopad-bottom.pad-md {
    padding-bottom: 1rem; }
  .-section_cta.nopad-bottom.pad-xl {
    padding-bottom: 2rem; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-left.pad-sm {
    padding-left: 1rem; }
  .-section_cta.nopad-left.pad-md {
    padding-left: 2rem; }
  .-section_cta.nopad-left.pad-xl {
    padding-left: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-left.pad-sm {
    padding-left: .5rem; }
  .-section_cta.nopad-left.pad-md {
    padding-left: 1rem; }
  .-section_cta.nopad-left.pad-xl {
    padding-left: 2rem; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-right.pad-sm {
    padding-right: 1rem; }
  .-section_cta.nopad-right.pad-md {
    padding-right: 2rem; }
  .-section_cta.nopad-right.pad-xl {
    padding-right: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-right.pad-sm {
    padding-right: .5rem; }
  .-section_cta.nopad-right.pad-md {
    padding-right: 1rem; }
  .-section_cta.nopad-right.pad-xl {
    padding-right: 2rem; } }

.box-column-2 {
  column-count: 2;
  column-gap: 10px; }
  .box-column-2 h1, .box-column-2 h2 {
    column-span: all; }
  @media only screen and (max-width: 992px) {
    .box-column-2 {
      column-count: 1; } }
.box-column-3 {
  column-count: 3;
  column-gap: 10px; }
  .box-column-3 h1, .box-column-3 h2 {
    column-span: all; }
  @media only screen and (max-width: 992px) {
    .box-column-3 {
      column-count: 1; } }
.box-shadow {
  position: relative; }
  .box-shadow:before {
    content: '';
    height: 50px;
    width: 100%;
    background-image: url("/assets/layouts/images/elements/angle-shadow.png");
    background-repeat: no-repeat;
    background-size: 96% 70%;
    background-position-y: center;
    background-position-x: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    z-index: 0;
    opacity: 0.5; }

.text-light {
  color: #f6eeef !important; }
  .text-light .section-title, .text-light .ctaSplitContent, .text-light .locations-weather * {
    color: #f6eeef !important; }
  .text-light .locations-weather .seg-wh {
    border-color: #e8d4d7 !important; }
  .text-light .locations-weather img {
    filter: invert(1) sepia(1); }

.nogutter-bottom {
  margin-bottom: -10px !important; }

.gutter-top-sm {
  margin-top: 5px; }

.gutter-top {
  margin-top: 10px; }

.gutter-top-lg {
  margin-top: 20px; }

.gutter-bottom-sm {
  margin-bottom: 5px; }

.gutter-bottom {
  margin-bottom: 10px; }

.gutter-bottom-lg {
  margin-bottom: 20px; }

.no-gutters .column.col-gutter, .no-gutters .line.line-gutter {
  display: none !important; }

section.no-gutter > .holder > .line.line-gutter {
  display: none !important; }

.section-hero {
  max-width: 100% !important; }

section form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.box-hero-top {
  background-image: url("Facility_HAWTHORNE-loop2.jpg");
  background-size: cover;
  background-position: center; }
  @media only screen and (min-device-width: 1025px) {
    .box-hero-top {
      background-attachment: fixed; } }
  @media screen and (min-device-height: 1247px) and (max-device-height: 2752px) and (-webkit-device-pixel-ratio: 2) {
    .box-hero-top {
      background-attachment: local; } }
  @media screen and (device-width: 2560px) and (device-height: 1440px) {
    .box-hero-top {
      background-attachment: fixed; } }
.box-hero-bottom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1 1'%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center; }
  @media only screen and (min-device-width: 1025px) {
    .box-hero-bottom {
      background-attachment: fixed; } }
  @media screen and (min-device-height: 1247px) and (max-device-height: 2752px) and (-webkit-device-pixel-ratio: 2) {
    .box-hero-bottom {
      background-attachment: local; } }
  @media screen and (device-width: 2560px) and (device-height: 1440px) {
    .box-hero-bottom {
      background-attachment: fixed; } }
/* --- Keep Here --- */
.chop-block {
  width: 100%;
  background-color: transparent;
  color: #ead8db;
  font-family: "Satisfy", cursive;
  font-size: 3em; }
  .chop-block > div {
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .chop-block .carry-words > div {
    float: left;
    padding-left: .3em; }

.arrows-white .swiper-button-next,
.arrows-white .swiper-button-prev {
  filter: saturate(0) brightness(1000%);
  -webkit-filter: saturate(0) brightness(1000%); }

.arrows-black .swiper-button-next,
.arrows-black .swiper-button-prev {
  filter: brightness(0);
  -webkit-filter: brightness(0); }

/* --- Collapsible FAQ Sections --- */
.box-faq .hidden {
  display: none !important; }

.box-faq .toggle {
  cursor: pointer !important; }

.box-faq .toggle *:not(.fas) {
  display: flex !important; }

.box-faq {
  margin-bottom: 10px !important; }

.box-faq ul {
  list-style-position: inside !important; }

.box-faq .fas {
  float: left;
  margin-right: 10px;
  opacity: .5;
  line-height: 1.2; }

.box-faq .toggle {
  margin: 0 !important;
  padding: 1rem 0 1rem 1rem !important; }

.box-faq .tab {
  margin: 0 !important;
  margin-left: 1.35rem !important;
  border-left: 5px solid #00000017;
  padding: 0 0 0 1.4rem !important; }

.box-faq .toggle:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.2); }

.box-faq img {
  width: 100%; }

@media screen and (min-width: 769px) {
  .box-faq img {
    max-width: 40%; } }

.staff .column {
  text-align: left; }

.box-staff.thumb-link {
  cursor: pointer; }

.box-staff .box-staff-photo img {
  margin: 0 auto; }

.box-staff .contact-block .nowrap {
  white-space: nowrap;
  margin-top: .25em; }

.box-staff .svg-icon {
  height: 1em;
  width: auto;
  min-width: 20px;
  max-width: 25px;
  vertical-align: middle; }

.box-staff .flex-middle {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.box-staff.box-staff-list {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  flex-wrap: nowrap;
  text-align: left; }
  .box-staff.box-staff-list .flex-middle {
    max-width: 100%;
    flex: 3;
    justify-content: flex-start;
    padding-left: 0; }
    .box-staff.box-staff-list .flex-middle.contact-block {
      flex: 1;
      padding-right: 0;
      min-width: 140px; }
  .box-staff.box-staff-list .box-staff-photo {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px; }
  .box-staff.box-staff-list .box-staff-name {
    padding-top: 0; }

@media screen and (max-width: 1024px) {
  .box-staff.box-staff-list {
    flex-wrap: wrap; }
    .box-staff.box-staff-list .flex-middle {
      min-width: 140px; }
  .box-md-collapse .box-staff.box-staff-list .flex-middle {
    min-width: 80%; }
  .box-md-collapse .box-staff.box-staff-list .flex-middle.contact-block {
    min-width: 100%; }
  .box-staff .box-staff-phone, .box-staff .box-staff-cell, .box-staff .box-staff-email {
    display: block;
    line-height: 2; } }

@media screen and (max-width: 769px) {
  .box-staff {
    padding-bottom: 2rem; }
    .box-staff p {
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
    .box-staff br {
      display: none; }
    .box-staff .box-staff-name-title br {
      display: block; }
    .box-staff .box-staff-photo {
      margin: 0; }
    .box-staff .box-staff-photo img {
      display: initial;
      min-width: 60%;
      max-width: 90% !important; }
  .box-md-collapse {
    flex-flow: column !important; }
    .box-md-collapse .box-staff.box-staff-list {
      flex-wrap: nowrap; }
      .box-md-collapse .box-staff.box-staff-list .flex-middle, .box-md-collapse .box-staff.box-staff-list .flex-middle.contact-block {
        min-width: 140px; } }

@media screen and (max-width: 575px) {
  .staff .column, .lightbox-staff {
    text-align: center; }
  .box-staff.box-staff-list .box-staff-name {
    padding-top: 1rem; }
  .box-staff.box-staff-list .box-staff.box-staff-list {
    padding-bottom: 2rem; }
  .box-staff.box-staff-list .flex-middle {
    text-align: center; }
  .box-staff.box-staff-list .box-staff-photo {
    min-width: 100%;
    margin-right: 0; }
    .box-staff.box-staff-list .box-staff-photo img {
      min-width: 100%;
      max-width: 100% !important; }
  .box-md-collapse .box-staff.box-staff-list .box-staff-name {
    padding-top: 0; }
  .box-md-collapse .box-staff.box-staff-list .box-staff.box-staff-list {
    padding-bottom: 0; }
  .box-md-collapse .box-staff.box-staff-list .flex-middle {
    text-align: left; }
  .box-md-collapse .box-staff.box-staff-list .box-staff-photo {
    min-width: auto;
    margin-right: 10px; } }

@media screen and (max-width: 432px) {
  .box-md-collapse .box-staff.box-staff-list {
    flex-wrap: wrap; }
    .box-md-collapse .box-staff.box-staff-list .flex-middle {
      text-align: center; }
  .box-md-collapse .box-staff-photo {
    margin-right: 1px;
    margin-left: 1px;
    padding-bottom: 1rem; }
  .box-staff.box-staff-list .flex-middle {
    min-width: 100% !important; } }

.vcard .adrLinks span {
  line-height: 1.3;
  padding: 5px 0;
  word-break: break-all; }
  .vcard .adrLinks span i {
    min-width: 20px;
    margin-right: 0 !important; }
    .vcard .adrLinks span i:before {
      font-size: 110%; }

.vcard h4.adrTitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.vcard .adrFax {
  display: block; }

.vcard .adrOptional {
  display: none; }

.vcard .adrPhone.adrDefault, .vcard .adrTollFree.adrDefault, .vcard .adrSite.adrDefault, .vcard .adrEmail.adrDefault {
  display: inline-block;
  width: 100%; }

.vcard .adrRegion.adrDefault {
  display: inline; }

.vcard-phone-alt .urlPhone .adrPhone.adrDefault, .vcard-phone-alt .urlPhone .adrTollFree.adrDefault, .vcard-phone-alt .urlPhone .adrSite.adrDefault, .vcard-phone-alt .urlPhone .adrEmail.adrDefault, .vcard-tollfree-alt .urlTollFree .adrPhone.adrDefault, .vcard-tollfree-alt .urlTollFree .adrTollFree.adrDefault, .vcard-tollfree-alt .urlTollFree .adrSite.adrDefault, .vcard-tollfree-alt .urlTollFree .adrEmail.adrDefault, .vcard-site-alt .urlSite .adrPhone.adrDefault, .vcard-site-alt .urlSite .adrTollFree.adrDefault, .vcard-site-alt .urlSite .adrSite.adrDefault, .vcard-site-alt .urlSite .adrEmail.adrDefault, .vcard-email-alt .urlEmail .adrPhone.adrDefault, .vcard-email-alt .urlEmail .adrTollFree.adrDefault, .vcard-email-alt .urlEmail .adrSite.adrDefault, .vcard-email-alt .urlEmail .adrEmail.adrDefault, .vcard-region-alt .adr .adrPhone.adrDefault, .vcard-region-alt .adr .adrTollFree.adrDefault, .vcard-region-alt .adr .adrSite.adrDefault, .vcard-region-alt .adr .adrEmail.adrDefault {
  display: none; }

.vcard-phone-alt .urlPhone .adrPhone.adrOptional, .vcard-phone-alt .urlPhone .adrTollFree.adrOptional, .vcard-phone-alt .urlPhone .adrSite.adrOptional, .vcard-phone-alt .urlPhone .adrEmail.adrOptional, .vcard-tollfree-alt .urlTollFree .adrPhone.adrOptional, .vcard-tollfree-alt .urlTollFree .adrTollFree.adrOptional, .vcard-tollfree-alt .urlTollFree .adrSite.adrOptional, .vcard-tollfree-alt .urlTollFree .adrEmail.adrOptional, .vcard-site-alt .urlSite .adrPhone.adrOptional, .vcard-site-alt .urlSite .adrTollFree.adrOptional, .vcard-site-alt .urlSite .adrSite.adrOptional, .vcard-site-alt .urlSite .adrEmail.adrOptional, .vcard-email-alt .urlEmail .adrPhone.adrOptional, .vcard-email-alt .urlEmail .adrTollFree.adrOptional, .vcard-email-alt .urlEmail .adrSite.adrOptional, .vcard-email-alt .urlEmail .adrEmail.adrOptional, .vcard-region-alt .adr .adrPhone.adrOptional, .vcard-region-alt .adr .adrTollFree.adrOptional, .vcard-region-alt .adr .adrSite.adrOptional, .vcard-region-alt .adr .adrEmail.adrOptional {
  display: inline-block;
  width: 100%; }

.vcard-phone-alt .urlPhone .adrRegion.adrDefault, .vcard-tollfree-alt .urlTollFree .adrRegion.adrDefault, .vcard-site-alt .urlSite .adrRegion.adrDefault, .vcard-email-alt .urlEmail .adrRegion.adrDefault, .vcard-region-alt .adr .adrRegion.adrDefault {
  display: none; }

.vcard-phone-alt .urlPhone .adrRegion.adrOptional, .vcard-tollfree-alt .urlTollFree .adrRegion.adrOptional, .vcard-site-alt .urlSite .adrRegion.adrOptional, .vcard-email-alt .urlEmail .adrRegion.adrOptional, .vcard-region-alt .adr .adrRegion.adrOptional {
  display: inline; }

.caret {
  border-top: 5px solid white;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.btn-texture .btn span {
  position: relative;
  z-index: 1; }

.btn-texture .btn:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1 1'%3E%3C/svg%3E%0A");
  background-position: center;
  opacity: .4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.btn {
  cursor: pointer;
  position: relative;
  font-family: "Lora", serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 500;
  transition: all ease-in-out 150ms;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 130px; }
  .btn small {
    font-family: "Lora", serif; }
  .btn.btn-primary {
    color: white;
    background-color: #884350;
    border-color: #82414d; }
    .btn.btn-primary a {
      color: white; }
    .btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled):active {
      color: white;
      background-color: #a35160;
      border-color: #9b4d5b; }
      .btn.btn-primary:hover a, .btn.btn-primary:not(:disabled):not(.disabled):active a {
        color: white; }
  .btn.btn-secondary {
    color: #dcd7cf;
    background-color: #53442c;
    border-color: #89785b;
    text-shadow: 1px 1px 1px #3a301f; }
    .btn.btn-secondary a {
      color: #dcd7cf; }
    .btn.btn-secondary:hover, .btn.btn-secondary:not(:disabled):not(.disabled):active {
      color: white;
      background-color: #32291a;
      border-color: #3a301f; }
      .btn.btn-secondary:hover a, .btn.btn-secondary:not(:disabled):not(.disabled):active a {
        color: white; }
  .btn.btn-neutral {
    color: #291418;
    background-color: #e8d4d7;
    border-color: #ead8db; }
    .btn.btn-neutral a {
      color: #291418; }
    .btn.btn-neutral:hover, .btn.btn-neutral:not(:disabled):not(.disabled):active {
      background-color: #cda2a9;
      border-color: #baaaac; }
      .btn.btn-neutral:hover a, .btn.btn-neutral:not(:disabled):not(.disabled):active a {
        color: black; }

@media only screen and (max-width: 768px) {
  #guestbook-form .form-control {
    width: 90%; } }

.cta-brand1, .cta-brand2,
.cta-brand3, .cta-brand4,
.cta-brand5, .cta-brand6 {
  min-width: 200px; }
  .cta-brand1 .cta-style, .cta-brand2 .cta-style,
  .cta-brand3 .cta-style, .cta-brand4 .cta-style,
  .cta-brand5 .cta-style, .cta-brand6 .cta-style {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  .cta-brand1 .cta-bg, .cta-brand2 .cta-bg,
  .cta-brand3 .cta-bg, .cta-brand4 .cta-bg,
  .cta-brand5 .cta-bg, .cta-brand6 .cta-bg {
    background-color: #1b0d10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .cta-brand1 .cover, .cta-brand2 .cover,
  .cta-brand3 .cover, .cta-brand4 .cover,
  .cta-brand5 .cover, .cta-brand6 .cover {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background-color: #e8d4d7; }
  .cta-brand1 .title, .cta-brand1 .cta-title, .cta-brand2 .title, .cta-brand2 .cta-title,
  .cta-brand3 .title,
  .cta-brand3 .cta-title, .cta-brand4 .title, .cta-brand4 .cta-title,
  .cta-brand5 .title,
  .cta-brand5 .cta-title, .cta-brand6 .title, .cta-brand6 .cta-title {
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold; }
  .cta-brand1 .text, .cta-brand1 .cta-text, .cta-brand1 .cta-text p, .cta-brand2 .text, .cta-brand2 .cta-text, .cta-brand2 .cta-text p,
  .cta-brand3 .text,
  .cta-brand3 .cta-text,
  .cta-brand3 .cta-text p, .cta-brand4 .text, .cta-brand4 .cta-text, .cta-brand4 .cta-text p,
  .cta-brand5 .text,
  .cta-brand5 .cta-text,
  .cta-brand5 .cta-text p, .cta-brand6 .text, .cta-brand6 .cta-text, .cta-brand6 .cta-text p {
    width: 100%;
    font-family: "Lora", serif;
    font-size: 1rem;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      .cta-brand1 .text, .cta-brand1 .cta-text, .cta-brand1 .cta-text p, .cta-brand2 .text, .cta-brand2 .cta-text, .cta-brand2 .cta-text p,
      .cta-brand3 .text,
      .cta-brand3 .cta-text,
      .cta-brand3 .cta-text p, .cta-brand4 .text, .cta-brand4 .cta-text, .cta-brand4 .cta-text p,
      .cta-brand5 .text,
      .cta-brand5 .cta-text,
      .cta-brand5 .cta-text p, .cta-brand6 .text, .cta-brand6 .cta-text, .cta-brand6 .cta-text p {
        font-size: 1rem; } }
  .cta-brand1 a:hover, .cta-brand2 a:hover,
  .cta-brand3 a:hover, .cta-brand4 a:hover,
  .cta-brand5 a:hover, .cta-brand6 a:hover {
    text-decoration: none !important; }
  @media only screen and (max-width: 768px) {
    .cta-brand1, .cta-brand2,
    .cta-brand3, .cta-brand4,
    .cta-brand5, .cta-brand6 {
      width: 100% !important;
      margin: 0 !important; } }
.cta-brand1 {
  overflow: hidden;
  cursor: pointer;
  background-color: #1b0d10;
  border-radius: 0;
  height: 400px; }
  .cta-brand1 .cta-btn {
    position: relative;
    height: 100%;
    width: 100%; }
  .cta-brand1 .cta-bg {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 100%;
    opacity: .8; }
    .cta-brand1 .cta-bg .fx {
      position: absolute;
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .cta-brand1 .cta-bg .fx {
          display: none; } }
    .cta-brand1 .cta-bg .cta-fx1 {
      position: absolute;
      display: block;
      background-color: #522930;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
    .cta-brand1 .cta-bg .cta-fx2 {
      position: absolute;
      display: block;
      background-color: #522930;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
    .cta-brand1 .cta-bg .cta-fx3 {
      position: absolute;
      display: block;
      background-color: #522930;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
  .cta-brand1 .cta-info {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cta-brand1 .cta-info {
        padding-top: 5%;
        top: 0; } }
    .cta-brand1 .cta-info .cta-text {
      width: 100%;
      font-size: 1rem;
      color: white;
      padding: 1em;
      z-index: 0; }
    .cta-brand1 .cta-info .cta-title {
      width: 100%;
      font-size: 4.4rem;
      padding-left: 1em;
      padding-right: 1em;
      margin-top: 0;
      color: white;
      letter-spacing: -1px; }
      @media only screen and (max-width: 768px) {
        .cta-brand1 .cta-info .cta-title {
          font-size: 2em; } }
.cta-brand2 {
  border-radius: 0;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden; }
  .cta-brand2 .cta-bg {
    position: absolute;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cta-brand2 .cta-style {
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background-color: #3d1e24; }
    @media only screen and (max-width: 768px) {
      .cta-brand2 .cta-style {
        width: auto; } }
    @media only screen and (max-width: 599px) {
      .cta-brand2 .cta-style {
        width: 100%; } }
    .cta-brand2 .cta-style .cta-btn {
      width: 100%;
      height: 400px;
      cursor: pointer;
      display: flex;
      flex-direction: initial;
      justify-content: flex-end; }
      @media only screen and (max-width: 768px) {
        .cta-brand2 .cta-style .cta-btn {
          flex-direction: column;
          justify-content: center; } }
      .cta-brand2 .cta-style .cta-btn .cta-title, .cta-brand2 .cta-style .cta-btn .cta-text {
        display: flex;
        z-index: 5;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        color: white; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-title, .cta-brand2 .cta-style .cta-btn .cta-text {
            height: auto;
            justify-content: center; } }
      .cta-brand2 .cta-style .cta-btn .cta-title {
        width: 100%;
        position: relative;
        padding: 0 20px; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-title {
            padding: 0; } }
        .cta-brand2 .cta-style .cta-btn .cta-title .title {
          font-size: 3.3rem; }
          @media only screen and (max-width: 768px) {
            .cta-brand2 .cta-style .cta-btn .cta-title .title {
              font-size: 1em;
              padding: 1em 0; } }
      .cta-brand2 .cta-style .cta-btn .cta-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 1rem; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-text {
            position: relative; } }
        .cta-brand2 .cta-style .cta-btn .cta-text p {
          padding: 1em; }

.cta-brand3 {
  border-radius: 0; }
  .cta-brand3 *:before,
  .cta-brand3 *:after {
    z-index: 0;
    box-sizing: border-box;
    transition: all 0.5s ease-out; }
  .cta-brand3 .cta-bg {
    z-index: 1;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    background-size: cover; }
  .cta-brand3 .cta-style {
    color: black;
    position: relative;
    display: flex;
    flex: auto;
    overflow: hidden;
    border-radius: 0; }
    .cta-brand3 .cta-style .cta-info {
      z-index: 2;
      position: relative;
      background-color: rgba(255, 255, 255, 0.7);
      height: 100%;
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: 0.3s all ease-in-out; }
      @media only screen and (max-width: 768px) {
        .cta-brand3 .cta-style .cta-info {
          width: 100%; } }
    .cta-brand3 .cta-style .cta-title {
      font-family: "Lora", serif;
      font-size: 3.3rem;
      color: #522930;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .cta-brand3 .cta-style .cta-title {
          font-size: 2em; } }
    .cta-brand3 .cta-style .cta-text {
      font-size: 1rem; }
    .cta-brand3 .cta-style .cta-title,
    .cta-brand3 .cta-style .cta-text {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left; }
    .cta-brand3 .cta-style:hover {
      color: #c6c3c3;
      transition: .4s transform ease-in-out;
      transition: .4s background-color ease-in-out .3s; }
      .cta-brand3 .cta-style:hover .cta-info {
        background-color: rgba(0, 0, 0, 0); }
      .cta-brand3 .cta-style:hover .cta-title {
        color: white; }
      .cta-brand3 .cta-style:hover .cta-bg {
        opacity: .3;
        background-color: rgba(82, 41, 48, 0.8);
        background-blend-mode: overlay;
        transition: .2s opacity ease-in-out .3s; }
    @media only screen and (max-width: 768px) {
      .cta-brand3 .cta-style {
        color: #c6c3c3;
        background-color: #c6c3c3; }
        .cta-brand3 .cta-style .cta-info {
          background-color: rgba(0, 0, 0, 0); }
        .cta-brand3 .cta-style .cta-title {
          color: white; }
        .cta-brand3 .cta-style .cta-bg {
          opacity: 0.8 !important;
          background-color: rgba(82, 41, 48, 0.8) !important;
          background-blend-mode: soft-light !important; } }
  .cta-brand3 .cta-slide-bg:before {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #522930;
    transform: translateX(-100%); }
  .cta-brand3 .cta-slide-bg:hover:before {
    transform: translateX(0); }
  .cta-brand3 .cta-slide-bg:hover .cta-bg {
    background-color: rgba(82, 41, 48, 0.8);
    background-blend-mode: soft-light; }
  .cta-brand3 .cta-circle-expand span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #522930;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    z-index: 0; }
  .cta-brand3 .cta-circle-expand:hover span {
    width: 280%;
    height: 280%; }
  .cta-brand3 .cta-circle-expand:hover .cta-bg {
    background-color: rgba(82, 41, 48, 0.8);
    background-blend-mode: soft-light; }
  .cta-brand3 .cta-circle-expand:active {
    background-color: #1b0d10; }
  .cta-brand3 .cta-shutter:before, .cta-brand3 .cta-shutter:after,
  .cta-brand3 .cta-shutter span:before,
  .cta-brand3 .cta-shutter span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #522930;
    z-index: 0; }
  .cta-brand3 .cta-shutter:before {
    transform: translate(-100%, -100%); }
  .cta-brand3 .cta-shutter:after {
    transform: translate(-100%, 100%); }
  .cta-brand3 .cta-shutter span:before {
    transform: translate(100%, -100%); }
  .cta-brand3 .cta-shutter span:after {
    transform: translate(100%, 100%); }
  .cta-brand3 .cta-shutter:hover:before {
    transform: translate(-50%, -50%); }
  .cta-brand3 .cta-shutter:hover:after {
    transform: translate(-50%, 50%); }
  .cta-brand3 .cta-shutter:hover span:before {
    transform: translate(49%, -50%); }
  .cta-brand3 .cta-shutter:hover span:after {
    transform: translate(49%, 50%); }
  .cta-brand3 .cta-shutter:hover .cta-bg {
    background-color: rgba(82, 41, 48, 0.7);
    background-blend-mode: soft-light; }

.cta-brand4 {
  border-radius: 0; }
  .cta-brand4 .cta-bg {
    z-index: 1;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-size: cover; }
  .cta-brand4 .cta-info {
    z-index: 2;
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
    color: #522930;
    background-color: rgba(255, 255, 255, 0.8); }
  .cta-brand4 .cta-style {
    position: relative;
    display: flex;
    flex: auto;
    overflow: hidden;
    height: 400px;
    border-radius: 0; }
    .cta-brand4 .cta-style .cta-title {
      font-family: "Lora", serif;
      letter-spacing: -1px;
      font-size: 2.2rem;
      white-space: normal;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .cta-brand4 .cta-style .cta-title {
          padding-top: 15px;
          font-size: 2em; } }
      .cta-brand4 .cta-style .cta-title i {
        display: inline-block;
        opacity: .7;
        padding-right: 3px;
        font-size: 1.1em;
        vertical-align: top; }
    .cta-brand4 .cta-style .cta-text {
      line-height: 1.4;
      padding-bottom: 20px;
      font-size: 1rem; }
    .cta-brand4 .cta-style .cta-text,
    .cta-brand4 .cta-style .cta-title {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; }
    .cta-brand4 .cta-style:hover .cta-info {
      color: #522930;
      background-color: rgba(255, 255, 255, 0.9); }

.cta-brand5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #522930;
  border-radius: 0; }
  .cta-brand5 .cta-bg {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .5s opacity ease-in-out; }
  .cta-brand5 .cta-info {
    z-index: 2;
    letter-spacing: -1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 3.3rem;
    color: white;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: auto; }
    .cta-brand5 .cta-info div {
      float: left;
      padding-left: 10px; }
    @media only screen and (max-width: 768px) {
      .cta-brand5 .cta-info {
        padding-top: 5%;
        top: 0; } }
    .cta-brand5 .cta-info h2, .cta-brand5 .cta-info h3, .cta-brand5 .cta-info h4 {
      padding: 1em 1em 0; }
    .cta-brand5 .cta-info p {
      padding: 0 1em 1em; }
  .cta-brand5:hover .cta-bg {
    opacity: .3;
    transition: 0.5s opacity ease-in-out; }

.cta-brand6 {
  position: relative;
  background-color: #1b0d10;
  cursor: pointer;
  width: 100%;
  overflow: hidden; }
  .cta-brand6 .cta-img, .cta-brand6 .cta-img-2 {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    transition: all ease-in-out 500ms;
    background-color: transparent; }
  .cta-brand6 .cta-img {
    opacity: 0;
    height: 400px; }
  .cta-brand6 .cta-img-2 {
    opacity: 1;
    height: 330px; }
  .cta-brand6 .cta-info {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #1b0d10;
    transition: all ease-in-out 500ms;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    height: 70px;
    margin-top: 0; }
    .cta-brand6 .cta-info .cta-title, .cta-brand6 .cta-info .cta-text {
      color: white !important; }
    .cta-brand6 .cta-info .cta-title {
      text-align: center;
      margin-top: 0;
      padding-top: 20px;
      padding-bottom: 0; }
    .cta-brand6 .cta-info .cta-text {
      padding: 1em 2em;
      text-align: center;
      opacity: 0;
      transition: all ease-in-out 500ms; }
  .cta-brand6:hover .cta-img {
    opacity: 1;
    height: 330px; }
  .cta-brand6:hover .cta-img-2 {
    opacity: 0;
    margin-top: -330px; }
  .cta-brand6:hover .cta-info {
    margin-top: 0;
    color: white;
    height: 400px; }
  .cta-brand6:hover .cta-text {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .cta-brand6 .cta-img {
      opacity: 1;
      height: 330px; }
    .cta-brand6 .cta-img-2 {
      opacity: 0;
      margin-top: -330px; }
    .cta-brand6 .cta-info {
      margin-top: 0;
      color: white;
      height: 400px; }
    .cta-brand6 .cta-text {
      opacity: 1 !important;
      max-height: 50%;
      font-size: .8em;
      padding: 1em; }
      .cta-brand6 .cta-text p {
        padding: 0; } }
.cta-brand7 {
  height: 100%;
  min-width: 100%;
  margin: 0;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .cta-brand7 {
      width: 100%; } }
  .cta-brand7 .cta-style {
    overflow: hidden; }
  .cta-brand7 .cta-hero-inner, .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
    justify-content: center; }
  .cta-brand7 .cta-hero-inner {
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .cta-hero-inner {
        flex-direction: column;
        max-width: 100%;
        height: 100%; } }
    @media only screen and (max-width: 1200px) {
      .cta-brand7 .cta-hero-inner {
        max-width: 100%; } }
  .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
    width: auto;
    height: 100%;
    min-height: 400px; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
        min-height: auto; } }
  .cta-brand7 .frame {
    position: relative;
    z-index: 1;
    max-width: 30%; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame {
        max-width: 100%;
        text-align: center;
        margin-right: 0; } }
    .cta-brand7 .frame img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      border: 10px solid #eef3f2;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 768px) {
        .cta-brand7 .frame img {
          margin: 0 auto;
          max-height: 400px;
          width: auto; } }
  .cta-brand7 .cta-hero-text {
    width: 100%;
    flex-direction: column;
    text-align: center; }
    .cta-brand7 .cta-hero-text.text-side {
      min-width: 45%;
      max-width: 50%;
      align-items: flex-start;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .cta-brand7 .cta-hero-text.text-side {
          min-width: 100%;
          max-width: 100%;
          text-align: center;
          align-items: center; } }
  .cta-brand7 .frame-side {
    justify-content: flex-end;
    margin-right: 5%;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame-side {
        justify-content: center;
        margin-right: 0;
        margin: 10px; } }
.box-cta .cta-brand7 .cta-hero-inner {
  height: 400px; }
  @media only screen and (max-width: 768px) {
    .box-cta .cta-brand7 .cta-hero-inner {
      height: auto; } }
.text-light .cta-brand7 a:link {
  color: white; }

.text-light .cta-brand7 a:hover {
  color: #e8d4d7; }

.text-light .cta-brand7 a:visited {
  color: #ececec; }

.cta-flip-side .cta-brand7 .cta-hero-inner {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .cta-hero-inner {
      flex-direction: column; } }
.cta-flip-side .cta-brand7 .frame-side {
  justify-content: flex-start;
  margin-left: 5%;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .frame-side {
      margin-left: 0; } }
.cta-flip-side .cta-brand7 .cta-hero-text.text-side {
  text-align: right;
  align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .cta-hero-text.text-side {
      text-align: center;
      align-items: center; } }
.cta-cursive .cta-brand1 .cta-title, .cta-cursive .cta-brand2 .cta-title, .cta-cursive .cta-brand3 .cta-title, .cta-cursive .cta-brand4 .cta-title, .cta-cursive .cta-brand5 .cta-title, .cta-cursive .cta-brand6 .cta-title {
  font-family: "Satisfy", cursive !important; }

.cta-serif .cta-brand1 .cta-title, .cta-serif .cta-brand2 .cta-title, .cta-serif .cta-brand3 .cta-title, .cta-serif .cta-brand4 .cta-title, .cta-serif .cta-brand5 .cta-title, .cta-serif .cta-brand6 .cta-title {
  font-family: "Lora", serif !important; }

.cta-sans-serif .cta-brand1 .cta-title, .cta-sans-serif .cta-brand2 .cta-title, .cta-sans-serif .cta-brand3 .cta-title, .cta-sans-serif .cta-brand4 .cta-title, .cta-sans-serif .cta-brand5 .cta-title, .cta-sans-serif .cta-brand6 .cta-title {
  font-family: "Lora", serif !important; }

#metal .f-grad1 {
  stop-color: #3d1e24; }

#metal .f-grad2 {
  stop-color: #81404c; }

#metal .f-grad3 {
  stop-color: #d9b4ba; }

#metal .f-grad4 {
  stop-color: #a35160; }

#shadow .f-shad1 {
  stop-color: black;
  stop-opacity: 1; }

#shadow .f-shad2 {
  stop-color: black;
  stop-opacity: 0.831373; }

#shadow .f-shad3 {
  stop-color: black;
  stop-opacity: 0.25098; }

#shadow .f-shad4 {
  stop-color: black;
  stop-opacity: 0; }

#curve {
  fill: none;
  stroke: none; }

.obits {
  margin: 0 auto;
  cursor: pointer;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }
  .obits a, .obits a:hover, .obits a:visited {
    text-decoration: none !important; }
  .obits *, .obits * > *, .obits * > * > * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }
  .obits .obits_holder {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .obits .obits_holder {
        display: flex;
        justify-content: space-evenly;
        align-items: stretch; } }
  .obits .obit .obit-date {
    font-family: "Lora", serif;
    color: #522930;
    line-height: 1.3; }
  .obits .obit .obit-name {
    font-family: "Lora", serif;
    line-height: 1.3;
    color: #4e272e;
    font-weight: bold; }
  .obits .obit .obit-icons {
    position: relative;
    margin: 10px auto;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit .obit-icons {
        height: auto !important; } }
    .obits .obit .obit-icons .obit-icon {
      float: left;
      line-height: 2;
      padding: 0.375rem 0.25rem; }
      @media only screen and (max-width: 768px) {
        .obits .obit .obit-icons .obit-icon {
          padding: .75em; } }
    .obits .obit .obit-icons .btn {
      border: none;
      outline-color: transparent;
      background-color: transparent;
      min-width: auto;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (max-width: 768px) {
        .obits .obit .obit-icons .btn {
          padding: .75em; } }
      .obits .obit .obit-icons .btn small {
        font-family: "Lora", serif;
        letter-spacing: -.5px; }
    .obits .obit .obit-icons a:not(.btn) {
      position: relative;
      overflow: visible;
      display: block; }
      .obits .obit .obit-icons a:not(.btn) .tooltiptext {
        font-family: "Lora", serif;
        position: absolute;
        visibility: hidden;
        z-index: 99;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        font-size: .7em; }
        .obits .obit .obit-icons a:not(.btn) .tooltiptext:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: #555 transparent transparent transparent; }
      .obits .obit .obit-icons a:not(.btn):hover {
        color: #af5e6d; }
        .obits .obit .obit-icons a:not(.btn):hover .tooltiptext {
          visibility: visible; }
  .obits .obit.obit-modern {
    padding: 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-modern {
        padding: 10px 5px;
        margin: 0;
        width: auto; } }
    @media only screen and (max-width: 599px) {
      .obits .obit.obit-modern {
        width: 100%; } }
    .obits .obit.obit-modern .obit-card {
      min-height: 100%;
      min-width: 160px;
      max-width: 160px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      border-radius: 2px;
      background-color: #fdfcfb;
      color: #4e272e;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      padding: 5px 5px 10px;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-modern .obit-card {
          width: auto;
          height: auto;
          max-width: 200px;
          min-width: auto;
          padding: 0 0 5px; } }
      @media only screen and (max-width: 599px) {
        .obits .obit.obit-modern .obit-card {
          width: 100%;
          max-width: unset; } }
      .obits .obit.obit-modern .obit-card:hover {
        background-color: white; }
        .obits .obit.obit-modern .obit-card:hover .obit-name {
          color: #703842; }
      .obits .obit.obit-modern .obit-card .obit-name {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 8px; }
      .obits .obit.obit-modern .obit-card .obit-txt-holder svg {
        width: 150px;
        height: auto; }
      .obits .obit.obit-modern .obit-card .obit-img-holder {
        position: relative;
        padding: 10px;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-modern .obit-card .obit-img-holder {
            padding: 1em; } }
        .obits .obit.obit-modern .obit-card .obit-img-holder svg {
          width: 140px;
          height: 140px;
          overflow: visible; }
          @media only screen and (max-width: 768px) {
            .obits .obit.obit-modern .obit-card .obit-img-holder svg {
              width: 160px;
              height: 160px; } }
          @media only screen and (max-width: 599px) {
            .obits .obit.obit-modern .obit-card .obit-img-holder svg {
              width: 90%;
              height: 90%; } }
        .obits .obit.obit-modern .obit-card .obit-img-holder .obit-image,
        .obits .obit.obit-modern .obit-card .obit-img-holder .obit-image-2 {
          width: 100%;
          height: 100%; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-modern .obit-card .obit-image {
          opacity: 1 !important; } }
      .obits .obit.obit-modern .obit-card .obit-image,
      .obits .obit.obit-modern .obit-card .obit-image-2 {
        position: absolute;
        clip-path: url(#circlemask); }
      .obits .obit.obit-modern .obit-card .obit-image-2 {
        -webkit-filter: url(#filter-wow);
        filter: url(#filter-wow); }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-modern .obit-card .obit-image-2 {
            opacity: 0; } }
  .obits .obit.obit-framed {
    padding: 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-framed {
        margin-bottom: 5px; }
        .obits .obit.obit-framed:nth-child(even) {
          margin-left: 5px; } }
    .obits .obit.obit-framed .obit-card {
      min-height: 210px;
      max-width: 160px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      border-top: none;
      border-radius: 2px;
      background-color: transparent;
      box-shadow: none;
      padding: 0;
      overflow: hidden;
      fill: white; }
      .obits .obit.obit-framed .obit-card .obit-date,
      .obits .obit.obit-framed .obit-card .obit-name,
      .obits .obit.obit-framed .obit-card .obit-location {
        color: white;
        fill: white;
        fill-rule: nonzero; }
      .obits .obit.obit-framed .obit-card:hover {
        background-color: transparent;
        border-top: 0; }
        .obits .obit.obit-framed .obit-card:hover .frame-back {
          fill: url(#metal); }
        .obits .obit.obit-framed .obit-card:hover .obit-date,
        .obits .obit.obit-framed .obit-card:hover .obit-name,
        .obits .obit.obit-framed .obit-card:hover .obit-location {
          color: #a35160; }
      .obits .obit.obit-framed .obit-card .frame-back {
        fill: #522930;
        fill-rule: nonzero; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .frame-back {
            fill: url(#metal); } }
      .obits .obit.obit-framed .obit-card .obit-name {
        text-align: center;
        padding: 10px 10px 5px;
        line-height: 1.3; }
      .obits .obit.obit-framed .obit-card .obit-location {
        max-width: 160px; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .obit-location {
            max-width: 100%; } }
      .obits .obit.obit-framed .obit-card .obit-txt-holder,
      .obits .obit.obit-framed .obit-card .obit-txt-holder svg {
        width: 100%;
        height: auto; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .obits .obit.obit-framed .obit-card a:not(.btn) {
          width: 100%; }
        .obits .obit.obit-framed .obit-card .obit-txt-holder {
          position: relative;
          width: 100%;
          padding-top: 33.33%; }
        .obits .obit.obit-framed .obit-card .obit-txt-holder svg {
          position: absolute;
          width: 100%;
          height: 50px !important;
          left: 0;
          right: 0;
          margin-top: -33.33%; } }
      .obits .obit.obit-framed .obit-card .obit-img-holder {
        position: relative;
        padding: 0;
        margin: 0; }
        .obits .obit.obit-framed .obit-card .obit-img-holder svg {
          width: 160px;
          height: 160px;
          overflow: visible; }
          @media only screen and (max-width: 599px) {
            .obits .obit.obit-framed .obit-card .obit-img-holder svg {
              width: 100%;
              height: 100%; } }
        .obits .obit.obit-framed .obit-card .obit-img-holder .obit-image,
        .obits .obit.obit-framed .obit-card .obit-img-holder .obit-image-2 {
          width: 100%;
          height: 100%; }
      .obits .obit.obit-framed .obit-card .obit-image,
      .obits .obit.obit-framed .obit-card .obit-image-2 {
        position: absolute; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-framed .obit-card .obit-image {
          opacity: 1; } }
      .obits .obit.obit-framed .obit-card .obit-image-2 {
        -webkit-filter: url(#filter-wow);
        filter: url(#filter-wow); }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .obit-image-2 {
            opacity: 0; } }
  .obits .obit.obit-clean {
    padding: 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-clean {
        margin: 3px;
        width: auto;
        min-width: 160px;
        max-width: 200px;
        background-color: #fdfcfb;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } }
    @media only screen and (max-width: 599px) {
      .obits .obit.obit-clean {
        width: 100%;
        max-width: unset; } }
    .obits .obit.obit-clean .obit-card {
      cursor: pointer;
      position: relative;
      display: flex;
      justify-content: center;
      flex-flow: column;
      background-color: #fdfcfb;
      border-radius: 2px;
      border: 4px solid #f5efea;
      color: #4e272e;
      box-shadow: none;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-clean .obit-card {
          width: auto;
          height: auto;
          min-height: 360px;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          border: 4px solid #e4dbcd;
          border-radius: 2px !important;
          padding: 0; }
          .obits .obit.obit-clean .obit-card > a:not(.btn) {
            padding: .5em;
            display: flex;
            justify-content: center;
            align-items: center; } }
      @media only screen and (max-width: 599px) {
        .obits .obit.obit-clean .obit-card {
          max-width: unset; } }
      .obits .obit.obit-clean .obit-card .obit-img-holder {
        position: relative;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-img-holder {
            padding: 1em; } }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-img-holder svg {
            width: 200px;
            height: 200px; } }
      .obits .obit.obit-clean .obit-card .obit-txt-holder {
        position: absolute;
        display: flex;
        flex: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-txt-holder {
            position: relative;
            display: flex;
            width: 100%;
            align-items: center; } }
      .obits .obit.obit-clean .obit-card .obit-date {
        line-height: 1.7; }
      .obits .obit.obit-clean .obit-card .obit-date,
      .obits .obit.obit-clean .obit-card .obit-name {
        display: flex;
        flex: 1;
        justify-content: center;
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 5px;
        color: #522930; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-date,
          .obits .obit.obit-clean .obit-card .obit-name {
            padding: unset; } }
      .obits .obit.obit-clean .obit-card .obit-name {
        color: #4e272e; }
    .obits .obit.obit-clean .obit-name {
      text-align: center;
      padding-top: 10px;
      max-width: 200px;
      color: white; }
      .obits .obit.obit-clean .obit-name.name-shadow {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
    .obits .obit.obit-clean:hover .obit-name {
      color: #ede7de; }
  .obits .obit.obit-pop {
    margin: 10px;
    padding: 5px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-pop {
        margin: 3px;
        width: auto;
        background-color: #fdfcfb;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } }
    @media only screen and (max-width: 599px) {
      .obits .obit.obit-pop {
        width: 100%; } }
    .obits .obit.obit-pop .obit-card {
      width: 160px;
      height: 100%;
      border: 4px solid transparent; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .obit-card {
          width: auto;
          height: auto;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          border: 4px solid #e4dbcd;
          padding: 0; } }
      .obits .obit.obit-pop .obit-card .obit-img-holder {
        position: relative;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-pop .obit-card .obit-img-holder {
            padding: 1em; } }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-pop .obit-card .obit-img-holder svg {
            width: 200px;
            height: 200px; } }
    .obits .obit.obit-pop .obit-name {
      padding-top: 10px;
      padding-bottom: 10px;
      color: white; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .obit-name {
          max-width: 90%;
          margin: 0 auto;
          color: #dcd0bc; } }
    .obits .obit.obit-pop .more-info {
      display: none; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .more-info {
          display: block; } }
    .obits .obit.obit-pop:hover {
      cursor: pointer; }
    .obits .obit.obit-pop .obit-image {
      position: absolute; }
    .obits .obit.obit-pop .pic2 {
      opacity: .5; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .pic2 {
          opacity: 0; } }
    .obits .obit.obit-pop.pop-open {
      position: absolute;
      z-index: 99;
      background-color: #fdfcfb;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); }
      .obits .obit.obit-pop.pop-open .obit-name {
        color: #b8a17a; }
      .obits .obit.obit-pop.pop-open .obit-card {
        border: 4px solid #e4dbcd;
        padding: 25px 25px 5px; }
      .obits .obit.obit-pop.pop-open .more-info {
        display: block; }
      .obits .obit.obit-pop.pop-open .pic2 {
        opacity: 0; }
  .obits .obit.obit-grid {
    overflow: hidden;
    transition: 0.3s all ease-in-out; }
    .obits .obit.obit-grid .obit-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-wrapper {
          height: auto;
          max-width: unset; } }
    .obits .obit.obit-grid .obit-card {
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-card {
          position: relative;
          width: 100%;
          padding: 10px;
          align-items: center; }
          .obits .obit.obit-grid .obit-card > a:not(.btn) {
            max-width: 35%;
            margin: 0 10px; } }
    .obits .obit.obit-grid .obit-name {
      font-family: "Lora", serif; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-name {
          font-size: 1.1em; } }
    .obits .obit.obit-grid .more-info {
      width: 150px;
      height: 150px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .more-info {
          width: 100%;
          height: 100%;
          justify-content: center; }
          .obits .obit.obit-grid .more-info > a:not(.btn) {
            width: 100%; } }
    .obits .obit.obit-grid .obit-img-holder {
      position: relative;
      width: 200px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-img-holder {
          width: 100%; } }
      .obits .obit.obit-grid .obit-img-holder svg {
        width: 130px;
        height: 130px;
        padding: 10px; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid .obit-img-holder svg {
            width: 100%;
            height: auto;
            padding: 0; } }
    .obits .obit.obit-grid .obit-image-2 {
      transition: 0.5s all ease-in-out;
      -webkit-filter: url(#black-white);
      filter: url(#black-white);
      opacity: .5; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-image-2 {
          opacity: 0; } }
    .obits .obit.obit-grid.grid1, .obits .obit.obit-grid.grid5, .obits .obit.obit-grid.grid9, .obits .obit.obit-grid.grid13, .obits .obit.obit-grid.grid17, .obits .obit.obit-grid.grid21, .obits .obit.obit-grid.grid25, .obits .obit.obit-grid.grid29, .obits .obit.obit-grid.grid33 {
      width: 150px;
      height: 300px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid1, .obits .obit.obit-grid.grid5, .obits .obit.obit-grid.grid9, .obits .obit.obit-grid.grid13, .obits .obit.obit-grid.grid17, .obits .obit.obit-grid.grid21, .obits .obit.obit-grid.grid25, .obits .obit.obit-grid.grid29, .obits .obit.obit-grid.grid33 {
          width: 100%;
          height: auto;
          margin-bottom: 10px; } }
      .obits .obit.obit-grid.grid1 .obit-name, .obits .obit.obit-grid.grid5 .obit-name, .obits .obit.obit-grid.grid9 .obit-name, .obits .obit.obit-grid.grid13 .obit-name, .obits .obit.obit-grid.grid17 .obit-name, .obits .obit.obit-grid.grid21 .obit-name, .obits .obit.obit-grid.grid25 .obit-name, .obits .obit.obit-grid.grid29 .obit-name, .obits .obit.obit-grid.grid33 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid1 .more-info, .obits .obit.obit-grid.grid5 .more-info, .obits .obit.obit-grid.grid9 .more-info, .obits .obit.obit-grid.grid13 .more-info, .obits .obit.obit-grid.grid17 .more-info, .obits .obit.obit-grid.grid21 .more-info, .obits .obit.obit-grid.grid25 .more-info, .obits .obit.obit-grid.grid29 .more-info, .obits .obit.obit-grid.grid33 .more-info {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid1 .more-info, .obits .obit.obit-grid.grid5 .more-info, .obits .obit.obit-grid.grid9 .more-info, .obits .obit.obit-grid.grid13 .more-info, .obits .obit.obit-grid.grid17 .more-info, .obits .obit.obit-grid.grid21 .more-info, .obits .obit.obit-grid.grid25 .more-info, .obits .obit.obit-grid.grid29 .more-info, .obits .obit.obit-grid.grid33 .more-info {
            text-align: left;
            justify-content: center;
            align-items: flex-start; } }
        .obits .obit.obit-grid.grid1 .more-info > div, .obits .obit.obit-grid.grid5 .more-info > div, .obits .obit.obit-grid.grid9 .more-info > div, .obits .obit.obit-grid.grid13 .more-info > div, .obits .obit.obit-grid.grid17 .more-info > div, .obits .obit.obit-grid.grid21 .more-info > div, .obits .obit.obit-grid.grid25 .more-info > div, .obits .obit.obit-grid.grid29 .more-info > div, .obits .obit.obit-grid.grid33 .more-info > div {
          padding-left: 5px;
          padding-right: 5px; }
      .obits .obit.obit-grid.grid1 .obit-card, .obits .obit.obit-grid.grid5 .obit-card, .obits .obit.obit-grid.grid9 .obit-card, .obits .obit.obit-grid.grid13 .obit-card, .obits .obit.obit-grid.grid17 .obit-card, .obits .obit.obit-grid.grid21 .obit-card, .obits .obit.obit-grid.grid25 .obit-card, .obits .obit.obit-grid.grid29 .obit-card, .obits .obit.obit-grid.grid33 .obit-card {
        background-color: #e2c9cd;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid1 .obit-card, .obits .obit.obit-grid.grid5 .obit-card, .obits .obit.obit-grid.grid9 .obit-card, .obits .obit.obit-grid.grid13 .obit-card, .obits .obit.obit-grid.grid17 .obit-card, .obits .obit.obit-grid.grid21 .obit-card, .obits .obit.obit-grid.grid25 .obit-card, .obits .obit.obit-grid.grid29 .obit-card, .obits .obit.obit-grid.grid33 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid.grid2, .obits .obit.obit-grid.grid6, .obits .obit.obit-grid.grid10, .obits .obit.obit-grid.grid14, .obits .obit.obit-grid.grid18, .obits .obit.obit-grid.grid22, .obits .obit.obit-grid.grid26, .obits .obit.obit-grid.grid30, .obits .obit.obit-grid.grid34 {
      width: 150px;
      height: 300px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid2, .obits .obit.obit-grid.grid6, .obits .obit.obit-grid.grid10, .obits .obit.obit-grid.grid14, .obits .obit.obit-grid.grid18, .obits .obit.obit-grid.grid22, .obits .obit.obit-grid.grid26, .obits .obit.obit-grid.grid30, .obits .obit.obit-grid.grid34 {
          width: 100%;
          height: auto;
          margin-bottom: 10px; } }
      .obits .obit.obit-grid.grid2 .obit-name, .obits .obit.obit-grid.grid6 .obit-name, .obits .obit.obit-grid.grid10 .obit-name, .obits .obit.obit-grid.grid14 .obit-name, .obits .obit.obit-grid.grid18 .obit-name, .obits .obit.obit-grid.grid22 .obit-name, .obits .obit.obit-grid.grid26 .obit-name, .obits .obit.obit-grid.grid30 .obit-name, .obits .obit.obit-grid.grid34 .obit-name {
        padding-bottom: 5px; }
      .obits .obit.obit-grid.grid2 .more-info, .obits .obit.obit-grid.grid6 .more-info, .obits .obit.obit-grid.grid10 .more-info, .obits .obit.obit-grid.grid14 .more-info, .obits .obit.obit-grid.grid18 .more-info, .obits .obit.obit-grid.grid22 .more-info, .obits .obit.obit-grid.grid26 .more-info, .obits .obit.obit-grid.grid30 .more-info, .obits .obit.obit-grid.grid34 .more-info {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid2 .more-info, .obits .obit.obit-grid.grid6 .more-info, .obits .obit.obit-grid.grid10 .more-info, .obits .obit.obit-grid.grid14 .more-info, .obits .obit.obit-grid.grid18 .more-info, .obits .obit.obit-grid.grid22 .more-info, .obits .obit.obit-grid.grid26 .more-info, .obits .obit.obit-grid.grid30 .more-info, .obits .obit.obit-grid.grid34 .more-info {
            text-align: left;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start; } }
        .obits .obit.obit-grid.grid2 .more-info > div, .obits .obit.obit-grid.grid6 .more-info > div, .obits .obit.obit-grid.grid10 .more-info > div, .obits .obit.obit-grid.grid14 .more-info > div, .obits .obit.obit-grid.grid18 .more-info > div, .obits .obit.obit-grid.grid22 .more-info > div, .obits .obit.obit-grid.grid26 .more-info > div, .obits .obit.obit-grid.grid30 .more-info > div, .obits .obit.obit-grid.grid34 .more-info > div {
          padding-left: 5px;
          padding-right: 5px; }
      .obits .obit.obit-grid.grid2 .obit-card, .obits .obit.obit-grid.grid6 .obit-card, .obits .obit.obit-grid.grid10 .obit-card, .obits .obit.obit-grid.grid14 .obit-card, .obits .obit.obit-grid.grid18 .obit-card, .obits .obit.obit-grid.grid22 .obit-card, .obits .obit.obit-grid.grid26 .obit-card, .obits .obit.obit-grid.grid30 .obit-card, .obits .obit.obit-grid.grid34 .obit-card {
        background-color: #d0a7ae;
        display: flex;
        flex-direction: column-reverse; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid2 .obit-card, .obits .obit.obit-grid.grid6 .obit-card, .obits .obit.obit-grid.grid10 .obit-card, .obits .obit.obit-grid.grid14 .obit-card, .obits .obit.obit-grid.grid18 .obit-card, .obits .obit.obit-grid.grid22 .obit-card, .obits .obit.obit-grid.grid26 .obit-card, .obits .obit.obit-grid.grid30 .obit-card, .obits .obit.obit-grid.grid34 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid.grid3, .obits .obit.obit-grid.grid7, .obits .obit.obit-grid.grid11, .obits .obit.obit-grid.grid15, .obits .obit.obit-grid.grid19, .obits .obit.obit-grid.grid23, .obits .obit.obit-grid.grid27, .obits .obit.obit-grid.grid31, .obits .obit.obit-grid.grid35 {
      width: 300px;
      height: 150px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid3, .obits .obit.obit-grid.grid7, .obits .obit.obit-grid.grid11, .obits .obit.obit-grid.grid15, .obits .obit.obit-grid.grid19, .obits .obit.obit-grid.grid23, .obits .obit.obit-grid.grid27, .obits .obit.obit-grid.grid31, .obits .obit.obit-grid.grid35 {
          width: 100%;
          height: auto;
          margin-bottom: 10px; } }
      .obits .obit.obit-grid.grid3 .obit-name, .obits .obit.obit-grid.grid7 .obit-name, .obits .obit.obit-grid.grid11 .obit-name, .obits .obit.obit-grid.grid15 .obit-name, .obits .obit.obit-grid.grid19 .obit-name, .obits .obit.obit-grid.grid23 .obit-name, .obits .obit.obit-grid.grid27 .obit-name, .obits .obit.obit-grid.grid31 .obit-name, .obits .obit.obit-grid.grid35 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid3 .obit-icons, .obits .obit.obit-grid.grid7 .obit-icons, .obits .obit.obit-grid.grid11 .obit-icons, .obits .obit.obit-grid.grid15 .obit-icons, .obits .obit.obit-grid.grid19 .obit-icons, .obits .obit.obit-grid.grid23 .obit-icons, .obits .obit.obit-grid.grid27 .obit-icons, .obits .obit.obit-grid.grid31 .obit-icons, .obits .obit.obit-grid.grid35 .obit-icons {
        margin-left: 0; }
      .obits .obit.obit-grid.grid3 .more-info, .obits .obit.obit-grid.grid7 .more-info, .obits .obit.obit-grid.grid11 .more-info, .obits .obit.obit-grid.grid15 .more-info, .obits .obit.obit-grid.grid19 .more-info, .obits .obit.obit-grid.grid23 .more-info, .obits .obit.obit-grid.grid27 .more-info, .obits .obit.obit-grid.grid31 .more-info, .obits .obit.obit-grid.grid35 .more-info {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start; }
      .obits .obit.obit-grid.grid3 .obit-card, .obits .obit.obit-grid.grid7 .obit-card, .obits .obit.obit-grid.grid11 .obit-card, .obits .obit.obit-grid.grid15 .obit-card, .obits .obit.obit-grid.grid19 .obit-card, .obits .obit.obit-grid.grid23 .obit-card, .obits .obit.obit-grid.grid27 .obit-card, .obits .obit.obit-grid.grid31 .obit-card, .obits .obit.obit-grid.grid35 .obit-card {
        text-align: left;
        background-color: #ebdadc;
        display: flex;
        flex-direction: row; }
    .obits .obit.obit-grid.grid4, .obits .obit.obit-grid.grid8, .obits .obit.obit-grid.grid12, .obits .obit.obit-grid.grid16, .obits .obit.obit-grid.grid20, .obits .obit.obit-grid.grid24, .obits .obit.obit-grid.grid28, .obits .obit.obit-grid.grid32, .obits .obit.obit-grid.grid36 {
      width: 300px;
      height: 150px;
      margin-top: 150px;
      margin-left: -300px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid4, .obits .obit.obit-grid.grid8, .obits .obit.obit-grid.grid12, .obits .obit.obit-grid.grid16, .obits .obit.obit-grid.grid20, .obits .obit.obit-grid.grid24, .obits .obit.obit-grid.grid28, .obits .obit.obit-grid.grid32, .obits .obit.obit-grid.grid36 {
          width: 100%;
          height: auto;
          margin-top: 0;
          margin-left: 0;
          margin-bottom: 10px; } }
      .obits .obit.obit-grid.grid4 .obit-name, .obits .obit.obit-grid.grid8 .obit-name, .obits .obit.obit-grid.grid12 .obit-name, .obits .obit.obit-grid.grid16 .obit-name, .obits .obit.obit-grid.grid20 .obit-name, .obits .obit.obit-grid.grid24 .obit-name, .obits .obit.obit-grid.grid28 .obit-name, .obits .obit.obit-grid.grid32 .obit-name, .obits .obit.obit-grid.grid36 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid4 .obit-icons, .obits .obit.obit-grid.grid8 .obit-icons, .obits .obit.obit-grid.grid12 .obit-icons, .obits .obit.obit-grid.grid16 .obit-icons, .obits .obit.obit-grid.grid20 .obit-icons, .obits .obit.obit-grid.grid24 .obit-icons, .obits .obit.obit-grid.grid28 .obit-icons, .obits .obit.obit-grid.grid32 .obit-icons, .obits .obit.obit-grid.grid36 .obit-icons {
        margin-right: 0; }
      .obits .obit.obit-grid.grid4 .more-info, .obits .obit.obit-grid.grid8 .more-info, .obits .obit.obit-grid.grid12 .more-info, .obits .obit.obit-grid.grid16 .more-info, .obits .obit.obit-grid.grid20 .more-info, .obits .obit.obit-grid.grid24 .more-info, .obits .obit.obit-grid.grid28 .more-info, .obits .obit.obit-grid.grid32 .more-info, .obits .obit.obit-grid.grid36 .more-info {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-end; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid4 .more-info, .obits .obit.obit-grid.grid8 .more-info, .obits .obit.obit-grid.grid12 .more-info, .obits .obit.obit-grid.grid16 .more-info, .obits .obit.obit-grid.grid20 .more-info, .obits .obit.obit-grid.grid24 .more-info, .obits .obit.obit-grid.grid28 .more-info, .obits .obit.obit-grid.grid32 .more-info, .obits .obit.obit-grid.grid36 .more-info {
            text-align: left;
            align-items: flex-start; } }
      .obits .obit.obit-grid.grid4 .obit-card, .obits .obit.obit-grid.grid8 .obit-card, .obits .obit.obit-grid.grid12 .obit-card, .obits .obit.obit-grid.grid16 .obit-card, .obits .obit.obit-grid.grid20 .obit-card, .obits .obit.obit-grid.grid24 .obit-card, .obits .obit.obit-grid.grid28 .obit-card, .obits .obit.obit-grid.grid32 .obit-card, .obits .obit.obit-grid.grid36 .obit-card {
        text-align: right;
        background-color: #d9b8bd;
        display: flex;
        flex-direction: row-reverse; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid4 .obit-card, .obits .obit.obit-grid.grid8 .obit-card, .obits .obit.obit-grid.grid12 .obit-card, .obits .obit.obit-grid.grid16 .obit-card, .obits .obit.obit-grid.grid20 .obit-card, .obits .obit.obit-grid.grid24 .obit-card, .obits .obit.obit-grid.grid28 .obit-card, .obits .obit.obit-grid.grid32 .obit-card, .obits .obit.obit-grid.grid36 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid:hover {
      cursor: pointer; }
      .obits .obit.obit-grid:hover .obit-card {
        background-color: #522930;
        color: #e8d4d7;
        transition: 0.3s all ease-in-out; }
      .obits .obit.obit-grid:hover .obit-icons a,
      .obits .obit.obit-grid:hover .obit-name,
      .obits .obit.obit-grid:hover .obit-date,
      .obits .obit.obit-grid:hover .obit-date strong {
        color: #e8d4d7 !important;
        transition: 0.5s all ease-in-out; }
      .obits .obit.obit-grid:hover .obit-image-2 {
        transition: 0.5s all ease-in-out;
        opacity: 0; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-grid .obit-icons {
        margin: auto;
        margin-left: 0; }
        .obits .obit.obit-grid .obit-icons .btn {
          padding: .75em;
          padding-left: 0; } }
  .obits.obits-carousel {
    cursor: default;
    overflow: hidden; }
    .obits.obits-carousel .carousel-holder {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      flex-wrap: wrap;
      justify-content: space-evenly;
      overflow: hidden; }
      @media only screen and (max-width: 599px) {
        .obits.obits-carousel .carousel-holder {
          justify-content: space-between; } }
      .obits.obits-carousel .carousel-holder > .holder {
        overflow: hidden; }
    .obits.obits-carousel .section-title {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      padding-bottom: 0;
      padding-top: 0; }
      .obits.obits-carousel .section-title h2 {
        margin: 0;
        padding: 0; }
    .obits.obits-carousel .section-arrow {
      font-size: 2rem;
      color: #e8d4d7;
      opacity: .45; }
      .obits.obits-carousel .section-arrow:hover {
        opacity: 1; }
    .obits.obits-carousel .scroll-arrows {
      padding: .5em; }
      .obits.obits-carousel .scroll-arrows .arrow-left {
        padding-right: .5em; }
      .obits.obits-carousel .scroll-arrows .arrow-right {
        padding-left: .5em; }
    .obits.obits-carousel .obit-img-holder {
      padding-top: 8px;
      padding-bottom: 10px; }
      .obits.obits-carousel .obit-img-holder img {
        max-width: 90%; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .obit-img-holder {
          padding-bottom: 0; } }
    .obits.obits-carousel .obit {
      max-width: 200px;
      text-align: center;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .obit {
          width: 100% !important;
          max-width: 100%;
          max-width: 49% !important;
          margin: 0;
          text-align: left; } }
      .obits.obits-carousel .obit .obit-card {
        padding: 5px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .obits.obits-carousel .obit .obit-card {
            display: -webkit-flex;
            display: flex;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            flex-direction: row;
            padding: 0 10px 10px 0; } }
      .obits.obits-carousel .obit a:not(.btn) {
        display: block;
        padding: 0;
        width: 100%; }
      .obits.obits-carousel .obit .obit-icons {
        margin: 0 auto;
        max-height: 100%; }
        .obits.obits-carousel .obit .obit-icons i {
          font-size: 18px; }
        .obits.obits-carousel .obit .obit-icons a {
          padding: 10px;
          max-width: 40px;
          text-align: center; }
          .obits.obits-carousel .obit .obit-icons a.icon-full {
            max-width: 100%;
            text-align: center; }
        @media only screen and (max-width: 768px) {
          .obits.obits-carousel .obit .obit-icons {
            padding: 0;
            margin-top: -8px;
            margin-bottom: 10px;
            justify-content: flex-end; }
            .obits.obits-carousel .obit .obit-icons i {
              font-size: 14px; }
            .obits.obits-carousel .obit .obit-icons a:not(.btn) {
              padding: 10px;
              margin: 0 2px 0 0;
              background-color: rgba(0, 0, 0, 0.1); }
              .obits.obits-carousel .obit .obit-icons a.icon-full:not(.btn) {
                background-color: transparent;
                text-align: right; } }
        @media only screen and (max-width: 599px) {
          .obits.obits-carousel .obit .obit-icons a:not(.btn) {
            max-width: 100%; } }
      .obits.obits-carousel .obit .obit-icons a {
        color: white; }
      .obits.obits-carousel .obit .obit-info .obit-name, .obits.obits-carousel .obit .obit-info .obit-location {
        color: white; }
      .obits.obits-carousel .obit .obit-info .obit-date {
        color: #e8d4d7;
        font-size: 90%; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .obit .obit-info {
          display: -webkit-flex;
          display: flex;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          flex-direction: column;
          justify-content: center;
          min-width: 50%;
          padding-left: 10px;
          min-width: 70%; } }
      @media only screen and (max-width: 599px) {
        .obits.obits-carousel .obit .obit-info {
          font-size: 90%; } }
    .obits.obits-carousel .linebreak {
      height: 0;
      width: 0;
      opacity: 0;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .linebreak {
          display: none !important; } }
  .obits .deck-_inactive {
    height: auto;
    margin-left: 0; }
    .obits .deck-_inactive .obit-modern .obit-card {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .obits .deck-_inactive .obit-framed .obit-card {
      box-shadow: none; }
    .obits .deck-_inactive .obit-name {
      transform: none !important; }
  .obits .deck-_active {
    height: auto;
    margin-left: -100px; }
    .obits .deck-_active .obit-modern .obit-card {
      box-shadow: -15px 0px 14px -5px rgba(0, 0, 0, 0.3); }
    .obits .deck-_active .obit-framed .obit-card {
      box-shadow: none; }

.obit-radius .obit-card {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.text-light .obits.obits-carousel .obit .obit-info .obit-name, .text-light .obits.obits-carousel .obit-location,
.text-light .obits.obits-carousel .section-arrow,
.text-light .obits.obits-carousel .obit-date {
  color: #FFF !important; }

.text-light .obits .obit.obit-clean .obit-name {
  color: #FFF !important; }

.text-light .obit-name {
  color: #e8d4d7 !important;
  fill: #e8d4d7 !important; }

.text-light .obit-framed .obit-date, .text-light .obit-framed .section-arrow, .text-light .obit-framed .obit-location, .text-light .obit-grid .obit-date, .text-light .obit-grid .section-arrow, .text-light .obit-grid .obit-location, .text-light .obits-carousel .obit-date, .text-light .obits-carousel .section-arrow, .text-light .obits-carousel .obit-location {
  color: #e8d4d7 !important;
  fill: #e8d4d7 !important; }

.text-light .obit-framed .obit-icons a, .text-light .obit-framed .obit-icons .btn, .text-light .obit-grid .obit-icons a, .text-light .obit-grid .obit-icons .btn, .text-light .obits-carousel .obit-icons a, .text-light .obits-carousel .obit-icons .btn {
  color: #d6b1b7 !important;
  fill: #d6b1b7 !important; }

.text-light .obits-carousel .obit-icons a:hover,
.text-light .obits-carousel .obit:hover .obit-name {
  color: #FFF; }

.text-light .obit-pop.pop-open .obit-name, .text-light .obit-modern .obit-name {
  color: #b8a17a !important; }

.box .obits.obits-carousel .obit .obit-info .obit-name, .box .obits.obits-carousel .obit-location,
.box .obits.obits-carousel .section-arrow,
.box .obits.obits-carousel .obit-date {
  color: black !important; }

.box .obits .obit.obit-clean .obit-name {
  color: black !important; }

.box .obit-framed .obit-date, .box .obit-framed .obit-name, .box .obit-grid .obit-date, .box .obit-grid .obit-name, .box .obit-pop .obit-date, .box .obit-pop .obit-name {
  color: #4e272e !important;
  fill: #4e272e !important; }

.box .obit-icons a, .box .obit-icons .btn {
  color: black !important;
  fill: black !important; }

.no-border .obit-card {
  border: none !important; }

.obit-grid-spacer .obit-grid .obit-card {
  border: 1px solid #291418; }

.obit-grid-spacer-box .obit-grid .obit-card {
  border: 1px solid #fdfcfb; }

.obits-pages {
  position: relative; }
  .obits-pages .carousel-holder.page-1 > div.obit {
    visibility: hidden;
    height: 0; }

@media only screen and (max-width: 599px) {
  .mobile-lg .obits.obits-carousel .obit {
    max-width: 100% !important; }
  .mobile-lg .obits.obits-carousel .obit .obit-info {
    font-size: 100%;
    min-width: 65%; } }

.nav-main ul,
.nav-secondary ul,
.nav-footer ul,
#nav-mobile ul,
.mobile-menu-bar ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0; }

#nav-mobile .overlay-content ul {
  max-width: 90%;
  margin: 0 auto; }

.nav-main li,
.nav-secondary li,
#nav-mobile li,
.mobile-menu-bar li {
  white-space: nowrap; }

footer {
  text-align: center;
  color: #e6e6e6; }
  footer p {
    font-family: "Lora", serif;
    font-size: 1rem; }
  footer p.adrLinks {
    font-size: 1.2rem; }
  footer .nav-footer {
    font-size: 1rem; }
  footer .nav-footer p {
    font-size: 90%; }
  footer a {
    color: #F6F3EE;
    font-weight: 500; }
    footer a:hover {
      color: white; }
  footer .nav-footer {
    padding-top: 10px;
    padding-bottom: 5em;
    color: #e6e6e6; }
    @media only screen and (max-width: 768px) {
      footer .nav-footer {
        padding-top: 1em;
        padding-bottom: 3em; } }
    footer .nav-footer .footer-menu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      font-size: 1rem; }
      @media only screen and (max-width: 768px) {
        footer .nav-footer .footer-menu {
          padding: 0 1em; } }
      footer .nav-footer .footer-menu > li {
        padding: .75em 0 .75em .25em; }
        footer .nav-footer .footer-menu > li:not(:last-child):after {
          content: "|";
          padding-left: .5em;
          color: #F6F3EE; }
          @media only screen and (max-width: 768px) {
            footer .nav-footer .footer-menu > li:not(:last-child):after {
              content: ""; } }
        footer .nav-footer .footer-menu > li > a {
          padding: 1em .25em; }
        @media only screen and (max-width: 768px) {
          footer .nav-footer .footer-menu > li.login-menu {
            background-color: #522930;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    footer .nav-footer .footer-menu > li.login-menu {
      margin-top: 1rem; } }
      footer .nav-footer .footer-menu .submenu {
        z-index: 5;
        position: absolute; }
        footer .nav-footer .footer-menu .submenu > ul {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          footer .nav-footer .footer-menu .submenu > ul > li {
            padding: 0; }
            footer .nav-footer .footer-menu .submenu > ul > li:not(:last-child):after {
              content: "|";
              padding-left: .5em;
              color: #F6F3EE; }
            footer .nav-footer .footer-menu .submenu > ul > li > a {
              padding: .25em; }
      @media only screen and (max-width: 768px) {
        footer .nav-footer .footer-menu {
          display: flex; } }
    @media only screen and (max-width: 768px) {
      footer .nav-footer {
        font-size: 1.2em; } }
  footer.footer-classic {
    background-color: #522930; }
    footer.footer-classic .nav-footer {
      padding-top: 0; }
      footer.footer-classic .nav-footer ul {
        padding-top: 3em; }
  footer.footer-wide .-page-footer section > .holder {
    max-width: 100% !important; }
  footer.footer-wide .holder {
    max-width: 100%; }
  footer .-page-footer {
    padding-top: 10px;
    padding-bottom: 10px; }

.nav-secondary {
  background-color: none; }
  .nav-secondary ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .nav-secondary ul > li {
      cursor: pointer;
      flex: 0 1 auto;
      padding: .5em; }
      .nav-secondary ul > li > a {
        color: rgba(255, 255, 255, 0.7);
        font-size: .8em;
        padding: .5em; }
        .nav-secondary ul > li > a:hover {
          color: white; }
          .nav-secondary ul > li > a:hover > a + div {
            display: block; }
      .nav-secondary ul > li > a + .submenu > ul {
        flex-direction: column; }
      .nav-secondary ul > li > a + .submenu > ul > li:not(:last-child) {
        border-bottom: 1px solid #d0ccc5; }
    .nav-secondary ul .submenu {
      z-index: 1001;
      position: absolute;
      padding: 5px;
      margin-top: 5px !important;
      background: #eae5dd; }
      .nav-secondary ul .submenu > ul {
        flex-direction: column; }
        .nav-secondary ul .submenu > ul > li {
          padding: 0 .5em;
          background: #eae5dd; }
          .nav-secondary ul .submenu > ul > li:hover {
            background: #dfd7c8a3; }
            .nav-secondary ul .submenu > ul > li:hover > a {
              color: #222; }
          .nav-secondary ul .submenu > ul > li > a {
            color: #222;
            padding: 0; }
  .nav-secondary.nav-secondary-wide {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99; }

.nav-secondary-alt ul > li > a {
  font-size: 1em; }

.nav-secondary-alt ul .submenu > ul > li {
  padding: 0; }
  .nav-secondary-alt ul .submenu > ul > li > a {
    padding: 0; }

.mobile-menu-bar {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 250ms; }
  .mobile-menu-bar .mobile-bar-color {
    background-color: #a35160; }
  .mobile-menu-bar .mobile-bar-color-bottom {
    background-color: #a35160;
    border-bottom: 15px solid #a35160; }
  .mobile-menu-bar svg {
    width: 150%;
    margin-left: -25%;
    fill: #a35160;
    border-top: 5px solid #a35160; }
  .mobile-menu-bar .closeMenu .icon,
  .mobile-menu-bar .openMenu .icon {
    margin-bottom: 0;
    white-space: nowrap; }
  .mobile-menu-bar .closeMenu {
    display: none; }
  @media only screen and (max-width: 768px) {
    .mobile-menu-bar {
      display: block; }
      .mobile-menu-bar .holder {
        width: 92%; } }
  .mobile-menu-bar ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .mobile-menu-bar ul.mobile-items {
      justify-content: space-between; }
    .mobile-menu-bar ul li {
      flex: 0 1 auto;
      position: relative;
      padding: 20px 20px 20px 0;
      white-space: normal;
      max-width: 70%;
      color: white; }
      @media only screen and (max-width: 768px) {
        .mobile-menu-bar ul li {
          padding: 15px 5px 0 0; } }
      .mobile-menu-bar ul li:last-child {
        padding-left: 20px; }
  .mobile-menu-bar a {
    color: #dfd7c8; }
    .mobile-menu-bar a:hover {
      color: #fbfaf8; }

.overlay-content {
  position: relative;
  top: 80px;
  width: 100%;
  text-align: left; }

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.5s; }
  .overlay li {
    color: white;
    border-bottom: 2px solid rgba(112, 56, 66, 0.2);
    display: block;
    transition: 0.3s; }
    .overlay li a {
      color: white;
      font-weight: bold;
      display: block;
      white-space: normal; }
    @media only screen and (max-width: 992px) {
      .overlay li a, .overlay li div {
        font-size: 1.3rem;
        padding: 20px 30px; } }
    @media only screen and (max-width: 768px) {
      .overlay li a, .overlay li div {
        font-size: 1.3rem;
        padding: 20px 30px; } }
    @media only screen and (max-width: 599px) {
      .overlay li a, .overlay li div {
        font-size: 1rem;
        padding: 10px 15px; } }
    .overlay li:hover, .overlay li:focus {
      color: white;
      background-color: rgba(255, 255, 255, 0.2); }

@media only screen and (max-width: 768px) {
  .logo-mobile {
    display: block !important;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .logo-mobile .logo-holder {
      padding: 80px 0 20px; }
      .logo-mobile .logo-holder img {
        width: 90%;
        max-width: 400px; }
    .logo-mobile a {
      color: white; }
      .logo-mobile a:hover {
        color: white; }
    .logo-mobile .box a {
      color: #a35160; }
      .logo-mobile .box a:hover {
        color: #5f2f38; }
    .logo-mobile .title {
      font-family: "Lora", serif;
      font-weight: bold;
      margin-bottom: 0;
      font-size: 3rem;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 0; }
    .logo-mobile .subtitle {
      font-size: 1.2em;
      margin-bottom: 1em; } }

@media only screen and (device-width: 768px) and (orientation: portrait) {
  .logo-mobile .logo-holder {
    padding: 100px 0 10px; }
    .logo-mobile .logo-holder img {
      width: 40%; } }

/* ---- Pixel / iPhone hotfix ---- */
@media only screen and (max-width: 430px) {
  .-row {
    flex-direction: column !important; }
  .line .column {
    width: 100%; } }

header.versatile-header, main, footer {
  position: relative;
  display: block;
  width: 100%; }

header.versatile-header {
  background-color: transparent; }
  header.versatile-header.header-alt {
    display: flex;
    flex-direction: column; }
  @media only screen and (max-width: 768px) {
    header.versatile-header {
      display: none; } }
.-page-body {
  background-color: rgba(82, 41, 48, 0.8);
  background-color: #eae5dd; }

main.content-vertical .-page-body {
  background-color: transparent; }

main.content-vertical .nav-vertical > ul,
main.content-vertical .col-menu,
main.content-vertical .col-content {
  flex-direction: column; }

main.content-vertical .nav-vertical > ul {
  margin-left: 0; }
  main.content-vertical .nav-vertical > ul > li > a > div {
    padding-left: 1em; }

main.content-vertical .submenu {
  position: relative;
  left: 100%;
  top: -50%; }

main.content-vertical .-page-body {
  width: 100%;
  padding-bottom: 0 !important;
  flex-grow: 1;
  background-color: #eae5dd; }

main.content-vertical .-page-body > section > .holder,
main.content-vertical .-page-footer > section > .holder {
  max-width: 100%; }

main.content-vertical .-page-footer {
  flex-grow: 1;
  background-color: #e0d9cd; }

main.content-vertical .col-svg {
  overflow: hidden; }

main.content-vertical .col-svg svg {
  width: 400%;
  fill: #e0d9cd; }

@media only screen and (max-width: 992px) {
  main.content-vertical .holder {
    max-width: 100%; } }

main.content-vertical .col-menu {
  margin-top: 0;
  max-width: 25%; }
  @media only screen and (max-width: 768px) {
    main.content-vertical .col-menu {
      display: none !important; } }
main.content-vertical .col-content {
  max-width: 75%;
  margin-top: 0;
  padding-top: 0; }
  @media only screen and (max-width: 768px) {
    main.content-vertical .col-content {
      max-width: 100% !important; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main.content-vertical .col-menu {
    width: 25%; }
  main.content-vertical .col-content {
    width: 75%; } }

.middle-menu {
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .middle-menu {
      display: none; } }
.pattern1 {
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .pattern1 {
      z-index: -1; } }
.submenu {
  z-index: 20; }

.extra-svg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

header.versatile-header:not(.header-alt) .hero-svg svg, header.versatile-header:not(.header-alt) .extra-svg svg,
main:not(.content-vertical) .hero-svg svg,
main:not(.content-vertical) .extra-svg svg {
  fill: rgba(82, 41, 48, 0.8); }

header.versatile-header:not(.header-alt) .extra-svg svg,
main:not(.content-vertical) .extra-svg svg {
  fill: #eae5dd; }

header.versatile-header.header-alt .extra-svg svg {
  fill: #fdfcfb;
  fill: #eae5dd; }

header.versatile-header.header-alt .main-top-vertical .hero-svg svg {
  fill: #F6F3EE; }

footer, .footer-svg svg {
  z-index: 1;
  overflow: hidden; }

footer {
  background-color: rgba(82, 41, 48, 0.8);
  background-color: #5e1925d1; }
  footer .footer-svg svg {
    fill: #442228; }
  footer .footer-svg svg {
    fill: rgba(78, 21, 31, 0.819608); }
  footer.content-vertical {
    background-color: transparent; }
    footer.content-vertical .nav-footer, footer.content-vertical .-page-footer {
      background-color: #a35160;
      background-color: #5e1925d1;
      width: 100%; }
    footer.content-vertical .nav-footer {
      padding-top: 4em; }
  footer.footer-wide {
    background-color: transparent; }
    footer.footer-wide .holder {
      background-color: #5e1925d1; }
      footer.footer-wide .holder .holder {
        background-color: transparent; }

.nav-main,
.nav-footer, .holder {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .nav-main,
    .nav-footer, .holder {
      width: 100%;
      margin: 0 auto; } }
.holder {
  position: relative;
  max-width: 1300px;
  margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .holder {
      max-width: 100%; } }
  .holder .holder {
    max-width: 100%; }

.hero {
  z-index: -1; }

.hero, .hero-t {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("Facility_HAWTHORNE-loop2.jpg"); }

.hero {
  height: 100%;
  background-color: #4a141d;
  background-repeat: repeat;
  background-size: 100%;
  background-position-x: 0;
  opacity: .8; }
  @media only screen and (max-width: 768px) {
    .hero {
      width: 100%; } }
.hero-t {
  height: 100vh;
  background-position-x: center;
  background-color: #5e1925;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2; }
  @media only screen and (max-width: 768px) {
    .hero-t {
      z-index: -1; } }
  .hero-t .gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    background-image: linear-gradient(transparent, #5e1925);
    z-index: -1; }

.hero-f {
  height: 400px;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1 1'%3E%3C/svg%3E%0A");
  background-color: #5e1925;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  background-position-y: bottom;
  z-index: -2; }
  @media only screen and (max-width: 599px) {
    .hero-f {
      display: none; } }
  .hero-f .gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(#5e1925, transparent);
    z-index: -1; }

.nav-secondary {
  background-color: rgba(82, 41, 48, 0.8); }

.nav-secondary.nav-secondary-wide,
.nav-secondary.nav-secondary-alt {
  background-color: transparent; }

.nav-main,
.nav-secondary-alt {
  font-family: "Lora", serif; }
  .nav-main > ul,
  .nav-secondary-alt > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 10px; }
    .nav-main > ul > li,
    .nav-secondary-alt > ul > li {
      flex: 0 1 auto;
      position: relative;
      margin-left: 5px; }
      .nav-main > ul > li > a,
      .nav-secondary-alt > ul > li > a {
        display: flex;
        align-items: flex-start;
        padding: 1rem;
        color: #F6F3EE;
        background-color: #a35160;
        background-image: linear-gradient(transparent, transparent, transparent, #934956);
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important;
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important;
        background-clip: padding-box; }
      .nav-main > ul > li > a + .submenu > ul,
      .nav-secondary-alt > ul > li > a + .submenu > ul {
        box-shadow: rgba(0, 0, 0, 0.5) 0 2px 1px; }
        .nav-main > ul > li > a + .submenu > ul > li:not(:last-child),
        .nav-secondary-alt > ul > li > a + .submenu > ul > li:not(:last-child) {
          border-bottom: 1px solid #d0ccc5; }
      .nav-main > ul > li:hover,
      .nav-secondary-alt > ul > li:hover {
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important;
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important;
        background-clip: padding-box; }
        .nav-main > ul > li:hover > a,
        .nav-secondary-alt > ul > li:hover > a {
          color: #fff;
          background-color: rgba(0, 0, 0, 0.1);
          background-image: none; }
        .nav-main > ul > li:hover > a + div,
        .nav-secondary-alt > ul > li:hover > a + div {
          display: block; }
        .nav-main > ul > li:hover > a + .submenu,
        .nav-secondary-alt > ul > li:hover > a + .submenu {
          margin-top: 0;
          pointer-events: visible; }
        .nav-main > ul > li:hover > a + .submenu > ul,
        .nav-main > ul > li:hover > a + .submenu > ul > li,
        .nav-secondary-alt > ul > li:hover > a + .submenu > ul,
        .nav-secondary-alt > ul > li:hover > a + .submenu > ul > li {
          background-color: #eae5dd; }
      .nav-main > ul > li > a + .submenu,
      .nav-secondary-alt > ul > li > a + .submenu {
        margin-top: -100000px;
        position: absolute;
        -webkit-border-bottom-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
        -webkit-border-bottom-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
        background-clip: padding-box;
        width: 100%; }
        .nav-main > ul > li > a + .submenu span,
        .nav-secondary-alt > ul > li > a + .submenu span {
          white-space: nowrap; }
        .nav-main > ul > li > a + .submenu > ul > li,
        .nav-secondary-alt > ul > li > a + .submenu > ul > li {
          flex-wrap: nowrap;
          width: 100%; }
          .nav-main > ul > li > a + .submenu > ul > li > a,
          .nav-secondary-alt > ul > li > a + .submenu > ul > li > a {
            display: block;
            padding: 1rem;
            color: #222; }
          .nav-main > ul > li > a + .submenu > ul > li:hover > a,
          .nav-secondary-alt > ul > li > a + .submenu > ul > li:hover > a {
            background: #dfd7c8a3;
            color: #222; }

.nav-secondary-alt ul {
  margin-left: 0;
  justify-content: space-around;
  background-color: #F6F3EE; }
  .nav-secondary-alt ul > li {
    width: 100%;
    padding: 0;
    margin-left: 0; }
    .nav-secondary-alt ul > li .fa-caret-left {
      display: none; }
    .nav-secondary-alt ul > li:not(:last-child) {
      margin-right: 1px; }
    .nav-secondary-alt ul > li:hover {
      -webkit-border-top-right-radius: 0 !important;
      border-top-right-radius: 0 !important;
      -webkit-border-top-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      background-clip: padding-box; }
      .nav-secondary-alt ul > li:hover > a {
        background-color: rgba(0, 0, 0, 0.1); }
      .nav-secondary-alt ul > li:hover > a + .submenu > ul > li {
        background-color: #eae5dd; }
    .nav-secondary-alt ul > li > a {
      color: #F6F3EE;
      background-color: transparent;
      background-image: none;
      opacity: 1 !important;
      -webkit-border-top-right-radius: 0 !important;
      border-top-right-radius: 0 !important;
      -webkit-border-top-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      background-clip: padding-box; }
    .nav-secondary-alt ul > li > a + .submenu > ul {
      box-shadow: none; }
      .nav-secondary-alt ul > li > a + .submenu > ul > li:not(:last-child) {
        border-bottom: 1px solid #d0ccc5; }

.nav-main ul.alt-menu > li {
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1 1'%3E%3C/svg%3E%0A");
  background-size: 100% 200%;
  background-repeat: no-repeat;
  background-position-y: top; }
  .nav-main ul.alt-menu > li > a {
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-clip: padding-box;
    background-color: #a35160;
    border-bottom: 1px solid #914855;
    background-image: none;
    background-color: transparent;
    border-bottom: none;
    opacity: 1 !important; }
  .nav-main ul.alt-menu > li > a {
    color: #F6F3EE; }
  .nav-main ul.alt-menu > li > a + .submenu > ul {
    box-shadow: none; }
  .nav-main ul.alt-menu > li:hover {
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-clip: padding-box;
    background-position-y: bottom; }
    .nav-main ul.alt-menu > li:hover > a {
      -webkit-border-top-right-radius: 0 !important;
      border-top-right-radius: 0 !important;
      -webkit-border-top-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      background-clip: padding-box;
      background-color: rgba(0, 0, 0, 0.1);
      color: #fff;
      background-image: none;
      background-color: transparent; }
    .nav-main ul.alt-menu > li:hover > a + .submenu > ul > li {
      background-color: #eae5dd; }

.nav-vertical {
  margin-top: 0; }
  .nav-vertical ul.alt-menu > li {
    margin-left: 0; }

.nav-secondary:not(.nav-secondary-alt) ul > li > a {
  font-weight: 500; }

section .section-title {
  font-family: "Lora", serif;
  color: #F6F3EE;
  font-size: 3.5em;
  letter-spacing: -2px;
  padding-top: 1em;
  padding-bottom: .2em;
  position: relative;
  text-align: center;
  width: 100%; }

section.main-top {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 0; }
  section.main-top .holder {
    z-index: 1; }
  section.main-top .column.col-content {
    max-width: 49%; }
  section.main-top .column .-page-header {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    section.main-top {
      display: none; } }
  section.main-top .logo-holder {
    position: relative;
    width: 100%; }
    section.main-top .logo-holder a {
      z-index: 999; }
  section.main-top.main-top-wide .-page-header {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  section.main-top.main-top-wide .logo-holder {
    width: auto;
    display: table;
    padding: 2em; }
  section.main-top.main-top-wide section > .holder {
    max-width: 100% !important; }
  section.main-top.main-top-vertical .-page-header {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  section.main-top.main-top-vertical .logo-holder {
    pointer-events: none;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.main-top.main-top-vertical .logo-holder a {
      pointer-events: all; }
  @media only screen and (max-width: 768px) {
    section.main-top .title,
    section.main-top .subtitle,
    section.main-top .logo-image {
      position: relative; } }
  @media only screen and (max-width: 599px) {
    section.main-top .title,
    section.main-top .subtitle,
    section.main-top .logo-image {
      padding-left: 20px; } }
  section.main-top .logo-image img {
    max-width: 500px; }
  section.main-top .title {
    font-family: "Lora", serif;
    color: #ead8db;
    font-weight: bold;
    letter-spacing: -1px; }
  section.main-top .subtitle {
    font-family: "Satisfy", cursive;
    color: #ead8db;
    font-weight: 500;
    padding-left: 20px; }

section.locations .column:first-child .box-location {
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 80px !important;
  border-top-left-radius: 80px !important;
  background-clip: padding-box; }
  section.locations .column:first-child .box-location .col-img {
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
    background-clip: padding-box; }

section.locations .column:nth-last-child(2) .box-location {
  -webkit-border-top-right-radius: 80px !important;
  border-top-right-radius: 80px !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box; }
  section.locations .column:nth-last-child(2) .box-location .col-img {
    -webkit-border-top-right-radius: 80px !important;
    border-top-right-radius: 80px !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-clip: padding-box; }

@media only screen and (max-width: 768px) {
  section.locations .column .box-location {
    -webkit-border-top-right-radius: 50% 50px !important !important;
    border-top-right-radius: 50% 50px !important !important;
    -webkit-border-top-left-radius: 50% 50px !important !important;
    border-top-left-radius: 50% 50px !important !important;
    background-clip: padding-box; }
    section.locations .column .box-location .col-img {
      -webkit-border-top-right-radius: 50% 50px !important !important;
      border-top-right-radius: 50% 50px !important !important;
      -webkit-border-top-left-radius: 50% 50px !important !important;
      border-top-left-radius: 50% 50px !important !important;
      background-clip: padding-box; } }

.fa-caret-left {
  display: none !important; }

.fa-caret-right {
  display: inline !important; }

/* --- Custom Fonts (Serif Titles, Modern Text) --- */
body.custom-fonts-1 {
  /* -- Global Font -- */
  font-family: "Lora", serif !important;
  /* -- CTAs -- */
  /* -- Titles and Subtitles --*/
  /* -- Smaller items -- */
  /* -- Navigation, Buttons, Mobile Menu, Staff, Obits -- */
  /* --- Other items -- */ }
  body.custom-fonts-1 p, body.custom-fonts-1 section li,
  body.custom-fonts-1 .obits .obit .obit-date {
    font-family: "Lora", serif !important; }
  body.custom-fonts-1 .cta-brand1 .text, body.custom-fonts-1 .cta-brand1 .cta-text, body.custom-fonts-1 .cta-brand1 .cta-text p, body.custom-fonts-1 .cta-brand2 .text, body.custom-fonts-1 .cta-brand2 .cta-text, body.custom-fonts-1 .cta-brand2 .cta-text p, body.custom-fonts-1 .cta-brand3 .text, body.custom-fonts-1 .cta-brand3 .cta-text, body.custom-fonts-1 .cta-brand3 .cta-text p, body.custom-fonts-1 .cta-brand4 .text, body.custom-fonts-1 .cta-brand4 .cta-text, body.custom-fonts-1 .cta-brand4 .cta-text p, body.custom-fonts-1 .cta-brand5 .text, body.custom-fonts-1 .cta-brand5 .cta-text, body.custom-fonts-1 .cta-brand5 .cta-text p, body.custom-fonts-1 .cta-brand6 .text, body.custom-fonts-1 .cta-brand6 .cta-text, body.custom-fonts-1 .cta-brand6 .cta-text p {
    font-family: "Lora", serif !important; }
  body.custom-fonts-1 section.main-top .title, body.custom-fonts-1 section.main-top .subtitle, body.custom-fonts-1 section.main-top .cta-title, body.custom-fonts-1 header.victorian-header .title, body.custom-fonts-1 header.victorian-header .subtitle, body.custom-fonts-1 header.victorian-header .cta-title, body.custom-fonts-1 .logo-mobile .title, body.custom-fonts-1 .logo-mobile .subtitle, body.custom-fonts-1 .logo-mobile .cta-title,
  body.custom-fonts-1 .cta-brand1 .title,
  body.custom-fonts-1 .cta-brand1 .subtitle,
  body.custom-fonts-1 .cta-brand1 .cta-title, body.custom-fonts-1 .cta-brand2 .title, body.custom-fonts-1 .cta-brand2 .subtitle, body.custom-fonts-1 .cta-brand2 .cta-title, body.custom-fonts-1 .cta-brand3 .title, body.custom-fonts-1 .cta-brand3 .subtitle, body.custom-fonts-1 .cta-brand3 .cta-title, body.custom-fonts-1 .cta-brand4 .title, body.custom-fonts-1 .cta-brand4 .subtitle, body.custom-fonts-1 .cta-brand4 .cta-title, body.custom-fonts-1 .cta-brand5 .title, body.custom-fonts-1 .cta-brand5 .subtitle, body.custom-fonts-1 .cta-brand5 .cta-title, body.custom-fonts-1 .cta-brand6 .title, body.custom-fonts-1 .cta-brand6 .subtitle, body.custom-fonts-1 .cta-brand6 .cta-title {
    font-family: "Lora", serif !important; }
  body.custom-fonts-1 h1, body.custom-fonts-1 h2, body.custom-fonts-1 h3, body.custom-fonts-1 h4, body.custom-fonts-1 section .section-title,
  body.custom-fonts-1 h4.lead, body.custom-fonts-1 h4.adrTitle, body.custom-fonts-1 p.lead, body.custom-fonts-1 h4.flor-title, body.custom-fonts-1 label.h4,
  body.custom-fonts-1 .cta-brand5 .cta-info, body.custom-fonts-1 .box-staff-name-title p {
    font-family: "Lora", serif !important; }
  body.custom-fonts-1 .box-staff-name-title p.mb-0, body.custom-fonts-1 .box-staff.box-staff-list .box-staff-name, body.custom-fonts-1 .box-staff h2.box-staff-name {
    font-weight: bold; }
  body.custom-fonts-1 .adrLinks a:not(.btn) span, body.custom-fonts-1 p.flor-item, body.custom-fonts-1 cite.small {
    font-family: "Lora", serif !important; }
  body.custom-fonts-1 .nav-secondary, body.custom-fonts-1 .nav-secondary-alt,
  body.custom-fonts-1 .nav-main, body.custom-fonts-1 .nav-main li, body.custom-fonts-1 .nav-main ul > li > a,
  body.custom-fonts-1 h4.icon, body.custom-fonts-1 .mobile-menu-bar a, body.custom-fonts-1 footer .nav-footer .footer-menu, body.custom-fonts-1 .btn,
  body.custom-fonts-1 .overlay-content {
    font-family: "Poppins", sans-serif !important; }
  body.custom-fonts-1 h4.adrTitle, body.custom-fonts-1 h4.lead, body.custom-fonts-1 .box-staff h2.box-staff-name {
    font-size: xx-large !important; }

/* --- Custom Fonts (Modern Titles, Serif Text) --- */
body.custom-fonts-2 {
  /* -- Global Font -- */
  font-family: "Lora", serif !important;
  /* -- CTAs -- */
  /* -- Titles and Subtitles --*/
  /* -- Navigation, Buttons, Mobile Menu, Staff, Obits -- */
  /* --- Other items -- */ }
  body.custom-fonts-2 p, body.custom-fonts-2 section li,
  body.custom-fonts-2 .obits .obit .obit-date,
  body.custom-fonts-2 .nav-secondary, body.custom-fonts-2 .nav-secondary-alt,
  body.custom-fonts-2 footer .nav-footer .footer-menu {
    font-family: "Lora", serif !important; }
  body.custom-fonts-2 .cta-brand1 .text, body.custom-fonts-2 .cta-brand1 .cta-text, body.custom-fonts-2 .cta-brand1 .cta-text p, body.custom-fonts-2 .cta-brand2 .text, body.custom-fonts-2 .cta-brand2 .cta-text, body.custom-fonts-2 .cta-brand2 .cta-text p, body.custom-fonts-2 .cta-brand3 .text, body.custom-fonts-2 .cta-brand3 .cta-text, body.custom-fonts-2 .cta-brand3 .cta-text p, body.custom-fonts-2 .cta-brand4 .text, body.custom-fonts-2 .cta-brand4 .cta-text, body.custom-fonts-2 .cta-brand4 .cta-text p, body.custom-fonts-2 .cta-brand5 .text, body.custom-fonts-2 .cta-brand5 .cta-text, body.custom-fonts-2 .cta-brand5 .cta-text p, body.custom-fonts-2 .cta-brand6 .text, body.custom-fonts-2 .cta-brand6 .cta-text, body.custom-fonts-2 .cta-brand6 .cta-text p {
    font-family: "Lora", serif !important; }
  body.custom-fonts-2 section.main-top .title, body.custom-fonts-2 section.main-top .subtitle, body.custom-fonts-2 section.main-top .cta-title, body.custom-fonts-2 header.victorian-header .title, body.custom-fonts-2 header.victorian-header .subtitle, body.custom-fonts-2 header.victorian-header .cta-title, body.custom-fonts-2 .logo-mobile .title, body.custom-fonts-2 .logo-mobile .subtitle, body.custom-fonts-2 .logo-mobile .cta-title,
  body.custom-fonts-2 .cta-brand1 .title,
  body.custom-fonts-2 .cta-brand1 .subtitle,
  body.custom-fonts-2 .cta-brand1 .cta-title, body.custom-fonts-2 .cta-brand2 .title, body.custom-fonts-2 .cta-brand2 .subtitle, body.custom-fonts-2 .cta-brand2 .cta-title, body.custom-fonts-2 .cta-brand3 .title, body.custom-fonts-2 .cta-brand3 .subtitle, body.custom-fonts-2 .cta-brand3 .cta-title, body.custom-fonts-2 .cta-brand4 .title, body.custom-fonts-2 .cta-brand4 .subtitle, body.custom-fonts-2 .cta-brand4 .cta-title, body.custom-fonts-2 .cta-brand5 .title, body.custom-fonts-2 .cta-brand5 .subtitle, body.custom-fonts-2 .cta-brand5 .cta-title, body.custom-fonts-2 .cta-brand6 .title, body.custom-fonts-2 .cta-brand6 .subtitle, body.custom-fonts-2 .cta-brand6 .cta-title {
    font-family: "Lora", serif !important; }
  body.custom-fonts-2 h1, body.custom-fonts-2 h2, body.custom-fonts-2 h3, body.custom-fonts-2 h4, body.custom-fonts-2 section .section-title,
  body.custom-fonts-2 h4.lead, body.custom-fonts-2 h4.adrTitle, body.custom-fonts-2 p.lead, body.custom-fonts-2 h4.flor-title, body.custom-fonts-2 label.h4,
  body.custom-fonts-2 .cta-brand5 .cta-info,
  body.custom-fonts-2 .adrLinks a:not(.btn) span, body.custom-fonts-2 p.flor-item, body.custom-fonts-2 cite.small,
  body.custom-fonts-2 .box-staff.box-staff-list .box-staff-name,
  body.custom-fonts-2 .box-staff-name-title p.mb-0 {
    font-family: "Lora", serif !important; }
  body.custom-fonts-2 .nav-main, body.custom-fonts-2 .nav-main li, body.custom-fonts-2 .nav-main ul > li > a,
  body.custom-fonts-2 h4.icon, body.custom-fonts-2 .mobile-menu-bar a, body.custom-fonts-2 .btn,
  body.custom-fonts-2 .overlay-content {
    font-family: "Poppins", sans-serif !important; }
  body.custom-fonts-2 h4.adrTitle, body.custom-fonts-2 h4.lead, body.custom-fonts-2 .box-staff h2.box-staff-name {
    font-size: xx-large !important; }

/* --- Custom Fonts (Cursive Titles, Extra Text) --- */
body.custom-fonts-3 {
  /* -- Global Font -- */
  font-family: "Poppins", sans-serif !important;
  /* -- CTAs -- */
  /* -- Titles and Subtitles --*/
  /* -- Other items -- */
  /* -- Navigation, Buttons, Mobile Menu, Staff, Obits -- */ }
  body.custom-fonts-3 p, body.custom-fonts-3 section li,
  body.custom-fonts-3 .obits .obit .obit-date {
    font-family: "Poppins", sans-serif !important; }
  body.custom-fonts-3 .cta-brand1 .text, body.custom-fonts-3 .cta-brand1 .cta-text, body.custom-fonts-3 .cta-brand1 .cta-text p, body.custom-fonts-3 .cta-brand2 .text, body.custom-fonts-3 .cta-brand2 .cta-text, body.custom-fonts-3 .cta-brand2 .cta-text p, body.custom-fonts-3 .cta-brand3 .text, body.custom-fonts-3 .cta-brand3 .cta-text, body.custom-fonts-3 .cta-brand3 .cta-text p, body.custom-fonts-3 .cta-brand4 .text, body.custom-fonts-3 .cta-brand4 .cta-text, body.custom-fonts-3 .cta-brand4 .cta-text p, body.custom-fonts-3 .cta-brand5 .text, body.custom-fonts-3 .cta-brand5 .cta-text, body.custom-fonts-3 .cta-brand5 .cta-text p, body.custom-fonts-3 .cta-brand6 .text, body.custom-fonts-3 .cta-brand6 .cta-text, body.custom-fonts-3 .cta-brand6 .cta-text p {
    font-family: "Poppins", sans-serif !important; }
  body.custom-fonts-3 section.main-top .title, body.custom-fonts-3 section.main-top .subtitle, body.custom-fonts-3 section.main-top .cta-title, body.custom-fonts-3 header.victorian-header .title, body.custom-fonts-3 header.victorian-header .subtitle, body.custom-fonts-3 header.victorian-header .cta-title, body.custom-fonts-3 .logo-mobile .title, body.custom-fonts-3 .logo-mobile .subtitle, body.custom-fonts-3 .logo-mobile .cta-title,
  body.custom-fonts-3 .cta-brand1 .title,
  body.custom-fonts-3 .cta-brand1 .subtitle,
  body.custom-fonts-3 .cta-brand1 .cta-title, body.custom-fonts-3 .cta-brand2 .title, body.custom-fonts-3 .cta-brand2 .subtitle, body.custom-fonts-3 .cta-brand2 .cta-title, body.custom-fonts-3 .cta-brand3 .title, body.custom-fonts-3 .cta-brand3 .subtitle, body.custom-fonts-3 .cta-brand3 .cta-title, body.custom-fonts-3 .cta-brand4 .title, body.custom-fonts-3 .cta-brand4 .subtitle, body.custom-fonts-3 .cta-brand4 .cta-title, body.custom-fonts-3 .cta-brand5 .title, body.custom-fonts-3 .cta-brand5 .subtitle, body.custom-fonts-3 .cta-brand5 .cta-title, body.custom-fonts-3 .cta-brand6 .title, body.custom-fonts-3 .cta-brand6 .subtitle, body.custom-fonts-3 .cta-brand6 .cta-title {
    font-family: "Satisfy", cursive !important;
    text-transform: none !important;
    font-weight: normal !important; }
  body.custom-fonts-3 .cta-brand5 .cta-info {
    font-family: "Satisfy", cursive !important;
    text-transform: none !important;
    font-weight: normal !important; }
  body.custom-fonts-3 h1, body.custom-fonts-3 h2, body.custom-fonts-3 h3:not(.adrTitle), body.custom-fonts-3 section .section-title {
    font-family: "Satisfy", cursive !important;
    text-transform: none !important;
    letter-spacing: 0 !important; }
  body.custom-fonts-3 h4, body.custom-fonts-3 .adrLinks a:not(.btn) span, body.custom-fonts-3 p.flor-item, body.custom-fonts-3 cite.small {
    font-family: "Poppins", sans-serif !important; }
  body.custom-fonts-3 h4.lead, body.custom-fonts-3 p.lead, body.custom-fonts-3 h4.flor-title, body.custom-fonts-3 h4.-obit-name,
  body.custom-fonts-3 h4.adrTitle, body.custom-fonts-3 label.h4, body.custom-fonts-3 .box-staff-name-title p.mb-0 {
    font-family: "Satisfy", cursive !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1 !important; }
  body.custom-fonts-3 h4.-obit-name, body.custom-fonts-3 .obit-name-text h2, body.custom-fonts-3 h4.adrTitle, body.custom-fonts-3 h4.lead, body.custom-fonts-3 label.h4 {
    font-size: xx-large !important; }
  body.custom-fonts-3 .box-staff.thumb-link .box-staff-name-title p.mb-0, body.custom-fonts-3 .box-staff.box-staff-list .box-staff-name {
    font-size: xx-large !important; }
  body.custom-fonts-3 .nav-secondary, body.custom-fonts-3 .nav-secondary-alt,
  body.custom-fonts-3 .nav-main, body.custom-fonts-3 .nav-main li, body.custom-fonts-3 .nav-main ul > li > a,
  body.custom-fonts-3 h4.icon, body.custom-fonts-3 .mobile-menu-bar a, body.custom-fonts-3 footer .nav-footer .footer-menu, body.custom-fonts-3 .btn,
  body.custom-fonts-3 .overlay-content {
    font-family: "Lora", serif !important; }

/* -- Common --- */
body.custom-fonts-1, body.custom-fonts-2, body.custom-fonts-3 {
  /* -- CTAs -- */
  /* -- CTAs -- */
  /* -- Links -- */
  /* -- Staff Text -- */
  /* -- Nav Text -- */
  /* -- Lead text -- */
  /* -- Mobile Menu -- */ }
  body.custom-fonts-1 .cta-brand1 .title, body.custom-fonts-1 .cta-brand1 .cta-title, body.custom-fonts-1 .cta-brand2 .title, body.custom-fonts-1 .cta-brand2 .cta-title, body.custom-fonts-1 .cta-brand3 .title, body.custom-fonts-1 .cta-brand3 .cta-title, body.custom-fonts-1 .cta-brand4 .title, body.custom-fonts-1 .cta-brand4 .cta-title, body.custom-fonts-1 .cta-brand5 .title, body.custom-fonts-1 .cta-brand5 .cta-title, body.custom-fonts-1 .cta-brand6 .title, body.custom-fonts-1 .cta-brand6 .cta-title, body.custom-fonts-2 .cta-brand1 .title, body.custom-fonts-2 .cta-brand1 .cta-title, body.custom-fonts-2 .cta-brand2 .title, body.custom-fonts-2 .cta-brand2 .cta-title, body.custom-fonts-2 .cta-brand3 .title, body.custom-fonts-2 .cta-brand3 .cta-title, body.custom-fonts-2 .cta-brand4 .title, body.custom-fonts-2 .cta-brand4 .cta-title, body.custom-fonts-2 .cta-brand5 .title, body.custom-fonts-2 .cta-brand5 .cta-title, body.custom-fonts-2 .cta-brand6 .title, body.custom-fonts-2 .cta-brand6 .cta-title, body.custom-fonts-3 .cta-brand1 .title, body.custom-fonts-3 .cta-brand1 .cta-title, body.custom-fonts-3 .cta-brand2 .title, body.custom-fonts-3 .cta-brand2 .cta-title, body.custom-fonts-3 .cta-brand3 .title, body.custom-fonts-3 .cta-brand3 .cta-title, body.custom-fonts-3 .cta-brand4 .title, body.custom-fonts-3 .cta-brand4 .cta-title, body.custom-fonts-3 .cta-brand5 .title, body.custom-fonts-3 .cta-brand5 .cta-title, body.custom-fonts-3 .cta-brand6 .title, body.custom-fonts-3 .cta-brand6 .cta-title {
    font-weight: bold;
    line-height: 1.1; }
  body.custom-fonts-1 .cta-brand1 .text, body.custom-fonts-1 .cta-brand1 .cta-text, body.custom-fonts-1 .cta-brand1 .cta-text p, body.custom-fonts-1 .cta-brand2 .text, body.custom-fonts-1 .cta-brand2 .cta-text, body.custom-fonts-1 .cta-brand2 .cta-text p, body.custom-fonts-1 .cta-brand3 .text, body.custom-fonts-1 .cta-brand3 .cta-text, body.custom-fonts-1 .cta-brand3 .cta-text p, body.custom-fonts-1 .cta-brand4 .text, body.custom-fonts-1 .cta-brand4 .cta-text, body.custom-fonts-1 .cta-brand4 .cta-text p, body.custom-fonts-1 .cta-brand5 .text, body.custom-fonts-1 .cta-brand5 .cta-text, body.custom-fonts-1 .cta-brand5 .cta-text p, body.custom-fonts-1 .cta-brand6 .text, body.custom-fonts-1 .cta-brand6 .cta-text, body.custom-fonts-1 .cta-brand6 .cta-text p, body.custom-fonts-2 .cta-brand1 .text, body.custom-fonts-2 .cta-brand1 .cta-text, body.custom-fonts-2 .cta-brand1 .cta-text p, body.custom-fonts-2 .cta-brand2 .text, body.custom-fonts-2 .cta-brand2 .cta-text, body.custom-fonts-2 .cta-brand2 .cta-text p, body.custom-fonts-2 .cta-brand3 .text, body.custom-fonts-2 .cta-brand3 .cta-text, body.custom-fonts-2 .cta-brand3 .cta-text p, body.custom-fonts-2 .cta-brand4 .text, body.custom-fonts-2 .cta-brand4 .cta-text, body.custom-fonts-2 .cta-brand4 .cta-text p, body.custom-fonts-2 .cta-brand5 .text, body.custom-fonts-2 .cta-brand5 .cta-text, body.custom-fonts-2 .cta-brand5 .cta-text p, body.custom-fonts-2 .cta-brand6 .text, body.custom-fonts-2 .cta-brand6 .cta-text, body.custom-fonts-2 .cta-brand6 .cta-text p, body.custom-fonts-3 .cta-brand1 .text, body.custom-fonts-3 .cta-brand1 .cta-text, body.custom-fonts-3 .cta-brand1 .cta-text p, body.custom-fonts-3 .cta-brand2 .text, body.custom-fonts-3 .cta-brand2 .cta-text, body.custom-fonts-3 .cta-brand2 .cta-text p, body.custom-fonts-3 .cta-brand3 .text, body.custom-fonts-3 .cta-brand3 .cta-text, body.custom-fonts-3 .cta-brand3 .cta-text p, body.custom-fonts-3 .cta-brand4 .text, body.custom-fonts-3 .cta-brand4 .cta-text, body.custom-fonts-3 .cta-brand4 .cta-text p, body.custom-fonts-3 .cta-brand5 .text, body.custom-fonts-3 .cta-brand5 .cta-text, body.custom-fonts-3 .cta-brand5 .cta-text p, body.custom-fonts-3 .cta-brand6 .text, body.custom-fonts-3 .cta-brand6 .cta-text, body.custom-fonts-3 .cta-brand6 .cta-text p {
    font-weight: 500; }
  body.custom-fonts-1 .-section_text p a:not(.btn), body.custom-fonts-1 .-section_text a:not(.btn), body.custom-fonts-1 .box-florist a:not(.btn), body.custom-fonts-1 .adrLinks a:not(.btn) span, body.custom-fonts-1 .pagenav li a, body.custom-fonts-1 h4.flor-title, body.custom-fonts-1 h4.adrTitle, body.custom-fonts-2 .-section_text p a:not(.btn), body.custom-fonts-2 .-section_text a:not(.btn), body.custom-fonts-2 .box-florist a:not(.btn), body.custom-fonts-2 .adrLinks a:not(.btn) span, body.custom-fonts-2 .pagenav li a, body.custom-fonts-2 h4.flor-title, body.custom-fonts-2 h4.adrTitle, body.custom-fonts-3 .-section_text p a:not(.btn), body.custom-fonts-3 .-section_text a:not(.btn), body.custom-fonts-3 .box-florist a:not(.btn), body.custom-fonts-3 .adrLinks a:not(.btn) span, body.custom-fonts-3 .pagenav li a, body.custom-fonts-3 h4.flor-title, body.custom-fonts-3 h4.adrTitle {
    font-weight: bold; }
  body.custom-fonts-1 h5.box-staff-title, body.custom-fonts-1 .box-staff-name-title p.mb-0, body.custom-fonts-1 .box-staff.box-staff-list .box-staff-name, body.custom-fonts-1 .box-staff h2.box-staff-name, body.custom-fonts-2 h5.box-staff-title, body.custom-fonts-2 .box-staff-name-title p.mb-0, body.custom-fonts-2 .box-staff.box-staff-list .box-staff-name, body.custom-fonts-2 .box-staff h2.box-staff-name, body.custom-fonts-3 h5.box-staff-title, body.custom-fonts-3 .box-staff-name-title p.mb-0, body.custom-fonts-3 .box-staff.box-staff-list .box-staff-name, body.custom-fonts-3 .box-staff h2.box-staff-name {
    font-weight: 500;
    letter-spacing: 0 !important; }
  body.custom-fonts-1 .nav-main > ul > li > a,
  body.custom-fonts-1 .nav-secondary, body.custom-fonts-1 .nav-secondary-alt, body.custom-fonts-1 .nav-secondary:not(.nav-secondary-alt) ul > li > a,
  body.custom-fonts-1 footer .nav-footer .footer-menu, body.custom-fonts-1 footer ul.footer-menu a,
  body.custom-fonts-1 .btn, body.custom-fonts-1 .btn .small, body.custom-fonts-2 .nav-main > ul > li > a,
  body.custom-fonts-2 .nav-secondary, body.custom-fonts-2 .nav-secondary-alt, body.custom-fonts-2 .nav-secondary:not(.nav-secondary-alt) ul > li > a,
  body.custom-fonts-2 footer .nav-footer .footer-menu, body.custom-fonts-2 footer ul.footer-menu a,
  body.custom-fonts-2 .btn, body.custom-fonts-2 .btn .small, body.custom-fonts-3 .nav-main > ul > li > a,
  body.custom-fonts-3 .nav-secondary, body.custom-fonts-3 .nav-secondary-alt, body.custom-fonts-3 .nav-secondary:not(.nav-secondary-alt) ul > li > a,
  body.custom-fonts-3 footer .nav-footer .footer-menu, body.custom-fonts-3 footer ul.footer-menu a,
  body.custom-fonts-3 .btn, body.custom-fonts-3 .btn .small {
    text-transform: uppercase; }
  body.custom-fonts-1 .nav-main, body.custom-fonts-1 .nav-main li, body.custom-fonts-1 .nav-main ul > li > a,
  body.custom-fonts-1 .nav-secondary, body.custom-fonts-1 .nav-secondary-alt, body.custom-fonts-1 .nav-secondary:not(.nav-secondary-alt) ul > li > a,
  body.custom-fonts-1 footer .nav-footer .footer-menu, body.custom-fonts-1 footer ul.footer-menu a,
  body.custom-fonts-1 .btn, body.custom-fonts-1 .btn .small, body.custom-fonts-2 .nav-main, body.custom-fonts-2 .nav-main li, body.custom-fonts-2 .nav-main ul > li > a,
  body.custom-fonts-2 .nav-secondary, body.custom-fonts-2 .nav-secondary-alt, body.custom-fonts-2 .nav-secondary:not(.nav-secondary-alt) ul > li > a,
  body.custom-fonts-2 footer .nav-footer .footer-menu, body.custom-fonts-2 footer ul.footer-menu a,
  body.custom-fonts-2 .btn, body.custom-fonts-2 .btn .small, body.custom-fonts-3 .nav-main, body.custom-fonts-3 .nav-main li, body.custom-fonts-3 .nav-main ul > li > a,
  body.custom-fonts-3 .nav-secondary, body.custom-fonts-3 .nav-secondary-alt, body.custom-fonts-3 .nav-secondary:not(.nav-secondary-alt) ul > li > a,
  body.custom-fonts-3 footer .nav-footer .footer-menu, body.custom-fonts-3 footer ul.footer-menu a,
  body.custom-fonts-3 .btn, body.custom-fonts-3 .btn .small {
    font-weight: 500; }
  body.custom-fonts-1 h4.lead, body.custom-fonts-1 h4.adrTitle, body.custom-fonts-1 p.lead, body.custom-fonts-2 h4.lead, body.custom-fonts-2 h4.adrTitle, body.custom-fonts-2 p.lead, body.custom-fonts-3 h4.lead, body.custom-fonts-3 h4.adrTitle, body.custom-fonts-3 p.lead {
    font-size: x-large; }
  body.custom-fonts-1 h4.icon, body.custom-fonts-1 .mobile-menu-bar ul li, body.custom-fonts-2 h4.icon, body.custom-fonts-2 .mobile-menu-bar ul li, body.custom-fonts-3 h4.icon, body.custom-fonts-3 .mobile-menu-bar ul li {
    font-size: 100%;
    font-weight: 500; }
  body.custom-fonts-1 .overlay li, body.custom-fonts-1 .overlay li a, body.custom-fonts-1 .overlay strong, body.custom-fonts-2 .overlay li, body.custom-fonts-2 .overlay li a, body.custom-fonts-2 .overlay strong, body.custom-fonts-3 .overlay li, body.custom-fonts-3 .overlay li a, body.custom-fonts-3 .overlay strong {
    font-weight: normal; }

/* -- Specific opt-in Overrides -- */
body .box-cursive p, body h1.cursive, body h2.cursive, body h3.cursive, body.custom-fonts-1 .box-cursive p, body.custom-fonts-1 h1.cursive, body.custom-fonts-1 h2.cursive, body.custom-fonts-1 h3.cursive, body.custom-fonts-2 .box-cursive p, body.custom-fonts-2 h1.cursive, body.custom-fonts-2 h2.cursive, body.custom-fonts-2 h3.cursive, body.custom-fonts-3 .box-cursive p, body.custom-fonts-3 h1.cursive, body.custom-fonts-3 h2.cursive, body.custom-fonts-3 h3.cursive {
  font-family: "Satisfy", cursive !important; }

body .box-serif p, body h1.serif, body h2.serif, body h3.serif, body.custom-fonts-1 .box-serif p, body.custom-fonts-1 h1.serif, body.custom-fonts-1 h2.serif, body.custom-fonts-1 h3.serif, body.custom-fonts-2 .box-serif p, body.custom-fonts-2 h1.serif, body.custom-fonts-2 h2.serif, body.custom-fonts-2 h3.serif, body.custom-fonts-3 .box-serif p, body.custom-fonts-3 h1.serif, body.custom-fonts-3 h2.serif, body.custom-fonts-3 h3.serif {
  font-family: "Lora", serif !important; }

body .box-sansserif p, body h1.sansserif, body h2.sansserif, body h3.sansserif, body.custom-fonts-1 .box-sansserif p, body.custom-fonts-1 h1.sansserif, body.custom-fonts-1 h2.sansserif, body.custom-fonts-1 h3.sansserif, body.custom-fonts-2 .box-sansserif p, body.custom-fonts-2 h1.sansserif, body.custom-fonts-2 h2.sansserif, body.custom-fonts-2 h3.sansserif, body.custom-fonts-3 .box-sansserif p, body.custom-fonts-3 h1.sansserif, body.custom-fonts-3 h2.sansserif, body.custom-fonts-3 h3.sansserif {
  font-family: "Lora", serif !important; }

body .box-fontextra p, body h1.fontextra, body h2.fontextra, body h3.fontextra, body.custom-fonts-1 .box-fontextra p, body.custom-fonts-1 h1.fontextra, body.custom-fonts-1 h2.fontextra, body.custom-fonts-1 h3.fontextra, body.custom-fonts-2 .box-fontextra p, body.custom-fonts-2 h1.fontextra, body.custom-fonts-2 h2.fontextra, body.custom-fonts-2 h3.fontextra, body.custom-fonts-3 .box-fontextra p, body.custom-fonts-3 h1.fontextra, body.custom-fonts-3 h2.fontextra, body.custom-fonts-3 h3.fontextra {
  font-family: "Poppins", sans-serif !important; }
