/* BBPRESS GLOBAL */
.bbp-template-notice {
	display: none;
}
.bbp-template-notice.info,
.bbp-template-notice.error,
.bbp-template-notice.important,
.bbp-template-notice.warning {
	display: block;
}

a.bbp-author-link.has-pro-user:after {
    content: '';
    display: block;
    width: 80px;
    height: 30px;
    background-image: url(/wp-content/uploads/2023/12/ProUser.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	margin-right: 7px;
}
#bbpress-forums span.bbp-topic-started-by a.has-pro-user.bbp-author-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
body.reply-edit .add-comment-button-wrap {
    display: none;
}
#bbpress-forums .bbp-forum-content ul.sticky, #bbpress-forums .bbp-topics ul.sticky, #bbpress-forums .bbp-topics ul.super-sticky, #bbpress-forums .bbp-topics-front ul.super-sticky {
    background-color: var(--dark);
    border: 1px solid var(--green);
}

@media(max-width: 768px){
	a.bbp-author-link.has-pro-user:after {
		width: 50px;
		margin-right: 5px;
	}
}
#bbpress-forums{
	overflow: visible;
}
#bbpress-forums h1, 
#bbpress-forums h2,
a.bbp-forum-title,
a.bbp-topic-permalink {
	font-weight: 500;
}
#bbpress-forums .bbp-pagination-links a.page-numbers {
    border-radius: 5px;
}
#bbpress-forums .bbp-pagination-links span.current {
    background: #CC00FF;
    opacity: .8;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
	border-radius: 5px;
}
#bbpress-forums .bbp-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
#bbpress-forums .second-pagination.bbp-pagination {
    float: unset;
    margin-bottom: 20px;
}
@media(min-width: 990px){
	#bbpress-forums .sideMenu, 
	aside.forums-sidebar {
	    height: fit-content;
		position: sticky;
		top: 175px;
	    padding-top: 90px;
    }
	body.single-topic #bbpress-forums .sideMenu, 
	body.single-topic aside.forums-sidebar {
	    padding-top: 30px;
    }
}
body.bbpress > .account-menu-hamburger {
    position: fixed;
    height: auto;
    z-index: 999;
    top: 16px;
    left: 8px;
}
div#bbpress-forums .mainContainer {
    width: 60%;
    max-width: 800px;
}
aside.forums-sidebar{
    width: 100%;
}
aside.forums-sidebar a.post-link, .leading-posts>span.no-posts {
    font-size: 12px !important;
}
.forumSideMenu{
    width: 100%;
    max-width: 210px;
}
aside.forums-sidebar > div a.post-link span{
    font-size: 14px;
    color: #CC00FF;
    margin-bottom: 10px;
}
aside.forums-sidebar > div {
    padding: 15px;
    background: var(--dark);
    border-radius: 20px;
}
aside.forums-sidebar > div:not(:last-child) {
    margin-bottom: 35px;
}
aside.forums-sidebar {
    font-family: 'FbCoherenti Hebrew';
}
aside.forums-sidebar h3 {
    font-size: 14px;
	margin-bottom: 10px;
}
aside .followed-posts-count a {
    color: #000!important;
    background: #CC00FF;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}
aside .followed-posts-count a:hover {
    opacity: .5;
    font-size: 13px;

}
.newest-topic:not(:last-child) {
    margin-bottom: 10px;
}
aside .newest-topic a span {
    margin-left: 6px;
}
aside.forums-sidebar .leading-posts {
    padding: 10px;
    background: #111111;
    border-radius: 10px;
    margin-bottom: 10px;
	margin-top: 10px;
}
.forums-sidebar .categories-box .newest-forum-link > a span.forums-count {
    color: grey;
    font-size: 12px;
	margin-bottom: 0;
}

.forums-sidebar .categories-box .newest-forum-link > a span {
    width: 100%;
    display: block;
	margin-bottom: 3px;
}
.followed-posts {
    display: flex;
    column-gap: 5px;
	flex-wrap: wrap;
	align-items: center;
}
.followed-posts h3{
    margin-bottom: 0
}

.followed-posts-count a {
    padding: 7px;
    background: #000;
    border-radius: 5px;
}
#bbpress-forums.bbpress-wrapper ul.sidemenuItems {
    padding: 20px 0;
}
#bbpress-forums.bbpress-wrapper ul.sidemenuItems.withLine {
    padding-right: 15px;
}
body.bbpress .ast-container{
    max-width: 1600px;
    width: 100%;
}
.entry-content div#bbpress-forums {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 40px;
    flex-wrap: wrap;
}
#bbpress-forums a{
    color: #CC00FF;
    display: inline-block;
    transition: .3s ease;
}
body #buddypress * a{
    color: #CC00FF;
    transition: .3s ease;
}
.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{
	background-color: transparent;
}
.buddypress-wrap .bp-navs li.selected a{
	background: var(--dark);
}
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){
	/*border-radius: 0 20px 20px 0;*/
	box-shadow: none;
	border: 1px solid;
	background: var(--dark);
    border-radius: 15px;

}
.buddypress-wrap nav#object-nav  {
    overflow: visible;
}
.buddypress-wrap nav#object-nav li.selected {
    position: relative !important;
}

.buddypress-wrap nav#object-nav li.selected:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    bottom: -28px;
    left: 50%;
    position: absolute;
}
.buddypress-wrap .item-body {
    margin-top: 10px;
}
table.notifications.bp-tables-user {
    border: 1px solid #fff;
	border-radius: 20px;
}
tbody>tr>td:last-child {
    border-left: none;
}
thead>tr>th:not(:last-child) {
    border-left: 1px solid #fff !important;
}
table.notifications.bp-tables-user th, table.notifications.bp-tables-user tr {
    border: none;
	text-align: center;
}
li#activity-personal-li a {
    border-radius: 0 15px 15px 0;
}
ul#member-secondary-nav li a {
    font-size: 16px;
}
nav#object-nav ul li a{
	background: none;
}
#bbpress-forums a:hover,
body #buddypress * a:hover{
    opacity: .8;
    transition: .3s ease;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics{
    border: none;
}
ul#bbp-search-results .bbp-topic-header,
ul#bbp-search-results .bbp-forum-header,
ul#bbp-search-results .bbp-reply-header {
    margin-top: 15px;
    padding: 20px;
    border-radius: 15px 15px 0 0;
}
ul#bbp-search-results .loop-item--1 {
    border-radius: 0 0 15px 15px;
}
#bbpress-forums ul#bbp-search-results li.bbp-header{
    border-radius: 15px;
}
ul#bbp-search-results .bbp-meta > a{
	display: none;
}
.topic-tags {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    /*row-gap: 10px;*/
    margin: 0 0 15px;
	/*max-width: 550px;*/
	background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
a.showAllTags{
	margin: 5px 0;
}
.topic-tags> span {
    display: block;
    width: 100%;
	color: var(--green);
	line-height: 1.2;
	font-size: 14px;
}
.topic-tags .topic-tag.active, 
.topic-tags .topic-tag:hover {
    background: #CC00FF;
}
.topic-tags .topic-tag {
    padding: 10px 10px;
    background: #000;
    margin: 0;
    border-radius: 20px;
    transition: .3s ease;
    width: calc(100% / 3 - 8px);
    min-height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
#bbpress-forums form input[type="checkbox"] {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    border-radius: 3px;
    border: 1px solid var(--green);
    box-shadow: none;
    font-size: 1em;
    width: 20px;
	min-width: 20px;
    height: 20px;
}

#bbpress-forums form input[type="checkbox"]:checked:after {
    content: '\2713';
    color: white;
}
#bbpress-forums form input[type="checkbox"]:checked {
    background-color: #111;
}
#bbpress-forums fieldset.bbp-form label {
    margin-bottom: 8px;
}
.add-comment-button-wrap button {
    background: var(--green);
    text-shadow: none !important;
	transition: .3s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 20px;
}

.add-comment-button-wrap {
    display: flex;
    justify-content: flex-end;
}
.add-comment-button-wrap.first {
    margin-bottom: 15px;
}

li.bbp-forum-info a {
    font-size: 16px !important;
}
li.bbp-forum-freshness {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 3px;
}
#bbpress-forums li.bbp-forum-freshness p.bbp-topic-meta{
	margin: 0;
}
#bbpress-forums li.bbp-forum-freshness a {
    font-size: 10px !important;
    display: block !important;
    text-align: right;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
	
}
span.bbp-topic-freshness-author span.bbp-author-name:before {
    content: 'ע"י ';
}
li.bbp-forum-freshness span.bbp-author-avatar {
    display: none !important;
}

/* POOPUP TOPIC TAGS */
.all-tags-popup {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	background: #00000055;
}
.all-tags-popup .tags-wrap {
    width: 500px;
    max-width: 100%;
    background: var(--dark);
    display: flex;
    align-items: stretch;
	align-content: flex-start;
    border-radius: 20px 20px 0 0;
    flex-wrap: wrap;
    padding: 40px;
    column-gap: 14px;
    row-gap: 14px;
	max-height: 500px;
	height: 80vh;
	min-height: 300px;
	overflow: auto;
}
#bbpress-forums fieldset.bbp-form .all-tags-popup input.search-tags-input {
    width: 100%;
    border-radius: 10px;
    min-height: 36px;
	order: -1;
}
.all-tags-popup>div>span.topic-tag {
    width: calc(100%/2 - 7px);
    max-width: 100%;
    background-color: black;
    border: 1px solid;
	border-color: transparent;
    border-radius: 10px;
    min-height: 40px;
}
.all-tags-popup>div>span.topic-tag.selected {
    width: calc(100%/2 - 7px);
	border-color: #CC00FF;
}
.popup-buttons {
    width: 500px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 40px;
    background: var(--dark);
    border-radius: 0 0 20px 20px;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 7px;
}
#bbpress-forums .popup-buttons a.button.select {
    background: #CC00FF;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #000;
	padding: 10px 25px;
}
#bbpress-forums .popup-buttons a.button.cancel {
    padding: 0;
    min-height: 0;
    line-height: 1;
    background: transparent;
    text-decoration: underline;
    color: #fff;
}
/*****/
.bbp-submit-wrapper button.button {
    background: #CC00FF;
    border: 1px solid #fff;
    transition: .3s ease;
	border-radius: 10px;
	font-size: 16px;
	letter-spacing: 0.5px;
    padding: 13px 25px;
}
input#bbp_topic_title {
    border-radius: 10px;
    min-height: 45px !important;
	width: 100%;
}
.bbp-the-content-wrapper .wp-editor-container {
    border-radius: 20px;
    overflow: hidden;
}
input#bbp_topic_tags{
	display: none;
}
.image-upload-field{
	margin: 25px 0 30px;
}
input#topic_thumbnail_upload {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
/* SEARCH FORM */
body.bbpress #bbpress-forums form[role="search"] input[type=submit] {
    background: #CC00FF;
    border-radius: 10px;
    padding: 10px 25px;
    letter-spacing: 0.5px;
    font-size: 16px;
    transition: .3s ease;
    color: #000;
    font-weight: 500;
    border: none;
	width: 30%;
	max-width: 110px;
}
#bbpress-forums div.bbp-search-form{
	float: unset;
}
div#bbpress-forums .mainContainer div.bbp-search-form > form{
	padding: 0px;
	background-color: transparent;
	border-radius: 0;
}

.bbp-search-form form > div {
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
div.bbp-search-form input[type="text"] {
    border-radius: 10px;
    padding: 5px 25px;
	/*max-width: calc(70% - 8px);*/
	max-width: 100%;
	flex: 1;
}
.bbp-user-subscriptions a.subscription-toggle:after {
    content: ' הסרה ממעקב';
    font-weight: 500;
}
a.subscription-toggle {
    margin-bottom: 10px;
}
a.bbp-topic-permalink {
    margin-top: 5px;
	flex: 1;
}
span.bbp-topic-started-in a {
    font-size: 14px;
}
span.bbp-topic-started-in {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
}
@media (max-width: 748px){
	.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){
		border-radius: 20px;
	}
}
/* FORUM FORMS */
div#bbpress-forums .mainContainer div > form{
	background: var(--dark);
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 15px;
}
div#bbpress-forums .mainContainer div > form select {
    border-radius: 10px;
    height: 40px;
    padding-right: 40px;
}
div#bbpress-forums .mainContainer div > form legend{
	margin-bottom: 10px;
}
#bbpress-forums .mainContainer div > form fieldset.bbp-form{
	border: none;
	padding: 0;
}
/***/
/** NOTICES */
#bbpress-forums div.bbp-template-notice {
    background-color: var(--dark);
    color: #fff;
    border-color: #fff;
}
.bbp-template-notice.info span.bbp-author-avatar {
    display: none;
}
.bbp-template-notice.info a {
    font-size: 12px;
}
.bbp-template-notice.info a:hover {
    font-size: 12px;
}
/***/
/* BBPRESS /FORUMS/ topics */
a.back-to-forum-btn {
    position: relative;
    font-size: 14px !important;
    background: transparent;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
	margin-bottom: 15px;
	text-decoration: underline;
	text-underline-offset: 3px;
}
a.back-to-forum-btn:hover {
    padding-right: 18px
}
a.back-to-forum-btn:before {
    content: '';
    width: 10px;
    height: 1px;
    background: var(--green);
    position: absolute;
    top: 50%;
    right: 0px;
	transform-origin: right;
    transform: translateY(-40%);
	transition: .3s ease;
}
a.back-to-forum-btn:hover:before {
    transform: translateY(-40%)scaleX(1.3);
}
a.back-to-forum-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid var(--green);
    transform: rotate(45deg)translateY(-70%);
    top: 50%;
    right: 3px;
    border-width: 1px 1px 0px 0px;
    position: absolute;
}

.bbp-template-notice.info, .bbp-topic-form {
    width: 100%;
    max-width: 800px;
}
form#wp-link label, 
form#wp-link label span, 
form#wp-link p,
.mce-container-body.mce-window-body label {
    color: #000;
}
.mainContainer .bbp-template-notice.info {
    border-radius: 15px;
    background-color: var(--dark);
    color: #fff;
    border: none !important;
    padding: 5px 10px;
}
#bbpress-forums ul.bbp-topics p.bbp-topic-meta span.bbp-topic-started-by img.avatar.wp-user-avatar {
    max-width: 40px;
    max-height: 40px;
    border: none;
    border-radius: 50%;
    background: #000;
    margin: 5px 0 8px 5px;
	width: 40px !important;
	height: 40px;
	object-fit: cover;
}
ul.topic.type-topic {
    display: flex;
    align-items: stretch;
}
ul.topic.type-topic li{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0px;
    width: 100%;
}
ul.topic.type-topic li:not(.bbp-topic-title){
    padding-bottom: 15px;
}
ul.topic.type-topic .dateAndTitle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
span.bbp-author-avatar:after {
    content: '.';
    transform: translateY(-5px);
    display: inline-block;
    font-size: 25px;
    margin-left: 5px;
}
p.bbp-topic-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 5px;
}
p.bbp-topic-meta span.topic-meta-detailes{
    display: flex;
    column-gap: 40px;
    font-size: 16px;
}
#bbpress-forums .bbp-replies a.bbp-topic-reply-link {
    font-weight: 600;
}
#bbpress-forums .bbp-replies a.bbp-reply-permalink {
    display: none;
}
#bbpress-forums li.bbp-body ul.topic{
    padding: 20px;
    flex-direction: column;
    width: 100%;
    border-top: none;
    border-radius: 20px;
    margin-bottom: 20px;
	position: relative;
}
#bbpress-forums li.bbp-body ul.topic:last-child{
    margin-bottom: 0px;
}
/** Single forum only */
body.single-forum #bbpress-forums li.bbp-body ul.topic {
    flex-direction: row;
}
body.single-forum #bbpress-forums li.bbp-body span.bbp-topic-started-by span.bbp-author-avatar img {
    width: 30px !important;
}
body.single-forum #bbpress-forums p.bbp-topic-meta span.topic-meta-detailes{
	column-gap: 20px;
	row-gap: 10px;
}
body.single-forum #bbpress-forums li.bbp-body ul.topic li.topic-image-wrap {
    max-width: 150px;
    max-height: 150px;
    width: 30%;
    margin-right: 20px;
	padding: 0;
}
body.single-forum #bbpress-forums li.bbp-body ul.topic li.topic-image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #000;
}
input#topic_thumbnail_upload {
    width: 100%;
}
@media(max-width: 767px){
    body.single-forum #bbpress-forums li.bbp-body ul.topic li.topic-image-wrap {
        width: 60px;
	    height: 60px;
	    position: absolute;
        margin-right: 0;
		padding: 0;
	    top: 10px;
	    left: 10px;
    }
	span.topic-meta-detailes {
		width: 100%;
		justify-content: flex-end;
	}
}
/***/
@media(min-width: 769px) and (max-width: 1465px){
    #bbpress-forums .forumSideMenu {
         max-width: 1160px;
         width: 100%;
		margin-top: 20px;
		background: var(--dark);
		border-radius: 20px;
		z-index: 9;
    }
    div#bbpress-forums .mainContainer{
        flex: 1;
    }
}
@media(max-width: 768px){
	.forumSideMenu{
		max-width: 100%;
	    margin-top: 20px;
	}
    div#bbpress-forums .mainContainer {
        width: 100%;
    }
    .entry-content div#bbpress-forums {
    flex-wrap: wrap;
    }
    
    ul.topic.type-topic .dateAndTitle {
    flex-direction: column;
	padding-left: 60px;
    }
    ul.topic.type-topic .dateAndTitle span.topic-publish-date,
	#bbpress-forums p.bbp-topic-meta span {
    font-size: 12px;
    }
	#bbpress-forums .bbp-topic-tags a{
    font-size: 12px !important;
    }
    
}
/**/

/* BBPRESS FORUM */
/*:root {
    --dark: #2E2E2E;
}*/
ul#member-primary-nav li {
    border: 0;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header, #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even{
    background: var(--dark);
    border: none;
}
#bbpress-forums ul.forums.bbp-replies{
    border-radius: 20px;
    border: none;
	position: relative;
}
.forums.bbp-replies.first-topic li.bbp-header .author-and-meta{
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    column-gap: 10px;
    row-gap: 10px;
}
li.bbp-header a.bbp-author-link {
    display: block;
    width: fit-content;
}
.forums.bbp-replies.first-topic li.bbp-header {
    display: flex;
}
#bbpress-forums .forums.bbp-replies.first-topic div.bbp-reply-header .bbp-meta{
    padding-left: 25px;
}
#bbpress-forums .forums.bbp-replies.first-topic li.first-reply-footer{
	background: var(--dark);
	position: absolute;
    bottom: 31px;
    left: 1px;
	border-radius: 50%;
}
.forums.bbp-replies.first-topic li.bbp-header .topic-meta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-top: 0px;
}
.forums.bbp-replies.first-topic li.bbp-header .topic-meta > span{
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
}
.forums.bbp-replies.first-topic li.bbp-header .topic-meta > span:first-child{
    padding-right: 0;
}
.forums.bbp-replies.first-topic li.bbp-header .topic-image-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	width: 100%;
}
.forums.bbp-replies.first-topic li.bbp-header .topic-image-wrap img{
    object-fit: cover;
    max-height: 200px;
	height: 100%;
    width: 100%;
    border-radius: 15px;
	background: #000;
}
.love-topic-btn {
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 8px;
}

.forums.bbp-replies:not(.first-topic) .love-topic-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    padding: 0 15px;
}
.love-topic-btn button{
   /* background: var(--green);*/
    background: transparent;
    padding: 0;
    display: flex;
	padding: 7px;
}
.love-topic-btn button svg:hover path,
.love-topic-btn button.liked svg path{
    fill: var(--green);
    transition: .3s ease;
}
#bbpress-forums .bbp-topic-tags {
    width: 100%;
	overflow: auto;
}
#bbpress-forums .bbp-topic-tags p {
    font-size: 0;
    display: flex;
    column-gap: 5px;
    flex-direction: row-reverse;
	margin: 0;
	width: max-content;
}
.bbp-topic-tags p a {
    font-weight: 300;
    background: #111111;
    padding: 6px 12px;
    border-radius: 15px;
    color: #fff !important;
	font-size: 16px !important;
    opacity: .5;
}
.topic-categories{
    margin-bottom: 10px;
	width: 100%;
	column-gap: 10px;
	align-items: center;
}
.topic-categories > div {
    width: fit-content !important;
    text-align: right;
}
#bbpress-forums .topic-categories div.bbp-topic-tags p{
	margin: 0 !important;
}
.topic-categories .topic-category span {
    font-weight: 400;
    font-size: 12px;
}
.topic-categories, .topic-date {
    display: flex;
    flex-wrap: wrap;
}
.topic-categories > span {
    display: block;
    border-radius: 20px;
    padding: 10px;
    background: #111111;
    font-weight: 400;
    color: #ffffff77;
	min-width: 120px;
	text-align: center;
}
.topic-date span.bbp-reply-post-date{
    font-weight: 400;
    color: #fff;
    text-align: right;
	font-size: 12px;
}
.first-topic .bbp-reply-content .topic-title {
    font-size: 35px;
	margin-top: 0 !important;
	font-weight: 600;
}
#bbpress-forums li.bbp-body{
    overflow: hidden;
    border-radius: 0px 0 20px 20px;
    margin-bottom: 20px
}
#bbpress-forums li.bbp-body strong {
    font-weight: 600;
}
#bbpress-forums li.bbp-header{
    border-radius: 20px 20px 0 0px;
	position: relative;
}
#bbpress-forums .forums.bbp-replies li.bbp-header {
    padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
#bbpress-forums .forums.bbp-replies li.bbp-body {
	background: var(--dark);
    padding: 12px;
}
#bbpress-forums .forums.bbp-replies:not(.first-topic) li.bbp-header {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
#bbpress-forums .forums.bbp-replies:not(.first-topic) li.bbp-header span {
    color: #CC00FF;
    font-weight: 400;
    font-size: 16px
}
#bbpress-forums .forums.bbp-replies span.bbp-author-avatar .wp-user-avatar {
    max-width: 40px;
    border: 1px solid #CC00FF;
    border-radius: 50%;
    margin: 0;
    margin-left: 5px;
    width: 40px;
    max-height: 40px;
    height: 40px;
    object-fit: cover;
}
#bbpress-forums .forums.bbp-replies a.bbp-author-link {
  display: flex;
    align-items: center;
}
#bbpress-forums .forums.bbp-replies span.bbp-author-name{
    font-weight: 400;
    font-size: 16px;
    color: #CC00FF;
}
#bbpress-forums .forums.bbp-replies span.has-pro-user.bbp-author-name {
    margin: 0;
}
#bbpress-forums div.bbp-reply-content {
    margin: 0px;
    font-size: 16px;
	width: 100%;
}
span.bbp-admin-links a {
    font-size: 16px !important;
}
@media(max-width: 768px){
.first-topic .bbp-reply-content .topic-title {
    font-size: 25px;
}

    #bbpress-forums .forums.bbp-replies li.bbp-header, #bbpress-forums .forums.bbp-replies:not(.first-topic) li.bbp-header {
    padding: 20px;
    flex-direction: column;
    row-gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #bbpress-forums .forums.bbp-replies.first-topic li.bbp-header {
    flex-direction: row-reverse;
    }
/*#bbpress-forums .forums.bbp-replies li.bbp-header .topic-image-wrap {
    display: none;
}*/

.forums.bbp-replies.first-topic li.bbp-header .author-and-meta{
    padding: 0;
  }
    .topic-categories{
        margin-bottom: 5px;
    }
.forums.bbp-replies.first-topic li.bbp-header .topic-meta > span, .topic-categories > span{
        padding: 5px 10px;
    font-size: 12px;
    }
.topic-date span.bbp-reply-post-date{
        font-size: 12px;
    }
#bbpress-forums .forums.bbp-replies:not(.first-topic) li.bbp-header span{
        font-size: 12px;
    }
span.bbp-admin-links a {
    font-size: 12px !important;
}
#bbpress-forums a.bbp-reply-permalink {
    margin: 0;
    width: fit-content;
}
    #bbpress-forums div.bbp-reply-header .bbp-meta{
        display: flex;
        flex-direction: column;
    }
	#bbpress-forums .bbp-topic-tags p {
    margin-top: 10px !important;
}
}
/**/

/* BUDDY PRESS */
.activity-list.bp-list,.activity-list.bp-list .activity-item,.activity-list .activity-item .activity-content .activity-inner, .activity-list .activity-item .activity-content blockquote{
    background: none !important;
}
.activity-list .activity-item div.item-avatar img{
	border-radius: 50%;
	width: 75px;
	height: 75px;
	object-fit: cover;
	max-width: 100% !important;
}
.activity-list .activity-item div.item-avatar {
	display: flex;
	justify-content: center;
}
#buddypress #item-header-cover-image {
    min-height: 0;
    background: var(--dark);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
}
#buddypress #item-header-cover-image:after{
    content: none;
}
#buddypress #item-header-cover-image>div{
    margin: 0 !important;
    padding: 0;
}
div#item-header-avatar, div#header-cover-image{
    display: none;
}
.group-description{
    color: #000;
}
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{
    float: unset;
}
/**/



.popedUp{
	padding: 30px;
	position: fixed;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	animation: 1s popedUp ease;
}
.popedUp>span{
	padding: 5px 15px;
	display: block;
	border-radius: 10px;
	background: red;
}
@keyframes popedUp {
	0%{
		opacity: 0;
		transform: translateY(100%);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}


/***** ONBOARDING POPUP STYLE *****/
.onboarding-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000055;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
	padding: 15px;
}
.onboarding-popup .onboarding-content {
    background: var(--dark);
    padding: 40px;
    width: 470px;
    height: 520px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}
.onboarding-popup .onboarding-content .userThumbnail form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	row-gap: 15px;
}
.onboarding-popup .onboarding-content .userThumbnail img {
    background: #000;
    border-radius: 50%;
	width: 178px;
	height: 172px;
	object-fit: cover;
	
}
.onboarding-popup .onboarding-content .userThumbnail label {
    padding: 12px 20px;
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background: var(--green);
    border-radius: 20px;
    cursor: pointer;
	line-height: 1;
}
.onboarding-popup .onboarding-content .userThumbnail input{
	display: none;
}
.onboarding-popup .onboarding-content .userThumbnail button#image_upload_btn {
    font-size: 16px;
    text-shadow: none;
    letter-spacing: 0.5px;
    background: var(--green);
    line-height: 1;
    padding: 12px 25px;
	font-weight: 500;
}
.onboarding-popup .dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
.onboarding-popup .dots button:hover {
    background: var(--green);
}
.onboarding-popup .dots button {
    padding: 5px;
    font-size: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.onboarding-popup span.subscription-custom-toggle {
    text-align: center;
    width: 100%;
    display: block;
}
/*************/
/**** EDITOR ADDITIONAL STYLES ***/
.wp-editor-tabs {
     margin-bottom: 8px;
}
.wp-editor-tabs button {
    border-radius: 10px;
    background-color: #fff !important;
    color: #000 !important;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: 600;
    font-family: 'FbCoherenti Hebrew' !important;
    margin: 0;
}
.tmce-active .wp-editor-tabs button.switch-html, .html-active .wp-editor-tabs button.switch-tmce {
    color: #00000090 !important;
}
/**********/

body #buddypress ul.activity-list.item-list.bp-list, body #buddypress ul.activity-list.item-list.bp-list li.activity-item {
    border-radius: 20px;
    background-color: var(--dark) !important;
    box-shadow: none;
}
body #buddypress ul.activity-list.item-list.bp-list{
	padding: 0;
	border: none;
}
body #buddypress ul.activity-list .activity-item .activity-content .activity-inner{
	border: none;
}
body #buddypress div#bp-nouveau-activity-form{
	border-radius: 15px;
}
.activity-update-form #whats-new-submit{
	margin-top: 0;
	margin-bottom: 15px;
}
div#whats-new-options {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
div#whats-new-content {
    flex: 1;
}
.activity-update-form #whats-new-textarea textarea{
	border-radius: 10px;
}
form#whats-new-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
input#aw-whats-new-reset{
	color: #fff;
	opacity: 0.8;
}
.select-wrap {
    background: var(--dark);
    border-radius: 10px !important;
	padding: 5px 10px;
}
.select-wrap select{
	color: #fff;
}
.select-wrap select option {
    color: #000;
}
.select-wrap select:focus{
	outline: none;
}
li.load-more {
    background: transparent !important;
    border: none !important;
}
li.load-more:hover {
    box-shadow: none;
}
li.load-more:hover a {
    background: var(--green) !important;
    color: #000 !important;
}
li.load-more a {
    background: var(--green);
    color: #fff !important;
    border-radius: 15px;
}

span.activity-read-more a,
a.activity-button.mention {
    background: var(--green) !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: none !important;
}

aside.bp-feedback.bp-messages.info {
    border-radius: 10px;
}
.buddypress-wrap .bp-feedback.help .bp-icon, 
.buddypress-wrap .bp-feedback.info .bp-icon {
    background-color: var(--green);
    border-radius: 10px;
}
ul#forums-list-0 .bbp-footer {
    display: none;
}
.buddypress-wrap .bp-tables-user tbody tr, .buddypress-wrap table.forum tbody tr, .buddypress-wrap table.wp-profile-fields tbody tr,
.activity-list .activity-item .activity-meta.action{
	background: transparent;
}


.bbpress-special-header  {
    background: #F5FFFD;
    z-index: 9999;
    width: 100%;
	padding: 8px 20px;
}
.bbpress-special-header .header-container {
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	flex-wrap: wrap;
	row-gap: 15px;
	padding: 0;
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
}
.bbpress-special-header .forum-bar-title{
	display: block;
	font-size: 14px;
	color: var(--green);
}
.customize-notifications-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	align-items: center;
	justify-content: center;
		display: flex;
	padding: 20px;
	transition: .5s ease;
	z-index: 999;
}
/* width */
.customize-notifications-popup .forums-subscription-loop::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.customize-notifications-popup .forums-subscription-loop::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

/* Handle */
.customize-notifications-popup .forums-subscription-loop::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 4px;
}

/* Handle on hover */
.customize-notifications-popup .forums-subscription-loop::-webkit-scrollbar-thumb:hover {
  background: #888;
  border-radius: 4px;
}
.customize-notifications-popup.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.customize-notifications-popup .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000055;
}
.customize-notifications-popup .customize-notifications-settings {
    width: 500px;
	min-height: 400px;
	background: #000;
	border: 1px solid var(--green);
	border-radius: 20px;
	z-index: 1;
	position: relative;
	padding: 20px;
}	
.customize-notifications-settings .notifications-title {
	font-family: "FbCoherenti Hebrew", Sans-serif;
	text-align: center;
	margin: 20px 0;
}
.customize-notifications-settings .notifications-title span{
	color: var(--green);
}
.forums-subscription-loop {
    max-height: 250px;
    overflow: auto;
}
.notifications-window .notifications-loop .show-all-notifications-btn a {
    background: var(--green);
    width: 100%;
    display: flex;
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
	  font-size: 16px !important;
}
span.subscription-custom-toggle>span>span.is-subscribed a{
	border-color: var(--green);
}
span.subscription-custom-toggle>span>span a{
	background: var(--dark);
	width: 100%;
	display: block;
	padding: 5px 15px;
	border-radius: 10px;
	margin-bottom: 5px;
	border: 1px solid var(--dark);
	color: var(--green);
	text-align: center;
}
.notifications-window {
    position: absolute;
    top: 100%;
    padding: 15px;
    border-radius: 20px;
    background: var(--dark);
    z-index: 9999;
    border: 1px solid var(--green);
    right: 0;
    width: 600px;
    min-width: 250px;
    max-width: calc(100vw - 40px);
	display: none;
	animation: none;
	transform-origin: top;
	overflow: auto;
	max-height: 400px;
}
.notifications-window.active {
	display: block;
	animation: showUp .5s ease;
}
.notifications-window .single-notification>.notification-description a {
    padding: 0;
}

.notifications-window .single-notification>.notification-description {
    width: 100%;
}
.notifications-window .single-notification {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #000;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px;
}
.notifications-window > button{
    float: left;
    margin-bottom: 20px;
    border-radius: 10px;
    background: var(--green);
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    height: 40px;
    transition: .3s ease;
}
.notifications-loop {
    display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    width: 100%;
}
.notifications-window .notifications-loop a {
    color: var(--green);
    padding: 5px 10px;
    background: #000;
    width: 100%;
    border-radius: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
    display: block;
}
button.forum-notifications-button {
    padding: 10px;
    border-radius: 10px;
    background: var(--dark);
		width: 40px;
	  height: 40px;
	  position: relative;
}
button.forum-notifications-button svg{
    pointer-events: none;
}
.forum-notifications-button span.notificationsCount {
    position: absolute;
    background: var(--green);
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    padding-left: 1px;
    line-height: 1;
    top: -4px;
    right: -4px;
}
li.no-results {
    display: block !important;
}
.bbpress-user-dropdown {
    display: flex;
    align-items: center;
}
.bbpress-user-dropdown a span {
    display: flex;
    align-items: center;
	font-size: 14px;
	  color: var(--green);
}
.bbpress-search-forums {
    position: relative;
    width: 100%;
    max-width: fit-content;
}
.bbpress-search-forums input{
    max-width: 100%;
	width: 440px;
	border-radius: 10px;
	max-height: 40px;
	height: 40px;
}
.bbpress-search-forums input,
.bbpress-search-forums input:focus{
    background: var(--dark);
	  color: #fff;
	  border: none;
	outline: none;
	font-size: 14px;
}
.bbpress-search-forums > ul {
    margin: 0;
    list-style: none;
    padding: 30px 20px 20px;
    background: var(--dark);
    position: absolute;
	  border: 1px solid var(--green);
	  border-radius: 20px;
    width: 100%;
    top: 100%;
    left: 0;
	  transform-origin: top;
	  animation: none;
	  display: none;
	z-index: 9;
}
.bbpress-search-forums.active > ul {
	  animation: showUp .5s;
	  display: block;
}

.bbpress-search-forums > ul a,
.bbpress-search-forums > ul li.no-results > span{
    color: var(--green);
    background: #000;
    padding: 10px 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: 1;
		font-size: 14px;
}
.bbpress-search-forums > ul a:hover{
	font-size: 14px;
}
@keyframes showUp{
	from{
		transform: scaleY(0);
	}
	to{
		transform: scaleY(1)
	}
}
@media(min-width: 990px){
	.bbpress-special-header .forum-bar-title{
    	font-size: 26px;
    }
	.bbpress-notifications-menu {
    position: relative;
   }
	aside.forums-sidebar > div:not(:last-child) {
        margin-bottom: 20px;
	}
	.customize-notifications-popup .customize-notifications-settings .forums-subscription-loop{
		max-height: 500px;
	}
}
@media(max-width: 828px){
	.bbpress-search-forums {
    max-width: 100%;
}
.bbpress-special-header .forum-bar-title{
	width: 100%;
}
}
@media(max-width: 736px){
	.bbpress-notifications-menu {
    order: 10;
}
}
/***/
/* REMOVE FIRST REPLY FROM REPLIES  NEW REPLY STYLE */
.bbp-replies > ul > li .loop-item--1.even.topic.type-topic.status-publish.hentry.ast-article-single.bbp-reply-position-1 {
    display: none;
}
.bbp-replies > ul > li:first-child {
    display: none;
}
.bbp-replies > ul > li .even.reply.type-reply.ast-article-single {
    border-radius: 15px;
    padding: 0px;
	margin-bottom: 0;
}
.reply-custom-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bbpress-forums .bbp-replies > ul > li a.bbp-author-link {
    width: fit-content;
}
#bbpress-forums .bbp-replies > ul > li span.bbp-author-name {
    width: max-content;
	margin-right: 0;
}
.bbp-replies > ul > li .bbp-author-role {
    text-align: right;
    margin-top: 6px;
}
.bbp-replies > ul > li span.bbp-author-avatar {
    display: flex;
    align-items: center;
}
span.bbp-reply-post-date {
    font-size: 12px;
}
#bbpress-forums .bbp-replies > ul > li {
    background: var(--dark);
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
}
.forums.bbp-replies:not(.first-topic) > ul > li .love-topic-btn {
    padding: 0 10px 10px;
    border-bottom: 1px solid #CC00FF55;
    margin-bottom: 20px;
}
li.bbp-body > div > .reply-custom-head, 
li.bbp-body > .love-topic-btn {
    display: none;
} 
@media(max-width: 767px){
	.reply-custom-head {
        flex-direction: column;
		align-items: flex-start;
	}
	#bbpress-forums .forums.bbp-replies .reply-custom-head span.bbp-author-avatar .wp-user-avatar{
		position: relative;
	}
	#bbpress-forums ul li > ul.bbp-threaded-replies{
		margin-right: 30px;
	}
}
/**/