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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1,h2,h3,h4,h5,h6,p,li,a,span{
	
	font-family: "Poppins", sans-serif !important;
	
}

.givewp-donation-form button[type=submit], .givewp-donation-form__steps-button-next {
    display: none !important;
}
.thankyou-sec.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    height: 100vh;
    display: flex;
    align-items: center;
}
.form-sec input {
    padding: 20px 20px !important;
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-family: 'Poppins' !important;
}

.form-sec select {
      padding: 20px 20px !important;
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-family: 'Poppins' !important;
}