@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//klcmc.org/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Noto Sans SC", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(39,63,86);
	--wd-text-font-size: 16px;
	--wd-title-font: "Noto Serif SC", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(181,54,37);
	--wd-entities-title-font: "Noto Sans SC", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(19,24,36);
	--wd-entities-title-color-hover: rgb(240, 63, 53);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Noto Sans SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(19,24,36);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Noto Sans SC", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(181,54,37);
	--wd-alternative-color: rgb(255,253,239);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Noto Sans SC", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: rgb(255,253,239);
	--btn-default-bgcolor-hover: rgb(246,237,220);
	--btn-default-color: rgb(181,54,37);
	--btn-default-color-hover: rgb(179,34,14);
	--btn-accented-font-family: "Noto Sans SC", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-bgcolor: rgb(255,253,239);
	--btn-accented-bgcolor-hover: rgb(246,237,220);
	--btn-accented-color: rgb(181,54,37);
	--btn-accented-color-hover: rgb(179,34,14);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-image: url(https://klcmc.org/wp-content/uploads/2025/08/Footer_Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.page .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(39,63,86);
	--wd-form-placeholder-color: rgba(39,63,86,0.51);
	--wd-form-brd-color: rgb(208,208,208);
	--wd-form-brd-color-focus: rgb(188,188,188);
	--wd-form-bg: rgb(235,230,219);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 57px;
	--wd-arrow-icon-size: 30px;
	--wd-arrow-color: rgb(45,15,2);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-radius: 300px;
}
.wd-nav-scroll {
	--wd-nscroll-bg: rgb(230,230,230);
	--wd-nscroll-drag-bg: rgb(240,63,53);
	--wd-nscroll-drag-bg-hover: rgb(214,65,49);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


@font-face {
	font-family: "Awesome Fonts";
	src: url("//klcmc.org/wp-content/uploads/2025/08/fa-brands-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

.hide,#hide{
    display:none !important;
}
.noMargin, .noMargin p{
    margin:0 !important;
}
.noPadding{
    padding:0 !important;
}
.whiteText{
    color: white !important;
}
.textCenter{
text-align:center !important;
}
.desktop{
display:block
}
.mobile{
display:none;
}
.zIndex99{
	z-index:99 !important;
}
.zIndex100{
z-index:100 !important;
}

header.whb-header.whb-header_377325.whb-overcontent.whb-sticky-shadow.whb-scroll-stick.whb-sticky-real.whb-sticky-prepared.whb-sticked .whb-color-light:not(.whb-with-bg) {
    background-color: #ffffff;
}

header.whb-header.whb-header_377325.whb-overcontent.whb-sticky-shadow.whb-scroll-stick.whb-sticky-real.whb-sticky-prepared.whb-sticked .wd-nav[class*="wd-style-"]>li>a {
    color: #131824;
}

.donateCTA{
background: transparent linear-gradient(270deg, var(--unnamed-color-f03f35) 0%, #70060B 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(270deg, #F03F35 0%, #70060B 100%) 0% 0% no-repeat padding-box;
border-radius: 65px;
	    padding: 0px 50px;
	cursor:pointer;
}

.donateCTA:hover{
background: transparent linear-gradient(-270deg, var(--unnamed-color-f03f35) 0%, #70060B 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(-270deg, #F03F35 0%, #70060B 100%) 0% 0% no-repeat padding-box;
border-radius: 65px;
	    padding: 0px 50px;
	cursor:pointer;
}

.donateCTA a{
color:white !important;
	cursor:pointer;
	
}

.sectionTitle {
    margin-bottom: 10px;
}

.sectionTitle h2{
	font-size:56px;
}

.sectionTitle h3{
	font-size:40px;
	font-family:"Noto Sans SC";
	font-weight:bold;
	margin-bottom:0
}

p strong{
font-weight:bolder;
}
ul,ol{
margin-top:-15px;
}
.wd-content-layout {
    padding-block: 0px;
}
.readMoreBtn{
font-family:"Noto Sans SC", Arial, Helvetica, sans-serif;
	
}
.readMoreBtn h4{
	font-family:"Noto Sans SC", Arial, Helvetica, sans-serif;
	    border-bottom: 1px solid #000000;
	color: #333333;
	    font-size: 16px;
	font-weight:normal
}

ul.timeTable{
padding:0;
margin:0;
}
ul.timeTable > li{
padding:0;
margin:0;
	list-style:none;
	display:inline-block;
}
ul.timeTable > li:first-child{
	min-width:50px;
}

.yellowText *{
color:#FAF8F4
}

.cTA01Yellow{
color:#B53625 !important;
	padding:10px 30px;
	background-color:#FFFDEF;
}
.cTA01Yellow:hover{
	background-color:#F6EDDC;
}

.footerSocialMediaIcons *{
--wd-social-bg:#273F56 !important;
	color:white !important
}

footer p{
color:#273F56
}

.alignLeftMenu ul li{
min-width:100px;
	max-width:50%;
}
.alignLeftMenu ul li a{
	font-size:16px;
}

.infoBox01{
box-shadow: 0px 0px 25px #0000001A;
}
.infoBox01 img{
border-radius: 10px 10px 0px 0px;
}
.infoBox01 div.info-box-content{
	padding:0 15px;
	min-height: 510px;
}

.pastorTitle h3{
	font-size:35px;
	line-height:35px;
	font-family:"Noto Sans SC";
	font-weight:bold;
	color:#273F56;
}

.pastorTitle .title-after_title{
font-weight:bold;
}
input[type="date"]{
	background-color:#EBE6DB
}

div.wpcf7 input[type="submit"]{
background-color:#B53625 !important;
	color:white !important;
	border-radius: 65px;
	    padding: 0px 50px;
	font-size:18px;
}
div.wpcf7 input[type="submit"]:hover{
background-color: #b3220e !important
}

label {
    color:#273F56;
	font-weight;500
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a, .wd-nav-main>li>a:hover, .wd-nav-secondary>li>a:hover{
	color:#B53625 !important
}
.wd-nav[class*="wd-style-"]>li.donateCTA:is(.current-menu-item,.wd-active,.active)>a, .wd-nav-main>li.donateCTA>a:hover, .wd-nav-secondary>li>a:hover{
color:white !important;
}

.wd-slide-container{
padding-block:0 !important
}

.declarationBox{
	min-height:375px;
	box-shadow: 0px 0px 15px #0000001A;
}
.donateBox{
	min-height:350px;
}
.shadowBox{
	box-shadow: 0px 0px 25px #0000001A;
}
.borderR15 *{
	border-radius:15px !important
}


.postContentGrid{
border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-left-radius:0 !important;
	border-top-right-radius:0 !important;
}
.postContentGrid h4{
	font-family:"Noto Sans SC";
	font-weight:bold;
	font-size:20px;
}
.vc_gitem-zone{
border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.postCTAGrid a{
	background:transparent !important;
	padding: 0 !important;
	font-weight:bold !important;
}

.wd-post-cat.wd-style-with-bg, .wd-entities-title, .wd-single-post-header .wd-post-meta, .wd-post-image, .wd-single-post-header{
display:none !important;
}
.post-single-page, .related-posts-slider{
margin:0 !important
}

.yellowGbg{
	background:  linear-gradient(180deg, #FEFAF300 0%, #FEFAF1 100%) 0% 0% no-repeat padding-box;
}

.esg-entry-media-wrapper{
	border-top-left-radius:10px !important;
	border-top-right-radius:10px !important;
}

.yelloGText h1{
	 background: -webkit-linear-gradient(#ffffff, #fff5ad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whb-main-header {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
}
.imgHoverZoomIn:hover{
transform: scale(.95);
}

.noBr * br{
	display:none;
}

:root textarea {
    min-height: 90px !important;
	max-height: 90px;
}

h2.esg-content {
    min-height: 80px;
}

.wd-arrow-inner{
	max-width: 50px;
    max-height: 50px;
}
.wd-next .wd-arrow-inner:after, .wd-prev .wd-arrow-inner:after{
    font-size: 20px;
}
table.locationIconTable{
max-width:120px;
	    margin-bottom: 20px;
	
}
table.locationIconTable tr td{
max-width:50px;
	padding:0;
	border-bottom:0
}
table.locationIconTable tr td:last-child{
margin-left:10px;
}

.csrBox .info-box-icon{
    border-radius: 0 !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
	background: #F47920;
background: linear-gradient(90deg, rgba(244, 121, 32, 1) 0%, rgba(188, 35, 101, 1) 49%, rgba(121, 44, 129, 1) 100%);
}

.redStrong strong{
color:#B53625 !important;
	font-weight:bolder
}

.csr h4{
	font-size:22px;
	font-family:"Noto Sans SC";
	font-weight:bold;
	margin-bottom:0;
	background-color:#26286C;
	    width: 100%;
    margin-top: -30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:30px 0
}

.radiusDel img{
	border-radius: 0 !important;
}@media (max-width: 576px) {
	.desktop{
display:none;
}
.mobile{
display:block
}
.mobileBreakWord p br{
	display:none;
}

.pageTitle h1{
	font-size:50px !important;
}
.sectionTitle h2{
	font-size:40px !important;
}


header.whb-header.whb-header_377325.whb-overcontent.whb-sticky-shadow.whb-scroll-stick.whb-sticky-real.whb-sticky-prepared.whb-sticked .wd-tools-element>a {
   
    color: #131824;
}
}

