/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.3
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/

/***** Sidebar Feature Widget *************/

.sidebar-feature span.headline-left {
    color: #1b4799;
}

.sidebar-feature span.headline-right {
    color: #f79420;
}

.sidebar-feature h2.headline {
    text-align: center;
    font-weight: 700;
    margin: 0 0 10px;
}

.sidebar-feature .post-title {
    font-size: 17px;
    line-height: 20px;
    margin: 10px 5px;
}

p.sidebar-feature-excerpt {
    font-size: .875rem !IMPORTANT;
    color: #393e41;
    letter-spacing: -.24px;
    line-height: 1.5;
    margin: 10px 5px;
}

aside#block-25 p:empty {
    display: none;
}

/***** Share Widget *************/
.jssocials-shares {
    display: inline-block;
}

i.fa.fa-brands.fa-facebook-f.jssocials-share-logo {
    color: #0165E1;
    font-size: 18px;
    line-height: 20px;
    margin: 0 4px;
}

i.fa.fa-brands.fa-x-twitter.jssocials-share-logo {
    color: #14171A;
    font-size: 18px;
    line-height: 20px;
    margin: 0 4px;
}

i.fa.fa-linkedin.jssocials-share-logo {
    color: #0A66C2;
    font-size: 18px;
    line-height: 20px;
    margin: 0 4px;
}

.jssocials-share.jssocials-share-facebook,
.jssocials-share.jssocials-share-twitter,
.jssocials-share.jssocials-share-linkedin {
    border: 2px solid #e0dfdb;
    border-radius: 6px;
    margin: 0 10px 0 0;
}

.jssocials-share.jssocials-share-facebook:hover,
.jssocials-share.jssocials-share-twitter:hover,
.jssocials-share.jssocials-share-linkedin:hover {
    box-shadow: 0 3px 12px 0 rgba(18, 43, 70, .25)
}
/***** BB Voiting Styles **********/
#primary .bbp-voting {
    margin: 8px 0;
    padding-right: 30px;
    min-width: 65px
}

#primary .bbp-voting.bbp-voting-float {
    float: left
}

#primary .bbp-voting .score {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #858c93;
    padding: 2px 0 3px 0;
    line-height: 1
}

#primary .bbp-voting a.vote {
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -9999em;
    font-weight: normal;
    font-size: 1.8rem;
    margin: 3px auto !important;
    cursor: pointer;
    border: 1px solid #cecece !important;
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

#primary .bbp-voting a.vote.up:after {
     font-family: bb-icons;
     font-style: normal;
     margin-left: .2em;
     -moz-osx-font-smoothing: grayscale;
     content: '\ef41';
     color: #aaaaaa;
}

#primary .bbp-voting a.vote.up:hover:after {
    background: #0a875a;
    color: #fff !important;
    padding: 0 2px 3px 0px;
}

#primary .bbp-voting a.vote.down:after {
    font-family: bb-icons;
    font-style: normal;
    margin-left: .2em;
    -moz-osx-font-smoothing: grayscale;
    content: '\ef40';
    color: #aaaaaa;
}

#primary .bbp-voting a.vote.down:hover:after {
    background: #b21d1d;
    color: #fff !important;
    padding: 0 2px 3px 0px;
}

#primary .bbp-voting a.vote:not(.num-hide):after {
    display: block;
    position: absolute;
    top: 0px;
    line-height: 1;
    text-align: left;
    margin-left: 0px;
    text-indent: 0;
    transition: opacity 500ms ease;
}

#primary .bbp-voting a.vote.num-hover:hover:after {
    opacity: 1;
    transition: opacity 200ms ease;
}

#primary .bbp-voting a.vote.num-always-show:after {
    opacity: 1;
}

#primary .bbp-voting .bbp-voting-label {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 5px 0;
    text-align: center
}

#primary .bbp-voting .bbp-voting-label.helpful {
    color: #0a875a
}

#primary .bbp-voting .bbp-voting-label.not-helpful {
    color: #b21d1d
}

#primary .bbp-voting.voted-up:not(.admin-bypass) a.vote.up {
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -9999em;
    font-weight: normal;
    font-size: 1.8rem;
    margin: 3px auto !important;
    cursor: pointer;
    border: 1px solid #cecece;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border-bottom-color: #cecece !important;
    background-color: #ffffff;
}
#primary .bbp-voting.voted-up a.vote.up:after {
    color: #0a875a;
    font-weight: 300;
} 
#primary .bbp-voting.voted-down:not(.admin-bypass) a.vote.down {
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -9999em;
    font-weight: normal;
    font-size: 1.8rem;
    margin: 3px auto !important;
    cursor: pointer;
    border: 1px solid #cecece;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border-top-color: #cecece !important;
    background-color: #ffffff;
}
#primary .bbp-voting.voted-down a.vote.down:after {
    color: #b21d1d;
    font-weight: 300;
} 
#primary .bbp-voting.view-only:not(.admin-bypass) a.vote {
    cursor: not-allowed
}

#primary .bbp-voting .upvote-amp {
    color: transparent;
    text-shadow: 0 0 0 #0a875a
}

#primary .bbp-voting .downvote-amp {
    color: transparent;
    text-shadow: 0 0 0 #a11717
}

#primary ul.bbp-topics .bbp-voting {
    float: left
}

#primary .bbp-voting-avatars {
    display: inline-block;
    padding: 15px 0 0 15px
}

#primary .bbp-voting-avatars .bbp-voting-avatar {
    display: inline-block;
    margin: -15px 0 0 -15px
}

#primary .bbp-voting-avatars .bbp-voting-avatar img {
    border-radius: 100px;
    border: 3px solid black !important;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.2) !important
}

#primary .bbp-voting-avatars .bbp-voting-avatar.up img {
    border-color: #0a875a !important
}

#primary .bbp-voting-avatars .bbp-voting-avatar.down img {
    border-color: #a11717 !important
}

#primary .bbp-voting-jump-to-answer {
    display: table;
    margin-top: 15px;
    padding: 10px;
    background-color: #7094db;
    border-radius: 7px;
    transition: all linear .2s;
}

#primary .bbp-voting-jump-to-answer:hover {
    background-color: #1b4799;
}

#primary .bbp-voting-jump-to-answer a,
#primary .bbp-voting-jump-to-answer a:hover {
    font-size: 1.25em;
    color: #ffffff;
}

#primary .bbp-voting-accepted-checkmark {
    margin-top: 15px
}

#primary .bbp-voting-accepted-checkmark>path {
    fill: #0a875a
}

#primary #bbpress-forums div.bbp-reply-content a.bbp-voting-accept-answer-button {
    display: inline-block;
    background-color: #0a875a;    
    padding: 6px 12px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all linear .2s;
}

#primary #bbpress-forums div.bbp-reply-content a.bbp-voting-accept-answer-button:hover {
    background-color: #06583a;    
}

#primary .bbp-voting-sort {
    display: block;
    clear: both;
    margin: 0.75em 0
}
/***** END BB Voiting Styles **********/