/*
Theme Name: Ekoterra Child Theme
Theme URI: https://ekoterra.ancorathemes.com/
Description: Ekoterra is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.2.5
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: ekoterra
Template: ekoterra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img,
.sc_layouts_logo_default img{
    width: auto;
}

fieldset#give_offline_payment_info,
#give-company-name-radio-list {
    display: none;
}

#give-company-wrap {
    display: block !important;
}

#SR7_4_1-16-43,
#SR7_4_1-16-30,
#SR7_4_1-16-31,
#SR7_4_1-16-32,
#SR7_4_1-16-33 {
    display: none !important;
}

.footer_wrap ul:not(.menu_footer_nav) li + li {
    margin-top: 0;
}

@media (max-width: 767px) {
    .footer-wrapper .elementor-container > div {
        flex-basis: 100%;
    }

    .footer-wrapper .elementor-container > div:first-child {
        margin-bottom: 15px;
    }

    .footer-wrapper .elementor-container > div + div {
        margin-top: 15px;
    }

    .footer-wrapper .elementor-container img {
        width: 50%;
    }

    .footer-wrapper .elementor-container * {
        justify-content: start;
        text-align: left !important;
    }
}