/*
 Theme Name:   Total Child Theme
 Theme URI:    https://academyoftruth.org/
 Description:  The truth will set you free
 Author:       Siegfried Trebuch
 Author URI:   https://academyoftruth.org/
 Template:     Total
 Version:      1.0.0
 Text Domain:  totalchildtheme
*/

/* Buddypress message background not white in Dark Mode */
.message-content {background: none !important;}

.buddypress .buddypress-wrap .generic-button a, #friend-2
{display: inline-block !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    -webkit-font-smoothing: inherit !important;
    text-decoration: none !important;
    text-align: center !important;
    max-width: 100% !important;
    padding: var(--wpex-btn-padding) !important;
    transition: .15s all ease !important;
    background-color: var(--wpex-btn-bg, var(--wpex-accent)) !important;
    background-image: var(--wpex-btn-img) !important;
    border-radius: var(--wpex-btn-border-radius) !important;
    border-width: var(--wpex-btn-border-width) !important;
    border-style: var(--wpex-btn-border-style) !important;
    border-color: var(--wpex-btn-border-color, currentColor) !important;
    color: var(--wpex-btn-color, var(--wpex-on-accent)) !important;
    font-size: var(--wpex-btn-font-size) !important;
    font-family: var(--wpex-btn-font-family) !important;
    font-style: var(--wpex-btn-font-style) !important;
    text-transform: var(--wpex-btn-text-transform) !important;
    letter-spacing: var(--wpex-btn-letter-spacing) !important;
    line-height: var(--wpex-btn-line-height) !important;
    font-weight: var(--wpex-btn-font-weight) !important;
}

.buddypress .buddypress-wrap .generic-button a:hover, #friend-2:hover
{color: var(--wpex-hover-btn-color, var(--wpex-on-accent-alt)) !important;
background-color: var(--wpex-hover-btn-bg, var(--wpex-accent-alt)) !important;
}

#friend-2, #friend-3 {margin-right: 4px !important;}