/*
Theme Name:   Hello Elementor Child
Theme URI:    https://global-airways.com
Description:  Child theme of Hello Elementor for Global Airways. Home for custom styling, PHP hooks and Elementor customizations that must survive parent-theme updates.
Author:       Global Airways / Skycraft
Author URI:   https://skycraft.co.za
Template:     hello-elementor
Version:      1.1.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* =========================================================================
   Custom styles for Global Airways.
   Add site-wide CSS below. Element-specific tweaks are usually better done
   in Elementor (Advanced > Custom CSS), but global overrides live here.
   ========================================================================= */

/* -------------------------------------------------------------------------
   Dual-colour headings
   Consolidated from per-widget Elementor "Advanced > Custom CSS" that was
   duplicated across several Home-page heading widgets. Add the class to a
   heading and wrap the accent word(s) in a <span>.
   ------------------------------------------------------------------------- */
.dual-heading,
.dual-heading2,
.dual-heading3 {
	font-weight: 700;
}

.dual-heading span,
.dual-heading2 span {
	color: #ff0000;
}

.dual-heading3 span {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
}

/* -------------------------------------------------------------------------
   Image Accordion (Global Airways Hub widget) — typographic tweaks.
   Consolidated from the Home-page widget's inline Custom CSS.
   ------------------------------------------------------------------------- */
.gah-image-accordion .gah-ia-subtitle {
	font-size: 18px;
}

.gah-image-accordion .gah-ia-description {
	font-size: 18px;
	line-height: 1.5;
}

.gah-image-accordion .gah-ia-button {
	font-size: 18px;
	border: 1px solid #ffffff;
}
