/*
Theme Name: ADPi Fluent Community Theme
Description: ADPi Fluent Community Theme
*/

/* BEGIN: General CSS */
body * {
    font-family: sans-serif !important;
	font-size: 14px !important;
}
h1, h2, h1 a, h2 a, h1 span, h2 span {
	font-size: 16px !important;
}
body {
    overflow-y: hidden !important;
	zzzzzz--fcom-header-height: 54px !important;
}
body.fluentcrm_page_fluent-boards {
	overflow-y: scroll !important;
}
/* END: General CSS */

/* BEGIN: CSS for pages using FluentCommunity page template */
.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;
}
.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;
}
.stafflist {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)) !important;
}
.stafflist .fcom_box_card_description {
    margin-bottom: 0px !important;
}
.stafflist .fcom_box_card_description i {
    font-style: italic !important;
}
.stafflist .fcom_box_card_info {
    gap: 1px !important;
	min-height: 312px !important;
}
.foundationstafflist .fcom_box_card_info {
    gap: 1px !important;
	min-height: 212px !important;
}
.stafflist .fcom_box_card_action {
    padding-top: 10px !important;
}
.stafflist .fcom_box_card_avatar {
    height: 177px !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;
}
.fcom_theme_full .menupopup .fcom_space_menu_ul {
	margin: 0px !important;
	list-style: none !important;
}
.fcom_theme_full .fhr_content_layout_header h2, 
.fcom_theme_full .fhr_content_layout_header h1,
.fcom_theme_full .fhr_content_layout_header h2 a, 
.fcom_theme_full .fhr_content_layout_header h1 a,
.fcom_theme_full .fhr_content_layout_header h2 span, 
.fcom_theme_full .fhr_content_layout_header h1 span {
    zzmargin: 0;
    font-size: 16px !important;
    zzzcolor: var(--fcom-primary-text, #697386);
}
.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;
}
.page-template-fluent-community-frame-full li.top_menu_item .el-icon, 
.page-template-fluent-community-frame-full li.top_menu_item svg,
.page-template-fluent-community-frame-full li.top_menu_item a {
	font-size: 18px !important;
}
.page-template-fluent-community-frame-full li.top_menu_item .avatar_icon svg {
	font-size: 20px !important;
}
zzzzz.space_menu_item .fcom_emoji {
	font-size: 20px !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;
}
/* END: CSS for pages using FluentCommunity page template */

/* BEGIN: CSS for ICS Calendar */
.ics-calendar {
    margin-top: 0px !important;
}
.ics-calendar-controls-wrapper {
	display: none !important;
}
.ics-calendar .fc .fc-button {
    border-radius: 0px !important;
	text-transform: capitalize !important;
}
.ics-calendar .ics-calendar-arrow-nav a {
	text-decoration: none !important;
	color: #23415a !important;
    cursor: default !important;
}
.ics-calendar-arrow-nav>.today {
    cursor: default !important;
}
.ics-calendar-month-grid .day {
    background: white !important;
}
.ics-calendar-month-grid .today .day {
    background: white !important;
}
.ics-calendar-month-grid .today .day * {
    color: #19283a !important;
}
/* END: CSS for ICS Calendar */

/* BEGIN: CSS for Dropbox Plugin */
#OutoftheBox {
    scrollbar-width: 12px;
    scrollbar-color: var(--wpcp--present--color--accent, #590e54) var(--wpcp--present--color--background, #f9f9f9);
    margin-top: -10px !important;
}
#OutoftheBox .nav-header+.wpcp-container-content {
    height: 100% !important;
}
#OutoftheBox [data-layout=list] .entry-info-icon, .OutoftheBox [data-layout=list] .entry-info-icon {
    margin-left: 0px !important;
    margin-right: 5px !important;
}
#OutoftheBox .wpcp-browser-container-content {
    background-color: white !important;
}
#OutoftheBox .nav-header {
    background-color: white !important;
	padding: 0px !important;
	min-height: 31px !important;
}
#OutoftheBox .fileupload-box {
    box-shadow: none !important;
}
#OutoftheBox .fileupload-header {
    background-color: white !important;
    border-top: 1px solid var(--wpcp--present--color--light2) !important;
	padding-left: 0px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
}
#OutoftheBox .fileupload-header-text-title {
    font-size: 14px !important;
    font-weight: bold !important;
}
#OutoftheBox .wpcp-container-content {
    padding: 0px !important;
}
#OutoftheBox .files .wpcp-browser-container {
    min-height: calc(100vh - 260px) !important;
}
#OutoftheBox .nav-header .entry-info-button a {
	margin-left: -6px !important;
}
#OutoftheBox a.nav-home {
    margin-left: -6px !important;
}
#OutoftheBox ol.wpcp-breadcrumb>li a {
    padding: 0px !important;
}
/* END: CSS for Dropbox Plugin */

/* BEGIN: CSS for Formidable Forms */
.frm_forms,
fieldset {
	background: var(--fcom-primary-bg, white) !important;
	color: var(--fcom-primary-text, #19283a) !important;
}

.with_frm_style .frm_form_field.frm_html_container, 
.with_frm_style .frm_form_field .frm_show_it {
    color: var(--fcom-primary-text, #19283a) !important;
	
}
.with_frm_style .frm_primary_label,
.with_frm_style select option {
    color: var(--fcom-primary-text, #19283a) !important;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, 
.frm_style_formidable-style.with_frm_style select:focus, 
.frm_style_formidable-style.with_frm_style .form-field textarea:focus, 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], 
.frm_form_fields_active_style, 
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement
{
	background: var(--fcom-primary-bg, white) !important;
	color: var(--fcom-primary-text, #19283a) !important;
}
.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
	background: var(--fcom-primary-bg, white) !important;
	color: var(--fcom-primary-text, #19283a) !important;
}
.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
	background: var(--fcom-primary-bg, white) !important;
	color: var(--fcom-primary-text, #19283a) !important;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
	background: var(--fcom-primary-bg, white) !important;
	color: var(--fcom-primary-text, #19283a) !important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_style_formidable-style.with_frm_style .frm_submit button, 
.frm_form_submit_style, 
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.with_frm_style .frm_button {
    font-size: 14px !important;
    background: rgba(109, 171, 216, 1) !important;
    border-color: var(--fcom-secondary-border) !important;
}

.frm_forms input,
.frm_forms textarea,
.frm_forms select,
.frm_forms input::placeholder,
.frm_forms textarea::placeholder {
    border-color: var(--fcom-secondary-border) !important;
	background: var(--fcom-primary-bg, white) !important;
	color: var(--fcom-primary-text, #19283a) !important;
}
.with_frm_style input[type=text], 
.with_frm_style input[type=password], 
.with_frm_style input[type=email], 
.with_frm_style input[type=number], 
.with_frm_style input[type=url], 
.with_frm_style input[type=tel], 
.with_frm_style input[type=phone], 
.with_frm_style input[type=search], 
.with_frm_style select, 
.with_frm_style textarea, 
.frm_form_fields_style, 
.with_frm_style .frm_scroll_box .frm_opt_container, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style, 
.with_frm_style .frm-card-element.StripeElement, 
.with_frm_style .frm_slimselect.ss-main {
    border-color: var(--fcom-secondary-border) !important;
	background: var(--fcom-primary-bg, white) !important;
	color: var(--fcom-primary-text, #19283a) !important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_style_formidable-style.with_frm_style .frm_submit button, 
.frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.with_frm_style .frm_button {
    box-shadow: 0 0px 0px #eeeeee !important;
	cursor: pointer !important;
    border: none !important;
    border-radius: 8px !important;
    background: var(--fcom-active-bg, #f0f2f5) !important;
    color: var(--fcom-menu-text-active, var(--fcom-menu-text, #545861)) !important;
}
zzz.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
zzz.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
zzz.with_frm_style .frm_button:hover,
zzz.with_frm_style .frm_button:focus {
	background: rgba(106, 178, 226, 1) !important;
    border-color: rgba(106, 178, 226, 1) !important;	
	color: white !important;
}
.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons svg.frm-svg-icon {
    fill: var(--fcom-menu-text-active, var(--fcom-menu-text, #545861)) !important;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
    font-size: 13px !important;
}
.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
    padding-top: 15px !important;
}
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style div.frm_description strong {
	font-size: 12px !important;
}
.with_frm_style .frm_repeat_sec {
    margin-top: 5px !important;
}
.frm_fields_container > br {
	display: none !important;
}
/* END: CSS for Formidable Forms */


/* BEGIN: CSS for FluentBoards */
div.fframe_body {
    margin-left: 0px !important;
	border-radius: 10px !important;
}
#pmcontent {
	padding: 0px 0px 0px 0px !important;
}
body.fluentcrm_page_fluent-boards {
    margin: 0px !important;
}
.fbs_regular_view {
    max-width: 100% !important;
}
.fbs_front .fbs_regular_view {
    max-width: 5120px !important;
}
.fbs-welcome_dashboard .fbs-dashboard_boards {
    max-width: 5120px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}
/* END: CSS for FluentBoards */