:root { --brand-color:#e80b00;  --brand-color-darkened:#a30800;  --brand-color-lightened:#ef554d;  --footer-color:#0fd2e0;  --footer-color-darkened:#0b939d;  --footer-color-lightened:#57e0ea;  --brand-text-color:#ffffff;  --brand-text-color-darkened:#b3b3b3;  --brand-text-color-lightened:#ffffff;  --secondary-color:#0fd2e0;  --secondary-color-darkened:#0b939d;  --secondary-color-lightened:#57e0ea;  --tertiary-color:#f4e42e;  --tertiary-color-darkened:#aba021;  --tertiary-color-lightened:#f8ed6d;  --body-font:'Lato', sans-serif;  --heading-font:'Montserrat', sans-serif;  ; }/**
 * Customizer Overrides: Emphasis
 **/


/*
// ------------------------------------
// Fonts
// ------------------------------------
*/
body {
	background-color: @thechurchsite_row_light_color;
}
body, p { 
	font-family: 'Lato', sans-serif; 
	font-weight: @thechurchsite_body_weight;
}


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

header.default.-search form input { font-family: 'Montserrat', sans-serif;  ; font-weight:@thechurchsite_heading_weight; }

header.no-image { color: @thechurchsite_row_light_text_color !important; }


/**
 * BUTTONS
 */

button.primary, .button-primary, input.button-primary, input[type="submit"] { color: #ffffff; background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }
button.primary:before, .button-primary:before, input.button-primary:before, input[type="submit"]:before {  color: #ffffff; background: linear-gradient(90deg, #a30800 0%, #e80b00 100%); }
.button-outlined {  background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }
.button-outlined:before {  background: linear-gradient(90deg, #a30800 0%, #e80b00 100%); }

/* Brand Bg */
.brandbg button.primary, .brandbg .button-primary, .brandbg input.button-primary, .brandbg button { color: #e80b00 !important; background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%); }
.brandbg button.primary:before, .brandbg .button-primary:before, .brandbg input.button-primary:before, .brandbg button:before { opacity: 0.05; }
.brandbg .button-outlined { color: #ffffff; }
.header.search.brandbg button.primary, 
.header.search.brandbg .button-primary, 
.header.search.brandbg input.button-primary, 
.header.search.brandbg button { color: #e80b00 !important; background: linear-gradient(90deg, #a30800 0%, #ffffff 100%); } 

/* Second Bg */
.secondbg button.primary, .secondbg .button-primary, .secondbg input.button-primary, .secondbg button { color: #0fd2e0 !important; background: linear-gradient(90deg, @thechurchsite_secondary_text_color_lightened 0%, @thechurchsite_secondary_text_color 100%); }
.secondbg button.primary:before, .secondbg .button-primary:before, .secondbg input.button-primary:before, .secondbg button:before { opacity: 0.05; }
.secondbg .button-outlined { color: @thechurchsite_secondary_text_color; }

/* Third Bg */
.thirdbg button.primary, .thirdbg .button-primary, .thirdbg input.button-primary, .thirdbg button { color: #f4e42e !important; background: linear-gradient(90deg, @thechurchsite_tertiary_text_color_lightened 0%, @thechurchsite_tertiary_text_color 100%); }
.thirdbg button.primary:before, .thirdbg .button-primary:before, .thirdbg input.button-primary:before, .thirdbg button:before { opacity: 0.05; }
.thirdbg .button-outlined { color: @thechurchsite_tertiary_text_color; }


/*
// ------------------------------------
// Cards
// ------------------------------------
*/
.card.-featured .image { background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }
.card.-featured.podcasts .author > .author-profile-picture:after { color: #ffffff; }
.card.-featured.podcasts .author > .author-profile-picture { background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }




/*
// ------------------------------------
// 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 #e80b00; */

}

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


a { color: #e80b00; }

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

.row .row-title:after,
.quote-row .source:after { background-color: #e80b00; }

.lightbg { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_light_text_color; }
.lightbg .button-outlined { color: @thechurchsite_row_light_text_color; }
.lightbg .row-title .sub { color: #e80b00; }
.lightbg.icon-columns-row .icon, .lightbg.icon-columns-row a .icon { background-color: #e80b00; color: @thechurchsite_row_light_color; } 

.darkbg  .row-inner { background-color: @thechurchsite_row_dark_color; color: @thechurchsite_row_dark_text_color; }
.darkbg .button-outlined { color: @thechurchsite_row_dark_text_color; }
.darkbg .darkbg-svg .darkbg-slant { fill: @thechurchsite_row_dark_color; }
.darkbg .row-title .sub { color: #e80b00; }
.darkbg.icon-columns-row .icon, .darkbg.icon-columns-row a .icon { background-color: #e80b00; color: @thechurchsite_row_dark_color; } 

.brandbg { background: linear-gradient(90deg, #e80b00 0%, #a30800 100%);  color: #ffffff; }
.brandbg a { color: currentColor; font-weight: bold; }
.brandbg .row-title .sub { color: currentColor; }
.brandbg.icon-columns-row .icon, .brandbg.icon-columns-row a .icon { background-color: #ffffff; color: #e80b00; } 


.secondbg {  background: linear-gradient(90deg, #0fd2e0 0%, #0b939d 100%); color: @thechurchsite_secondary_text_color; }
.secondbg a { color: currentColor; font-weight: bold; }
.secondbg .row-title .sub { color: currentColor; }
.secondbg.icon-columns-row .icon, .secondbg.icon-columns-row a .icon { background-color: @thechurchsite_secondary_text_color; color: #0fd2e0; } 

.thirdbg {  background: linear-gradient(90deg, #f4e42e 0%, #aba021 100%); color: @thechurchsite_tertiary_text_color; }
.thirdbg a { color: currentColor; font-weight: bold; }
.thirdbg .row-title .sub { color: currentColor; }
.thirdbg.icon-columns-row .icon, .thirdbg.icon-columns-row a .icon { background-color: @thechurchsite_tertiary_text_color; color: #f4e42e; } 


/* Icon */
.icon-columns-row .icon,
.service-times-row .icon-clock { color: #ffffff; background-color: #e80b00;  }

.imagebg .button-outlined { color: @thechurchsite_row_light_text_color; }

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

/*
// ------------------------------------
// Top bar
// ------------------------------------
*/

.top-bar nav .action a { color: #ffffff; background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }
.top-bar ul.menu-primary > li > a:after { background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }

.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:after { background-color: @thechurchsite_navbar_color; }
.top-bar.navigation-display-solid nav.primary ul[class*="menu-"] > li ul a { background-color: @thechurchsite_navbar_color; }
.-scrolling .top-bar.fixed { background-color: @thechurchsite_navbar_color; }

/*** TRANSPARENT ***/
.top-bar ul.menu-primary > li ul:after { background-color: @thechurchsite_navbar_color; }
.top-bar ul.menu-primary > li ul a { background-color: @thechurchsite_navbar_color; color: @thechurchsite_navbar_link_color !important; }


/*** 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 { color: @thechurchsite_footer_text_color; }
footer:after {
	background: linear-gradient(180deg, #0fd2e0 0%, #0b939d 100%); 
}

footer h6, footer.row h6 { color: @thechurchsite_footer_text_color; }
footer a,
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.footer-menu .mega-menu a:after { background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }

footer:not(.footer-menu) .row-column a .icon,
footer:not(.footer-menu) a,
footer:not(.footer-menu) .icon { color: @thechurchsite_footer_text_color;  }

/*
// ------------------------------------
// Messenger
// ------------------------------------
*/

.messenger .body .intro { background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); font-family: 'Lato', sans-serif; font-weight: @thechurchsite_body_weight; }
.messenger .trigger {  background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }
.messenger .trigger:before {  background: linear-gradient(90deg, #a30800 0%, #e80b00 100%); }
/* .messenger .body { border: 1px solid #e80b00; box-shadow: 6px 6px 0px 0px #e80b00; } */
/*
// ------------------------------------
// Giving
// ------------------------------------
*/

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

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

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

/*
// ------------------------------------
// 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 { color: @thechurchsite_row_dark_color; }
.lightbg .prayer-request-app button:after { background: @thechurchsite_row_light_text_color; }
.lightbg .prayer-request-app button:hover { color: @thechurchsite_row_light_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 { color: @thechurchsite_row_light_color; }
.darkbg .prayer-request-app button:after { background: @thechurchsite_row_dark_text_color; }
.darkbg .prayer-request-app button:hover { color: @thechurchsite_row_dark_color; }
*/

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

.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: #e80b00;  }
.secondbg .accordion-wrap .title { background-color: @thechurchsite_secondary_text_color; color: #0fd2e0;  }
.thirdbg .accordion-wrap .title { background-color: @thechurchsite_tertiary_text_color; color: #f4e42e;  }


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

/*
// ------------------------------------
// Subnav
// ------------------------------------
*/


.lightbg.subnav-row .nav-container { background-color: @thechurchsite_row_dark_color;   }
.lightbg.subnav-row .nav-container a { color: @thechurchsite_row_light_color; }
.lightbg.subnav-row .nav-container a:hover { background-color: @thechurchsite_row_light_color; color: @thechurchsite_row_dark_color; }


.darkbg.subnav-row .nav-container { background-color: @thechurchsite_row_light_color;   }
.darkbg.subnav-row .nav-container a { color: @thechurchsite_row_dark_color; }
.darkbg.subnav-row .nav-container a:hover { background-color: @thechurchsite_row_dark_color; color: @thechurchsite_row_light_color; }

.brandbg.subnav-row .nav-container { background-color: #ffffff;   }
.brandbg.subnav-row .nav-container a { color: #e80b00; }
.brandbg.subnav-row .nav-container a:hover { background-color: #e80b00; color: #ffffff; }

.secondbg.subnav-row .nav-container { background-color: @thechurchsite_secondary_text_color;   }
.secondbg.subnav-row .nav-container a { color: #0fd2e0; }
.secondbg.subnav-row .nav-container a:hover { background-color: #0fd2e0; color: @thechurchsite_secondary_text_color; }

.thirdbg.subnav-row .nav-container { background-color: @thechurchsite_tertiary_text_color;   }
.thirdbg.subnav-row .nav-container a { color: #f4e42e; }
.thirdbg.subnav-row .nav-container a:hover { background-color: #f4e42e; color: @thechurchsite_tertiary_text_color; }


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

.announcement-topbanner { color: #ffffff; background-color: #e80b00; background: linear-gradient(90deg, #e80b00 0%, #a30800 100%); }

/*
// ------------------------------------
// 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: #e80b00; }
.brandbg .churchonline-stack-bar-wrap a { color: #ffffff; }
.secondbg .churchonline .churchonline-stack-item { background-color: #0fd2e0; }
.secondbg .churchonline-stack-bar-wrap a { color: @thechurchsite_secondary_text_color; }
.thirdbg .churchonline .churchonline-stack-item { background-color: #f4e42e; }
.thirdbg .churchonline-stack-bar-wrap a { color: @thechurchsite_tertiary_text_color; }

/*
// ------------------------------------
// Hexagon
// ------------------------------------
*/

.hexwrap .solidhex { fill: #e80b00 !important; }
.hexwrap.-primary .solidhex { fill: #e80b00 !important; }
.hexwrap.-secondary .solidhex { fill: #0fd2e0 !important; }
.hexwrap.-tertiary .solidhex { fill: #f4e42e !important; }

.hexwrap .outlinedhex { fill: none !important; stroke: #e80b00 !important; }
.hexwrap.-primary .outlinedhex { fill: none !important; stroke: #e80b00 !important; }
.hexwrap.-secondary .outlinedhex { fill: none !important; stroke: #0fd2e0 !important; }
.hexwrap.-tertiary .outlinedhex { fill: none !important; stroke: #f4e42e !important; }


/*
// ------------------------------------
// Wave
// ------------------------------------
*/

.wavebg .dark-shape .wave-dark-shape { fill: #f4e42e !important; }

/*
// ------------------------------------
// Calendar
// ------------------------------------
*/
[data-component-type="TCCCalendar"] .rbc-event { background-color: #e80b00; color: #ffffff; }
[data-component-type="TCCCalendar"] .rbc-today:after { background-color: #e80b00; }.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; }