/* Vantage set menu font family and weight */
.main-navigation a {
font-weight: normal;
}

/* Vantage header menu font family and weight */
#main .widget_header_menu ul li {
  background: #000000;
}
/* header search bar font size */
#masthead .widget_search input[type="Search Here"] {
    font-size: 22px;
		color: #fcfcfc;
}
#colophon #site-info {
font-size: 20px;
font-weight: normal;
text-decoration: none;
text-align: left !important;
}
/* footer site info larger and align */
#footer-widgets .widget {
      font-size: 20px;
    }
/* header search bar font size */
#masthead .widget_search input[type="What are you looking for?"] {
    font-size: 22px;
    color: #fcfcfc;
}
/* header search widget font size */
/* header search bar font size */
#is-search-input-291 .widget_search input[type="search"] {
    font-size: 22px;
		color: #fcfcfc;
}
/* jodis button with background image */
.maxbutton-6.maxbutton.maxbutton-jodi-button {
		background-image: url('https://kcch.org/wp-content/uploads/2025/08/Jodi-button-480.jpg');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: center; /* Center the image */
    }
/* table */
table {
    border: none !important;
		font-size: 20px !important;
}
tr {
  border-bottom: 1px solid #c7d0e0;
}
td {
  vertical-align: middle;
}
/* mobile menu remove drop shadow */
.mobile-nav-frame ul li a.link, .mobile-nav-frame .title h3 {
	text-shadow: none;
}
/* center so social icons widget */
.widget_vantage-social-media { text-align: center !important; }
.widget_vantage-social-media a { float: none !important; display: inline-block !important; }
/* sidebar widget */
.widget-title {
    font-size: 20px;
		font-weight: normal;
}
.widget-title a{
		font-weight: normal;
		text-decoration: none;
}
/* footer site info larger */
#masthead .hgroup {
  display: block !important;
}
/* align bacground image homepage mission vision */
.align-back {
    background-position: center top !important; /* Adjust as needed */
}