/*
Theme Name: Fort Child Theme
Template: fort
Theme URI: https://fort.themerex.net/
Description: Fort Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: fort
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* Fix: Hacer visible el texto de fondo (bg_text) - ticker/marquee */
.trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_item,
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_show_on_scroll .trx_addons_bg_text_item,
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Asegurar que el contenedor del bg_text sea visible */
.trx_addons_bg_text,
.trx_addons_bg_text .trx_addons_bg_text_inner {
    opacity: 1 !important;
    visibility: visible !important;
}
