/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);

:root {
    --clr-primary: #5d643c;
    --clr-secondary: #b09659;
    --clr-tertiary: #a04334;
    --clr-quaternary: #7e342d;
}

.has-primary-color-after::after {
    color: #5d643c;
}

.has-primary-color-before::before {
    color: #5d643c;
}

.has-primary-background-color-after::after {
    background-color: #5d643c;
}

.has-primary-background-color-before::before {
    background-color: #5d643c;
}

.has-secondary-color-after::after {
    color: #b09659;
}

.has-secondary-color-before::before {
    color: #b09659;
}

.has-secondary-background-color-after::after {
    background-color: #b09659;
}

.has-secondary-background-color-before::before {
    background-color: #b09659;
}

.has-tertiary-color-after::after {
    color: #a04334;
}

.has-tertiary-color-before::before {
    color: #a04334;
}

.has-tertiary-background-color-after::after {
    background-color: #a04334;
}

.has-tertiary-background-color-before::before {
    background-color: #a04334;
}

.has-quaternary-color-after::after {
    color: #7e342d;
}

.has-quaternary-color-before::before {
    color: #7e342d;
}

.has-quaternary-background-color-after::after {
    background-color: #7e342d;
}

.has-quaternary-background-color-before::before {
    background-color: #7e342d;
}

:root {
    --font-main: "Cormorant Garamond";
    --font-heading: "DM Sans";
    --font-script: Playfair Display, serif;
    --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-secondary);
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

h3 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

h4 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

h5 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

h6 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

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: var(--clr-primary);
    --menu-top-level-hover-bg-color: transparent;
    --menu-submenu-header-font-color: white;
    --menu-submenu-header-font-color-hover: white;
    --menu-submenu-default-font-color: white;
    --menu-submenu-hover-font-color: white;
    --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-primary);
    --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: 170px;
}

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: var(--clr-secondary);
}

footer .social-media-link a:hover {
    color: var(--clr-quaternary);
}

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-quaternary);
}

:root {
    --button-background-color: var(--clr-secondary);
    --button-font-color: white;
    --button-border-color: var(--clr-secondary);
    --button-background-color-hover: white;
    --button-font-color-hover: var(--clr-secondary);
    --button-border-color-hover: var(--clr-secondary);
}
.single-ministry .single-container .contact-persons-container {
gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
.contact-person-wrapper {
.contact-image {
display: none;
}
.contact-person-email a {
text-transform: none;
}
.contact-person-phone a {
text-transform: none;
text-decoration: none;
}
}

.staff-category-title {
    width: 100%;
    text-align: center;
}

.staff-member {
margin: 0 !important;
}

.staff-member .staff-member-info,
.contact-person-wrapper .teaser-content-wrapper.flex-column {
background: #fff;
    padding: 30px;
    border: 2px solid var(--clr-primary);
    box-shadow: var(--box-shadow);
text-align: center;
@media screen and (min-width: 768px){
min-height: 225px;
}
@media screen and (min-width: 992px){
min-height: 240px;
}
@media screen and (min-width: 1439px){
min-height: 215px;
}
}
.staff-member .staff-member-info * {
color: var(--clr-secondary);
}
.staff-member .staff-member-info .staff-member-title, .staff-name.teaser-title {
font-size: 24px;
font-weight: 400;
    margin-block: 0 10px;
}
.staff-member .staff-member-info .staff-member-position {
    font-size: 21px;
color: #000;
}
.staff-member:hover {
    --decoline-width: 0%;
    --decoline-left: 0;
}
.staff-member:hover .staff-member-info {
    padding-top: 30px;
}
.staff-member:hover .staff-member-info .staff-member-contact-wrapper {
    padding-top: 0px;
}
.staff-member .staff-member-info .staff-member-contact-wrapper a {
    margin-inline: auto;
}
.staff-member .staff-member-info .staff-member-contact-wrapper {
flex-direction: column;
font-size: 21px;
}