/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2025 | 07:10:25 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body[class*="bbpress"] .wd-content-area.site-content.wd-grid-col {
	--wd-col-lg: 12 !important;
}

body.bbpress .whb-main-header,
body.bbpress header.whb-header {
    display: none !important;
}

body.bbpress aside.wd-sidebar.sidebar-container.wd-grid-col.sidebar-right {
    display: none !important;
}

/* body.bbpress .wd-page-content.main-page-wrapper {
    margin-top: -160px;
} */

div#bbpress-forums {
	margin-top: -70px;
	
}



body.bbpress ul#forums-list-0 {
    margin-top: 160px !IMPORTANT;
}

li.bbp-header {
    background-color: #b5b5b5 !important;
	color: #fff;
}

.bbp-breadcrumb {
    color: white !important;
}

div.bbp-breadcrumb,
div.bbp-breadcrumb a,
.bbp-breadcrumb-current,
div.bbp-topic-tags,
div.bbp-topic-tags a {
    color: white !important;
    font-size: 18px !important;
    position: relative;
    z-index: 999;
}



form#bbp-search-form input[type="text"] {
    background-color: white !important;
    color: black;
}

.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
    margin-top: 20px !important;
}
.green-area{
	position: relative;
    z-index: 9!important;
	
}

form#bbp-search-form {
    position: relative; /* Needed for z-index to work */
    z-index: 999;
}

body.archive div#bbpress-forums {
    margin-top: -120px;
}


body.search div#bbpress-forums {
    margin-top: -70px;
}



#subscription-toggle {
    position: relative; /* or absolute/fixed if needed */
    z-index: 999;
}

.bbp-template-notice.info {
    padding-top: 50px;
}

.bbp-search .wd-content-layout {
    padding-block: 80px !important;
}
