/*
Theme Name: Beehive Child
Description: Child theme for beehive theme
Author: thunder-team
Author URI: http://themeforest.net/user/thunder-team
Template: beehive
Version: 1.0.0
Text Domain:  beehive
*/

.user-country-flag {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.activity-list .activity-item .activity-header img {
    border-radius: 0 !important;
    width: 13px;
}
.activity-list .activity-item .activity-header .posted-meta {
    display: flex
;
    flex-direction: column-reverse;
}

body.registration.register .js-hiraku-offcanvas {
    display: none;
}
body.beehive-social-layout.panel-collapsed .site-content{
	margin-left:0;
}

body.home-page nav.beehive-navbar.default .beehive-toggler {
    display: none;
}

body.home-page.logged-in nav.beehive-navbar.default .beehive-toggler {
    display: block;
}
img.countryflag {
    border-radius: 0 !important;
}
.beehive-social-panel .panel-block.dark {
    background-color: #0babff59 !important;
	    background-image: linear-gradient(135deg, #ffffff 0%, #08a8ff47 50%, #23c3ff0f 80%)  !important; 
}