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

.elementor-widget-wp-widget-gform_widget h5{
    color: var( --e-global-color-secondary );
    font-size: 36px;
}

.donate-container .active::after{
    content: "" !important;
}


@media screen and (max-width:765px){
    .donate-container-top .elementor-icon-box-wrapper {
        display: flex !important;
        align-items: center;
        gap: 7px;
    }
    
    .donate-container-top .elementor-icon-box-title span {
        display: block !important;
        line-height: 1;
    }
    
}

.currency-btn,
.donate-option{
    cursor: pointer !important;
}

.donate-option:hover .elementor-widget-container,
.donate-option.active .elementor-widget-container{
    background-color: var(--e-global-color-primary) !important;
}

.donate-option:hover svg path,
.donate-option.active svg path{
    fill: #fff !important;
}


.donate-option:hover .elementor-icon-box-title,
.donate-option.active .elementor-icon-box-title{
    color: #fff !important;
}

.currency-btn.active .elementor-widget-container{
    background-color: var(--e-global-color-primary) !important;
    border-radius: 50px;
}

.currency-btn.active .elementor-button-text{
    color: #fff !important;
}

.page-template .dedication-contribution-block{
    display: none;
}

.page-template .dedication-contribution-block.active{
    display: flex;
}

.page-template .donate-option-details{
    display: none;
}

#open-price{
    display: none;
    max-width: 250px  !important;
    padding: 10px  !important;
    margin-bottom: 10px  !important;
    margin-right: auto  !important;
}

.dedication-contribution-block input{
    padding: 10px !important;
    margin-top: 10px;
}

.inactive{
    opacity: 0.4;
    pointer-events: none;
    filter: grayscale(1);
}


.donate-type-project .elementor-widget-container{
    padding: 20px 30px 20px 30px;
    background-color: var(--e-global-color-b445f22);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725490196);
}





/* video control */
.custom-video{
    position: relative;
}
.custom-play img {
    width: 8%;
    position: absolute;
    top: -258%;
    right: 187%;
}
.custom-speaker-sound img {
    width: 8%;
    position: relative;
    top: -122px;
    right: 176%;
}