/**
Theme Name: OFM
Author: Archdiocese of Malta
Author URI: https://church.mt
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.14.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ofm
Template: astra
*/

/**
 * Dropdown menu type.
 *
 * Astra has no separate font-size control for submenus — they inherit the main
 * menu's size. The main menu sits at 13.5px so that eight top-level items,
 * including "International Collaboration", stay on one row; at that size the
 * dropdown reads as an afterthought. This lifts the submenu alone.
 *
 * Scoped to `.ast-desktop`, which Astra puts on the body above its header
 * breakpoint, so the mobile menu — which is already comfortable — is untouched.
 */
.ast-desktop .main-header-menu .sub-menu .menu-link {
	font-size: 15px;
	line-height: 1.5;
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
 * No strip of page background between a ministry's last band and the footer.
 *
 * Astra ends a single's content with `margin-bottom: 2em`:
 *
 *   .single.ast-page-builder-template .entry-header + .entry-content
 *
 * A ministry never met that rule while it was a page — `.single` was not on the
 * body — and it does now. On a design whose last band runs to the full width of
 * the window, those 34px show as a pale seam between the band and the dark
 * footer, which is what it looks like: a mistake.
 *
 * `.elementor-page` is the discriminator, and it is doing real work. It is on
 * the body only where Elementor has rendered a layout, so the five designed
 * ministries lose the margin and the six that are still bare keep it — on those
 * the content is a heading and a paragraph, an ordinary article, and 2em above
 * the footer is exactly right.
 *
 * Four classes and an element, so (0,4,1), which beats Astra's (0,4,0). Source
 * order cannot be relied on here: Astra prints that rule inline in the head.
 */
body.single-ofm_ministry.elementor-page .entry-header + .entry-content {
  margin-bottom: 0;
}
