:root { --body-font:'Nunito Sans', sans-serif;;  --heading-font:"ff-ernestine-pro", serif;; }/**
 * Customizer Overrides: Emphasis
 **/


/*
// ------------------------------------
// Fonts
// ------------------------------------
*/

/*
body, p { font-family: 'Nunito Sans', sans-serif;; }

h1,h2,h3,h4,h5,h6,blockquote { font-family: "ff-ernestine-pro", serif;; }

header.default.-search form input { font-family: "ff-ernestine-pro", serif;; }
*/
/*
// ------------------------------------
// Primary Color
// ------------------------------------
*/
/*
button.primary,
.button-primary,
input.button-primary,
input[type="submit"] {
	color: @thechurchsite_brand_color;
	box-shadow: inset 0 0 0 2px @thechurchsite_brand_color;
}

button.primary:after,
.button-primary:after,
input.button-primary:after,
input[type="submit"]:after,
button.primary:before,
.button-primary:before,
input.button-primary:before,
input[type="submit"]:before {

	background-color: @thechurchsite_brand_color;

}
*/

/* Hover no span */
/*
button.primary:hover,
.button-primary:hover,
input.button-primary:hover,
input[type="submit"]:hover {
	color: @thechurchsite_row_brand_text_color;

}

button.primary:hover span,
.button-primary:hover span,
input.button-primary:hover span,
input[type="submit"]:hover span {
	color: @thechurchsite_row_brand_text_color;

}

input[type="submit"],
input[type="button"],
input[type="reset"] {

	color: @thechurchsite_brand_color;
	font-family: 'Nunito Sans', sans-serif;;
	box-shadow: inset 0 0 0 2px @thechurchsite_brand_color;

}
*/

/*
// ------------------------------------
// Cards
// ------------------------------------
*/

/*.card:after { background-color: @thechurchsite_brand_color; }
*/


/*
// ------------------------------------
// Form Inputs
// ------------------------------------
*/


/*
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="image"]:focus,
input[type="color"]:focus,
select:focus {

	border-bottom: 2px solid @thechurchsite_brand_color;

}


.imagebg textarea:focus,
.imagebg input[type="text"]:focus,
.imagebg input[type="password"]:focus,
.imagebg input[type="datetime"]:focus,
.imagebg input[type="datetime-local"]:focus,
.imagebg input[type="date"]:focus,
.imagebg input[type="month"]:focus,
.imagebg input[type="time"]:focus,
.imagebg input[type="week"]:focus,
.imagebg input[type="number"]:focus,
.imagebg input[type="email"]:focus,
.imagebg input[type="url"]:focus,
.imagebg input[type="search"]:focus,
.imagebg input[type="tel"]:focus,
.imagebg input[type="image"]:focus,
.imagebg input[type="color"]:focus,
.imagebg select:focus {

	border-bottom: 2px solid #FFF;

}


a { color: @thechurchsite_brand_color; }
*/
/*
// ------------------------------------
// Row Colors
// ------------------------------------
*/

/*
.row .row-title:after,
.quote-row .source:after { background-color: @thechurchsite_brand_color; }

.lightbg { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_light_text_color; }
.lightbg .button-outlined { box-shadow: inset 0 0 0 2px @thechurchsite_row_light_text_color; color: @thechurchsite_row_light_text_color; }
.lightbg .button-outlined:after { background: @thechurchsite_row_light_text_color; }
.lightbg .button-outlined:hover span { color: @thechurchsite_row_light_color; }
.lightbg .row-column a .icon { color: @thechurchsite_row_light_text_color; }

.darkbg  { background-color: @thechurchsite_row_dark_color; color: @thechurchsite_row_dark_text_color; }
.darkbg .button-outlined { box-shadow: inset 0 0 0 2px @thechurchsite_row_dark_text_color; color: @thechurchsite_row_dark_text_color; }
.darkbg .button-outlined:after { background: @thechurchsite_row_dark_text_color; }
.darkbg .button-outlined:hover span { color: @thechurchsite_row_dark_color; }
.darkbg .row-column a .icon { color: @thechurchsite_row_dark_text_color; }

.brandbg { background-color: @thechurchsite_brand_color; color: @thechurchsite_row_brand_text_color; }
.brandbg .button-outlined { box-shadow: inset 0 0 0 2px @thechurchsite_row_brand_text_color; color: @thechurchsite_row_brand_text_color; }
.brandbg .button-outlined:after { background: @thechurchsite_row_brand_text_color; }
.brandbg .row-column a .icon { color: @thechurchsite_row_brand_text_color; }


.brandbg .button-primary { box-shadow: inset 0 0 0 2px @thechurchsite_row_brand_text_color; color: @thechurchsite_row_brand_text_color; }
.brandbg .button-primary:after { background: @thechurchsite_row_brand_text_color; }
.brandbg .button-primary:hover { color: @thechurchsite_brand_color; }
.brandbg .button-primary:hover span { color: @thechurchsite_brand_color; }
.brandbg .button-outlined:hover { color: @thechurchsite_brand_color; }
.brandbg .button-outlined:hover span { color: @thechurchsite_brand_color; }

.imagebg .button-primary {

	box-shadow: inset 0 0 0 2px white;
	color: black;


}

.imagebg .button-primary:hover {
	color: @thechurchsite_brand_color;
}

.imagebg .button-primary:hover span { color: @thechurchsite_brand_color; }

header.no-image { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_light_text_color; }
*/

/*
// ------------------------------------
// Top bar
// ------------------------------------
*/
/*
.top-bar nav.primary ul[class*="menu-"] li a,
.top-bar nav.mobile .menu-mobile a { color: @thechurchsite_navbar_link_color; }

.top-bar nav.primary ul[class*="menu-"] li a:hover,
.top-bar nav.mobile .menu-mobile a:hover { color: @thechurchsite_navbar_link_color; opacity: 0.75 }
*/
/*** SOLID BAR ***/
/*
.top-bar.navigation-display-solid { background-color: @thechurchsite_navbar_color; }
.top-bar.navigation-display-solid nav.primary ul[class*="menu-"] > li ul { background-color: @thechurchsite_navbar_color; }
.top-bar.navigation-display-solid nav.primary ul[class*="menu-"] > li ul a { background-color: @thechurchsite_navbar_color; }
*/
/*** TRANSPARENT ***/

/*** MOBILE ***/
/*
nav.mobile .menu-mobile { background-color: @thechurchsite_navbar_color; }
nav.mobile .menu-mobile-handle-container .menu-mobile-handle-top,
nav.mobile .menu-mobile-handle-container .menu-mobile-handle-middle,
nav.mobile .menu-mobile-handle-container .menu-mobile-handle-bottom,
nav.mobile.open .menu-mobile-handle-container .menu-mobile-handle-top,
nav.mobile.open .menu-mobile-handle-container .menu-mobile-handle-middle,
nav.mobile.open .menu-mobile-handle-container .menu-mobile-handle-bottom { background-color: @thechurchsite_navbar_link_color; }
*/

/*
// ------------------------------------
// 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 a,
footer .row-column a .icon { color: @thechurchsite_footer_text_color;  }
*/
/*
// ------------------------------------
// Messenger
// ------------------------------------
*/
/*
.messenger .body .intro .title { background-color: @thechurchsite_brand_color; font-family: 'Nunito Sans', sans-serif;; }
.messenger .trigger { background-color: @thechurchsite_brand_color; box-shadow: inset 0 0 0 2px @thechurchsite_brand_color; }
*/
/*
// ------------------------------------
// Giving
// ------------------------------------
*/
/*
.thechurchco-giving-form .loader:before { border-bottom-color: @thechurchsite_brand_color; }
*/
/*
// ------------------------------------
// Loader
// ------------------------------------
*/
/*
.tccloader:before { border-bottom-color: @thechurchsite_brand_color; }
*/

/*
// ------------------------------------
// Announcment: TopBar
// ------------------------------------
*/

.announcement-topbanner { color: @thechurchsite_row_brand_text_color; background-color: @thechurchsite_brand_color; }

/*
// ------------------------------------
// 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: @thechurchsite_brand_color; }
.brandbg .churchonline-stack-bar-wrap a { color: @thechurchsite_row_brand_text_color; }
.brandbg a { color: currentColor; font-weight: bold; }



/*
// ------------------------------------
// Accordion
// ------------------------------------
*/

/*
// ------------------------------------
// Calendar
// ------------------------------------
*/
[data-component-type="TCCCalendar"] .rbc-event { background-color: @thechurchsite_brand_color; color: @thechurchsite_row_brand_text_color; }
[data-component-type="TCCCalendar"] .rbc-today:after { background-color: @thechurchsite_brand_color; }


.thirdbg { background-color: @thechurchsite_tertiary_color; color: @thechurchsite_tertiary_text_color; }
.secondbg { background-color: @thechurchsite_secondary_color; color: @thechurchsite_secondary_text_color; }
.brandbg { background-color: @thechurchsite_brand_color; color: @thechurchsite_row_brand_text_color; }.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; }