/* 
Theme Name: GHBC
Description: This is a child theme of Hello Elementor
Author: Candlelight Websites
Author URI: https://www.lightyourway.co.za
Template: hello-elementor
*/

h1.elementor-heading-title,
.heading-line h2,
.heading-line h3,
.home-container .elementor-heading-title,
.home-container .elementor-widget-text-editor,
.title-main .elementor-widget-text-editor,
.project-loop-item .elementor-heading-title {
	padding-left: 12%;
	position: relative;
}

h1.elementor-heading-title:before,
.heading-line h2:before,
.heading-line h3:before,
.home-container .elementor-heading-title:before,
.project-loop-item h3.elementor-heading-title:before {
	background: var(--e-global-color-accent);
    content: '';
    width: 8%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}

.elementor-button-content-wrapper {
    align-items: center;
}

.home-container .elementor-button-content-wrapper {
	white-space: nowrap;
}

.elementor-button-content-wrapper .elementor-button-icon {
	fill: var(--e-global-color-accent);
}

.grecaptcha-badge {
	display: none !important;
}

@media (min-width: 768px) {
	h1.elementor-heading-title,
	.heading-line h2,
	.heading-line h3,
	.home-container .elementor-heading-title,
	.home-container .elementor-widget-text-editor,
	.title-main .elementor-widget-text-editor,
	.project-loop-item .elementor-heading-title {
		padding-left: 20%;
	}
	h1.elementor-heading-title:before,
	.heading-line h2:before,
	.heading-line h3:before,
	.home-container .elementor-heading-title:before,
	.project-loop-item h3.elementor-heading-title:before {
		width: 18%;
	}
	.home-container .home-project-button {
		margin-left: 20%;
	}
}