/*!
Theme Name: Kickfurther
Theme URI: https://www.kickfurther.com/
Author: Praveen
Author URI: https://praween.in/
Description: Kickfurther marketing theme with technical SEO performance updates.
Version: 1.4.13
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kickfurther
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.

Kickfurther 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/
*/

/* Growth Story newsletter sidebar */
.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-newsletter-signup {
	color: var(--color-black, #0f0f0f);
	margin: 0;
	max-width: none;
}

.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.newsletter-subtitle,
.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.privacy-notice,
.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.privacy-notice a {
	color: var(--color-black, #0f0f0f);
}

.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-hubspot-form
	.hs-form {
	align-items: stretch;
	flex-direction: column;
}

.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-hubspot-form
	.hs-email,
.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-hubspot-form
	.hs-submit {
	max-width: none;
	min-width: 0;
	width: 100%;
}

.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-hubspot-form
	.hs-button {
	width: 100%;
}

/* Keep newsletter fields legible in the light Growth Story card and dark footer. */
.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-newsletter-signup
	.kf-hubspot-form
	.hs-input,
.site-footer
	.kf-newsletter-signup
	.kf-hubspot-form
	.hs-input {
	background-color: #fff !important;
	border-color: #b8b8b8 !important;
	color: #0f0f0f !important;
}

.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-newsletter-signup
	.kf-hubspot-form
	.hs-input::placeholder,
.site-footer
	.kf-newsletter-signup
	.kf-hubspot-form
	.hs-input::placeholder {
	color: #666;
	opacity: 1;
}

.post-listing-sec.blog-detail-sec.growth-listing
	.growth-newsletter-form
	.kf-newsletter-signup
	.kf-hubspot-form
	.hs-input:focus,
.site-footer
	.kf-newsletter-signup
	.kf-hubspot-form
	.hs-input:focus {
	background-color: #fff !important;
	border-color: #262fe9 !important;
	box-shadow: 0 0 0 3px rgba(38, 47, 233, 0.16) !important;
	color: #0f0f0f !important;
	outline: none !important;
}

/* Footer newsletter rhythm and control alignment. */
.site-footer .kf-newsletter-signup .newsletter-subtitle {
	margin: 0;
}

.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-form {
	align-items: stretch;
	gap: 16px;
	justify-content: flex-start;
	margin: 16px 0 0;
	padding: 0 !important;
}

.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-email {
	flex: 1 1 auto;
	max-width: none;
	min-width: 0;
	width: auto;
}

.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-input {
	box-sizing: border-box;
	width: 100% !important;
}

.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-email .input {
	width: 100% !important;
}

.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-submit {
	align-items: stretch;
	display: flex;
	flex: 0 0 auto;
	height: 48px;
	justify-content: flex-start;
	margin: 0;
	max-width: none !important;
	min-width: 0 !important;
	width: auto !important;
}

.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-button {
	align-self: stretch;
	height: 48px;
	margin: 0 !important;
	min-height: 48px;
}

.site-footer .kf-newsletter-signup .privacy-notice {
	margin: 16px 0 0;
}

@media (max-width: 767px) {
	.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-form {
		flex-direction: column;
		gap: 12px;
	}

	.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-email,
	.site-footer .kf-newsletter-signup .kf-hubspot-form .hs-submit,
	.site-footer
		.kf-newsletter-signup
		.kf-hubspot-form
		.hs-form
		.hs-submit
		.actions,
	.site-footer
		.kf-newsletter-signup
		.kf-hubspot-form
		.hs-form
		.hs-submit
		.hs-button {
		flex: 1 1 auto !important;
		max-width: none !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.site-footer
		.kf-newsletter-signup
		.kf-hubspot-form
		.hs-form
		.hs-submit
		.actions {
		display: flex;
		flex: 1 1 auto;
	}
}
