/*
Theme Name: Biddy Tarot 2018
Theme URI: https://github.com/BiddyTarot/bt_18/
Description: This is a Biddy Tarot custom child theme for Salient
Author: Team Biddy
Template: salient
Version: 1.5.4.3
*/

/* general */
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
}
.avatar {
    border-radius: 50%;
}
@media screen and (min-width: 691px) {
    .portfolio-items .col.span_6 {
        width: 47.66%;
        margin: 0px 1.13%;
    }
}
.portfolio-items .col.span_6 {
}

.tarot-101-grid .viewed .meta-label {
    position: absolute;
    right: 0;
    background: #66c9c3;
    font-size: 90%;
    padding: 0px 6px;
    color: #fff;
    text-transform: uppercase;
}


/* fix for using portfolio html outside of the template. @todo figure out better solution */
.portfolio-items:not(.carousel) div:nth-child(2n+2), .portfolio-items:not(.carousel) div:nth-child(2n+2) {
    clear:none!important;
}

/*
 * BBPress Custom Styles
 */

/*styling to move 'Subscribe' to right hand side */
.single-forum .subscription-toggle  {
    float:right !important ;
}

/* bbpress branding */
#bbpress-forums li.bbp-header {
    background-color: #66c9c3 !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.bbp-body .bbp-reply-author {
    line-height: 1.6;
}

#buddypress div.item-list-tabs ul li a span[class*="select2-"] {
    border: none;
    border: none;
    background: transparent;
}



#buddypress .readers-hub ul.item-list li .meta {
    border: 1px solid;
    padding: 5px;
    font-size: 70%;
    margin-top: 0;
    line-height: 1
}
#buddypress .readers-hub ul.item-list li.assigned .meta {
    color: #287c7e;
}
#buddypress .readers-hub ul.item-list li.awiting_feedback .meta {
    color: #862783;
}
#buddypress .readers-hub ul.item-list li.inprogress .meta {
    color: #582564;
}
#buddypress .readers-hub ul.item-list li.closed .meta {
    color: #c6ac73;
}
body.readers-hub.archive.buddypress #buddypress ul.item-list li.closed .meta {
    border: 0;
}

.single-masterclass .iframe-embed {
    margin-bottom: 0;
}
.container .comment-list li.comment > div img.avatar {
    display: block;
}
