/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
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
*/
b, strong {
    font-weight: bolder;
    font-weight: 600;
}
a.donation_button {
    padding: 6px 20px;
    background: #a579d5;
    color: #fff;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    text-align: center;
}
.online_forms input, .online_forms textarea {
	margin-top:5px;
	margin-bottom:10px;
}
.online_forms label {
	line-height:24px;
}
.footer_links a {
	color:#fff;
	text-decoration:none;
}
.footer_links a:hover {
	color:#fff;
	text-decoration:underline;
}
.contact_css label {
	color:#fff;
}
.contact_css [type=submit] {
	background-color:#fff;
}
.contact_css [type=submit]:hover {
	background-color:#000;
}