/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.1
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
*/

#header .donate-link {
    display: none;
}
.copyright {
    line-height: normal;
    font-size: 14px;
}

.copyright  a {
    color: white;
}

#header a.elementor-item.elementor-item-active {
    border-bottom: 2px solid #024bad;
}
.donate-form label {
    font-size: 17px;
    color: #333;
    font-weight: 500;
}

.donate-form input {
    border: 1px solid #b8b7b7;
}

.donate-form input.wpcf7-form-control.wpcf7-submit {
    border: unset;
}

@media(max-width: 767px){
	.copyright {
    line-height: 1.4rem !important;
    font-size: 14px;
}
	.gredient-bg {
    background-image: linear-gradient(90deg, #FFFFFF 0%, #E8F2FF 0%) !important;
}
	.gredient-bg-2 {
    background-image: linear-gradient(90deg, #F8F8F0 100%, #FFFFFF 0%) !important;
}
}