/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap);

:root {
    --clr-primary: #551724;
    --clr-secondary: #a6acb2;
    --clr-tertiary: #40121c;
    --clr-quaternary: #9299a0;
}

.has-primary-color-after::after {
    color: #551724;
}

.has-primary-color-before::before {
    color: #551724;
}

.has-primary-background-color-after::after {
    background-color: #551724;
}

.has-primary-background-color-before::before {
    background-color: #551724;
}

.has-secondary-color-after::after {
    color: #a6acb2;
}

.has-secondary-color-before::before {
    color: #a6acb2;
}

.has-secondary-background-color-after::after {
    background-color: #a6acb2;
}

.has-secondary-background-color-before::before {
    background-color: #a6acb2;
}

.has-tertiary-color-after::after {
    color: #40121c;
}

.has-tertiary-color-before::before {
    color: #40121c;
}

.has-tertiary-background-color-after::after {
    background-color: #40121c;
}

.has-tertiary-background-color-before::before {
    background-color: #40121c;
}

.has-quaternary-color-after::after {
    color: #9299a0;
}

.has-quaternary-color-before::before {
    color: #9299a0;
}

.has-quaternary-background-color-after::after {
    background-color: #9299a0;
}

.has-quaternary-background-color-before::before {
    background-color: #9299a0;
}

:root {
    --clr-quaternary-2: #555c62;
}

:root {
    --font-main: Merriweather;
    --font-heading: Cinzel;
    --font-script: Merriweather;
    --fs-1000: clamp(34px, 3.5vw, 36px);
    --fs-900: clamp(28px, 3.5vw, 32px);
    --fs-800: clamp(26px, 4.5vw, 28px);
    --fs-700: clamp(24px, 4.5vw, 26px);
    --fs-600: clamp(20px, 4.5vw, 22px);
    --fs-500: clamp(18px, 4.5vw, 20px);
    --fs-400: 18px;
    --fs-300: 0.9375rem;
    --fs-200: 0.875rem;
    --fs-100: 0.8125rem;
}

h1 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h3 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h4 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h5 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h6 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

p {
    color: black;
    font-size: 18px;
}

a, .ui-widget-content a {
    color: var(--clr-secondary);
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: var(--clr-secondary);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

:root {
    --menu-top-level-default-font-color: white;
    --menu-top-level-hover-font-color: white;
    --menu-top-level-default-bg-color: transparent;
    --menu-top-level-hover-bg-color: transparent;
    --menu-submenu-header-font-color: white;
    --menu-submenu-header-font-color-hover: var(--clr-secondary);
    --menu-submenu-default-font-color: white;
    --menu-submenu-hover-font-color: var(--clr-secondary);
    --menu-submenu-default-bg-color: var(--clr-secondary);
    --menu-submenu-hover-bg-color: var(--clr-primary);
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-top-level-default-bg-color: var(--clr-secondary);
    --sticky-menu-top-level-hover-bg-color: transparent;
    --sticky-menu-submenu-header-font-color: white;
    --sticky-menu-submenu-header-font-color-hover: white;
    --sticky-menu-submenu-default-font-color: white;
    --sticky-menu-submenu-hover-font-color: white;
    --sticky-menu-submenu-default-bg-color: var(--clr-secondary);
    --sticky-menu-submenu-hover-bg-color: var(--clr-primary);
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: white;
    --sidebar-top-level-default-bg-color: var(--clr-secondary);
    --sidebar-top-level-hover-bg-color: var(--clr-primary);
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: white;
    --sidebar-submenu-default-bg-color: var(--clr-secondary);
    --sidebar-submenu-hover-bg-color: var(--clr-primary);
}

:root {
    --max-logo-height: 72px;
    --max-logo-width: 150px;
}

footer {
    background: var(--clr-primary);
}

footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: white;
}

footer .social-media-link a {
    color:  ;
}

footer .social-media-link a:hover {
    color:  ;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: var(--clr-secondary);
    text-decoration: none;
}

footer .site-info {
    background-color: transparent;
    color: white;
}

footer .site-info a {
    color: white;
    text-decoration: none;
}

footer .site-info a:hover {
    color: white;
    text-decoration: none;
}

footer .site-info .heart {
    color: var(--clr-secondary);
}

:root {
    --button-background-color: var(--clr-primary);
    --button-font-color: white;
    --button-border-color: var(--clr-primary);
    --button-background-color-hover: white;
    --button-font-color-hover: var(--clr-primary);
    --button-border-color-hover: var(--clr-primary);
}
.testimonials-container .slick-track {
padding-top: 10px;
padding-bottom: 10px;
}

.mission-container .mission-header {
color: var(--clr-primary);
}

.hero.has-video {
    --hero-height: 95vh;
video { 
    object-fit: cover;
    height: var(--hero-height);
}
}

#footer-quicklinks li a {
position: relative;
}
#footer-quicklinks li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
background-color: #d8e3e8;
    transform: scale(0);
    transition: transform 0.3s 
ease;
}
#footer-quicklinks li a:hover::after {
    transform: scale(1);
}

img.post-image, img.wp-post-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}