/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 31 2025 | 14:43:32 */
body {
  margin: 0;
  color: #506595;
  font-family: 'Poppins', sans-serif;
  background: #f6f6f9;
}
li.current_page_item a,
.hfe-nav-menu .menu-item a:hover {
  background: linear-gradient(135deg, #eb4763 0%, #fa6742 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
#masthead .hfe-nav-menu .menu-item a {
  position: relative;
}
#masthead .hfe-nav-menu > .menu-item.current_page_item > a:after {
  width: 24px;
  height: 4px;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -3px;
  margin-left: -12px;
  background: linear-gradient(106.6deg, #fa6742 0%, #eb4763 100%);
  z-index: 1;
  opacity: 1 !important;
  border-radius: 30px;
}
.fit-content {
  width: fit-content !important;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.blue-gradient-text {
  background: linear-gradient(
    100.88deg,
    #0d968b 0%,
    #0da2e7 50%,
    #11c5b6 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.orange-gradient-text {
  background: linear-gradient(110.19deg, #fa6742 0%, #eb4763 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.bg-blur {
  backdrop-filter: blur(10px);
}
.preline-whitespace p {
  white-space: pre-line;
}
.custom-spacer .elementor-widget-spacer {
  height: 4px;
  border-radius: 30px;
}
.donation-list-item {
  position: relative;
}

.donation-list-item span.item-amount {
  position: absolute;
  top: 21px;
  right: 24px;
  color: #0d968b;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.donation-list-item .elementor-icon-box-description {
  padding-right: 40px;
}
.active-amount a span {
  color: #fff;
}

.active-amount a {
  background-image: linear-gradient(106.6deg, #fa6742 0%, #eb4763 100%);
  transform: scale(1.03);
}
.social-btns .elementor-element a {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btns .elementor-element a svg {
  width: 20px;
}
/* contact page */
.contact-form {
  max-width: 700px;
  margin: 0 auto;
}

.contact-form h2 {
  margin: 0 0 20px;
  font: 700 24px / 27px "Poppins", sans-serif;
  color: #0f1729;
}

.form-row {
  display: flex;
  gap: 20px;
  margin: 0 0 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font: 600 14px / 20px "Poppins", sans-serif;
  color: #0f1729;
  margin: 0 0 10px;
  display: block;
}

.contact-form input,
.contact-form textarea {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  display: block;
}
.contact-form textarea,
.contact-form input {
  font-family: "Poppins", sans-serif;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #64748b;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #fb7185;
  box-shadow: 0 0 0 3px rgba(251, 113, 133, 0.15);
}

.contact-form textarea {
  height: 118px;
  resize: none;
}

.contact-form .full-width {
  width: 100%;
}

.contact-form form input[type="submit"] {
  margin-top: 24px;
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(90deg, #fb7185, #f43f5e);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(244, 63, 94, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.contact-form br {
  display: none;
}

.contact-form input[type="submit"] {
  background-color: transparent;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
	cursor:pointer;
  fill: #ffffff;
  color: #ffffff;
  background-image: linear-gradient(106.6deg, #fa6742 0%, #eb4763 100%);
  box-shadow: 0px 4px 14px 0px
    rgba(235, 70.99999999999999, 99.00000000000016, 0.34901960784313724);
  border-radius: 12px 12px 12px 12px;
  padding: 16px 20px;
}
.page-container{
	max-width:1300px;
	padding:0 15px;
	margin:0 auto;
}

/* blog page */
article.hfe-post-card {
    background: #fff !important;
    border-radius: 16px;
    overflow: hidden;
}

article.hfe-post-card img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

article.hfe-post-card h3 a {
    color: #0F1729 !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
article.hfe-post-card .hfe-post-meta {
    font-family: 'Poppins', sans-serif;
}

.hfe-post-excerpt {
    color: #506595 !important;
    line-height: 21px;
}
article.hfe-post-card:nth-child(n + 6) {
    grid-column: 1 / -1;
}

article.hfe-post-card:nth-child(n + 6) .hfe-post-image {
    display: none !important;
}


/* post single page */
/* Post Styling */
.post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin: 40px 0;
}

/* Featured Image */
.post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}
.post-featured-image img {
    max-height: 600px;
    object-fit: cover;
}
/* Categories */
.post-categories {
    margin-bottom: 10px;
}
.post-categories .category {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(106.6deg, #FA6742 0%, #EB4763 100%);
}

/* Title */
.post-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #222;
}

/* Content */
.post-content {
    font-size: 1em;
    line-height: 1.8;
    color: #555;
}
.hfe-post-content {
    display: flex;
    flex-direction: column;
}

.hfe-post-meta {
    order: 1;
}

h3.hfe-post-title {
    order: 2;
}

.hfe-post-excerpt {
    order: 3;
}

a.hfe-read-more {
    order: 4;
    color: #0D968B !important;
    font-weight: 600;
}
.hfe-posts-grid {
    margin-bottom: 50px;
}

/* financials page */
span.card-text {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #506595;
    margin: 5px 0 0;
}
#team-poup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}
.popup-image-holder>div{height:100%;}
/* 	#team-poup .e-con-inner { */
#team-poup .popup-holder {
    max-width: 1150px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-grow: inherit;
    height: auto;
	overflow:hidden;
}
#popup-closer svg {
    width: 40px;
}
.popup-text {
    max-height: 374px;
    overflow: auto;
}
.hfe-nav-menu-icon {
    padding: 0;
}
.break-all h3 a,
.break-all * {
    word-break: break-all;
}
#page {
    overflow-x: hidden;
}
span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.donation-help h3.elementor-icon-box-title {
    padding-right: 62px;
}
.bg-cover {
    background-size: cover !important;
}
.member-bio {
    display: none !important;
}


/* Hamburger */
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    display: block !important;
    opacity: 1;
    height: auto !important;
    position: fixed !important;
    z-index: 100;
    left: 0 !important;
    top: 97px;
    transform: translate(-150%, 0);
    width: 100% !important;
    visibility: visible !important;
	bottom:0;
    transition: all .2s ease;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown ul {
    opacity: 1 !important;
    visibility: visible !important;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    transform: translate(0, 0);
}
.hfe-active-menu .hfe-nav-menu-icon {
    background-position: -30px 0px;
}
.hfe-nav-menu-icon {
    padding: 0;
    background: url("https://demo.christforkidsministries.com/wp-content/uploads/2025/12/nav-opener-1.png") no-repeat;
    width: 30px;
    height: 24px;
    transition: all .1s ease;
}
.hfe-nav-menu-icon svg{display:none !important;}
#page.active {
    overflow-y: hidden;
    height: 80vh;
}





ul.sub-menu {
    border-radius: 16px;
    overflow: hidden;
    width: 150px !important;
    min-width: auto !important;
}

ul.sub-menu li.current-page a {
    background: red;
}
#masthead .hfe-nav-menu .sub-menu li.current_page_item a {
    background: linear-gradient(106.6deg, #FA6742 0%, #EB4763 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}


#masthead .hfe-nav-menu .sub-menu li.current_page_item {
    border-color: #f96644;
}

#masthead .hfe-nav-menu .sub-menu a {
    display: block;
    text-align: center;
    padding: 17px 5px;
}
footer nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    height: auto !important;
    background: none !important;
}

footer nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown ul {
    position: static !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

footer nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown a {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

footer nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown li {
    border: none !important;
}
footer a:hover,
footer a:hover span{
	color: #f86346 !important;
}
footer nav li.current_page_item a,
footer nav li a:hover{
    color: #f86346 !important;
    background: none !important;
    background-image: none !important;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

footer .hfe-nav-menu__toggle {
    display: none !important;
}
main#page:before {
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
    radial-gradient(circle at center,
      #0f9d94 0%,
      #0f9d94 45%,
      rgba(15, 157, 148, 0.8) 55%,
      rgba(15, 157, 148, 0.5) 62%,
      rgba(15, 157, 148, 0.25) 70%,
      rgba(15, 157, 148, 0.12) 78%,
      rgba(15, 157, 148, 0.06) 85%,
      rgba(15, 157, 148, 0.03) 92%,
      rgba(15, 157, 148, 0) 100%
    );
    filter: blur(0.5px);
    opacity: 0.04;
    transform: translate(0, -50%);
    right: 0;
    left: auto;
}
main#page{position:relative;}
main#page:after {
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
    radial-gradient(circle at center,
      #ff6a4d 0%,
      #ff6a4d 42%,
      rgba(255, 106, 77, 0.9) 50%,
      rgba(255, 120, 60, 0.7) 58%,
      rgba(255, 90, 40, 0.55) 65%,
      rgba(255, 70, 20, 0.4) 72%,
      rgba(255, 50, 10, 0.25) 80%,
      rgba(255, 40, 0, 0.15) 88%,
      rgba(255, 40, 0, 0.05) 94%,
      rgba(255, 40, 0, 0) 100%
    );
    filter: blur(0.6px);
    left: 0;
    bottom: 0px;
    transform: translate(-50%, 0);
    opacity: 0.05;
    top: auto;
}





.podcast-pagination {
    text-align: center;
    margin: 40px 0;
}
.podcast-pagination a,
.podcast-pagination span {
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
}
.podcast-pagination .current {
    background-color: transparent;
    background-image: linear-gradient(137deg, #FA6742 0%, #EB4763 100%);
    color: #fff;
}
.post-type-archive-podcast main#primary {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 15px 0;
}

article.podcast-item {
    background: #fff;
    box-shadow: 0px 4px 24px -4px rgba(14.999999999999998, 23.000000000000018, 40.99999999999999, 0.08);
    border-radius: 16px;
    padding: 16px;
    margin: 0 0 30px;
}

main#primary .castos-player.dark-mode .player {
    background: none;
    color: #506595;
    height: auto !important;
}

main#primary .castos-player.dark-mode .player * {
    color: #506595;
}

.podcast_meta {
    display: none !important;
}

.player__artwork {
    width: 64px !important;
    height: 100px !important;
}

.player__artwork img {
	width: 64px !important;
	height: 100px !important;
	border-radius: 10px !important;
	object-fit: cover;
	margin: 0 !important;
}

.castos-player .player__body {
    flex: 1;
    padding: 0;
}

.castos-player .player__main {
	display: flex;
	align-items: flex-start;
	height: auto !important;
	gap: 20px !important;
}
.castos-player .play-progress {
    margin: 0 !important;
}
.show.player__podcast-title {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #0F1729 !important;
    opacity: 1 !important;
}

.episode-title.player__episode-title {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.ssp-playback.playback {
    display: none;
}

nav.player-panels-nav {
    display: none;
}

.play-progress {
    display: flex;
    align-items: center;
}
article.podcast-item p {
    margin-left: 94px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.castos-player.dark-mode .progress, .castos-player.dark-mode .ssp-progress {
    background: #f76247;
}


/* VIDEOS PAGE */
.sby_footer button, .sby_footer a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    background-image: linear-gradient(106.6deg, #FA6742 0%, #EB4763 100%) !important;
    box-shadow: 0px 4px 14px 0px rgba(235, 70.99999999999999, 99.00000000000016, 0.34901960784313724) !important;
    border-radius: 12px !important;
    padding: 13px 35px !important;
}
.sby_footer .sby_follow_btn{display:none !important;}
.castos-player .progress__filled{background-color:#000 !important;}

@media (min-width: 1000px) and (max-width: 1400px) {
	main#page .e-parent.e-lazyloaded,
	.post-type-archive-podcast main#primary,
	article.post{
		padding-left: 4vw;
		padding-right: 4vw;
	}
}
@media(max-width:1024px){
	.donation-list-item .elementor-icon-box-description{padding-right:0;}
}
@media(max-width:767px){
	article.hfe-post-card img {
		min-height: 40vw;
	}
	.post-title {
		font-size: 23px;
	}
	.popup-text {
		max-height: 224px;
		overflow: auto;
	}
}
@media(max-width:500px){
	.contact-form h2 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.form-row {
		flex-direction: column;
	}
	.donation-help h3.elementor-icon-box-title{padding-right:0;}

	& [id^="sb_youtube_"].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
		width: 50% !important;
	}

	a.sby_video_thumbnail {
		min-height: 26vw !important;
	}
	.podcast-pagination a, .podcast-pagination span {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
	}
}