/*
 Theme Name:   QC Bricks Child Theme
 Theme URI:    https://qcharity.org/
 Description:  Qatar Charity child theme to extend Bricks Builder theme.
 Author:       Adel Raouti
 Author URI:   https://qcharity.org/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 32px;
    width: 32px;
    font-size: 21px;
    line-height: 32px;
}
.avatar-16 {
    height: 16px;
    width: 16px;
    font-size: 11px;
    line-height: 16px;
}
.rounded-circle {
    border-radius: 50%!important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.avatar-24 {
    height: 24px;
    width: 24px;
    font-size: 16px;
    line-height: 24px;
}
.avatar-32 {
    height: 32px;
    width: 32px;
    font-size: 21px;
    line-height: 32px;
}
.avatar-48 {
    height: 48px;
    width: 48px;
    font-size: 32px;
    line-height: 48px;
}
.avatar-64 {
    height: 64px;
    width: 64px;
    font-size: 43px;
    line-height: 64px;
}
.avatar-96 {
    height: 96px;
    width: 96px;
    font-size: 64px;
    line-height: 96px;
}