/*!
Theme Name: Oneup
Theme URI: https://preview.naapothemes.net/oneup/
Author: Naapo
Author URI: #
Description: Oneup is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: oneup
Text Domain: oneup-child
Tested up to: 6.7
Requires PHP: 7.0
*/

/* Fix UVCA bg_override="browser_size" wrapper height bug.
   resizees() in ultimate_bg.js miscalculates parent.height() on certain
   row layouts (home-2, home-3, home-4, home-6, home-9 hero rows), pinning
   rows to 80,000px+. Force the row + wrapper to 100vh. */
.vc_row:has(> .upb_row_bg[data-bg-override="browser_size"]),
.vc_row.vc_row-has-fill[data-hide-row],
.vc_row.home-background {
    min-height: 100vh !important;
    height: auto !important;
}
.upb-background-text-wrapper.full-browser-size {
    min-height: 100vh !important;
    height: auto !important;
}
.upb-background-text-wrapper.full-browser-size > .upb-background-text {
    min-height: 100vh !important;
}
