@charset "UTF-8";
.toggles .toggle {
  margin-bottom: 20px;
}
.toggles .toggle .toggle-title a {
  background-color: #CDA74D;
  border-radius: 4px;
  font-size: 20px !important;
  line-height: normal !important;
  padding: 25px 14px 25px 43px;
  color: #fff;
  transition: 0.1s;
}
@media (max-width: 690px) {
  .toggles .toggle .toggle-title a {
    font-size: 18px !important;
    padding: 20px 14px 20px 43px;
  }
}
.toggles .toggle .toggle-title a i {
  top: 28px;
  color: #fff;
}
@media (max-width: 690px) {
  .toggles .toggle .toggle-title a i {
    top: 22px;
  }
}
.toggles .toggle.open .toggle-title a {
  border-radius: 4px 4px 0 0;
}
.toggles .toggle > div {
  border-radius: 0 0 4px 4px;
  box-shadow: none;
}
.toggles .toggle > div .inner-toggle-wrap {
  padding: 40px !important;
  background-color: #F1F1F1;
}
@media (max-width: 1200px) {
  .toggles .toggle > div .inner-toggle-wrap {
    padding: 30px !important;
  }
}
@media (max-width: 690px) {
  .toggles .toggle > div .inner-toggle-wrap {
    padding: 20px !important;
  }
}
.toggles .toggle > div .inner-toggle-wrap h3 {
  font-size: 24px;
}
.nectar-fancy-box[data-style="color_box_basic"] {
  padding: 40px;
  border: 2px solid #CDA74D;
  border-radius: 4px;
}
@media (max-width: 690px) {
  .nectar-fancy-box[data-style="color_box_basic"] {
    padding: 20px;
  }
}
.nectar-fancy-box[data-style="color_box_basic"] .inner h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .nectar-fancy-box[data-style="color_box_basic"] .inner h2 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .nectar-fancy-box[data-style="color_box_basic"] .inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 690px) {
  .nectar-fancy-box[data-style="color_box_basic"] .inner h2 {
    font-size: 28px;
  }
}
.nectar-fancy-box[data-style="color_box_basic"] .inner img {
  margin-bottom: 0;
  border-radius: 4px;
}
.nectar-fancy-box[data-style="color_box_basic"] .inner .btn {
  width: 100%;
}
.nectar-fancy-box[data-style="image_above_text_underline"] {
  border-radius: 4px;
}
.nectar-fancy-box[data-style="image_above_text_underline"] .text {
  padding: 20px;
  text-align: center;
  background-color: #CDA74D;
}
.nectar-fancy-box[data-style="image_above_text_underline"] .text h3 {
  color: #fff;
  font-size: 25px;
  background: none;
}
@media (max-width: 1200px) {
  .nectar-fancy-box[data-style="image_above_text_underline"] .text h3 {
    font-size: 22px;
  }
}
@media (max-width: 690px) {
  .nectar-fancy-box[data-style="image_above_text_underline"] .text h3 {
    font-size: 20px;
  }
}
.btn, button:not(.gm-control-active) {
  border-radius: 4px;
  background-color: #CDA74D;
  color: #fff !important;
  padding: 15px 30px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 20px;
  text-align: center;
}
.btn:hover, button:not(.gm-control-active):hover {
  opacity: 0.85;
}
.btn i, button:not(.gm-control-active) i {
  margin-right: 5px;
  top: 0;
}
@media (max-width: 690px) {
  .btn, button:not(.gm-control-active) {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.btn.white, button:not(.gm-control-active).white {
  background-color: #fff;
  color: #333 !important;
}
.btn.white:after, button:not(.gm-control-active).white:after {
  background-color: #333;
  color: #fff;
}
.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
#footer-outer {
  font-size: 18px;
}
@media (max-width: 1400px) {
  #footer-outer {
    font-size: 16px;
  }
}
#footer-outer .row {
  display: flex;
  padding: 60px 0 !important;
  flex-wrap: wrap;
}
@media (max-width: 690px) {
  #footer-outer .row {
    padding: 30px 0 !important;
  }
}
#footer-outer .row .span_3 {
  margin-right: 50px;
}
#footer-outer .row .span_3:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1400px) {
  #footer-outer .row .span_3 {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  #footer-outer .row .span_3 {
    width: 47%;
    padding-right: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 690px) {
  #footer-outer .row .span_3 {
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    text-align: center;
  }
}
#footer-outer .row img {
  height: 80px;
  width: auto;
}
#footer-outer .row a:hover {
  color: #CDA74D !important;
}
#footer-outer .row i {
  color: #CDA74D;
  margin-right: 7px;
  font-family: "Font Awesome 6 Pro";
}
#footer-outer #copyright {
  text-align: center !important;
  padding: 30px 15px !important;
  justify-content: center;
  border-top: 1px solid #F1F1F1 !important;
}
a {
  transition: 0.3s;
}
.border-top > .row-bg-wrap {
  border-top: 1px solid #F1F1F1;
}
.border-bottom > .row-bg-wrap {
  border-bottom: 1px solid #F1F1F1;
}
.border-radius {
  border-radius: 4px;
}
table {
  font-size: 20px;
}
@media (max-width: 690px) {
  table {
    font-size: 16px;
    line-height: normal;
  }
}
table th {
  background-color: #CDA74D;
  color: #fff;
  padding: 20px !important;
}
@media (max-width: 690px) {
  table th {
    padding: 10px;
  }
}
table td {
  font-size: 18px !important;
  padding: 20px !important;
}
@media (max-width: 690px) {
  table td {
    font-size: 16px !important;
    padding: 10px !important;
  }
}
.nectar-global-section.nectar_hook_before_secondary_header {
  background-color: #CDA74D;
}
.header-top {
  color: #fff;
  padding: 10px 0 !important;
  font-size: 18px;
}
.header-top .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .header-top .vc_column-inner > .wpb_wrapper {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .header-top {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .header-top {
    font-size: 15px;
  }
}
.header-top .wpb_text_column {
  margin-bottom: 0 !important;
}
@media (max-width: 1000px) {
  .header-top .wpb_text_column:first-child {
    display: none;
  }
}
.header-top .wpb_text_column:first-child p:before {
  content: "";
  color: #23A647;
  font-family: "Font Awesome 6 Pro";
  margin-right: 7px;
  font-weight: 900;
}
.header-top .wpb_text_column:nth-child(2) p {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 690px) {
  .header-top .wpb_text_column:nth-child(2) p {
    font-size: 0;
  }
}
.header-top .wpb_text_column:nth-child(2) p img {
  margin-right: 15px;
  margin-bottom: 0;
  width: 65px !important;
}
.header-top .wpb_text_column:last-child {
  text-align: right;
}
.header-top .wpb_text_column:last-child i {
  top: 0;
  color: #23A647;
  margin-right: 3px;
}
.header-top .wpb_text_column:last-child a {
  color: #fff;
  margin-left: 3px;
  font-weight: 600;
}
@media (max-width: 999px) {
  #header-outer {
    padding: 0 !important;
  }
}
@media (max-width: 999px) {
  #header-outer header#top {
    padding: 15px 0 !important;
  }
}
@media (max-width: 1300px) {
  #header-outer header#top #logo img {
    height: 70px;
  }
}
#header-outer header#top .sf-menu > li.current-menu-item a span .sub-menu, #header-outer header#top .sf-menu > li:hover a span .sub-menu {
  color: #333;
}
#header-outer header#top .sf-menu > li a {
  font-size: 18px;
  font-family: "Noto Serif", serif;
  color: #333;
  font-weight: 400;
}
@media (max-width: 1250px) {
  #header-outer header#top .sf-menu > li a {
    font-size: 16px !important;
  }
}
#header-outer header#top .sf-menu > li .sub-menu li a {
  background-color: transparent !important;
  font-size: 17px !important;
  color: #333 !important;
  line-height: normal !important;
}
@media (max-width: 1300px) {
  #header-outer header#top .buttons {
    margin-left: 15px !important;
  }
}
#search-outer {
  display: none;
}
#search-outer:before {
  display: none;
}
#header-outer #mobile-menu ul li > a {
  font-size: 20px !important;
  color: #333;
}
@media (max-width: 690px) {
  #header-outer #mobile-menu ul li > a {
    font-size: 18px !important;
  }
}
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
  background-color: transparent !important;
}
.container-wrap {
  padding: 0 !important;
}
.content-row {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .content-row {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 690px) {
  .content-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.content-row.small {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 690px) {
  .content-row.small {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
.content-row.p0 {
  padding: 0 !important;
}
.content-row.pt0 {
  padding-top: 0 !important;
}
.content-row.pb0 {
  padding-bottom: 0 !important;
}
.content-row.gold {
  color: #fff !important;
}
.content-row.gold > .row-bg-wrap {
  background-color: #CDA74D;
}
.content-row.gold h2, .content-row.gold h3, .content-row.gold h4, .content-row.gold a, .content-row.gold .nectar-scrolling-text-inner__text-chunk {
  color: #fff;
}
.content-row.dark {
  color: #fff !important;
}
.content-row.dark > .row-bg-wrap {
  background-color: #333;
}
.content-row.dark h2, .content-row.dark h3, .content-row.dark h4, .content-row.dark a, .content-row.dark .nectar-scrolling-text-inner__text-chunk {
  color: #fff;
}
.content-row.grey > .row-bg-wrap {
  background-color: #F1F1F1;
}
.inner-row {
  padding: 100px !important;
}
.inner-row .vc_column-inner {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .inner-row {
    padding: 80px !important;
  }
}
@media (max-width: 1200px) {
  .inner-row {
    padding: 70px !important;
  }
}
@media (max-width: 1100px) {
  .inner-row {
    padding: 50px !important;
  }
}
@media (max-width: 690px) {
  .inner-row {
    padding: 50px 30px !important;
  }
}
.inner-row.grey {
  background-color: #F1F1F1;
}
.inner-row.dark {
  background-color: #333;
  color: #fff;
}
.inner-row.dark h1, .inner-row.dark h2, .inner-row.dark h3, .inner-row.dark h4, .inner-row.dark a {
  color: #fff;
}
.hero {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.hero .row-bg-wrap .row-bg {
  background-position: center !important;
}
@media (max-width: 1200px) {
  .hero {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 690px) {
  .hero {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.hero .wpb_column {
  margin-bottom: 0 !important;
}
.hero h1 {
  margin-bottom: 40px !important;
}
@media (max-width: 1400px) {
  .hero h1 {
    margin-bottom: 30px !important;
  }
}
.hero p {
  font-weight: 400;
  margin-bottom: 30px !important;
}
@media (max-width: 1400px) {
  .hero p {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 690px) {
  .hero p {
    font-weight: 300;
  }
}
.hero p:last-child {
  margin-bottom: 0 !important;
}
.cta .wpb_text_column > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .cta .wpb_text_column > .wpb_wrapper {
    font-size: 20px;
  }
}
.cta .wpb_text_column > .wpb_wrapper p:first-child {
  width: 75%;
  padding-right: 70px;
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .cta .wpb_text_column > .wpb_wrapper p:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.cta .wpb_text_column > .wpb_wrapper p:last-child {
  width: 25%;
}
@media (max-width: 1100px) {
  .cta .wpb_text_column > .wpb_wrapper p:last-child {
    width: 100%;
    text-align: center;
  }
}
.contained {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  .contained {
    width: calc(100% - 200px);
  }
}
@media (max-width: 999px) {
  .contained {
    width: 88%;
    margin: 0 auto;
  }
}
.contained.col5 {
  max-width: 600px;
}
.contained.col6 {
  max-width: 730px;
}
.contained.col7 {
  max-width: 850px;
}
@media (max-width: 1399px) {
  .contained.col7 {
    max-width: 730px;
  }
}
.contained.col8 {
  max-width: 970px;
}
@media (max-width: 1399px) {
  .contained.col8 {
    max-width: 850px;
  }
}
.contained.col9 {
  max-width: 1100px;
}
.contained.col10 {
  max-width: 1230px;
}
@media (max-width: 1399px) {
  .contained.col10 {
    max-width: 1100px;
  }
}
#team-row img {
  border-radius: 200px;
}
.mt {
  margin-top: 35px !important;
}
@media (max-width: 999px) {
  .mt-tablet {
    margin-top: 35px !important;
  }
}
@media (max-width: 690px) {
  .mt-mobile {
    margin-top: 35px !important;
  }
}
.mb {
  margin-bottom: 35px !important;
}
@media (max-width: 999px) {
  .mb-tablet {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 690px) {
  .mb-mobile {
    margin-bottom: 35px !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
#obituary-list .nectar-post-grid .nectar-post-grid-item {
  border-bottom: 1px solid #F1F1F1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
#obituary-list .nectar-post-grid .nectar-post-grid-item .inner .nectar-post-grid-item-bg-wrap {
  width: 15%;
}
#obituary-list .nectar-post-grid .nectar-post-grid-item .inner .nectar-post-grid-item-bg-wrap img {
  border-radius: 100px;
}
#obituary-list .nectar-post-grid .nectar-post-grid-item .inner .content:hover .nectar-post-grid-item__read-more .link_text {
  opacity: 0.8 !important;
  transition: 0.3s;
}
#obituary-list .nectar-post-grid .nectar-post-grid-item .inner .content .nectar-post-grid-item__read-more .link_text {
  color: #CDA74D;
  font-family: "Noto Serif", serif;
  font-weight: 600;
}
#obituary-list .nectar-post-grid .nectar-post-grid-item .inner .content .nectar-post-grid-item__read-more svg {
  display: none;
}
.meta-category a {
  pointer-events: none;
}
.category-obituaries .row.featured-media-under-header {
  background-color: #F1F1F1;
  margin-bottom: 100px;
}
.category-obituaries .row.featured-media-under-header .featured-media-under-header__featured-media {
  padding: 0 !important;
  margin-top: 30px;
}
.category-obituaries .row.featured-media-under-header .featured-media-under-header__featured-media .post-featured-img {
  display: flex;
  justify-content: center;
  position: relative;
}
.category-obituaries .row.featured-media-under-header .featured-media-under-header__featured-media .post-featured-img img {
  width: 125px;
  height: 125px;
  border-radius: 200px;
  position: relative;
}
.material .wpb_content_element, .material .wpb_row {
  margin-bottom: 1.7em;
}
.span_12.light .wpb_text_column a:not(:hover) {
  opacity: 1;
}
body.material #search-outer #search #search-box input[type="text"] {
  font-family: "Manrope", sans-serif;
}
#testimonials-row blockquote.nectar_single_testimonial {
  font-family: "Manrope", serif;
  font-size: 20px !important;
  color: #333 !important;
  border: 1px solid #CDA74D;
  padding: 40px;
}
@media (max-width: 690px) {
  #testimonials-row blockquote.nectar_single_testimonial {
    font-size: 18px !important;
    padding: 20px;
  }
}
#testimonials-row blockquote.nectar_single_testimonial .inner {
  display: flex;
  flex-wrap: wrap;
}
#testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta {
  order: -1;
  text-align: center;
}
@media (max-width: 690px) {
  #testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta {
    width: 100%;
    text-align: left;
  }
}
#testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta .image-icon {
  position: relative;
  margin-right: 0;
  margin-bottom: 25px;
}
@media (max-width: 690px) {
  #testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta .image-icon {
    display: block;
  }
}
#testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta .wrap {
  margin-left: 10px;
}
@media (max-width: 690px) {
  #testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta .wrap {
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
#testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta .wrap span {
  font-size: 18px;
  font-weight: 600;
}
#testimonials-row blockquote.nectar_single_testimonial .inner .testimonial-meta .wrap .title {
  font-size: 16px;
  margin-top: 10px;
}
#testimonials-row blockquote.nectar_single_testimonial .inner .quote-wrapper {
  width: 100%;
  padding-left: 50px;
  line-height: 1.7em;
}
@media (max-width: 690px) {
  #testimonials-row blockquote.nectar_single_testimonial .inner .quote-wrapper {
    padding-left: 0;
  }
}
#testimonials-row blockquote.nectar_single_testimonial .inner .quote-wrapper:last-child {
  padding-bottom: 0;
}
.testimonial_slider blockquote {
  font-family: "Noto Serif", serif;
  font-size: 30px !important;
  color: #333 !important;
}
@media (max-width: 1200px) {
  .testimonial_slider blockquote {
    font-size: 25px !important;
  }
}
@media (max-width: 690px) {
  .testimonial_slider blockquote {
    font-size: 20px !important;
  }
}
.testimonial_slider blockquote p {
  line-height: 1.5em;
}
.testimonial_slider blockquote .testimonial-name {
  font-family: "Manrope", sans-serif;
  font-size: 25px !important;
  color: #333 !important;
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .testimonial_slider blockquote .testimonial-name {
    font-size: 22px !important;
  }
}
@media (max-width: 690px) {
  .testimonial_slider blockquote .testimonial-name {
    font-size: 18px !important;
    margin-top: 0 !important;
  }
}
.testimonial_slider .controls {
  position: relative;
  bottom: 0;
}
.testimonial_slider .controls li .pagination-switch {
  background-color: #333 !important;
  width: 14px !important;
  height: 14px !important;
}
.testimonial_slider .controls li .pagination-switch.active {
  background-color: #CDA74D !important;
  border-color: #CDA74D !important;
}
body {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7em;
  color: #333;
}
@media (max-width: 690px) {
  body {
    font-size: 18px;
  }
}
body .bold, body b, body strong {
  font-weight: 500;
}
h1, h2, h3, h4 {
  font-family: "Noto Serif", serif;
  color: #333;
}
h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 690px) {
  h1 {
    font-size: 30px;
  }
}
h1 em {
  font-weight: 400;
}
h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 690px) {
  h2 {
    font-size: 28px;
  }
}
h2 em {
  font-weight: 400;
}
h2 .bold, h2 b, h2 strong {
  font-weight: 800;
}
h3 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 690px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 1400px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 690px) {
  h4 {
    font-size: 22px;
  }
}
.large-text {
  font-size: 24px;
}
