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

.current-user-role-trial .hide-for-user-role-trial{
    display: none !important;
}
.current-user-role-lifetimebasic .hide-for-user-role-lifetimebasic{
    display: none !important;
}
#video-call-popup.show,#video-call-popup-initiate.show{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#video-call-popup,#video-call-popup-initiate{
    background: #000;
    position: fixed;
    top: -9999999px;
    bottom: 0;
    left:0;
    right: 0;
    width: 110%;
    height: 100%;
    z-index: -999999;
}

.user-has-unread-messages .header-icon-messages,
.user-has-unread-messages .menu-item-57,
.user-has-unread-announcements .header-icon-announcements,
.user-has-unread-announcements .menu-item-8803,
.user-has-unread-announcements .menu-item-4020 a.has-submenu,
.user-has-pending-request .header-icon-friend-requests,
.user-has-unseen-keys .header-icon-keys,
.user-has-unseen-keys .menu-item-8802,
.user-has-unseen-keys .menu-item-4020 a.has-submenu
{
    animation: cdBlink 0.5s infinite;
    animation-fill-mode: both;
}

@keyframes cdBlink {
    0% { opacity: 0 }
    20% { opacity: 1 }
    80% { opacity: 1 }
    100% { opacity: 0 }
}

img{
    pointer-events: none !important;
}

.cd-column{
    display: flex;
    column-gap: 20px;
}

/*.cd-column .cd-col-inner{*/
/*    width: 50%;*/
/*}*/
@media only screen and (max-width: 600px) {
    .cd-column{
        flex-direction: column;
    }
}

@media only screen and (min-width: 601px) {
    .cd-column {
        flex-direction: row;
    }
	
	
    .cd-col-inner{
        flex: 1 1 0;
    }
}
