/*
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
*/
@media screen and (min-width: 575.98px) {
	.bp-list.grid.two>li {
		max-width: 24%;
		padding-left: unset;
	}   
}
@media screen and (min-width: 575.98px) {
	.bp-list.grid.two 
	{
		margin-left: unset; 
        margin-right: unset;
	}
}

/*.members-list .item-entry .list-wrap {
    width: 250px;
}*/

.social-media-widget {
    display: flex;
}

a.social-icon {
    margin: 5px;
}

.sound-icon::before { 
	color: #FFFFFF;
}

.sound-icon {
	color: #FFFFFF;
	opacity: 0.75;
	transition: opacity 0.3s ease, color 0.3s ease;
}

.sound-icon:hover {
	color: #8C52FF;
	opacity: 1;
}

#activity-personal-li #user-activity {
    display: none;
}

#wpadminbar {display: block!important;}
html {
    margin-top: auto!important;
}

.register-section > input[type="email"],input[type="password"] {
		background-color: #000 !important;
}
