/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);

:root {
    --clr-primary: #f6b32d;
    --clr-primary-st: #f6b32dbb;
    --clr-secondary: #272c61;
    --clr-secondary-st: #272c61bb;
    --clr-tertiary: #000000;
    --clr-tertiary-st: #000000bb;
    --clr-quaternary: #272c61;
    --clr-quaternary-st: #272c61bb;
}

.has-primary-color-after::after {
    color: #f6b32d;
}

.has-primary-color-before::before {
    color: #f6b32d;
}

.has-primary-background-color-after::after {
    background-color: #f6b32d;
}

.has-primary-background-color-before::before {
    background-color: #f6b32d;
}

.has-secondary-color-after::after {
    color: #272c61;
}

.has-secondary-color-before::before {
    color: #272c61;
}

.has-secondary-background-color-after::after {
    background-color: #272c61;
}

.has-secondary-background-color-before::before {
    background-color: #272c61;
}

.has-tertiary-color-after::after {
    color: #000000;
}

.has-tertiary-color-before::before {
    color: #000000;
}

.has-tertiary-background-color-after::after {
    background-color: #000000;
}

.has-tertiary-background-color-before::before {
    background-color: #000000;
}

.has-quaternary-color-after::after {
    color: #272c61;
}

.has-quaternary-color-before::before {
    color: #272c61;
}

.has-quaternary-background-color-after::after {
    background-color: #272c61;
}

.has-quaternary-background-color-before::before {
    background-color: #272c61;
}

:root {
    --font-main: "Lato", sans-serif;
    --font-heading: "Roboto", sans-serif;
    --font-script: "Lato", sans-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;
}

:root {
    --hero-height: 80vh;
    --page-header-height: 50vh;
}

h1 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-tertiary);
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h3 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-tertiary);
}

h4 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-tertiary);
}

h5 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h6 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-main);
    color: var(--clr-tertiary);
}

p {
    color: #4C4842;
    font-size: 18px;
}

:root {
    --clr-font: #4C4842;
}

a, .ui-widget-content a {
    color: var(--clr-primary);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-primary);
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

:root {
    --menu-top-level-default-font-color: white;
    --menu-top-level-hover-font-color: var(--clr-primary);
    --menu-top-level-default-bg-color: #272c61bb;
    --menu-top-level-hover-bg-color: transparent;
    --menu-submenu-header-font-color: var(--clr-primary);
    --menu-submenu-header-font-color-hover: white;
    --menu-submenu-default-font-color: black;
    --menu-submenu-hover-font-color: white;
    --menu-submenu-default-bg-color: white;
    --menu-submenu-hover-bg-color: #272c61bb;
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: var(--clr-primary);
    --sticky-menu-top-level-default-bg-color: #272c61bb;
    --sticky-menu-top-level-hover-bg-color: transparent;
    --sticky-menu-submenu-header-font-color: var(--clr-primary);
    --sticky-menu-submenu-header-font-color-hover: white;
    --sticky-menu-submenu-default-font-color: black;
    --sticky-menu-submenu-hover-font-color: white;
    --sticky-menu-submenu-default-bg-color: white;
    --sticky-menu-submenu-hover-bg-color: #272c61bb;
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: white;
    --sidebar-top-level-default-bg-color: #272c61bb;
    --sidebar-top-level-hover-bg-color: transparent;
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: var(--clr-secondary);
    --sidebar-submenu-default-bg-color: transparent;
    --sidebar-submenu-hover-bg-color: transparent;
}

:root {
    --max-logo-height: 75px;
}

footer {
    background-color: var(--clr-secondary);
}

footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    background-color: var(--clr-secondary);
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: var(--clr-primary);
    text-decoration: var(--custom-text-decoration);
}

footer .site-info {
    background-color: #000000;
    color: white;
}

footer .site-info a {
    color: white;
    text-decoration: none;
}

footer .site-info a:hover {
    color: var(--clr-primary);
    text-decoration: none;
}

footer .site-info .heart {
    color: var(--clr-primary);
}

:root {
    --primary-button-background-color: transparent;
    --primary-button-font-color: var(--clr-primary);
    --primary-button-border-color: var(--clr-primary);
    --primary-button-background-color-hover: var(--clr-primary);
    --primary-button-font-color-hover: white;
    --primary-button-border-color-hover: white;
    --secondary-button-background-color: transparent;
    --secondary-button-font-color: white;
    --secondary-button-border-color: white;
    --secondary-button-background-color-hover: white;
    --secondary-button-font-color-hover: var(--clr-primary);
    --secondary-button-border-color-hover: white;
    --footer-button-background-color: var(--clr-primary);
    --footer-button-font-color: var(--clr-primary);
    --footer-button-border-color: var(--clr-primary);
    --footer-button-background-color-hover: var(--clr-primary);
    --footer-button-font-color-hover: var(--clr-primary);
    --footer-button-border-color-hover: var(--clr-primary);
}
footer {
@media screen and (min-width: 1280px) {
        --num-cols: 4;
}
.cff-box {
a {
color: var(--clr-tertiary);
}
span {
color: #4C4842;
}
}
h2 {
margin-top: 0;
}
.footer-form {
@media screen and (min-width: 1280px) {
grid-column: 1 / span 2;
}
}
.gform_title {
position: relative;
&::after {
content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 2px;
    width: 130px;
    background: white;
}
}
.gform-footer {
padding-bottom: 0 !important;
}
.gform-footer .button {
margin-bottom: 0 !important;
}
}
footer .the-button {
background: var(--primary-button-background-color, var(--clr-quaternary)) !important;
    color: var(--primary-button-font-color, white) !important;
    padding: var(--padding) !important;
    line-height: 1 !important;
border: 1px solid var(--primary-button-border-color, var(--clr-quaternary)) !important;
    border-radius: 5px !important;
&:hover {
background: var(--primary-button-background-color-hover, white) !important;
    color: var(--primary-button-font-color-hover, var(--clr-quaternary)) !important;
    border: 1px solid var(--primary-button-border-color, var(--clr-quaternary)) !important;
}
}

.footer-contact {
display: block;
@media screen and (min-width: 1280px) {
grid-column: 3 / 3;
margin-left: 20px;
}
}

.footer-feed {
    overflow: hidden;
    border-radius: 20px;
    max-height: 70vh;
background: #f5f6f7;
@media screen and (min-width: 1280px) {
grid-column: 4 / 4;
}
.cff-wrapper {
overflow-y: scroll;
max-height: 65vh;
border: 1px solid #fff;
border-radius: 20px;
.cff-visual-header .cff-header-hero {
height: auto;
&::-webkit-scrollbar-thumb {
border-radius: 20px;
}
}
.cff-header-hero img {
margin-left: 0 !important;
width: 100% !important;
object-fit: cover;
}
.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
padding-inline: 10px;
margin-left: 0 !important;
}
}
#cff .cff-masonry-posts, #cff .cff-posts-wrap, .cff-wrapper-ctn {
padding-inline: 10px;
}
.cff-bio {
color: #fff;
}
}

footer .footer-wrapper {
    padding-block: 40px;
    gap: 40px;
@media screen and (min-width: 1280px) {
        justify-items: normal;
}
}
footer .site-info {
    padding-block: 13px;
}
    form .gform_body input[type=text], form .gform_body input[type=tel], form .gform_body input[type=email], form .gform_body textarea {
        padding: 12px 20px !important;
    }

.page-template-landing-page {
.address, .landing-right, .subtitle, .church-title {
display: none;
}
.title-and-logos {
display: flex;
flex-direction: column;
max-width: 80%;
margin-inline: auto;
align-items: center;
margin-bottom: 3rem;
gap: 30px;
text-align: center;
img {
width: 160px !important;
}
@media screen and (min-width: 992px) {
flex-direction: row;
}
}
}
@media screen and (max-width: 991px) {
.page-template-landing-page {
.landing-left {
height: 100vh;
}
}
}
@media screen and (min-width: 992px) {
    .page-template-landing-page .landing-left {
        width: 100%;
        min-height: 100vh;
    }
}
.page-template-landing-page .address a:hover {
color: #fff;
text-decoration: underline;
}
.page-template-landing-page .landing-left .logo, .page-template-landing-page .landing-right .logo {
    margin-bottom: 0;
}

.landing-left > div {
z-index: 1;
}
.page-template-landing-page .landing-left::after, .page-template-landing-page .landing-right::after {
z-index: 0;
    opacity: 0.15;
background: #fff;
}
.page-template-landing-page .landing-left .link, .page-template-landing-page .landing-right .link {

    color: white;
    background: var(--primary-button-font-color, white);
&:hover, &:focus, &:active {

    color: var(--primary-button-background-color-hover, white);
    background: var(--primary-button-font-color-hover, var(--clr-quaternary));
}
}