/**
 * Theme Name:Social Magic 23
 * Theme URI: https://wordpress.org/
 * Description: A new and stylish 3 column theme to spice up your BuddyPress based social network
 * Version: 2.3.1
 * Author: Mimybrofv
 * Author URI: https://www.fiverr.com/users/mimybro
 * License: GNU General Public License
 * License URI: license.txt
 * Tags: blue, buddypress, custom-background,  custom-menu,  featured-images, fixed-width, dark, right-sidebar,  sticky-post, threaded-comments, translation-ready, two-columns, white
 *
 */

@import url("_inc/css/default_stl.css");
#footer_mzm{
   left: 0;
   bottom: 0;
   width: 100%;
	height:50px;
	border-bottom:5px solid #ffcc33;
	margin: 0 auto;
   background-color: #ffcc33;
   color: #644f10;
   text-align: center;
}
 .activity .activity-meta .uni-selector {
    bottom: 0px !important;
}
.rtm-album-privacy span {
    margin: 0 20px 20px 0px !important;
}
.activity .joined_group .activity-avatar img,
.activity .created_group .activity-avatar img
{
    background-color: #e3e3e3;
    position: relative;
    font-size: 27px;
    line-height: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}


.groups .item-list .item-avatar img
{
    background-color: #e3e3e3;
    position: relative;
    font-size: 27px;
    line-height: 100%;
    width: 50px;
    height:50px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}


.item-avatar .avatar,
.activity-header img
{
    background-color: #e3e3e3;
    position: relative;
    font-size: 27px;
    line-height: 100%;
    width: 20px;
    height:20px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.activity_update .activity-avatar img{
    background-color: #e3e3e3;
    position: relative;
    font-size: 27px;
    line-height: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

#sidebar-left a.user-avtar {
background-color: #e3e3e3;
    position: relative;
    font-size: 27px;
    line-height: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
