/*
Theme Name: AIHub Child
Theme URI: https://liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: aihub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: aihub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* ==========================================================================
   MRGYM.IR — "GOLD ARENA" BACKGROUND (v3 — deep black, subtle gold)
   Mostly rich black with soft gold corner glows. No line pattern.
   Hero & all main Elementor sections are transparent, so this `body` canvas
   is what visitors see. Brand golds: #F1C232 / #FFD700 / #FCB900 / #D4AF37.
   ========================================================================== */


@keyframes gymEnergyA {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    100% { transform: translate3d(3%, 2.5%, 0) scale(1.1); }
}
@keyframes gymEnergyB {
    0%   { transform: translate3d(0, 0, 0) scale(1.06); }
    100% { transform: translate3d(-3%, -2.5%, 0) scale(1); }
}

/* Respect reduced-motion: keep the glows, drop the movement */
@media (prefers-reduced-motion: reduce) {
    html body::before,
    html body::after { animation: none !important; }
}

/* Hide theme default post header elements and author box for single coach page */
body.single-mrc_coach #lqd-page-content > div > h1.entry-title,
body.single-mrc_coach #lqd-page-content > div > figure,
body.single-mrc_coach header.lqd-post-header,
body.single-mrc_coach .post-author.post-author-classic {
    display: none !important;
}

/* Skip links formatting and reset */
.liquid-skip-link {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99999;
}

