/* 
Theme Name: Sunwave
Theme URI: https://github.com/elementor/hello-theme-child/
Description: A child theme of Hello Elementor created for Sunwave Health by MJM.
Author: MJM
Author URI: https://mendjoinmake.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* ========================================= Headings & Paragraphs ========================================= */

p + h2, p + h3, ul + h2, ul + h3, ol + h2, ol + h3 {
	margin-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin-block-end: 10px;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-bottom: 10px;
}

.elementor-widget-text-editor li, .elementor-widget-theme-post-content li {
    margin-bottom: 5px;
}

/* Remove Spacing on Last Paragraph */
.elementor-64 p:last-child {
    margin-bottom: 0;
}


/* ========================================= Buttons & Links ========================================= */


.elementor-widget-text-editor a, .elementor-widget-theme-post-content a {
    border-bottom: 2px solid var(--e-global-color-accent);
    color: inherit;
}

.elementor-widget-text-editor a:hover, .elementor-widget-theme-post-content a:hover {
    border-bottom: none;
    color: var(--e-global-color-3c68a8e);
}


/* ========================================= Header & Footer ========================================= */

.elementor-menu-toggle {
	padding: 0 !important;
	margin-bottom: -7px;
}

ul#menu-2-949fb3e {
    border-bottom: 0.5px solid var(--e-global-color-723d08c);
}
