/**
 * Theme Name: Growth Analyx
 * Theme URI: https://growthanalyx.com/
 * Description: Growth Analyx is a lightweight, SEO-optimized WordPress theme tailored for digital agencies, performance marketers, and service-based businesses. Built with speed, clarity, and conversions in mind, it supports the Classic Editor and offers full control over customization without the complexity of modern block-based builders.
 * Author: Growth Analyx Team
 * Author URI: https://growthanalyx.com/
 * Version: 1.0.0
 * Tags: responsive, SEO-ready, clean design, marketing, business, classic-editor, customizable, lightweight, fast-loading
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: growth-analyx
 * Requires at least: 5.0
 * Tested up to: 6.5
 * Requires PHP: 7.2
 */
.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}

