/*
Theme Name: REIGN Child
Theme URI: https://wbcomdesigns.com/downloads/reign-buddypress-theme/
Author: Wbcom Designs
Author URI: https://wbcomdesigns.com/
Description: Premium BuddyPress Theme with Elementor Page Builder support.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reign-child
Template: reign-theme
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, post-formats, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo
*/

/* Registration Page */
body #buddypress input[type=submit] {
	margin-top: 10px !important;
}

body.buddypress.register header.page-title {
	font-size: 20px;
}

body.buddypress.register header.page-title h1 {
	font-size: 20px;
	font-weight: 400;
}

body.buddypress.register.login-split-page .login-split .split-overlay {
    background: #ffffff !important;
}

@media (min-width: 992px) {
    body.buddypress.register.login-split-page .login-split {
        -webkit-box-align: end !important;
        -ms-flex-align: flex-end !important;
        align-items: flex-end !important;
    }
}

.ss-register-container {
    color: #171717;
    background-color: #f6f6f6;
    min-width: 700px;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

.ss-register-container h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

.ss-register-container p {
    font-size: 20px;
}

.ss-register-container ul {
    font-size: 20px;
}
.custom-search-form{
	display:flex;
}
.cst-search-form-wrap #cpt-product-stream{
	display:none;
}
.cst-search-form-wrap .bp-search-results-list{
	display:none;
}
.forum-search-results,
.cst-bp-search-results-list {     /* replace with your UL class */
  list-style: none;
  margin: 0;
  padding: 0;
}