/* 
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 */

.elementor-element-cd5c290 input,
.elementor-element-cd5c290 textarea {
    padding: 10px 0 !important;
    font-size: 18px !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
	box-shadow: none !important;
	border-bottom: 1px solid var( --e-global-color-text );
}

.c-accent {
	color: var( --e-global-color-accent );
}
.regular {
	font-weight: 400;
}

span.line {
    margin-left: 15px;
    height: 1px;
    width: 90px;
    display: inline-block;
    background: var(--e-global-color-secondary);
    margin-bottom: 4px;
}

.the-grid-4 h2 {
    height: 160px;
}

.r-link-icon h2 {
	a {
		display: block;
		background-image: url('https://blkenlightenment.com/wp-content/uploads/2026/03/link.webp');
		background-position: center right;
		background-repeat: no-repeat;
		text-decoration: none;
		
		&:hover {
			color: var(--e-global-color-accent) !important;
		}
	}
}