/*
Theme Name:     Neve-Child
Theme URI:      https://themeisle.com/themes/neve/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Template: neve
Tested up to:   6.2
Requires PHP:   7.0
Requires at least: 5.5
Description:    Neve is a next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
Version:        4.1.4
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Pro Slug:  			neve-pro-addon
AMP: 						true
WordPress Available:  yes
Requires License:     no
Tags: custom, child theme
*/
/* .site-footer{
    display: none !important;
} */

.elementor-heading-title {
    line-height: 1.3em !important;
}

@media (min-width: 960px) {
    .site-footer .builder-item--footer-two-widgets::before {
        content: "";
        position: absolute;
        left: 0;
        /* Position on the left side */
        top: 25%;
        /* Start at 25% to center it vertically (50% total height) */
        height: 50%;
        /* Set height to 50% */
        border-left: 2px solid rgb(255, 255, 255);
        /* Set border color and width */
    }
}
@media (min-width: 576px ) and (max-width: 959px) {
    .site-footer .builder-item--footer-one-widgets::after {
        content: "";
        position: absolute;
        right: 0;
        /* Position on the right side */
        top: 25%;
        /* Start at 25% to center it vertically (50% total height) */
        height: 50%;
        /* Set height to 50% */
        border-right: 2px solid rgb(255, 255, 255);
        /* Set border color and width */
    }
}