/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.remaining-downloads {
    padding: 8px;
    text-align: center;
    font-weight: 700;
    position: fixed;
    width: 100%;
    color: #fff;
    background: #000000;
    z-index: 1111;
	display: flex;
    justify-content: center;
    align-items: center;
}

.remaining-downloads span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffb20d;
    color: #000;
    border-radius: 50%;
    margin-left: 8px;
}
.logged-in .elementor-nav-menu--main li.menu-item-818 {
    display: none;
}