
.group:after, .clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, address, hr {
	margin: 0rem 0rem 1.6875rem;
	padding: 0;
}

/* stylelint-disable scss/no-duplicate-mixins */

/* stylelint-enable */

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
	display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
	/* 1 */
	display: block;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of 'bolder' by the next rule in Safari 6.
 */
b, strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent 'sub' and 'sup' elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
audio, video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native 'audio' and 'video'
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
	appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from 'fieldset' elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    'fieldset' elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	appearance: textfield;
	/* 1 */
	outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to 'inherit' in Safari.
 */
::-webkit-file-upload-button {
	appearance: button;
	/* 1 */
	font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/**
 * 1. Set the global 'box-sizing' state to 'border-box'.
 *    http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * 2. Set font family. [normalize.css]
 * 3. Set the base element's 'font-size' to the value of your choosing.
 * 4. Work out the unitless 'line-height' for your project based around your
 *    desired 'line-height' (defined previously in pixels), and your project's
 *    base font size.
 * 5. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. [normalize.css]
 *
 */
html {
	box-sizing: border-box;
}

/**
 * 1. Inherit box-sizing to make it easier to change the property for components
 *    that leverage other behavior.
 *    https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *:before, *:after {
	box-sizing: inherit;
}

/**
 * 1. Fallback for when there is no custom background color defined. [WordPress]
 * 2. Remove default margin. [normalize.css]
 */
body {
	background-color: var(--bb-body-background-color);
	/* [1] */
	color: var(--bb-body-text-color);
	/* [additional] */
	margin: 0;
	/* [2] */
	font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
	/* [2] */
	font-size: 16px;
	/* [3] */
	line-height: 1.6875rem;
	/* [4] */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/* [5] */
	overflow-x: hidden;
}

body.mce-content-body {
	font-family: inherit;
	margin: .9375rem;
}

/**
 * 1. Remove border when inside 'a' element in IE 8/9/10. [normalize.css]
 * 2. Offset 'alt' text from surrounding copy.
 * 3. Make sure images are scaled correctly.
 * 4. Fluid images for responsive purposes.
 * 5. Setting 'vertical-align' removes the whitespace that appears under 'img'
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using 'display: block;'.
 *
 */
img {
	border: 0;
	/* [1] */
	font-style: italic;
	/* [2] */
	height: auto;
	/* [3] */
	max-width: 100%;
	/* [4] */
	vertical-align: middle;
}

/* Default Links */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	text-decoration-skip: objects;
}

a {
	color: var(--bb-primary-color);
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: var(--bb-primary-color);
	outline: 0;
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

.black {
	color: #0d0d0e;
}

.inverted {
	color: #fff;
}

.error {
	color: var(--bb-danger-color);
}

.success {
	color: var(--bb-success-color);
}

.warning {
	color: var(--bb-warning-color);
}

.focus {
	color: var(--bb-default-notice-color);
}

.aluminum {
	color: #f8f8f8;
}

.silver {
	color: #e0e1e1;
}

.lightgray {
	color: #dedfe2;
}

.gray {
	color: #bdbdbd;
}

.midgray {
	color: #676b72;
}

.darkgray {
	color: #313439;
}

.bg-black {
	background-color: #0d0d0e;
}

.bg-inverted {
	background-color: #fff;
}

.bg-error {
	background-color: var(--bb-danger-color);
}

.bg-success {
	background-color: var(--bb-success-color);
}

.bg-warning {
	background-color: var(--bb-warning-color);
}

.bg-focus {
	background-color: var(--bb-default-notice-color);
}

.bg-aluminum {
	background-color: #f8f8f8;
}

.bg-silver {
	background-color: #e0e1e1;
}

.bg-lightgray {
	background-color: #dedfe2;
}

.bg-gray {
	background-color: #bdbdbd;
}

.bg-midgray {
	background-color: #676b72;
}

.bg-darkgray {
	background-color: #313439;
}

.bg-highlight {
	background-color: #edf2ff;
}

/* ------------------------------------*\
    #HEADINGS
\*------------------------------------ */
h1, .h1 {
	font-size: 2.125rem;
	line-height: 42px;
	font-weight: 700;
}

h2, .h2 {
	font-size: 1.5rem;
	line-height: 32px;
	font-weight: 700;
}

h3, .h3 {
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: 600;
}

h4, .h4 {
	font-size: 1.125rem;
	line-height: 24px;
	font-weight: 600;
}

h5, .h5 {
	font-size: 1rem;
	line-height: 21px;
	font-weight: 500;
}

h6, .h6 {
	font-size: .75rem;
	line-height: 21px;
	font-weight: 500;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: var(--bb-headings-color);
	font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

ul, ol, dd {
	margin: 0rem 0rem 1.6875rem 1.6875rem;
	padding: 0;
}

/**
 * Paragraphs
 */

/**
 * Not strictly a paragraph, but probably doesn't need its own section.
 */

/**
 * CODE
 */
pre {
	background-color: var(--bb-content-alternate-background-color);
	border: 1px solid var(--bb-content-border-color);
	margin: 0 auto 15px;
	overflow: auto;
	padding: .9375rem;
	white-space: pre-wrap;
	font-size: 14px !important;
	border-radius: var(--bb-block-radius-inner);
}

pre code.bash, pre > code {
	background: transparent;
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

pre code code.bash {
	font-size: inherit;
}

pre pre {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

code {
	padding: .125rem .375rem;
	margin: 0rem .1875rem;
	font-size: 80%;
	background-color: var(--bb-content-alternate-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: 3px;
}

/**
 * 1. Fix an odd quirk whereby, without this, code blocks are rendered at a font-size smaller than 1em.
 * 2. Correct the odd 'em' font sizing in all browsers.
 */
code, kbd, pre, samp {
	font-family: "Courier New", courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	/* [1] */
	font-size: 1rem;
}

/**
 * Set up quote marks on quoting elements.
 */
q, blockquote {
	font-size: 1.25rem;
	font-weight: 300;
	font-style: italic;
	color: var(--bb-body-text-color);
	line-height: 1.637;
}

/**
 * HR
 */
hr {
	background-color: var(--bb-content-border-color);
	border: 0;
	box-sizing: content-box;
	/* Address differences between Firefox and other browsers. Source- normalize.css */
	height: 2px;
}

/**
 * Address margin not present in IE 8/9 and Safari. [normalize.css]
 */
figure:not(.wp-block-image) {
	margin: 0;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

ul.unstyled {
	margin-left: 0;
}

ul.unstyled, ul.unstyled ul {
	list-style: none;
}

.monospace {
	font-family: "Courier New", courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.italic {
	font-style: italic !important;
}

.strong {
	font-weight: bold !important;
}

.normal {
	font-weight: normal !important;
}

.muted {
	opacity: .55;
}

a.muted {
	color: #0d0d0e;
}

a.muted:hover {
	opacity: 1;
}

.black {
	color: #0d0d0e;
}

.smaller {
	font-size: 14px;
	line-height: 20px;
}

.small {
	font-size: 16px;
	line-height: 24px;
	color: var(--bb-alternate-text-color);
}

.big {
	font-size: 20px;
	line-height: 28px;
}

.large {
	font-size: 22px;
	line-height: 32px;
}

.end {
	margin-bottom: 0 !important;
}

.nowrap, .nowrap td {
	white-space: nowrap;
}

[class^="bb-icon-"]:before, [class*=" bb-icon-"]:before {
	margin-left: 0;
	margin-right: 0;
}

/* Container */
.container, .container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container {
	max-width: 1200px;
}

.page-template-page-fullscreen .site-content, .page-template-page-fullwidth-content .site-content {
	padding: 0;
}

.page-template-page-fullscreen .site-content > .container, .page-template-page-fullwidth-content .site-content > .container {
	max-width: none;
	padding: 0;
}

.page-template-page-fullscreen .content-area, .page-template-page-fullwidth-content .content-area {
	padding-top: 0;
	padding-bottom: 0;
}

.page-template-page-fullwidth-content #content {
	padding-left: 0;
	padding-right: 0;
}

.page-template-page-fullwidth-content #content #primary {
	max-width: 100%;
}

.container-full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* Grid Cell Wrapper */
.bb-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* Grid Cell */
.bb-grid > *, .bb-grid-cell {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 1px;
	list-style: none;
}

.bb-grid > *:not(.no-gutter), .bb-grid-cell:not(.no-gutter) {
	padding-left: 10px;
	padding-right: 10px;
}

/* prevent style tag to display */
.site-content-grid > style {
	display: none;
}

.grid-reverse {
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

/* Alignment Top */
.align-items-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* Alignment Bottom */
.align-items-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* Alignment Center */
.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Alignment Center */
.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Alignment Top */
.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

/* Alignment Bottom */
.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

/* Alignment Center */
.align-self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.push-center {
	margin-left: auto;
	margin-right: auto;
}

.push-right {
	margin-left: auto;
}

.push-middle {
	margin-top: auto;
	margin-bottom: auto;
}

.push-bottom {
	margin-top: auto;
}

.push-top {
	margin-bottom: auto;
}

/* Extra small screen / phone */
@media (max-width: 543px) {
	.bb-grid {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.bb-grid > *, .bb-grid-cell {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Small screen / phone */
@media (min-width: 544px) {
	.sm-grid-1-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.sm-grid-1-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.sm-grid-1-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.sm-grid-1-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.sm-grid-1-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.sm-grid-1-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.sm-grid-2-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66%;
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}
	
	.sm-grid-3-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

/* Medium screen / tablet */
@media (min-width: 800px) {
	.md-grid-1-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.md-grid-1-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.md-grid-1-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.md-grid-1-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.md-grid-1-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.md-grid-1-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.md-grid-2-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66%;
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}
	
	.md-grid-3-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.md-grid-reverse {
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
	}
}

/* Large screen / desktop */
@media (min-width: 992px) {
	.lg-grid-1-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.lg-grid-1-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.lg-grid-1-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.lg-grid-1-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.lg-grid-1-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.lg-grid-1-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.lg-grid-2-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66%;
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}
	
	.lg-grid-3-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.lg-grid-reverse {
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
	}
}

table {
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
	empty-cells: show;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 27px;
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius-inner);
}

table.notification-settings {
	border: none;
}

table caption {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: var(--bb-alternate-text-color);
}

th {
	text-align: left;
	font-weight: 600;
	vertical-align: bottom;
	color: var(--bb-headings-color);
}

td {
	vertical-align: top;
}

tr.align-middle td, td.align-middle {
	vertical-align: middle;
}

th, td {
	padding: 1rem 1rem;
	border-bottom: 1px solid var(--bb-content-border-color);
}

table tr:last-child td:first-child {
	border-bottom-left-radius: var(--bb-block-radius-inner);
}

table tr:last-child td:last-child {
	border-bottom-right-radius: var(--bb-block-radius-inner);
}

tfoot th, tfoot td {
	color: var(--bb-alternate-text-color);
}

table tr:last-child th, table tr:last-child td {
	border-bottom: 0;
}

table.bordered td, table.bordered th {
	border: 1px solid var(--bb-content-border-color);
}

table.striped tr:nth-child(odd) td {
	background: #f8f8f8;
}

table.bordered td:first-child, table.bordered th:first-child, table.striped td:first-child, table.striped th:first-child {
	padding-left: 1rem;
}

table.bordered td:last-child, table.bordered th:last-child, table.striped td:last-child, table.striped th:last-child {
	padding-right: 1rem;
}

table.unstyled td, table.unstyled th {
	border: none;
	padding: 0;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	padding: 1px;
	-webkit-overflow-scrolling: touch;
}

.table-responsive table {
	max-width: none;
}

.wp-block-table table {
	border-collapse: initial;
	border-radius: var(--bb-block-radius-inner);
}

.wp-block-table table thead th {
	border-bottom: 1px solid var(--bb-content-border-color);
}

.wp-block-table table tfoot tr td {
	border-top: 1px solid var(--bb-content-border-color);
}

.wp-block-table table th, .wp-block-table table td {
	border-color: var(--bb-content-border-color);
	border-right: 1px solid var(--bb-content-border-color);
}

.wp-block-table table tr th:last-child, .wp-block-table table tr td:last-child {
	border-right: 0;
}

.wp-block-table table th:first-child, .wp-block-table table td:first-child {
	padding-left: 1rem;
}

.wp-block-table table th:last-child, .wp-block-table table td:last-child {
	padding-right: 1rem;
}

.wp-block-table.is-style-stripes table {
	border: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--bb-content-alternate-background-color);
}

.wp-block-table figcaption {
	text-align: center;
	color: var(--bb-alternate-text-color);
}

.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

fieldset {
	font-family: inherit;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 2rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

input, textarea, select {
	display: inline-block;
	font-family: inherit;
	font-style: inherit;
	font-size: 15px;
	height: 41px;
	outline: none;
	vertical-align: middle;
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-input-radius);
	box-shadow: none;
	padding: 0 12px;
	color: var(--bb-body-text-color);
}

input.placeholder, textarea.placeholder, select.placeholder {
	color: #c3c6c9;
}

input:placeholder, textarea:placeholder, select:placeholder {
	color: #c3c6c9;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
	color: #c3c6c9;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
	color: #c3c6c9;
}

input::placeholder, textarea::placeholder, select::placeholder {
	color: #c3c6c9;
}

input:input-placeholder, textarea:input-placeholder, select:input-placeholder {
	color: #c3c6c9;
}

input::input-placeholder, textarea::input-placeholder, select::input-placeholder {
	color: #c3c6c9;
}

.select2-container--default .select2-selection--single {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-input-radius);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--bb-body-text-color);
}

input.small, textarea.small, select.small {
	height: 34px;
	font-size: 13px;
	padding: 0 12px;
	border-radius: var(--bb-input-radius);
}

input.big, textarea.big, select.big {
	height: 48px;
	font-size: 17px;
	padding: 0 12px;
	border-radius: var(--bb-input-radius);
}

input:focus, textarea:focus, select:focus {
	outline: none;
	background-color: var(--bb-content-background-color);
	box-shadow: var(--bb-input-focus-shadow);
	border-color: var(--bb-input-focus-border-color);
}

input.success, textarea.success, select.success {
	background-color: rgba(var(--bb-success-color-rgb), .1);
	border: 1px solid rgba(var(--bb-success-color-rgb), .15);
}

input.success:focus, textarea.success:focus, select.success:focus {
	border-color: var(--bb-success-color);
	box-shadow: none;
}

input:disabled, input.disabled, textarea:disabled, textarea.disabled, select:disabled, select.disabled {
	background-color: var(--bb-content-alternate-background-color);
	opacity: .75;
}

input.error, textarea.error, select.error {
	border-color: rgba(var(--bb-danger-color-rgb), 1);
}

input.error:focus, textarea.error:focus, select.error:focus {
	border-color: var(--bb-danger-color);
	box-shadow: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("https://cdn-ildoekf.nitrocdn.com/KkMPgVYmWQGXnBFVWWXBZQdpXpaAoAcv/assets/images/optimized/rev-c7d7e2d/awake.net/wp-content/themes/buddyboss-theme/assets/images/svg/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 40px;
}

select.nitro-lazy {
	background-image: none !important;
}

select[multiple] {
	background-image: none;
	height: auto;
	padding: .5rem .75rem;
}

select[multiple].nitro-lazy {
	background-image: none !important;
}

textarea {
	height: auto;
	padding: 8px 12px;
	line-height: 27px;
	vertical-align: top;
}

input[type="file"], input[type="image"] {
	width: auto;
	border: none;
	padding: 0;
	height: auto;
	background: none;
	box-shadow: none;
	display: inline-block;
}

input[name="bbp_search"], input[type="search"], input.search {
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url("https://cdn-ildoekf.nitrocdn.com/KkMPgVYmWQGXnBFVWWXBZQdpXpaAoAcv/assets/images/optimized/rev-c7d7e2d/awake.net/wp-content/themes/buddyboss-theme/assets/images/svg/search.svg");
	background-position: left 10px center;
	padding-left: 2rem;
}

input[name="bbp_search"].nitro-lazy, input[type="search"].nitro-lazy, input.search.nitro-lazy {
	background-image: none !important;
}

input.select2-search__field {
	background: none;
}

input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
}

label {
	/* display: block; */
	color: var(--bb-headings-color);
	margin-bottom: .25rem;
	font-size: 17px;
}

label.checkbox, label .desc, label .success, label .error {
	text-transform: none;
	font-weight: normal;
}

label.checkbox {
	font-size: 18px;
	line-height: 27px;
	cursor: pointer;
	color: inherit;
}

label.checkbox input {
	margin-top: 0;
}

.form-checkboxes label.checkbox {
	display: inline-block;
	margin-right: 1rem;
}

.req {
	position: relative;
	top: 1px;
	font-weight: bold;
	color: var(--bb-danger-color);
	font-size: 110%;
}

span.desc, div.desc {
	color: rgba(var(--bb-body-text-color), .5);
	font-size: 14px;
	line-height: 20px;
}

span.desc {
	margin-left: 4px;
}

div.desc {
	margin-top: .25rem;
	margin-bottom: -.5rem;
}

.form-buttons button, .form-buttons .button {
	margin-right: .5rem;
}

form, .form-item {
	margin-bottom: 2rem;
}

.form > .form-item:last-child {
	margin-bottom: 0;
}

.form .row:last-child .form-item {
	margin-bottom: 0;
}

.form span.success, .form span.error {
	font-size: 14px;
	line-height: 20px;
	margin-left: .25rem;
}

.form-inline input, .form-inline textarea, .form-inline select {
	display: inline-block;
	width: auto;
}

.append, .prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.append input, .prepend input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.append .button, .append span, .prepend .button, .prepend span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.append span, .prepend span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: normal;
	border: 1px solid var(--bb-content-border-color);
	background-color: #f8f8f8;
	padding: 0 .875rem;
	color: rgba(0, 0, 0, .5);
	font-size: 14px;
	white-space: nowrap;
}

.prepend input {
	border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0;
}

.prepend .button {
	margin-right: -1px;
	border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius) !important;
}

.prepend span {
	border-right: none;
	border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius);
}

.append input {
	border-radius: var(--bb-input-radius) 0 0 var(--bb-input-radius);
}

.append .button {
	margin-left: -1px;
	border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0 !important;
}

.append span {
	border-left: none;
	border-radius: 0 var(--bb-input-radius) var(--bb-input-radius) 0;
}

.bs-styled-checkbox {
	position: absolute;
	opacity: 0;
}

.bs-styled-checkbox + label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: 1;
}

.bs-styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: var(--bb-content-background-color);
	border-radius: var(--bb-checkbox-radius);
	border: 1px solid var(--bb-content-border-color);
}

.bs-styled-checkbox:focus + label:before {
	border-color: var(--bb-input-focus-border-color);
	box-shadow: var(--bb-input-focus-shadow);
}

.bs-styled-checkbox:checked + label:before {
	background: var(--bb-primary-color);
	border-color: var(--bb-primary-color);
}

.bs-styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

.bs-styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

.bs-styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	font-family: bb-icons;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	display: block;
}

.bs-styled-radio {
	position: absolute;
	opacity: 0;
}

.bs-styled-radio + label, .bs-styled-radio + .bb-radio-label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0;
}

.bs-styled-radio + label:before, .bs-styled-radio + .bb-radio-label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 22px;
	height: 22px;
	line-height: 1;
	background-color: var(--bb-content-background-color);
	border: 2px solid var(--bb-content-border-color);
	border-radius: 100%;
	margin-right: 10px;
}

.bs-styled-radio:disabled + label, .bs-styled-radio:disabled + .bb-radio-label {
	color: #b8b8b8;
	cursor: auto;
}

.bs-styled-radio:disabled + label:before, .bs-styled-radio:disabled + .bb-radio-label:before {
	box-shadow: none;
	background: #ddd;
}

.bs-styled-radio:checked + label:after, .bs-styled-radio:checked + .bb-radio-label:after {
	content: "";
	background-color: var(--bb-primary-color);
	margin: auto;
	width: 14px;
	position: absolute;
	height: 14px;
	text-align: center;
	left: 4px;
	top: 4px;
	border-radius: 100%;
}

@media screen and (max-width: 544px) {
	form.search-form > label {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	form.search-form > label input[type="search"] {
		width: 100%;
	}
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button, .button, input[type="button"], input[type="submit"], .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type="button"], .buddypress .buddypress-wrap input[type="reset"], .buddypress .buddypress-wrap input[type="submit"], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save {
	font-family: inherit;
	font-size: 15px;
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	border-radius: var(--bb-button-radius);
	padding: 10px 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	outline: none;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

button:focus, .button:focus, input[type="button"]:focus, input[type="submit"]:focus, .buddypress .buddypress-wrap .comment-reply-link:focus, .buddypress .buddypress-wrap .generic-button a:focus, .buddypress .buddypress-wrap a.bp-title-button:focus, .buddypress .buddypress-wrap a.button:focus, .buddypress .buddypress-wrap button:focus, .buddypress .buddypress-wrap input[type="button"]:focus, .buddypress .buddypress-wrap input[type="reset"]:focus, .buddypress .buddypress-wrap input[type="submit"]:focus, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

button i, .button i, input[type="button"] i, input[type="submit"] i, .buddypress .buddypress-wrap .comment-reply-link i, .buddypress .buddypress-wrap .generic-button a i, .buddypress .buddypress-wrap a.bp-title-button i, .buddypress .buddypress-wrap a.button i, .buddypress .buddypress-wrap button i, .buddypress .buddypress-wrap input[type="button"] i, .buddypress .buddypress-wrap input[type="reset"] i, .buddypress .buddypress-wrap input[type="submit"] i, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a i, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel i, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment i, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save i {
	position: relative;
}

button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .buddypress .buddypress-wrap .comment-reply-link:hover, .buddypress .buddypress-wrap .comment-reply-link:focus, .buddypress .buddypress-wrap .generic-button a:hover, .buddypress .buddypress-wrap .generic-button a:focus, .buddypress .buddypress-wrap a.bp-title-button:hover, .buddypress .buddypress-wrap a.bp-title-button:focus, .buddypress .buddypress-wrap a.button:hover, .buddypress .buddypress-wrap a.button:focus, .buddypress .buddypress-wrap button:hover, .buddypress .buddypress-wrap button:focus, .buddypress .buddypress-wrap input[type="button"]:hover, .buddypress .buddypress-wrap input[type="button"]:focus, .buddypress .buddypress-wrap input[type="reset"]:hover, .buddypress .buddypress-wrap input[type="reset"]:focus, .buddypress .buddypress-wrap input[type="submit"]:hover, .buddypress .buddypress-wrap input[type="submit"]:focus, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus {
	outline: none;
	text-decoration: none;
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .buddypress .buddypress-wrap .comment-reply-link:hover, .buddypress .buddypress-wrap .comment-reply-link:focus, .buddypress .buddypress-wrap .comment-reply-link:active, .buddypress .buddypress-wrap .generic-button a:hover, .buddypress .buddypress-wrap .generic-button a:focus, .buddypress .buddypress-wrap .generic-button a:active, .buddypress .buddypress-wrap a.bp-title-button:hover, .buddypress .buddypress-wrap a.bp-title-button:focus, .buddypress .buddypress-wrap a.bp-title-button:active, .buddypress .buddypress-wrap a.button:hover, .buddypress .buddypress-wrap a.button:focus, .buddypress .buddypress-wrap a.button:active, .buddypress .buddypress-wrap button:hover, .buddypress .buddypress-wrap button:focus, .buddypress .buddypress-wrap button:active, .buddypress .buddypress-wrap input[type="button"]:hover, .buddypress .buddypress-wrap input[type="button"]:focus, .buddypress .buddypress-wrap input[type="button"]:active, .buddypress .buddypress-wrap input[type="reset"]:hover, .buddypress .buddypress-wrap input[type="reset"]:focus, .buddypress .buddypress-wrap input[type="reset"]:active, .buddypress .buddypress-wrap input[type="submit"]:hover, .buddypress .buddypress-wrap input[type="submit"]:focus, .buddypress .buddypress-wrap input[type="submit"]:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save:active {
	outline: none;
	text-decoration: none;
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

button.disabled, .button.disabled, input[type="button"].disabled, input[type="submit"].disabled, .buddypress .buddypress-wrap .comment-reply-link.disabled, .buddypress .buddypress-wrap .generic-button a.disabled, .buddypress .buddypress-wrap a.bp-title-button.disabled, .buddypress .buddypress-wrap a.button.disabled, .buddypress .buddypress-wrap button.disabled, .buddypress .buddypress-wrap input[type="button"].disabled, .buddypress .buddypress-wrap input[type="reset"].disabled, .buddypress .buddypress-wrap input[type="submit"].disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.disabled {
	cursor: default;
	font-style: normal;
	color: #c8cbcf;
	background-color: #f5f5f5;
	opacity: 1;
}

button.small, .button.small, input[type="button"].small, input[type="submit"].small, .buddypress .buddypress-wrap .comment-reply-link.small, .buddypress .buddypress-wrap .generic-button a.small, .buddypress .buddypress-wrap a.bp-title-button.small, .buddypress .buddypress-wrap a.button.small, .buddypress .buddypress-wrap button.small, .buddypress .buddypress-wrap input[type="button"].small, .buddypress .buddypress-wrap input[type="reset"].small, .buddypress .buddypress-wrap input[type="submit"].small, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.small, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.small, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.small, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.small {
	font-size: 14px;
	font-weight: 500;
	min-height: 34px;
	line-height: 34px;
	padding: 0 20px;
	border-radius: var(--bb-button-radius);
}

button.big, .button.big, input[type="button"].big, input[type="submit"].big, .buddypress .buddypress-wrap .comment-reply-link.big, .buddypress .buddypress-wrap .generic-button a.big, .buddypress .buddypress-wrap a.bp-title-button.big, .buddypress .buddypress-wrap a.button.big, .buddypress .buddypress-wrap button.big, .buddypress .buddypress-wrap input[type="button"].big, .buddypress .buddypress-wrap input[type="reset"].big, .buddypress .buddypress-wrap input[type="submit"].big, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.big, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.big, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.big, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.big {
	font-size: 16px;
	min-height: 62px;
	line-height: 62px;
	padding: 0 40px;
	border-radius: var(--bb-button-radius);
}

button.large, .button.large, input[type="button"].large, input[type="submit"].large, .buddypress .buddypress-wrap .comment-reply-link.large, .buddypress .buddypress-wrap .generic-button a.large, .buddypress .buddypress-wrap a.bp-title-button.large, .buddypress .buddypress-wrap a.button.large, .buddypress .buddypress-wrap button.large, .buddypress .buddypress-wrap input[type="button"].large, .buddypress .buddypress-wrap input[type="reset"].large, .buddypress .buddypress-wrap input[type="submit"].large, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.large, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.large, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.large, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.large {
	font-size: 16px;
	min-height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: var(--bb-button-radius);
}

button.full, .button.full, input[type="button"].full, input[type="submit"].full, .buddypress .buddypress-wrap .comment-reply-link.full, .buddypress .buddypress-wrap .generic-button a.full, .buddypress .buddypress-wrap a.bp-title-button.full, .buddypress .buddypress-wrap a.button.full, .buddypress .buddypress-wrap button.full, .buddypress .buddypress-wrap input[type="button"].full, .buddypress .buddypress-wrap input[type="reset"].full, .buddypress .buddypress-wrap input[type="submit"].full, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.full, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.full, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.full, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.full {
	width: 100%;
}

button.secondary, .button.secondary, input[type="button"].secondary, input[type="submit"].secondary, .buddypress .buddypress-wrap .comment-reply-link.secondary, .buddypress .buddypress-wrap .generic-button a.secondary, .buddypress .buddypress-wrap a.bp-title-button.secondary, .buddypress .buddypress-wrap a.button.secondary, .buddypress .buddypress-wrap button.secondary, .buddypress .buddypress-wrap input[type="button"].secondary, .buddypress .buddypress-wrap input[type="reset"].secondary, .buddypress .buddypress-wrap input[type="submit"].secondary, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary {
	color: #1e2132;
	background-color: #fff;
	background-color: var(--bb-secondary-button-background-regular);
	color: var(--bb-secondary-button-text-regular);
	border: 1px solid var(--bb-secondary-button-border-regular);
}

button.secondary:hover, .button.secondary:hover, input[type="button"].secondary:hover, input[type="submit"].secondary:hover, .buddypress .buddypress-wrap .comment-reply-link.secondary:hover, .buddypress .buddypress-wrap .generic-button a.secondary:hover, .buddypress .buddypress-wrap a.bp-title-button.secondary:hover, .buddypress .buddypress-wrap a.button.secondary:hover, .buddypress .buddypress-wrap button.secondary:hover, .buddypress .buddypress-wrap input[type="button"].secondary:hover, .buddypress .buddypress-wrap input[type="reset"].secondary:hover, .buddypress .buddypress-wrap input[type="submit"].secondary:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover {
	color: #1e2132;
	background-color: rgba(255, 255, 255, .05);
}

button.secondary:active, .button.secondary:active, input[type="button"].secondary:active, input[type="submit"].secondary:active, .buddypress .buddypress-wrap .comment-reply-link.secondary:active, .buddypress .buddypress-wrap .generic-button a.secondary:active, .buddypress .buddypress-wrap a.bp-title-button.secondary:active, .buddypress .buddypress-wrap a.button.secondary:active, .buddypress .buddypress-wrap button.secondary:active, .buddypress .buddypress-wrap input[type="button"].secondary:active, .buddypress .buddypress-wrap input[type="reset"].secondary:active, .buddypress .buddypress-wrap input[type="submit"].secondary:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:active {
	color: #1e2132;
	background-color: rgba(255, 255, 255, .09);
}

button.secondary:disabled, button.secondary.disabled, .button.secondary:disabled, .button.secondary.disabled, input[type="button"].secondary:disabled, input[type="button"].secondary.disabled, input[type="submit"].secondary:disabled, input[type="submit"].secondary.disabled, .buddypress .buddypress-wrap .comment-reply-link.secondary:disabled, .buddypress .buddypress-wrap .comment-reply-link.secondary.disabled, .buddypress .buddypress-wrap .generic-button a.secondary:disabled, .buddypress .buddypress-wrap .generic-button a.secondary.disabled, .buddypress .buddypress-wrap a.bp-title-button.secondary:disabled, .buddypress .buddypress-wrap a.bp-title-button.secondary.disabled, .buddypress .buddypress-wrap a.button.secondary:disabled, .buddypress .buddypress-wrap a.button.secondary.disabled, .buddypress .buddypress-wrap button.secondary:disabled, .buddypress .buddypress-wrap button.secondary.disabled, .buddypress .buddypress-wrap input[type="button"].secondary:disabled, .buddypress .buddypress-wrap input[type="button"].secondary.disabled, .buddypress .buddypress-wrap input[type="reset"].secondary:disabled, .buddypress .buddypress-wrap input[type="reset"].secondary.disabled, .buddypress .buddypress-wrap input[type="submit"].secondary:disabled, .buddypress .buddypress-wrap input[type="submit"].secondary.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.disabled {
	color: #c8cbcf;
	background-color: #f5f5f5;
}

button.secondary.outline, .button.secondary.outline, input[type="button"].secondary.outline, input[type="submit"].secondary.outline, .buddypress .buddypress-wrap .comment-reply-link.secondary.outline, .buddypress .buddypress-wrap .generic-button a.secondary.outline, .buddypress .buddypress-wrap a.bp-title-button.secondary.outline, .buddypress .buddypress-wrap a.button.secondary.outline, .buddypress .buddypress-wrap button.secondary.outline, .buddypress .buddypress-wrap input[type="button"].secondary.outline, .buddypress .buddypress-wrap input[type="reset"].secondary.outline, .buddypress .buddypress-wrap input[type="submit"].secondary.outline, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline {
	background: none;
	color: #fff;
	border-color: #fff;
}

button.secondary.outline:hover, .button.secondary.outline:hover, input[type="button"].secondary.outline:hover, input[type="submit"].secondary.outline:hover, .buddypress .buddypress-wrap .comment-reply-link.secondary.outline:hover, .buddypress .buddypress-wrap .generic-button a.secondary.outline:hover, .buddypress .buddypress-wrap a.bp-title-button.secondary.outline:hover, .buddypress .buddypress-wrap a.button.secondary.outline:hover, .buddypress .buddypress-wrap button.secondary.outline:hover, .buddypress .buddypress-wrap input[type="button"].secondary.outline:hover, .buddypress .buddypress-wrap input[type="reset"].secondary.outline:hover, .buddypress .buddypress-wrap input[type="submit"].secondary.outline:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:hover {
	color: rgba(255, 255, 255, .05);
	border-color: rgba(255, 255, 255, .05);
}

button.secondary.outline:active, .button.secondary.outline:active, input[type="button"].secondary.outline:active, input[type="submit"].secondary.outline:active, .buddypress .buddypress-wrap .comment-reply-link.secondary.outline:active, .buddypress .buddypress-wrap .generic-button a.secondary.outline:active, .buddypress .buddypress-wrap a.bp-title-button.secondary.outline:active, .buddypress .buddypress-wrap a.button.secondary.outline:active, .buddypress .buddypress-wrap button.secondary.outline:active, .buddypress .buddypress-wrap input[type="button"].secondary.outline:active, .buddypress .buddypress-wrap input[type="reset"].secondary.outline:active, .buddypress .buddypress-wrap input[type="submit"].secondary.outline:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:active {
	color: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .12);
}

button.secondary.outline:disabled, button.secondary.outline.disabled, .button.secondary.outline:disabled, .button.secondary.outline.disabled, input[type="button"].secondary.outline:disabled, input[type="button"].secondary.outline.disabled, input[type="submit"].secondary.outline:disabled, input[type="submit"].secondary.outline.disabled, .buddypress .buddypress-wrap .comment-reply-link.secondary.outline:disabled, .buddypress .buddypress-wrap .comment-reply-link.secondary.outline.disabled, .buddypress .buddypress-wrap .generic-button a.secondary.outline:disabled, .buddypress .buddypress-wrap .generic-button a.secondary.outline.disabled, .buddypress .buddypress-wrap a.bp-title-button.secondary.outline:disabled, .buddypress .buddypress-wrap a.bp-title-button.secondary.outline.disabled, .buddypress .buddypress-wrap a.button.secondary.outline:disabled, .buddypress .buddypress-wrap a.button.secondary.outline.disabled, .buddypress .buddypress-wrap button.secondary.outline:disabled, .buddypress .buddypress-wrap button.secondary.outline.disabled, .buddypress .buddypress-wrap input[type="button"].secondary.outline:disabled, .buddypress .buddypress-wrap input[type="button"].secondary.outline.disabled, .buddypress .buddypress-wrap input[type="reset"].secondary.outline:disabled, .buddypress .buddypress-wrap input[type="reset"].secondary.outline.disabled, .buddypress .buddypress-wrap input[type="submit"].secondary.outline:disabled, .buddypress .buddypress-wrap input[type="submit"].secondary.outline.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary.outline.disabled {
	background: #f5f5f5;
	color: #dedfe2;
	border-color: #dedfe2;
	opacity: 1;
}

button.secondary:focus, .button.secondary:focus, input[type="button"].secondary:focus, input[type="submit"].secondary:focus, .buddypress .buddypress-wrap .comment-reply-link.secondary:focus, .buddypress .buddypress-wrap .generic-button a.secondary:focus, .buddypress .buddypress-wrap a.bp-title-button.secondary:focus, .buddypress .buddypress-wrap a.button.secondary:focus, .buddypress .buddypress-wrap button.secondary:focus, .buddypress .buddypress-wrap input[type="button"].secondary:focus, .buddypress .buddypress-wrap input[type="reset"].secondary:focus, .buddypress .buddypress-wrap input[type="submit"].secondary:focus, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:focus {
	box-shadow: var(--bb-secondary-button-focus-shadow);
}

button.secondary:hover, .button.secondary:hover, input[type="button"].secondary:hover, input[type="submit"].secondary:hover, .buddypress .buddypress-wrap .comment-reply-link.secondary:hover, .buddypress .buddypress-wrap .generic-button a.secondary:hover, .buddypress .buddypress-wrap a.bp-title-button.secondary:hover, .buddypress .buddypress-wrap a.button.secondary:hover, .buddypress .buddypress-wrap button.secondary:hover, .buddypress .buddypress-wrap input[type="button"].secondary:hover, .buddypress .buddypress-wrap input[type="reset"].secondary:hover, .buddypress .buddypress-wrap input[type="submit"].secondary:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.secondary:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.secondary:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.secondary:hover {
	background-color: var(--bb-secondary-button-background-hover);
	color: var(--bb-secondary-button-text-hover);
	border: 1px solid var(--bb-secondary-button-border-hover);
}

button.success, .button.success, input[type="button"].success, input[type="submit"].success, .buddypress .buddypress-wrap .comment-reply-link.success, .buddypress .buddypress-wrap .generic-button a.success, .buddypress .buddypress-wrap a.bp-title-button.success, .buddypress .buddypress-wrap a.button.success, .buddypress .buddypress-wrap button.success, .buddypress .buddypress-wrap input[type="button"].success, .buddypress .buddypress-wrap input[type="reset"].success, .buddypress .buddypress-wrap input[type="submit"].success, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success {
	color: #fff;
	background-color: var(--bb-success-color);
}

button.success:hover, .button.success:hover, input[type="button"].success:hover, input[type="submit"].success:hover, .buddypress .buddypress-wrap .comment-reply-link.success:hover, .buddypress .buddypress-wrap .generic-button a.success:hover, .buddypress .buddypress-wrap a.bp-title-button.success:hover, .buddypress .buddypress-wrap a.button.success:hover, .buddypress .buddypress-wrap button.success:hover, .buddypress .buddypress-wrap input[type="button"].success:hover, .buddypress .buddypress-wrap input[type="reset"].success:hover, .buddypress .buddypress-wrap input[type="submit"].success:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:hover {
	color: #fff;
	background-color: rgba(var(--bb-success-color), .05);
}

button.success:active, .button.success:active, input[type="button"].success:active, input[type="submit"].success:active, .buddypress .buddypress-wrap .comment-reply-link.success:active, .buddypress .buddypress-wrap .generic-button a.success:active, .buddypress .buddypress-wrap a.bp-title-button.success:active, .buddypress .buddypress-wrap a.button.success:active, .buddypress .buddypress-wrap button.success:active, .buddypress .buddypress-wrap input[type="button"].success:active, .buddypress .buddypress-wrap input[type="reset"].success:active, .buddypress .buddypress-wrap input[type="submit"].success:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:active {
	color: #fff;
	background-color: rgba(var(--bb-success-color), .09);
}

button.success:disabled, button.success.disabled, .button.success:disabled, .button.success.disabled, input[type="button"].success:disabled, input[type="button"].success.disabled, input[type="submit"].success:disabled, input[type="submit"].success.disabled, .buddypress .buddypress-wrap .comment-reply-link.success:disabled, .buddypress .buddypress-wrap .comment-reply-link.success.disabled, .buddypress .buddypress-wrap .generic-button a.success:disabled, .buddypress .buddypress-wrap .generic-button a.success.disabled, .buddypress .buddypress-wrap a.bp-title-button.success:disabled, .buddypress .buddypress-wrap a.bp-title-button.success.disabled, .buddypress .buddypress-wrap a.button.success:disabled, .buddypress .buddypress-wrap a.button.success.disabled, .buddypress .buddypress-wrap button.success:disabled, .buddypress .buddypress-wrap button.success.disabled, .buddypress .buddypress-wrap input[type="button"].success:disabled, .buddypress .buddypress-wrap input[type="button"].success.disabled, .buddypress .buddypress-wrap input[type="reset"].success:disabled, .buddypress .buddypress-wrap input[type="reset"].success.disabled, .buddypress .buddypress-wrap input[type="submit"].success:disabled, .buddypress .buddypress-wrap input[type="submit"].success.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.disabled {
	color: #c8cbcf;
	background-color: #f5f5f5;
}

button.success.outline, .button.success.outline, input[type="button"].success.outline, input[type="submit"].success.outline, .buddypress .buddypress-wrap .comment-reply-link.success.outline, .buddypress .buddypress-wrap .generic-button a.success.outline, .buddypress .buddypress-wrap a.bp-title-button.success.outline, .buddypress .buddypress-wrap a.button.success.outline, .buddypress .buddypress-wrap button.success.outline, .buddypress .buddypress-wrap input[type="button"].success.outline, .buddypress .buddypress-wrap input[type="reset"].success.outline, .buddypress .buddypress-wrap input[type="submit"].success.outline, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline {
	background: none;
	color: var(--bb-success-color);
	border-color: var(--bb-success-color);
}

button.success.outline:hover, .button.success.outline:hover, input[type="button"].success.outline:hover, input[type="submit"].success.outline:hover, .buddypress .buddypress-wrap .comment-reply-link.success.outline:hover, .buddypress .buddypress-wrap .generic-button a.success.outline:hover, .buddypress .buddypress-wrap a.bp-title-button.success.outline:hover, .buddypress .buddypress-wrap a.button.success.outline:hover, .buddypress .buddypress-wrap button.success.outline:hover, .buddypress .buddypress-wrap input[type="button"].success.outline:hover, .buddypress .buddypress-wrap input[type="reset"].success.outline:hover, .buddypress .buddypress-wrap input[type="submit"].success.outline:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:hover {
	color: rgba(var(--bb-success-color), .05);
	border-color: rgba(var(--bb-success-color), .05);
}

button.success.outline:active, .button.success.outline:active, input[type="button"].success.outline:active, input[type="submit"].success.outline:active, .buddypress .buddypress-wrap .comment-reply-link.success.outline:active, .buddypress .buddypress-wrap .generic-button a.success.outline:active, .buddypress .buddypress-wrap a.bp-title-button.success.outline:active, .buddypress .buddypress-wrap a.button.success.outline:active, .buddypress .buddypress-wrap button.success.outline:active, .buddypress .buddypress-wrap input[type="button"].success.outline:active, .buddypress .buddypress-wrap input[type="reset"].success.outline:active, .buddypress .buddypress-wrap input[type="submit"].success.outline:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:active {
	color: rgba(var(--bb-success-color), .12);
	border-color: rgba(var(--bb-success-color), .12);
}

button.success.outline:disabled, button.success.outline.disabled, .button.success.outline:disabled, .button.success.outline.disabled, input[type="button"].success.outline:disabled, input[type="button"].success.outline.disabled, input[type="submit"].success.outline:disabled, input[type="submit"].success.outline.disabled, .buddypress .buddypress-wrap .comment-reply-link.success.outline:disabled, .buddypress .buddypress-wrap .comment-reply-link.success.outline.disabled, .buddypress .buddypress-wrap .generic-button a.success.outline:disabled, .buddypress .buddypress-wrap .generic-button a.success.outline.disabled, .buddypress .buddypress-wrap a.bp-title-button.success.outline:disabled, .buddypress .buddypress-wrap a.bp-title-button.success.outline.disabled, .buddypress .buddypress-wrap a.button.success.outline:disabled, .buddypress .buddypress-wrap a.button.success.outline.disabled, .buddypress .buddypress-wrap button.success.outline:disabled, .buddypress .buddypress-wrap button.success.outline.disabled, .buddypress .buddypress-wrap input[type="button"].success.outline:disabled, .buddypress .buddypress-wrap input[type="button"].success.outline.disabled, .buddypress .buddypress-wrap input[type="reset"].success.outline:disabled, .buddypress .buddypress-wrap input[type="reset"].success.outline.disabled, .buddypress .buddypress-wrap input[type="submit"].success.outline:disabled, .buddypress .buddypress-wrap input[type="submit"].success.outline.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.success.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.success.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.success.outline.disabled {
	background: #f5f5f5;
	color: #dedfe2;
	border-color: #dedfe2;
	opacity: 1;
}

button.error, .button.error, input[type="button"].error, input[type="submit"].error, .buddypress .buddypress-wrap .comment-reply-link.error, .buddypress .buddypress-wrap .generic-button a.error, .buddypress .buddypress-wrap a.bp-title-button.error, .buddypress .buddypress-wrap a.button.error, .buddypress .buddypress-wrap button.error, .buddypress .buddypress-wrap input[type="button"].error, .buddypress .buddypress-wrap input[type="reset"].error, .buddypress .buddypress-wrap input[type="submit"].error, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error {
	color: #fff;
	background-color: var(--bb-danger-color);
}

button.error:hover, .button.error:hover, input[type="button"].error:hover, input[type="submit"].error:hover, .buddypress .buddypress-wrap .comment-reply-link.error:hover, .buddypress .buddypress-wrap .generic-button a.error:hover, .buddypress .buddypress-wrap a.bp-title-button.error:hover, .buddypress .buddypress-wrap a.button.error:hover, .buddypress .buddypress-wrap button.error:hover, .buddypress .buddypress-wrap input[type="button"].error:hover, .buddypress .buddypress-wrap input[type="reset"].error:hover, .buddypress .buddypress-wrap input[type="submit"].error:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:hover {
	color: #fff;
	background-color: rgba(var(--bb-danger-color), .05);
}

button.error:active, .button.error:active, input[type="button"].error:active, input[type="submit"].error:active, .buddypress .buddypress-wrap .comment-reply-link.error:active, .buddypress .buddypress-wrap .generic-button a.error:active, .buddypress .buddypress-wrap a.bp-title-button.error:active, .buddypress .buddypress-wrap a.button.error:active, .buddypress .buddypress-wrap button.error:active, .buddypress .buddypress-wrap input[type="button"].error:active, .buddypress .buddypress-wrap input[type="reset"].error:active, .buddypress .buddypress-wrap input[type="submit"].error:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:active {
	color: #fff;
	background-color: rgba(var(--bb-danger-color), .09);
}

button.error:disabled, button.error.disabled, .button.error:disabled, .button.error.disabled, input[type="button"].error:disabled, input[type="button"].error.disabled, input[type="submit"].error:disabled, input[type="submit"].error.disabled, .buddypress .buddypress-wrap .comment-reply-link.error:disabled, .buddypress .buddypress-wrap .comment-reply-link.error.disabled, .buddypress .buddypress-wrap .generic-button a.error:disabled, .buddypress .buddypress-wrap .generic-button a.error.disabled, .buddypress .buddypress-wrap a.bp-title-button.error:disabled, .buddypress .buddypress-wrap a.bp-title-button.error.disabled, .buddypress .buddypress-wrap a.button.error:disabled, .buddypress .buddypress-wrap a.button.error.disabled, .buddypress .buddypress-wrap button.error:disabled, .buddypress .buddypress-wrap button.error.disabled, .buddypress .buddypress-wrap input[type="button"].error:disabled, .buddypress .buddypress-wrap input[type="button"].error.disabled, .buddypress .buddypress-wrap input[type="reset"].error:disabled, .buddypress .buddypress-wrap input[type="reset"].error.disabled, .buddypress .buddypress-wrap input[type="submit"].error:disabled, .buddypress .buddypress-wrap input[type="submit"].error.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.disabled {
	color: #c8cbcf;
	background-color: #f5f5f5;
}

button.error.outline, .button.error.outline, input[type="button"].error.outline, input[type="submit"].error.outline, .buddypress .buddypress-wrap .comment-reply-link.error.outline, .buddypress .buddypress-wrap .generic-button a.error.outline, .buddypress .buddypress-wrap a.bp-title-button.error.outline, .buddypress .buddypress-wrap a.button.error.outline, .buddypress .buddypress-wrap button.error.outline, .buddypress .buddypress-wrap input[type="button"].error.outline, .buddypress .buddypress-wrap input[type="reset"].error.outline, .buddypress .buddypress-wrap input[type="submit"].error.outline, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline {
	background: none;
	color: var(--bb-danger-color);
	border-color: var(--bb-danger-color);
}

button.error.outline:hover, .button.error.outline:hover, input[type="button"].error.outline:hover, input[type="submit"].error.outline:hover, .buddypress .buddypress-wrap .comment-reply-link.error.outline:hover, .buddypress .buddypress-wrap .generic-button a.error.outline:hover, .buddypress .buddypress-wrap a.bp-title-button.error.outline:hover, .buddypress .buddypress-wrap a.button.error.outline:hover, .buddypress .buddypress-wrap button.error.outline:hover, .buddypress .buddypress-wrap input[type="button"].error.outline:hover, .buddypress .buddypress-wrap input[type="reset"].error.outline:hover, .buddypress .buddypress-wrap input[type="submit"].error.outline:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover {
	color: rgba(var(--bb-danger-color), .05);
	border-color: rgba(var(--bb-danger-color), .05);
}

button.error.outline:active, .button.error.outline:active, input[type="button"].error.outline:active, input[type="submit"].error.outline:active, .buddypress .buddypress-wrap .comment-reply-link.error.outline:active, .buddypress .buddypress-wrap .generic-button a.error.outline:active, .buddypress .buddypress-wrap a.bp-title-button.error.outline:active, .buddypress .buddypress-wrap a.button.error.outline:active, .buddypress .buddypress-wrap button.error.outline:active, .buddypress .buddypress-wrap input[type="button"].error.outline:active, .buddypress .buddypress-wrap input[type="reset"].error.outline:active, .buddypress .buddypress-wrap input[type="submit"].error.outline:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:active {
	color: rgba(var(--bb-danger-color), .12);
	border-color: rgba(var(--bb-danger-color), .12);
}

button.error.outline:disabled, button.error.outline.disabled, .button.error.outline:disabled, .button.error.outline.disabled, input[type="button"].error.outline:disabled, input[type="button"].error.outline.disabled, input[type="submit"].error.outline:disabled, input[type="submit"].error.outline.disabled, .buddypress .buddypress-wrap .comment-reply-link.error.outline:disabled, .buddypress .buddypress-wrap .comment-reply-link.error.outline.disabled, .buddypress .buddypress-wrap .generic-button a.error.outline:disabled, .buddypress .buddypress-wrap .generic-button a.error.outline.disabled, .buddypress .buddypress-wrap a.bp-title-button.error.outline:disabled, .buddypress .buddypress-wrap a.bp-title-button.error.outline.disabled, .buddypress .buddypress-wrap a.button.error.outline:disabled, .buddypress .buddypress-wrap a.button.error.outline.disabled, .buddypress .buddypress-wrap button.error.outline:disabled, .buddypress .buddypress-wrap button.error.outline.disabled, .buddypress .buddypress-wrap input[type="button"].error.outline:disabled, .buddypress .buddypress-wrap input[type="button"].error.outline.disabled, .buddypress .buddypress-wrap input[type="reset"].error.outline:disabled, .buddypress .buddypress-wrap input[type="reset"].error.outline.disabled, .buddypress .buddypress-wrap input[type="submit"].error.outline:disabled, .buddypress .buddypress-wrap input[type="submit"].error.outline.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline.disabled {
	background: #f5f5f5;
	color: #dedfe2;
	border-color: #dedfe2;
	opacity: 1;
}

button.error:hover, button.error.outline:hover, .button.error:hover, .button.error.outline:hover, input[type="button"].error:hover, input[type="button"].error.outline:hover, input[type="submit"].error:hover, input[type="submit"].error.outline:hover, .buddypress .buddypress-wrap .comment-reply-link.error:hover, .buddypress .buddypress-wrap .comment-reply-link.error.outline:hover, .buddypress .buddypress-wrap .generic-button a.error:hover, .buddypress .buddypress-wrap .generic-button a.error.outline:hover, .buddypress .buddypress-wrap a.bp-title-button.error:hover, .buddypress .buddypress-wrap a.bp-title-button.error.outline:hover, .buddypress .buddypress-wrap a.button.error:hover, .buddypress .buddypress-wrap a.button.error.outline:hover, .buddypress .buddypress-wrap button.error:hover, .buddypress .buddypress-wrap button.error.outline:hover, .buddypress .buddypress-wrap input[type="button"].error:hover, .buddypress .buddypress-wrap input[type="button"].error.outline:hover, .buddypress .buddypress-wrap input[type="reset"].error:hover, .buddypress .buddypress-wrap input[type="reset"].error.outline:hover, .buddypress .buddypress-wrap input[type="submit"].error:hover, .buddypress .buddypress-wrap input[type="submit"].error.outline:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.error.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.error.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.error.outline:hover {
	background-color: var(--bb-secondary-button-background-regular);
	border-color: var(--bb-danger-color);
	color: var(--bb-danger-color);
}

button.inverted, .button.inverted, input[type="button"].inverted, input[type="submit"].inverted, .buddypress .buddypress-wrap .comment-reply-link.inverted, .buddypress .buddypress-wrap .generic-button a.inverted, .buddypress .buddypress-wrap a.bp-title-button.inverted, .buddypress .buddypress-wrap a.button.inverted, .buddypress .buddypress-wrap button.inverted, .buddypress .buddypress-wrap input[type="button"].inverted, .buddypress .buddypress-wrap input[type="reset"].inverted, .buddypress .buddypress-wrap input[type="submit"].inverted, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted {
	color: #000;
	background-color: #fff;
}

button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, input[type="submit"].inverted:hover, .buddypress .buddypress-wrap .comment-reply-link.inverted:hover, .buddypress .buddypress-wrap .generic-button a.inverted:hover, .buddypress .buddypress-wrap a.bp-title-button.inverted:hover, .buddypress .buddypress-wrap a.button.inverted:hover, .buddypress .buddypress-wrap button.inverted:hover, .buddypress .buddypress-wrap input[type="button"].inverted:hover, .buddypress .buddypress-wrap input[type="reset"].inverted:hover, .buddypress .buddypress-wrap input[type="submit"].inverted:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover {
	color: #000;
	background-color: rgba(255, 255, 255, .05);
}

button.inverted:active, .button.inverted:active, input[type="button"].inverted:active, input[type="submit"].inverted:active, .buddypress .buddypress-wrap .comment-reply-link.inverted:active, .buddypress .buddypress-wrap .generic-button a.inverted:active, .buddypress .buddypress-wrap a.bp-title-button.inverted:active, .buddypress .buddypress-wrap a.button.inverted:active, .buddypress .buddypress-wrap button.inverted:active, .buddypress .buddypress-wrap input[type="button"].inverted:active, .buddypress .buddypress-wrap input[type="reset"].inverted:active, .buddypress .buddypress-wrap input[type="submit"].inverted:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:active {
	color: #000;
	background-color: rgba(255, 255, 255, .09);
}

button.inverted:disabled, button.inverted.disabled, .button.inverted:disabled, .button.inverted.disabled, input[type="button"].inverted:disabled, input[type="button"].inverted.disabled, input[type="submit"].inverted:disabled, input[type="submit"].inverted.disabled, .buddypress .buddypress-wrap .comment-reply-link.inverted:disabled, .buddypress .buddypress-wrap .comment-reply-link.inverted.disabled, .buddypress .buddypress-wrap .generic-button a.inverted:disabled, .buddypress .buddypress-wrap .generic-button a.inverted.disabled, .buddypress .buddypress-wrap a.bp-title-button.inverted:disabled, .buddypress .buddypress-wrap a.bp-title-button.inverted.disabled, .buddypress .buddypress-wrap a.button.inverted:disabled, .buddypress .buddypress-wrap a.button.inverted.disabled, .buddypress .buddypress-wrap button.inverted:disabled, .buddypress .buddypress-wrap button.inverted.disabled, .buddypress .buddypress-wrap input[type="button"].inverted:disabled, .buddypress .buddypress-wrap input[type="button"].inverted.disabled, .buddypress .buddypress-wrap input[type="reset"].inverted:disabled, .buddypress .buddypress-wrap input[type="reset"].inverted.disabled, .buddypress .buddypress-wrap input[type="submit"].inverted:disabled, .buddypress .buddypress-wrap input[type="submit"].inverted.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.disabled {
	color: #c8cbcf;
	background-color: #f5f5f5;
}

button.inverted.outline, .button.inverted.outline, input[type="button"].inverted.outline, input[type="submit"].inverted.outline, .buddypress .buddypress-wrap .comment-reply-link.inverted.outline, .buddypress .buddypress-wrap .generic-button a.inverted.outline, .buddypress .buddypress-wrap a.bp-title-button.inverted.outline, .buddypress .buddypress-wrap a.button.inverted.outline, .buddypress .buddypress-wrap button.inverted.outline, .buddypress .buddypress-wrap input[type="button"].inverted.outline, .buddypress .buddypress-wrap input[type="reset"].inverted.outline, .buddypress .buddypress-wrap input[type="submit"].inverted.outline, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline {
	background: none;
	color: #fff;
	border-color: #fff;
}

button.inverted.outline:hover, .button.inverted.outline:hover, input[type="button"].inverted.outline:hover, input[type="submit"].inverted.outline:hover, .buddypress .buddypress-wrap .comment-reply-link.inverted.outline:hover, .buddypress .buddypress-wrap .generic-button a.inverted.outline:hover, .buddypress .buddypress-wrap a.bp-title-button.inverted.outline:hover, .buddypress .buddypress-wrap a.button.inverted.outline:hover, .buddypress .buddypress-wrap button.inverted.outline:hover, .buddypress .buddypress-wrap input[type="button"].inverted.outline:hover, .buddypress .buddypress-wrap input[type="reset"].inverted.outline:hover, .buddypress .buddypress-wrap input[type="submit"].inverted.outline:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:hover {
	color: rgba(255, 255, 255, .05);
	border-color: rgba(255, 255, 255, .05);
}

button.inverted.outline:active, .button.inverted.outline:active, input[type="button"].inverted.outline:active, input[type="submit"].inverted.outline:active, .buddypress .buddypress-wrap .comment-reply-link.inverted.outline:active, .buddypress .buddypress-wrap .generic-button a.inverted.outline:active, .buddypress .buddypress-wrap a.bp-title-button.inverted.outline:active, .buddypress .buddypress-wrap a.button.inverted.outline:active, .buddypress .buddypress-wrap button.inverted.outline:active, .buddypress .buddypress-wrap input[type="button"].inverted.outline:active, .buddypress .buddypress-wrap input[type="reset"].inverted.outline:active, .buddypress .buddypress-wrap input[type="submit"].inverted.outline:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:active {
	color: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .12);
}

button.inverted.outline:disabled, button.inverted.outline.disabled, .button.inverted.outline:disabled, .button.inverted.outline.disabled, input[type="button"].inverted.outline:disabled, input[type="button"].inverted.outline.disabled, input[type="submit"].inverted.outline:disabled, input[type="submit"].inverted.outline.disabled, .buddypress .buddypress-wrap .comment-reply-link.inverted.outline:disabled, .buddypress .buddypress-wrap .comment-reply-link.inverted.outline.disabled, .buddypress .buddypress-wrap .generic-button a.inverted.outline:disabled, .buddypress .buddypress-wrap .generic-button a.inverted.outline.disabled, .buddypress .buddypress-wrap a.bp-title-button.inverted.outline:disabled, .buddypress .buddypress-wrap a.bp-title-button.inverted.outline.disabled, .buddypress .buddypress-wrap a.button.inverted.outline:disabled, .buddypress .buddypress-wrap a.button.inverted.outline.disabled, .buddypress .buddypress-wrap button.inverted.outline:disabled, .buddypress .buddypress-wrap button.inverted.outline.disabled, .buddypress .buddypress-wrap input[type="button"].inverted.outline:disabled, .buddypress .buddypress-wrap input[type="button"].inverted.outline.disabled, .buddypress .buddypress-wrap input[type="reset"].inverted.outline:disabled, .buddypress .buddypress-wrap input[type="reset"].inverted.outline.disabled, .buddypress .buddypress-wrap input[type="submit"].inverted.outline:disabled, .buddypress .buddypress-wrap input[type="submit"].inverted.outline.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted.outline.disabled {
	background: #f5f5f5;
	color: #dedfe2;
	border-color: #dedfe2;
	opacity: 1;
}

button.inverted:hover, .button.inverted:hover, input[type="button"].inverted:hover, input[type="submit"].inverted:hover, .buddypress .buddypress-wrap .comment-reply-link.inverted:hover, .buddypress .buddypress-wrap .generic-button a.inverted:hover, .buddypress .buddypress-wrap a.bp-title-button.inverted:hover, .buddypress .buddypress-wrap a.button.inverted:hover, .buddypress .buddypress-wrap button.inverted:hover, .buddypress .buddypress-wrap input[type="button"].inverted:hover, .buddypress .buddypress-wrap input[type="reset"].inverted:hover, .buddypress .buddypress-wrap input[type="submit"].inverted:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.inverted:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.inverted:hover {
	opacity: .7;
}

button.round, .button.round, input[type="button"].round, input[type="submit"].round, .buddypress .buddypress-wrap .comment-reply-link.round, .buddypress .buddypress-wrap .generic-button a.round, .buddypress .buddypress-wrap a.bp-title-button.round, .buddypress .buddypress-wrap a.button.round, .buddypress .buddypress-wrap button.round, .buddypress .buddypress-wrap input[type="button"].round, .buddypress .buddypress-wrap input[type="reset"].round, .buddypress .buddypress-wrap input[type="submit"].round, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.round, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.round, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.round, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.round {
	border-radius: 50px;
}

button.raised, .button.raised, input[type="button"].raised, input[type="submit"].raised, .buddypress .buddypress-wrap .comment-reply-link.raised, .buddypress .buddypress-wrap .generic-button a.raised, .buddypress .buddypress-wrap a.bp-title-button.raised, .buddypress .buddypress-wrap a.button.raised, .buddypress .buddypress-wrap button.raised, .buddypress .buddypress-wrap input[type="button"].raised, .buddypress .buddypress-wrap input[type="reset"].raised, .buddypress .buddypress-wrap input[type="submit"].raised, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.raised, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.raised, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.raised, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.raised {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

button.outline, .button.outline, input[type="button"].outline, input[type="submit"].outline, .buddypress .buddypress-wrap .comment-reply-link.outline, .buddypress .buddypress-wrap .generic-button a.outline, .buddypress .buddypress-wrap a.bp-title-button.outline, .buddypress .buddypress-wrap a.button.outline, .buddypress .buddypress-wrap button.outline, .buddypress .buddypress-wrap input[type="button"].outline, .buddypress .buddypress-wrap input[type="reset"].outline, .buddypress .buddypress-wrap input[type="submit"].outline, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline {
	background: none;
	border-width: 1px;
	background-color: var(--bb-secondary-button-background-regular);
	color: var(--bb-secondary-button-text-regular);
	border: 1px solid var(--bb-secondary-button-border-regular);
	box-shadow: none;
}

button.outline:focus, .button.outline:focus, input[type="button"].outline:focus, input[type="submit"].outline:focus, .buddypress .buddypress-wrap .comment-reply-link.outline:focus, .buddypress .buddypress-wrap .generic-button a.outline:focus, .buddypress .buddypress-wrap a.bp-title-button.outline:focus, .buddypress .buddypress-wrap a.button.outline:focus, .buddypress .buddypress-wrap button.outline:focus, .buddypress .buddypress-wrap input[type="button"].outline:focus, .buddypress .buddypress-wrap input[type="reset"].outline:focus, .buddypress .buddypress-wrap input[type="submit"].outline:focus, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus {
	box-shadow: var(--bb-secondary-button-focus-shadow);
}

button.outline:hover, button.outline:focus, button.outline:active, .button.outline:hover, .button.outline:focus, .button.outline:active, input[type="button"].outline:hover, input[type="button"].outline:focus, input[type="button"].outline:active, input[type="submit"].outline:hover, input[type="submit"].outline:focus, input[type="submit"].outline:active, .buddypress .buddypress-wrap .comment-reply-link.outline:hover, .buddypress .buddypress-wrap .comment-reply-link.outline:focus, .buddypress .buddypress-wrap .comment-reply-link.outline:active, .buddypress .buddypress-wrap .generic-button a.outline:hover, .buddypress .buddypress-wrap .generic-button a.outline:focus, .buddypress .buddypress-wrap .generic-button a.outline:active, .buddypress .buddypress-wrap a.bp-title-button.outline:hover, .buddypress .buddypress-wrap a.bp-title-button.outline:focus, .buddypress .buddypress-wrap a.bp-title-button.outline:active, .buddypress .buddypress-wrap a.button.outline:hover, .buddypress .buddypress-wrap a.button.outline:focus, .buddypress .buddypress-wrap a.button.outline:active, .buddypress .buddypress-wrap button.outline:hover, .buddypress .buddypress-wrap button.outline:focus, .buddypress .buddypress-wrap button.outline:active, .buddypress .buddypress-wrap input[type="button"].outline:hover, .buddypress .buddypress-wrap input[type="button"].outline:focus, .buddypress .buddypress-wrap input[type="button"].outline:active, .buddypress .buddypress-wrap input[type="reset"].outline:hover, .buddypress .buddypress-wrap input[type="reset"].outline:focus, .buddypress .buddypress-wrap input[type="reset"].outline:active, .buddypress .buddypress-wrap input[type="submit"].outline:hover, .buddypress .buddypress-wrap input[type="submit"].outline:focus, .buddypress .buddypress-wrap input[type="submit"].outline:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:hover, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:focus, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:active, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:hover, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:focus, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:active {
	background-color: var(--bb-secondary-button-background-hover);
	color: var(--bb-secondary-button-text-hover);
	border: 1px solid var(--bb-secondary-button-border-hover);
}

button.outline:disabled, button.outline.disabled, .button.outline:disabled, .button.outline.disabled, input[type="button"].outline:disabled, input[type="button"].outline.disabled, input[type="submit"].outline:disabled, input[type="submit"].outline.disabled, .buddypress .buddypress-wrap .comment-reply-link.outline:disabled, .buddypress .buddypress-wrap .comment-reply-link.outline.disabled, .buddypress .buddypress-wrap .generic-button a.outline:disabled, .buddypress .buddypress-wrap .generic-button a.outline.disabled, .buddypress .buddypress-wrap a.bp-title-button.outline:disabled, .buddypress .buddypress-wrap a.bp-title-button.outline.disabled, .buddypress .buddypress-wrap a.button.outline:disabled, .buddypress .buddypress-wrap a.button.outline.disabled, .buddypress .buddypress-wrap button.outline:disabled, .buddypress .buddypress-wrap button.outline.disabled, .buddypress .buddypress-wrap input[type="button"].outline:disabled, .buddypress .buddypress-wrap input[type="button"].outline.disabled, .buddypress .buddypress-wrap input[type="reset"].outline:disabled, .buddypress .buddypress-wrap input[type="reset"].outline.disabled, .buddypress .buddypress-wrap input[type="submit"].outline:disabled, .buddypress .buddypress-wrap input[type="submit"].outline.disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:disabled, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.outline.disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline:disabled, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.outline.disabled {
	opacity: .5;
}

button.upper, .button.upper, input[type="button"].upper, input[type="submit"].upper, .buddypress .buddypress-wrap .comment-reply-link.upper, .buddypress .buddypress-wrap .generic-button a.upper, .buddypress .buddypress-wrap a.bp-title-button.upper, .buddypress .buddypress-wrap a.button.upper, .buddypress .buddypress-wrap button.upper, .buddypress .buddypress-wrap input[type="button"].upper, .buddypress .buddypress-wrap input[type="reset"].upper, .buddypress .buddypress-wrap input[type="submit"].upper, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.upper, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper {
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: 14px;
}

button.upper.small, .button.upper.small, input[type="button"].upper.small, input[type="submit"].upper.small, .buddypress .buddypress-wrap .comment-reply-link.upper.small, .buddypress .buddypress-wrap .generic-button a.upper.small, .buddypress .buddypress-wrap a.bp-title-button.upper.small, .buddypress .buddypress-wrap a.button.upper.small, .buddypress .buddypress-wrap button.upper.small, .buddypress .buddypress-wrap input[type="button"].upper.small, .buddypress .buddypress-wrap input[type="reset"].upper.small, .buddypress .buddypress-wrap input[type="submit"].upper.small, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.small, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.small, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.upper.small, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.small {
	font-size: 12px;
}

button.upper.big, .button.upper.big, input[type="button"].upper.big, input[type="submit"].upper.big, .buddypress .buddypress-wrap .comment-reply-link.upper.big, .buddypress .buddypress-wrap .generic-button a.upper.big, .buddypress .buddypress-wrap a.bp-title-button.upper.big, .buddypress .buddypress-wrap a.button.upper.big, .buddypress .buddypress-wrap button.upper.big, .buddypress .buddypress-wrap input[type="button"].upper.big, .buddypress .buddypress-wrap input[type="reset"].upper.big, .buddypress .buddypress-wrap input[type="submit"].upper.big, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.big, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.big, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.upper.big, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.big {
	font-size: 14px;
}

button.upper.large, .button.upper.large, input[type="button"].upper.large, input[type="submit"].upper.large, .buddypress .buddypress-wrap .comment-reply-link.upper.large, .buddypress .buddypress-wrap .generic-button a.upper.large, .buddypress .buddypress-wrap a.bp-title-button.upper.large, .buddypress .buddypress-wrap a.button.upper.large, .buddypress .buddypress-wrap button.upper.large, .buddypress .buddypress-wrap input[type="button"].upper.large, .buddypress .buddypress-wrap input[type="reset"].upper.large, .buddypress .buddypress-wrap input[type="submit"].upper.large, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.large, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel.upper.large, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.upper.large, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save.upper.large {
	font-size: 15px;
}

.wp-block-file .wp-block-file__button, .wp-block-file a.wp-block-file__button {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
}

.wp-block-file .wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:active, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

input[type="submit"] {
	width: auto;
	font-style: normal;
	border-radius: var(--bb-button-radius);
}

.breadcrumbs {
	font-size: 16px;
	margin-bottom: 27px;
}

.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs.push-center ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumbs span, .breadcrumbs a {
	font-style: normal;
	padding: 0rem .625rem;
	display: inline-block;
	white-space: nowrap;
}

.breadcrumbs li:after {
	display: inline-block;
	content: "/";
	color: rgba(0, 0, 0, .3);
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li:first-child span, .breadcrumbs li:first-child a {
	padding-left: 0;
}

.breadcrumbs li.active a {
	color: var(--bb-body-text-color);
	text-decoration: none;
	cursor: text;
}

.pagination {
	margin: 27px 0;
	font-size: 16px;
}

.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.pagination.align-center ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination span, .pagination a {
	border-radius: 3px;
	display: inline-block;
	padding: .5rem .75rem;
	line-height: 1;
	white-space: nowrap;
	border: 1px solid transparent;
}

.pagination a {
	text-decoration: none;
	color: var(--bb-body-text-color);
}

.pagination a:hover {
	color: rgba(0, 0, 0, .5);
	border-color: #e0e1e1;
}

.pagination span, .pagination li.active a {
	color: rgba(0, 0, 0, .5);
	border-color: #e0e1e1;
	cursor: text;
}

.pagination.upper {
	font-size: 14px;
}

.bbp-pagination-links {
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.bbp-pagination-links span.current {
	background-color: var(--bb-primary-color);
	color: var(--bb-body-background-color);
	padding: 5px 0;
	line-height: 18px;
}

.bb-lms-pagination, .bp-pagination-links .pag-data, .woocommerce-pagination > ul, .llms-pagination > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.course-dir-list .bb-lms-pagination {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.page-links {
	font-size: 12px;
	color: var(--bb-alternate-text-color);
	margin: 0 0 15px;
}

.bb-bp-invites-content .table-responsive .page-numbers, .bb-bp-invites-content .table-responsive .post-page-numbers, .bb-bp-invites-content .table-responsive .bb-rl-page-numbers, .bb-lms-pagination .page-numbers, .bb-lms-pagination .post-page-numbers, .bb-lms-pagination .bb-rl-page-numbers, .bp-pagination-links .page-numbers, .bp-pagination-links .post-page-numbers, .bp-pagination-links .bb-rl-page-numbers, .bbp-pagination-links .page-numbers, .bbp-pagination-links .post-page-numbers, .bbp-pagination-links .bb-rl-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers, .woocommerce-pagination .bb-rl-page-numbers, .llms-pagination .page-numbers, .llms-pagination .post-page-numbers, .llms-pagination .bb-rl-page-numbers, .bb-member-blog .nav-links .page-numbers, .bb-member-blog .nav-links .post-page-numbers, .bb-member-blog .nav-links .bb-rl-page-numbers, .bb-member-blog + .navigation .nav-links .page-numbers, .bb-member-blog + .navigation .nav-links .post-page-numbers, .bb-member-blog + .navigation .nav-links .bb-rl-page-numbers, .page-links .page-numbers, .page-links .post-page-numbers, .page-links .bb-rl-page-numbers {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	border-radius: var(--bb-block-radius-inner);
	padding: 0;
}

.bb-bp-invites-content .table-responsive .page-numbers:not(.next, .prev), .bb-bp-invites-content .table-responsive .post-page-numbers:not(.next, .prev), .bb-bp-invites-content .table-responsive .bb-rl-page-numbers:not(.next, .prev), .bb-lms-pagination .page-numbers:not(.next, .prev), .bb-lms-pagination .post-page-numbers:not(.next, .prev), .bb-lms-pagination .bb-rl-page-numbers:not(.next, .prev), .bp-pagination-links .page-numbers:not(.next, .prev), .bp-pagination-links .post-page-numbers:not(.next, .prev), .bp-pagination-links .bb-rl-page-numbers:not(.next, .prev), .bbp-pagination-links .page-numbers:not(.next, .prev), .bbp-pagination-links .post-page-numbers:not(.next, .prev), .bbp-pagination-links .bb-rl-page-numbers:not(.next, .prev), .woocommerce-pagination .page-numbers:not(.next, .prev), .woocommerce-pagination .post-page-numbers:not(.next, .prev), .woocommerce-pagination .bb-rl-page-numbers:not(.next, .prev), .llms-pagination .page-numbers:not(.next, .prev), .llms-pagination .post-page-numbers:not(.next, .prev), .llms-pagination .bb-rl-page-numbers:not(.next, .prev), .bb-member-blog .nav-links .page-numbers:not(.next, .prev), .bb-member-blog .nav-links .post-page-numbers:not(.next, .prev), .bb-member-blog .nav-links .bb-rl-page-numbers:not(.next, .prev), .bb-member-blog + .navigation .nav-links .page-numbers:not(.next, .prev), .bb-member-blog + .navigation .nav-links .post-page-numbers:not(.next, .prev), .bb-member-blog + .navigation .nav-links .bb-rl-page-numbers:not(.next, .prev), .page-links .page-numbers:not(.next, .prev), .page-links .post-page-numbers:not(.next, .prev), .page-links .bb-rl-page-numbers:not(.next, .prev) {
	min-width: 28px;
}

.bb-bp-invites-content .table-responsive .page-numbers.next, .bb-bp-invites-content .table-responsive .page-numbers.prev, .bb-bp-invites-content .table-responsive .post-page-numbers.next, .bb-bp-invites-content .table-responsive .post-page-numbers.prev, .bb-bp-invites-content .table-responsive .bb-rl-page-numbers.next, .bb-bp-invites-content .table-responsive .bb-rl-page-numbers.prev, .bb-lms-pagination .page-numbers.next, .bb-lms-pagination .page-numbers.prev, .bb-lms-pagination .post-page-numbers.next, .bb-lms-pagination .post-page-numbers.prev, .bb-lms-pagination .bb-rl-page-numbers.next, .bb-lms-pagination .bb-rl-page-numbers.prev, .bp-pagination-links .page-numbers.next, .bp-pagination-links .page-numbers.prev, .bp-pagination-links .post-page-numbers.next, .bp-pagination-links .post-page-numbers.prev, .bp-pagination-links .bb-rl-page-numbers.next, .bp-pagination-links .bb-rl-page-numbers.prev, .bbp-pagination-links .page-numbers.next, .bbp-pagination-links .page-numbers.prev, .bbp-pagination-links .post-page-numbers.next, .bbp-pagination-links .post-page-numbers.prev, .bbp-pagination-links .bb-rl-page-numbers.next, .bbp-pagination-links .bb-rl-page-numbers.prev, .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .post-page-numbers.next, .woocommerce-pagination .post-page-numbers.prev, .woocommerce-pagination .bb-rl-page-numbers.next, .woocommerce-pagination .bb-rl-page-numbers.prev, .llms-pagination .page-numbers.next, .llms-pagination .page-numbers.prev, .llms-pagination .post-page-numbers.next, .llms-pagination .post-page-numbers.prev, .llms-pagination .bb-rl-page-numbers.next, .llms-pagination .bb-rl-page-numbers.prev, .bb-member-blog .nav-links .page-numbers.next, .bb-member-blog .nav-links .page-numbers.prev, .bb-member-blog .nav-links .post-page-numbers.next, .bb-member-blog .nav-links .post-page-numbers.prev, .bb-member-blog .nav-links .bb-rl-page-numbers.next, .bb-member-blog .nav-links .bb-rl-page-numbers.prev, .bb-member-blog + .navigation .nav-links .page-numbers.next, .bb-member-blog + .navigation .nav-links .page-numbers.prev, .bb-member-blog + .navigation .nav-links .post-page-numbers.next, .bb-member-blog + .navigation .nav-links .post-page-numbers.prev, .bb-member-blog + .navigation .nav-links .bb-rl-page-numbers.next, .bb-member-blog + .navigation .nav-links .bb-rl-page-numbers.prev, .page-links .page-numbers.next, .page-links .page-numbers.prev, .page-links .post-page-numbers.next, .page-links .post-page-numbers.prev, .page-links .bb-rl-page-numbers.next, .page-links .bb-rl-page-numbers.prev {
	width: 28px;
}

.bb-bp-invites-content .table-responsive a.page-numbers:not(.prev, .next), .bb-bp-invites-content .table-responsive a.bb-rl-page-numbers:not(.prev, .next), .bb-bp-invites-content .table-responsive a.post-page-numbers, .bb-lms-pagination a.page-numbers:not(.prev, .next), .bb-lms-pagination a.bb-rl-page-numbers:not(.prev, .next), .bb-lms-pagination a.post-page-numbers, .bp-pagination-links a.page-numbers:not(.prev, .next), .bp-pagination-links a.bb-rl-page-numbers:not(.prev, .next), .bp-pagination-links a.post-page-numbers, .bbp-pagination-links a.page-numbers:not(.prev, .next), .bbp-pagination-links a.bb-rl-page-numbers:not(.prev, .next), .bbp-pagination-links a.post-page-numbers, .woocommerce-pagination a.page-numbers:not(.prev, .next), .woocommerce-pagination a.bb-rl-page-numbers:not(.prev, .next), .woocommerce-pagination a.post-page-numbers, .llms-pagination a.page-numbers:not(.prev, .next), .llms-pagination a.bb-rl-page-numbers:not(.prev, .next), .llms-pagination a.post-page-numbers, .bb-member-blog .nav-links a.page-numbers:not(.prev, .next), .bb-member-blog .nav-links a.bb-rl-page-numbers:not(.prev, .next), .bb-member-blog .nav-links a.post-page-numbers, .bb-member-blog + .navigation .nav-links a.page-numbers:not(.prev, .next), .bb-member-blog + .navigation .nav-links a.bb-rl-page-numbers:not(.prev, .next), .bb-member-blog + .navigation .nav-links a.post-page-numbers, .page-links a.page-numbers:not(.prev, .next), .page-links a.bb-rl-page-numbers:not(.prev, .next), .page-links a.post-page-numbers {
	color: var(--bb-body-text-color);
	margin: 0 2px;
}

.bb-bp-invites-content .table-responsive a.page-numbers:not(.prev, .next):hover, .bb-bp-invites-content .table-responsive a.bb-rl-page-numbers:not(.prev, .next):hover, .bb-bp-invites-content .table-responsive a.post-page-numbers:hover, .bb-lms-pagination a.page-numbers:not(.prev, .next):hover, .bb-lms-pagination a.bb-rl-page-numbers:not(.prev, .next):hover, .bb-lms-pagination a.post-page-numbers:hover, .bp-pagination-links a.page-numbers:not(.prev, .next):hover, .bp-pagination-links a.bb-rl-page-numbers:not(.prev, .next):hover, .bp-pagination-links a.post-page-numbers:hover, .bbp-pagination-links a.page-numbers:not(.prev, .next):hover, .bbp-pagination-links a.bb-rl-page-numbers:not(.prev, .next):hover, .bbp-pagination-links a.post-page-numbers:hover, .woocommerce-pagination a.page-numbers:not(.prev, .next):hover, .woocommerce-pagination a.bb-rl-page-numbers:not(.prev, .next):hover, .woocommerce-pagination a.post-page-numbers:hover, .llms-pagination a.page-numbers:not(.prev, .next):hover, .llms-pagination a.bb-rl-page-numbers:not(.prev, .next):hover, .llms-pagination a.post-page-numbers:hover, .bb-member-blog .nav-links a.page-numbers:not(.prev, .next):hover, .bb-member-blog .nav-links a.bb-rl-page-numbers:not(.prev, .next):hover, .bb-member-blog .nav-links a.post-page-numbers:hover, .bb-member-blog + .navigation .nav-links a.page-numbers:not(.prev, .next):hover, .bb-member-blog + .navigation .nav-links a.bb-rl-page-numbers:not(.prev, .next):hover, .bb-member-blog + .navigation .nav-links a.post-page-numbers:hover, .page-links a.page-numbers:not(.prev, .next):hover, .page-links a.bb-rl-page-numbers:not(.prev, .next):hover, .page-links a.post-page-numbers:hover {
	color: var(--bb-primary-color);
}

.bb-bp-invites-content .table-responsive a.prev, .bb-lms-pagination a.prev, .bp-pagination-links a.prev, .bbp-pagination-links a.prev, .woocommerce-pagination a.prev, .llms-pagination a.prev, .bb-member-blog .nav-links a.prev, .bb-member-blog + .navigation .nav-links a.prev, .page-links a.prev {
	margin-right: 5px;
}

.bb-bp-invites-content .table-responsive a.next, .bb-lms-pagination a.next, .bp-pagination-links a.next, .bbp-pagination-links a.next, .woocommerce-pagination a.next, .llms-pagination a.next, .bb-member-blog .nav-links a.next, .bb-member-blog + .navigation .nav-links a.next, .page-links a.next {
	margin-left: 5px;
}

.bb-bp-invites-content .table-responsive a.prev, .bb-bp-invites-content .table-responsive a.next, .bb-lms-pagination a.prev, .bb-lms-pagination a.next, .bp-pagination-links a.prev, .bp-pagination-links a.next, .bbp-pagination-links a.prev, .bbp-pagination-links a.next, .woocommerce-pagination a.prev, .woocommerce-pagination a.next, .llms-pagination a.prev, .llms-pagination a.next, .bb-member-blog .nav-links a.prev, .bb-member-blog .nav-links a.next, .bb-member-blog + .navigation .nav-links a.prev, .bb-member-blog + .navigation .nav-links a.next, .page-links a.prev, .page-links a.next {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--bb-body-text-color);
}

.bb-bp-invites-content .table-responsive a.prev:hover, .bb-bp-invites-content .table-responsive a.next:hover, .bb-lms-pagination a.prev:hover, .bb-lms-pagination a.next:hover, .bp-pagination-links a.prev:hover, .bp-pagination-links a.next:hover, .bbp-pagination-links a.prev:hover, .bbp-pagination-links a.next:hover, .woocommerce-pagination a.prev:hover, .woocommerce-pagination a.next:hover, .llms-pagination a.prev:hover, .llms-pagination a.next:hover, .bb-member-blog .nav-links a.prev:hover, .bb-member-blog .nav-links a.next:hover, .bb-member-blog + .navigation .nav-links a.prev:hover, .bb-member-blog + .navigation .nav-links a.next:hover, .page-links a.prev:hover, .page-links a.next:hover {
	background-color: var(--bb-content-alternate-background-color);
}

.bb-bp-invites-content .table-responsive a.prev:before, .bb-bp-invites-content .table-responsive a.next:before, .bb-lms-pagination a.prev:before, .bb-lms-pagination a.next:before, .bp-pagination-links a.prev:before, .bp-pagination-links a.next:before, .bbp-pagination-links a.prev:before, .bbp-pagination-links a.next:before, .woocommerce-pagination a.prev:before, .woocommerce-pagination a.next:before, .llms-pagination a.prev:before, .llms-pagination a.next:before, .bb-member-blog .nav-links a.prev:before, .bb-member-blog .nav-links a.next:before, .bb-member-blog + .navigation .nav-links a.prev:before, .bb-member-blog + .navigation .nav-links a.next:before, .page-links a.prev:before, .page-links a.next:before {
	font-family: bb-icons;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style: none;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 28px;
}

.bb-bp-invites-content .table-responsive a.prev:before, .bb-lms-pagination a.prev:before, .bp-pagination-links a.prev:before, .bbp-pagination-links a.prev:before, .woocommerce-pagination a.prev:before, .llms-pagination a.prev:before, .bb-member-blog .nav-links a.prev:before, .bb-member-blog + .navigation .nav-links a.prev:before, .page-links a.prev:before {
	content: "";
}

.bb-bp-invites-content .table-responsive a.next:before, .bb-lms-pagination a.next:before, .bp-pagination-links a.next:before, .bbp-pagination-links a.next:before, .woocommerce-pagination a.next:before, .llms-pagination a.next:before, .bb-member-blog .nav-links a.next:before, .bb-member-blog + .navigation .nav-links a.next:before, .page-links a.next:before {
	content: "";
}

.bb-bp-invites-content .table-responsive span.page-numbers:not(.dots), .bb-bp-invites-content .table-responsive span.bb-rl-page-numbers:not(.dots), .bb-bp-invites-content .table-responsive span.post-page-numbers, .bb-lms-pagination span.page-numbers:not(.dots), .bb-lms-pagination span.bb-rl-page-numbers:not(.dots), .bb-lms-pagination span.post-page-numbers, .bp-pagination-links span.page-numbers:not(.dots), .bp-pagination-links span.bb-rl-page-numbers:not(.dots), .bp-pagination-links span.post-page-numbers, .bbp-pagination-links span.page-numbers:not(.dots), .bbp-pagination-links span.bb-rl-page-numbers:not(.dots), .bbp-pagination-links span.post-page-numbers, .woocommerce-pagination span.page-numbers:not(.dots), .woocommerce-pagination span.bb-rl-page-numbers:not(.dots), .woocommerce-pagination span.post-page-numbers, .llms-pagination span.page-numbers:not(.dots), .llms-pagination span.bb-rl-page-numbers:not(.dots), .llms-pagination span.post-page-numbers, .bb-member-blog .nav-links span.page-numbers:not(.dots), .bb-member-blog .nav-links span.bb-rl-page-numbers:not(.dots), .bb-member-blog .nav-links span.post-page-numbers, .bb-member-blog + .navigation .nav-links span.page-numbers:not(.dots), .bb-member-blog + .navigation .nav-links span.bb-rl-page-numbers:not(.dots), .bb-member-blog + .navigation .nav-links span.post-page-numbers, .page-links span.page-numbers:not(.dots), .page-links span.bb-rl-page-numbers:not(.dots), .page-links span.post-page-numbers {
	color: var(--bb-body-background-color);
	background-color: var(--bb-primary-color);
}

.bb-bp-invites-content .table-responsive span.page-numbers.disabled, .bb-bp-invites-content .table-responsive span.bb-rl-page-numbers.disabled, .bb-lms-pagination span.page-numbers.disabled, .bb-lms-pagination span.bb-rl-page-numbers.disabled, .bp-pagination-links span.page-numbers.disabled, .bp-pagination-links span.bb-rl-page-numbers.disabled, .bbp-pagination-links span.page-numbers.disabled, .bbp-pagination-links span.bb-rl-page-numbers.disabled, .woocommerce-pagination span.page-numbers.disabled, .woocommerce-pagination span.bb-rl-page-numbers.disabled, .llms-pagination span.page-numbers.disabled, .llms-pagination span.bb-rl-page-numbers.disabled, .bb-member-blog .nav-links span.page-numbers.disabled, .bb-member-blog .nav-links span.bb-rl-page-numbers.disabled, .bb-member-blog + .navigation .nav-links span.page-numbers.disabled, .bb-member-blog + .navigation .nav-links span.bb-rl-page-numbers.disabled, .page-links span.page-numbers.disabled, .page-links span.bb-rl-page-numbers.disabled {
	background-color: transparent;
	color: var(--bb-body-text-color);
}

.woocommerce-pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers, .llms-pagination ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

body.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-pagination ul li {
	margin: 0 3px;
}

body.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce-pagination ul li a {
	background-color: transparent;
}

body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:focus {
	color: var(--bb-primary-color);
	background-color: transparent;
}

body.woocommerce nav.woocommerce-pagination ul li a.next, body.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next, .woocommerce-pagination ul li a.prev {
	font-size: 0;
	color: var(--bb-body-text-color);
	background-color: var(--bb-content-background-color);
}

body.woocommerce nav.woocommerce-pagination ul li a.next:hover, body.woocommerce nav.woocommerce-pagination ul li a.prev:hover, .woocommerce nav.woocommerce-pagination ul li a.next:hover, .woocommerce nav.woocommerce-pagination ul li a.prev:hover, .woocommerce-pagination ul li a.next:hover, .woocommerce-pagination ul li a.prev:hover {
	background-color: var(--bb-content-alternate-background-color);
}

body.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-pagination ul li span.current {
	background-color: var(--bb-primary-color);
	color: var(--bb-body-background-color);
}

.buddypress-wrap .bp-pagination .bp-pagination-links a.prev, .buddypress-wrap .bp-pagination .bp-pagination-links a.next, .buddypress-wrap .bp-pagination .bp-pagination-links span.prev, .buddypress-wrap .bp-pagination .bp-pagination-links span.next {
	font-size: 0;
}

.push-left {
	margin-right: auto;
}

.push-right {
	margin-left: auto;
}

.push-center {
	margin-left: auto;
	margin-right: auto;
}

.push-middle {
	margin-top: auto;
	margin-bottom: auto;
}

.push-bottom {
	margin-top: auto;
}

@media (max-width: 544px) {
	.push-left-sm {
		margin-left: 0;
	}
	
	.push-center-sm {
		margin-left: auto;
		margin-right: auto;
	}
	
	.push-top-sm {
		margin-top: 0;
	}
}

.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 544px) {
	.align-left-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.flex-reverse {
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.flex-column {
	-ms-flex-flow: column;
	flex-flow: column;
}

@media (max-width: 544px) {
	.flex-column-sm {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.flex-w100-sm {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width: 544px) and (max-width: 544px) {
	.flex-w100-sm {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.display-block {
	display: block;
}

.hide {
	display: none !important;
}

@media (max-width: 544px) {
	.hide-sm {
		display: none !important;
	}
}

@media (min-width: 544px) {
	.show-sm {
		display: block !important;
	}
}

@media print {
	.hide-print {
		display: none !important;
	}
	
	.show-print {
		display: block !important;
	}
}

.no-scroll {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.video-container {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 18px;
}

.video-container iframe:not(.wp-embedded-content), .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.close {
	display: inline-block;
	min-height: 16px;
	min-width: 16px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	font-size: .75rem;
	opacity: .6;
}

.close:hover {
	opacity: 1;
}

.close.small {
	font-size: .5rem;
}

.close.big {
	font-size: 1.125rem;
}

.close.white {
	color: #fff;
}

.caret {
	display: inline-block;
}

.button .caret {
	margin-right: -.5rem;
}

.overlay {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .95);
}

.overlay > .close {
	position: fixed;
	top: 1rem;
	right: 1rem;
}

.overlay.black {
	background-color: rgba(0, 0, 0, .9);
}

.round {
	border-radius: 50%;
}

.bb-highlight {
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #fe6f4b 50%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fe6f4b 50%);
}

.bb-highlight.bb-highlight--yellow {
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #faf141 50%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #faf141 50%);
}

.bb-highlight.bb-highlight--red {
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #fe6f4b 50%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fe6f4b 50%);
}

.bb-highlight.bb-highlight--blue {
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #04b9d9 50%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #04b9d9 50%);
}

.bb-highlight.bb-highlight--grey {
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #dedfe2 50%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #dedfe2 50%);
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	h2, h3, h4 {
		page-break-after: avoid;
	}
	
	@page {
		margin: .5cm;
	}
}

/*
   Animation example, for spinners
*/
.ani-bg {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ani-bg;
	animation-name: ani-bg;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #eee;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
	background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%);
	background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
	background-size: 1000px 100%;
	height: 96px;
	position: relative;
}

@-webkit-keyframes ani-bg {
	0% {
		background-position: -1000px 0;
	}
	
	100% {
		background-position: 1000px 0;
	}
}

@keyframes ani-bg {
	0% {
		background-position: -1000px 0;
	}
	
	100% {
		background-position: 1000px 0;
	}
}

@keyframes ani-bg {
	0% {
		background-position: -1000px 0;
	}
	
	100% {
		background-position: 1000px 0;
	}
}

@-webkit-keyframes loading {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: .9;
	}
}

@keyframes loading {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: .9;
	}
}

@-webkit-keyframes slide-up {
	to {
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@keyframes slide-up {
	to {
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@-webkit-keyframes slide-down {
	from {
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@keyframes slide-down {
	from {
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fade-out {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes flip-in {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes flip-in {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@-webkit-keyframes flip-out {
	from {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes flip-out {
	from {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoom-out {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoom-out {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes slide-in-right {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slide-in-right {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slide-in-down {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slide-in-down {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slide-out-left {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slide-out-left {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes slide-out-right {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slide-out-right {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@-webkit-keyframes slide-out-up {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slide-out-up {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes shake {
	15% {
		-webkit-transform: translateX(.5rem);
		transform: translateX(.5rem);
	}
	
	30% {
		-webkit-transform: translateX(-.4rem);
		transform: translateX(-.4rem);
	}
	
	45% {
		-webkit-transform: translateX(.3rem);
		transform: translateX(.3rem);
	}
	
	60% {
		-webkit-transform: translateX(-.2rem);
		transform: translateX(-.2rem);
	}
	
	75% {
		-webkit-transform: translateX(.1rem);
		transform: translateX(.1rem);
	}
	
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes shake {
	15% {
		-webkit-transform: translateX(.5rem);
		transform: translateX(.5rem);
	}
	
	30% {
		-webkit-transform: translateX(-.4rem);
		transform: translateX(-.4rem);
	}
	
	45% {
		-webkit-transform: translateX(.3rem);
		transform: translateX(.3rem);
	}
	
	60% {
		-webkit-transform: translateX(-.2rem);
		transform: translateX(-.2rem);
	}
	
	75% {
		-webkit-transform: translateX(.1rem);
		transform: translateX(.1rem);
	}
	
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeIn {
	-webkit-animation: fade-in 250ms;
	animation: fade-in 250ms;
}

.fadeOut {
	-webkit-animation: fade-out 250ms;
	animation: fade-out 250ms;
}

.zoomIn {
	-webkit-animation: zoom-in 200ms;
	animation: zoom-in 200ms;
}

.zoomOut {
	-webkit-animation: zoom-out 500ms;
	animation: zoom-out 500ms;
}

.slideInRight {
	-webkit-animation: slide-in-right 500ms;
	animation: slide-in-right 500ms;
}

.slideInLeft {
	-webkit-animation: slide-in-left 500ms;
	animation: slide-in-left 500ms;
}

.slideInDown {
	-webkit-animation: slide-in-down 500ms;
	animation: slide-in-down 500ms;
}

.slideOutLeft {
	-webkit-animation: slide-out-left 500ms;
	animation: slide-out-left 500ms;
}

.slideOutRight {
	-webkit-animation: slide-out-right 500ms;
	animation: slide-out-right 500ms;
}

.slideOutUp {
	-webkit-animation: slide-out-up 500ms;
	animation: slide-out-up 500ms;
}

.slideUp {
	overflow: hidden;
	-webkit-animation: slide-up 200ms ease-in-out;
	animation: slide-up 200ms ease-in-out;
}

.slideDown {
	overflow: hidden;
	-webkit-animation: slide-down 80ms ease-in-out;
	animation: slide-down 80ms ease-in-out;
}

.flipIn {
	-webkit-animation: flip-in 250ms cubic-bezier(.5, -.5, .5, 1.5);
	animation: flip-in 250ms cubic-bezier(.5, -.5, .5, 1.5);
}

.flipOut {
	-webkit-animation: flip-out 500ms cubic-bezier(.5, -.5, .5, 1.5);
	animation: flip-out 500ms cubic-bezier(.5, -.5, .5, 1.5);
}

.rotate {
	-webkit-animation: rotate 500ms;
	animation: rotate 500ms;
}

.pulse {
	-webkit-animation: pulse 250ms 2;
	animation: pulse 250ms 2;
}

.shake {
	-webkit-animation: shake 500ms;
	animation: shake 500ms;
}

.dropdown:not(.v-select) {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	width: 17.5rem;
	color: #000;
	font-size: 17px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	border-radius: 3px;
	max-height: 18.75rem;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.dropdown:not(.v-select).dropdown-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-height: none;
	border: none;
}

.dropdown:not(.v-select) .close {
	margin: 1.25rem auto;
}

.dropdown:not(.v-select).open {
	overflow: auto;
}

.dropdown:not(.v-select) ul {
	list-style: none;
	margin: 0;
}

.dropdown:not(.v-select) ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.dropdown:not(.v-select) ul li:last-child {
	border-bottom: none;
}

.dropdown:not(.v-select) ul a {
	display: block;
	padding: .75rem;
	text-decoration: none;
	color: #000;
}

.dropdown:not(.v-select) ul a:hover {
	background: rgba(0, 0, 0, .05);
}

.message {
	font-size: 16px;
	line-height: 24px;
	background: #e0e1e1;
	color: var(--bb-body-text-color);
	padding: 1rem;
	padding-right: 2.5em;
	padding-bottom: .75rem;
	margin-bottom: 27px;
	position: relative;
}

.message a {
	color: inherit;
}

.message h2, .message h3, .message h4, .message h5, .message h6 {
	margin-bottom: 0;
}

.message .close {
	position: absolute;
	right: 1rem;
	top: 1.1rem;
}

.message.error {
	background: var(--bb-danger-color);
	color: #fff;
}

.message.success {
	background: var(--bb-success-color);
	color: #fff;
}

.message.warning {
	background: var(--bb-warning-color);
}

.message.focus {
	background: var(--bb-default-notice-color);
	color: #fff;
}

.message.black {
	background: #0d0d0e;
	color: #fff;
}

.message.inverted {
	background: #fff;
}

button[data-balloon] {
	overflow: visible;
}

[data-balloon] {
	position: relative;
	cursor: pointer;
}

[data-balloon]:after {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .18s ease-out .18s;
	transition: all .18s ease-out .18s;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: -.24px;
	background: rgba(var(--bb-tooltip-background-rgb), .95);
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .22);
	color: var(--bb-tooltip-color);
	content: attr(data-balloon);
	line-height: 1.3;
	padding: 7px 15px;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
}

[data-balloon]:before {
	background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
	background-size: 100% auto;
	width: 18px;
	height: 6px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .18s ease-out .18s;
	transition: all .18s ease-out .18s;
	content: "";
	position: absolute;
	z-index: 10;
}

[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
	opacity: 1;
	pointer-events: auto;
}

[data-balloon].font-awesome:after {
	font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
	white-space: pre;
}

[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
	-webkit-transition: none;
	transition: none;
}

[data-balloon][data-balloon-pos="up"]:after {
	bottom: 100%;
	left: 50%;
	margin-bottom: 11px;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up-left"]:after {
	bottom: 100%;
	left: 0;
	margin-bottom: 11px;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:before {
	bottom: 100%;
	left: 5px;
	margin-bottom: 5px;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:after {
	bottom: 100%;
	right: 0;
	margin-bottom: 11px;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:before {
	bottom: 100%;
	right: 5px;
	margin-bottom: 5px;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down"]:after {
	left: 50%;
	margin-top: 11px;
	top: 100%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos="down"]:before {
	background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
	background-size: 100% auto;
	width: 18px;
	height: 6px;
	left: 50%;
	margin-top: 5px;
	top: 100%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos="down"]:hover:after, [data-balloon][data-balloon-pos="down"][data-balloon-visible]:after {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="down"]:hover:before, [data-balloon][data-balloon-pos="down"][data-balloon-visible]:before {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="down-left"]:after {
	left: 0;
	margin-top: 11px;
	top: 100%;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-left"]:before {
	background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
	background-size: 100% auto;
	width: 18px;
	height: 6px;
	left: 5px;
	margin-top: 5px;
	top: 100%;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-left"]:hover:after, [data-balloon][data-balloon-pos="down-left"][data-balloon-visible]:after {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-left"]:hover:before, [data-balloon][data-balloon-pos="down-left"][data-balloon-visible]:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-right"]:after {
	right: 0;
	margin-top: 11px;
	top: 100%;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-right"]:before {
	background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
	background-size: 100% auto;
	width: 18px;
	height: 6px;
	right: 5px;
	margin-top: 5px;
	top: 100%;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-right"]:hover:after, [data-balloon][data-balloon-pos="down-right"][data-balloon-visible]:after {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-right"]:hover:before, [data-balloon][data-balloon-pos="down-right"][data-balloon-visible]:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="left"]:after {
	margin-right: 11px;
	right: 100%;
	top: 50%;
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos="left"]:before {
	background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
	background-size: 100% auto;
	width: 6px;
	height: 18px;
	margin-right: 5px;
	right: 100%;
	top: 50%;
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos="left"]:hover:after, [data-balloon][data-balloon-pos="left"][data-balloon-visible]:after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="left"]:hover:before, [data-balloon][data-balloon-pos="left"][data-balloon-visible]:before {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="right"]:after {
	left: 100%;
	margin-left: 11px;
	top: 50%;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos="right"]:before {
	background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
	background-size: 100% auto;
	width: 6px;
	height: 18px;
	left: 100%;
	margin-left: 5px;
	top: 50%;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos="right"]:hover:after, [data-balloon][data-balloon-pos="right"][data-balloon-visible]:after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="right"]:hover:before, [data-balloon][data-balloon-pos="right"][data-balloon-visible]:before {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[data-balloon][data-balloon-length="small"]:after {
	white-space: normal;
	width: 80px;
}

[data-balloon][data-balloon-length="medium"]:after {
	white-space: normal;
	width: 150px;
}

[data-balloon][data-balloon-length="large"]:after {
	white-space: normal;
	width: 260px;
}

[data-balloon][data-balloon-length="xlarge"]:after {
	white-space: normal;
	width: 380px;
}

@media screen and (max-width: 768px) {
	[data-balloon][data-balloon-length="xlarge"]:after {
		white-space: normal;
		width: 90vw;
	}
}

[data-balloon][data-balloon-length="fit"]:after {
	white-space: normal;
	width: 100%;
}

[data-bp-tooltip]:after {
	background: rgba(var(--bb-tooltip-background-rgb), .95);
	color: var(--bb-tooltip-color);
}

[data-bp-tooltip]:before {
	background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
	background-size: 100% auto;
	width: 18px;
	height: 6px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .18s ease-out .18s;
	transition: all .18s ease-out .18s;
}

.bs-item-list.list-view {
	list-style: none;
	margin: 0;
}

.bs-item-list.list-view .bs-item-wrap {
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 -1px;
	padding: 15px 20px;
	position: relative;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bs-item-list.list-view .bs-item-wrap:not(.no-hover-effect, .header-total-reply-count):hover {
	border-bottom-color: transparent;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.bs-item-list.list-view.bs-forums-items:not(.bs-single-forum-list) li .bs-item-wrap {
	border-top: none;
	border-bottom: none;
}

.bs-item-list.list-view.bs-forums-items:not(.bs-single-forum-list) li:last-of-type .bs-item-wrap {
	border-bottom: 1px solid var(--bb-content-border-color);
}

.bs-item-list.list-view li.bs-item-wrap:not(.no-hover-effect):hover {
	box-shadow: none;
	border-left-color: var(--bb-content-border-color);
	border-right-color: var(--bb-content-border-color);
}

.bs-item-list.list-view li.bs-item-wrap:first-child {
	border-top-left-radius: var(--bb-block-radius);
	border-top-right-radius: var(--bb-block-radius);
}

.bs-item-list.list-view.topic-list-no-replies li.bs-item-wrap:first-child {
	border-radius: var(--bb-block-radius);
}

.bs-item-list.list-view .item-meta {
	font-size: 13px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
	line-height: 1;
}

.bs-item-list.list-view .bs-dropdown {
	right: -15px;
}

.bs-item-list.list-view .bb-icon-map-pin-small:before {
	margin-left: 0;
}

.bs-item-list.list-view .item-avatar > a {
	display: inline-block;
	margin: 0;
	position: relative;
}

.bs-item-list.list-view .item-avatar {
	margin-right: 20px;
}

.bs-item-list.list-view .bs-dropdown-link {
	color: var(--bb-headings-color);
	border: 0;
	display: inline-block;
	line-height: 1;
	opacity: .4;
	padding: 7px 0;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bs-item-list.list-view .bs-dropdown-link.active, .bs-item-list.list-view .bs-dropdown-link.focus, .bs-item-list.list-view .bs-dropdown-link:hover {
	background: transparent;
	opacity: 1;
}

.bs-item-list.list-view .bs-dropdown-link i {
	font-size: 20px;
}

.notification-list.list-view li.bs-item-wrap:last-child {
	border-bottom-right-radius: var(--bb-block-radius);
	border-bottom-left-radius: var(--bb-block-radius);
}

#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child {
	border-bottom-left-radius: var(--bb-block-radius);
	border-bottom-right-radius: var(--bb-block-radius);
}

#bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child > div.bs-reply-list-item, #bbpress-forums .bs-item-list.list-view:not(.bbp-lead-topic) > li:last-child > .bs-item-wrap {
	border-bottom-left-radius: var(--bb-block-radius);
	border-bottom-right-radius: var(--bb-block-radius);
}

#bbpress-forums .bs-item-list.list-view:has(.header-total-reply-count.bp-hide) li.topic-lead {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover {
	border-left-color: transparent;
	border-right-color: transparent;
}

.bs-item-list .infinite-loading-container {
	padding: 0;
}

.bs-item-wrap.loading * {
	-webkit-transition: opacity;
	transition: opacity;
	-webkit-animation: loading 1s infinite;
	animation: loading 1s infinite;
}

/* Dropdown - Starts Here */
.bs-dropdown-wrap {
	position: relative;
}

.bs-dropdown-wrap.hover-open:hover .bs-dropdown {
	opacity: 1;
	visibility: visible;
}

.bs-dropdown {
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	border-radius: var(--bb-block-radius);
	list-style: none;
	padding: 10px 0;
	position: absolute;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	right: 0;
	top: 38px;
	margin: 0;
	min-width: 168px;
	opacity: 0;
	visibility: hidden;
	z-index: 95;
}

.bs-dropdown.open {
	opacity: 1;
	visibility: visible;
}

.bs-dropdown:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	top: 1px;
	margin: 0 auto;
	right: 25px;
	box-sizing: border-box;
	border: 6px solid black;
	border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, .02);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	z-index: 96;
}

.bs-dropdown li {
	font-size: 13px;
	font-weight: inherit;
	color: var(--bb-body-text-color);
	letter-spacing: -.24px;
	line-height: 1;
	margin-bottom: 1px;
	padding: .5625rem .9375rem;
	cursor: pointer;
	width: 100%;
}

/* Dropdown - Ends Here */

/* More Actions Dropdown */
.bs-dropdown-wrap li {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

.bs-dropdown-wrap .bs-dropdown a {
	margin: 0;
	padding: 9px 15px;
	display: block;
	text-align: left;
	opacity: 1;
	color: var(--bb-body-text-color);
}

.bs-dropdown-wrap .bs-dropdown a.selected, .bs-dropdown-wrap .bs-dropdown a:hover {
	background-color: var(--bb-content-alternate-background-color);
}

.bs-dropdown-wrap .bs-icon-sort-desc {
	color: var(--bb-headings-color);
	opacity: .4;
	font-size: 22px;
	line-height: 1;
}

.bb-modal {
	position: relative;
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	padding: 40px;
	width: auto;
	max-width: 800px;
	margin: 10px auto;
	box-shadow: 0 3px 24px 0 rgba(18, 43, 70, .28);
}

.bb-modal .mfp-close, .bb-modal .mfp-close:hover {
	background-color: transparent;
	box-shadow: none;
}

button.mfp-close {
	background-color: transparent;
	color: var(--bb-headings-color);
}

button.mfp-close:hover {
	background-color: transparent;
	color: var(--bb-headings-color);
}

.mfp-bg {
	opacity: .4;
}

@media (max-width: 992px) {
	.bb-modal {
		padding: 40px 20px;
	}
}

.bb-cover-wrap {
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	padding-top: 96.52%;
	display: block;
	background: var(--bb-cover-image-background-color);
}

.bb-cover-wrap:after {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #07121d 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #07121d 100%);
	border-radius: 3px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bb-cover-wrap.bs-no-cover-img:after {
	opacity: .3;
}

.bb-cover-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	object-fit: cover;
	border-radius: 0;
}

.my-account.events.profile .item-body-inner .statusnotice .em-warning {
	padding: 0;
	margin: 0;
}

.my-account.events.profile .item-body-inner .statusnotice .em-warning p {
	padding: 0;
	margin: 0 0 1.6875rem !important;
}

#pass-strength-result {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .05);
	padding-left: 15px;
	padding-right: 15px;
}

#pass-strength-result:before {
	font-family: bb-icons;
	display: inline-block;
	speak: none;
	width: 18px;
	font-size: 18px;
	margin-right: 10px;
	text-decoration: inherit;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
}

#pass-strength-result.short {
	background-color: rgba(var(--bb-danger-color-rgb), .1);
	color: var(--bb-danger-color);
	border-color: rgba(0, 0, 0, .05);
}

#pass-strength-result.short:before {
	content: "";
	font-weight: 200;
}

#pass-strength-result.error, #pass-strength-result.bad {
	background-color: rgba(var(--bb-warning-color-rgb), .1);
	color: var(--bb-warning-color);
	border-color: rgba(0, 0, 0, .05);
}

#pass-strength-result.error:before, #pass-strength-result.bad:before {
	content: "";
	font-weight: 300;
}

#pass-strength-result.good {
	background-color: rgba(var(--bb-default-notice-color-rgb), .1);
	color: var(--bb-default-notice-color);
	border-color: rgba(0, 0, 0, .05);
}

#pass-strength-result.good:before {
	content: "";
	font-weight: 200;
}

#pass-strength-result.strong {
	background-color: rgba(var(--bb-success-color-rgb), .1);
	color: var(--bb-success-color);
	border-color: rgba(0, 0, 0, .05);
	font-weight: 400 !important;
}

#pass-strength-result.strong:before {
	content: "";
	font-weight: 200;
}

/* bp-navs */
.bp-navs:after, .bp-navs ul:after {
	content: " ";
	display: table;
	clear: both;
}

.bp-navs ul li a {
	display: block;
}

.bp-navs ul li .count, .buddypress-wrap .bp-navs li.dynamic a .count {
	background: var(--bb-alternate-text-color);
	box-shadow: none;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
	color: var(--bb-content-background-color);
	letter-spacing: -.26px;
	line-height: 16px;
	border: 0;
	min-width: 25px;
	display: inline-block;
	margin-left: 7px;
	padding: 2px 6px;
	text-align: center;
	vertical-align: middle;
}

.bp-navs ul li .count:empty, .buddypress-wrap .bp-navs li.dynamic a .count:empty {
	display: none;
}

.bp-navs ul li.hideshow .count, .buddypress-wrap .bp-navs li.hideshow a .count {
	line-height: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.bb-single-main-nav > ul > li > a .count {
	margin-left: 5px;
}

.bb-single-main-nav .bb-single-nav-item-point {
	display: inline;
}

.bb-component-nav-item-point {
	display: inline;
}

/* Subnav */
.bp-navs.bp-subnavs {
	font-size: 14px;
}

.bp-navs ul li a {
	color: var(--bb-body-text-color);
}

.bp-navs ul li a {
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
}

.bp-navs ul li a:hover {
	color: var(--bb-primary-color);
}

.bp-navs ul li.selected a {
	color: var(--bb-headings-color);
	border-bottom: 1px solid var(--bb-primary-color);
}

.bp-navs ul li.selected a:hover {
	color: var(--bb-primary-color);
}

.bb-yoast-breadcrumbs {
	max-width: 1200px;
	margin: auto;
	padding: 20px 10px 0;
	font-size: 14px;
}

strong.breadcrumb_last {
	font-weight: 500;
}

img.emoji, img.emojioneemoji {
	display: inline-block;
	margin: 3px;
	width: 24px;
	height: 24px;
}

.activity-update-form ~ .mpp-upload-buttons {
	float: none;
}

.activity-update-form ~ .mpp-media-upload-container a.mpp-upload-container-close {
	color: transparent;
	text-indent: 0;
	background: none;
}

.activity-update-form ~ .mpp-media-upload-container a.mpp-upload-container-close:before {
	content: "";
	font-family: bb-icons;
	font-size: 22px;
	color: #939597;
}

.activity-update-form ~ .mpp-media-upload-container a.mpp-upload-container-close:hover {
	color: transparent;
}

.activity-update-form ~ .mpp-media-upload-container .mpp-dropzone {
	height: auto;
	background: rgba(240, 243, 247, .5);
	border: 1px dashed #dedfe2;
	border-radius: 6px;
	padding: 10px 0;
}

.activity-update-form ~ .mpp-media-upload-container .mpp-dropzone .mpp-drag-drop-inside p {
	color: #122b46;
}

.activity-update-form ~ .mpp-media-upload-container .mpp-feedback > ul {
	margin: 10px 0;
}

.activity-update-form ~ .mpp-media-upload-container .mpp-remote-media-container .mpp-remote-add-media-row {
	padding-right: 90px;
}

.activity-update-form ~ .mpp-media-upload-container .mpp-uploading-media-list ul {
	margin: 10px 0;
}

/* Radio */
.bb-radio-style {
	position: relative;
	line-height: 1;
}

.bb-radio-style input[type="radio"] {
	opacity: 0;
}

.bb-radio-style input[type="radio"] + span {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
}

.bb-radio-style input[type="radio"] + span:before {
	content: "";
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 22px;
	height: 22px;
	line-height: 1;
	border: 2px solid var(--bb-content-border-color);
	border-radius: 100%;
}

.bb-radio-style input[type="radio"]:checked + span:before {
	border: 1px solid var(--bb-primary-color);
}

.bb-radio-style input[type="radio"]:checked + span:after {
	content: "";
	background-color: var(--bb-primary-color);
	margin: auto;
	width: 14px;
	position: absolute;
	height: 14px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 100%;
}

.lms-topic-sidebar-instructor .bb-about-instructor > h4 {
	color: var(--bb-headings-color);
}

ul.medium-editor-toolbar-actions .medium-editor-action b:hover::before {
	color: var(--bb-headings-color);
}

.bb-checkbox, .bb-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 22px;
	position: relative;
	cursor: pointer;
}

.bb-checkbox .bb-radio-help:before, .bb-checkbox .bb-checkbox-help:before, .bb-radio .bb-radio-help:before, .bb-radio .bb-checkbox-help:before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background-color: #fff;
	border: 2px solid #d6dce6;
	border-radius: 4px;
	margin-right: 10px;
}

.bb-checkbox .bb-checkbox-help:after, .bb-radio .bb-checkbox-help:after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	font-family: bb-icons;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	background-color: var(--bb-primary-color);
	color: #fff;
	border-radius: 4px;
	opacity: 0;
}

.bb-checkbox input, .bb-radio input {
	position: absolute;
	opacity: 0;
}

.bb-checkbox input[type="checkbox"]:checked + .bb-checkbox-help:after, .bb-radio input[type="checkbox"]:checked + .bb-checkbox-help:after {
	opacity: 1;
}

.vue-tabs label.bb-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Radio */
.bb-radio .bb-radio-help:before {
	border-radius: 50%;
}

.bb-radio .bb-radio-help:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: var(--bb-primary-color);
	border-radius: 50%;
	opacity: 0;
}

.bb-radio input[type="radio"]:checked + .bb-radio-help:after {
	opacity: 1;
}

.bb-switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 28px;
	margin: 0;
	vertical-align: middle;
}

.bb-switch input {
	display: none;
}

.switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #c8cbcf;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.switch-slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15), 0 1px 1px 0 rgba(0, 0, 0, .16), 0 3px 1px 0 rgba(0, 0, 0, .1);
}

.bb-input-switch:checked + .switch-slider {
	background-color: var(--bb-primary-color);
}

input:checked + .switch-slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

ins.iCheck-helper {
	z-index: 2;
}

/* --------------------------------------------------------------
# Accessibility
-------------------------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear-both {
	clear: both;
}

.clear-none {
	clear: none;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

/* Image Caption Style */
.wp-caption {
	background-color: #e6e6e6;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}

.wp-caption.alignleft {
	margin: .5rem 2rem 1.625rem 0rem;
}

.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignright {
	margin: .5rem 0rem 1.625rem 2rem;
}

.wp-caption-text {
	color: #666;
	font-size: .875rem;
	line-height: 1.2;
	padding: .5rem;
}

#tinymce.mce-content-body {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	padding: 15px !important;
}

/* Gallery */
.gallery {
	margin: 0 -5px 45px;
}

.gallery br + br {
	display: none;
}

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 5px;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111111111%;
}

.gallery-caption {
	color: #666;
	line-height: 1.2;
	padding: .5rem;
	text-align: center;
}

.gallery-icon {
	overflow: hidden;
	text-align: center;
}

.gallery-icon .attachment-thumbnail {
	background-color: whitesmoke;
	margin: 0;
	max-width: 100%;
	padding: 5px;
}

.gallery img {
	display: block;
	height: auto;
	width: 100%;
}

/* .gallery .gallery-item {
    width: 50%;
} */

/* End - Gallery */
.entry-content .fluid-width-video-wrapper, .entry-content img.aligncenter {
	margin-top: 30px;
	margin-bottom: 50px;
}

.bb-vw-container {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

#bb-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn-ildoekf.nitrocdn.com/KkMPgVYmWQGXnBFVWWXBZQdpXpaAoAcv/assets/images/optimized/rev-c7d7e2d/awake.net/wp-content/themes/buddyboss-theme/assets/images/svg/loader.svg") center no-repeat #fff;
	background-size: 62px;
	-webkit-transition: .3s all;
	transition: .3s all;
	z-index: 9999;
}

#bb-loader.nitro-lazy {
	background: none !important;
}

.bb-remove-loader #bb-loader {
	opacity: 0;
	visibility: hidden;
	z-index: -1111;
}

.bp-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

[v-cloak] {
	display: none !important;
}

img.wp-smiley {
	display: inline;
	border: none;
	box-shadow: none;
	/* Use !important to override inline styling */
	height: 24px !important;
	width: 24px !important;
	max-height: initial !important;
	margin: 3px;
	vertical-align: -.1em;
	background: none;
	padding: 0;
}

/* Fixed `contenteditable = true` height issue in FireFox */
*[contenteditable]:empty:before {
	content: "﻿";
}

.select2-dropdown {
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	border-radius: 4px;
	border: 0;
	padding: 5px 10px;
	margin-right: 0;
	max-width: 300px;
}

.select2-dropdown .select2-results__option {
	border-radius: 3px;
	margin-bottom: 0;
	font-size: 14px;
	padding: 2px 5px;
}

html {
	height: 100%;
	background-image: url("https://cdn-ildoekf.nitrocdn.com/KkMPgVYmWQGXnBFVWWXBZQdpXpaAoAcv/assets/images/optimized/rev-c7d7e2d/awake.net/wp-content/themes/buddyboss-theme/assets/images/adminbar-background.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
}

html.nitro-lazy {
	background-image: none !important;
}

html, body {
	min-height: 100%;
}

.site {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

body:not(.page-template-page-fullscreen, .elementor-page) .site {
	overflow-x: hidden;
}

.site-header, .site-content:not(.maintenance-content), .bb-footer {
	padding: 0 10px;
}

.site-content {
	min-height: 70vh;
}

.sticky-header .site-content {
	min-height: 85vh;
}

.site-main {
	position: relative;
}

/* This will prevent jerk while page loading */
.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer, .activate) #primary, body.buddypress.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer, .activate) #page #primary {
	max-width: 900px;
	width: 100%;
}

.content-area {
	padding-top: 1.875rem;
	padding-bottom: 2.1875rem;
}

.my-messages .content-area {
	padding-top: 1.5625rem;
}

@media screen and (max-width: 800px) {
	.content-area {
		padding-bottom: 1.25rem;
	}
}

body .widget-area:not(.widget-area-secondary) {
	padding-top: 1.875rem;
}

.infinite-loading-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0;
}

@media (min-width: 800px) {
	.bb-buddypanel:not(.register) .site, .bb-buddypanel:not(.activate) .site {
		margin-left: 68px;
		-webkit-transition: margin-left .2s;
		transition: margin-left .2s;
	}
}

@media (min-width: 800px) {
	.bb-buddypanel.bb-buddypanel-right:not(.register) .site {
		margin-right: 68px;
		margin-left: 0;
		-webkit-transition: margin-right .2s;
		transition: margin-right .2s;
	}
}

/* 404 Page */
.no-results.not-found, .error-404 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.no-results.not-found .page-header, .error-404 .page-header {
	margin-bottom: 40px;
}

.no-results.not-found .page-title, .error-404 .page-title {
	margin-bottom: 10px;
}

.no-results.not-found .desc, .error-404 .desc {
	font-size: 18px;
	font-weight: 300;
	color: var(--bb-body-text-color);
	letter-spacing: -.24px;
	line-height: 1.5;
}

.no-results.not-found .button, .error-404 .button {
	min-width: 140px;
}

.no-results.not-found .bb-img-404, .error-404 .bb-img-404 {
	margin: 0 auto 40px;
}

.no-results.not-found .bb-img-404--theme-2-0 svg > path, .error-404 .bb-img-404--theme-2-0 svg > path {
	fill: var(--bb-body-background-color);
	stroke: var(--bb-primary-color);
}

.no-results.not-found .bb-img-404--theme-2-0 svg g path, .error-404 .bb-img-404--theme-2-0 svg g path {
	fill: var(--bb-primary-color);
}

.no-results.not-found .bb-img-404--theme-2-0 svg circle, .error-404 .bb-img-404--theme-2-0 svg circle {
	stroke: var(--bb-primary-color);
}

.no-results.not-found .bb-img-404--theme-2-0 svg .circle-fill-404, .error-404 .bb-img-404--theme-2-0 svg .circle-fill-404 {
	fill: var(--bb-primary-color);
}

.bb-img-404--theme-2-0 svg {
	width: 90%;
	max-width: 500px;
}

.bb-img-404--custom img {
	max-width: 100%;
}

.no-results.not-found .search-form {
	display: table;
	position: relative;
	margin: 0 auto;
}

.no-results.not-found .search-form:before {
	content: "";
	color: inherit;
	font-family: bb-icons;
	font-size: 17px;
	position: absolute;
	left: 9px;
	top: 8px;
	opacity: .4;
}

.no-results.not-found .search-form label {
	min-width: 28%;
}

.no-results.not-found .search-form .search-field {
	border-radius: 100px 0 0 100px;
	border-right: 0;
	width: 100%;
}

.no-results.not-found .search-form .search-submit {
	border-radius: 0 var(--bb-button-radius) var(--bb-button-radius) 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.24px;
}

.no-results.not-found .search-form input[type="search"] {
	background-image: none;
}

.no-results.not-found .search-form input[type="search"].nitro-lazy {
	background-image: none !important;
}

.no-results.not-found .no-results-img {
	margin-bottom: 50px;
}

.avatar {
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
}

#wpadminbar #wp-admin-bar-my-account .ab-item .display-name {
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}

@media screen and (min-width: 781px) {
	#wpadminbar #wp-admin-bar-my-account .ab-item .display-name {
		position: relative;
	}
}

@media screen and (min-width: 781px) {
	#wpadminbar #wp-admin-bar-my-account.menupop > .ab-item {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#wpadminbar #wp-admin-bar-my-account.menupop > .ab-item:before {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

#wpadminbar #wp-admin-bar-my-account.with-avatar .ab-item .display-name:has(img.avatar) {
	padding-right: 24px;
}

@media screen and (min-width: 781px) {
	#wpadminbar #wp-admin-bar-my-account.with-avatar .ab-item .display-name img.avatar {
		position: absolute;
		z-index: 9;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
}

#wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper #wp-admin-bar-user-info .display-name {
	max-width: 200px;
	height: auto;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 0;
}

@media screen and (max-width: 781px) {
	#wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper #wp-admin-bar-user-info .display-name {
		max-width: 85vw;
	}
}

@media screen and (min-width: 800px) {
	.widget-area:not(.widget-area-secondary) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		max-width: 300px;
	}
	
	.sidebar-left:not(.forums-sidebar) .site-content-grid {
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
	}
}

@media screen and (max-width: 799px) {
	body.sidebar-right:not(.profile-sidebar) .widget-area:not(.widget-area-secondary) {
		padding-top: 0;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

.site-header {
	background-color: var(--bb-header-background);
	box-shadow: inset 0 -1px 0 0 #dcdfe3;
	position: relative;
}

.site-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: -13px;
	bottom: 0;
	width: 13px;
	box-shadow: 5px 0 13px -3px rgba(18, 43, 70, .1);
	pointer-events: none;
}

.site-header .site-header-container > .header-search-primary {
	background-color: var(--bb-header-background);
}

.site-header i, .site-header .notification-dropdown i, .site-header .header-aside .notification-dropdown i, .site-header .header-search-wrap i {
	color: var(--bb-header-links);
	font-size: 24px;
	line-height: 1;
	display: inline-block;
}

.site-header .header-aside .notification-dropdown .notification-footer i {
	font-size: 20px;
}

[dir="rtl"] .site-header .header-aside .notification-dropdown .notification-footer i.bb-icon-angle-right:before {
	content: "";
}

.site-header .more-button i {
	font-size: 15px;
}

.site-header .site-header-container.flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header .site-header-container .site-title > a {
	color: var(--bb-headings-color);
	font-size: 1.5rem;
	font-weight: 600;
}

.site-header .menu-item-has-children.selected span[data-balloon]:after, .site-header .menu-item-has-children.selected span[data-balloon]:before {
	display: none;
}

.site-header .header-aside [data-balloon]:after, .site-header .header-aside [data-balloon]:before {
	z-index: 1003;
}

.site-header .bb-header-loader {
	text-align: center;
	margin: 10px 0;
}

.site-header .buddypanel_logo_display_on {
	display: none;
}

.site-header .header-aside i {
	color: var(--bb-header-links);
}

.site-header .header-search-primary {
	position: static;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: -2px;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
}

.header-style-5 .site-header .site-header-container {
	width: 100%;
	max-width: 100%;
}

.header-style-5 .site-header #primary-navbar {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 800px) {
	.sticky-header.header-style-5.bb-buddypanel:not(.register) .site .site-header, .sticky-header.header-style-5.bb-buddypanel:not(.activate) .site .site-header {
		left: 0;
		right: 0;
		margin: 0;
	}
	
	body:not(.sticky-header).header-style-5.bb-buddypanel:not(.register) .site .site-header, body:not(.sticky-header).header-style-5.bb-buddypanel:not(.activate) .site .site-header {
		left: 0;
		right: 0;
		margin: 0;
	}
}

body:not(.bb-buddypanel) .site-header:before {
	display: none;
}

.bb-buddypanel-right .site-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: unset;
	right: -13px;
	bottom: 0;
	width: 13px;
	box-shadow: -5px 0 13px -3px rgba(18, 43, 70, .1);
	pointer-events: none;
}

.buddypanel-logo .site-header .header-2 .buddypanel_logo_display_on {
	/* Presreve the logo space so aside section get aligned to right */
	display: block;
	visibility: hidden;
	opacity: 0;
}

.header-aside .notification-list.bb-nouveau-list .actions .dashicons-visibility:before, .header-aside .notification-list.bb-nouveau-list .actions .dashicons-dismiss:before, .header-aside .notification-list.bb-nouveau-list .actions .dashicons-trash:before, .header-aside .notification-list.bb-nouveau-list .actions .dashicons-hidden:before {
	font-size: 24px;
}

.sticky-header .site-header {
	-webkit-transition: width .2s;
	transition: width .2s;
	box-shadow: 0 1px 0 0 rgba(139, 141, 157, .05), 0 0 1px 0 rgba(65, 71, 108, .15);
	position: fixed;
	z-index: 612;
	width: 100%;
}

.sticky-header .site-header.has-scrolled {
	box-shadow: 0 1px 0 0 rgba(139, 141, 157, .05), 0 5px 10px -7px rgba(65, 71, 108, .25);
}

.bb-submenu-isactive:not(.sticky-header) .site {
	overflow-x: visible;
}

.search-visible .site-header a.header-search-link[data-balloon]:after, .search-visible .site-header a.header-search-link[data-balloon]:before {
	display: none;
}

.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: var(--bb-header-height);
	min-width: 60px;
	padding-right: 30px;
	-webkit-transition: all linear .1s;
	transition: all linear .1s;
}

.header-2 .site-branding {
	margin: auto;
	padding: 0 20px;
}

.default-header .main-navigation {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header-2 .main-navigation, .header-2 .header-aside {
	width: 40%;
}

.header-2 .site-title {
	text-align: center;
	line-height: normal;
}

.header-style-3 .main-navigation #primary-navbar {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bb-mobile-header .flex-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

body:not(.logged-in) .bb-mobile-header .flex-1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-title {
	font-size: 1.375rem;
	font-weight: 500;
	margin: 0;
	color: var(--bb-headings-color);
}

.site-title a {
	color: var(--bb-headings-color);
}

.site-title img {
	max-height: 76px;
	min-height: 60px;
	width: auto;
	padding: 10px 0;
	object-fit: contain;
}

#site-logo .site-title img.bb-logo {
	position: relative;
	z-index: 1;
}

.site-branding.bb-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-branding.bb-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

a.custom-logo-link {
	display: inline-block;
}

.site-header .button i {
	color: inherit;
}

.user-link img {
	border-radius: 50%;
	max-width: 36px;
	image-rendering: optimize-contrast;
}

.header-aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header-aside > * {
	padding: 0 10px;
	height: var(--bb-header-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-aside > *:first-child {
	padding-left: 0;
}

.header-aside > *:last-child {
	padding-right: 0;
}

.header-aside .bb-button:not(.button) {
	font-size: 14px;
	color: #939597;
	letter-spacing: -.24px;
	line-height: 1;
}

.header-aside .bb-button:not(.button):hover {
	color: var(--bb-primary-color);
}

.header-aside .user-wrap.user-wrap-container {
	margin-left: 10px;
}

.header-aside.avatar {
	aspect-ratio: auto;
}

.site-header .header-aside.avatar .sub-menu {
	right: 0;
}

.site-header .header-aside.avatar .sub-menu:before {
	right: 13px;
}

.header-aside-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-aside-inner > * {
	padding: 0 8px;
	line-height: 1;
}

.header-aside-inner > *:last-child {
	padding-right: 0;
}

.header-aside-inner .bb-header-buttons {
	padding: 0;
}

.header-aside-inner .ab-submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-aside-inner .ab-submenu a {
	padding-left: 25px;
}

a.user-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .875rem;
	font-weight: 400;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	height: var(--bb-header-height);
}

a.user-link i {
	margin: 0 3px 0 2px;
}

.bb-separator {
	background: var(--bb-header-links);
	height: 24px;
	max-height: 24px;
	width: 1px;
	display: inline-block;
	margin: 0 8px;
	opacity: .2;
	padding: 0;
	vertical-align: middle;
}

.search-visible .site-header--bb .header-search-wrap {
	opacity: 1;
	visibility: visible;
}

.header-search-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: var(--bb-header-height);
	background: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	z-index: 2;
}

.header-search-wrap .container {
	padding: 0;
	position: relative;
	width: 100%;
}

.header-search-wrap .search-form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--bb-header-height);
	margin: 0 auto;
	max-width: 500px;
}

.header-search-wrap .search-form label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
}

.header-search-wrap input.search-field, .header-search-wrap .search-field-top {
	background-color: var(--bb-header-alternate-background);
	background-size: 16px;
	border: 0;
	border-radius: 30px;
	box-shadow: none;
	color: var(--bb-header-links);
	font-size: 14px;
	font-weight: 400;
	height: initial;
	min-height: initial;
	overflow: hidden;
	outline: none;
	padding: 10px 15px 10px 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.header-search-wrap input.search-field:focus, .header-search-wrap .search-field-top:focus {
	box-shadow: var(--bb-input-focus-shadow);
	border-color: var(--bb-input-focus-border-color);
}

.header-search-wrap input.search-submit {
	position: absolute;
	width: 30px;
	font-size: 0;
	top: 18px;
	padding: 0;
	opacity: 0;
}

.header-search-wrap a.close-search {
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: -webkit-calc(50% - 11px);
	top: calc(50% - 11px);
	right: 10px;
}

.header-search-wrap a.close-search i {
	font-size: 24px;
	color: var(--bb-header-links);
}

.site-header i.bb-icon-menu-left {
	font-size: 24px;
}

.header-aside .sub-menu {
	min-width: 180px;
}

.header-aside .menu-item-has-children:not(.hideshow):after {
	display: none;
}

.entry-header {
	margin-bottom: 2.1875rem;
}

.entry-header:empty {
	display: none;
}

.post-grid .entry-header {
	margin-bottom: 1.25rem;
}

.entry-header.has-parent-forums {
	margin-bottom: 0;
}

.entry-header.has-parent-forums h1 {
	margin-bottom: 0;
}

.bb-single-forum.has-subforums h1 {
	margin-bottom: 30px;
}

.entry-title {
	font-size: 1.75rem;
	color: var(--bb-headings-color);
	line-height: 1.5rem;
	margin: 0;
}

.menu-link {
	font-size: .875rem;
	color: #939597;
	letter-spacing: -.24px;
}

.menu-link:hover {
	color: var(--bb-primary-color);
}

.button.signup {
	margin-left: .625rem;
	min-width: 110px;
}

.header-aside .button.signup {
	margin-left: .3125rem;
	min-width: initial;
}

.bb-header-more-menu, .bb-help-dropdown-wrap {
	position: relative;
}

.bb-header-more-menu:hover .bb-more-menu-icon:after, .bb-header-more-menu:hover .bb-help-link:after, .bb-header-more-menu:hover .bb-more-menu-nav, .bb-header-more-menu:hover .bb-help-content, .bb-help-dropdown-wrap:hover .bb-more-menu-icon:after, .bb-help-dropdown-wrap:hover .bb-help-link:after, .bb-help-dropdown-wrap:hover .bb-more-menu-nav, .bb-help-dropdown-wrap:hover .bb-help-content {
	opacity: 1;
	visibility: visible;
}

.bb-more-menu-icon, .bb-help-link {
	position: relative;
	height: var(--bb-header-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bb-more-menu-icon:after, .bb-help-link:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -1px;
	margin: 0;
	right: 5px;
	box-sizing: border-box;
	border: 8px solid black;
	border-color: #fff #fff transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, .02);
	/* transition: all linear 0.2s; */
	z-index: 101;
	opacity: 0;
	visibility: hidden;
}

.bb-more-menu-nav, .bb-help-content {
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	border-radius: 4px;
	list-style: none;
	padding: 10px;
	position: absolute;
	/* transition: all linear 0.2s; */
	right: -15px;
	top: -webkit-calc(100% - 15px);
	top: calc(100% - 15px);
	margin: 0;
	min-width: 168px;
	z-index: 100;
	font-size: 13px;
	line-height: 1.6;
	color: #939597;
	letter-spacing: -.24px;
	opacity: 0;
	visibility: hidden;
}

.header-aside .bb-more-menu-nav .menu-item-has-children > a:after {
	display: none;
}

.bb-more-menu-nav {
	padding: 5px 0;
}

.bb-more-menu-nav ul {
	list-style: none;
	margin: 0;
}

.bb-more-menu-nav li:hover > a {
	background: #f5f5f5;
	color: var(--bb-primary-color);
}

.bb-more-menu-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-weight: inherit;
	color: #939597;
	letter-spacing: -.24px;
	line-height: 1;
	margin-bottom: 1px;
	padding: .5625rem .9375rem;
}

.bb-more-menu-nav a:hover {
	background: #f5f5f5;
	color: var(--bb-primary-color);
}

.bb-more-menu-nav i {
	font-size: 14px;
	margin-right: 8px;
}

.bb-more-menu-nav [data-balloon]:before, .bb-more-menu-nav [data-balloon]:after {
	display: none;
}

.bb-more-menu-nav .sub-menu {
	right: 95%;
	top: 0;
}

.bb-more-menu-nav .sub-menu .sub-menu {
	left: auto;
}

.bb-header-search-bar form {
	margin: 0 auto;
	max-width: 600px;
}

.bb-header-search-bar .search-field {
	border-radius: 50px;
	height: 34px;
	font-size: 14px;
	width: 100%;
}

.bb-header-search-bar .search-submit {
	display: none;
}

.bb-header-search-bar .menu-item-has-children:not(.hideshow):after, #header-messages-dropdown-elem .menu-item-has-children:not(.hideshow):after, #header-notification-dropdown-elem .menu-item-has-children:not(.hideshow):after {
	display: none;
}

.user-wrap, .notification-wrap {
	display: inline-block;
}

.notification-wrap span.count {
	background-color: var(--bb-primary-color);
	line-height: 1.6;
	font-size: 9px;
	top: -webkit-calc(50% - 20px);
	top: calc(50% - 20px);
	right: -4px;
	padding: 1px 6px;
	position: absolute;
}

a.header-search-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header .bb-button-wrap {
	display: inline-block;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.site-header .bb-button-wrap:last-child {
	padding-right: 0;
}

.site-header .bb-button-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.site-header .bb-button {
	font-size: 14px;
}

.site-header span.bb-separator.vertical {
	height: 28px;
	margin: 0 10px;
}

.site-header span.bb-separator.horizontal {
	max-width: 20px;
}

.site-header .hideshow .more-button > i {
	color: var(--bb-header-links);
}

.header-search-link-wrap, .user-wrap-container, .bb-header-more-menu, .bb-header-search-bar, .bb-help-dropdown-wrap, .header-cart-link-wrap, #header-messages-dropdown-elem, #header-notifications-dropdown-elem {
	display: inline-block;
	padding: 0 8px;
	text-align: left;
	vertical-align: middle;
}

.header-search-link-wrap:last-child, .user-wrap-container:last-child, .bb-header-more-menu:last-child, .bb-header-search-bar:last-child, .bb-help-dropdown-wrap:last-child, .header-cart-link-wrap:last-child, #header-messages-dropdown-elem:last-child, #header-notifications-dropdown-elem:last-child {}

.text-center .bb-header-search-bar {
	width: 80%;
}

.dropdown-left .menu-item-has-children:not(.hideshow):after {
	line-height: 1;
	right: 12px;
	top: 4px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.dropdown-right .menu-item-has-children:not(.hideshow):after {
	line-height: 1;
	right: 12px;
	top: 4px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.bb-header-buttons .button.link {
	background: transparent;
	border: 0;
	color: inherit;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 12px;
}

.bb-header-buttons a.button.outline {
	color: var(--bb-header-links);
	box-shadow: none;
}

.bb-header-buttons a.button.outline:hover {
	color: var(--bb-header-links-hover);
}

.bb-button-wrap + .bb-button-wrap {
	padding-left: 0;
}

.beaver-header {
	position: relative;
}

.fl-theme-builder-header.bb-sfwd-aside .buddypanel .panel-head {
	display: none;
}

.ehf-header #masthead {
	width: 100%;
}

@media (min-width: 800px) {
	body.bb-buddypanel:not(.bb-sfwd-aside) > .fl-builder-content, .bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
		padding-left: 68px;
	}
	
	.beaver-sticky-header .buddypanel {
		top: 0;
	}
	
	.beaver-sticky-header.admin-bar .buddypanel {
		top: 32px;
	}
}

.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
	position: initial;
}

@-webkit-keyframes autofill {
	to {
		background-color: transparent;
		background-image: url("../images/svg/search.svg");
	}
}

@keyframes autofill {
	to {
		background-color: transparent;
		background-image: url("../images/svg/search.svg");
	}
}

.header-search-wrap input.search-field:-webkit-autofill {
	-webkit-animation-name: autofill;
	animation-name: autofill;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media (max-width: 480px) {
	.header-search-wrap input.search-field {
		width: 100%;
		padding-right: 50px;
	}
}

@media (max-width: 799px) {
	.site-header-container, .buddypanel {
		display: none;
	}
	
	.bb-mobile-header {
		height: 76px;
	}
	
	.bb-left-panel-mobile {
		margin-left: 10px;
	}
	
	.site-header .bb-left-panel-mobile > i {
		color: var(--bb-header-links);
	}
	
	.bb-left-panel-mobile, .header-search-link {
		color: #939597;
		font-size: 26px;
	}
	
	.site-title a {
		display: inline-block;
	}
	
	.bb-mobile-panel-open {
		overflow-y: hidden;
	}
}

@media (min-width: 800px) {
	.bb-mobile-header-wrapper, .bb-mobile-panel-wrapper {
		display: none !important;
	}
}

/*
 * Elementor header
*/
.elementor-location-header section.elementor-section section.elementor-section .bb-mobile-header-wrapper {
	display: none !important;
}

@media (max-width: 800px) {
	.elementor-location-header .site-header .menu-item-has-children {
		position: inherit;
	}
	
	.elementor-location-header .site-header .menu-item-has-children .sub-menu {
		right: 0;
	}
	
	.elementor-location-header .site-header .menu-item-has-children .sub-menu:before {
		right: inherit;
		left: 30px;
	}
}

@media (max-width: 768px) {
	.elementor-location-header .site-header .menu-item-has-children .sub-menu:before {
		left: 68px;
	}
}

@media (max-width: 545px) {
	.elementor-location-header .elementor-section-wrap .elementor-container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.bb-mobile-panel-wrapper {
	width: 100%;
	position: fixed;
	top: 0;
	height: 100%;
	overflow-y: auto;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	z-index: 999;
	box-shadow: 0 2px 5px 0 rgba(18, 43, 70, .7);
}

.bb-mobile-panel-wrapper.left {
	left: 0;
}

.bb-mobile-panel-wrapper.left.closed {
	left: -110%;
}

.bb-mobile-panel-wrapper.right {
	right: 0;
}

.bb-mobile-panel-wrapper.right.closed {
	right: -110%;
}

.bb-mobile-panel-wrapper.dark {
	background-color: #242424;
}

.bb-mobile-panel-wrapper.light {
	background-color: #fff;
}

.bb-mobile-panel-wrapper .bb-mobile-panel-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--bb-content-background-color);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 20px;
	width: auto;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	margin: 0 -20px 20px;
	z-index: 199;
}

.bb-mobile-panel-wrapper.left:not(.closed) .bb-mobile-panel-header, .bb-mobile-panel-wrapper.right:not(.closed) .bb-mobile-panel-header {
	left: 0;
}

.admin-bar .bb-mobile-panel-wrapper {
	top: 32px;
}

.bb-mobile-panel-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: var(--bb-content-background-color);
	min-height: 100%;
	position: relative;
	padding: 0 20px 30px;
	z-index: 11;
}

.bb-mobile-panel-inner .main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	min-height: 100%;
}

.site-header .bb-mobile-panel-inner .main-navigation .sub-menu a {
	margin: 0;
	padding: 13px 10px;
}

.bb-mobile-panel-inner .side-panel-menu {
	min-height: 100%;
	width: 100%;
}

.bb-mobile-panel-inner .side-panel-menu .bp-menu-item-at-bottom {
	margin-top: auto;
}

.bb-mobile-panel-inner .side-panel-menu .bp-menu-item-at-bottom ~ .bp-menu-item-at-bottom {
	margin-top: 0;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section {
	min-height: 48px;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a {
	background-color: transparent !important;
	color: var(--bb-headings-color);
	cursor: auto;
	font-weight: 600;
	opacity: .5;
	padding-left: 0;
	text-transform: uppercase;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a > [class*="bb-icon"] {
	display: none;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:hover, .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:focus {
	background-color: var(--bb-content-background-color);
	color: var(--bb-headings-color);
}

.buddypanel-open .bb-mobile-panel-inner ul.buddypanel-menu > li > a > :first-child {
	margin-left: 0;
}

.bb-mobile-panel-inner hr {
	background: var(--bb-content-border-color);
	height: 1px;
	opacity: .5;
	margin: 15px 0 10px 5px;
}

.bb-mobile-panel-inner .mobile-menu {
	list-style: none;
	margin: 0;
}

.bb-mobile-panel-inner .mobile-menu > li {
	float: none;
	line-height: 1;
	margin: 0;
	height: auto;
}

.bb-mobile-panel-inner .mobile-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0;
}

.bb-mobile-panel-inner footer {
	opacity: .5;
	font-size: 13px;
	color: #939597;
	letter-spacing: -.22px;
}

.bb-mobile-panel-inner .side-panel-menu {
	margin: 0;
}

.bb-mobile-panel-inner .side-panel-menu > li {
	min-height: 44px;
}

.bb-mobile-panel-inner .side-panel-menu > li span ~ i:not(.bb-icon-angle-down) {
	margin-left: 10px;
}

.bb-mobile-panel-inner .side-panel-menu a {
	padding: 15px 0;
}

.bb-mobile-panel-inner [data-balloon]:before, .bb-mobile-panel-inner [data-balloon]:after {
	display: none;
}

.bb-mobile-panel-inner .menu-item i {
	margin-top: 0;
}

.bb-mobile-panel-inner .menu-item i:not(.bb-icon-angle-down) {
	margin-left: 0;
	margin-right: 15px;
	margin-top: 0;
	min-width: initial;
}

.bb-mobile-panel-inner .bb-primary-menu a {
	font-size: 14px;
	color: var(--bb-headings-color);
	letter-spacing: -.21px;
}

.bb-mobile-panel-inner .bb-primary-menu a > i {
	color: var(--bb-headings-color);
}

.bb-mobile-panel-inner .bb-primary-menu a > i.bs-submenu-toggle {
	color: var(--bb-alternate-text-color);
	font-size: 20px;
}

.bb-mobile-panel-inner .bb-primary-menu a:hover {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .bb-primary-menu a:hover > i {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .bb-primary-menu a > .count {
	float: right;
	margin-right: 10px;
	line-height: 1.4;
}

.bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a > i {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu li {
	min-height: 50px;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a, .bb-mobile-panel-inner .side-panel-menu a {
	font-size: 14px;
	color: var(--bb-headings-color);
	line-height: 24px;
	padding: 13px 0;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a > i, .bb-mobile-panel-inner .side-panel-menu a > i {
	color: var(--bb-headings-color);
	vertical-align: middle;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a > span, .bb-mobile-panel-inner .side-panel-menu a > span {
	vertical-align: middle;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a > span:not(.count), .bb-mobile-panel-inner .side-panel-menu a > span:not(.count) {
	margin-right: auto;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a > i.bs-submenu-toggle, .bb-mobile-panel-inner .side-panel-menu a > i.bs-submenu-toggle {
	color: var(--bb-alternate-text-color);
	font-size: 20px;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a:hover, .bb-mobile-panel-inner .side-panel-menu a:hover {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a:hover > i, .bb-mobile-panel-inner .side-panel-menu a:hover > i {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu a, .bb-mobile-panel-inner .side-panel-menu .sub-menu a {
	color: var(--bb-headings-color);
	width: 100%;
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu a > i, .bb-mobile-panel-inner .side-panel-menu .sub-menu a > i {
	color: var(--bb-headings-color);
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu a:hover {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu .current-menu-item a {
	color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .menu-item-has-children:not(.hideshow):after {
	display: none;
}

.bb-mobile-panel-inner .side-panel-menu .bs-submenu-toggle {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.bb-mobile-panel-inner .sub-menu.bb-open {
	display: block;
	box-shadow: none;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}

.bb-mobile-panel-inner .sub-menu.bb-open a {
	background: transparent;
	padding: 10px 0;
}

.bb-mobile-panel-inner .buddypanel-menu li {
	position: relative;
}

.bb-mobile-panel-inner .bs-submenu-toggle {
	color: inherit;
	cursor: pointer;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bb-mobile-panel-inner .sub-menu .bs-submenu-toggle {
	top: 5px;
}

.bb-mobile-panel-inner .current-menu-item > a {
	font-weight: 500;
}

.bb-mobile-panel-inner .main-navigation + .bb-login-section {
	margin-top: 20px;
}

.bb-mobile-panel-inner li:not(.bb-menu-section) i.bb-icon-l.bb-icon-file.bb-custom-icon {
	display: none;
}

.bb-mobile-panel-inner li:not(.bb-menu-section) i.bb-icon-l.bb-icon-file.bb-custom-icon + span {
	margin-left: 0;
}

a.bb-close-panel {
	cursor: pointer;
}

.closed a.bb-close-panel {
	visibility: hidden;
	opacity: 0;
}

a.bb-close-panel i {
	color: var(--bb-alternate-text-color);
	border-radius: 50px;
	font-size: 30px;
	line-height: 1;
}

.bb-search-area .search-field {
	border-radius: 50px;
	font-size: 14px;
	height: 34px;
	width: 100%;
}

.bb-search-area .search-submit {
	display: none;
}

.bb-login-section .button {
	margin-bottom: 16px;
}

.bb-mobile-panel-header .user-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bb-mobile-panel-header .avatar {
	border-radius: 50%;
	margin-right: 10px;
	max-width: 50px;
}

.bb-mobile-panel-header .user-name {
	font-size: 16px;
	font-weight: 500;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 21px;
}

.bb-mobile-panel-header + hr {
	margin-bottom: 15px;
}

.bb-mobile-panel-header .logo-wrap img {
	width: var(--bb-header-mobile-logo-size);
}

.bs-submenu-toggle {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.bs-submenu-toggle.bs-submenu-open {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

[dir="rtl"] .side-panel-menu .bs-submenu-toggle {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

[dir="rtl"] .side-panel-menu .bs-submenu-toggle.bs-submenu-open {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.bb-mobile-header .header-aside {
	padding-right: 15px;
}

.bb-mobile-header .header-aside span:not(.count) {
	line-height: 1;
}

.mobile-logo-wrapper {
	padding: 0 15px;
}

.bb-single-icon .mobile-logo-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.my-account-link {
	line-height: 1;
}

.my-account-link a {
	font-size: 13px;
	font-weight: 500;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
	line-height: 20px;
}

.admin-bar .bb-mobile-panel-header {
	top: 32px;
}

@media screen and (max-width: 799px) {
	.header-search-wrap .search-form {
		margin: 0 0 0 15px;
		max-width: -webkit-calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .bb-mobile-panel-wrapper {
		top: 46px;
		height: -webkit-calc(100% - 46px);
		height: calc(100% - 46px);
	}
	
	.admin-bar .bb-mobile-panel-header {
		top: 46px;
	}
}

@media screen and (max-width: 768px) {
	.bb-mobile-header .header-aside > *:last-child {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 543px) {
	#header-notifications-dropdown-elem:not(:last-child) .notification-dropdown {
		right: -38px;
	}
	
	.messages-wrap:not(:last-child) .notification-dropdown {
		right: -78px;
	}
	
	.messages-wrap:nth-last-child(2):not(:last-child) .notification-dropdown {
		right: -35px;
	}
}

.site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-ancestor > a, .site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-item > a, .site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-parent > a, .site-header .bb-mobile-panel-wrapper .sub-menu a:hover {
	background: transparent;
}

.buddypanel-open ul.buddypanel-menu.mobile-menu > li > a > img:first-child {
	margin-right: 18px;
	margin-left: 2px;
}

.menu-item i._mi, .menu-item img._mi {
	display: inline-block;
	vertical-align: middle;
}

.menu-item i._mi {
	width: auto;
	height: auto;
	margin-top: -.265em;
	font-size: 24px;
	line-height: 1;
}

.menu-item i._before, .rtl .menu-item i._after {
	margin-right: .5rem;
}

.menu-item i._after, .rtl .menu-item i._before {
	margin-left: .4em;
}

.menu-item img._before, .rtl .menu-item img._after {
	margin-right: .5em;
}

.menu-item img._after, .rtl .menu-item img._before {
	margin-left: .5em;
}

.menu-item ._svg {
	width: 1em;
	font-size: 20px;
}

.menu-item ._image {
	width: 1.4em;
}

.visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.menu-item i.elusive {
	margin-top: -.3em;
}

/**
 * Force the icons' styles
 *
 * Some themes -- notably 2014 -- has nasty rules that
 * could override the icons' styles so we need to force them here.
 */
.dashicons-admin-site:before {
	content: "" !important;
}

.dashicons-welcome-view-site:before {
	content: "" !important;
}

.side-panel-menu img._mi {
	margin-left: 4px;
	margin-right: 12px;
}

#primary-navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-width: 130px;
}

@media screen and (min-width: 992px) {
	#primary-navbar {
		min-width: 210px;
	}
}

.buddypanel-transtioned #primary-navbar {
	overflow: hidden;
}

.site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover > .sub-menu, .site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover > a:after {
	visibility: hidden;
}

.primary-menu.bb-primary-overflow .menu-item-has-children:not(.hideshow):after {
	opacity: 0;
}

.primary-menu {
	margin: 0;
	/* Display flex needs here to work backend settings */
	list-style: none;
	vertical-align: middle;
	height: var(--bb-header-height);
	white-space: nowrap;
}

.primary-menu.bb-primary-overflow {
	overflow: hidden;
}

.primary-menu li:hover > a > i {
	color: var(--bb-header-links-hover);
}

.primary-menu li.no-icon > a:hover:after {
	color: var(--bb-header-links-hover);
}

body:not(.bb-page-loaded) .primary-menu {
	height: var(--bb-header-height);
	overflow: hidden;
}

body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu > li:after {
	display: none;
}

.primary-menu > li {
	float: left;
	display: inline-block;
	height: var(--bb-header-height);
	line-height: var(--bb-header-height);
	padding: 0 10px;
	position: relative;
	vertical-align: middle;
}

.primary-menu > li:first-child {
	padding-left: 0;
}

.primary-menu > li > a {
	font-weight: 400;
	height: var(--bb-header-height);
	display: block;
	color: var(--bb-header-links);
}

.primary-menu > li > a i._mi {
	margin-top: 0;
}

.primary-menu > li > a:hover {
	color: var(--bb-header-links-hover);
}

.primary-menu > li .ab-submenu a {
	color: var(--bb-body-text-color);
}

.primary-menu > li .sub-menu i._mi {
	margin-top: -.165em;
	font-size: 16px;
}

.primary-menu a {
	font-size: .875rem;
	color: var(--bb-header-links);
	letter-spacing: -.24px;
}

.primary-menu a:hover, .primary-menu a:focus {
	color: var(--bb-header-links-hover);
}

.primary-menu a:hover > i, .primary-menu a:focus > i {
	color: var(--bb-header-links-hover);
}

.primary-menu .current-menu-parent > a, .primary-menu .current-menu-ancestor > a, .primary-menu .current-menu-item > a, .primary-menu .current_page_item > a {
	font-weight: 600;
	color: var(--bb-header-links-hover);
	letter-spacing: -.24px;
}

.primary-menu .current-menu-parent > a > i.bb-icon-l, .primary-menu .current-menu-parent > a > i.bb-icon-lined, .primary-menu .current-menu-ancestor > a > i.bb-icon-l, .primary-menu .current-menu-ancestor > a > i.bb-icon-lined, .primary-menu .current-menu-item > a > i.bb-icon-l, .primary-menu .current-menu-item > a > i.bb-icon-lined, .primary-menu .current_page_item > a > i.bb-icon-l, .primary-menu .current_page_item > a > i.bb-icon-lined {
	font-weight: 300;
}

.primary-menu .current-menu-parent > a > i.bb-icon-rl, .primary-menu .current-menu-parent > a > i.bb-icon-round-lined, .primary-menu .current-menu-ancestor > a > i.bb-icon-rl, .primary-menu .current-menu-ancestor > a > i.bb-icon-round-lined, .primary-menu .current-menu-item > a > i.bb-icon-rl, .primary-menu .current-menu-item > a > i.bb-icon-round-lined, .primary-menu .current_page_item > a > i.bb-icon-rl, .primary-menu .current_page_item > a > i.bb-icon-round-lined {
	font-weight: 200;
}

.primary-menu .current-menu-parent > a > i.bb-icon-bl, .primary-menu .current-menu-parent > a > i.bb-icon-box-lined, .primary-menu .current-menu-ancestor > a > i.bb-icon-bl, .primary-menu .current-menu-ancestor > a > i.bb-icon-box-lined, .primary-menu .current-menu-item > a > i.bb-icon-bl, .primary-menu .current-menu-item > a > i.bb-icon-box-lined, .primary-menu .current_page_item > a > i.bb-icon-bl, .primary-menu .current_page_item > a > i.bb-icon-box-lined {
	font-weight: 600;
}

.primary-menu .current-menu-parent > a > i, .primary-menu .current-menu-ancestor > a > i, .primary-menu .current-menu-item > a > i, .primary-menu .current_page_item > a > i {
	color: var(--bb-header-links-hover);
}

.primary-menu .more-button {
	font-size: 22px;
	color: var(--bb-headings-color);
	line-height: 1;
}

.primary-menu .more-button i {
	position: relative;
}

.primary-menu > .menu-item-has-children:not(.hideshow) {
	padding: 0 22px 0 10px;
}

.primary-menu .menu-item-has-children > a:after {
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}

.menu-style-tab_bar .site-header .primary-menu > li:after {
	-webkit-transition: none;
	transition: none;
	margin-top: -10px;
}

.menu-style-tab_bar .site-header .primary-menu > li:before {
	display: none;
}

.menu-style-tab_bar .site-header #primary-navbar .primary-menu > .menu-item > .ab-submenu li:before, .menu-style-tab_bar .site-header #primary-navbar .primary-menu > .menu-item > .ab-submenu li:after {
	display: none;
}

.menu-style-tab_bar .site-header #primary-navbar .primary-menu > .menu-item > .ab-submenu {
	margin-top: 30px;
	left: -15px;
}

.menu-style-tab_bar .site-header #primary-navbar #navbar-collapse #navbar-extend > li:after, .menu-style-tab_bar .site-header #primary-navbar #navbar-collapse #navbar-extend > li:before {
	display: none;
}

.menu-style-tab_bar .site-header .primary-menu > li.menu-item-has-children:not(.hideshow):after {
	color: var(--bb-tooltip-color);
	content: attr(data-balloon);
	font-size: 13px;
	font-weight: 500;
	left: 50%;
	margin: -5px 0 0;
	max-width: initial;
	right: inherit;
	top: 100%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
	width: initial;
	z-index: 999999;
}

.menu-style-tab_bar .site-header .primary-menu > li.menu-item-has-children:not(.hideshow) .bb-sub-menu .menu-item.menu-item-has-children:after {
	display: none;
}

.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a {
	color: transparent;
}

.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a:after {
	content: "";
	font-family: bb-icons;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	color: var(--bb-header-links);
	left: 50%;
	position: absolute;
	right: initial;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a:hover:after {
	color: var(--bb-header-links-hover);
}

.menu-style-tab_bar .site-header .primary-menu > li.no-icon > a.current_page_item > a:after, .menu-style-tab_bar .site-header .primary-menu > li.no-icon > a.current-menu-item > a:after {
	color: var(--bb-header-links);
}

.menu-style-tab_bar .site-header .primary-menu > li.current_page_item > a, .menu-style-tab_bar .site-header .primary-menu > li.current-menu-item > a {
	border-bottom-color: var(--bb-header-links-hover);
}

.menu-style-tab_bar .site-header .primary-menu > li.current_page_item > a i._mi, .menu-style-tab_bar .site-header .primary-menu > li.current-menu-item > a i._mi {
	color: var(--bb-header-links);
}

.menu-style-tab_bar .site-header .primary-menu > li.menu-item-has-children:not(.hideshow) {
	padding: 0 5px;
}

.menu-style-tab_bar .site-header .primary-menu > li > a {
	min-width: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 2px solid transparent;
}

.menu-style-tab_bar .site-header .primary-menu > li > a:hover:before {
	height: 40px;
}

.menu-style-tab_bar .site-header .primary-menu > li > a:hover > i._mi {
	color: var(--bb-header-links-hover);
}

.menu-style-tab_bar .site-header .primary-menu > li > a > i._mi {
	font-size: 24px;
	margin-left: 0;
	margin-right: 0;
	min-width: 20px;
}

.menu-style-tab_bar .site-header .primary-menu > li > a > span {
	display: none;
}

#navbar-collapse {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

#navbar-collapse:not(.hasItems) {
	margin: 0;
}

#navbar-collapse:not(.hasItems) a.more-button {
	display: none;
}

#navbar-collapse a.more-button {
	opacity: 0;
	visibility: hidden;
}

#navbar-collapse #navbar-extend {
	display: none;
}

#navbar-collapse.hasItems a.more-button {
	opacity: 1;
	visibility: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#navbar-collapse.hasItems #navbar-extend {
	display: block;
}

.menu-items-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.menu-items-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-header .sub-menu a {
	display: block;
	font-size: 13px;
	font-weight: inherit;
	color: var(--bb-body-text-color);
	letter-spacing: -.24px;
	line-height: 1.15;
	margin-bottom: 1px;
	padding: .625rem .9375rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-header .sub-menu li:hover > a, .site-header .sub-menu .current-menu-parent > a, .site-header .sub-menu .current-menu-ancestor > a, .site-header .sub-menu .current-menu-item > a {
	background: var(--bb-content-alternate-background-color);
	color: var(--bb-primary-color);
}

.site-header .sub-menu .current-menu-parent > a, .site-header .sub-menu .current-menu-ancestor > a, .site-header .sub-menu .current-menu-item > a {
	font-weight: 600;
}

.site-header .sub-menu .sub-menu {
	top: -6px;
	left: -webkit-calc(100% + -16px);
	left: calc(100% + -16px);
}

.site-header .sub-menu .menu-item-has-children:not(.hideshow):after {
	line-height: 1;
	right: 15px;
	top: 4px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.site-header .sub-menu .menu-item-has-children > a:after {
	left: -webkit-calc(100% + 5px);
	left: calc(100% + 5px);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 28px;
	display: none;
}

.site-header .sub-menu .sub-menu-inner .user-link {
	padding: .9375rem;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu {
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	border-radius: 4px;
	list-style: none;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: -webkit-calc(100% - 15px);
	top: calc(100% - 15px);
	margin: 0;
	min-width: 168px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu:before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 28px;
	border: 7px solid #000;
	border-color: #fff #fff transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, .02);
	z-index: 1002;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu {
	list-style: none;
	margin: 0;
	line-height: normal;
	background: #fff;
	max-height: 65vh;
	max-width: 220px;
	overflow-x: hidden;
	overflow-y: auto;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
	right: inherit;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	top: -10px;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu:before {
	display: none;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item:hover > a {
	color: var(--bb-header-links-hover);
	background: var(--bb-content-alternate-background-color);
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children {
	margin: 0;
	position: static;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children:after {
	content: "";
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children > a {
	margin: 0 8px;
	width: -webkit-calc(100% - 16px);
	width: calc(100% - 16px);
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children > a:after {
	content: "";
	font-family: bb-icons;
	font-size: 20px;
	color: var(--bb-header-links);
	margin: 0;
	margin-left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: unset;
	right: 0;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item a {
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	line-height: 1;
	margin-bottom: 1px;
	padding: .5625rem 1rem .5625rem .9375rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item a:hover {
	background: #f5f5f5;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item a > i._mi {
	margin-top: 0;
}

.site-header #primary-navbar .primary-menu .menu-item:hover > .ab-submenu {
	opacity: 1;
	visibility: visible;
}

.site-header #primary-navbar .primary-menu .ab-submenu .menu-item-has-children:hover {
	position: static;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper {
	position: relative;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner {
	width: 168px;
	max-height: 65vh;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item {
	position: static;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item a {
	padding: .5625rem .9375rem .5625rem 1.5rem;
	position: relative;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item i._mi {
	margin-top: 0;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children:after {
	display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children > a:before {
	content: "";
	font-family: bb-icons;
	font-weight: normal;
	speak: none;
	display: inline-block;
	color: #939597;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu {
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	list-style: none;
	left: -100%;
	z-index: 10;
	display: none;
	width: 168px;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, .1);
	position: absolute;
	right: -5px;
	top: 11px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu {
	list-style: none;
	margin: 0;
	background: #fff;
	z-index: 2;
	position: relative;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li:before, .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li:after {
	display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a:hover {
	background: #f5f5f5;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children:hover .ab-submenu {
	display: block;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item .ab-submenu {
	display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item .ab-submenu:before {
	display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item:hover .ab-submenu {
	display: block;
}

.site-header .bb-mobile-panel-wrapper .sub-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.site-header .menu-item-has-children {
	position: relative;
}

.site-header .menu-item-has-children > a {
	position: relative;
}

.primary-menu > li > .sub-menu:before, .user-wrap-container > .sub-menu:before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 28px;
	border: 7px solid black;
	border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, .02);
	z-index: 1002;
}

.user-wrap-container > .sub-menu:before {
	right: 68px;
}

.site-header .main-navigation .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.site-header .header-aside .menu-item-has-children.selected > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.user-wrap-container .sub-menu {}

.user-wrap-container .sub-menu li.menupop:hover .ab-sub-wrapper {
	display: block;
}

.user-wrap-container .sub-menu .ab-sub-wrapper {
	display: none;
	position: absolute;
	width: 187px;
	left: -187px;
	top: 0;
	box-sizing: border-box;
	margin: 0;
	border-radius: 4px;
}

.user-wrap-container .sub-menu .ab-sub-wrapper::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, .1);
	position: absolute;
	right: -5px;
	top: 11px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.user-wrap-container .sub-menu .ab-sub-wrapper .ab-submenu {
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	list-style: none;
	padding: 5px 0;
	border-radius: 4px;
}

.user-wrap-container .sub-menu-inner > li > a > i {
	color: var(--bb-alternate-text-color);
	font-size: 18px;
	margin: -1px 5px 0 0;
	vertical-align: middle;
}

.user-wrap-container .sub-menu-inner > li > a:hover > i {
	color: var(--bb-primary-color);
}

.site-header .more-button {
	height: var(--bb-header-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.more-button.active {
	position: relative;
}

.more-button.active:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -2px;
	margin: 0 auto;
	right: 0;
	left: -7px;
	box-sizing: border-box;
	border: 8px solid black;
	border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, .02);
	z-index: 101;
	opacity: 1;
	visibility: visible;
}

.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow):after, #navbar-extend .menu-item-has-children:after {
	content: "";
	font-family: bb-icons;
	font-weight: normal;
	font-style: normal;
	speak: none;
	display: inline-block;
	color: var(--bb-header-links);
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.primary-menu .menu-item-has-children .menu-item-has-children:after {
	color: var(--bb-body-text-color);
}

.site-header #navbar-extend.sub-menu .menu-item-has-children:after {
	right: 15px;
	top: 4px;
}

li.hideshow {
	padding: 0 8px;
	position: relative;
}

.sub-menu .user-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto;
	border-bottom: 1px solid var(--bb-content-border-color);
	margin-bottom: 8px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.sub-menu span.user-name {
	font-size: 16px;
	font-weight: 600;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	margin-bottom: 2px;
	display: block;
}

.sub-menu .user-mention {
	color: #939597;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -.24px;
}

.sub-menu .user-link img {
	float: left;
	margin-right: 10px;
}

.sub-menu li.current.selected a {
	font-weight: 500;
	color: var(--bb-headings-color);
	border: 0;
}

.notification-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: var(--bb-header-height);
}

.notification-link.active i {
	position: relative;
}

.notification-link.active i:after {
	content: "";
	background: #ee343c;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 4px;
	top: 1px;
}

.notification-link.active i.bb-icon-mail-small:after {
	right: 0;
}

.notification-dropdown {
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	border-radius: 4px;
	list-style: none;
	position: absolute;
	/* @include transition; */
	right: -15px;
	top: -webkit-calc(100% - 15px);
	top: calc(100% - 15px);
	margin: 0;
	min-width: 400px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	display: none;
}

.selected .notification-dropdown {
	z-index: 1001;
	display: block;
}

.menu-item-has-children.selected .notification-dropdown {
	opacity: 1;
	visibility: visible;
}

.dropdown-left .notification-dropdown {
	right: auto;
	left: -15px;
}

@media (max-width: 543px) {
	.notification-dropdown {
		min-width: 330px;
		max-width: 330px;
	}
}

@media (max-width: 380px) {
	.notification-dropdown {
		min-width: 280px;
		max-width: 280px;
	}
}

.user-wrap.menu-item-has-children:not(.hideshow):after {
	display: none;
}

.user-wrap.menu-item-has-children .bb-icon-angle-down {
	font-size: 22px;
}

.user-wrap.menu-item-has-children .sub-menu {
	min-width: 180px;
}

.user-wrap.menu-item-has-children .sub-menu a {
	display: block;
	position: relative;
}

.user-wrap.menu-item-has-children .user-name {
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100px;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.user-wrap.menu-item-has-children .user-name {
		max-width: 180px;
	}
}

.user-wrap.menu-item-has-children span.no-count {
	display: none;
}

.user-wrap.menu-item-has-children span.count {
	font-size: 10px;
	padding: 1px 7px;
	position: absolute;
	right: 10px;
}

.user-wrap.menu-item-has-children > a:after {
	left: auto;
	right: 48px;
	margin: auto;
	bottom: -3px;
}

.user-wrap.menu-item-has-children #header-my-account-menu ul:not(.has-icon) > li > a, .user-wrap.menu-item-has-children #header-my-account-menu:not(.has-icon) > li > a {
	padding-left: 14px;
}

.user-wrap.menu-item-has-children #header-my-account-menu ul.has-icon > li.no-icon > a:before, .user-wrap.menu-item-has-children #header-my-account-menu.has-icon > li.no-icon > a:before {
	content: "";
	font-family: bb-icons;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	min-width: 16px;
	text-align: center;
}

.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu {
	border-radius: 4px;
}

.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu .has-icon > li.no-icon > a {
	padding-left: 14px;
}

.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu .has-icon > li.no-icon > a:before {
	display: none;
}

.user-wrap.menu-item-has-children #header-my-account-menu ul {
	padding: 5px 0;
}

.user-wrap.menu-item-has-children #header-my-account-menu li li > a {
	background-color: transparent;
}

.user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-parent > a, .user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-ancestor > a, .user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-item > a, .user-wrap.menu-item-has-children #header-my-account-menu > li:hover > a {
	background: var(--bb-content-alternate-background-color);
	color: var(--bb-primary-color);
	font-weight: normal;
}

.user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-parent > a:before, .user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-parent > a > i, .user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-ancestor > a:before, .user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-ancestor > a > i, .user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-item > a:before, .user-wrap.menu-item-has-children #header-my-account-menu > li.current-menu-item > a > i, .user-wrap.menu-item-has-children #header-my-account-menu > li:hover > a:before, .user-wrap.menu-item-has-children #header-my-account-menu > li:hover > a > i {
	color: var(--bb-primary-color);
}

.user-wrap.menu-item-has-children #header-my-account-menu > li li.current-menu-parent > a, .user-wrap.menu-item-has-children #header-my-account-menu > li li.current-menu-ancestor > a, .user-wrap.menu-item-has-children #header-my-account-menu > li li.current-menu-item > a, .user-wrap.menu-item-has-children #header-my-account-menu > li li:hover > a {
	background: transparent;
	color: var(--bb-primary-color);
	font-weight: normal;
}

.user-wrap.menu-item-has-children #header-my-account-menu a {
	padding: 11px 14px 11px 40px;
	position: relative;
	color: var(--bb-body-text-color);
	background-color: transparent;
}

.user-wrap.menu-item-has-children #header-my-account-menu a:before {
	color: var(--bb-alternate-text-color);
}

.user-wrap.menu-item-has-children #header-my-account-menu a i, .user-wrap.menu-item-has-children #header-my-account-menu a img {
	font-size: 18px;
	position: absolute;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	min-width: 18px;
	text-align: center;
	color: var(--bb-alternate-text-color);
}

.user-wrap.menu-item-has-children #header-my-account-menu a img {
	max-width: 18px;
}

.user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu {
	padding-top: 8px;
	padding-bottom: 8px;
}

.user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover {
	background-color: #fff;
}

.user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]:before, .user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]:after {
	display: none;
}

ul#wp-admin-bar-my-account-default {
	background-color: #464b50;
}

ul#wp-admin-bar-my-account-default.has-menupop + #wp-admin-bar-my-account-buddypress li:not(.menupop), ul#wp-admin-bar-my-account-default.has-menupop > li:not(.menupop) {
	padding-left: 16px;
}

#wp-admin-bar-user-actions #wp-admin-bar-user-info {
	margin-bottom: 10px;
}

.bb-more-menu-nav.dropdown-left {
	right: auto;
	left: -15px;
}

.bb-more-menu-nav.dropdown-left .sub-menu {
	right: auto;
	left: 95%;
}

.bb-more-menu-nav.dropdown-left .menu-item-has-children > a:after {
	display: none;
}

.bb-more-menu-nav a:after {
	display: none;
}

.dropdown-left .sub-menu, .dropdown-left .bb-help-content {
	right: auto;
	left: -15px;
}

.user-wrap .wp-admin-bar-arrow {
	display: none;
}

span.count {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
}

.user-wrap ul.sub-menu a:not(.user-link) > .count {
	background: rgba(238, 52, 60, .95);
	box-shadow: none;
	border-radius: 100px;
	margin-left: auto;
	padding: 2px 6px;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	letter-spacing: -.55px;
	min-width: 16px;
	min-height: 16px;
}

.site-header-container .sub-menu .ab-submenu a:hover {
	background: transparent;
}

.bb-footer .bb-menu-section, .bb-my-account-menu .bb-menu-section, .primary-menu .bb-menu-section {
	display: none;
}

.site-header .sub-menu, .site-header ul.submenu, .bb-footer .footer-menu .sub-menu, .bb-footer .footer-menu ul.submenu, #object-nav .sub-menu, #object-nav ul.submenu, .bp-navs .component-navigation .sub-menu, .bp-navs .component-navigation ul.submenu, .bb-profile-grid.bb-grid .bp-navs .sub-menu, .bb-profile-grid.bb-grid .bp-navs ul.submenu, #buddypress .sub-menu, #buddypress ul.submenu {
	background: var(--bb-content-background-color);
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	border-radius: var(--bb-block-radius);
	list-style: none;
	padding: 10px 0;
	position: absolute;
	right: -20px;
	bottom: 30px;
	margin: 0;
	min-width: 168px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}

.site-header .sub-menu.active, .site-header ul.submenu.active, .bb-footer .footer-menu .sub-menu.active, .bb-footer .footer-menu ul.submenu.active, #object-nav .sub-menu.active, #object-nav ul.submenu.active, .bp-navs .component-navigation .sub-menu.active, .bp-navs .component-navigation ul.submenu.active, .bb-profile-grid.bb-grid .bp-navs .sub-menu.active, .bb-profile-grid.bb-grid .bp-navs ul.submenu.active, #buddypress .sub-menu.active, #buddypress ul.submenu.active {
	opacity: 1;
	visibility: visible;
}

.site-header > ul .bb_more_dropdown__title, .bb-footer .footer-menu > ul .bb_more_dropdown__title, #object-nav > ul .bb_more_dropdown__title, .bp-navs .component-navigation > ul .bb_more_dropdown__title, .bb-profile-grid.bb-grid .bp-navs > ul .bb_more_dropdown__title, #buddypress > ul .bb_more_dropdown__title {
	display: none;
}

@media screen and (max-width: 980px) {
	.site-header .sub-menu.bb_more_dropdown.open, .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open, #object-nav .sub-menu.bb_more_dropdown.open, .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open, .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open, #buddypress .sub-menu.bb_more_dropdown.open {
		padding: 48px 0 0;
	}
	
	.site-header .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title, .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title, #object-nav .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title, .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title, .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title, #buddypress .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title {
		margin: 0;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}

.bb-profile-grid.bb-grid .bp-navs ul.sub-menu {
	bottom: unset;
}

.bb-profile-grid.bb-grid .bp-navs .more-button.active:after {
	bottom: -15px;
}

.bb-footer .footer-menu .sub-menu li, .bb-footer .footer-menu ul.sub-menu li, #object-nav .sub-menu li, #object-nav ul.sub-menu li, .bp-navs .component-navigation .sub-menu li, .bp-navs .component-navigation ul.sub-menu li, .bb-profile-grid.bb-grid .bp-navs .sub-menu li, .bb-profile-grid.bb-grid .bp-navs ul.sub-menu li {
	margin: 0;
	display: block;
	width: 100%;
	padding: 0;
}

.bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title, .bb-footer .footer-menu ul.sub-menu li.bb_more_dropdown__title, #object-nav .sub-menu li.bb_more_dropdown__title, #object-nav ul.sub-menu li.bb_more_dropdown__title, .bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title, .bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title, .bb-profile-grid.bb-grid .bp-navs .sub-menu li.bb_more_dropdown__title, .bb-profile-grid.bb-grid .bp-navs ul.sub-menu li.bb_more_dropdown__title {
	padding: 10px 15px;
}

@media screen and (min-width: 980px) {
	.bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title, .bb-footer .footer-menu ul.sub-menu li.bb_more_dropdown__title, #object-nav .sub-menu li.bb_more_dropdown__title, #object-nav ul.sub-menu li.bb_more_dropdown__title, .bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title, .bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title, .bb-profile-grid.bb-grid .bp-navs .sub-menu li.bb_more_dropdown__title, .bb-profile-grid.bb-grid .bp-navs ul.sub-menu li.bb_more_dropdown__title {
		display: none;
	}
}

.bb-footer .footer-menu .sub-menu a, .bb-footer .footer-menu ul.sub-menu a, #object-nav .sub-menu a, #object-nav ul.sub-menu a, .bp-navs .component-navigation .sub-menu a, .bp-navs .component-navigation ul.sub-menu a, .bb-profile-grid.bb-grid .bp-navs .sub-menu a, .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 13px;
	font-weight: inherit;
	color: var(--bb-body-text-color);
	background-color: transparent;
	border: 0;
	letter-spacing: -.24px;
	line-height: 1;
	margin-bottom: 1px;
	padding: .75rem .9375rem;
	overflow: hidden;
}

.bb-footer .footer-menu .sub-menu a:hover, .bb-footer .footer-menu ul.sub-menu a:hover, #object-nav .sub-menu a:hover, #object-nav ul.sub-menu a:hover, .bp-navs .component-navigation .sub-menu a:hover, .bp-navs .component-navigation ul.sub-menu a:hover, .bb-profile-grid.bb-grid .bp-navs .sub-menu a:hover, .bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover {
	background: var(--bb-content-alternate-background-color);
}

.bb-footer .footer-menu > .bb_more_dropdown__title, #object-nav > .bb_more_dropdown__title, .bp-navs .component-navigation > .bb_more_dropdown__title, .bb-profile-grid.bb-grid .bp-navs > .bb_more_dropdown__title {
	display: none;
}

.bb-footer .footer-menu .more-button, #object-nav .more-button, .bp-navs .component-navigation .more-button, .bb-profile-grid.bb-grid .bp-navs .more-button {
	padding: 14px 0;
	line-height: 1.1;
}

.bb-footer .footer-menu .more-button i, #object-nav .more-button i, .bp-navs .component-navigation .more-button i, .bb-profile-grid.bb-grid .bp-navs .more-button i {
	font-size: 1.25rem;
}

.bb-template-v1 .bb-profile-grid.bb-grid .bp-navs .more-button {
	padding: 9px 0;
}

.activity-type-navs {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bp-navs .component-navigation .sub-menu {
	bottom: unset;
}

.bp-navs .component-navigation .sub-menu a {
	margin-bottom: 0;
}

.bp-navs .component-navigation .sub-menu li a .bb-component-nav-item-point {
	padding-bottom: 0;
	border-bottom: 0;
}

.bp-navs .component-navigation .sub-menu .bb-component-nav-item-point {
	white-space: nowrap;
}

.bp-navs .component-navigation .more-button.active:after {
	bottom: -18px;
}

.bb-template-v1 .component-navigation .sub-menu li.selected a, .bb-template-v1 .component-navigation .sub-menu li.selected a .bb-component-nav-item-point, .bb-template-v2 .component-navigation .sub-menu li.selected a, .bb-template-v2 .component-navigation .sub-menu li.selected a .bb-component-nav-item-point {
	border-bottom: 0;
}

.buddypress-wrap .bp-navs .component-navigation .sub-menu li a:hover {
	background: var(--bb-content-alternate-background-color);
	color: var(--bb-primary-color);
}

.buddypress-wrap#buddypress.bp-dir-hori-nav .create-button:not(.group-create) a:hover {
	background: var(--bb-content-alternate-background-color);
	color: var(--bb-primary-color);
}

@media screen and (max-width: 46.8em) {
	.bp-subnavs li.selected a:focus, .bp-subnavs li.selected a:hover {
		background: transparent;
	}
	
	.bp-subnavs li.selected a:focus {
		background: transparent;
		color: var(--bb-headings-color);
	}
}

.site-header .sub-menu {
	box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .12), 0 3px 8px 0 rgba(0, 0, 0, .06);
	right: -22px;
	top: -webkit-calc(100% - 15px);
	top: calc(100% - 15px);
	bottom: unset;
	z-index: 100;
}

#object-nav .sub-menu {
	top: 50px;
	bottom: unset;
}

#header-aside .bb-my-account-menu {
	list-style: none;
	margin: 0;
}

#header-aside .bb-my-account-menu li {
	position: static;
}

#header-aside .bb-my-account-menu li:hover > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

#header-aside .bb-my-account-menu i {
	position: relative;
	top: 2px;
}

#header-aside .bb-my-account-menu .sub-menu {
	display: none;
	position: absolute;
	width: 187px;
	left: -187px;
	top: 0;
	box-sizing: border-box;
	margin: 0;
}

#header-aside .bb-my-account-menu .sub-menu::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, .1);
	position: absolute;
	right: -5px;
	top: 11px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

#header-aside .bb-my-account-menu .sub-menu a:hover {
	background: transparent;
}

#header-aside .bb-my-account-menu .sub-menu .current-menu-item a {
	background: transparent;
}

.user-wrap.menu-item-has-children .sub-menu-inner .count {
	position: static;
	float: right;
	line-height: 1.5;
}

.header-aside .wrapper {
	position: relative;
}

.header-aside .wrapper .sub-menu-inner {
	width: 187px;
	max-height: 76vh;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.header-aside .wrapper .sub-menu-inner .ab-sub-wrapper .ab-submenu, .header-aside .wrapper .sub-menu-inner .ab-submenu .bb-sub-menu {
	overflow-x: hidden;
	overflow-y: auto;
}

.header-aside .wrapper .bb-sub-menu {
	width: 187px;
	margin: 0;
	list-style: none;
}

.header-aside .wrapper li {
	position: static;
}

.header-aside .wrapper li .wrapper {
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	list-style: none;
	left: -187px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
}

.header-aside .wrapper li .wrapper:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, .1);
	position: absolute;
	right: -5px;
	top: 11px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.header-aside .wrapper li:hover > .wrapper {
	opacity: 1;
	visibility: visible;
}

.header-aside .wrapper a {
	position: static;
}

.buddypanel {
	background: var(--bb-sidenav-background);
	box-shadow: 0 3px 13px 0 rgba(18, 43, 70, .1);
	left: 0;
	position: fixed;
	width: 68px;
	height: 100%;
	z-index: 611;
	-webkit-transition: width .2s;
	transition: width .2s;
}

.header-style-5.sticky-header .buddypanel {
	top: var(--bb-header-height);
}

.header-style-5.admin-bar.sticky-header .buddypanel {
	top: -webkit-calc(var(--bb-header-height) + 32px);
	top: calc(var(--bb-header-height) + 32px);
}

.header-style-5:not(.sticky-header) .buddypanel {
	top: var(--bb-header-height);
}

.header-style-5.admin-bar:not(.sticky-header) .buddypanel {
	top: -webkit-calc(var(--bb-header-height) + 32px);
	top: calc(var(--bb-header-height) + 32px);
}

.buddypanel .link-text {
	display: block;
	min-width: 0;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.buddypanel .link-text, .buddypanel span.count:not(.small) {
	opacity: 0;
	width: 0;
	visibility: hidden;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.buddypanel [data-balloon][data-balloon-pos="right"]:before {
	left: inherit;
	top: inherit;
	margin-left: 60px;
	margin-top: 14px;
}

.buddypanel [data-balloon][data-balloon-pos="right"]:after {
	left: inherit;
	top: inherit;
	margin-left: 65px;
	margin-top: 25px;
}

.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos="right"]:before, .buddypanel .side-panel-scroll [data-balloon][data-balloon-pos="right"]:after {
	display: none;
}

.buddypanel ul.buddypanel-menu li a > span:not(.count) {
	display: block;
	min-width: 0;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 2px;
}

.buddypanel ul.buddypanel-menu li a > span:not(.count) span.wpml-ls-display {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.buddypanel ul.buddypanel-menu li a > img._image + span:not(.count), .buddypanel ul.buddypanel-menu li a > i + span:not(.count) {
	margin-right: auto;
}

.buddypanel ul.buddypanel-menu > li > a > i + span:not(.count) {
	margin-left: -10px;
}

.buddypanel .site-branding {
	position: relative;
	z-index: 29;
	background-color: var(--bb-sidenav-background);
}

.buddypanel .count {
	margin-right: 7px;
}

.buddypanel .menu-item-has-children .count {
	margin-right: 2px;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 20px;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section:first-child {
	display: none;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section:after {
	background-color: var(--bb-sidenav-text-regular);
	content: "";
	opacity: .3;
	height: 1px;
	width: 20px;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section > a {
	display: none;
}

.buddypanel-logo-off .buddypanel .side-panel-inner {
	padding-top: 15px;
}

.buddypanel-logo-off.buddypanel-open .buddypanel .side-panel-inner {
	padding-top: 15px;
}

.buddypanel-open ul.buddypanel-menu > li > a > :first-child {
	margin-left: 18px;
}

.buddypanel-open ul.buddypanel-menu > li > a i {
	margin-left: 0;
}

.buddypanel-open ul.buddypanel-menu > li > a > img:first-child {
	margin-left: 24px;
	margin-right: 15px;
}

.bb-template-v2 .buddypanel-open ul.buddypanel-menu > li > a > img:first-child {
	margin-left: 15px;
	margin-right: 8px;
}

/* ul.buddypanel-menu > li > a > img:first-child {
    margin: 0 12px 0 3px;
    max-width: 19px;

    .bb-template-v2 & {
        margin: 0 12px 0 3px;
        max-width: 19px;
    }
} */
.buddypanel-open .buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) {
	margin-left: 0;
}

ul.buddypanel-menu li.bb-menu-section {
	min-height: 42px;
}

ul.buddypanel-menu li.bb-menu-section a {
	cursor: auto;
	background-color: transparent;
	font-weight: 600;
	opacity: .5;
	padding: 18px 20px 10px 35px;
	text-transform: uppercase;
}

ul.buddypanel-menu li.bb-menu-section a:hover {
	background-color: transparent;
}

ul.buddypanel-menu li.bb-menu-section a > i[class*="bb-icon"] {
	display: none;
}

body.bb-buddypanel-right .buddypanel {
	left: auto;
	right: 0;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel {
	width: 0;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel .side-panel-inner {
	display: none;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel .site-branding {
	opacity: 0;
	visibility: hidden;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .site {
	margin-left: 0;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside.bb-buddypanel-right .site {
	margin-right: 0;
}

body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypanel.has-scrolled a.bb-toggle-panel {
	opacity: 0;
	visibility: hidden;
}

.buddypanel #site-logo {
	text-align: left;
	padding: 5px 20px 20px;
	height: auto;
	max-height: none;
}

.buddypanel.buddypanel--toggle-off #site-logo {
	padding-top: 20px;
}

.buddypanel h1.site-title, .buddypanel h2.site-title {
	width: 100%;
}

.buddypanel .site-title img {
	max-height: none;
	max-width: 190px;
}

.buddypanel.buddypanel--toggle-off #site-logo {
	padding-top: 20px;
}

.bb-sfwd-aside .buddypanel.buddypanel--toggle-on #site-logo {
	padding-top: 20px;
}

.bb-sfwd-aside.buddypanel-logo-off .side-panel-inner {
	padding-top: 20px;
}

.buddypanel-menu {
	min-height: 100%;
}

.side-panel-menu-container {
	height: 100%;
}

@media screen and (min-width: 800px) {
	.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header {
		width: -webkit-calc(100% - 68px);
		width: calc(100% - 68px);
	}
	
	.header-style-5.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header {
		width: 100%;
	}
}

@media screen and (min-width: 800px) {
	.bb-buddypanel.buddypanel-open.sticky-header .site-header {
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
	}
	
	.header-style-5.bb-buddypanel.buddypanel-open.sticky-header .site-header {
		width: 100%;
	}
	
	body:not(.sticky-header).header-style-5.bb-buddypanel:not(.register) .site .site-header, body:not(.sticky-header).header-style-5.bb-buddypanel:not(.activate) .site .site-header {
		margin-left: -68px;
	}
	
	body:not(.sticky-header).header-style-5.buddypanel-open:not(.register) .site .site-header {
		margin-left: -230px;
	}
	
	body:not(.sticky-header, .page-template-page-fullscreen, .elementor-page).header-style-5 .site {
		overflow-x: visible;
	}
	
	.bb-buddypanel .site-header, .bb-buddypanel .site-content, .bb-buddypanel .header-search-wrap, .bb-buddypanel .bb-footer {
		padding: 0 30px;
	}
	
	.buddypanel-open:not(.register) .site {
		margin-left: 230px;
	}
	
	.buddypanel-open:not(.register).bb-buddypanel-right .site {
		margin-right: 230px;
		margin-left: inherit;
	}
	
	.buddypanel-open:not(.register) .buddypanel {
		width: 230px;
	}
	
	.buddypanel-open:not(.register) .buddypanel .link-text, .buddypanel-open:not(.register) .buddypanel span.count:not(.small) {
		opacity: 1;
		width: auto;
		visibility: visible;
	}
	
	.buddypanel-open:not(.register) .link-text {
		min-width: 120px;
	}
	
	.buddypanel-open:not(.register) span.count.small {
		opacity: 0;
		-webkit-transition: all linear .1s;
		transition: all linear .1s;
	}
	
	.buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="right"]:before, .buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="right"]:after, .buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="left"]:before, .buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="left"]:after {
		display: none;
	}
	
	.buddypanel-open:not(.register) .buddypanel span.visuallyhidden {
		position: relative;
		width: auto;
		height: auto;
		margin: 0;
	}
	
	.buddypanel-open:not(.register) .buddypanel ul.buddypanel-menu > li > a > span {
		opacity: 1;
		width: auto;
		visibility: visible;
	}
}

.bb-buddypanel.in-bbapp .site, .buddypanel-open.in-bbapp .site {
	margin-left: 0;
}

.in-bbapp.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer) #primary, .in-bbapp.has-sidebar.buddypress.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page #primary {
	max-width: inherit;
}

@media screen and (max-width: 799px) {
	.buddypanel-open.buddypanel-header .site {
		margin-left: 0;
	}
	
	.header-search-wrap {
		padding: 0 10px;
	}
}

body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span {
	opacity: 0;
	width: 0;
	visibility: hidden;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu > li > a > span.count {
	display: none;
}

.panel-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: var(--bb-header-height);
	background-color: var(--bb-sidenav-background);
	position: relative;
	z-index: 29;
}

.bb-buddypanel-right .panel-head {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-header .bb-toggle-panel {
	display: none;
	margin-right: 20px;
	margin-left: 0;
	color: var(--bb-sidenav-text-regular);
}

.site-header .bb-toggle-panel:hover {
	color: var(--bb-sidenav-text-hover);
}

.site-header .bb-toggle-panel i {
	color: inherit;
	font-size: 24px;
}

.bb-buddypanel.buddypanel-header.bb-buddypanel-right .site-header .header-3 > .bb-toggle-panel {
	display: none;
}

.bb-buddypanel.buddypanel-header.bb-buddypanel-right .bb-toggle-panel {
	margin-right: 0;
}

body:not(.bb-sfwd-aside) .header-3 .bb-toggle-panel {
	display: none;
}

@-webkit-keyframes site-brand {
	0% {
		height: auto;
		opacity: 1;
	}
	
	50% {
		height: auto;
		opacity: 0;
	}
	
	100% {
		height: 0;
		opacity: 0;
	}
}

@keyframes site-brand {
	0% {
		height: auto;
		opacity: 1;
	}
	
	50% {
		height: auto;
		opacity: 0;
	}
	
	100% {
		height: 0;
		opacity: 0;
	}
}

body.buddypanel-header.buddypanel-open .buddypanel #site-logo {
	height: auto;
	opacity: 1;
}

body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-logo {
	opacity: 0;
	height: 0;
	visibility: hidden;
	padding: 0 0 15px;
	-webkit-animation: site-brand .3s;
	animation: site-brand .3s;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

.buddypanel .bb-toggle-panel {
	color: var(--bb-sidenav-text-regular);
	font-size: 24px;
	padding: 10px 16px;
	min-width: 68px;
	text-align: center;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.buddypanel .bb-toggle-panel i {
	font-size: inherit;
}

.buddypanel .bb-toggle-panel:hover {
	color: var(--bb-sidenav-text-hover);
}

.admin-bar .side-panel-inner {
	height: -webkit-calc(100% - 120px);
	height: calc(100% - 120px);
	overflow: hidden;
}

.side-panel-inner {
	height: -webkit-calc(100% - 88px);
	height: calc(100% - 88px);
	overflow: hidden;
}

.buddypanel-toggle-off .side-panel-inner {
	height: -webkit-calc(100% - 35px);
	height: calc(100% - 35px);
}

.buddypanel .menu-item i._mi {
	font-size: 24px;
}

.side-panel-inner.is_block .buddypanel-menu-block li {
	margin-bottom: 0;
}

.side-panel-inner.is_block .buddypanel-menu-block li > a {
	color: var(--bb-headings-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li > a:hover {
	color: var(--bb-primary-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li > a:hover span.count {
	color: #fff;
}

.side-panel-inner.is_block .buddypanel-menu-block li > a:hover > i:not(.bs-submenu-toggle) {
	color: var(--bb-primary-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a {
	color: var(--bb-primary-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i.bb-icon-l, .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i.bb-icon-lined {
	font-weight: 300;
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i.bb-icon-rl, .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i.bb-icon-round-lined {
	font-weight: 200;
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i.bb-icon-bl, .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i.bb-icon-box-lined {
	font-weight: 600;
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a span.count {
	color: #fff;
}

.side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a {
	color: var(--bb-headings-color);
	font-weight: 600;
	padding-left: 10px;
}

.widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover {
	color: var(--bb-primary-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a > .bs-submenu-toggle, .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a > i:not(.bs-submenu-toggle), .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a > .bs-submenu-toggle, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a > i:not(.bs-submenu-toggle) {
	color: var(--bb-alternate-text-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li > a, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li > a {
	padding: 13px 0;
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a:hover, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover {
	color: var(--bb-headings-color);
	background-color: var(--bb-content-alternate-background-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a:hover > i:not(.bs-submenu-toggle), .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a:hover > .bs-submenu-toggle, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover > i:not(.bs-submenu-toggle), .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover > .bs-submenu-toggle {
	color: var(--bb-alternate-text-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a {
	color: var(--bb-content-background-color);
	background-color: var(--bb-primary-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i:not(.bs-submenu-toggle), .bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > .bs-submenu-toggle, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > i:not(.bs-submenu-toggle), .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item > a > .bs-submenu-toggle {
	color: var(--bb-content-background-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section > a, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section > a {
	padding: 18px 0 8px 10px;
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child {
	min-height: initial;
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child > a, .bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child > a {
	padding-top: 5px;
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu {
	margin-top: 6px;
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu li:not(.bb-menu-section) {
	margin-left: 6px;
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu li:not(.bb-menu-section) > a {
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu li:not(.bb-menu-section) > a .bs-submenu-toggle {
	right: 16px;
}

.buddypanel .side-panel-menu a {
	color: var(--bb-sidenav-text-regular);
	background-color: var(--bb-sidenav-menu-background-color-regular);
}

.buddypanel .side-panel-menu a > .bs-submenu-toggle {
	color: var(--bb-sidenav-text-regular);
	opacity: .5;
}

.buddypanel .side-panel-menu a .count {
	color: var(--bb-sidenav-count-text-color-regular);
	background-color: var(--bb-sidenav-count-background-color-regular);
}

.buddypanel .side-panel-menu a:hover {
	color: var(--bb-sidenav-text-hover);
	background-color: var(--bb-sidenav-menu-background-color-hover);
}

.buddypanel .side-panel-menu a:hover > .bs-submenu-toggle {
	color: var(--bb-sidenav-text-hover);
}

.buddypanel .side-panel-menu a:hover .count {
	color: var(--bb-sidenav-count-text-color-hover);
	background-color: var(--bb-sidenav-count-background-color-hover);
}

.buddypanel .side-panel-menu .current-menu-item > a {
	background-color: var(--bb-sidenav-menu-background-color-active);
	color: var(--bb-sidenav-text-active);
}

.buddypanel .side-panel-menu .current-menu-item > a > .bs-submenu-toggle {
	color: var(--bb-sidenav-text-active);
	opacity: 1;
}

.buddypanel .side-panel-menu .current-menu-item > a .count {
	color: var(--bb-sidenav-count-text-color-active);
	background-color: var(--bb-sidenav-count-background-color-active);
}

.buddypanel .side-panel-menu .current-menu-item > a > i.bb-icon-l, .buddypanel .side-panel-menu .current-menu-item > a > i.bb-icon-lined {
	font-weight: 300;
}

.buddypanel .side-panel-menu .current-menu-item > a > i.bb-icon-rl, .buddypanel .side-panel-menu .current-menu-item > a > i.bb-icon-round-lined {
	font-weight: 200;
}

.buddypanel .side-panel-menu .current-menu-item > a > i.bb-icon-bl, .buddypanel .side-panel-menu .current-menu-item > a > i.bb-icon-box-lined {
	font-weight: 600;
}

.buddypanel .side-panel-menu .current-menu-item > a:hover {
	color: var(--bb-sidenav-text-active);
	background-color: var(--bb-sidenav-menu-background-color-active);
}

.buddypanel .side-panel-menu .current-menu-item > a:hover i {
	color: var(--bb-sidenav-text-active);
}

.buddypanel .side-panel-menu .current-menu-item > a:hover > .bs-submenu-toggle {
	color: var(--bb-sidenav-text-active);
}

.buddypanel .side-panel-menu .current-menu-item > a:hover .count {
	color: var(--bb-sidenav-count-text-color-active);
	background-color: var(--bb-sidenav-count-background-color-active);
}

.buddypanel .side-panel-menu li.bb-menu-section a {
	color: var(--bb-sidenav-text-regular);
}

.buddypanel .side-panel-menu .sub-menu a {
	width: 100%;
	padding-left: 50px;
	padding-right: 10px;
	margin-left: -32px;
}

.buddypanel .side-panel-menu .sub-menu a > i.bb-custom-icon {
	display: none;
}

.bb-template-v2 .buddypanel .side-panel-menu li.bb-menu-section a:hover, .bb-template-v2 .buddypanel .side-panel-menu li.bb-menu-section:not(.current-menu-item) a:hover {
	background-color: transparent;
	color: var(--bb-sidenav-text-regular);
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a .count {
	color: var(--bb-sidenav-count-text-color-regular);
	background-color: var(--bb-sidenav-count-background-color-regular);
	border-color: rgba(0, 0, 0, .05);
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover {
	color: var(--bb-sidenav-text-hover);
	background-color: var(--bb-sidenav-menu-background-color-hover);
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover .count {
	color: var(--bb-sidenav-count-text-color-hover);
	background-color: var(--bb-sidenav-count-background-color-hover);
	border-color: transparent;
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover i:not(.bb-icon-angle-down), .bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover > .bs-submenu-toggle {
	color: var(--bb-sidenav-text-hover);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a {
	background-color: var(--bb-sidenav-menu-background-color-active);
	color: var(--bb-sidenav-text-active);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a .count {
	color: var(--bb-sidenav-count-text-color-active);
	background-color: var(--bb-sidenav-count-background-color-active);
	border-color: transparent;
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a i:not(.bb-icon-angle-down), .bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a > .bs-submenu-toggle {
	color: var(--bb-sidenav-text-active);
	opacity: 1;
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a:hover {
	color: var(--bb-sidenav-text-active);
	background-color: var(--bb-sidenav-menu-background-color-active);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a:hover .count {
	color: var(--bb-sidenav-count-text-color-active);
	background-color: var(--bb-sidenav-count-background-color-active);
	border-color: transparent;
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a:hover i:not(.bb-icon-angle-down) {
	color: var(--bb-sidenav-text-active);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a:hover > .bs-submenu-toggle {
	color: var(--bb-sidenav-text-active);
}

.bb-template-v2 .buddypanel .side-panel-menu .sub-menu a {
	padding-left: 16px;
	padding-right: 10px;
	margin-left: -8px;
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
}

.side-panel-menu {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
}

.side-panel-menu li {
	min-height: 52px;
}

.side-panel-menu .bp-menu-item-at-bottom {
	margin-top: auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.side-panel-menu .bp-menu-item-at-bottom ~ .bp-menu-item-at-bottom {
	margin-top: 0;
}

.side-panel-menu a {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	letter-spacing: -.24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	position: absolute;
	width: 100%;
}

.side-panel-menu a > .bs-submenu-toggle {
	color: var(--bb-alternate-text-color);
}

.side-panel-menu a:hover span.count {
	color: #fff;
}

.side-panel-menu a:hover > .bs-submenu-toggle {
	color: var(--bb-alternate-text-color);
}

.side-panel-menu i {
	font-size: 20px;
	margin-left: 7px;
	margin-right: .4em;
	margin-top: 2px;
}

.side-panel-menu .current-menu-item > a > span {
	font-weight: 500;
}

.side-panel-menu .bs-submenu-toggle {
	cursor: pointer;
	position: relative;
	z-index: 22;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	font-size: 22px;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0;
}

.buddypanel-open .side-panel-menu .bs-submenu-toggle {
	opacity: 1;
	visibility: visible;
}

.side-panel-menu .sub-menu {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.side-panel-menu .sub-menu a {
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
}

.side-panel-menu .sub-menu i._mi._before, .side-panel-menu .sub-menu i._mi._after, .side-panel-menu .sub-menu i.bb-icon-file {
	margin-left: 0;
}

.side-panel-menu .sub-menu span + i._mi._after {
	margin-left: 12px;
}

.touch-only .side-panel-menu {
	overflow: auto;
	height: 100%;
}

.touch-only .side-panel-menu a {
	position: static;
	width: 100% !important;
}

.touch-only .side-panel-menu li {
	min-height: auto;
}

.bb-template-v2 .touch-only .side-panel-menu li {
	min-height: auto;
}

span.count {
	background-color: var(--bb-primary-color);
	border-radius: 100px;
	margin-left: auto;
	padding: 3px 9px;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	color: var(--bb-body-background-color);
	letter-spacing: -.55px;
}

.buddypanel span.count {
	box-shadow: none;
}

.primary-menu span.count {
	line-height: 1.5;
	margin-left: 5px;
}

span.count.small {
	font-size: 10px;
	padding: 3px 5px 4px;
	position: absolute;
	left: 34px;
	top: 10px;
	line-height: 1;
	-webkit-transition: all linear .6s;
	transition: all linear .6s;
}

.buddypanel-menu > li > .bb-menu-item > img {
	margin: 0 24px;
	width: 19px;
}

.buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) {
	margin: 0;
	min-width: 68px;
	text-align: center;
}

.buddypanel-menu .bb-menu-item > i:not(.bb-icon-angle-down) {
	margin-top: 0;
}

@media (max-width: 799px) {
	.buddypanel-menu > li > .bb-menu-item > img {
		margin: 0 17px 0 0;
	}
	
	.buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) {
		min-width: 32px;
		text-align: left;
		margin-right: 0;
	}
}

.buddypanel-menu .menu-item-has-children:not(.hideshow):after {
	display: none;
}

.buddypanel-menu .sub-menu {
	display: none;
	position: static;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 800px) {
	.buddypanel-open .buddypanel-menu .sub-menu.bb-open {
		display: block;
		box-shadow: none;
		padding-left: 32px;
		padding-top: 52px;
	}
	
	.buddypanel-open .buddypanel-menu .sub-menu.bb-open .sub-menu {
		padding-left: 0;
	}
}

@media (min-width: 800px) {
	.buddypanel-open .touch-only .buddypanel-menu .sub-menu.bb-open {
		padding-top: 5px;
	}
}

body.buddypanel-open .buddypanel .buddypanel_on_open_site_icon, body.buddypanel-open .buddypanel .buddypanel_on_close_site_icon, body.buddypanel-open .buddypanel .buddypanel_off_open_site_icon, body.buddypanel-open .buddypanel .buddypanel_off_close_site_icon {
	display: none;
	padding: 15px 12px 25px;
}

body.buddypanel-open .buddypanel .buddypanel_logo_display_on {
	display: block;
	padding: 15px 12px 25px;
}

body.buddypanel-open .buddypanel .buddypanel-site-icon-link img {
	max-width: 44px;
}

body:not(.buddypanel-open) .buddypanel .buddypanel_on_open_site_icon, body:not(.buddypanel-open) .buddypanel .buddypanel_on_close_site_icon {
	display: block;
	text-align: center;
}

body:not(.buddypanel-open) .buddypanel .buddypanel_logo_display_on, body:not(.buddypanel-open) .buddypanel .buddypanel_off_open_site_icon, body:not(.buddypanel-open) .buddypanel .buddypanel_off_close_site_icon {
	display: none;
}

body:not(.buddypanel-open) .buddypanel .buddypanel-site-icon {
	padding: 15px 12px 25px;
}

body:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon {
	padding-top: 20px;
}

body:not(.buddypanel-open) .buddypanel .buddypanel-site-icon-link img {
	max-width: 38px;
}

.buddypanel-logo-off .buddypanel--toggle-off .side-panel-inner {
	padding-top: 20px;
}

body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon {
	display: none;
}

.widget-area {
	padding-bottom: 1.25rem;
}

.widget-area-secondary .widget:first-child {
	margin-top: 0;
}

.widget {
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	font-size: .875rem;
	line-height: 1.35;
	margin-bottom: 1.25rem;
	padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
}

.widget form, .widget ul, .widget ol {
	margin-bottom: 0;
}

.widget fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.widget select {
	width: 100%;
}

.widget h2.widget-title, .widget h2.widgettitle, .widget label:not(.bps-label) {
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 14px;
	text-transform: var(--bb-widget-title-text-transform);
	display: inline-block;
	color: var(--bb-headings-color);
	font-weight: 600;
}

.widget label {
	font-weight: 600;
}

.widget .more-block a.count-more {
	text-transform: uppercase;
}

.widget.widget_block .wp-block-page-list li, .widget.widget_pages ul li {
	margin-bottom: 0;
}

.widget.widget_block .wp-block-page-list li a, .widget.widget_pages ul li a {
	padding: 8px 0;
	font-weight: 400;
	color: var(--bb-headings-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	display: block;
}

.widget.widget_block .wp-block-page-list li a:hover, .widget.widget_pages ul li a:hover {
	color: var(--bb-primary-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget.widget_block .wp-block-page-list li ul, .widget.widget_pages ul li ul {
	margin-left: 20px;
}

.widget.widget_block .wp-block-page-list li.current_page_item a, .widget.widget_block .wp-block-page-list li.current-menu-item a, .widget.widget_pages ul li.current_page_item a, .widget.widget_pages ul li.current-menu-item a {
	color: var(--bb-headings-color);
	font-weight: 600;
}

.widget .wp-block-archives-list li {
	margin-bottom: 0;
	padding: 8px 0;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget .wp-block-archives-list li a {
	font-weight: 400;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget .wp-block-archives-list li:hover {
	color: var(--bb-primary-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget .wp-block-archives-list li:hover a {
	color: var(--bb-primary-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget .wp-block-archives-list li.active a {
	color: var(--bb-headings-color);
	font-weight: 600;
}

.widget .wp-block-archives-dropdown select {
	border-radius: var(--bb-block-radius);
	border-color: var(--bb-content-border-color);
	font-size: 14px;
}

.widget .wp-block-archives-dropdown select:focus {
	box-shadow: none;
}

.widget.widget_categories .wp-block-categories-list li {
	color: var(--bb-headings-color);
	padding: 8px 0;
	margin-bottom: 0;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget.widget_categories .wp-block-categories-list li a {
	color: var(--bb-headings-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	font-weight: 400;
}

.widget.widget_categories .wp-block-categories-list li.current-cat, .widget.widget_categories .wp-block-categories-list li.current-cat-ancestor {
	font-weight: 600;
}

.widget.widget_categories .wp-block-categories-list li.current-cat .children li, .widget.widget_categories .wp-block-categories-list li.current-cat-ancestor .children li {
	font-weight: 400;
}

.widget.widget_categories .wp-block-categories-list li.current-cat .children li.current-cat, .widget.widget_categories .wp-block-categories-list li.current-cat-ancestor .children li.current-cat {
	color: var(--bb-primary-color);
	font-weight: 600;
}

.widget.widget_categories .wp-block-categories-list li.current-cat .children li.current-cat a, .widget.widget_categories .wp-block-categories-list li.current-cat-ancestor .children li.current-cat a {
	font-weight: 600;
	color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li .children {
	margin-top: 8px;
	margin-left: 20px;
}

.widget.widget_categories .wp-block-categories-list li .children li {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget.widget_categories .wp-block-categories-list li .children li a {
	color: var(--bb-headings-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget.widget_categories .wp-block-categories-list li .children li:last-child {
	padding-bottom: 0;
}

.widget.widget_categories .wp-block-categories-list li .children li:hover {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li .children li:hover a {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li:hover {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li:hover a {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

.widget.widget_search input[name="bbp_search"], .widget.widget_search input[type="search"], .widget.widget_search input.search {
	border: 1px solid var(--bb-content-border-color);
	background-color: var(--bb-content-background-color);
	border-radius: var(--bb-button-radius);
}

.widget.widget_search .wp-block-search__button {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	border-radius: 100px;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.widget.widget_search .wp-block-search__button:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.widget.widget_search .wp-block-search__button:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.widget.widget_rss .wp-block-rss li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.widget.widget_rss .wp-block-rss li:not(:last-child) {
	margin-bottom: 15px;
}

.widget.widget_rss .wp-block-rss li .wp-block-rss__item-title {
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	letter-spacing: -.24px;
	color: var(--bb-headings-color);
	margin-bottom: 8px;
}

.widget.widget_rss .wp-block-rss li .wp-block-rss__item-publish-date {
	font-size: 13px;
	line-height: 19.5px;
	font-weight: 400;
	color: var(--bb-alternate-text-color);
	margin-bottom: 8px;
}

.widget.widget_rss .wp-block-rss li .wp-block-rss__item-author {
	margin-top: 5px;
	font-style: italic;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: -.24px;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.widget.activity_update .activity-update .bp-activity-info p, .widget.activity_update .activity-update .bp-activity-info a:not(.activity-time-since) {
	color: var(--bb-body-text-color);
}

.widget.activity_update .activity-update .bp-activity-info .activity-time-since {
	color: var(--bb-alternate-text-color);
	font-size: 13px;
	line-height: 19.5px;
}

.widget.activity_update .activity-update .bp-activity-info .activity-time-since:hover {
	color: var(--bb-primary-color);
}

.widget.activity_update .bp-feedback {
	border-radius: none;
	border: none;
	background-color: none;
	margin: 0;
}

.widget.activity_update .bp-feedback .bp-icon {
	display: none;
}

.widget.activity_update .bp-feedback p {
	padding: 0;
	color: var(--bb-alternate-text-color);
}

.widget.widget_bp_groups_widget .widget-error {
	color: var(--bb-alternate-text-color);
}

.widget.widget_bp_groups_widget .item-options {
	margin-bottom: 17.5px;
}

.widget.widget_bp_groups_widget .item-options a {
	font-weight: 500;
	color: var(--bb-headings-color);
}

.widget.widget_bp_groups_widget #groups-list li .item-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	margin-right: 15px;
}

.widget.widget_bp_groups_widget #groups-list li .item .item-title {
	margin-bottom: 0;
}

.widget.widget_bp_groups_widget #groups-list li .item .item-title a {
	color: var(--bb-headings-color);
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}

.widget.widget_bp_groups_widget #groups-list li .item .item-meta, .widget.widget_bp_groups_widget #groups-list li .item .item-meta span {
	color: var(--bb-alternate-text-color);
	font-size: 13px;
	line-height: 19.5px;
	letter-spacing: 0;
}

.widget.widget_bp_groups_widget .more-block .count-more {
	text-transform: uppercase;
}

.widget.widget_bp_core_whos_online_widget div.item-options, .widget.buddypress.widget_bp_core_whos_online_widget div.item-options {
	margin-bottom: 20px;
}

.widget.widget_bp_core_whos_online_widget div.item-options a, .widget.buddypress.widget_bp_core_whos_online_widget div.item-options a {
	font-weight: 500;
}

.widget.widget_bp_core_whos_online_widget .widget-error, .widget.buddypress.widget_bp_core_whos_online_widget .widget-error {
	color: var(--bb-alternate-text-color);
}

.widget.bp-profile-search-widget .widget-title {
	width: 100%;
	font-weight: 700;
	padding: 12px 20px;
}

.widget.bp-profile-search-widget .bps-label {
	font-weight: 500;
	color: var(--bb-headings-color);
	margin-bottom: 10px;
}

.widget.bp-profile-search-widget .bp-field-wrap, .widget.bp-profile-search-widget .clear-from-wrap {
	margin-bottom: 15px;
}

.widget.widget_display_forums .bb-sidebar-forums li {
	margin-bottom: 7px;
}

.widget.widget_display_forums .bb-sidebar-forums li:last-child {
	margin-bottom: 0;
}

.widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title {
	color: var(--bb-headings-color);
	font-weight: 500;
}

.widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title:before {
	margin-right: 10px;
}

.widget.widget_display_forums .bb-sidebar-forums li .topics-count {
	color: var(--bb-alternate-text-color);
	font-size: 14px;
	line-height: 21px;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums {
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 23px;
	max-width: 100%;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums li {
	margin: 3.5px 0;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-forums-list {
	margin-left: 0;
	max-width: 100%;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-sub-forum > .bbp-forums-list, .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-sub-forum > .bbp-forums-list > li > .bbp-forums-list, .widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-sub-forum > .bbp-forums-list > li > .bbp-forums-list > li > .bbp-forums-list {
	margin-left: 10px;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-forum-link:before {
	display: none;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums li .bbp-forum-link {
	color: var(--bb-body-text-color);
	font-weight: 500;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress_wrap {
	padding: 0 15px;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .section_name a {
	color: var(--bb-alternate-text-color);
	display: inline-block;
	width: 100%;
	font-weight: 500;
	line-height: 18px;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .progress * {
	color: var(--bb-alternate-text-color);
	font-weight: 500;
	line-height: 21px;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .section_ico {
	border-color: var(--bb-content-border-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .section_ico:before {
	background: var(--bb-content-border-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico {
	border-color: var(--bb-success-color);
	background-color: var(--bb-success-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico .bb-icon-check {
	color: var(--bb-content-background-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico:before {
	background: var(--bb-success-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_name a {
	color: var(--bb-headings-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .progress * {
	color: var(--bb-success-color);
}

.widget.bb_widget_recent_posts .bb-recent-posts li {
	margin-bottom: 15px;
}

.widget.bb_widget_recent_posts .bb-recent-posts li:last-child {
	margin-bottom: 0;
}

.widget.bb_widget_recent_posts .bb-recent-posts li .bb-title {
	font-weight: 600;
}

.widget.bb_widget_recent_posts .bb-recent-posts li .post-date {
	margin-top: 0;
}

.widget.widget_block .logged-in {
	padding-top: .31rem;
}

.widget.widget_block .logged-in a {
	color: var(--bb-headings-color);
	font-weight: 500;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget.widget_block .logged-in a:before {
	content: "";
	font-family: bb-icons;
	display: inline-block;
	font-weight: 300;
	margin-right: 5px;
}

.widget.widget_block .logged-in a:hover {
	color: var(--bb-primary-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget.widget_block .logged-out #loginform p {
	margin-bottom: 20px;
}

.widget.widget_block .logged-out #loginform p:last-child {
	margin-bottom: 0;
}

.widget.widget_block .logged-out #loginform label {
	color: var(--bb-headings-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.24px;
	text-transform: none;
	margin-bottom: 10px;
}

.widget.widget_block .logged-out #loginform input:not([type="checkbox"]) {
	width: 100%;
}

.widget.widget_block .logged-out #loginform .login-remember label {
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget.widget_block .logged-out #loginform .login-remember input[type="checkbox"] {
	height: 18px;
	width: 18px;
	background: var(--bb-content-background-color);
	margin-right: 6px;
	border-radius: var(--bb-checkbox-radius);
	border: 1px solid var(--bb-content-border-color);
}

.widget.widget_block .logged-out #loginform input[type="submit"] {
	width: auto;
	border-radius: var(--bb-button-radius);
}

.widget.widget_follow_us .bb-follow-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 8px;
}

.widget.widget_follow_us .bb-follow-links a {
	opacity: .3;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	margin-right: 8px;
}

.widget.widget_follow_us .bb-follow-links a i {
	color: var(--bb-body-text-color);
	font-weight: 200;
	font-size: 32px;
}

.widget.widget_follow_us .bb-follow-links a:hover {
	opacity: 1;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget.widget_display_views ul li {
	margin-bottom: 7px;
}

.widget.widget_display_views ul li:last-child {
	margin-bottom: 0;
}

.widget.widget_display_views ul li .bbp-view-title {
	font-weight: 500;
}

.widget.widget_bp_follow_following_widget .avatar-block .item-avatar img {
	width: 44px;
	max-width: 44px;
}

.widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img {
	width: 44px;
	max-width: 44px;
}

/* Remove widget styling if added in group */
.widget.widget_block .wp-block-group .widget {
	background: none transparent;
	border: 0;
	padding: 0;
}

/* Calendar */
.widget_calendar .calendar_wrap {
	position: relative;
}

.widget_calendar #wp-calendar, .wp-block-calendar #wp-calendar {
	margin-bottom: 10px;
}

.widget_calendar #wp-calendar *, .widget_calendar #wp-calendar, .wp-block-calendar #wp-calendar *, .wp-block-calendar #wp-calendar {
	border: none;
	font-weight: 500;
	font-size: 14px;
}

.widget_calendar #wp-calendar caption, .wp-block-calendar #wp-calendar caption {
	padding-bottom: 0;
	margin-bottom: 10px;
	color: var(--bb-headings-color);
}

.widget_calendar #wp-calendar thead th, .wp-block-calendar #wp-calendar thead th {
	background: none;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	color: var(--bb-headings-color);
}

.widget_calendar #wp-calendar tbody td, .wp-block-calendar #wp-calendar tbody td {
	padding: 8px 10px;
}

.widget_calendar #wp-calendar tbody td a, .wp-block-calendar #wp-calendar tbody td a {
	font-weight: 600;
}

.widget_calendar #wp-calendar tbody td#today, .wp-block-calendar #wp-calendar tbody td#today {
	color: var(--bb-primary-color);
}

.widget_calendar table:where(:not(.has-text-color)), .wp-block-calendar table:where(:not(.has-text-color)) {
	color: var(--bb-alternate-text-color);
}

:not(.widget_block) > .widget_calendar.has-small-font-size, :not(.widget_block) > .wp-block-calendar.has-small-font-size {
	max-width: 240px;
}

:not(.widget_block) > .widget_calendar.has-small-font-size #wp-calendar tbody td, :not(.widget_block) > .wp-block-calendar.has-small-font-size #wp-calendar tbody td {
	padding: 4px 6px;
}

.widget_calendar.has-small-font-size #wp-calendar *, .widget_calendar.has-small-font-size #wp-calendar thead th, .wp-block-calendar.has-small-font-size #wp-calendar *, .wp-block-calendar.has-small-font-size #wp-calendar thead th {
	font-size: 11px;
}

:not(.widget_block) > .widget_calendar.has-large-font-size, :not(.widget_block) > .wp-block-calendar.has-large-font-size {
	max-width: 320px;
}

.widget_calendar.has-large-font-size #wp-calendar *, .widget_calendar.has-large-font-size #wp-calendar thead th, .wp-block-calendar.has-large-font-size #wp-calendar *, .wp-block-calendar.has-large-font-size #wp-calendar thead th {
	font-size: 18px;
}

:not(.widget_block) > .widget_calendar.has-x-large-font-size, :not(.widget_block) > .wp-block-calendar.has-x-large-font-size {
	max-width: 360px;
}

:not(.widget_block) > .widget_calendar.has-x-large-font-size #wp-calendar tbody td, :not(.widget_block) > .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td {
	padding: 12px 15px;
}

.widget_calendar.has-x-large-font-size #wp-calendar *, .widget_calendar.has-x-large-font-size #wp-calendar thead th, .wp-block-calendar.has-x-large-font-size #wp-calendar *, .wp-block-calendar.has-x-large-font-size #wp-calendar thead th {
	font-size: 24px;
}

@media screen and (max-width: 544px) {
	:not(.widget_block) > .widget_calendar.has-x-large-font-size, :not(.widget_block) > .wp-block-calendar.has-x-large-font-size {
		max-width: 360px;
	}
	
	:not(.widget_block) > .widget_calendar.has-x-large-font-size #wp-calendar tbody td, :not(.widget_block) > .wp-block-calendar.has-x-large-font-size #wp-calendar tbody td {
		padding: 12px 15px;
	}
	
	.widget_calendar.has-x-large-font-size #wp-calendar *, .widget_calendar.has-x-large-font-size #wp-calendar thead th, .wp-block-calendar.has-x-large-font-size #wp-calendar *, .wp-block-calendar.has-x-large-font-size #wp-calendar thead th {
		font-size: 20px;
	}
}

.widget_calendar .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.widget_calendar .wp-calendar-nav a, .wp-block-calendar .wp-calendar-nav a {
	font-weight: 500;
	color: var(--bb-secondary-button-text-regular);
	font-size: 14px;
	line-height: 16.71px;
	letter-spacing: -.24px;
	text-decoration: none;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget_calendar .wp-calendar-nav a:hover, .wp-block-calendar .wp-calendar-nav a:hover {
	color: var(--bb-primary-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.wp-block-categories-list li {
	color: var(--bb-headings-color);
	padding: 8px 0;
	margin-bottom: 0;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.wp-block-categories-list li a {
	color: var(--bb-headings-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	font-weight: 400;
}

.wp-block-categories-list li.current-cat, .wp-block-categories-list li.current-cat-ancestor {
	font-weight: 600;
}

.wp-block-categories-list li.current-cat .children li, .wp-block-categories-list li.current-cat-ancestor .children li {
	font-weight: 400;
}

.wp-block-categories-list li.current-cat .children li.current-cat, .wp-block-categories-list li.current-cat-ancestor .children li.current-cat {
	color: var(--bb-primary-color);
	font-weight: 600;
}

.wp-block-categories-list li.current-cat .children li.current-cat a, .wp-block-categories-list li.current-cat-ancestor .children li.current-cat a {
	font-weight: 600;
	color: var(--bb-primary-color);
}

.wp-block-categories-list li .children {
	margin-top: 8px;
	margin-left: 20px;
}

.wp-block-categories-list li .children li {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.wp-block-categories-list li .children li a {
	color: var(--bb-headings-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.wp-block-categories-list li .children li:last-child {
	padding-bottom: 0;
}

.wp-block-categories-list li .children li:hover {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

.wp-block-categories-list li .children li:hover a {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

.wp-block-categories-list li:hover {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

.wp-block-categories-list li:hover a {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	color: var(--bb-primary-color);
}

/* Recent Comments */
.wp-block-latest-comments li {
	margin-bottom: 15px;
}

.wp-block-latest-comments li:last-child {
	margin-bottom: 0;
}

.wp-block-latest-comments li img {
	width: 36px;
	height: 36px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
	color: var(--bb-headings-color);
	font-weight: 400;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta * {
	color: var(--bb-headings-color);
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta a {
	font-weight: 600;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	font-size: .875rem;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover {
	color: var(--bb-primary-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
	color: var(--bb-alternate-text-color);
	font-size: 13px;
	line-height: 19.5px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
	color: var(--bb-body-text-color);
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -.24px;
}

/* Tag Cloud */
.widget_product_tag_cloud .wp-block-tag-cloud, .widget_tag_cloud .wp-block-tag-cloud {
	margin-bottom: 0;
}

.widget_product_tag_cloud a, .widget_tag_cloud a {
	background: var(--bb-content-alternate-background-color);
	border: 1px solid var(--bb-content-border-color);
	color: var(--bb-body-text-color);
	border-radius: 4px;
	display: inline-block;
	padding: 5px 11px;
	font-size: 14px !important;
	font-weight: 500;
	margin-bottom: 8px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	letter-spacing: -.24px;
}

.widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover {
	background-color: var(--bb-primary-color);
	border: 1px solid var(--bb-primary-color);
	color: var(--bb-content-background-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.widget_product_tag_cloud a .tag-link-count, .widget_tag_cloud a .tag-link-count {
	opacity: .7;
}

.content-area :not(.widget_block) > .wp-block-rss, .content-area :not(.widget_block) > .wp-block-search, .content-area :not(.widget_block) > .wp-block-archives, .content-area :not(.widget_block) > .wp-block-calendar, .content-area :not(.widget_block) > .wp-block-tag-cloud, .content-area :not(.widget_block) > .wp-block-page-list, .content-area :not(.widget_block) > .wp-block-latest-posts, .content-area :not(.widget_block) > .wp-block-latest-comments, .content-area :not(.widget_block) > .wp-block-categories-list {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: 4px;
	padding: 23px 16px;
	margin-bottom: 20px;
	margin-left: 0;
	list-style-type: none;
}

:not(.widget_block) > .wp-block-rss li a, :not(.widget_block) > .wp-block-search li a, :not(.widget_block) > .wp-block-archives li a, :not(.widget_block) > .wp-block-calendar li a, :not(.widget_block) > .wp-block-categories-list li a {
	border-radius: var(--bb-button-radius);
	color: var(--bb-headings-color);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.21px;
	line-height: 21px;
	padding: 8px 10px;
}

:not(.widget_block) > .wp-block-rss li a:hover, :not(.widget_block) > .wp-block-search li a:hover, :not(.widget_block) > .wp-block-archives li a:hover, :not(.widget_block) > .wp-block-calendar li a:hover, :not(.widget_block) > .wp-block-categories-list li a:hover {
	color: var(--bb-primary-color);
}

/* Page List */
.wp-block-page-list li {
	margin-bottom: 0;
}

.wp-block-page-list li a {
	padding: 8px 0;
	font-weight: 400;
	color: var(--bb-headings-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	display: block;
	font-size: 14px;
	line-height: 21px;
}

.wp-block-page-list li a:hover {
	color: var(--bb-primary-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.wp-block-page-list li ul {
	margin-left: 20px;
	margin-bottom: 0;
	list-style: none;
}

.wp-block-page-list li.current_page_item a, .wp-block-page-list li.current-menu-item a {
	color: var(--bb-headings-color);
	font-weight: 600;
}

:not(.widget_block) > .wp-block-calendar {
	max-width: 280px;
}

.widget_block.widget_calendar .wp-block-calendar .wp-calendar-nav {
	top: -9px;
}

.bb-template-v1 .widget.widget_bp_profile_completion_widget {
	padding-bottom: 25px;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}

.widget ul a:not(.button) {
	font-size: 14px;
	color: var(--bb-headings-color);
	letter-spacing: -.21px;
	line-height: 21px;
}

.widget ul a:not(.button):hover {
	color: var(--bb-primary-color);
}

.widget ul.wp-block-social-links[class*="-icon-size"] a {
	font-size: inherit;
}

.widget ul.wp-block-social-links.alignright .wp-block-social-link-label {
	text-align: right;
}

.widget li {
	margin-bottom: 10px;
}

.widget.widget_categories ul li, .widget.widget_archive ul li {
	color: var(--bb-headings-color);
}

.wp-block-categories ul li, .wp-block-archives ul li {
	color: var(--bb-headings-color);
}

.widget.widget_nav_menu ul a {
	display: inline-block;
	border-radius: 6px;
	width: 100%;
	padding: 5px 0;
}

.widget.widget_nav_menu ul a > i {
	font-size: 20px;
}

.widget_mc4wp_form_widget .mc4wp-form-fields > p:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget_mc4wp_form_widget input[type="email"] {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	background: var(--bb-content-alternate-background-color);
	border: 1px solid #dedfe2;
	border-radius: 3px 0 0 3px;
	font-size: 14px;
}

.widget_mc4wp_form_widget input[type="submit"] {
	background: #d0d4d8;
	border-radius: 0 3px 3px 0;
	border-left: 0;
	font-size: 14px;
	color: #fff;
	letter-spacing: -.24px;
}

.widget_post_author .avatar {
	border-radius: 100%;
	margin-right: 8px;
	max-width: 36px;
}

.widget_post_author .post-author-head {
	margin-bottom: 15px;
}

.widget_post_author .post-author-head a:hover .post-author {
	color: var(--bb-primary-color);
}

.widget_post_author .author-desc-wrap {
	color: var(--bb-alternate-text-color);
	letter-spacing: -.21px;
	line-height: 22px;
}

.bb_widget_recent_posts .bb-recent-posts, .elementor-widget-container .bb-recent-posts {
	margin-left: 0;
}

.bb_widget_recent_posts .bb-recent-posts li, .elementor-widget-container .bb-recent-posts li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.bb_widget_recent_posts .bb-recent-posts li > div, .elementor-widget-container .bb-recent-posts li > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img, .elementor-widget-container .bb-recent-posts .entry-media.entry-img {
	border-radius: var(--bb-block-radius);
	max-width: 56px;
	width: 56px;
	max-height: 56px;
	margin: 0 15px 0 0;
	padding-top: 50px;
}

.bb_widget_recent_posts .bb-recent-posts h4, .elementor-widget-container .bb-recent-posts h4 {
	margin: 0;
	line-height: 1;
	font-weight: 400;
}

.bb_widget_recent_posts .bb-recent-posts h4 a.bb-title, .elementor-widget-container .bb-recent-posts h4 a.bb-title {
	font-size: 14px;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 21px;
}

.bb_widget_recent_posts .bb-recent-posts h4 a.bb-title:hover, .elementor-widget-container .bb-recent-posts h4 a.bb-title:hover {
	color: var(--bb-primary-color);
}

.bb_widget_recent_posts .bb-recent-posts span.post-date, .elementor-widget-container .bb-recent-posts span.post-date {
	font-size: 13px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
	line-height: 19.5px;
	margin: 3px 0 0;
}

.textwidget p:last-child {
	margin-bottom: 0;
}

.widget .widgettitle, .widget .widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget .widgettitle .widget-num-count, .widget .widget-title .widget-num-count {
	padding: 0rem .25rem;
	color: var(--bb-alternate-text-color);
	margin-right: auto;
}

.widget .widgettitle a.bs-widget-reload, .widget .widget-title a.bs-widget-reload {
	color: #939597;
}

.elementor-widget.widget .elementor-widget-container > h5, .widgettitle, .widget-title {
	font-size: .75rem;
	color: var(--bb-headings-color);
	margin: 0 0 20px;
	text-transform: var(--bb-widget-title-text-transform);
}

.widget .elementor-widget.widget .elementor-widget-container > h5:empty, .widget .widgettitle:empty, .widget .widget-title:empty {
	display: none;
}

form.search-form {
	position: relative;
}

/* Latest Posts Widget */
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
	margin-bottom: 12px;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
	max-width: 100%;
	border-radius: 4px;
}

/* Search Widget */
.widget_search, .wp-block-search {}

.widget_search .wp-block-search__label, .wp-block-search .wp-block-search__label {
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 20px;
	display: inline-block;
	color: var(--bb-headings-color);
	font-weight: 600;
}

.widget_search .search-field, .wp-block-search .search-field {
	background-size: 17px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	border-radius: 20px;
}

.widget_search .search-field-top, .wp-block-search .search-field-top {
	background-image: none;
	padding-left: 15px;
	padding-right: 40px;
	width: 100%;
}

.widget_search .search-field-top.nitro-lazy, .wp-block-search .search-field-top.nitro-lazy {
	background-image: none !important;
}

.widget_search .search-submit, .wp-block-search .search-submit {
	border: 0;
	position: absolute;
	width: 40px;
	font-size: 0;
	top: 0;
	padding: 0;
	background: url("https://cdn-ildoekf.nitrocdn.com/KkMPgVYmWQGXnBFVWWXBZQdpXpaAoAcv/assets/images/optimized/rev-c7d7e2d/awake.net/wp-content/themes/buddyboss-theme/assets/images/svg/search.svg") no-repeat center transparent;
	background-size: 45%;
	right: 0;
	opacity: .8;
}

.widget_search .search-submit.nitro-lazy, .wp-block-search .search-submit.nitro-lazy {
	background: none !important;
}

.widget_search .search-submit:hover, .wp-block-search .search-submit:hover {
	box-shadow: none;
	opacity: 1;
}

/* Calendar Widget */
#wp-calendar {
	font-size: 12px;
	margin-bottom: 0;
	table-layout: fixed;
}

#wp-calendar th, #wp-calendar td {
	padding: 0;
}

#wp-calendar caption {
	text-align: center;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	margin-bottom: 20px;
}

/* Custom Menu */
.widget_nav_menu .sub-menu {
	margin-left: 1.5rem;
	width: -webkit-calc(100% - 1.5rem);
	width: calc(100% - 1.5rem);
}

.widget_nav_menu li {
	padding-left: 0;
	margin-top: 10px;
}

.widget.widget_media_gallery .gallery {
	margin: 0;
}

/* Categories Widget */
.widget_categories .children {
	margin-left: 20px;
	margin-top: 10px;
}

/* Recent Comments Widget */
.widget_recent_comments .wp-block-latest-comments__comment-link {
	word-break: break-word;
}

/* Shortcodes */
.widget .bb-modal {
	box-shadow: none;
	padding: 0;
	border: 0;
}

.widget .bbp-topic-form.bb-modal .bbp_topic_title_wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.widget .bbp-topic-form.bb-modal .new_topic_title_avatar {
	margin-right: 10px;
}

.bb-template-v2 .widget .bbp-topic-form label {
	font-size: 15px;
}

.widget .bbp-topic-form label {
	font-size: 15px;
	line-height: 1.6;
	text-transform: none;
}

.widget .bbp-form-anonymous + .bbp_topic_title_wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget .bbp-form-anonymous + .bbp_topic_title_wrapper .new_topic_title_avatar {
	display: none;
}

.widget fieldset.bbp-form .bbp-submit-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.widget fieldset.bbp-form .bbp-submit-wrapper .button.submit {
	min-width: 80px;
}

.widget .bbp-form input[type="text"] {
	max-width: 100%;
	width: 100%;
}

.widget .bbp-form input[type="text"]#bbp_topic_title {
	width: 100%;
}

.widget .bbp-topic-form.bb-modal .new_topic_title label {
	display: none;
}

.widget .bbp-topic-form .medium-editor-element:not(.emojionearea) {
	border-top: 0;
}

.widget .bbp-form .bb-form-select-fields {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 0;
}

.widget .bbp-form .bb-form-select-fields > div {
	margin: 0 0 10px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.widget .bbp-form .bb-form-select-fields label {
	font-size: 14px;
	display: inline-block;
}

.widget .bbp-form .bb-form-select-fields .bs-styled-checkbox + label:before {
	margin-right: 5px;
}

.widget .bbp-form .bb-form-select-fields, .widget .bbp-form .bbp_topic_tags_wrapper, .widget .bbp-form .bbp-topic-form #whats-new-toolbar, .widget .bbp-form .medium-editor-element, .widget .bbp-form .medium-editor-placeholder {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 768px) {
	.widget .bbp_topic_tags_wrapper .select2-selection__rendered input::-webkit-input-placeholder {
		white-space: normal;
		top: -5px;
		position: relative;
	}
	
	.widget .bbp_topic_tags_wrapper .select2-selection__rendered input:-ms-input-placeholder {
		white-space: normal;
		top: -5px;
		position: relative;
	}
	
	.widget .bbp_topic_tags_wrapper .select2-selection__rendered input::placeholder {
		white-space: normal;
		top: -5px;
		position: relative;
	}
}

.widget .bb-forums-list .lg-grid-1-3, .widget .bb-forums-list .md-grid-1-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-item-wrap:not(.bs-header-item) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.widget #bbpress-forums#bbpress-forums .bs-forums-items .bs-forums-meta {
	margin-top: 10px;
}

.widget #bbpress-forums#bbpress-forums .bs-forums-items .item-title a {
	font-size: 14px;
}

.widget #bbpress-forums#bbpress-forums .bs-forums-items .avatar {
	max-width: 32px;
}

.widget #bbpress-forums#bbpress-forums .bs-forums-items .item-avatar > a {
	min-width: 32px;
}

.widget #bbpress-forums .bbp-pagination-links {
	padding: 0;
	border: 0;
}

.widget .bs-item-list.list-view .item-avatar {
	margin-right: 10px;
}

.widget #bbpress-forums {
	line-height: 1.6875rem;
}

.widget #bbpress-forums .bbp-forum-buttons-wrap a.button, .widget #bbpress-forums .bbp-forum-buttons-wrap a.subscription-toggle {
	padding: 5px 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

.widget #bbpress-forums .bbp-forum-buttons-wrap span#subscription-toggle {
	margin-bottom: 10px;
}

.widget #bbpress-forums .bs-forums-items .bs-item-wrap .item-avatar {
	margin-right: 20px;
}

.widget #bbpress-forums .bb-modal-box .bb-form-select-fields {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 25px;
}

.widget #bbpress-forums .bb-modal-box .bb-form-select-fields > div {
	width: auto;
	margin-bottom: 0;
}

.widget #bbpress-forums .bb-modal-box .bb-form-select-fields .bbp-submit-wrapper {
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
}

.widget #bbpress-forums .bb-modal-box .bbp-the-content-wrapper {
	border: 0;
}

.widget #bbpress-forums .bb-modal-box .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea) {
	font-size: 16px;
	padding: 20px 25px 0;
	border-top: 1px solid var(--bb-content-border-color);
	border-radius: 0;
}

.widget #bbpress-forums .bb-modal-box #whats-new-toolbar {
	font-size: 16px;
	padding: 15px 25px;
}

.widget #bbpress-forums .bb-modal-box .bbp_topic_tags_wrapper {
	font-size: 16px;
	padding: 5px 25px;
}

.widget #bbpress-forums .bb-modal-box fieldset.bbp-form .bbp-submit-wrapper .button.submit {
	min-width: auto;
}

.widget #bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap {
	padding: 0 !important;
	border: 0;
}

.widget #bbpress-forums .bs-single-forum-list > li .bs-reply-list-item {
	padding: 0;
}

.widget #bbpress-forums .bs-single-forum-list.bb-single-reply-list {
	margin-bottom: 0;
}

.widget .bs-single-forum-list.bb-single-reply-list .bs-reply-header {
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.widget .bs-single-forum-list.bb-single-reply-list .bs-reply-header .bbp-meta {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
}

.widget #bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover {
	background-color: transparent;
}

.widget ul.bbp-stats {
	margin-left: -10px;
	margin-right: -10px;
}

.widget ul.bbp-stats li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}

/* Shortcodes ld profile */
.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-avatar {
	margin: 0;
	top: 0;
}

.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading {
	bottom: 0;
	font-size: 18px;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	bottom: 0;
}

.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat {
	padding: 0 0 10px;
}

.widget .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-edit-link {
	margin-left: 0;
	-ms-flex-item-align: auto;
	align-self: auto;
	bottom: 0;
	padding: 0;
	border: 0 !important;
}

.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading .ld-item-list-actions {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading .ld-item-list-actions .ld-search-prompt {
	width: 100%;
	margin: 0 0 10px;
}

.widget .learndash-wrapper #ld-profile .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
	margin: 0;
}

.widget .medium-editor-toolbar {
	background-color: var(--bb-content-background-color);
}

.widget .medium-editor-toolbar .medium-editor-toolbar-actions {
	background-color: var(--bb-content-background-color);
}

.widget .medium-editor-toolbar li button:hover {
	color: var(--bb-headings-color);
	background-color: transparent;
}

.widget .medium-editor-toolbar li .medium-editor-button-active {
	background-color: transparent;
}

.blog .site-main {
	position: relative;
	padding-bottom: 0;
}

.single:not(.single-post) .entry-content-wrap {
	padding: 25px 0 0;
}

.bb-user-avatar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Post Grid */
.post-grid .hentry {
	margin-bottom: 20px;
}

.post-grid .first .ratio-wrap {
	width: 42.417%;
}

.post-grid .first .ratio-wrap .entry-img {
	padding-top: 55.27%;
	height: 100%;
}

.post-grid .entry-content {
	font-size: .875rem;
	color: var(--bb-body-text-color);
	letter-spacing: -.24px;
	line-height: 1.5;
	margin-bottom: 1.6875rem;
}

.post-grid .entry-content p {
	margin-bottom: 0;
}

.post-grid .entry-title {
	font-size: 1.125rem;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 1.47;
	margin: 0;
	word-break: break-word;
}

.post-related-posts .post-grid .first .ratio-wrap {
	width: 100%;
}

.post-related-posts .slick-slider {
	-ms-touch-action: auto;
	touch-action: auto;
}

.post-related-posts .slick-list {
	padding: 0 0 20px;
}

.bb-standard .entry-title {
	font-size: 1.875rem;
}

p.post-main-link {
	margin: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

/* Blog Grid Layout */
.post-inner-wrap {
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	overflow: hidden;
	min-width: 1px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	height: 100%;
}

.post-inner-wrap:hover {
	box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
}

.first .post-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.first .post-inner-wrap .entry-content-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 35px 35px 40px;
}

.first .post-inner-wrap .entry-meta {
	margin-top: auto;
}

.first .post-inner-wrap .entry-title {
	font-size: 1.875rem;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 2.375rem;
}

.format-audio .post-inner-wrap {
	overflow: visible;
}

.slick-slider .format-audio .mejs-time-float {
	margin-bottom: 0;
}

.post-grid .lg-grid-1-1 .entry-img {
	padding-top: 36.334%;
	width: 58.829%;
}

.post-grid .lg-grid-1-3 .post-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-grid .lg-grid-1-3 .entry-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.post-grid .lg-grid-1-3 .entry-meta {
	margin-top: auto;
}

span.edit-link {
	display: none;
}

/* Blog Masonry Layout */
.bb-masonry {
	margin-left: -10px;
	margin-right: -10px;
}

.bb-masonry .bb-masonry-sizer {
	width: 33.33%;
}

.bb-masonry .hentry {
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33%;
	float: left;
}

.bb-masonry .hentry.bb-grid-1-1 {
	width: 100%;
}

.bb-masonry .hentry.bb-grid-1-1.first .entry-img {
	padding-top: 36.334%;
	width: 58.829%;
}

.bb-masonry .hentry.bb-grid-2-3 {
	width: 66.66%;
}

.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap {
	width: 42.417%;
}

.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap .entry-img {
	padding-top: 55.27%;
}

body:not(.bb-page-loaded) .post-grid.bb-masonry .hentry {
	display: none;
}

body:not(.bb-page-loaded) .entry-content .is-type-video iframe {
	display: none;
}

.wp-block-embed.is-type-video iframe {
	width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe {
	display: none;
}

.wp-block-embed.is-type-video.is-provider-spotify .wp-block-embed__wrapper {
	height: 100%;
	padding-top: 56.25%;
}

.wp-block-embed.is-type-video.is-provider-spotify .wp-block-embed__wrapper iframe {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.post-grid .first.product .post-inner-wrap {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.post-grid .first.product .ratio-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
}

.post-grid .first.product .ratio-wrap .entry-img {
	height: auto;
}

.post-grid .first.product .entry-content-wrap {
	padding: 25px 30px 30px;
}

.post-grid .first.product .entry-title {
	font-size: 1.25rem;
	line-height: 1.31;
}

.button-load-more-posts {
	font-size: 15px;
	background-color: var(--bb-content-background-color);
	color: var(--bb-headings-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-button-radius);
	line-height: 38px;
	padding: 0 20px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.button-load-more-posts:focus {
	box-shadow: var(--bb-outline-button-focus-shadow);
}

.button-load-more-posts.loading:after {
	display: inline-block;
	content: "";
	color: inherit;
	font-family: bb-icons;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-left: 10px;
	-webkit-animation: spin 3s infinite linear;
	animation: spin 3s infinite linear;
	vertical-align: middle;
}

.button-load-more-posts:hover {
	background-color: var(--bb-secondary-button-background-hover);
	color: var(--bb-secondary-button-text-hover);
	border: 1px solid var(--bb-secondary-button-border-hover);
}

@media (max-width: 992px) {
	.bb-masonry .bb-masonry-sizer, .post-grid:not(.bb-standard) .hentry {
		width: 50%;
	}
	
	.post-grid:not(.bb-standard) .hentry.first {
		width: 100%;
	}
	
	.post-grid:not(.bb-standard, .slick-slider) .hentry.first .entry-title {
		font-size: 1.75rem;
	}
	
	.post-grid:not(.bb-standard) .hentry.first .entry-content-wrap {
		padding: 25px 30px 30px;
	}
}

@media (max-width: 799px) {
	.bb-masonry .hentry.bb-grid-1-1 {
		width: 100%;
	}
	
	.bb-masonry .hentry.bb-grid-1-1.first .entry-img {
		padding-top: 40.476%;
		width: 100%;
	}
	
	.bb-masonry .bb-masonry-sizer, .post-grid .hentry:not(.bb-standard) {
		width: 100%;
	}
	
	.hentry.first .post-inner-wrap {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.post-grid .hentry.first .entry-img, .post-grid:not(.bb-standard) .hentry.first .entry-img, .post-grid .hentry.first .entry-content-wrap, .bb-masonry .hentry.bb-grid-2-3.first .entry-img {
		width: 100%;
	}
	
	.post-grid .hentry.first .entry-img {
		padding-top: 52.56%;
	}
}

/* Image cropping */
.entry-img, .single .post-related-posts .entry-img {
	position: relative;
	overflow: hidden;
	padding-top: 52.56%;
	/* Calculated = height / width * 100 */
	display: block;
	background-color: var(--bb-cover-image-background-color);
}

@media (max-width: 800px) {
	.entry-img, .single .post-related-posts .entry-img {
		padding-top: 40.476%;
	}
}

.single .entry-img {
	padding-top: 36%;
	margin: 0 0 32px;
}

.single .default-fi .entry-img {
	border-radius: 4px;
}

.single .post.full-fi figure.entry-img, .single .post.full-fi-invert figure.entry-img {
	width: 100vw;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	padding-top: 60%;
}

.single-post.full-fi-invert .content-area {
	padding-top: 0;
}

.single-post.full-fi-invert .content-area header.entry-header {
	margin-top: 32px;
}

.entry-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	object-fit: cover;
}

.entry-content-wrap {
	padding: 20px 30px 25px;
}

.entry-content-wrap .avatar {
	border-radius: 100%;
	max-width: 38px;
}

.bb-standard .entry-content-wrap {
	padding: 35px 35px 40px;
}

.entry-title a {
	color: var(--bb-headings-color);
}

.entry-title a:hover {
	color: var(--bb-primary-color);
}

.entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.meta-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1;
}

.avatar-wrap {
	margin-right: 10px;
}

.post-author, .post-date {
	font-size: .875rem;
	color: var(--bb-headings-color);
	line-height: 1.5;
}

.post-author:hover, .post-date:hover {
	color: var(--bb-headings-color);
}

.post-date {
	display: block;
}

.post-date a {
	color: var(--bb-alternate-text-color);
}

.post-date a:hover {
	color: var(--bb-alternate-text-color);
}

.bb-bookmark {
	font-size: 24px;
	display: inline-block;
}

.top-meta .bookmark-link-container {
	line-height: 1.5;
}

.author-post-meta a.bb-more i:before {
	margin-right: .2em;
	margin-left: .2em;
	left: 0;
	top: 0;
	font-size: inherit;
}

.single-post:not(.full-fi) .content-area, .single-post:not(.full-fi-invert) .content-area, .single-attachment:not(.full-fi) .content-area, .single-attachment:not(.full-fi-invert) .content-area {
	margin: 0 auto;
	max-width: 800px;
}

/* Inherit stylings from elementor block  custom style is applied */
.elementor-widget-text-editor .bb-elementor-custom-color h1, .elementor-widget-text-editor .bb-elementor-custom-color h2, .elementor-widget-text-editor .bb-elementor-custom-color h3, .elementor-widget-text-editor .bb-elementor-custom-color h4, .elementor-widget-text-editor .bb-elementor-custom-color h5, .elementor-widget-text-editor .bb-elementor-custom-color h6 {
	color: inherit;
}

.elementor-widget-text-editor .bb-elementor-custom-family h1, .elementor-widget-text-editor .bb-elementor-custom-family h2, .elementor-widget-text-editor .bb-elementor-custom-family h3, .elementor-widget-text-editor .bb-elementor-custom-family h4, .elementor-widget-text-editor .bb-elementor-custom-family h5, .elementor-widget-text-editor .bb-elementor-custom-family h6 {
	font-family: inherit;
}

.elementor-widget-text-editor .bb-elementor-custom-size h1, .elementor-widget-text-editor .bb-elementor-custom-size h2, .elementor-widget-text-editor .bb-elementor-custom-size h3, .elementor-widget-text-editor .bb-elementor-custom-size h4, .elementor-widget-text-editor .bb-elementor-custom-size h5, .elementor-widget-text-editor .bb-elementor-custom-size h6 {
	font-size: inherit;
}

.elementor-widget-text-editor .bb-elementor-custom-line-height h1, .elementor-widget-text-editor .bb-elementor-custom-line-height h2, .elementor-widget-text-editor .bb-elementor-custom-line-height h3, .elementor-widget-text-editor .bb-elementor-custom-line-height h4, .elementor-widget-text-editor .bb-elementor-custom-line-height h5, .elementor-widget-text-editor .bb-elementor-custom-line-height h6 {
	line-height: inherit;
}

@media screen and (max-width: 768px) {
	.elementor-widget-text-editor .bb-elementor-tablet-custom-size h1, .elementor-widget-text-editor .bb-elementor-tablet-custom-size h2, .elementor-widget-text-editor .bb-elementor-tablet-custom-size h3, .elementor-widget-text-editor .bb-elementor-tablet-custom-size h4, .elementor-widget-text-editor .bb-elementor-tablet-custom-size h5, .elementor-widget-text-editor .bb-elementor-tablet-custom-size h6 {
		font-size: inherit;
	}
	
	.elementor-widget-text-editor .bb-elementor-tablet-custom-line-height h1, .elementor-widget-text-editor .bb-elementor-tablet-custom-line-height h2, .elementor-widget-text-editor .bb-elementor-tablet-custom-line-height h3, .elementor-widget-text-editor .bb-elementor-tablet-custom-line-height h4, .elementor-widget-text-editor .bb-elementor-tablet-custom-line-height h5, .elementor-widget-text-editor .bb-elementor-tablet-custom-line-height h6 {
		line-height: inherit;
	}
}

@media screen and (max-width: 360px) {
	.elementor-widget-text-editor .bb-elementor-mobile-custom-size h1, .elementor-widget-text-editor .bb-elementor-mobile-custom-size h2, .elementor-widget-text-editor .bb-elementor-mobile-custom-size h3, .elementor-widget-text-editor .bb-elementor-mobile-custom-size h4, .elementor-widget-text-editor .bb-elementor-mobile-custom-size h5, .elementor-widget-text-editor .bb-elementor-mobile-custom-size h6 {
		font-size: inherit;
	}
	
	.elementor-widget-text-editor .bb-elementor-mobile-custom-line-height h1, .elementor-widget-text-editor .bb-elementor-mobile-custom-line-height h2, .elementor-widget-text-editor .bb-elementor-mobile-custom-line-height h3, .elementor-widget-text-editor .bb-elementor-mobile-custom-line-height h4, .elementor-widget-text-editor .bb-elementor-mobile-custom-line-height h5, .elementor-widget-text-editor .bb-elementor-mobile-custom-line-height h6 {
		line-height: inherit;
	}
}

.single-post:not(.has-sidebar, .elementor-template-full-width) .content-area, .single-post:not(.has-sidebar, .elementor-template-full-width) .site-content-grid, .single-attachment:not(.has-sidebar, .elementor-template-full-width) .content-area, .single-attachment:not(.has-sidebar, .elementor-template-full-width) .site-content-grid {
	margin: 0 auto;
	max-width: 800px;
}

.single-post .entry-content, .single-attachment .entry-content {
	letter-spacing: -.24px;
}

.single-post .entry-content p, .single-attachment .entry-content p {
	margin-bottom: 25px;
}

.single-post .entry-content li > ul, .single-post .entry-content li > ol, .single-attachment .entry-content li > ul, .single-attachment .entry-content li > ol {
	margin-bottom: 0;
}

.single-post .entry-content .wp-block-gallery, .single-attachment .entry-content .wp-block-gallery {
	margin-bottom: 25px;
}

.single-post .entry-content .wp-block-image img, .single-attachment .entry-content .wp-block-image img {
	border-radius: var(--bb-rl-radius-base);
}

.single-post .entry-content .wp-block-video > video, .single-attachment .entry-content .wp-block-video > video {
	border-radius: var(--bb-rl-radius-lg);
}

.single-post .entry-content .wp-block-embed-spotify iframe, .single-post .entry-content .wp-block-embed-youtube iframe, .single-attachment .entry-content .wp-block-embed-spotify iframe, .single-attachment .entry-content .wp-block-embed-youtube iframe {
	border-radius: var(--bb-rl-radius-lg);
}

@media (max-width: 544px) {
	.single-post .entry-content p, .single-attachment .entry-content p {
		margin-bottom: 20px;
	}
}

.single .entry-content-wrap {
	padding: 0;
}

.single .entry-title {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 20px;
	letter-spacing: -.03rem;
}

.single .entry-meta {
	margin-bottom: 25px;
}

@media (min-width: 800px) {
	.single-post .content-area, .single-attachment .content-area {
		max-width: -webkit-calc(100% - 300px);
		max-width: calc(100% - 300px);
	}
}

.entry-content img.alignleft {
	margin: .5rem 2rem 1.625rem 0rem;
}

.entry-content img.alignright {
	margin: .5rem 0rem 1.625rem 2rem;
}

.author-post-meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
}

.author-post-meta i {
	font-size: 24px;
	color: var(--bb-alternate-text-color);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.author-post-meta i:hover {
	color: var(--bb-primary-color);
}

.author-post-meta .bb-icon-like {
	font-size: 33px;
	margin: 0 5px 4px 0;
}

.author-post-meta .bb-icon-like.bookmarked {
	opacity: 1;
}

.like-count {
	font-size: 14px;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 1;
}

.author-post-meta a[href="#comments"], .author-post-meta .author-box-share-wrap {
	margin-right: 12px;
}

a.bb-like-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -2px;
	color: #7f868f;
}

a.bb-like-wrap:hover {
	color: var(--bb-headings-color);
}

a.bb-like-wrap:hover .like-count {
	color: var(--bb-headings-color);
}

.show-support.show-support-inactive {
	display: none;
}

.show-support.show-support-active {
	margin-bottom: 20px;
}

.post-author-info {
	border-bottom: 1px solid var(--bb-content-border-color);
	margin-bottom: 30px;
}

.post-author-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid var(--bb-content-border-color);
	padding-top: 40px;
	padding-bottom: 40px;
}

.post-author-details .avatar {
	border-radius: 100%;
	max-width: 60px;
}

.post-author-details a.post-author {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	letter-spacing: -.27px;
	line-height: 24px;
}

.post-author-details .author-desc {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	line-height: 1.5;
	margin: 0;
	white-space: pre-wrap;
}

.post-author-details .author-desc-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
}

.post-meta-wrapper-main {
	position: relative;
}

.post-meta-wrapper-main .show-support {
	top: 25px;
	position: absolute;
	right: 0;
}

.post-meta-wrapper-main .show-support a:hover > i {
	color: var(--bb-headings-color);
}

.post-meta-wrapper-main .show-support .bb-share-author-box a i {
	font-size: 28px;
	color: var(--bb-headings-color);
	opacity: 1;
}

.post-meta-wrapper-main .show-support .bb-share-author-box a:hover i:before {
	font-weight: 300;
}

.post-meta-wrapper {
	border-top: 1px solid var(--bb-content-border-color);
	padding-top: 40px;
	padding-right: 80px;
	font-size: 15px;
	margin-bottom: 40px;
}

.post-meta-wrapper .tag-links, .post-meta-wrapper .cat-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 21px;
}

.post-meta-wrapper .tag-links > span, .post-meta-wrapper .cat-links > span {
	margin-left: 5px;
}

.post-meta-wrapper i {
	font-size: 20px;
	color: var(--bb-alternate-text-color);
	margin-right: 7px;
}

.show-support h6 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -.24px;
	margin: 0 0 10px;
	color: var(--bb-headings-color);
}

.show-support p {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
	margin: 0 0 5px;
}

.bb-subscribe-wrap {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	padding: 30px;
	position: relative;
	margin-bottom: 40px;
	clear: both;
}

.bb-subscribe-wrap h3 {
	font-weight: 600;
	font-size: 18px;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	margin: 0;
}

.bb-subscribe-wrap p {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
}

.bb-subscribe-wrap .bb-icon-mail-open {
	font-size: 50px;
	color: rgba(0, 0, 0, .28);
}

@media (max-width: 544px) {
	.bb-subscribe-wrap div.wpcf7 .ajax-loader {
		width: 100%;
		background-position: center;
	}
}

.single .post-related-posts .default-fi .entry-img {
	border-radius: 6px 6px 0 0;
}

.bb-template-v2.single .post-related-posts .default-fi .entry-img {
	border-radius: 10px 10px 0 0;
}

.bb-subscribe-data {
	margin: 0 0 15px;
}

.bb-subscribe-figure {
	text-align: center;
}

@media (max-width: 992px) {
	.has-sidebar .bb-subscribe-wrap div.wpcf7 .ajax-loader {
		width: 100%;
		background-position: center;
	}
}

.bb-standard .entry-img {
	padding-top: 40.476%;
}

.pagination-below {
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.post-grid .format-quote .post-inner-wrap {
	background: var(--bb-alternate-text-color);
}

.post-grid .format-quote .entry-content {
	font-size: 22px;
	color: #fff;
	letter-spacing: -.24px;
	line-height: 30px;
	font-style: italic;
}

.post-grid .format-quote blockquote {
	color: #fff;
	margin: 0;
}

.post-grid .video-container {
	margin-bottom: 0;
}

.top-meta a {
	margin-left: 15px;
	padding: 5px 10px;
}

.top-meta a .bb-icon-like.bookmarked {
	color: var(--bb-headings-color);
}

.top-meta a, .top-meta .like-count {
	font-size: 13px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.21px;
	line-height: 1.5;
}

.bb-template-v2 .top-meta .comments-count {
	color: var(--bb-body-text-color);
}

.top-meta a:hover {
	color: var(--bb-primary-color);
}

.bb-template-v2 .top-meta a:hover {
	color: var(--bb-alternate-text-color);
	background-color: var(--bb-content-alternate-background-color);
	border-radius: 8px;
}

.bb-template-v2 .top-meta a:hover .like-count, .bb-template-v2 .top-meta a:hover i {
	color: var(--bb-alternate-text-color);
}

.top-meta a:hover .like-count, .top-meta a:hover i {
	color: var(--bb-primary-color);
}

.top-meta i {
	font-size: 18px;
	margin-right: 5px;
	color: var(--bb-alternate-text-color);
}

.top-meta i.bb-icon-like.bookmarked {
	opacity: .9;
}

.hentry blockquote.wp-block-quote {
	background: var(--bb-content-alternate-background-color);
	border-radius: var(--bb-block-radius-inner);
	margin: 0 0 40px;
	padding: 20px;
	font-size: 22px;
	letter-spacing: -.24px;
	line-height: 30px;
	position: relative;
}

.hentry blockquote.wp-block-quote.is-style-plain {
	background-color: transparent;
	border-left: 4px solid var(--bb-primary-color);
	border-radius: 0;
}

.hentry blockquote.wp-block-quote.is-style-large {
	padding: 30px;
	padding-top: 0;
}

.hentry blockquote.wp-block-quote.is-style-large:before {
	position: relative;
	bottom: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	margin-bottom: 0;
}

.hentry blockquote.wp-block-quote > p {
	color: var(--bb-headings-color);
}

.hentry blockquote.wp-block-quote:before {
	content: "";
	font-family: bb-icons;
	font-style: normal;
	font-weight: 300;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 20px;
	background: var(--bb-alternate-text-color);
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hentry blockquote.wp-block-quote p:last-child {
	margin-bottom: 0;
}

.hentry blockquote.wp-block-quote cite {
	color: var(--bb-alternate-text-color);
}

.bb-template-v1 .hentry blockquote.wp-block-quote.is-style-default {
	border: 1px solid var(--bb-content-border-color);
}

.entry-content .bb-chat-container {
	margin-bottom: 40px;
}

.entry-content .bb-chat-container p {
	margin: 0;
	padding: 15px;
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.21px;
}

.entry-content .bb-chat-container p:nth-child(odd) {
	background: #eef0f3;
}

.entry-content .bb-chat-container p:nth-child(even) {
	background: #fff;
}

.bb-follow-links {
	font-size: 24px;
	margin-top: -5px;
}

.bb-follow-links a {
	color: var(--bb-alternate-text-color);
	margin-right: 10px;
}

.bb-follow-links a:hover {
	color: var(--bb-primary-color);
}

.bb-follow-links a i {
	font-size: 24px;
}

.bb-follow-links [class^="bb-icon-"]:before, .bb-follow-links [class*=" bb-icon-"]:before {
	margin: 0;
}

.archive-description {
	margin-bottom: 30px;
}

.bb-bookmark.bb-icon-loader {
	font-size: 21px;
}

.bb-bookmark.bookmarked:before {
	content: "";
	font-family: bb-icons;
	font-weight: 300;
}

span.post-format-icon {
	height: 38px;
	width: 38px;
	background-color: var(--bb-headings-color);
	border-radius: 100%;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 18px;
}

span.post-format-icon.white {
	background: #fff;
	color: var(--bb-alternate-text-color);
}

.content-area .gallery-icon {
	position: relative;
	overflow: hidden;
	padding-top: 68.785%;
	display: block;
	background: #809ab4;
	border-radius: 4px;
}

.content-area .gallery-icon > *, .content-area .gallery-icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	object-fit: cover;
}

.top-meta .bb-like-wrap:before, .top-meta .bb-like-wrap:after {
	display: none;
}

.post-grid.bb-masonry .bb-comment-text, .post-grid.bb-grid .bb-comment-text {
	display: none;
}

.post-grid.bb-masonry .top-meta a, .post-grid.bb-grid .top-meta a {
	margin-left: 6px;
}

.post-grid.bb-masonry .post-date, .post-grid.bb-grid .post-date {
	font-size: 13px;
}

/* Related Posts */
.post-related-posts .slick-slide > div {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-related-posts .slick-slide > div article {
	height: 100%;
	padding: 0 8px;
}

.single-post .post-related-posts, .single-attachment .post-related-posts {
	border-bottom: 1px solid var(--bb-content-border-color);
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.single-post .post-related-posts > .post-grid, .single-attachment .post-related-posts > .post-grid {
	display: none;
}

.single-post .post-related-posts > .post-grid.slick-initialized, .single-attachment .post-related-posts > .post-grid.slick-initialized {
	display: block;
}

.single-post .post-related-posts .slick-slider .slick-track, .single-post .post-related-posts .slick-slider .slick-list, .single-attachment .post-related-posts .slick-slider .slick-track, .single-attachment .post-related-posts .slick-slider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev, .single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev {
	right: auto;
	left: 5px;
}

.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i, .single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i {
	display: block;
	margin-top: 1px;
}

.single-post .post-related-posts .slick-slider .slick-arrow, .single-attachment .post-related-posts .slick-slider .slick-arrow {
	background: rgba(0, 0, 0, .27);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .09);
	border-radius: 100%;
}

.single-post .post-related-posts .slick-slider .slick-arrow i, .single-attachment .post-related-posts .slick-slider .slick-arrow i {
	color: #fff;
}

.single-post .post-related-posts .gallery, .single-attachment .post-related-posts .gallery {
	margin-bottom: 0;
}

.single-post .post-related-posts .gallery .gallery-item, .single-attachment .post-related-posts .gallery .gallery-item {
	display: none;
}

.single-post .post-related-posts .gallery .gallery-item:first-child, .single-attachment .post-related-posts .gallery .gallery-item:first-child {
	display: block;
}

.single-post .post-related-posts .gallery.slick-initialized, .single-attachment .post-related-posts .gallery.slick-initialized {
	display: block;
}

.single-post .post-related-posts .gallery.slick-initialized .gallery-item, .single-attachment .post-related-posts .gallery.slick-initialized .gallery-item {
	display: block;
}

.single-post .post-related-posts .gallery ul.slick-dots, .single-attachment .post-related-posts .gallery ul.slick-dots {
	display: none !important;
}

.single-post .post-related-posts .post-inner-wrap, .single-attachment .post-related-posts .post-inner-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-post .post-related-posts .post-grid .first .entry-img, .single-attachment .post-related-posts .post-grid .first .entry-img {
	width: 100%;
}

.single-post .post-related-posts .entry-header, .single-attachment .post-related-posts .entry-header {
	margin-bottom: .25rem;
}

.single-post .post-related-posts .entry-content, .single-attachment .post-related-posts .entry-content {
	margin-bottom: 1.5rem;
}

.single-post .post-related-posts .entry-content > p:last-child, .single-attachment .post-related-posts .entry-content > p:last-child {
	margin-bottom: 0;
}

.single-post .post-related-posts .hentry blockquote, .single-attachment .post-related-posts .hentry blockquote {
	margin-bottom: 0;
}

.single-post .post-related-posts h2.entry-title, .single-post .post-related-posts h1.entry-title, .single-attachment .post-related-posts h2.entry-title, .single-attachment .post-related-posts h1.entry-title {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: normal;
}

.single-post .post-related-posts .entry-img, .single-attachment .post-related-posts .entry-img {
	margin-bottom: 0;
}

.single-post .post-related-posts > h3, .single-post .post-related-posts > h4, .single-post .post-related-posts > h5, .single-attachment .post-related-posts > h3, .single-attachment .post-related-posts > h4, .single-attachment .post-related-posts > h5 {
	position: relative;
}

.single-post .post-related-posts > h3, .single-attachment .post-related-posts > h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-right: 85px;
}

.single-post .post-related-posts .post-grid .format-quote .entry-content, .single-attachment .post-related-posts .post-grid .format-quote .entry-content {
	font-size: 14px;
	color: var(--bb-body-text-color);
}

.single-post .post-related-posts .lg-grid-1-3, .single-attachment .post-related-posts .lg-grid-1-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
	vertical-align: top;
	margin-bottom: 0;
}

.single-post .post-related-posts .post-inner-wrap, .single-attachment .post-related-posts .post-inner-wrap {
	height: 100%;
}

.single-post .post-related-posts .post-inner-wrap .entry-media, .single-attachment .post-related-posts .post-inner-wrap .entry-media {
	padding-top: 68%;
}

.single-post .post-related-posts .entry-content-wrap, .single-attachment .post-related-posts .entry-content-wrap {
	padding: 16px 20px;
}

.single-post .post-related-posts .entry-content-wrap .entry-content, .single-attachment .post-related-posts .entry-content-wrap .entry-content {
	font-size: .8125rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.single-post .post-related-posts .entry-content-wrap .entry-meta, .single-attachment .post-related-posts .entry-content-wrap .entry-meta {
	margin-top: 0;
	margin-bottom: 0;
}

.single-post .post-related-posts .entry-content-wrap .entry-meta .push-right > a.bookmark-link-container, .single-attachment .post-related-posts .entry-content-wrap .entry-meta .push-right > a.bookmark-link-container {
	display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1550px) {
	.single-post .post-related-posts .single-post.bb-buddypanel .site-content, .single-attachment .post-related-posts .single-post.bb-buddypanel .site-content {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
	.single-post .post-related-posts .single-post .content-area, .single-attachment .post-related-posts .single-post .content-area {
		max-width: 100%;
		width: 100%;
	}
	
	.single-post .post-related-posts .single-post .widget-area:not(.widget-area-secondary), .single-attachment .post-related-posts .single-post .widget-area:not(.widget-area-secondary) {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: 100%;
	}
	
	.single-post .post-related-posts .single.single-post .site-content-grid, .single-attachment .post-related-posts .single.single-post .site-content-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 544px) {
	.single-post .post-related-posts .slick-initialized .slick-list, .single-attachment .post-related-posts .slick-initialized .slick-list {
		height: 100% !important;
	}
}

.single-post .comment-text {
	font-size: 14px;
}

.single-post .comment-text p {
	margin-bottom: 20px;
}

@media (max-width: 900px) {
	body.has-sidebar.single-post .post-related-posts .slick-initialized .slick-list {
		height: 100% !important;
	}
}

.bb-share-container span.jssocials-share-label {
	display: none !important;
}

@media (max-width: 543px) {
	.single .entry-title {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	
	.post-grid .first .ratio-wrap, .bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap {
		width: 100%;
	}
}

@media (min-width: 375px) and (max-width: 543px) {
	.post-grid.grid .entry-meta .top-meta {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		margin-top: 0;
	}
}

@media (min-width: 544px) and (max-width: 767px) {
	.post-related-posts .post-grid .hentry.first .entry-img {
		padding-top: 36%;
	}
}

/* Platform Blog sections (rendered when the theme's own equivalents are off) */
.bb-blog-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
}

.bb-blog-share__label {
	font-size: 15px;
	font-weight: 600;
	color: var(--bb-headings-color);
}

.bb-blog-share__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	border-radius: 100%;
	color: var(--bb-body-text-color);
	font-size: 24px;
}

.bb-blog-share.bb-blog-share--standalone {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bb-blog-share__link {
	background-color: transparent;
}

.bb-blog-share__link i {
	font-family: bb-icons !important;
	font-style: normal;
}

.bb-blog-share__link--facebook i:before {
	content: "";
}

.bb-blog-share__link--linkedin i:before {
	content: "";
}

.bb-blog-share__link--x i:before {
	content: "";
}

.bb-blog-share__link--whatsapp i:before {
	content: "";
}

.bb-blog-share__link--email i:before {
	content: "";
}

.bb-blog-author-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid var(--bb-content-border-color);
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.bb-blog-author-bio__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.bb-blog-author-bio__avatar img, .bb-blog-author-bio__avatar .avatar {
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.bb-blog-author-bio__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
}

.bb-blog-author-bio__name {
	font-size: 18px;
	letter-spacing: -.27px;
	line-height: 24px;
	margin: 0 0 5px;
}

.bb-blog-author-bio__name a {
	color: var(--bb-headings-color);
}

.bb-blog-author-bio__name a:hover {
	color: var(--bb-primary-color);
}

.bb-blog-author-bio__description {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
	line-height: 1.5;
	margin: 0;
	white-space: pre-wrap;
}

.bb-blog-related {
	border-top: 1px solid var(--bb-content-border-color);
	margin-bottom: 30px;
	padding-top: 25px;
}

.bb-blog-related__title {
	font-size: 18px;
	font-weight: 600;
	color: var(--bb-headings-color);
	margin: 0 0 20px;
}

.bb-blog-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 800px) {
	.bb-blog-related__grid {
		grid-template-columns: 1fr;
	}
}

.bb-blog-related__item {
	display: block;
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	overflow: hidden;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bb-blog-related__item:hover {
	box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
}

.bb-blog-related__image {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 52.56%;
	background-color: var(--bb-cover-image-background-color);
}

.bb-blog-related__image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	object-fit: cover;
}

.bb-blog-related__item-title {
	display: block;
	font-size: 15px;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 1.4;
	padding: 15px 15px 5px;
}

.bb-blog-related__date {
	display: block;
	font-size: 13px;
	color: var(--bb-alternate-text-color);
	padding: 0 15px 15px;
}

/* Bookmark + subscribe buttons (theme mode) */
.bb-blog-bookmark, .bb-blog-subscribe {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	background: transparent;
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-button-radius);
	padding: 8px 14px;
	cursor: pointer;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bb-blog-bookmark:hover, .bb-blog-subscribe:hover {
	color: var(--bb-headings-color);
	border-color: var(--bb-headings-color);
}

.bb-blog-bookmark__icon, .bb-blog-subscribe__icon {
	font-size: 16px;
}

.bb-blog-bookmark.is-bookmarked, .bb-blog-bookmark.is-subscribed, .bb-blog-subscribe.is-bookmarked, .bb-blog-subscribe.is-subscribed {
	color: var(--bb-primary-color);
	border-color: var(--bb-primary-color);
}

/* Update RL Variables to theme values for single post */
body.buddyboss-theme.single-post {
	--bb-rl-background-color: var(--bb-content-background-color);
	--bb-rl-background-secondary-color: var(--bb-content-alternate-background-color);
	--bb-rl-background-secondary-hover-color: var(--bb-content-alternate-background-color);
	--bb-rl-background-hover-color: var(--bb-content-alternate-background-color);
	--bb-rl-background-tertiary-color: var(--bb-secondary-button-background-regular);
	--bb-rl-background-brand-primary-color: var(--bb-primary-color);
	--bb-rl-background-brand-primary-hover-color: var(--bb-primary-button-background-hover);
	--bb-rl-background-brand-secondary-color: var(--bb-secondary-button-background-regular);
	--bb-rl-background-brand-disabled-color: rgba(var(--bb-primary-color-rgb), .6);
	--bb-rl-text-brand-primary-color: var(--bb-primary-color);
	--bb-rl-text-white-color: var(--bb-primary-button-text-regular);
	--bb-rl-background-danger-primary-color: var(--bb-danger-color);
	--bb-rl-background-danger-secondary-color: rgba(var(--bb-danger-color-rgb), .1);
	--bb-rl-border-danger-secondary-color: var(--bb-danger-color);
	--bb-rl-text-danger-secondary-color: var(--bb-danger-color);
	--bb-rl-icon-danger-secondary-color: var(--bb-danger-color);
	--bb-rl-border-secondary-color: var(--bb-content-border-color);
	--bb-rl-border-brand-secondary-color: var(--bb-primary-button-border-regular);
	--bb-rl-border-tertiary-color: var(--bb-content-border-color);
	--bb-rl-border-quaternary-color: var(--bb-content-border-color);
	--bb-rl-text-color: var(--bb-headings-color);
	--bb-rl-text-secondary-color: var(--bb-body-text-color);
	--bb-rl-text-tertiary-color: var(--bb-alternate-text-color);
	--bb-rl-icon-primary-color: var(--bb-headings-color);
	--bb-rl-icon-secondary-color: var(--bb-alternate-text-color);
	--bb-rl-radius-lg: var(--bb-block-radius);
	--bb-rl-radius-base: var(--bb-block-radius-inner);
	--bb-rl-radius-md: var(--bb-button-radius);
	--bb-rl-radius-sm: var(--bb-checkbox-radius);
}

/* Subscribe + bookmark in the single post meta row. */
.author-post-meta .bb-blog-single-subscribe-bell, .author-post-meta .bb-blog-bookmark {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}

.author-post-meta .bb-blog-single-subscribe-bell:hover, .author-post-meta .bb-blog-bookmark:hover {
	border-color: transparent;
}

.author-post-meta .bb-blog-single-subscribe-bell:disabled, .author-post-meta .bb-blog-bookmark:disabled {
	opacity: .6;
	cursor: default;
}

.author-post-meta .bb-blog-single-subscribe-bell i, .author-post-meta .bb-blog-bookmark i {
	font-size: 24px;
	line-height: 1;
}

.author-post-meta .bb-blog-single-subscribe-bell:hover i, .author-post-meta .bb-blog-bookmark:hover i {
	color: var(--bb-primary-color);
}

.author-post-meta .bb-blog-bookmark.is-bookmarked i {
	color: var(--bb-primary-color);
	font-weight: 300;
}

.bb-blog-subscribe-modal__close {
	padding: 0;
}

.bb-blog-subscribe-modal__close:hover {
	background-color: transparent;
	box-shadow: none;
}

.bb-blog-subscribe-modal__close i {
	font-size: 30px;
}

.bb-blog-subscribe-modal__icon {
	padding: 6px;
}

.bb-blog-subscribe-modal__icon i {
	font-size: 20px;
}

.bb-blog-subscribe-modal .bb-blog-subscribe__icon {
	font-size: 18px;
}

.bb-blog-subscribe-modal [class*="bb-icons-rl"] {
	font-family: bb-icons;
	font-style: normal;
	font-weight: 400;
}

.bb-blog-subscribe-modal .bb-icons-rl-push-pin:before {
	content: "";
}

.bb-blog-subscribe-modal .bb-icons-rl-bell-ringing:before {
	content: "";
}

.bb-blog-subscribe-modal .bb-icons-rl-plus:before {
	content: "";
}

.bb-blog-subscribe-modal .bb-icons-rl-minus:before {
	content: "";
}

.bb-blog-subscribe-modal .bb-icons-rl-x:before {
	content: "";
}

/* Blog listing header */
.bb-blog-dir-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.bb-blog-dir-header__heading {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	min-width: 1px;
}

.bb-blog-dir-header__title {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -.24px;
	color: var(--bb-headings-color);
}

.bb-blog-dir-header__description {
	margin-top: 5px;
	font-size: 14px;
	color: var(--bb-alternate-text-color);
}

.bb-blog-dir-header__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bb-blog-dir-header__divider {
	width: 1px;
	height: 25px;
	background-color: var(--bb-content-border-color);
}

.bb-blog-dir-header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.bb-blog-dir-header [class*="bb-icons-rl"] {
	font-family: bb-icons;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: .99;
}

.bb-blog-dir-header .bb-icons-rl-plus:before {
	content: "";
}

.bb-blog-dir-header .bb-icons-rl-bell-simple-ringing:before, .bb-blog-dir-header .bb-icons-rl-bell:before {
	content: "";
}

.bb-blog-dir-header .bb-icons-rl-bell-slash:before {
	content: "";
}

.bb-blog-filter {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.bb-blog-filter__select {
	height: 38px;
	padding: 6px 30px 6px 9px;
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-button-radius);
	background-color: var(--bb-content-background-color);
	background-image: none;
	color: var(--bb-headings-color);
	font-size: 14px;
	line-height: 1;
	letter-spacing: -.24px;
	max-width: 135px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: none;
}

.bb-blog-filter__select.nitro-lazy {
	background-image: none !important;
}

.bb-blog-filter:after {
	content: "";
	position: absolute;
	right: 8px;
	font-family: bb-icons;
	font-size: 18px;
	line-height: 1;
	color: var(--bb-headings-color);
	pointer-events: none;
}

.bb-blog-dir-header__actions .bb-blog-directory-subscribe, .bb-blog-dir-header__actions .bb-blog-subscribe, .bb-blog-dir-header__actions .bb-member-blog-create-new {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	height: 38px;
	padding: 8px 22px;
	border-radius: var(--bb-button-radius);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.24px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bb-blog-dir-header__actions .bb-blog-directory-subscribe, .bb-blog-dir-header__actions .bb-blog-subscribe {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	color: var(--bb-headings-color);
}

.bb-blog-dir-header__actions .bb-blog-directory-subscribe:focus-within, .bb-blog-dir-header__actions .bb-blog-subscribe:focus-within {
	border-color: var(--bb-input-focus-border-color);
	box-shadow: none;
	outline: none;
}

.bb-blog-dir-header__actions .bb-member-blog-create-new {
	background-color: var(--bb-primary-button-background-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	color: var(--bb-primary-button-text-regular);
}

.bb-blog-dir-header__actions .bb-member-blog-create-new:hover {
	background-color: var(--bb-primary-button-background-hover);
	border-color: var(--bb-primary-button-border-hover);
	color: var(--bb-primary-button-text-hover);
}

@media (max-width: 799px) {
	.bb-blog-dir-header__heading {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	
	.bb-blog-dir-header__controls {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.bb-blog-dir-header__title {
		font-size: 28px;
		line-height: 36px;
	}
}

.sticky-header #comments {
	position: relative;
}

.comments-title {
	font-family: inherit;
	font-size: 18px;
	margin-bottom: 20px;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.children {
	list-style: none;
	margin-bottom: 0;
}

.comment-author .avatar {
	border-radius: 100%;
	max-width: 42px;
}

.comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	margin-bottom: 20px;
	padding: 30px;
}

cite.fn {
	display: block;
}

.comment-content-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 12px;
}

.comment-author {
	line-height: 1;
}

.comment-author a.url {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 18px;
}

a.comment-date {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	letter-spacing: -.24px;
}

a.comment-date:hover {
	color: var(--bb-headings-color);
}

.comment-text {
	font-size: 16px;
	color: var(--bb-body-text-color);
	letter-spacing: -.24px;
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
	word-break: break-word;
}

.comment-text p:last-child {
	margin-bottom: 0;
}

.comment-footer a:not(.bb-bookmark) {
	color: inherit;
	margin-right: 20px;
}

.comment-footer {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -.26px;
	margin-bottom: -8px;
}

.comment-footer a {
	color: inherit;
}

.comment-footer a:hover {
	color: var(--bb-headings-color);
}

.comment-footer .bb-bookmark {
	cursor: pointer;
}

.comment-respond {
	margin: 20px 0;
	padding: 30px;
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	-webkit-transition: .3s all;
	transition: .3s all;
}

.comment-respond.bb-active {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .06);
}

.comment-respond .comment-author {
	font-weight: 500;
	color: var(--bb-headings-color);
}

.comment-respond .comment-author:hover {
	color: var(--bb-primary-color);
}

.comment-respond .vcard {
	margin-right: 12px;
}

.comment-respond .vcard a {
	color: var(--bb-headings-color);
}

.comment-respond .vcard a:hover {
	color: var(--bb-primary-color);
}

.comment-respond form {
	margin: 0;
}

.comment-respond form div.error {
	font-size: 14px;
	line-height: 20px;
}

.comment-respond textarea {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.comment-respond .form-submit {
	margin: 0;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-respond .comment-form-comment {
	margin-bottom: 15px;
}

.comment-reply-title {
	color: var(--bb-headings-color);
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 1.6875rem;
}

p.logged-in-as, p.comment-notes {
	font-size: 16px;
}

.comment-form label {
	display: block;
}

.comment-form textarea {
	width: 100%;
	max-height: 120px;
	resize: vertical;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="name"], .comment-form input[type="url"] {
	width: 100%;
}

@media (min-width: 800px) {
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: -webkit-calc(33.33% - 13.33px);
		width: calc(33.33% - 13.33px);
		float: left;
		margin-right: 20px;
	}
}

.comment-form-cookies-consent {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-form-cookies-consent label {
	font-size: 16px;
	margin: 0;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-right: 15px;
}

#respond .comment-form-url {
	margin-right: 0;
}

#respond .comment-form-url input {
	max-width: 100%;
}

p.form-submit {
	clear: both;
}

#cancel-comment-reply-link {
	color: var(--bb-alternate-text-color);
	margin-right: 15px;
}

#comments > div#respond h2 {
	margin: 0;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	background: rgba(0, 0, 0, .27);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .09);
	border-radius: 100%;
	cursor: pointer;
	float: right;
	height: 30px;
	left: 5px;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
	opacity: .8;
	-webkit-transition: .3s all;
	transition: .3s all;
	z-index: 10;
}

.slick-arrow i {
	color: #fff;
	font-size: 28px;
	margin: 0 -3px;
	line-height: 1.2;
}

.slick-arrow.bb-slide-next {
	right: 5px;
	left: auto;
}

.slick-arrow.bb-slide-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

ul.slick-dots {
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	list-style: none;
	text-align: center;
}

ul.slick-dots li {
	display: inline-block;
}

ul.slick-dots span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #fff;
	margin: 0 2px;
}

ul.slick-dots .slick-active span {
	background: #fff;
	cursor: pointer;
}

.post-related-posts a.slick-arrow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 5px;
}

.post-related-posts a.slick-arrow i {
	color: var(--bb-alternate-text-color);
	font-size: 30px;
	line-height: 1;
}

.post-related-posts a.slick-arrow:not(.slick-disabled):hover {
	border-color: var(--bb-content-border-color);
	background-color: var(--bb-content-alternate-background-color);
}

.post-related-posts a.slick-arrow:not(.slick-disabled):hover i {
	color: var(--bb-headings-color);
}

.post-related-posts a.slick-arrow.slick-disabled i {
	opacity: .5;
}

.post-related-posts a.slick-arrow.bb-slide-prev {
	margin-right: 8px;
	right: 35px;
	left: inherit;
}

.bb-template-v2 .post-related-posts a.slick-arrow {
	border-radius: 6px;
}

.post-related-posts .slick-slider .slick-list {
	padding-left: 0;
	padding-right: 0;
}

body.page-template-page-fullwidth .wp-block-cover-image {
	width: 100vw;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
}

body.page-template-page-fullwidth .wp-block-code {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

pre.wp-block-code, pre.wp-block-verse, pre.wp-block-preformatted {
	max-width: 1200px;
	width: 100%;
}

.wp-block-media-text, figure.wp-block-audio {
	margin: 0rem 0rem 1.6875rem;
}

ul.wp-block-gallery {
	margin-left: 0;
}

blockquote.wp-block-pullquote {
	color: var(--bb-body-text-color);
	border-top: 1px solid rgba(0, 0, 0, .05);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding: 2em 0;
}

blockquote.wp-block-pullquote p {
	font-size: 24px;
	line-height: 1.4;
	font-weight: inherit;
	margin-bottom: 0;
}

blockquote.wp-block-pullquote cite {
	font-style: italic;
	font-weight: inherit;
	font-size: 15px;
	margin-top: 1.25em;
	text-transform: none;
	display: inline-block;
}

p.has-background {
	padding: 30px;
}

figure.wp-block-audio audio {
	width: 100%;
}

figure.wp-block-audio figcaption {
	color: #939597;
}

figure.wp-block-video video {
	width: 100%;
}

figure.wp-block-video figcaption {
	color: #939597;
}

.wp-block-image, figure.wp-block-video {
	margin: 0rem 0rem 1.6875rem;
}

.wp-block-image .wp-element-caption, figure.wp-block-video .wp-element-caption {
	margin-bottom: inherit;
}

pre.wp-block-code {
	padding: .75em 1.25em;
}

pre.wp-block-code code {
	font-size: 14px;
	line-height: 1.5;
}

table.wp-block-table {
	display: table;
}

.wp-block-columns {
	margin-left: -10px;
	margin-right: -10px;
}

.wp-block-columns p {
	padding-left: 10px;
	padding-right: 10px;
}

hr.wp-block-separator {
	border-color: transparent;
	height: 1px;
	border-bottom: 0;
	background-color: #dedfe2;
}

.wp-block-categories.aligncenter {
	text-align: inherit;
}

.wp-block-categories ul {
	list-style: none;
	text-align: left;
	margin-left: 0;
}

.wp-block-categories ul li.cat-item {
	font-size: 14px;
}

.wp-block-categories ul li.cat-item a {
	color: #939597;
}

.wp-block-categories ul li.cat-item a:hover {
	color: var(--bb-headings-color);
}

.wp-block-categories ul li.cat-item ul {
	padding-left: 2em;
}

.elementor-element.widget.bp-latest-activities ul, ul.wp-block-latest-posts {
	list-style: none;
	margin-left: 0;
}

.elementor-element.widget.bp-latest-activities ul li, ul.wp-block-latest-posts li {
	text-align: left;
}

.elementor-element.widget.bp-latest-activities ul li a, ul.wp-block-latest-posts li a {
	color: var(--bb-headings-color);
	font-size: 14px;
	line-height: 21px;
}

.elementor-element.widget.bp-latest-activities ul li a:hover, ul.wp-block-latest-posts li a:hover {
	color: var(--bb-primary-color);
}

.elementor-element.widget.bp-latest-activities ul li .wp-block-latest-posts__post-date, .elementor-element.widget.bp-latest-activities ul li .wp-block-latest-posts__post-author, ul.wp-block-latest-posts li .wp-block-latest-posts__post-date, ul.wp-block-latest-posts li .wp-block-latest-posts__post-author {
	font-size: 13px;
	color: var(--bb-alternate-text-color);
	line-height: 20px;
}

.elementor-element.widget.bp-latest-activities ul li .wp-block-latest-posts__post-excerpt, ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
	line-height: 21px;
	margin-bottom: 15px;
	margin-top: 8px;
}

.elementor-widget-wp-widget-bbp_replies_widget ul, .elementor-widget-wp-widget-bbp_forums_widget ul, .elementor-widget-wp-widget-bbp_topics_widget ul, .elementor-widget-wp-widget-bbp_views_widget ul, .elementor-widget-wp-widget-recent-posts ul, .elementor-element.widget.bp-latest-activities ul {
	list-style: none;
	margin: 0;
}

.elementor-widget-wp-widget-bbp_replies_widget ul li a, .elementor-widget-wp-widget-bbp_forums_widget ul li a, .elementor-widget-wp-widget-bbp_topics_widget ul li a, .elementor-widget-wp-widget-bbp_views_widget ul li a, .elementor-widget-wp-widget-recent-posts ul li a, .elementor-element.widget.bp-latest-activities ul li a {
	color: var(--bb-alternate-text-color);
	font-size: 14px;
}

.elementor-widget-wp-widget-bbp_replies_widget ul li a:hover, .elementor-widget-wp-widget-bbp_forums_widget ul li a:hover, .elementor-widget-wp-widget-bbp_topics_widget ul li a:hover, .elementor-widget-wp-widget-bbp_views_widget ul li a:hover, .elementor-widget-wp-widget-recent-posts ul li a:hover, .elementor-element.widget.bp-latest-activities ul li a:hover {
	color: var(--bb-primary-color);
}

figure.wp-block-embed {
	margin: 0;
}

.entry-content .wp-block-embed .fluid-width-video-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-block-table td, .wp-block-table th {
	border-color: rgba(0, 0, 0, .05);
}

.wp-block-table th:first-child, .wp-block-table td:first-child {
	padding-left: .5em;
}

.wp-block-table th:last-child, .wp-block-table td:last-child {
	padding-right: .5em;
}

table.wp-block-table.is-style-regular {
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.entry-content img {
	vertical-align: bottom;
}

.entry-content .emoji, .entry-content .emojioneemoji {
	vertical-align: middle;
}

body .wp-block-cover-image h2, body .wp-block-cover-image .wp-block-cover-image-text, body .wp-block-cover-image .wp-block-cover-text, body .wp-block-cover h2, body .wp-block-cover .wp-block-cover-image-text, body .wp-block-cover .wp-block-cover-text {
	font-size: 2.5em;
	font-weight: 600;
}

.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-wordpress-tv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-social-links {
	margin: 1.6875rem 0rem;
}

.jssocials-shares {
	text-align: center;
}

.jssocials-shares * {
	box-sizing: border-box;
}

.jssocials-share {
	display: inline-block;
	vertical-align: top;
}

.jssocials-share:last-child {
	margin-right: 0;
}

.jssocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 1.5em;
}

img.jssocials-share-logo {
	width: auto;
	height: 1em;
}

.jssocials-share-link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
	padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
	display: block;
	font-size: .6em;
	margin: 0 -.5em -.8em;
}

.jssocials-share-link.jssocials-share-no-count {
	padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
	height: 1em;
}

.jssocials-share-label {
	padding-left: .3em;
	vertical-align: middle;
}

.jssocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 .3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
	display: none;
}

.jssocials-share-count {
	line-height: 1.5em;
	vertical-align: middle;
}

.jssocials-share-logo.fa:before {
	font-family: bb-icons;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jssocials-share-logo.fa.fa-twitter:before {
	content: "";
}

.jssocials-share-logo.fa.fa-facebook:before {
	content: "";
}

.single .site-content-grid {
	position: relative;
}

.bb-share-container {
	position: absolute;
	width: 50px;
	top: 175px;
	background: var(--bb-content-background-color);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 100px;
	padding: 15px 0;
	text-align: center;
	z-index: 21;
}

.sidebar-left .bb-share-container {
	margin-right: -60px;
}

.sidebar-right .bb-share-container {
	margin-left: -60px;
}

.single-post:not(.has-sidebar) .bb-share-container, .single-attachment:not(.has-sidebar) .bb-share-container {
	margin-left: -60px;
}

.bb-share-container .bb-bookmark, .bb-share-container .bb-icon-bookmark-small:before {
	color: inherit;
	font-size: 24px;
	margin: 0;
}

.bb-share-container .like-count {
	display: block;
	text-align: center;
}

.bb-share-container a.bb-like-wrap {
	-ms-flex-flow: column;
	flex-flow: column;
	margin: 6px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bb-share-container .bb-icon-like {
	font-size: 26px;
	color: var(--bb-headings-color);
	line-height: 1.3;
}

.bb-share-container a {
	color: var(--bb-headings-color);
	font-size: 17px;
	margin-bottom: 2px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bb-share-container a > * {
	opacity: .4;
}

.bb-share-container a:hover {
	color: var(--bb-headings-color);
}

.bb-share-container a:hover > i:before {
	font-weight: 300;
}

.bb-share-container a:hover > * {
	opacity: 1;
}

.bb-share-container a i.bookmarked {
	opacity: 1;
}

.bb-share-container a i.bb-icon-like.bookmarked {
	opacity: .9;
}

.bb-share-container a i.bb-icon-bookmark-small.bookmarked {
	opacity: .4;
}

.bb-share-container a i.bb-icon-bookmark-small.bookmarked:hover {
	opacity: 1;
}

.bb-share-container a i.bookmarked + .like-count {
	opacity: 1;
}

.bb-share-container.bb-share-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
}

.jssocials-share-count-box {
	display: block;
	font-size: 14px;
	color: var(--bb-headings-color);
	letter-spacing: -.24px;
	line-height: 1;
	opacity: .4;
	margin-bottom: 5px;
}

.jssocials-share.jssocials-share-twitter {
	margin-bottom: 0;
}

.author-box-share-wrap {
	position: relative;
}

.author-box-share-wrap:hover .bb-share-author-box {
	visibility: visible;
	opacity: 1;
}

.author-box-share-wrap .jssocials-shares {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
}

.bb-sharing-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 24px;
	gap: 8px;
}

.bb-sharing-box .bb-share {
	color: var(--bb-body-text-color);
	font-size: 16px;
	font-weight: 500;
}

.bb-sharing-box .bb-share-author-box {
	position: static;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.bb-sharing-box .bb-share-author-box a > i {
	opacity: 1;
}

.bb-sharing-box .bb-share-author-box a > i:hover:before {
	font-weight: 400;
}

.bb-sharing-box .jssocials-shares {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 8px;
}

.bb-sharing-box .jssocials-shares .jssocials-share:not(:last-child) {
	margin-bottom: 0;
}

.content-area .author-post-meta .jssocials-shares {
	margin-bottom: 6px;
	margin-top: 6px;
}

.bb-share-container .jssocials-share:not(:last-child) {
	margin-bottom: 8px;
}

.social-networks .fa {
	font-family: FontAwesome;
	font-weight: 400;
}

.bb-share-container span.like-count {
	display: none;
}

@media (max-width: 1400px) {
	.bb-share-author-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		box-shadow: 0 6px 10px 10px rgba(0, 0, 0, .06);
		width: auto;
		height: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 15px;
		top: 80%;
	}
	
	.bb-share-author-box a.bb-like-wrap {
		-ms-flex-flow: row;
		flex-flow: row;
		margin: 0 10px 0 0;
	}
	
	.bb-share-author-box a {
		font-size: 16px;
		margin: 0;
	}
	
	.bb-share-author-box .bb-bookmark {
		position: relative;
		top: 2px;
	}
	
	.bb-share-author-box .jssocials-shares {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.bb-footer {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: var(--bb-footer-background);
	font-size: 13px;
	color: var(--bb-footer-text-color);
}

.bb-footer.footer-widget-area {
	background-color: var(--bb-footer-widget-background);
}

.bb-footer li a {
	font-size: 13px;
	color: var(--bb-footer-menu-link-color-regular);
	letter-spacing: -.24px;
}

.bb-footer .widget ul li a {
	color: var(--bb-footer-menu-link-color-regular);
}

.bb-footer .widget ul li a:hover {
	color: var(--bb-footer-menu-link-color-hover);
}

.bb-footer .widget {
	background-color: transparent;
	border: 0;
	font-size: inherit;
	color: inherit;
	margin-bottom: 30px;
	padding: 0;
}

.bb-footer .widget li {
	margin-bottom: 16px;
}

.bb-footer .widget li i {
	margin-right: 5px;
}

.bb-footer .widget li.vcard {
	margin-bottom: 0;
}

.bb-footer .widget h4:not(.widget-title) {
	margin-bottom: 0;
}

.bb-footer .widget-title {
	font-size: 14px;
	letter-spacing: .5px;
	margin-bottom: 30px;
}

.bb-footer .menu-item-has-children:not(.hideshow) {
	position: relative;
	margin-right: 10px;
}

.bb-footer .menu-item-has-children:not(.hideshow):after {
	content: "";
	font-family: bb-icons;
	font-weight: normal;
	font-style: normal;
	speak: none;
	display: inline-block;
	color: var(--bb-header-links);
	position: absolute;
	right: 7px;
	top: 0;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bb-footer .menu-item-has-children:not(.hideshow):hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.bb-footer .menu-item-has-children .sub-menu .sub-menu {
	right: inherit;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	bottom: unset;
}

.bb-footer .sub-menu {
	top: auto;
	bottom: 100%;
	margin-top: 16px;
	margin-left: 0;
}

.bb-footer .sub-menu .menu-item-has-children:after {
	top: unset;
}

.bb-footer .menu-item-has-children > a:after {
	top: auto;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.bb-footer .bs-submenu-toggle {
	cursor: pointer;
	position: relative;
	font-size: 20px;
	top: 3px;
	z-index: 22;
}

.bb-footer .widget_nav_menu .sub-menu a {
	color: var(--bb-alternate-text-color);
	display: inline-block;
}

.bb-footer .widget_nav_menu .sub-menu a:hover {
	color: var(--bb-primary-color);
}

.bb-footer .bb-menu-widget {
	margin-bottom: 30px;
}

.bb-footer .bbp-login-links {
	clear: both;
	margin: 20px 0 0;
	float: left;
	width: 100%;
}

.bb-footer .bbp_widget_login .bbp-remember-me {
	float: left;
	margin-top: 28px;
}

.bb-footer .bbp_widget_login .bbp-submit-wrapper {
	width: 100%;
}

.bb-footer .bbp_widget_login .bbp-login-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.bb-footer .widget.buddypress div.item-options a {
	margin-right: .9375rem;
	font-size: .8125rem;
}

.bb-footer .footer-bottom {
	border-top: 0;
	padding: 40px 0;
	font-size: 14px;
}

.bb-footer .footer-bottom li {
	padding: 0;
}

.bb-footer .footer-bottom li a {
	font-size: 14px;
}

.bb-footer .footer-widget-area {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.bb-footer .footer-widget-area + .footer-bottom {
	border-top: 1px solid var(--bb-content-border-color);
}

.bb-footer .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.bb-footer .footer-menu .current-menu-item a {
	color: var(--bb-footer-menu-link-color-active);
}

.bb-footer .footer-menu a {
	padding: 0;
	font-size: 14px;
	color: var(--bb-footer-menu-link-color-regular);
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-right: 30px;
}

.bb-footer .footer-menu a:hover {
	color: var(--bb-footer-menu-link-color-hover);
}

.bb-footer .footer-menu a i {
	margin-top: 0;
}

.bb-footer .footer-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 0 auto;
	list-style: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bb-footer .footer-socials a {
	display: block;
	line-height: 1;
	margin: 6px;
}

.bb-footer .footer-socials a[data-balloon][data-balloon-pos="up"]:after {
	text-transform: capitalize;
}

.bb-footer .footer-socials a:hover {
	color: var(--bb-footer-menu-link-color-hover);
}

.bb-footer .footer-socials li:first-child a {
	margin-left: 0;
}

.bb-footer .footer-socials li:last-child a {
	margin-right: 0;
}

.bb-footer .footer-socials i {
	font-size: 24px;
	font-weight: 200;
}

span.bb-separator.vertical {
	background: rgba(0, 0, 0, .1);
	height: 100%;
	max-height: 100%;
	margin: 0;
}

span.bb-separator.horizontal {
	background: rgba(0, 0, 0, .1);
	max-height: 1px;
	width: 100%;
	margin: 1rem 0;
}

#page .footer-widget-area {
	padding-top: 30px;
}

#page .footer-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-bottom .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.copyright {
	margin-right: 30px;
}

.copyright, .footer-desc {
	font-size: 14px;
	letter-spacing: -.24px;
}

.footer-desc {
	text-align: right;
	line-height: 1.6;
}

.footer-socials + .footer-desc {
	margin-top: 5px;
}

.footer-desc p:last-child {
	margin-bottom: 0;
}

.footer-copyright-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 5px;
}

.footer-copyright-wrap .footer-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-copyright-wrap .footer-menu a {
	font-size: 14px;
	color: var(--bb-footer-menu-link-color-regular);
	letter-spacing: -.24px;
	text-transform: none;
}

.footer-copyright-wrap .footer-menu a:hover {
	color: var(--bb-footer-menu-link-color-hover);
}

.footer-copyright-wrap .footer-menu .current-menu-item a {
	border-bottom: 2px solid var(--bb-footer-menu-link-color-hover);
	padding-bottom: 8px;
	color: var(--bb-footer-menu-link-color-active);
}

.footer-copyright-wrap .footer-menu .current-menu-item a:hover {
	color: var(--bb-footer-menu-link-color-hover);
	border-bottom-color: var(--bb-footer-menu-link-color-hover);
}

.footer-copyright-wrap .footer-menu .sub-menu .current-menu-item a {
	border-bottom: 0;
}

.footer-logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 15px;
}

.footer-logo-wrap .footer-logo {
	margin-right: 20px;
}

span.footer-tagline {
	font-size: 14px;
}

.bb-footer.style-2 .footer-bottom-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bb-footer.style-2 .footer-socials {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.bb-footer.style-2 .footer-desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.bb-footer.style-2 .footer-desc {
	margin: 0 0 10px;
}

.footer-bottom-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-bottom-right {
	padding-left: 20px;
	max-width: 30%;
}

.footer-logo img {
	height: auto;
	max-height: 70px;
	width: auto;
}

.bb-footer .footer-menu li .count {
	margin-left: 5px;
}

.bb-footer .footer-menu .sub-menu a {
	margin: 0;
	text-transform: none;
}

.bb-footer .footer-menu .sub-menu span.count {
	float: right;
	font-size: 10px;
}

.bb-footer .footer-menu .sub-menu .selected > a {
	border: 0;
}

.bb-footer .footer-menu .more-button.active:after {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
	bottom: 22px;
	left: 22px;
}

.bb-footer .footer-menu .bb-custom-icon {
	display: none;
}

.bb-footer .footer-menu li.menu-item .bb-icon-file:not(.buddyboss) {
	display: none;
}

@media screen and (max-width: 992px) {
	.bb-footer .footer-widget {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media screen and (max-width: 767px) {
	.bb-footer .footer-widget {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.footer-bottom .container.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.footer-bottom .footer-menu, .footer-bottom .footer-socials {
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.bb-footer .footer-menu a {
		margin: 0 15px;
	}
	
	.footer-bottom-right {
		max-width: 100%;
	}
	
	.footer-copyright-wrap, .footer-bottom-right {
		margin-top: 20px;
	}
	
	.copyright, .footer-desc {
		text-align: center;
	}
	
	.copyright, .footer-bottom .footer-menu.secondary {
		margin: 0;
		width: 100%;
	}
	
	.footer-bottom-right {
		width: 100%;
	}
	
	.footer-logo-wrap .footer-logo {
		margin: 0 auto 15px;
	}
	
	span.footer-tagline {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
}

@media screen and (min-width: 544px) and (max-width: 992px) {
	.bb-footer .footer-widget:first-child:nth-last-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.bb-footer .footer-widget:first-child:nth-last-child(2), .bb-footer .footer-widget:first-child:nth-last-child(2) ~ .footer-widget {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 543px) {
	.bb-footer .footer-widget {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.bb-meeting-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	background: #fff;
	border: 1px solid var(--bb-content-border-color);
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}

.bp-vertical-navs .bb-meeting-container {
	border: 0;
	padding: 0;
}

.bb-meeting-container #subnav {
	margin: 20px -20px;
	width: auto;
	padding: 0 20px;
}

.bb-meeting-container .bb-meeting-actions-wrap {
	margin: 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.bb-meeting-container .bb-meeting-actions-wrap .bb-title {
	margin: 0;
}

@media screen and (max-width: 360px) {
	.bb-meeting-container .bb-meeting-actions-wrap .bb-meeting-actions #bp-add-meeting {
		padding: 8px 10px;
		font-size: 12px;
	}
}

#bp-meeting-edit .modal-mask, #bp-meeting-create .modal-mask {
	z-index: 999;
}

#bp-meeting-edit .modal-mask .modal-wrapper, #bp-meeting-create .modal-mask .modal-wrapper {
	max-width: 1100px;
}

#buddypress #bp-new-zoom-meeting-form {
	height: 90vh;
	overflow: auto;
	margin: 5vh 0;
	box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .08);
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup {
	display: inline-block;
	width: 100%;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-right: 0;
	clear: left;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap:nth-child(even) {
	margin-left: 2%;
	clear: none;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap.full-row {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap.checkbox-row label {
	position: relative;
	line-height: 1.3;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap.checkbox-row label:before {
	position: absolute;
	left: 0;
	top: -1px;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap.checkbox-row label > span {
	font-weight: normal;
	padding-left: 25px;
	display: inline-block;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bp-zoom-meeting-form-submit-wrapper {
	clear: both;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-radius: 20px;
	background: #eceef1 none !important;
	border: 0;
	color: #333;
	padding: 3px 15px;
}

#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-select-container span.select2-selection__choice__remove:before {
	font-size: 14px;
	background: transparent;
}

#buddypress #bp-new-zoom-meeting-form p label {
	font-size: 16px;
	letter-spacing: -.24px;
	line-height: 1;
	margin: 0 0 8px;
	cursor: pointer;
}

#buddypress #bp-new-zoom-meeting-form p label[aria-hidden="true"] {
	cursor: auto;
}

#buddypress #bp-new-zoom-meeting-form p input + label {
	font-size: 15px;
	margin-top: 12px;
}

#buddypress #bp-new-zoom-meeting-form .select2-container {
	width: 100% !important;
}

#buddypress #bp-new-zoom-meeting-form .bp-zoom-meeting-alt-host .select2-selection__rendered {
	width: 100%;
	display: block !important;
}

#buddypress #bp-new-zoom-meeting-form .bp-zoom-meeting-alt-host .select2-selection__rendered .select2-search.select2-search--inline {
	width: 100%;
	margin-top: 10px;
}

#buddypress #bp-new-zoom-meeting-form .bb-model-footer {
	clear: both;
}

#buddypress #bp-new-zoom-meeting-form .submit.loading:after {
	content: "";
	font-family: bb-icons;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	-webkit-animation: spin 3s infinite linear;
	animation: spin 3s infinite linear;
}

[dir="rtl"] .bp_zoom_countdown {
	direction: rtl;
}

.meeting-item-container {
	background-color: var(--bb-content-background-color);
}

.meeting-item-container .load-more .button.loading:after {
	content: "";
	font-family: bb-icons;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	-webkit-animation: spin 3s infinite linear;
	animation: spin 3s infinite linear;
}

.meeting-item-container .bb-internal-model .bb-media-section video {
	width: 80%;
	height: auto;
}

.widget.widget_block > .zoom-webinar-block, .widget.widget_block > .zoom-meeting-block {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

.widget.widget_block > .zoom-webinar-block .bp_zoom_countdown, .widget.widget_block > .zoom-meeting-block .bp_zoom_countdown {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.meeting-actions .meeting-actions-list {
	border-radius: var(--bb-block-radius);
	background-color: var(--bb-content-background-color);
}

.bb-template-v2 .meeting-actions .meeting-actions-list.open:before {
	display: none;
}

.bb-template-v2 .meeting-actions-list a {
	border-radius: 6px;
}

.bb-template-v2 .meeting-actions-list a:hover {
	color: var(--bb-body-text-color);
}

.zoom-meeting-block {
	background-color: var(--bb-body-background-color);
	border-radius: var(--bb-block-radius);
	border-color: var(--bb-content-border-color);
}

.bp-zoom-group-show-instructions {
	color: var(--bb-body-text-color);
}

.mfp-wrap .bzm-white-popup {
	border-radius: var(--bb-block-radius);
	background-color: var(--bb-content-background-color);
	border-color: var(--bb-content-border-color);
}

.mfp-wrap header.bb-zm-model-header {
	background-color: var(--bb-content-alternate-background-color);
	color: var(--bb-headings-color);
}

.mfp-wrap .bp-step-nav-main .bp-step-actions {
	background-color: var(--bb-content-alternate-background-color);
	border-color: var(--bb-content-border-color);
}

.mfp-wrap .bp-step-nav-main .bp-step-actions .bp-step-prev {
	background-color: var(--bb-content-background-color);
	border-color: var(--bb-content-border-color);
	color: var(--bb-headings-color);
}

.mfp-wrap .bp-step-nav-main .bp-step-nav {
	background-color: var(--bb-content-alternate-background-color);
}

.mfp-wrap .bp-step-nav-main .bp-step-nav ul {
	border-color: var(--bb-content-border-color);
}

.mfp-wrap .bp-step-nav-main .bp-step-nav ul li a {
	color: var(--bb-body-text-color);
}

.mfp-wrap .bp-step-nav-main .bp-step-nav ul li.selected a {
	color: var(--bb-body-text-color);
	background: var(--bb-content-background-color);
	border-color: var(--bb-content-border-color);
	border-bottom-color: #fff !important;
}

.mfp-wrap .bp-zoom-group-show-instructions .bb-group-zoom-settings-container .bb-field-wrap {
	max-width: 540px;
}

.mfp-wrap .bp-zoom-group-show-instructions .bb-group-zoom-settings-container .bb-field-wrap label {
	font-size: 16px !important;
	font-weight: 500;
	color: var(--bb-headings-color);
}

.mfp-wrap .bp-zoom-group-show-instructions .bb-group-zoom-settings-container .bb-field-wrap .password-toggle .bb-hide-pw .bb-icon {
	color: var(--bb-body-text-color);
	opacity: .4;
}

.mfp-wrap .bp-zoom-group-show-instructions .bb-group-zoom-settings-container .bb-field-wrap .password-toggle .bb-hide-pw:hover .bb-icon {
	opacity: 1;
}

.mfp-wrap .bp-zoom-group-show-instructions .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap .bb-guide-icon [class*="bb-icon"] {
	color: var(--bb-headings-color);
}

.bzm-white-popup .mfp-close {
	color: var(--bb-alternate-text-color);
}

.bzm-white-popup .mfp-close:hover {
	color: var(--bb-headings-color);
}

@media screen and (max-width: 1024px) {
	#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper > .bb-field-wrap {
		width: 100%;
		margin-left: 0 !important;
	}
}

/*
 * Onscreen Notification
*/
.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item.pull-animation {
	-webkit-animation-name: close-item;
	animation-name: close-item;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

@-webkit-keyframes close-item {
	0% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes close-item {
	0% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item .notification-avatar a > i {
	background-color: var(--bb-alternate-text-color);
	bottom: -5px;
	color: var(--bb-content-background-color);
	right: -5px;
	text-align: center;
}

.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item.unread:before {
	display: none;
}

.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item.recent-item:before {
	display: block;
	margin: 0;
}

.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .member-status {
	bottom: inherit;
	top: 0;
}

.bb-onscreen-notification-enable .bb-onscreen-notification .bb-remove-all-notification {
	height: 35px;
}

@media screen and (max-width: 500px) {
	.bb-onscreen-notification-enable .bb-onscreen-notification .bb-remove-all-notification {
		height: auto;
	}
}

.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .notification-list .read-item.pull-animation {
	-webkit-animation-name: close-item;
	animation-name: close-item;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

@keyframes close-item {
	0% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .notification-list .read-item.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .notification-list.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-left .notification-list .read-item.pull-animation {
	-webkit-animation-name: close-item-left;
	animation-name: close-item-left;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

@-webkit-keyframes close-item-left {
	0% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes close-item-left {
	0% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-left .notification-list .read-item.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 500px) {
	.bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-right .notification-list .read-item.pull-animation, .bb-onscreen-notification-enable .bb-onscreen-notification.bb-position-left .notification-list .read-item.pull-animation {
		-webkit-animation-name: close-item-left;
		animation-name: close-item-left;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
	}
	
	@-webkit-keyframes close-item-left {
		0% {
			-webkit-transform: translate(-100%, 0);
			transform: translate(-100%, 0);
			opacity: 0;
		}
		
		100% {
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
			opacity: 1;
		}
	}
	
	@keyframes close-item-left {
		0% {
			-webkit-transform: translate(-100%, 0);
			transform: translate(-100%, 0);
			opacity: 0;
		}
		
		100% {
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
			opacity: 1;
		}
	}
}

/*
* Web Push Notification
*/
html body #onesignal-slidedown-container #onesignal-slidedown-dialog {
	border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius) !important;
}

html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-message {
	color: var(--bb-body-text-color) !important;
}

html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-allow-button {
	font-family: inherit;
	color: var(--bb-primary-button-text-regular) !important;
	background-color: var(--bb-primary-button-background-regular) !important;
	border-color: var(--bb-primary-button-border-regular) !important;
	border-radius: var(--bb-button-radius) !important;
	padding: 10px 20px !important;
	font-weight: 500 !important;
	font-style: normal !important;
	text-decoration: none !important;
	text-align: center !important;
	cursor: pointer !important;
	line-height: 1.3 !important;
	border-width: 1px !important;
	border-style: solid !important;
	outline: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-allow-button:hover {
	color: var(--bb-primary-button-text-hover) !important;
	background-color: var(--bb-primary-button-background-hover) !important;
	border-color: var(--bb-primary-button-border-hover) !important;
}

html body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-footer #onesignal-slidedown-cancel-button {
	color: var(--bb-headings-color) !important;
	background-color: transparent !important;
	border: 0 !important;
	padding: 10px 20px !important;
	font-weight: 500 !important;
	font-style: normal !important;
	text-decoration: none !important;
	text-align: center !important;
	cursor: pointer !important;
}

html body .onesignal-user-preference {
	background-color: var(--bb-content-background-color);
	border-color: var(--bb-content-border-color);
}

html body .onesignal-user-preference .web-notification-toggle .web-notification-icon-text .web-browser-text .web-notification-text {
	color: var(--bb-headings-color);
}

html body .onesignal-user-preference .web-notification-toggle .web-notification-icon-text p {
	color: var(--bb-body-text-color);
}

html body .onesignal-user-preference .web-notification-field .slider {
	border-color: var(--bb-primary-color);
	background-color: var(--bb-content-background-color);
}

html body .onesignal-user-preference .web-notification-field .slider:before {
	background-color: var(--bb-primary-color);
}

html body .onesignal-user-preference .web-notification-field input:checked + .slider {
	background-color: var(--bb-primary-color);
}

html body .onesignal-user-preference .web-notification-field input:checked + .slider:before {
	background-color: var(--bb-content-background-color);
}

html body .onesignal-user-preference .web-notification-field .bb-icon-spinner {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid rgba(var(--bb-alternate-text-color-rgb), .2);
	border-top-color: var(--bb-alternate-text-color);
}

html body .onesignal-user-preference .web-notification-field .bb-icon-spinner:before {
	display: none;
}

html body.bb-template-v2 .onesignal-user-preference {
	border-radius: var(--bb-block-radius-inner);
}

html body .bb-onesignal-popup.notification-popup, html body .bb-onesignal-popup-close.notification-popup-close {
	border-radius: var(--bb-block-radius);
}

html body .bb-onesignal-popup.notification-popup > p, html body .bb-onesignal-popup-close.notification-popup-close > p {
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.5;
}

html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-header, html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-header {
	border-color: var(--bb-content-border-color);
	font-size: 18px;
	line-height: 1.33;
}

html body .bb-onesignal-popup.notification-popup .mfp-close, html body .bb-onesignal-popup-close.notification-popup-close .mfp-close {
	background-color: transparent;
	color: var(--bb-headings-color) !important;
	font-size: 24px;
	opacity: .4 !important;
}

html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul, html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul {
	padding: 0;
}

html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li, html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li {
	border: 0;
	color: var(--bb-body-text-color);
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
}

html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li img, html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li img {
	margin: 0 5px;
}

html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li:before, html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li:before {
	background-color: var(--bb-body-text-color);
	color: var(--bb-content-background-color);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 22px;
	margin-right: 10px;
	line-height: 22px;
	position: static;
	width: 22px;
}

html body .bb-onesignal-popup.notification-popup .bb-onesignal-popup-content ul li:last-child, html body .bb-onesignal-popup-close.notification-popup-close .bb-onesignal-popup-content ul li:last-child {
	margin-bottom: 0;
}

/*
 * Toast Messages
 */
.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item {}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-info::before {
	background: var(--bb-default-notice-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-info .toast-messages-icon .bb-icon {
	color: var(--bb-default-notice-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-success::before {
	background: var(--bb-success-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-success .toast-messages-icon .bb-icon {
	color: var(--bb-success-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-warning::before {
	background: var(--bb-warning-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-warning .toast-messages-icon .bb-icon {
	color: var(--bb-warning-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-error::before {
	background: var(--bb-danger-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.bp-message-error .toast-messages-icon .bb-icon {
	color: var(--bb-danger-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.has-url:hover {
	background-color: var(--bb-content-alternate-background-color);
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item .actions a .bb-icon {
	color: var(--bb-body-text-color);
	opacity: .5;
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item .actions a:hover .bb-icon {
	opacity: 1;
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.pull-animation {
	-webkit-animation-name: close-item;
	animation-name: close-item;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

@keyframes close-item {
	0% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .toast-messages-action_link {
	color: var(--bb-primary-color);
}

.bb-toast-messages-enable .bb-toast-messages.bb-position-right .toast-messages-list .read-item.pull-animation {
	-webkit-animation-name: close-item;
	animation-name: close-item;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

@keyframes close-item {
	0% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.bb-toast-messages-enable .bb-toast-messages.bb-position-right .toast-messages-list .read-item.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.bb-toast-messages-enable .bb-toast-messages.bb-position-right .toast-messages-list.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.bb-toast-messages-enable .bb-toast-messages.bb-position-left .toast-messages-list .read-item.pull-animation {
	-webkit-animation-name: close-item-left;
	animation-name: close-item-left;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

@keyframes close-item-left {
	0% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.bb-toast-messages-enable .bb-toast-messages.bb-position-left .toast-messages-list .read-item.close-item {
	-webkit-animation: fadein .6s;
	animation: fadein .6s;
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.bb-link-preview-container {
	border-radius: var(--bb-block-radius-inner);
	border-color: var(--bb-content-border-color);
	background-color: var(--bb-content-alternate-background-color);
}

.bb-template-v2 .bb-link-preview-container {
	border: 0;
}

.bb-link-preview-container .bb-link-preview-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--bb-content-alternate-background-color);
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 10px 15px 15px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	border-radius: var(--bb-block-radius-inner);
}

.bb-link-preview-container .bb-link-preview-info .bb-link-preview-link-name {
	font-size: 13px;
	font-weight: 500;
	color: var(--bb-alternate-text-color);
	text-transform: uppercase;
	line-height: 20px;
}

.bb-link-preview-container .bb-link-preview-info .bb-link-preview-title {
	color: var(--bb-headings-color);
}

.bb-link-preview-container .bb-link-preview-info .bb-link-preview-title a {
	color: var(--bb-headings-color);
}

#bbpress-forums .bb-link-preview-container .bb-link-preview-info .bb-link-preview-title a {
	font-weight: 600;
}

.bb-link-preview-container .bb-link-preview-info p {
	margin-bottom: 2px !important;
}

.bb-link-preview-container .bb-url-scrapper-img-holder + .bb-link-preview-info {
	border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);
}

.bb-link-preview-container .bb-url-error {
	padding: 10px 15px;
}

.bb-link-preview-container .bb-link-preview-image {
	position: relative;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;
	min-height: 120px;
	max-height: 340px;
}

.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover a {
	width: 100%;
}

.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .05);
	border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0;
	pointer-events: none;
}

.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img {
	object-fit: cover;
	object-position: center;
	min-width: 100%;
	min-height: 340px;
	max-width: 100%;
	border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;
}

.bb-link-preview-container .bb-link-preview-icons a, .bb-link-preview-container #bb-link-preview-close-image {
	background-color: var(--bb-content-alternate-background-color);
}

.bb-link-preview-container .bb-link-preview-info:before, .bb-link-preview-container .bb-link-preview-image:before {
	content: "";
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}

.bb-link-preview-container:hover .bb-link-preview-info, .bb-link-preview-container:hover .bb-link-preview-image {
	position: relative;
}

.bb-link-preview-container:hover .bb-link-preview-info:before, .bb-link-preview-container:hover .bb-link-preview-image:before {
	content: "";
	background-color: rgba(0, 0, 0, .05);
	position: absolute;
	inset: 0;
	z-index: 1;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	pointer-events: none;
}

.bb-link-preview-container:hover .bb-link-preview-image + .bb-link-preview-info::before {
	border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);
}

.bb-link-preview-container:hover .bb-link-preview-info::before {
	border-radius: var(--bb-block-radius-inner);
}

.bb-link-preview-container:hover .bb-link-preview-image::before {
	border-radius: var(--bb-block-radius-inner) var(--bb-block-radius-inner) 0 0;
}

.bb-link-preview-excerpt p {
	color: var(--bb-body-text-color);
}

.bb-url-scrapper-container #bb-close-link-suggestion {
	color: rgba(var(--bb-headings-color-rgb), .4);
}

.bb-url-scrapper-container #bb-close-link-suggestion:hover {
	color: var(--bb-headings-color);
}

.bb-url-scrapper-container #bb-url-scrapper-img-holder .bb-link-preview-image .bb-link-preview-icons a {
	background-color: var(--bb-content-alternate-background-color);
	z-index: 2;
}

.bb-url-scrapper-container #bb-url-scrapper-img-holder .bb-link-preview-image .bb-link-preview-icons a i {
	color: var(--bb-headings-color);
	opacity: .4;
}

.bb-url-scrapper-container #bb-url-scrapper-img-holder .bb-link-preview-image .bb-link-preview-icons a:hover i {
	opacity: 1;
}

.bb-url-scrapper-container #bb-url-scrapper-img-holder button#bb-url-prevPicButton, .bb-url-scrapper-container #bb-url-scrapper-img-holder button#bb-url-nextPicButton {
	background-color: transparent;
}

.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover, .bb-form #whats-new-attachments .bb-link-preview-image-cover {
	min-height: 340px;
}

.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img, .bb-form #whats-new-attachments .bb-link-preview-image-cover img {
	min-height: 340px;
}

@media screen and (max-width: 900px) {
	.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover, .bb-form #whats-new-attachments .bb-link-preview-image-cover {
		min-height: 30vh;
	}
	
	.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img, .bb-form #whats-new-attachments .bb-link-preview-image-cover img {
		min-height: 30vh;
	}
}

@media screen and (max-width: 680px) {
	.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover, .bb-form #whats-new-attachments .bb-link-preview-image-cover {
		min-height: 150px;
	}
	
	.bb-link-preview-container .bb-link-preview-image .bb-link-preview-image-cover img, .bb-form #whats-new-attachments .bb-link-preview-image-cover img {
		min-height: 150px;
	}
}

.bb-video-preview .bb-link-preview-container .bb-link-preview-info {
	padding: 0;
}

.bb-video-preview .bb-link-preview-excerpt p iframe {
	border-radius: var(--bb-block-radius) !important;
}
