/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.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 */

/****************************************************************/
/* BASE                                                         */
/****************************************************************/

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: var(--e-global-color-70ecefb);
}

#cmplz-manage-consent {
	display: none;
}



/****************************************************************/
/* SINGLES ONLY                                                 */
/****************************************************************/

body.single {
	.elementor-widget-theme-post-content h2 {
		font-size: 2.6rem;
		line-height: 2.8rem;
	}
	@media (max-width: 1024px) {
		.elementor-widget-theme-post-content h2 {
			font-size: 2.2rem;
			line-height: 2.4rem;
		}
	}

	.elementor-widget-theme-post-content h3 {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	@media (max-width: 1024px) {
		.elementor-widget-theme-post-content h3 {
			font-size: 1.8rem;
			line-height: 2rem;
		}
	}

	.elementor-widget-theme-post-content h4 {
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.elementor-widget-theme-post-content h5 {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}

	.elementor-widget-theme-post-content h6 {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}

	.elementor-widget-theme-post-content .wp-block-heading:not(:first-child) {
		margin-top: 2.4rem;
		margin-bottom: 1.2rem;
	}
	@media (max-width: 1024px) {
		.elementor-widget-theme-post-content .wp-block-heading:not(:first-child) {
			margin-top: 2rem;
			margin-bottom: 1rem;
		}
	}

	.elementor-widget-theme-post-content ul.wp-block-list {
		margin-bottom: 1rem;
	}
}



/****************************************************************/
/* BUTTONS                                                      */
/****************************************************************/
.primary-button, .primary-button .elementor-button-icon svg, .secondary-button, .secondary-button .elementor-button-icon svg {
    transition: all 0.16s;
}
.primary-button .elementor-button-text, .secondary-button .elementor-button-text {
	text-align: left;
}
.primary-button a, .secondary-button a, .primary-button a span, .secondary-button a span {
    display: flex;
	align-items: center;
	width: fit-content;
}
.primary-button .elementor-button-icon svg {
	position: absolute;
	width: 28px;
    right: 6px;
}
.secondary-button .elementor-button-icon svg {
	position: absolute;
	width: 22px;
    right: 4px;
}
.primary-button .elementor-button-icon svg g g g path, .secondary-button .elementor-button-icon svg g g g path {
    stroke-width: 1px;
}
.primary-button .elementor-button {
    padding: 12px 6px 12px 24px;
}
.secondary-button .elementor-button {
    padding: 8px 8px 8px 18px;
}
.primary-button:hover .elementor-button-icon svg, .secondary-button:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}
.primary-button:hover .elementor-button-icon svg {
	width: 32px;
	right: 4px;
}
.secondary-button:hover .elementor-button-icon svg {
	width: 26px;
	right: 2px;
}