/*
Theme Name:     St Teresas
Theme URI:      
Description:    Astra child theme.
Author:         Forte Marketing
Author URI:     https://fortemarketing.com.au
Template:       astra
Version:        0.1.0
*/



:root {
  --space-0: 0;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
}

/* Default content heading rhythm (Elementor Post Content / Astra) */
.elementor .elementor-widget-theme-post-content h1,
.elementor .elementor-widget-theme-post-content h2,
.elementor .elementor-widget-theme-post-content h3,
.elementor .elementor-widget-theme-post-content h4,
.elementor .elementor-widget-theme-post-content h5,
.elementor .elementor-widget-theme-post-content h6 {
  margin-block-start: var(--space-md);
  margin-block-end: var(--space-sm);
}

/* Kill the top margin when the heading is the first element in the  content */
.elementor .elementor-widget-theme-post-content > :first-child {
  margin-block-start: 0;
}

/* Mega menu */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 0 !important;
}
