@charset "UTF-8";
/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
nav.site-nav {
  width: 100%;
}
nav.site-nav ul li {
  list-style-type: none;
}
nav.site-nav .menu {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 0;
}
nav.site-nav .menu li.menu-item {
  margin: 0 14px;
}
nav.site-nav .menu li.menu-item a {
  font-family: "Bitter", serif;
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 2px solid rgba(33, 78, 64, 0);
  transition: all 0.2s ease;
}
nav.site-nav .menu li.menu-item a:hover {
  color: #e59d6d;
}
nav.site-nav .menu li.menu-item.current-menu-item a {
  color: #e59d6d;
}
nav.site-nav .menu li.menu-item ul.sub-menu {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  min-width: 240px;
  text-align: left;
}
nav.site-nav .menu li.menu-item ul.sub-menu li {
  width: 100%;
  margin: 0;
}
nav.site-nav .menu li.menu-item ul.sub-menu li a {
  padding: 6px 9px;
  color: #235B7F;
  border-bottom: none;
}
nav.site-nav .menu li.menu-item ul.sub-menu li:hover {
  color: #9B3426;
  background-color: #efefef;
}
nav.site-nav .menu li.menu-item ul.sub-menu li:hover a {
  color: #9B3426;
}
nav.site-nav .menu li.menu-item ul.sub-menu li ul.sub-menu li {
  margin: 0;
  padding-left: 8px;
}
nav.site-nav .menu li.menu-item ul.sub-menu li ul.sub-menu li a {
  color: #71767a;
  font-size: 15px;
}
nav.site-nav .menu li.menu-item:hover ul.sub-menu {
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}
h1 {
  color: #9B3426;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}
@media (min-width: 760px) {
  h1 {
    font-size: 45px;
    line-height: 48px;
  }
}
h1.script {
  font-size: clamp(4vw, 9vw + 1rem, 6rem);
}
h1 > .script {
  font-size: clamp(4vw, 9vw + 1rem, 6rem);
}

h2 {
  color: #2C1A3E;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
h2.line::after {
  content: "";
  display: block;
  width: 70px;
  background-color: #BED600;
  height: 3px;
  position: relative;
  margin: 20px 0 25px;
}
h2.line.center::after {
  margin: 20px auto 25px;
}
h2 + h3 {
  margin-top: -10px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #966098;
}
h3 + h4 {
  margin-top: 15px;
}

h4 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #235B7F;
}

strong {
  font-weight: bold;
}

.script {
  font-family: "Ooh Baby", serif;
}
.script.big {
  font-size: 46px;
  line-height: 56px;
  margin: 15px 0 0;
}
@media (min-width: 760px) {
  .script.big {
    font-size: 87px;
    line-height: 90px;
    margin: 20px 0 10px;
  }
}
.script.brush {
  font-size: 55px;
  line-height: 60px;
  margin: 15px 0;
  position: relative;
  display: block;
  color: #FCB852;
}
@media (min-width: 760px) {
  .script.brush {
    font-size: 87px;
    line-height: 90px;
    margin: 20px 0;
  }
}
.script.brush::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("images/brushstroke.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 239px;
  height: 111px;
  left: -39px;
  top: -13px;
  z-index: -1;
}

.headline {
  font-family: "Bitter", serif;
}

.burgundy {
  color: #9B3426;
}

.blue {
  color: #235B7F;
}

.nv-content-wrap ul {
  padding-left: 40px;
}
.nv-content-wrap ul li {
  margin-top: 5px;
}

.btn, .white a.btn, .tan a.btn {
  display: inline-block;
  background-color: #FCB852;
  border: 2px solid #FCB852;
  color: #2C1A3E;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 40px;
  border-radius: 14px 0 14px 0;
  transition: all 0.2s ease;
}
.btn:hover, .white a.btn:hover, .tan a.btn:hover {
  transition: all 0.2s ease;
  background-color: #2C1A3E;
  border: 2px solid #FCB852;
  color: #FFFFFF;
}
.btn.reversed, .white a.btn.reversed, .tan a.btn.reversed {
  background-color: #2C1A3E;
  color: #FFFFFF;
}
.btn.reversed:hover, .white a.btn.reversed:hover, .tan a.btn.reversed:hover {
  background-color: #FCB852;
  color: #2C1A3E;
}
.btn.white, .white a.btn.white, .tan a.btn.white {
  background-color: #FFFFFF;
  color: #2C1A3E;
  border: 2px solid #2C1A3E;
}
.btn.white:hover, .white a.btn.white:hover, .tan a.btn.white:hover {
  background-color: #2C1A3E;
  color: #FFFFFF;
}
.btn + .btn, .white a.btn + .btn, .tan a.btn + .btn {
  margin-left: 15px;
}

footer.awards {
  padding: 30px 20px;
  background-image: url("https://elizabethmarianarose.com/wp-content/uploads/2024/11/bg-clouded-texture.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-top: 1px solid #DFD4C7;
}
@media (min-width: 760px) {
  footer.awards {
    padding: 50px 20px;
  }
}
footer.awards .awards-list {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 760px) {
  footer.awards .awards-list {
    flex-flow: row;
    align-items: center;
    gap: 9%;
  }
}
footer.awards .awards-list .award {
  max-width: 400px;
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.site {
  background-color: #2C1A3E;
  color: #DFD4C7;
  padding: 60px 0;
}
footer.site .container .holder {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  footer.site .container .holder {
    flex-flow: row;
    justify-content: space-between;
  }
}
footer.site .container .holder .footer-item {
  width: 100%;
  padding-bottom: 25px;
}
footer.site .container .holder .footer-item a {
  color: #DFD4C7;
}
footer.site .container .holder .footer-item a:hover {
  color: #FFFFFF;
}
@media (min-width: 760px) {
  footer.site .container .holder .footer-item {
    max-width: 28%;
    padding-bottom: 0;
  }
}
footer.site .container .holder .footer-item h2 {
  color: #FCB852;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 15px 0;
}
footer.site .container .holder .footer-item h3 {
  color: #FCB852;
}
footer.site .container .holder .footer-item .footer-social {
  display: flex;
}
footer.site .container .holder .footer-item .footer-social a {
  display: flex;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 22px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  color: #2C1A3E;
  background-image: url("images/bg-social.jpg");
  background-size: cover;
  background-position: center;
  background-color: #235B7F;
  margin: 0 4px;
}
@media (min-width: 760px) {
  footer.site .container .holder .footer-item .footer-social a {
    margin: 0 6px 0 0;
  }
}
footer.site .container .holder .footer-item .footer-social a IMG {
  width: 100%;
  height: auto;
}
footer.site .container .holder .footer-item .footer-social a:hover {
  background-image: none;
  background-color: #966098;
}

footer.bottom-bar {
  background-color: #966098;
  color: #2C1A3E;
  padding: 25px 0;
}

.nf-form-fields-required {
  font-size: 15px;
  font-style: italic;
}

.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  background: #9B3426;
  height: auto;
  line-height: 2.5rem;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border: 1px solid #9B3426 !important;
}
.nf-form-cont form {
  padding: 0 0 36px;
}
.nf-form-cont .nf-form-content .ninja-forms-field[type=button], .nf-form-cont .nf-form-content .ninja-forms-field[type=submit] {
  display: inline-block;
  background-color: #FCB852;
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
  font-family: "Bitter", serif;
  font-size: 17px;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.2s ease;
  height: auto !important;
}
.nf-form-cont .nf-form-content .ninja-forms-field[type=button]:hover, .nf-form-cont .nf-form-content .ninja-forms-field[type=submit]:hover {
  background-color: #FFFFFF;
  border: 1px solid #9B3426;
  color: #9B3426 !important;
}
.nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 10px;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field input {
  height: 35px;
  border-radius: 5px;
  margin-bottom: 4px;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field input:not([type=button]) {
  color: #737373;
}

.white-text .nf-form-cont input[type=button] {
  background-color: #FFFFFF;
}
.white-text .nf-form-cont input[type=button]:hover {
  background-color: #235B7F;
  color: #FFFFFF;
}

.site-header {
  color: #FFFFFF;
  background-image: url("images/header-bg.jpg");
  background-size: cover;
  background-position: top center;
}
.site-header.custom-title {
  background-image: url("images/header-bg-title.jpg");
  padding-bottom: 25px;
}
.site-header .content {
  padding: 4px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 760px) {
  .site-header .content {
    flex-flow: row;
    padding: 20px 0;
  }
}
.site-header .content .site-logo {
  max-width: 125px;
}
@media (min-width: 760px) {
  .site-header .content .site-logo {
    max-width: 125px;
  }
}
.site-header .content .site-logo IMG {
  max-width: 150px;
  padding: 0 0 15px 0;
}
@media (min-width: 760px) {
  .site-header .content .site-logo IMG {
    max-width: 150px;
    padding: 0;
  }
}
.site-header .content .top-right #responsive-menu-pro-button {
  color: #DFD4C7;
  position: relative;
  top: 8px;
  font-size: 35px;
  margin: 6px 0 0 10px;
}
.site-header .content .top-right #responsive-menu-pro-button::before {
  font-family: FontAwesome;
  content: "\f0c9";
  color: #DFD4C7;
  font-size: 35px;
  width: 40px;
  height: 40px;
}
.site-header .content .top-right #responsive-menu-pro-button.is-active::before {
  font-family: FontAwesome;
  content: "\f2d3";
  color: #DFD4C7;
  font-size: 35px;
  width: 40px;
  height: 40px;
}
.site-header.transparent-header {
  background-image: none;
  position: absolute !important;
}

.page-title h1 {
  color: #DFD4C7;
  font-size: 30px;
  font-weight: 300;
  margin: 10px 0 0 0;
  text-align: center;
}
@media (min-width: 760px) {
  .page-title h1 {
    margin: 70px 0 10px 0;
    text-align: left;
    font-size: 40px;
  }
}

.header .hfg_header {
  z-index: 9999;
  width: 100%;
}

.low-sticky {
  position: fixed;
  background-image: url("images/header-bg.jpg");
  background-size: cover;
  background-position: top center;
  width: 100%;
  opacity: 0;
  z-index: -1;
  top: -100px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.low-sticky.appear {
  opacity: 1;
  z-index: 400;
  top: 0;
  transition: all 0.4s ease;
}

.logged-in .low-sticky.appear {
  top: 32px;
}

.site-header .container .content, .low-sticky .container .content {
  padding: 4px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 760px) {
  .site-header .container .content, .low-sticky .container .content {
    flex-flow: row;
    padding: 20px 0;
  }
}
.site-header .container .content .site-logo, .low-sticky .container .content .site-logo {
  max-width: 125px;
}
@media (min-width: 760px) {
  .site-header .container .content .site-logo, .low-sticky .container .content .site-logo {
    max-width: 125px;
  }
}
.site-header .container .content .site-logo IMG, .low-sticky .container .content .site-logo IMG {
  max-width: 150px;
  padding: 0 0 15px 0;
}
@media (min-width: 760px) {
  .site-header .container .content .site-logo IMG, .low-sticky .container .content .site-logo IMG {
    max-width: 150px;
    padding: 0;
  }
}
.single h1.entry-title {
  color: #F4EDE1;
}

.nv-ft-post:not(.layout-covers) .content .non-grid-content {
  background-color: #F2F2F2;
}

article.layout-grid .entry-title a {
  color: #9B3426;
}

section.block-super {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 760px) {
  section.block-super {
    height: auto !important;
  }
}
section.block-super.parallax {
  background-attachment: fixed;
}
section.block-super .inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.block-super .inner .container {
  max-width: 1000px;
}
@media (max-width: 760px) {
  section.block-super .inner .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 760px) {
  section.block-super .inner .container.custom-green-leaf-top::before {
    content: "";
    width: 120px;
    aspect-ratio: 12/16;
    background-image: url("images/green-leaf.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
  }
}
section.block-super .inner .container .columns {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-super .inner .container .columns {
    flex-flow: row;
    margin: 0 -35px;
  }
}
section.block-super .inner .container .columns .column {
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  section.block-super .inner .container .columns .column {
    padding: 20px;
  }
}
@media (min-width: 760px) {
  section.block-super .inner .container .columns .column {
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  section.block-super .inner .container .columns .column {
    max-width: 100% !important;
  }
}
@media (min-width: 760px) {
  section.block-super .inner .container .columns .column.a-top {
    background-size: 100% auto;
    background-position: center top;
  }
}
@media (min-width: 760px) {
  section.block-super .inner .container .columns .column.a-bottom {
    background-size: 100% auto;
    background-position: center bottom;
  }
}
section.block-super .inner .container .columns .column.centered-content {
  text-align: center;
}
@media (min-width: 760px) {
  section.block-super .inner .container .columns .column:first-child {
    padding-left: 35px;
  }
}
@media (min-width: 760px) {
  section.block-super .inner .container .columns .column:last-child {
    padding-right: 35px;
  }
}
section.block-super .inner .container .columns.a-center {
  align-items: center;
}
@media (min-width: 760px) {
  section.block-super .inner .container .columns {
    flex-flow: row;
  }
}
section.block-super .inner .container.full-width {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 760px) {
  section.block-super .inner .container.full-width .columns {
    align-items: stretch;
  }
}
section.block-super .inner .container.full-width .columns .column {
  min-height: 250px;
}
@media (min-width: 760px) {
  section.block-super .inner .container.full-width .columns .column {
    padding: 50px 75px 50px 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.block-super .inner .container.full-width .columns .column .inner-content {
  width: 100%;
  max-width: 600px;
}
section.block-super .svc-header {
  font-size: 30px;
  line-height: 33px;
}
@media (min-width: 760px) {
  section.block-super .svc-header {
    font-size: 35px;
    line-height: 68px;
  }
}
section.block-super .svc-header.script {
  font-size: 45px;
}
@media (min-width: 760px) {
  section.block-super .svc-header.script {
    font-size: 100px;
  }
}
section.block-super.home-banner {
  background-position: right -180px bottom;
}
@media (min-width: 760px) {
  section.block-super.home-banner {
    background-position: right bottom;
  }
}
section.block-super.home-banner .inner {
  padding-top: 200px !important;
}
@media (max-width: 760px) {
  section.block-super.home-banner .inner {
    background-color: rgba(0, 0, 0, 0.55) !important;
  }
}
@media (max-width: 760px) {
  section.block-super.before-hide-mobile::before {
    display: none;
  }
}
@media (max-width: 760px) {
  section.block-super.after-hide-mobile::after {
    display: none;
  }
}

section.block-circle-services .container .intro-content {
  text-align: center;
  padding: 0 0 20px;
}
section.block-circle-services .container .circle-section {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 230px;
  padding-top: 260px;
}
@media (min-width: 760px) {
  section.block-circle-services .container .circle-section {
    padding-top: 0;
    min-height: 430px;
    background-position: center center;
    background-size: auto 430px;
  }
}
@media (max-width: 760px) {
  section.block-circle-services .container .circle-section {
    background-image: none;
  }
}
section.block-circle-services .container .circle-section ul.services-list {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
@media (min-width: 760px) {
  section.block-circle-services .container .circle-section ul.services-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
}
section.block-circle-services .container .circle-section ul.services-list li {
  list-style-type: none;
  padding: 0 0 30px;
  display: flex;
}
@media (min-width: 760px) {
  section.block-circle-services .container .circle-section ul.services-list li {
    width: 50%;
  }
}
@media (min-width: 760px) {
  section.block-circle-services .container .circle-section ul.services-list li .inner {
    max-width: 250px;
  }
}
section.block-circle-services .container .circle-section ul.services-list li .inner h3 {
  color: #966098;
}
@media (min-width: 760px) {
  section.block-circle-services .container .circle-section ul.services-list li:nth-child(even) {
    justify-content: flex-end;
  }
}
@media (min-width: 760px) {
  section.block-circle-services .container .circle-section ul.services-list li:nth-child(odd) {
    text-align: right;
  }
}
section.block-circle-services .container .outro-content {
  text-align: center;
  padding: 20px 0 0 0;
}

section.block-testimonials-main {
  padding: 30px 0;
  background-image: url("https://darkorchid-giraffe-764413.hostingersite.com/wp-content/uploads/2024/11/testimonials-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 760px) {
  section.block-testimonials-main {
    padding: 60px 0;
  }
}
section.block-testimonials-main .container .intro-content {
  text-align: center;
}
section.block-testimonials-main .container .outro-content {
  text-align: center;
}
section.block-testimonials-main .container .testimonials {
  padding: 30px 0;
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-testimonials-main .container .testimonials {
    flex-flow: row;
  }
}
section.block-testimonials-main .container .testimonials .item {
  width: 100%;
  padding: 0 27px 30px;
}
@media (min-width: 760px) {
  section.block-testimonials-main .container .testimonials .item {
    padding: 0 27px;
  }
}
section.block-testimonials-main .container .testimonials .item .five-stars {
  background-image: url("https://darkorchid-giraffe-764413.hostingersite.com/wp-content/uploads/2024/11/five-stars.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 130px;
  height: 22px;
  margin-bottom: 25px;
}
section.block-testimonials-main .container .testimonials .item .quote {
  font-size: 15px;
  line-height: 22px;
  position: relative;
}
section.block-testimonials-main .container .testimonials .item .quote::before {
  content: "";
  background-image: url("https://darkorchid-giraffe-764413.hostingersite.com/wp-content/uploads/2024/11/quote-open-icon.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  position: absolute;
  top: -4px;
  left: -28px;
}
section.block-testimonials-main .container .testimonials .item .name {
  padding: 15px 0 0 0;
  font-weight: 700;
  color: #BED600;
}
section.block-testimonials-main .container .testimonials .item:last-child {
  margin-bottom: 0;
}

section.block-testimonials-wall {
  padding: 30px 0;
}
@media (min-width: 760px) {
  section.block-testimonials-wall {
    padding: 70px 0;
  }
}
section.block-testimonials-wall .container {
  max-width: 950px;
}
section.block-testimonials-wall .container .testimonials {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-testimonials-wall .container .testimonials {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
section.block-testimonials-wall .container .testimonials .item {
  width: 100%;
  padding: 50px 25px 30px 80px;
  background-image: url("images/brush-swipe-a.png");
  background-repeat: no-repeat;
  background-position: top left;
}
@media (min-width: 760px) {
  section.block-testimonials-wall .container .testimonials .item {
    width: 50%;
  }
}
section.block-testimonials-wall .container .testimonials .item .quote {
  font-size: 15px;
  line-height: 22px;
  color: #737373;
  position: relative;
}
section.block-testimonials-wall .container .testimonials .item .quote::before {
  content: "";
  background-image: url("../../../wp-content/uploads/2024/11/quote-open-icon.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 28px;
  height: 27px;
  position: absolute;
  top: -9px;
  left: -35px;
}
section.block-testimonials-wall .container .testimonials .item .name {
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: 900;
  color: #BED600;
}
section.block-testimonials-wall .container .testimonials .item:last-child {
  margin-bottom: 0;
}
section.block-testimonials-wall .container .testimonials .item:nth-child(even) {
  background-image: url("images/brush-swipe-b.png");
}
section.block-testimonials-wall.featured {
  background-image: url("../../../wp-content/uploads/2024/11/bg-canvas-texture.jpg");
  background-size: cover;
  background-position: center;
}
section.block-testimonials-wall.featured .single-testimonial .container {
  max-width: 950px;
}
section.block-testimonials-wall.featured .single-testimonial .container .item .quote {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  color: #2C1A3E;
}
section.block-testimonials-wall.featured .single-testimonial .container .item .quote::before {
  content: "";
  background-image: url("../../../wp-content/uploads/2024/12/quote-open-icon-purple.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 28px;
  height: 27px;
  position: absolute;
  top: -9px;
  left: -35px;
}
section.block-testimonials-wall.featured .single-testimonial .container .item .name {
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: 900;
  color: #966098;
}

section.block-faqs {
  padding: 30px 0;
}
@media (min-width: 760px) {
  section.block-faqs {
    padding: 60px 0;
  }
}
section.block-faqs .faqs .container .intro-content {
  text-align: center;
  margin-bottom: 30px;
}
section.block-faqs .faqs .container .outro-content {
  text-align: center;
  margin-top: 30px;
}
section.block-faqs .faqs__container {
  max-width: 700px;
  margin: 0 auto;
}
section.block-faqs .faqs__section--expanded .faqs__header::after {
  transform: rotate(0.375turn);
  top: calc(50% - 12px);
}
section.block-faqs .faqs__title {
  font-size: 2.25rem;
  margin-bottom: 4rem;
  line-height: 1.25;
}
section.block-faqs .faqs__header {
  border: 1px solid #DFD4C7;
  padding: 12px 22px;
  position: relative;
  margin: 10px 0 0 0;
  font-weight: 600;
}
section.block-faqs .faqs__header::after {
  font-family: FontAwesome;
  position: absolute;
  color: #966098;
  display: block;
  top: calc(50% - 15px);
  right: 10px;
  content: "\f055";
  font-size: 24px;
  transition: 0.3s transform linear;
}
section.block-faqs .faqs__content {
  font-size: 15px;
  padding: 6px 23px 20px;
}

section.block-icons .container .icons {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-icons .container .icons {
    flex-flow: row;
  }
}
section.block-icons .container .icons .icon {
  flex: 1 auto;
  margin: 1.25rem;
}
@media (min-width: 760px) {
  section.block-icons .container .icons .icon {
    margin: 1.15rem;
  }
}
section.block-icons .container .icons .icon .icon-inner .icon-front {
  padding: 25px;
  display: flex;
  flex-flow: column;
}
section.block-icons .container .icons .icon .icon-inner .icon-front .icon-image {
  position: relative;
  margin: 0 auto;
}
section.block-icons .container .icons .icon .icon-inner .icon-front .icon-text {
  text-align: center;
}
section.block-icons .container .icons .icon .icon-inner .icon-front .icon-text h3 {
  font-weight: 700;
  color: #235B7F;
}
section .flip {
  perspective: 600px;
}
section .flip .icon-inner {
  position: relative;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
section .flip .icon-inner .icon-front, section .flip .icon-inner .icon-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section .flip .icon-inner .icon-front .icon-image, section .flip .icon-inner .icon-back .icon-image {
  backface-visibility: hidden;
}
section .flip .icon-inner .icon-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}
section .flip .icon-inner .icon-back .icon-text {
  text-align: center;
}
section .flip .icon-inner .icon-back .icon-text h3 {
  color: #2C1A3E;
}
section .flip:hover .icon-inner {
  transform: rotateY(180deg);
}

section.services-list {
  padding: 30px 0;
}
@media (min-width: 760px) {
  section.services-list {
    padding: 60px 0;
  }
}
section.services-list .container .services {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.services-list .container .services {
    flex-flow: row wrap;
  }
}
section.services-list .container .services .item {
  width: 100%;
  padding: 0 0 25px;
}
@media (min-width: 760px) {
  section.services-list .container .services .item {
    width: 50%;
    padding: 0 4vw 30px;
  }
}
section.services-list .container .services .item .icon {
  text-align: center;
  margin: 0 auto 10px;
}
section.services-list .container .services .item .icon IMG {
  width: auto;
  max-height: 160px;
}
section.services-list .container .services .item h2 {
  text-align: center;
  font-family: "Ooh Baby", serif;
  font-size: 38px;
  line-height: 40px;
  color: #966098;
}
@media (min-width: 760px) {
  section.services-list .container .services .item.primary {
    width: 100%;
  }
}

section.block-media-mentions {
  background-size: cover;
  background-position: center;
}
section.block-media-mentions .swiper-container .swiper-button-next:after, section.block-media-mentions .swiper-container .swiper-button-prev:after {
  color: #966098;
}
section.block-media-mentions .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 80px;
}
section.block-media-mentions .swiper-container .swiper-wrapper .item {
  background-color: rgba(0, 0, 0, 0);
}
section.block-media-mentions .item {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 30px 0;
}
@media (min-width: 760px) {
  section.block-media-mentions .item {
    padding: 60px 0;
  }
}
section.block-media-mentions .item:nth-child(odd) {
  background-color: #FFFFFF;
}
@media (min-width: 760px) {
  section.block-media-mentions .item:nth-child(odd) .inner {
    flex-direction: row-reverse;
  }
}
section.block-media-mentions .item .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}
@media (min-width: 760px) {
  section.block-media-mentions .item .inner {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
}
section.block-media-mentions .item .inner .featured-image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 760px) {
  section.block-media-mentions .item .inner .featured-image {
    width: 30%;
    margin: 0;
  }
}
section.block-media-mentions .item .inner .details {
  width: 100%;
  text-align: center;
}
@media (min-width: 760px) {
  section.block-media-mentions .item .inner .details {
    width: 64%;
    text-align: left;
  }
}
section.block-media-mentions .item .inner .details p:last-child {
  margin-bottom: 0;
}
section.block-media-mentions .media-mentions-section {
  padding: 40px 0 0;
}
section.block-media-mentions .media-mentions-section .intro {
  display: flex;
  flex-flow: column;
  max-width: 400px;
  margin: 30px auto;
}
@media (min-width: 760px) {
  section.block-media-mentions .media-mentions-section .intro {
    flex-flow: row;
    justify-content: space-between;
  }
}
section.block-media-mentions .media-mentions-section .intro a {
  text-decoration: underline;
}
section.block-media-mentions .podcast-section {
  padding: 40px 0;
}

body {
  font-size: 15px;
  line-height: 26px;
  color: #737373;
}
html {
  scroll-behavior: smooth;
}

.full {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.container {
  max-width: 1213px;
}

.flex {
  display: flex;
}

a {
  opacity: 1;
  font-weight: bold;
  text-decoration: none;
  color: #737373;
}
a:hover {
  opacity: 1;
  color: #9B3426;
}

.white {
  color: #DFD4C7;
}
.white h1, .white h2, .white h3, .white h4, .white h5 {
  color: #DFD4C7;
}
.white a {
  color: #DFD4C7;
}

.tan {
  color: #DFD4C7;
}
.tan h1, .tan h2, .tan h3, .tan h4, .tan h5 {
  color: #DFD4C7;
}
.tan a {
  color: #DFD4C7;
}

.yellow {
  color: #FCB852;
}
.yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5 {
  color: #FCB852;
}
.yellow a {
  color: #FCB852;
}

h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow {
  color: #FCB852;
}

.lavendar {
  color: #966098;
}
.lavendar h1, .lavendar h2, .lavendar h3, .lavendar h4, .lavendar h5 {
  color: #966098;
}
.lavendar a {
  color: #966098;
}

p {
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}
p + ul {
  margin-top: -16px !important;
}

@media (min-width: 760px) {
  .poem {
    position: relative;
    right: 100px;
  }
}

.home-btns {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 760px) {
  .home-btns {
    flex-flow: row;
    justify-content: flex-start;
  }
}
.home-btns a.btn + a.btn {
  margin: 10px 0 0 0;
}
@media (min-width: 760px) {
  .home-btns a.btn + a.btn {
    margin: 0 0 0 15px;
  }
}

/*# sourceMappingURL=style.css.map */
