/*
Theme Name: Upascend Hello Child
Theme URI: https://upascend.net/
Description: Hello Elementor child theme with custom baseball and WooCommerce product showcase widgets.
Author: Upascend
Author URI: https://upascend.net/
Template: hello-elementor
Version: 1.5.0
Requires PHP: 7.4
Text Domain: upascend-hello-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: elementor, child-theme, custom-widgets, responsive
*/

/* Widget styles are loaded only on pages that use an Upascend widget. */

/*
 * Keep the transition between the hero and product grid compact.
 * Elementor generates the widget padding in its page CSS, so this scoped
 * important rule also corrects pages created with the earlier 88px default.
 */
.elementor-page .upb-products > .upb-products__body {
	padding-top: 36px !important;
}

@media (max-width: 1024px) {
	.elementor-page .upb-products > .upb-products__body {
		padding-top: 32px !important;
	}
}

@media (max-width: 767px) {
	.elementor-page .upb-products > .upb-products__body {
		padding-top: 24px !important;
	}
}
