:root { --brand-color:#16badb;  --brand-color-darkened:#10839a;  --brand-color-lightened:#5ccfe6;  --navbar-color:#000000;  --navbar-color-darkened:#000000;  --navbar-color-lightened:#4d4d4d;  --navbar-link-color:#ffffff;  --navbar-link-color-darkened:#b3b3b3;  :#ffffff;  --brand-text-color:#ffffff;  --brand-text-color-darkened:#b3b3b3;  --brand-text-color-lightened:#ffffff;  --body-font:'Source Sans Pro', sans-serif;  --heading-font:'Rubik', sans-serif;  --heading-font-weight:900;  --body-font-weight:900; }/**
 * Customizer Overrides: Default
 **/
/*
// ------------------------------------
// Fonts
// ------------------------------------
*/

body { font-family: 'Source Sans Pro', sans-serif; font-weight: 900;  }

h1,h2,h3,h4,h5,h6,blockquote,header .header-title { font-family: 'Rubik', sans-serif; font-weight: 900; }

/*
// ------------------------------------
// Primary Color
// ------------------------------------
*/

button.primary,
.button-primary,
input.button-primary,
input[type="submit"] {
	background-color: #16badb;
	border: 1px solid #16badb;
}

button.primary:after,
.button-primary:after,
input.button-primary:after,
input[type="submit"]:after { background-color: #16badb; opacity:1; }

button.primary:hover,
.button-primary:hover,
input.button-primary:hover,
input[type="submit"]:hover {
	border-color: #16badb;
	background-color: #16badb;

}

input[type="submit"],
input[type="submit"]:hover { border-color: #16badb !important; }


a { color: #16badb; }

/*
// ------------------------------------
// Row Colors
// ------------------------------------
*/

.lightbg { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_light_text_color; }
.lightbg .button-outlined { border-color: @thechurchsite_row_light_text_color; color: @thechurchsite_row_light_text_color; }

.darkbg  { background-color: @thechurchsite_row_dark_color; color: @thechurchsite_row_dark_text_color; }
.darkbg .button-outlined { border-color: @thechurchsite_row_dark_text_color; color: @thechurchsite_row_dark_text_color; }

.brandbg { background-color: #16badb; color: #ffffff; }
.brandbg .button-outlined { border-color: #ffffff; color: #ffffff; }
.brandbg .button-primary,
.brandbg input[type="submit"],
.brandbg button.primary { border-color: #ffffff !important; }
.brandbg a { color: currentColor; font-weight: bold; }

.secondbg { background-color: @thechurchsite_secondary_color; color: @thechurchsite_secondary_text_color; }
.secondbg .button-outlined { border-color: @thechurchsite_secondary_text_color; color: @thechurchsite_secondary_text_color; }
.secondbg .button-primary,
.secondbg input[type="submit"],
.secondbg button.primary { border-color: @thechurchsite_secondary_text_color !important; }
.secondbg a { color: currentColor; font-weight: bold; }

.thirdbg { background-color: @thechurchsite_tertiary_color; color: @thechurchsite_tertiary_text_color; }
.thirdbg .button-outlined { border-color: @thechurchsite_tertiary_text_color; color: @thechurchsite_tertiary_text_color; }
.thirdbg .button-primary,
.thirdbg input[type="submit"],
.thirdbg button.primary { border-color: @thechurchsite_tertiary_text_color !important; }
.thirdbg a { color: currentColor; font-weight: bold; }

/*
// ------------------------------------
// Top Bar
// ------------------------------------
*/

.top-bar.navigation-display-transparent nav.primary ul[class*="menu-"] li a,
.top-bar.navigation-display-transparent nav.mobile .menu-mobile a { color: #ffffff; }

.top-bar.navigation-display-solid { background-color: #000000; }
.top-bar.navigation-display-solid nav.primary ul[class*="menu-"] li a,
.top-bar.navigation-display-solid nav.mobile .menu-mobile a { color: #ffffff; }

.top-bar.navigation-display-transparent nav.mobile .menu-mobile-handle-container .menu-mobile-handle-top,
.top-bar.navigation-display-transparent nav.mobile .menu-mobile-handle-container .menu-mobile-handle-middle,
.top-bar.navigation-display-transparent nav.mobile .menu-mobile-handle-container .menu-mobile-handle-bottom,
.top-bar.navigation-display-solid nav.mobile .menu-mobile-handle-container .menu-mobile-handle-top,
.top-bar.navigation-display-solid nav.mobile .menu-mobile-handle-container .menu-mobile-handle-middle,
.top-bar.navigation-display-solid nav.mobile .menu-mobile-handle-container .menu-mobile-handle-bottom { background-color: #ffffff; }

.top-bar.navigation-display-transparent nav.primary ul[class*="menu-"] > li:after { background-color: #ffffff; }

.top-bar.navigation-display-solid nav.primary ul[class*="menu-"] > li ul { background-color: #000000; }

ul.menu-primary > li.action a { background-color: #16badb; color: #ffffff; }
/* Transparent Mobile BG Color */
.top-bar.navigation-display-transparent nav.mobile .menu-mobile { background-color: #000000; }


/*
// ------------------------------------
// Announcements
// ------------------------------------
*/

/*.announcement .announcement-container .announcement-image img { border-color: #16badb !important; }*/

/*
// ------------------------------------
// Footer
// ------------------------------------
*/

footer, footer.row { background-color: @thechurchsite_footer_color; color: @thechurchsite_footer_text_color; }
footer h6, footer.row h6 { color: @thechurchsite_footer_text_color; }
footer .row-column a .icon,
footer .mega-menu a,
footer.footer-menu a,
footer.footer-menu .row-column a .icon,
footer.footer-menu .mega-menu a,
.footer-menu-render a
 { color: @thechurchsite_footer_text_color;  }
 
 footer:not(.footer-menu) .row-column a .icon,
 footer:not(.footer-menu),
 footer:not(.footer-menu) h6, 
 footer.row:not(.footer-menu) h6 { color: @thechurchsite_footer_text_color !important;  }
 
 /*
// ------------------------------------
// Messenger
// ------------------------------------
*/

.messenger .body .intro { background-color: #16badb; }
.messenger .trigger { background-color: #16badb; border-color: #16badb; }

/*
// ------------------------------------
// Giving
// ------------------------------------
*/

.thechurchco-giving-form .loader:before { border-bottom-color: #16badb; }

/*
// ------------------------------------
// Loader
// ------------------------------------
*/

.tccloader:before { border-bottom-color: #16badb; }

/*
// ------------------------------------
// Prayer Requests
// ------------------------------------
*/

.lightbg .prayer-request-app .prayer-request { background-color: @thechurchsite_row_dark_color; color: @thechurchsite_row_dark_text_color; }
.lightbg .prayer-request-app .prayer-request a.item { color: @thechurchsite_row_dark_text_color; }
.lightbg .prayer-request-app button { border-color: @thechurchsite_row_dark_text_color;  }



.darkbg .prayer-request-app .prayer-request { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_light_text_color; }
.darkbg .prayer-request-app .prayer-request a.item { color: @thechurchsite_row_light_text_color; }
.darkbg .prayer-request-app button { border-color: @thechurchsite_row_light_text_color;  }
/*
// ------------------------------------
// Announcment: TopBar
// ------------------------------------
*/

.announcement-topbanner { color: #ffffff; background-color: #16badb; }

/*
// ------------------------------------
// Church Online
// ------------------------------------
*/

.lightbg .churchonline .churchonline-stack-item { background-color: @thechurchsite_row_light_color; }
.darkbg .churchonline .churchonline-stack-item { background-color: @thechurchsite_row_dark_color; }
.imagebg .churchonline .churchonline-stack-item { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_light_text_color  }
.brandbg .churchonline .churchonline-stack-item { background-color: #16badb; }
.brandbg .churchonline-stack-bar-wrap a { color: #ffffff; }
.secondbg .churchonline .churchonline-stack-item { background-color: @thechurchsite_secondary_color; }
.secondbg .churchonline-stack-bar-wrap a { color: @thechurchsite_secondary_text_color; }
.thirdbg .churchonline .churchonline-stack-item { background-color: @thechurchsite_tertiary_color; }
.thirdbg .churchonline-stack-bar-wrap a { color: @thechurchsite_tertiary_text_color; }

.lightbg .accordion-wrap .title { background-color: @thechurchsite_row_dark_color; color: @thechurchsite_row_dark_text_color; }
.darkbg .accordion-wrap .title { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_light_text_color;  }
.brandbg .accordion-wrap .title { background-color: #ffffff; color: #16badb;  }
.secondbg .accordion-wrap .title { background-color: @thechurchsite_secondary_text_color; color: @thechurchsite_secondary_color;  }
.thirdbg .accordion-wrap .title { background-color: @thechurchsite_tertiary_text_color; color: @thechurchsite_tertiary_color;  }

.lightbg .accordion-wrap .body { color: @thechurchsite_row_light_text_color; }
.darkbg .accordion-wrap .body { color: @thechurchsite_row_dark_text_color; }
.brandbg .accordion-wrap .body { color: #ffffff; }
.secondbg .accordion-wrap .body { color: @thechurchsite_secondary_text_color; }
.thirdbg .accordion-wrap .body { color: @thechurchsite_tertiary_text_color; }


/*
// ------------------------------------
// Calendar
// ------------------------------------
*/
[data-component-type="TCCCalendar"] .rbc-event { background-color: #16badb; color: #ffffff; }
[data-component-type="TCCCalendar"] .rbc-today:after { background-color: #16badb; }.no-touch .hide-no-touch { display: none; }.touch .hide-touch { display: none; }::placeholder { color: inherit; }.htmlembed-center { margin: 0 auto; }.htmlembed-center > * { margin: 0 auto; }.rbc-button-link, .rbc-button-link:hover,.rbc-button-link:after, .rbc-button-link:before { all: unset !important; }button.rbc-button-link { color: currentColor !important; }.rbc-btn-group button { color: currentColor !important; }