/*!
Theme Name: Sultan Kudarat Community Theme
Template: kadence
Author: Creatizens Corp.
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sk-community-theme
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* BuddyPress Style Override */
/* Search Section */
#buddypress div.dir-search {
    margin: unset;
}

#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
    border-radius: 12px;
    padding-left: 8px;
}
/* End Search Section */

/* Status Update Section */
.bpfb_form_container {
    background-color: #f9f9f9;
}

#buddypress form#whats-new-form #whats-new-avatar img {
    border-radius: 50%;
}

#buddypress form#whats-new-form #whats-new-content {
    padding: 0;
    margin: unset;
}

#buddypress form#whats-new-form p.activity-greeting {
    line-height: 3em;
    margin-bottom: unset;
    margin-left: 60px;
}

#buddypress #whats-new-post-in-box {
    font-size: small;
}

#buddypress form#whats-new-form textarea {
    margin-top: 1em;
}

#buddypress #whats-new-post-in-box select {
    font-size: inherit;
    border-radius: 12px;
}

/* End Status Update Section */

/* Tabs Section */
#buddypress div.item-list-tabs {
    margin-top: 1em;
}

#buddypress div.item-list-tabs#subnav {
    font-size: small;
    border-top: 1px solid #f9f9f9;
}

#buddypress div.item-list-tabs ul li.last select {
    font-size: inherit;
    border-radius: 12px;
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
    background-color: unset;
}
/* End Tabs Section */

/* Info Message */
#buddypress div#message p,
#sitewide-notice #message {
    background-color: #FEFBEF;
    border: 1px solid #e0ac08;
    color: #e0ac08;
    border-radius: 4px;
}
/* End Info Message */

/* Activity Avatar */
#buddypress .activity-list .activity-avatar img {
    border-radius: 50%;
}

/* Activity Plus Images */
#buddypress .bpfb_images br {
    display: none;
}

#buddypress .bpfb_images a {
    display: inline-block;
}
/* End Activity Plus Images */
/* End Buddypress Style Override */