/*!
Theme Name: kby
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kby
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kby is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Top Navigation Styles */
.kby-top-nav {
	text-align: center;
}

.kby-top-nav a {
	text-decoration: none;
}

.kby-top-nav .kby-icon-heart {
	font-size: 16px;
	color: #ea0b8c;
}

.kby-top-nav .kby-icon-green {
	font-size: 16px;
	color: #b2d235;
}

.kby-top-nav .kby-text-white {
	color: #ffffff;
}

/* Email form block — анимация, чтобы почта была заметна */
@keyframes email-form-pulse {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(234, 11, 140, 0.4);
		background-color: rgba(234, 11, 140, 0.08);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(234, 11, 140, 0);
		background-color: rgba(234, 11, 140, 0.15);
	}
}

@keyframes email-form-glow {
	0%, 100% {
		filter: drop-shadow(0 0 6px rgba(234, 11, 140, 0.6));
	}
	50% {
		filter: drop-shadow(0 0 14px rgba(234, 11, 140, 0.9));
	}
}

.email_form-strong {
	display: inline-block;
	padding: 0.25em 0.1em;
}

.email_form-strong a {
	display: inline-block;
	padding: 0.25em 0.6em;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	animation: email-form-pulse 2s ease-in-out infinite;
	transition: color 0.2s;
}

.email_form-strong a:hover {
	animation: email-form-glow 1.2s ease-in-out infinite;
}

/* Footer: иконки соцсетей под кнопкой Donate Today */
.footer-area.style-one .footer-social-under-donate {
	margin-top: 1rem;
	text-align: left;
}

.footer-area.style-one .footer-social-under-donate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.footer-area.style-one .footer-social-under-donate ul li {
	display: inline-block;
}

.footer-area.style-one .footer-social-under-donate ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 16px;
	transition: background-color 0.3s, color 0.3s;
}

.footer-area.style-one .footer-social-under-donate ul li a:hover {
	background-color: #b2d235;
	color: #fff;
}

/* Главная: скрытые программы (показываются при фильтрации) */
.program-item-hidden {
	display: none !important;
}
