/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/

.jf_button .tcb-button-link,
.jf_button_light .tcb-button-link {
	transition: background-color 0.4s ease-in-out;
}

.jf_button .tcb-button-text,
.jf_button_light .tcb-button-text {
	transition: letter-spacing 0.4s ease-in-out, color 0.5s ease-in-out;
}

.jf_button:hover .tcb-button-text,
.jf_button_light:hover .tcb-button-text {
	letter-spacing: 1px;
}

.jf_button,
.jf_button_light {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.jf_button {
	animation: fadeInHeader 1.5s ease forwards;
}

.jf_button_light {
	animation: fadeInHeader 1.5s ease forwards 0.5s;
}

.jf_menu li {
	transition: border-color 0.25s ease-in-out;
}

.jf_menu:not(.tve-mobile-dropdown) li,
.jf_menu:not(.tve-mobile-dropdown) li a span,
.jf_logo a {
	letter-spacing: 0px;
	opacity: 0;
	animation: spreader 0.75s ease forwards 0.25s;
}

.jf_menu li:hover {
	border-color: var(--tcb-skin-color-9, #f1f1f1) !important;
}

.jf_menu li a span {
	transition: color 0.5s ease-in-out, letter-spacing 0.5s ease-in-out;
}

.jf_menu li a span {
	transition: color 0.25s ease-in-out;
}

.jf_menu li:hover a span {
	color: var(--tcb-skin-color-9, #f1f1f1) !important;
}

.jf_logo a {
	/* letter-spacing: 2px !important; */
	transition: color 0.25s ease-in-out, letter-spacing 0.5s ease-in-out;
}

.jf_logo a:hover {
	background-image: url('https://jf.yoursystemsguy.com/wp-content/uploads/2026/04/IMG_3405.png');
	background-size: contain;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

svg.tcb-icon {
	transition: fill 0.25s ease-in-out, color 0.25s ease-in-out !important;
}

.tve_s_icon {
	padding: 0.6em 0 !important;
}

.jf-canvas-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
}

.mb_crawler_wrapper {
	width: 100%;
	/* overflow: hidden; */
	height: 100px;
}

.mb_crawler_reveal {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#jf-hero-canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.thrive-placeholder-section {
	position: absolute !important;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

.credits-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* Mobile default */
	gap: 25px;
	width: 100%;
	margin: 20px 0;
}

.jf_social_button a span.thrv-inline-text {
	transition: letter-spacing 0.25s ease-in-out, color 0.25s ease-in-out;
}

.jf_social_button a span.tcb-button-icon {
	padding-left: 5px !important;
}

.jf_social_button a span {
	transition: color 0.25s ease-in-out;
}

.jf_social_button a:hover span {
	background-image: url('https://jf.yoursystemsguy.com/wp-content/uploads/2026/04/IMG_3405.png');
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--tcb-skin-color-9, #f1f1f1) !important;

}

.jf_social_button a:hover span.thrv-inline-text {
	letter-spacing: 1px !important;
	color: var(--tcb-skin-color-9, #f1f1f1) !important;
}

/* Desktop: Max 4 columns */
@media (min-width: 1024px) {
	.credits-container {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Tablet: 3 columns */
@media (min-width: 768px) and (max-width: 1023px) {
	.credits-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.credit-item {
	display: flex;
	flex-direction: column;
	text-align: left;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	transition-delay: var(--delay);
}

.credit-item.fade-in {
	opacity: 1;
	transform: translateY(0);
}

.credit-image-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 1 / 1;
	/* Keeps images square, adjust as needed */
	margin-bottom: 12px;
	transition: box-shadow 0.5s ease;
}

.credit-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(50%);
	/* 50% Desaturated */
	transition: filter 0.4s ease, transform 0.6s ease;
	display: block;
}

.credit-item:hover .credit-image-wrapper img {
	filter: saturate(100%);
	/* Full saturation on hover */
	transform: scale(1.09);
}

.credit-image-wrapper:hover {
	box-shadow: 1px 2px 15px #232323;
}

.credit-title {
	font-weight: 300 !important;
	font-size: 16px !important;
	font-family: Helvetica, sans-serif !important;
	margin: 0 0 4px 0;
	line-height: 1 !important;
	letter-spacing: 1px !important;
	padding-bottom: 0px !important;
	text-transform: uppercase !important;
}

.credit-role {
	font-size: 0.9rem !important;
	opacity: 0.8;
	margin: 0;
	letter-spacing: 0.5px;
	padding-bottom: 0px !important;
}

.credit-link {
	text-decoration: none;
	color: inherit;
}

.styled-heading h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 15px;
	opacity: 0;
	animation: fadeInHeader 0.4s ease-in forwards;
}

.styled-heading h2::before,
.styled-heading h2::after {
	content: "";
	height: 2px;
	width: 50px;
	display: block;
	opacity: 0;
	animation: 0.8s ease-out forwards;
}

.styled-heading h2::before,
.styled-heading h2::after {
	background-color: var(--tcb-skin-color-24);
}

.styled-heading.jf_light h2::before,
.styled-heading.jf_light h2::after {
	background-color: var(--tcb-skin-color-22);
}

/* Slide from left for the first line */
.styled-heading h2::before {
	animation-name: slideFromLeft;
}

/* Slide from right for the second line */
.styled-heading h2::after {
	animation-name: slideFromRight;
}

@keyframes slideFromLeft {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideFromRight {
	from {
		opacity: 0;
		transform: translateX(20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInHeader {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes spreader {
	from {
		opacity: 0;
		letter-spacing: 0px;
	}

	to {
		opacity: 1;
		letter-spacing: 1px;
	}
}