/*
Theme Name: Generic Theme for FluentCommunity
Theme URI: 
Author: 
Author URI: 
Description: Custom WordPress theme for sites running FluentCommunity.
Version: 1.0.0
Text Domain: fcomtheme
*/
body {
    overflow-y: hidden !important;
}
.fluent_com_wp_pages .fcom_wp_content {
	overflow-y: scroll !important;
}
.fluent_com_wp_pages .fcom_wp_content .fcom_sticky_header {
	position: sticky !important;
    top: 0px !important;
    z-index: 98 !important;
}
.fcom_theme_full .wp_content_wrapper {
	padding: 32px 2rem 2rem 32px !important;
}
.fcom_theme_full .fcom_wp_content_body {	
	background: var(--fcom-primary-bg, white) !important;
    border-radius: 10px !important;
    padding: 16px 20px 0 !important;
    position: relative !important;
    border: 1px solid var(--fcom-primary-border, #e4e7eb) !important;
    color: var(--fcom-primary-text, #19283a) !important;
	min-height: calc(100vh - 175px) !important;
}
.fcom_wp_content_body.hasboxes, .fcom_theme_full .fcom_wp_content_body:has(div.fcom_communities) {	
	background: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    position: relative !important;
    border: none !important;
    color: var(--fcom-primary-text, #19283a) !important;
}
.fcom_theme_full .feed_filters .fcom_feed_divider {
    margin-right: 0px !important;
}
.fcom_theme_full .feed_filters {
	padding-top: 16px !important;
    padding-bottom: 15px !important;
}
.fcom_theme_full .search_member {
	padding-top: 3px !important;
	margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.fcom_theme_full .search_member .el-input__wrapper:focus-within {
	box-shadow: 0 0 0 1px var(--fcom-secondary-border) inset !important;
}
.page_grid_container {
	display: flex !important;
}
.page_grid {
	display: grid !important;
	grid-template-columns: 3fr 1fr !important;
	gap: 20px !important;
	align-items: start !important;
}
.fcom_theme_full .fcom_wp_content_body.page_widget {
	padding-bottom: 16px !important;
	margin-bottom: 20px !important;
	min-height: 1px !important;
}
@media (min-width: 1024px) {
	.fcom_theme_full .menupopup {
		display: none !important;
	}
	.fcom_theme_full #toggleButton {
		display: none !important;
	}
}
@media (max-width: 1024px) {
    .fcom_theme_full .wp_content_wrapper {
        padding: 20px 10px 40px !important;
        margin: 0 !important;
    }
	.fcom_theme_full .menupopup {
		right: -10px !important;
	}
	.page_grid {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}
	.page_grid .fcom_wp_content_sidebar {
        flex-direction: column !important;
		gap: 20px !important;
	}
}
.fcom_user_onboard {
    padding-top: 200px !important;
}
.nosidebar .fcom_wp_content {
    width: 100% !important;
    z-index: 1000 !important;
    
}
.nosidebar {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 0;
}
.nosidebar .spaces {
    display: none;
}